@font-face {
    font-family: 'oswalddemibold';
    src: url('fonts/oswald-demibold-webfont.eot');
    src: url('fonts/oswald-demibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-demibold-webfont.woff2') format('woff2'),
         url('fonts/oswald-demibold-webfont.woff') format('woff'),
         url('fonts/oswald-demibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswaldmedium';
    src: url('fonts/oswald-medium-webfont.eot');
    src: url('fonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-medium-webfont.woff2') format('woff2'),
         url('fonts/oswald-medium-webfont.woff') format('woff'),
         url('fonts/oswald-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

:root {
  --medium-text: medium;
  --bold-text: bold;
}

body, html {
    font-family: Cabin, sanf-serif;
}

body > header {
    z-index: 1;
    position: relative;
    padding-bottom: 15px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.trans-all {
    transition:all 0.3s ease;
}

.header-logo {
    max-width:260px;
}
.navbar-header {
    float:none;
    text-align: center;
}
.navbar>.container .navbar-brand {
    margin:0 auto;
    float: none;
}
header .header-search, header .header-social {
    display:none;
}

#home-masthead {
    /* height:846px; */
    padding: 0;
}
#home-masthead figure {
    position:relative;
}
#home-masthead figure, #home-masthead .masthead-image {
    height:100%;
}
img.masthead-image {
    /* position: absolute; */
    width: 100%;
    /* left: 0; */
    /* top: 0; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.masthead-text-container {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}
.masthead_text {
    width: 100%;
    display:table;
    height: 100%;
}
.masthead_text .content-cell {
    display: table-cell;
    vertical-align:middle;
    /*     height: 100%; */
    width:100%;
    margin: 0;
    padding: 0;
}
.masthead_text .content {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0;
}
.masthead_text h1 {
    font-family:"oswalddemibold", sans-serif;
    font-family: Cabin, sanf-serif;
    font-size: 42px;
    color: #fc6317;
    margin-top: 0;
    font-weight:normal;
    letter-spacing: 1px;
}
.masthead_text p {
    font-family:"oswaldmedium", sans-serif;
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    font-size: 70px;
    color: #17333b;
    width: 50%;
    margin-bottom: 0;
    line-height: 100px;
}
.home .masthead_text h1 {
    font-family:"oswalddemibold", sans-serif;
    font-family: Cabin, sanf-serif;
    font-size: 75px;
    color: #fff;
    margin-top: 0;
    font-weight:normal;
    letter-spacing: 1px;
}
.home .masthead_text p {
    font-family:"oswaldmedium", sans-serif;
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    font-size: 48px;
    color: #ededed;
    width: 50%;
    margin-bottom: 0;
}



.section {
    padding: 80px 0;
}
.section h1, footer h1 {
    margin-top:0;
    font-size: 48px;
    color: #fc6317;
    letter-spacing: 1px;
    font-weight:normal;
    line-height: 50px;
    margin-bottom: 48px;
}

.side-image {
    padding: 0 60px 0 60px;
}
.side-image img {
    max-width:100%;
}
#cookie-law-info-bar {
    box-sizing: border-box;
    width: 100%;
}
.section > .row {
    margin:0;
}


.orange-section {
    background-color:#fc6317;
}
.orange-section h1, .orange-section p {
    color:#fff;
}

.client-logos table {
    width:100%;
}
.client-logos td {
    width:50%;
    padding:25px 0 25px 40px;
}
.client-logos td img {
    max-width:100%;
}

.nav-button {
    text-align: left;
    margin-top: 45px;
}
.nav-button a {
    display:inline-block;
    padding: 20px 30px 18px;
    font-family:"oswaldmedium", sans-serif;
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    font-size: 20px;
    line-height: 20px;
    color:#fc6317;
    border:2px solid #fc6317;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition:all 0.3s ease;
}
.nav-button a:hover {
    text-decoration:none;
    background-color:#fff;
}
.nav-button a.white:hover {
    text-decoration:none;
    background-color: rgba(255,255,255,0.4);
}
.nav-button a > span {
    position:relative;
}
.nav-button a.white {
    color:#fff;
    border-color:#fff;
}


.counters-section {
    background-color:#17333b;
}
table.counters {
    width:100%;
}
table.counters td {
    width:100%;
    text-align:center;
    position: relative;
}
.counters-section h1 {
    text-align:center;
    color: #fff;
}
.counters-section p {
    color:#fff;
}
p.center {
    text-align:center;
}
.counters .counter-value {
    font-family:"oswalddemibold";
    font-family: Cabin, sanf-serif;
    color:#fff;
    font-size:43px;
    line-height: 83px;
    display:inline-block;
    border:2px solid #fff;
    padding: 0;
    /* transition:all 0.3s ease; */
    width: 283px;
    height: 83px;
    position: absolute;
    left: 9%;
    top: 23%;
}
.counters .counter-value.step-counting {
    box-sizing:border-box;
    text-align:left;
    padding-left: 30px;
}
.counters .counter-description {
    position: absolute;
    left: 9%;
    top: calc(23% + 93px);
    width: 283px;
    color:#fff;
}


.careers-section {
    background-repeat:no-repeat;
    background-position:right center;
    background-size: contain;
    background-color: #17333b;
    position: relative;
    padding: 0;
}
.careers-section > .row{
    position:relative;
    z-index:1;
}
.careers-section  .cover {
    background-color: #17333b;
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    left:0;
    z-index: 0;
}
.careers-section .content-cell {
    padding: 200px 60px 200px 26px;
    background-color: #17333b;
}
.careers-section p {
    color:#fff;
}
.careers-section .container {
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: right 20px center;*/
}
.video-play-container {
    position: absolute;
    width: 50%;
    height: 100%;
    right:0;
    top: 0;
}
.video-play-container .play-video {
    margin-top: -88px;
}

.white-papers-section .side-image {
    padding-top:0;
}
.video-play-container .spacer {
    display: none;
}
.video-play-container .spacer img {
    width: 100%;
}

.case-studies-section {
    background-color:#ededed;
}
.case-studies-section h1, .case-studies-section p {
    text-align:center;
}
.case-studies-section h1 {
    margin-bottom:70px;
}
.case-studies-section p {
    margin-bottom: 50px;
    font-size: 20px;
    color: #17333b;
}
.case-studies ul {
    padding:0 40px;
}
.case-studies li {
    list-style:none;
    float: left;
    width: 50%;
    padding: 5px;
    position:relative;
}
.case-studies li img.feature-image {
    width:100%;
    position: relative;
}
.case-studies li a {
    position:absolute;
    z-index:1;
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center;
    /* background-size:50%; */
}
.case-studies li figure {
    position:relative;
}



.social-buttons {
    padding:0;
    margin-bottom: 80px;
}
.social-buttons li {
    list-style:none;
    display:inline-block;
    padding: 0 8px;
    font-size: 44px;
    height: 50px;
    line-height: 50px;
}
footer h4 {
    color:#fff;
    font-size: 32px;
    font-family: "oswaldmedium", sans-serif;
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.footer-nav {
    padding:0;
    margin: 0;
}
.footer-nav ul, .footer-nav li {
    padding:0;
    list-style:none;
    text-align:left;
}
.footer-nav .nav-column {
    float:left;
    padding-right:60px;
}
.nav-column h2, footer h2 {
    font-size: 20px;
    color:#fff;
    text-transform:none;
    font-family: "oswaldmedium", sans-serif;
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    letter-spacing:1px;
    font-weight:normal;
    margin-top: 5px;
}
.footer-nav .menu-item {
    font-size: 16px;
    color:#fff;
}
.footer-copy {
    font-size: 11px;
    padding-top: 71px;
    text-align:left;
    padding-left: 0;
    clear: both;
}
.text-center {
    text-align:center;
}
.signup input {
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 17px;
    padding: 5px 10px;
    width: 235px;
}
.signup input::-webkit-input-placeholder {
   color: #fff;
}
.signup input:-moz-placeholder {
   color: #fff;
}
.signup input::-moz-placeholder {
   color: #fff;
}
.signup input:-ms-input-placeholder {
   color: #fff;
}

.signup button {
    display: inline-block;
    /* visibility:hidden; */
    width: 235px;
    margin-top: 10px;
    color: #17333b;
    font-family: oswalddemibold;
    font-family: Cabin, sanf-serif;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
}


.careers .page-header {
    display:none;
}
.masthead-image {
    padding:0;
}
.masthead-image img {
    width:100%;
    height:auto;
}
.masthead {
    padding:0;
}
.masthead .row {
    margin:0;
}



.small-images {
    height:100%;
    padding-right: 10px;
}
.small-images ul {
    list-style:none;
    padding:0;
    margin: 0;
}
.small-images .small-image:last-child {
    position:absolute;
    bottom:0;
    width:calc(100% - 10px)
}
.small-images .small-image:first-child {
    position:absolute;
    top:0;
    width:calc(100% - 10px)
}
.careers .locations section {
    margin-bottom:20px;
}
.careers .locations h1 {
    color: #17333b;
}
.careers .locations h3 {
    text-transform:none;
    font-size: 28px;
}
.careers .locations .map-image {
    margin-top:50px;
}
.table {
    display:table;
    margin: 0;
    padding: 0;
    position: relative;
}
.table-cell {
    display:table-cell;
}
.table-cell {
    padding-left: 0;
    vertical-align: top;
    position: relative;
    float: none;
}
.table-cell:first-child .row {
    margin-left:0;
}
.large-image img, .small-image img, .map-image img {
    width:100%;
}


.video-section, .video-section .row > div {
    padding:0;
}
.video-section .row {
    margin:0;
}
.video-cover {
    width:100%;
}
button.play-video {
    position:absolute;
    left:50%;
    margin-left:-88px;
    top:50%;
    background-color:transparent;
    border:none;
    padding:0;
    opacity:0.8;
    cursor:pointer;
}
.video-section .video-title {
    position: absolute;
    top:50%;
    margin-top:-80px;
    font-size:50px;
    color:#fff;
    text-align:center;
    width:100%;

}
button.play-video:hover {
    opacity:1;
}
.video-overlay {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: #000;
    z-index: 1000;
    box-sizing:border-box;
    padding:90px 10px 10px 10px;
    display: none;
}
.video-overlay iframe {
    width:100%;
    height:100%;
}
.close-overlay {
    position:absolute;
    right:10px;
    top:40px;
    color:#fff;
    background-color:transparent;
    border:2px solid #fff;
    width:38px;
}
.close-overlay:hover span {
    transform:rotate(135deg);
}


.resumator-job {
    width: 33%;
    float:left;
    padding: 0 60px 60px 0;
    background-color: #fff;
    height: 200px;
}
.resumator-job.overload {
    display:none;
}
#jobs .resumator-job-title, #jobs .resumator-job-info-details, #jobs .resumator-job-info {
    font-family: 'Cabin' !important;
    font-size:20px;
    border-top: none;
    margin-bottom: 10px;
}
#jobs .resumator-job-title {
    font-size:30px !important;
    font-family:"oswaldmedium";
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    color:#17333b;
    font-weight:normal;
}
#jobs .open .resumator-job-title{
    font-family:"oswalddemibold", sans-serif;
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    font-size:40px;
    margin-bottom:15px;
}
#jobs .excerpt {
    clear:both;
}
#jobs .open .excerpt {
    display:none;
}
#jobs .resumator-job-info {
    display:none;
}
#jobs .open .resumator-job-info {
    display:block;
}
#jobs .resumator-job-link {
    color:#fc6317;
    font-family: 'Cabin', sans-serif;
    font-size:20px;
    font-weight:bold;
    padding-top: 10px;
    display: block;
}
.resumator-job:nth-child(3n-2) {
/*     padding-left:0;
    background-color:red; */
}
.resumator-job:nth-child(3n) {
/*     padding-right:0;
    background-color:green; */
}
.resumator-job:nth-child(3n-1) {
/*     padding-left:20px;
    padding-right:20px;
    background-color:blue; */
}

#jobs .resumator-job.open {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    overflow: auto;
    padding: 110px;
}
#resumator-jobs {
    position:relative;
}

#jobs .resumator-job-description li, #jobs .resumator-job-description p {
    font-family: 'Cabin', sans-serif;
    font-size:20px;
    margin: 1em 0 1em;
}


.resumator-buttons input {
    display:inline-block;
    padding:12px 30px;
    font-family:"oswaldmedium", sans-serif;
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    font-size:20px;
    line-height:1em;
    color:#fc6317;
    border:2px solid #fc6317;
    text-transform: uppercase;
    background-color: transparent;
    transition:all 0.3s ease;
}
.resumator-buttons input:hover {
    color:#fff;
    border:2px solid #fff;
    background-color: #fc6317;
}
#jobs .close-modal {
    display:none;
}
#jobs .open .close-modal {
    display: block;
    position: absolute;
    top: 40px;
    right: 60px;
    padding: 15px 20px;
    border: 2px solid #fc6317;
}
#jobs .open .close-modal:hover span {
    transform:rotate(135deg);
}
.jobs-section h3 {
    font-size:28px;
    text-align:center;
    text-transform:none;
}
.jobs-section h1 {
    text-align:center;
    color:#000;
    margin-bottom: 40px;
}
.filters-list {
    max-width:90%;
    width:340px;
    padding:10px;
    font-size:16px;
    display:inline-block;
    border:2px solid #000;
}
.filters {
    text-align:center;
}
.search-results-head {
    visibility:hidden;
}
.search-results-head.active {
    visibility:visible;
}
.search-results-head h3 {
    font-weight:normal;
}
.jobs-active-filter {
    text-transform:uppercase;
}


.benefits-section {
    background-color:#fc6317;
}
.benefits-section h1, .benefits-section h2, .benefits-section p {
    color:#fff;
}
.benefits {
    padding:0;
}
.benefit {
    width:33.33%;
    float:left;
    text-align:center;
    list-style:none;
    padding: 0 50px 110px;
}
.benefit:nth-child(3n-2) {
    clear:both;
}
.benefits-section h1 {
    margin-bottom:110px;
    text-align:center;
}
.benefits-section h2 {
    text-transform:none;
    font-size:30px;
}



.values-section h1, .values-section h2, .values-section h3 {
    text-align:center;
}
.values-section h2 {
    font-size:32px;
    color: #17333b;
    padding:0 60px;
    letter-spacing: 1px;
}
.values-section h3 {
    font-size:32px;
    color: #17333b;
    padding:0 60px;
    text-transform:none;
}
.values {
    list-style:none;
    padding:0;
}
.values .value {
    width:50%;
    float:left;
    text-align:center;
    padding:110px 110px 0 110px;
}
.values .value h2 {
    color:#fc6317;
    text-transform:none;
    font-size:30px;
}


.page-template-template-products .page-header, .page-template-template-clients .page-header {
    display:none;
}
.page-template-template-products #subnav {
    display:none;
}
.products-section.style-gray {
    background-color:#ededed;
}
.products-section.style-white {
    background-color:#fff;
}
.products-section.style-black {
    background-color:#17333b;
}
.products-section.style-black p {
    color:#fff;
}

.products-section section, .products-section figure {
    padding: 0;
}
.products-section figure img {
    width:100%;
}

.products-section .container .row, .products-section .container .row > div {
    height:100%;
}

.latest-news-section {
    background-color:#ededed;
}
.featured-news {
    padding:0;
    text-align:center;
    margin-top: 50px;
}
.latest-news-section h1, .latest-news-section p {
    text-align:center;
}
.featured-news > li {
    list-style:none;
    display:inline-block;
    width:335px;
    vertical-align:top;
    margin-right: 81px;
}
.featured-news > li:last-child {
    margin-right:0
}
.featured-post > figure {
    background-color:#ccc;
    background-size: cover;
}
.featured-post.black {
    background-color:#17333b;
}
.featured-post.brown {
    background-color:#cebeb7;
}
.featured-post.white {
    background-color:#ffffff;
}
.featured-post.white h3 {
    color:#17333b;
    padding-left: 15px;
    padding-right: 15px;
}
.featured-post.white .nav-button a.white {
    color: #17333b;
    border-color: #17333b;
}
.featured-post.white .nav-button a.white:hover {
    background-color: rgba(0,0,0,0.1);
}
.featured-post h3 {
    font-family: 'Cabin';
    text-transform:none;
    color:#fff;
    font-weight:normal;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.featured-post .title-container {
    height:120px;
    display:table;
    margin:0;
    padding:0;
    text-align:center;
    width:100%;
}
.featured-post .nav-button {
    text-align:center;
    margin-top: 0;
    margin-bottom: 50px;
}

.careers .masthead_text h1 {
    color:#fc6317;
    /* font-size: 48px; */
}
.careers .masthead_text p {
    /* font-size: 75px; */
    color:#17333b;
    /* line-height:100px; */
}

.page-intro {
    background-color:#17333b;
    padding: 150px 0;
}
.page-intro p {
    text-align:center;
    text-transform:uppercase;
    font-size: 33px;
    font-family: "oswalddemibold";
    font-family: Cabin, sanf-serif;
    font-weight:normal;
    letter-spacing:1px;
    color:#fff;
    margin-bottom: 10px;
}

.customers .masthead_text p {
    color:#fff;
    color: #17333b;
    width: 100%;
}
.customers-section {
    padding-top:80px;
}
.customers .main blockquote footer {
    font-family: "oswaldmedium";
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    font-size: 16px;
    text-transform: uppercase;
    font-weight:normal;
    margin-top: 0;
}
.customers .main blockquote footer cite {
    font-style:normal;
}
.customers .item.testimonial {
    height: 300px;
    width:100%;
    display:table;
    /* height: 0; */
    /* padding-top: 32.4%; */
    /* padding-top: 32.4%; */
    vertical-align: middle;
}
.customers .item.testimonial blockquote{
    vertical-align:middle;
    display:table-cell;
    /* margin: 0; */
    /* text-align: center; */
    padding-top: 0;
    position: relative;
}
.testimonial.style-white {
    background-color:#fff;
}
.testimonial.style-white p, .customers .main .testimonial.style-white footer {
    color:#17333b;
}
.testimonial.style-brown {
    background-color:#cebeb7;
}
.testimonial.style-black {
    background-color:#17333b;
}
.item.client .logo-panel {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    text-align:center;
/*     background-image:url(images/black-transparent-60.png); */
    background-color: rgba(0,0,0,0.4);
    transition: background .3s ease-out;
}
.item.client.linked:hover .logo-panel {
    background-color: rgba(0,0,0,0);
}
.table-cell {
    display:table-cell;
    vertical-align:middle;
    text-align: center;
}
.case-link {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url(images/case-study-link-button.png) no-repeat right 18px bottom 13px;
    cursor: pointer;
}
.case-link.case-link-with-text {
    /* background-image: url(images/case-study-link-button-with-text.png); */
}
.case-link a {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.page-template-template-partners-overview .page-header{
    display:none;

}

.partner-logos {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ededed;
}



.become-partner-section {
    background-repeat:no-repeat;
    background-position:right center;
    background-size: contain;
    background-color: #cfbeb7;
    position: relative;
    padding: 0;
}
.become-partner-section > .row{
    position:relative;
    z-index:1;
}
.become-partner-section  .cover {
    background-color: #cfbeb7;
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    left:0;
    z-index: 0;
}
.become-partner-section .content-cell {
    padding: 200px 60px 200px 0;
    background-color: #cfbeb7;
}
.become-partner-section p, .become-partner-section h1 {
    color:#fff;
}


.header-blog .masthead_text h1 {
    color:#fff;
}
.header-blog .masthead_text p {
    color:#fc6317;
    font-size:55px;
    line-height:1.2em;
    text-transform:uppercase;
}
.blog-navigation {
    background-color:#17333b;
}
.blog-menu {
    margin:0;
    padding:0;
}
.blog-menu li {
    float:left;
    list-style:none;
}
.blog-menu li a {
    height:65px;
    line-height:65px;
    padding: 0 40px;
    display: block;
    font-family: "oswaldmedium";
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    text-transform: uppercase;
    color: #fff;
    transition:all 0.3s ease;
}
.blog-menu li a:hover, .blog-menu li.active a {
    text-decoration:none;
    background-color:#787879;
}
.blog-page-title {
    font-size:35px;
    padding:20px 40px;
    color:#17333b;
    text-transform:uppercase;
}
.contentContainer figure {
    position:relative;
}
.contentContainer figure img {
    width:100%;
}
.contentContainer time.updated {
    position:absolute;
    top: 20px;
    left: -1px;
    /* width: 73px; */
    background-color: #f8f8f8;
    font-family: "Cabin";
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 15px;
    line-height: 1.4em;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}
.single-case_study .contentContainer time.updated {
    position:relative;
    top:auto;
    left:auto;
}
.single-case_study article header {
    margin-bottom:30px;
}
.blog-post {
    background-color:#f8f8f8;
    margin-bottom:37px;
    padding-bottom:60px;
}
.blog-container {
    padding: 0 !important;
    margin: 0;
}
.blog-post article header, .blog-post article .entry-summary, .blog-post article .foot {
    padding:0 40px;
}
.blog-post .entry-title a {
    color:#fc6317;
    font-size: 35px;
}
.blog-post article .entry-summary p {
    font-size:20px;
    color:#17333b;
}

.contentContainer figure .spacer {
    height: 90px;
}
.post-meta {
    padding: 10px 40px 40px 40px;
}
.author-image {
    float:left;
}
.author-image img {
    width:76px;
    height:auto;
    border-radius:50%;
}
.author-info {
    float:left;
    padding-left:10px;
}
.author-info li {
    list-style:none;
}
.author-info .name {
    padding-top:10px;
    font-size:16px;
    color:#fc6317;
}
.author-info .job {
    font-size:14px;
}
.blog-post .cta .nav-button {
    margin-top:0;
}
.blog-post .cta .nav-button a {
    font-size:14px;
    padding:16px 40px 14px;
}
.blog-post article .foot .cta, .blog-post article .foot .share {
    float:left;
}
.blog-post article .foot .cta {
    margin-right:130px;
}
.blog-post article .foot .share {
    font-size:14px;
}
.blog-post article.news-articles .foot .share {
    margin-left: 297px;
}
.blog-post article .foot .share li{
    list-style:none;
    box-sizing: content-box;
    padding: 4px;
}
.foot .share li {
    float:left;
    font-size:30px;
}
.foot .share li a {
    color:#17333b;
    box-sizing: content-box;
    transition: all .2s ease-out;
    cursor:pointer;
    display: inline-block;
}
.foot .share li a:hover {
    transform:scale(1.1);
}

.foot .share li a .fa-squared {
    background-color:#17333b;
    box-sizing: content-box;
    color: #f8f8f8;
    font-size: 18px;
    padding: 4px;
    border-radius: 5px;
    margin-top:2px;
}
.foot .share li a span{
    display: inline-block;
    vertical-align: top;
}
.blog-post article .foot .share ul {
    padding:0;
    margin-left:-4px;
}
.close-archive {
    background:url(images/blog-archive-close.png) no-repeat right center;
    width:15px;
    height:30px;
    display:inline-block;
    margin-left:10px;
    position:relative;
}
.close-archive a {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.post-meta .author {
    width:293px;
    float: left;
}
.post-meta .tags {
    float:left;
    padding:0;
    list-style:none;
    font-size: 16px;
    margin-top: 10px;
}
.post-meta .tags li {
    display:inline-block;
    vertical-align:top;
}
.post-meta .tags li a {
    background-color:#fff;
    padding:10px 20px;
}
.blog-post article header h2.entry-title {
    margin-bottom:50px;
    margin-top:60px;
}

.textwidget .subscribe-form {
    background-color:#fc6317;
    color:#fff;
    padding:40px 30px 30px 30px;
}
.textwidget .subscribe-form h3 {
    color:#fff;
    font-size:26px;
    margin-top: 0;
    letter-spacing: 1px;
}
.textwidget .subscribe-form p {
    font-size:14px;
    letter-spacing:0.5px;
}
.textwidget .subscribe-form .your-email {
    width:100%;
    height: 50px;
    line-height: 50px;
}
.textwidget .subscribe-form .your-email input {
    height: 50px;
    line-height: 50px;
    border:0;
    font-size:14px;
    color:#17333b;
}
.textwidget .subscribe-form .wpcf7-submit {
    border:2px solid #fff;
    font-family:"oswaldmedium";
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    height: 45px;
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.textwidget .subscribe-form form.wpcf7-form {
    text-align:left;
}
.search-header {
    padding-left:40px;
    margin-top:0;
    margin-bottom:40px;
    color:#17333b;
    text-transform:none;
}
.search-header .keyword {
    color:#fc6317;
}
button.search-icon {
    width:27px;
    background: url(images/search-icon.png) no-repeat center;
    border:none;
    display: inline-block;
    height: 47px;
    vertical-align: top;
    padding-left: 5px;
    box-sizing: content-box;
}
.search-blog-form {
    background-color:#f8f8f8;
    padding:9px 15px 9px 30px;
    margin-bottom: 15px;
}
.search-blog-form .search-field {
    height:47px;
    line-height:47px;
    font-size:14px;
    padding-left:20px;
    margin: 0;
    border: none;
    display: inline-block;
    width: calc(100% - 44px);
}
.sidebar .side-widget {
    background-color:#f8f8f8;
    padding:50px 30px  30px 30px;
    margin-bottom:15px;
}
.sidebar .side-widget h2 {
    margin-top:0;
    color:#17333b;
    font-size:26px;
    letter-spacing:1px;
}
.sidebar .taxonomy li {
    color: #858789;
    font-size: 18px;
}
.sidebar .taxonomy ul {
    padding-left: 20px;
}
.sidebar .taxonomy li a{
    color: #858789;
}
.sidebar .featured ul {
    list-style:none;
    padding-left:0;
    padding-top: 10px;
}
.sidebar .featured a {
    color:#858789;
    font-size:18px;
}
.sidebar .featured li {
    margin-bottom:20px;
    line-height:1.2em;
}

.sidebar .side-widget.key-sponsor h2 {
    letter-spacing:0;
    font-size:22px;
}
.sidebar .dark-widget {
    background-color:#17333b;
}
.sidebar .dark-widget h2 {
    color:#fff;
}
.sidebar .side-widget.key-sponsor {
    margin-bottom:0;
}
.sidebar .event-info {
    font-size:14px;

}
.sidebar .event-title {
    font-size:16px;
    font-weight: bold;
    text-decoration: underline;
}
.side-widget.events p {
    font-size:16px;
}
.sidebar .event-link {
    padding-left:70px;
    margin-bottom:40px;
    display:block;
    color:#17333b;
    background: url(images/icon-calendar.png) no-repeat 0px 9px;
}
.side-widget.events .nav-button a {
    font-size:14px;
    padding: 14px 20px 10px;
}

.type-tag {
    position:absolute;
    top:28px;
    left:0;
    padding:30px 17px;
    color: #fff;
    background-color: #ccc;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Cabin";
    font-weight: bold;
}
.type-tag.tag-text-white {
    color: #fff;
}
.type-tag.tag-text-dark {
    color: #17333b;
}
.type-tag.tag-slug-blog {

}
.type-tag.tag-slug-webinar {

}


.single-post .contentContainer time.updated, .single-news-articles .contentContainer time.updated {
    position:relative;
    top:auto;
    left:0;
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 1440px) {
    .single-post .main, .single-news-articles .main {
        max-width:1680px;
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
     .single-post .page-header, .single-news-articles .page-header {
        max-width: 1680px;
        margin-left: auto;
        margin-right: auto;
    }
}


.page-child .main .wrap {
    margin-bottom: 100px;
}
.home.page .main .wrap {
    /* margin-bottom: 0; */
}

.subscribe-footer .wpcf7-submit {
        display: inline-block;
        /* visibility: hidden; */
        width: 235px;
        margin-top: 10px;
        color: #17333b;
        font-family: oswalddemibold;
        font-family: Cabin, sanf-serif;
        text-transform: uppercase;
        height: 38px;
        border: none;
        line-height: 38px;
        background-color: #ffffff;
        font-size: 20px;
        /* vertical-align: top; */
        padding: 2px 0 0 0;
        transition:all 0.3s ease;
        cursor:pointer;
}
.subscribe-footer .wpcf7-submit:hover {
    color: #ffffff;
    background-color: #17333b;
    outline:2px #fff solid;
}
.subscribe-footer img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
    position:absolute;
    right: 27px;
    top: 21px;
}
.subscribe-footer .form-group {
    position:relative;
    margin-bottom: 0;
}

.subscribe-footer .wpcf7-email {
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 17px;
    padding: 5px 10px;
    width: 235px;
    color:#fff;
    display: inline-block;
}
.subscribe-footer .wpcf7-email::-webkit-input-placeholder {
   color: #fff;
}
.subscribe-footer .wpcf7-email:-moz-placeholder {
   color: #fff;
}
.subscribe-footer .wpcf7-email::-moz-placeholder {
   color: #fff;
}
.subscribe-footer .wpcf7-email:-ms-input-placeholder {
   color: #fff;
}
.subscribe-thanks .main .wrap p {
    text-align:center;
}

.become-partner-section a {
    color:#fff;
}


.case-link-hover {
    font-size:13px;
    font-family:"oswaldmedium";
    font-family: Cabin, sanf-serif;
    font-weight: var(--medium-text);
    color:#fff;
    text-transform:uppercase;
    position:absolute;
    bottom: 8px;
    right: 40px;
    width:65px;
    height: 23px;
    overflow: hidden;
}
.case-link-hover span {
    position:absolute;
    left: 65px;
    top:0;
    display:block;
    width:100%;
    height:100%;
    line-height: 23px;
    transition:all 0.3s ease;
}
.case-link:hover .case-link-hover span {
    left:0;
}


.legal-links {
    list-style:none;
}
.legal-links li {
    display:inline-block;
}
.legal-links li .separator{
    display:inline-block;
    padding:0 15px;
}

.link-hover {
    position: absolute;
    border: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
a:hover .link-hover .link-underline {
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
}
.link-underline {
    background-color: #fc6317;
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transition: all 0.3s ease;
}
.orange .link-underline {
    background-color: #fc6317;
}
.white .link-underline {
    background-color: #fff;
}
.featured-post.white .white .link-underline {
    background-color: #17333b;
}

.footer-nav .menu-item a > span {
    display:inline-block;
    position:relative;
}
.footer-nav .menu-item .link-underline {
    background-color: #fff;
}
footer.content-info .social-buttons a {
    transition:all .3s ease;
}
footer.content-info .social-buttons a:hover {
    transform:scale(1.2);
}

.center .nav-button {
    text-align:center;
}

/*
    Case Study Page
 */
h1.masthead-title span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6em;
}
.single-case_study .case-study-wrapper {padding: 90px 0;}
.download-case .nav-button {
    text-align: center;
}
.download-case .nav-button a {
    width: 280px;
    padding: 20px 0 18px;
    text-align: center;
    display: inline-block;
}
.download-case {
    text-align: center;
}
.single-case_study .sign-up-section {
    background-color: #fc6317 ;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}
.single-case_study .sign-up-section h2 {
    color: #fff;
    font-size: 48px;
    text-transform: none;
}
.single-case_study .sign-up-section input {
    width: 320px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "oswalddemibold";
    font-family: Cabin, sanf-serif;
    font-size: 20px;
    display: inline-block;
    box-sizing: border-box;
}
.single-case_study .sign-up-section .form-group {
    display: inline-block;
}

.single-case_study .sign-up-section input.wpcf7-email {
    background-color: #fff;
    color: #17333b;
    border: none;
    outline: none;
}
.single-case_study .subscribe-footer .wpcf7-email::-webkit-input-placeholder {
    color: #17333b;
}
.single-case_study .subscribe-footer .wpcf7-email:-moz-placeholder {
    color: #17333b;
}
.single-case_study .subscribe-footer .wpcf7-email::-moz-placeholder {
    color: #17333b;
}
.single-case_study .subscribe-footer .wpcf7-email:-ms-input-placeholder {
    color: #17333b;
}
.single-case_study .sign-up-section input.wpcf7-submit {
    background-color: #17333b;
    color: #fff;
    border: none;
    outline: none;
    margin-left: 30px;
}
.single-case_study .subscribe-footer-header {
    display: none;
}
.single-case_study .subscribe-footer {
    display: none;
}
.single-case_study .children-accordion {
    display:none;
}


/**
    Stock Widget
 */
.hstock-widget {
    margin-top: 0;
}
.hstock-widget h1 {
    margin-top:0;
}
.ui-datepicker-year {
    color: #000;
}
.ajax-response {
    display: inline-block;
    padding-left: 15px;
}
.ajax-response .error {
    color: #cd0a0a;
    font-size: 16px;
}
.hstock-widget label {
    display: inline-block;
    line-height:35px;
    height:35px;
    font-size: 14px;
    margin-bottom: 0;
}
.hstock-widget form {
    width: 100%;
}
.hstock-widget table {
    display: inline-block;
    width: 100%;
    margin: 0;
    vertical-align: middle;
    margin-top: 15px;
}
.hstock-widget tr {
    vertical-align: middle;
}
.hstock-widget table td {
    text-align: right;
    padding: 5px;
    border: 1px solid #eeeeee;
    width: 15%;
    vertical-align: middle;
}
.hstock-widget table th {
    padding-left: 5px;
    font-size: 0.8em !important;
    text-align: center;
}
.hstock-widget table td:first-child {
    text-align: left;
}
.hstock-widget td.value {
    letter-spacing: 1px;
    font-size: 115% !important;
    font-weight: bold;
}
#datepicker {
    display:inline-block;
    width:auto;
    margin-left:10px;
}
.negative .difference, .negative .percentage  {
    color: #cd0a0a;
}
.positive .difference, .positive .percentage {
    color: #3c763d;
}

body.staging-site:before {
  content: ' ';
  position: absolute;
  left: 0;
  top:0;
  width: 125px;
  height: 125px;
  background: url('images/staging-badge.png') no-repeat left top;
  z-index: 99999;
}

body.admin-bar.staging-site:before {
  top:32px;
}

