/* Grayscale 2019 */

@media (min-width: 768px) {
    .container {
        width: 95%;
        max-width: 1200px;
    }

    .navbar-nav > li > a {
        padding-top: 17px;
    }
}

body {
    width: 100%;
    height: 100%;
    font-family: noe-text, serif;
    color: #404240;
    background-color: #ffffff !important;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: kessel, sans-serif;
    font-weight: 600;
    margin: 0 0 35px;
    /*letter-spacing: 1px;*/
}

/*h2 {
    font-size: 38px;
}*/

hr {
    background: #0d0d0d;
    height: 2px;
    border: 0;
    max-width: 300px;
    width: 50%;
    margin-bottom: 25px;
}

p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.8;
}

@media (min-width: 768px) {
    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.8;
    }
}

a {
    color: #0096A9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #00d1ed;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    height: 70px;
    border-bottom: none;
    /*letter-spacing: 1px;*/
    background: #fff;
    -webkit-transition: background .2s ease-in-out, padding .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, padding .2s ease-in-out;
    transition: background .2s ease-in-out, padding .2s ease-in-out;
}

.navbar-custom.top-nav-collapse {
    background: white !important;
}

.navbar-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.navbar__logo {
    height: 70px;
    /*padding: 20px 0; full size logo up top*/ 
}

.navbar__logo-image {
    height: 62px;
}

.top-nav-collapse .navbar__logo-image {
    height: 52px;
    margin: 6px;
}
.top-nav-collapse .navbar-wrapper {
    box-shadow: 0 20px 30px -20px rgba(0,0,0,0.2);
}

.navbar__title-wrapper {
    position: absolute;
    right: 15px;
    min-width: 55px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar__title {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    margin-right: 56px;
}

.top-nav-collapse .navbar__title {
    color: #737373;
}

.navbar__phone,
.navbar__phone:hover,
.navbar__phone:active,
.navbar__phone:focus {
    color: #fff;
}

.navbar__menu-icon {
     display: none;
    color: #404240;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    min-width: 55px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.navbar__menu-icon:before {
    content: "\f394";
    font-family: "Ionicons";
    font-style: normal
}

.navbar__menu-icon--close {
    background: #f2541e;
}

.navbar__menu-icon--close:before {
    content: "\f404";
}

.nav__menu-list .nav__menu-chevron-up,
.nav__menu-list .nav__menu-chevron-down {
     display: inline-block;
     width: auto;
     margin-left: 3px;
     font-size: 14px;
}

.nav__menu-list .nav__menu-chevron-up:before,
.nav__menu-list .nav__menu-chevron-down:before {
     font-weight: bold;
}

.nav__menu-list .nav__menu-chevron-up {
     display: none;
}

.nav__menu-has-dropdown--open .nav__menu-chevron-up {
     display: inline-block;
}

.nav__menu-has-dropdown--open .nav__menu-chevron-down {
     display: none;
}

.nav-wrapper {
    display: flex;
    justify-content: flex-end;
}

.nav__menu--mobile {
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
}

.nav__menu-lists {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.nav__menu-list {
    display: block;
    color: #fff;
    float: left;
  font-family: kessel; 
  font-weight: 600;
}

.nav__menu-list a {
    position: relative;
    display: block;
    padding: 15px;
    color: #404240;
    font-size: 14px;
     margin-right: 10px;
}

.nav__menu-list a.ctaButton {
    position: relative;
    font-size: 14px;
    text-align: center;
}

.nav__menu-list a.ctaButton span {
    font-size: 22px;
    text-align: left;
    letter-spacing: 1px;
}

.nav__menu-list a.ctaButton {
    background: transparent;
    color: #0096A9;
    padding: 6px 25px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #0096A9;
    box-shadow: none;
    font-weight: 600;
    text-shadow: none;
     margin-top: 4px;
     margin-right: 0;
}

.nav__menu-list a.ctaButton:hover {
    background: #0096A9;
    color: #fff;
}

.nav__submenu-lists {
     display: none;
     position: absolute;
    padding: 0;
    margin: 8px 0 0;
     list-style-type: none;
     transform: translateX(-25%);
     transition: all 0.5s;
     min-width: 150px;
}

.nav__menu--mobile .nav__submenu-lists,
.top-nav-collapse .nav__submenu-lists {
     margin: 0;
}

.nav__menu-has-dropdown--open + .nav__submenu-lists {
     display: block;
}

.nav__submenu-list {
     background-color: rgba(255, 255, 255, 0.9);
     text-align: center;
     font-weight: 100;
     transition: 0.3s all;
}

.nav__submenu-list:hover {
     background-color: rgba(255, 255, 255, 1);
}

.nav__submenu-list a {
     line-height: 1;
     font-size: 14px;
     margin: 0;
     padding: 15px 25px;
     font-weight: 500;
}

@media (max-width: 1050px) {
     .navbar-wrapper .nav__menu-lists {
          display: none;
     }
     .navbar__menu-icon {
          display: flex;
     }
}

@media (min-width: 768px) {
    .navbar-custom {
        -webkit-transition: all .2s ease-in-out, padding .2s ease-in-out;
        -moz-transition: all .2s ease-in-out, padding .2s ease-in-out;
        transition: all .2s ease-in-out, padding .2s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        height: 55px;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
     .nav__menu--mobile .nav__menu-list a {
          font-size: 14px;
          margin-right: 0;
     }
     .nav__menu--mobile .nav__menu-list:last-child a {
          padding-right: 0;
     }
}

@media (max-width: 767px) {
     .nav-wrapper {
        display: block;
    }
    .nav__menu-list {
        float: none;     
    }     
    .nav__menu-list a {
        padding: 10px 0;      
    }
     .nav__menu--mobile .row {
          margin: 0;
     }
     .nav__menu--mobile .nav__submenu-lists {
          position: relative;
          transform: none;
     }
     .nav__menu--mobile .nav__submenu-list {
          background-color: initial;
          padding: 0 25px;
     }
     .nav__menu--mobile .nav__submenu-list a {
          text-align: left;
     }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 70px 0 0;
    text-align: center;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/assets/img/inboundmarketingsession.jpg) no-repeat top center scroll;
    background-position: bottom;
    background-color: #381406;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: bottom;
}

.intro .intro-body.intro-body--altered {
     padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.intro .intro-body .brand-heading {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15% 0;
}

.intro .intro-body .brand-heading i {
    color: #0096A9;
    font-size: 35px;
    line-height: 40px;
}

.intro .intro-body .brand-heading:nth-child(2),
.intro .intro-body p {
    margin-bottom: 20px !important;
}

.intro .intro-body.intro-body--altered .brand-heading {
     margin-top: 0;
     margin-bottom: 15px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media (min-width: 768px) {
    .intro {
        height: 100%;
        padding: 70px 0 0 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 45px;
        letter-spacing: 4px;
    }
}

i.ion-ios-arrow-down {
    display: block;
    width: 100%;
}

i.ion-ios-arrow-down:nth-child(2) {
    margin-top: -45px;
}

.mask-arrow {
    width: 100%;
    min-width: 100px;
    position: relative;
    height: 16px;
    overflow: hidden;
}

.mask-arrow::after {
    content: "";
    position: absolute;
    left: -8px;
    width: 50%;
    height: 16px;
    top: 0px;
    background-color: #0096A9;
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -o-transform: skew(50deg);
    -ms-transform: skew(50deg);
    transform: skew(50deg);
}

.mask-arrow::before {
    content: "";
    position: absolute;
    right: -8px;
    width: 50%;
    height: 16px;
    top: 0px;
    background-color: #0096A9;
    -webkit-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -o-transform: skew(-50deg);
    -ms-transform: skew(-50deg);
    transform: skew(-50deg);
}

.mask-arrow.gray::after,
.mask-arrow.gray::before {
    background-color: #eee;
}

.mask-arrow.darkGray::after,
.mask-arrow.darkGray::before {
    background-color: #212121;
}

.mask-arrow.default::after,
.mask-arrow.default::before {
    background-color: #fff;
}

.btn-down-arrow {
     display: block;
    margin: auto;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    font-size: 40px;
    color: white;
    background: transparent;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: none;
    color: white;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.header_org {
    color: #fff;
    background: #0096A9;
    padding: 50px 0;
}

.header_org p {
    padding: 0;
    margin: 0;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: white;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
}

@media (min-width: 767px) {
    .content-section {
        padding-top: 250px;
    }
    .download-section {
        padding: 100px 0;
    }
    #map {
        height: 400px;
    }
}

.btn {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

.btn-default {
    border: 1px solid #0096A9;
    color: #0096A9;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #0096A9;
    outline: none;
    color: black;
    background-color: #0096A9;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

/* Awards Section */
.awards__section {
     padding: 50px 0;
}

.awards__section-title {
     color: #f2541e;
}

.awards__section-container {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
}

.awards__section-card {
     align-items: center;
    justify-content: center;
}

.awards__section-award {
     max-width: 100%;
    max-height: 150px;
}

@media screen and (max-width: 420px) {
     .awards__section-container {
          display: block;
     }
     .awards__section-award {
          max-width: 75%;
          margin-bottom: 15px;
     }
}

/* Footer */
footer {
    padding: 50px 0 0;
}

footer div.container {
    border-top: 1px solid #555;
    padding-top: 40px;
}

footer .footer-left {
    text-align: left;
    font-size: .9em;
}

footer .footer-full a,
footer .footer-left a {
    color: #fff;
}

footer p {
    margin: 0;
}

footer .footer-full {
     width: 100%;
     float: none;
}

footer .footer-left,
footer .footer-right {
    width: 50%;
    float: left;
}

footer .footer-award-container {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 50px;
}

footer .footer-award-card {
     align-items: center;
    justify-content: center;
}

footer .footer-award {
     max-width: 100%;
    max-height: 120px;
}

@media screen and (max-width: 540px) {
    footer .footer-left,
    footer .footer-right {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 420px) {
     footer .footer-award-container {
          display: block;
     }
     footer .footer-award {
          max-width: 75%;
          margin-bottom: 15px;
     }
}

::-moz-selection {
    text-shadow: none;
    background: #0096A9;
    background: rgba(0, 150, 169, 0.5);
}
::selection {
    text-shadow: none;
    background: #0096A9;
    background: rgba(0, 150, 169, 0.5);
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    -webkit-tap-highlight-color: rgba(0, 150, 169, 0.5);
}

#boringStatWrapper {
    max-width: 500px;
    margin: 0 auto;
}

.boringStat {
    width: 25%;
    line-height: 18px;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin: 0 auto;
    position: relative;
    float: left;
    font-size: 18px;
}

.boringStat i {
    font-size: 50px;
    display: block;
    color: #737373;
    margin-bottom: 10px;
}

#overview p {
    color: #737373;
}

#overviewStatsWrapper {
    min-height: 90vh;
    margin-bottom: 100px;
}

#overviewStatsWrapper h2 {
    color: #f2541e;
}

#funnel {
    width: 0;
    height: 0;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    top: 150px;
    margin: 0 auto;
    position: relative;
    border-top: 200px solid #0096A9;
}

#funnel img {
    position: absolute;
    z-index: 10;
    top: -160px;
    right: -37px;
    width: 70px;
}

#funnelTube {
    background: #0096A9;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    position: relative;
    top: 120px;
    display: block;
}

#funnelTubeWide {
    background: #0096A9;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    position: relative;
    top: 90px;
    display: block;
}

#shortFunnelWrapper {
    position: relative;
    top: 55px;
}

.funnelShort {
    display: block;
    width: 25%;
    float: left;
    min-height: 100px;
    position: relative;
}

.funnelShort .funnelShortPipe {
    width: 35px;
    height: 0;
    margin: 0 auto;
    background: #0096A9;
    position: relative;
}

.funnelShort .funnelShortPipe:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.funnelShort .circleStat {
    width: 0;
    height: 0;
    background: #ffffff;
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
    border: 3px solid #0096A9;
    top: -5px;
    display: none;
    justify-content: center;
    align-items: center;
}

.funnelShort .circleStat i {
    color: #f2541e;
}

@media (max-width: 450px) {
    #funnel {
        border-left: 160px solid transparent;
        border-right: 160px solid transparent;
        border-top: 200px solid #0096A9;
    }
    .funnelShort {
        width: 100%;
    }
    #funnelTubeWide {
        background: none;
    }
    .funnelShort .funnelShortPipe:first-child {
        max-height: 70px;
    }
}

#ctaWrapper {
    background: #212121;
    color: #fff;
    padding: 25px 0;
}

#ctaWrapper h3 {
    display: inline-block;
    margin-right: 50px;
}

#ctaWrapper .ctaButton {
    position: relative;
    font-size: 12px;
    letter-spacing: 4px;
    padding-left: 60px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: left;
}

#ctaWrapper .ctaButton span {
    font-size: 22px;
    text-align: left;
    letter-spacing: 1px;
}

#ctaWrapper .ctaButton i {
    display: block;
    font-size: 40px;
    position: absolute;
    left: 15px;
}

a.ctaButton,
#contact .hs-form .hs-button,
.downloadReport .hs-form .hs-button {
    background: #f2541e;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    display: inline-block;
    border: none;
    box-shadow: none;
    line-height: 30px;
    font-weight: normal;
    text-shadow: none;
    font-size: 22px;
}

a.ctaButton:hover,
#contact .hs-form .hs-button:hover,
.downloadReport .hs-form .hs-button:hover {
    background: #0096A9;
}

.downloadReport .hs-form .hs-button {
    margin: 0 auto;
}

.hs-form.stacked .actions {
    text-align: center;
}

#contact .hs-form .hs-button {
    max-width: 300px;
    width: 100%;
}

#services .header_org p {
    margin: 0 auto;
}

#services #servicesWrapper {
    margin: 40px auto;
    padding: 0;
}

#services #servicesWrapper li {
    width: 45%;
    float: left;
    padding: 2.5%;
    margin: 0;
    text-align: left;
    cursor: pointer;
    list-style: none;
}

@media (max-width: 990px) {
    #services #servicesWrapper li {
        width: 80%;
        float: none !important;
        margin: 0 auto;
        clear: both;
        padding: 2.5% !important;
        border-bottom: 1px solid #737373;
    }
}

#services #servicesWrapper li i {
    position: absolute;
    font-size: 80px;
    line-height: 0;
    color: #0096A9;
    margin-top: -10px;
}

#services #servicesWrapper li i i {
    font-size: 45px;
    top: 65%;
    left: 55%;
}

#services #servicesWrapper li h3,
#services #servicesWrapper li h4,
#services #servicesWrapper li p {
    margin-left: 100px;
    margin-bottom: 10px;
}

#services #servicesWrapper li h3 {
    color: #f2541e;
    font-size: 30px;
    font-weight: normal;
}

#services #servicesWrapper li h4 {
    color: #737373;
    font-size: 18px;
}

#services #servicesWrapper li p {
    color: #737373;
    font-size: 14px;
    margin-bottom: 15px;
    display: none;
}

#services #servicesWrapper li a {
    color: #f2541e;
}

#services #servicesWrapper li a:hover {
    color: #212121;
}

#services #servicesWrapper li::after {
    content: 'More +';
    color: #0096A9;
    display: block;
    margin: 10px 0 0 100px;
    font-size: 14px;
    font-weight: bold;
}

#services #servicesWrapper li:nth-child(odd) {
    padding-left: 0;
    clear: both;
}

#services #servicesWrapper li:nth-child(even) {
    padding-right: 0;
    float: right;
}

#services #servicesWrapper li.moreInfo p {
    display: block;
}

#services #servicesWrapper li.moreInfo::after {
    content: "Less -";
}

#about {
    padding: 50px 0;
    background: url(../img/hmlogo-light.png) no-repeat top left #f2541e;
    background-size: 75%;
    color: #fff;
}

#about .centerBios {
    margin: 0 auto;
}

#about div.col-md-4 {
    position: relative;
    margin: 25px 0;
}

#about div.col-md-4 .aboutPersonWrapper {
    border-radius: 200px;
    position: relative;
    width: 200px;
    height: 200px;
    background: #000;
    margin: 0 auto;
    overflow: hidden;
}

#about div.col-md-4 img {
    width: 200px;
    height: auto;
    transition: all 0.3s ease 0s;
    border-radius: 100px;
}

#about div.col-md-4 span.viewBio {
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 100px;
}

#about div.col-md-4:hover {
    cursor: pointer;
}

#about div.col-md-4:hover .line1,
#about div.col-md-4:hover .line2 {
    animation: line .3s ease .25s forwards;
}

#about div.col-md-4:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#about div.col-md-4:hover span.viewBio {
    animation: floatUp .5s ease .45s forwards;
}

#about div.col-md-4:hover .circle {
    border: 3px solid #fff;
}

#about div.col-md-4 strong {
    display: block;
    font-size: 18px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    #about div.col-md-4 strong {
        font-size: 20px;
    }
}

#about div.col-md-4 .circleWrapper {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
}

#about div.col-md-4 .circle {
    position: relative;
    overflow: hidden;
    width: 100px;
    margin: 50px auto 0;
    height: 100px;
    border-radius: 50%;
}

#about div.col-md-4 .circle .line1,
#about div.col-md-4 .circle .line2 {
    position: absolute;
    top: 48px;
    left: 50px;
    border-top: 3px solid #fff;
    transform-origin: 50% 50%;
}

#about div.col-md-4 .circle .line2 {
    transform: rotate(-90deg);
}

@keyframes line {
    0% {
        left: 60px;
        width: 0;
    }
    100% {
        left: 24px;
        width: 50px;
    }
}

@keyframes floatUp {
    0% {
        top: 200px;
    }
    100% {
        top: 10px;
    }
}

@media (max-width: 1145px) {
    #about {
        background: url(../img/hmlogo-light.png) no-repeat center bottom #f2541e;
        background-size: 50%;
    }
}

.downloadReport {
    background: #212121;
    color: #fff;
}

.downloadReport .modal-content {
    padding: 5%;
    background: #212121;
}

.downloadReport h2 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.biosHuman {
    color: #737373;
    text-align: center;
}

.biosHuman .modal-content {
    padding: 5%;
}

.biosHuman .close {
    font-weight: normal;
    font-size: 50px;
}

.biosHuman h3 {
    font-size: 30px;
    color: #212121;
}

.biosHuman h3 span {
    color: #737373;
}

.biosHuman img {
    width: 200px;
    height: auto;
    margin: 0 auto 25px;
    border-radius: 100px;
}

.biosHuman .social {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.biosHuman .social li {
    list-style: none;
    float: left;
    padding: 5px;
    display: inline-block;
}

.biosHuman .social li a {
    color: #f2541e;
    font-size: 28px;
}

.biosHuman .social li a:hover {
    color: #0096A9;
}

.hs-form.stacked label {
    display: none !important;
}

#contact,
.downloadReport {
    background: url(../img/OC_blurbrown.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 0;
}

#contact .hbspt-form,
.downloadReport .hbspt-form {
    margin: 0 auto;
    max-width: 600px;
}

#contact .hbspt-form .hs-form fieldset,
.downloadReport .hbspt-form .hs-form fieldset {
    max-width: 600px;
}

#contact .hbspt-form label,
.downloadReport .hbspt-form label {
    display: none;
}

#contact .hbspt-form input[type='text'],
#contact .hbspt-form input[type='email'],
#contact .hbspt-form input[type='tel'],
#contact .hbspt-form textarea,
.downloadReport .hbspt-form input[type='text'],
.downloadReport .hbspt-form input[type='email'],
.downloadReport .hbspt-form input[type='tel'],
.downloadReport .hbspt-form textarea {
    padding: 10px;
    background: transparent;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

#contact .hbspt-form textarea,
.downloadReport .hbspt-form textarea {
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
}

#whatseo {
    margin-top: 70px;
    text-align: center;
}

#whatseo .row .content {
    padding: 35px 10px;
    background: #lightGray;
}

#whatseo .row .content h2 {
    font-size: 1.3em;
    color: #0096A9;
}

#whatseo .row img {
    width: 100%;
}

#whatseo .row p {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 15px;
    font-size: .8em;
}

@media (min-width: 992px) {
    #whatseo .col-md-6 {
        width: 50%;
        padding: 0;
    }
    #whatseo .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#howwedoit .header_org {
    background: #f2541e;
}

#howwedoit .col-md-6 {
    margin: 30px auto;
    float: none !important;
    text-align: left;
}

#howwedoit .col-md-6 p {
    font-size: .9em;
}

#howwedoit .col-md-6 h2 {
    color: #f2541e;
    font-size: 1.5em;
}

#ourcustomeresavg,
#yoyGrowth {
    background: #212121;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

#ourcustomeresavg .circle,
#yoyGrowth .circle {
    position: relative;
    margin: 20px 0;
}

#ourcustomeresavg .circle .statinfo,
#yoyGrowth .circle .statinfo {
    position: absolute;
    width: 100%;
    display: block;
    top: 25%;
    text-align: center;
}

#ourcustomeresavg .circle .statinfo strong,
#yoyGrowth .circle .statinfo strong {
    font-size: 2.5em;
    font-weight: normal;
}

#ourcustomeresavg .circle .statinfo span,
#yoyGrowth .circle .statinfo span {
    font-size: 1em;
    display: block;
    color: #737373;
}

#ourservices {
    text-align: center;
    padding: 60px 0;
}

#ourservices h2 {
    color: #f2541e;
}

#ourservices i {
    margin-top: 30px;
    display: block;
    color: #0096A9;
    font-size: 50px;
}

#proof.intro {
    background: url(../img/thompsontee.jpg) no-repeat top center scroll;
    background-size: cover;
}

#proof.intro h2 {
    text-transform: uppercase;
    font-size: .8em;
    color: #0096A9;
    margin: 0;
    font-weight: bold;
}

@media (min-width: 768px) {
    #proof.intro {
        height: auto;
    }
}

#proof.intro .featured-case-study {
    text-align: left;
}

#testimonials {
    background: #ffffff;
    padding-bottom: 40px;
}

.quoteLarge {
    border: 1px solid #737373;
    padding: 20px;
    font-size: .8em;
    background: #ffffff;
}

.quoteLarge img {
    border-radius: 100px;
    max-width: 130px;
    width: 90%;
    box-shadow: 2px 2px 2px 1px #ccc;
}

.quoteLarge p {
    font-size: .9em;
}

#casestudy,
#conculsionCaseStudy {
    margin-bottom: 80px;
}

#casestudy p,
#conculsionCaseStudy p {
    font-size: .8em;
    max-width: 800px;
    margin: 0 auto 20px;
    color: #737373;
}

#casestudy h2,
#conculsionCaseStudy h2 {
    font-size: 1.3em;
    color: #f2541e;
}

#casestudy .overview,
#conculsionCaseStudy .overview {
    text-align: left;
}

.largeQuote {
    background: #f2541e;
    color: #fff;
    font-size: 1.3em;
    line-height: 2em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    padding: 40px 0;
}

.largeQuote div.container {
    max-width: 800px;
}

#ourcustomeresavg.caseStudyResults {
    padding-top: 20px;
}

#ourcustomeresavg.caseStudyResults h2 {
    font-size: 1.3em;
}

#yoyGrowth .col-md-4 .selectButton {
    border: 1px solid #fff;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
}

#yoyGrowth .col-md-4 .selectButton:hover {
    border-color: #f2541e;
}

#yoyGrowth .col-md-4 .selectButton:hover .selectGraphInfo {
    color: #f2541e;
    cursor: pointer;
}

.selectGraphInfo {
    color: #0096A9;
}

#conculsionCaseStudy {
    margin-top: 80px;
    margin-bottom: 80px;
}

#conculsionCaseStudy h2 {
    text-align: center;
}