/*
Credits:

Website Design by SpinWeb (http://www.spinweb.net)
Designer: Jason Harrop
Developer: Sam McKinney
Developer: Chris Antoine
*/


/* ----------- Global Styles ---------------- */

body {
    font-family: 'Lato', sans-serif;
    background: #fff;
    color: #343333;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding: 0;
    position: relative;
    right: 0px;
    overflow-x: hidden;
    transition: all 0.3s ease 0s;
}

a, a:visited {
   color: #fc4848;
   text-decoration: none;
   transition: all 0.1s linear 0s;
}

a:hover, a:active {
   color: #000000;
   text-decoration: underline;
}

button, button:visited {
    transition: all 0.1s linear 0s;
}

a:focus {
    outline: thin dotted #333333;
    outline-offset: 0px;
}

.button, .button:visited, .form-wrapper .hs-form .hs-button, .form-wrapper .hs-form .hs-button:visited, .btn-primary, .btn-primary:visited, .featured-webcast-form .hs-form .hs-button, .featured-webcast-form .hs-form .hs-button:visited {
    border: none;
    background: #FA5F5B;
    display: inline-block;
    padding: 7px 30px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

.button:hover, .button:focus, .form-wrapper .hs-form .hs-button:hover, .form-wapper .hs-form .hs-button:focus, .btn-primary:hover, .btn-primary:focus, .featured-webcast-form .hs-form .hs-button:hover, .featured-webcast-form .hs-form .hs-button:focus {
    background: #757575;
    color: #fff;
    text-decoration: none;
}

.form-wrapper .hs-form .hs-button, .form-wrapper .hs-form .hs-button:visited, .featured-webcast-form .hs-form .hs-button, .featured-webcast-form .hs-form .hs-button:visited {
    box-shadow: none;
    border: none;
    font-size: 20px;
    text-shadow: none;
}

.form-wrapper .hs-form .hs-button:hover, .form-wapper .hs-form .hs-button:focus, .hs-form .hs-button:hover:not(.inactive), .hs-form .hs-button:focus:not(.inactive), .hs-form .hs-button.hovered:not(.inactive) {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.featured-webcast-form .hs-input, .hbspt-form .hs-input {
    width: 100%;
}

.white-button, .white-button:visited {
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    float: left;
    padding: 7px 15px 7px 30px;
}

.white-button span, .white-button:visited span {
    float: right;
    margin: 0 0 0 30px;
    position: relative;
}

.white-button span:before, .white-button:visited span:before {
    background: #C9C9C9;
    content: '';
    width: 1px;
    left: -12px;
    top: 0;
    height: 100%;
    position: absolute;
}

.white-button:hover, .white-button:focus {
    background: #3A3A3A;
    color: #fff;
    text-decoration: none;
}

p span.button, p span.button:hover, p span.button:focus {
    background: none;
    display: table;
    content: "";
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
}

p span.button a, p span.button a:visited {
    float: left;
    margin: 0;
}

.button a, .button a:visited {
    border: none;
    background: #fc4848;
    display: block;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: bold;
    float: left;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

.button a:hover, .button a:hover, .button a:focus {
    background: #757575;
    color: #fff;
    text-decoration: none;
}

p {
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.4;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    color: #fc4848;
    font-size: 28px;
}

h4 {
    font-size: 26px;
}

h5 {
    color: #fc4848;
    font-size: 23px;
    text-transform: uppercase;
}

h6 {
    font-size: 20px;
}

.border {
    padding: 2px;
    border: 1px solid #a4a4a4;
    background: #fff;
}

.left {
    float: left;  
    margin: 0 40px 20px 0;
}

.right {
    float: right; 
    margin: 0 0 20px 40px;
}

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

.no-margin {
    margin: 0;
}

img {
    max-width: 100%;
}

form input[type="checkbox"] {
    border: none;
}

hr {
    color: #343333;
    background: #343333;
    height: 1px;
    margin: 15px 0;
    clear: both;
    border: none;
  }
  
.clear {
    clear: both;
    float: none;
}

.outer-center {
    float: right;
    right: 50%;
    position: relative;
}
.inner-center {
    float: right;
    right: -50%;
    position: relative;
}

.addthis_toolbox {
    display: block;
}

.center-image {
    display: block;
    margin: 50px auto 20px;
}

.flex-out {
    display: flex;
}




/* -------------- Header ---------------- */

header nav ul ul {
    display: none;
}

body.active {
    position: relative;
    right: 260px;
    transition: right 0.3s ease 0s;
}

header {
    background: #fff;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    transition: all 0.3s ease 0s;
}

header.dark-header {
    background: rgba(0,0,0,.7);
}

header.active {
    right: 260px;
    transition: all 0.3s ease 0s;
}

.logo {
    float: left;
    display: block;
    margin: 18px 0 18px 10px;
    position: relative;
    width: 140px;
    z-index: 1000;
}

.navbar-default {
    background-color: transparent;
    border: none !important;
}

.navbar {
    border: none !important;
    margin-bottom: 0px;
    min-height: auto;
    position: relative;
    z-index: 500;
    min-height: 0px;
}

.navbar-header {
    position: relative;
}

.navbar-toggle {
    background-color: none;
    border: none;
    border-radius: 0;
    float: none;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0 10px;
    position: absolute;
    right: 0px;
    top: 20px;
    width: 60px;
    height: auto;
    z-index: 1001;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FA5F5B;
    transition: all .1s linear 0s;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle.active .icon-bar {
    background: #3E3E3E;
}

.navbar-toggle .icon-bar {
    border-radius: 0px;
    display: block;
    height: 6px;
    margin: 5px 0;
    width: 40px;
}

.navbar-collapse {
    background: #FA5F5B;
    box-shadow: inset 25px 0 25px -25px rgba(0,0,0,0.4);
    position: fixed;
    right: -260px;
    top: 0;
    height: 100vh;
    overflow: hidden;
    padding: 10px 20px;
    width: 260px;
    z-index: 700;
    transition: all 0.3s ease 0s;
}

.navbar-collapse.active {
    right: 0;
    transition: all 0.3s ease 0s;
}

.mobi-search-wrapper {
    margin: 0 0 20px 0;
    display: none;
    width: 100%;
    position: relative;
}

.mobi-search {
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff;
    color: #fbbcbc;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 3px 10px 3px 30px;
    width: 100%;
}

.mobi-search::-webkit-input-placeholder { 
    color: #fbbcbc;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.mobi-search::-moz-placeholder { 
    color: #fbbcbc;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.mobi-search:-ms-input-placeholder {
    color: #fbbcbc; 
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.mobi-search:-moz-placeholder {
    color: #fbbcbc;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.search-button, .search-button:visited {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: -4px;
}

.search-button:hover, .search-button:focus {
    color: #757575;
}

.nav ul {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav li {
    display: block;
    position: relative;
}

.nav li a, .nav li a:visited {
    background: #D84F4C;
    color: #fff;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin: 0 0 5px 0;
    padding: 5px 15px;
    position: relative;
    text-align: center;
}

.nav li a:hover, .nav li a:focus, .nav li.current a, .nav li.active a {
    background-color: #B03A37;
    color: #fff;
    text-decoration: none;
}

.social {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
}

.social li {
    display: inline-block;
}

.social a, .social a:visited {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
    width: 34px;
    height: 34px;
    text-align: center;
    background: #D84F4C;
    padding: 0;
}

.social a:hover, .social a:focus {
    background: #B03A37;
    color: #fff;
}


/* -------------- Home Page --------------- */

.homepage-wrapper {
    padding: 80px 0 0 0;
}

.feature-wrapper {
    background: url(https://ucarecdn.com/b7e8782f-f76f-4c4c-a2bf-8139aa7791c9/-/progressive/yes/) no-repeat center top / cover;
    padding: 50px 0 40px;
    position: relative;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.video-overlay {
    background: rgba(0,0,0,.45);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.feature-wrapper .container-fluid {
    position: relative;
    z-index: 15;
}

.dots {
    background: url(https://ucarecdn.com/d972a87d-7e1f-431d-a0c0-9c5d6b981fd0/-/progressive/yes/) repeat left top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.feature {
    text-align: center;
}

.feature-play a, .feature-play a:visited {
    border: 2px solid #fc4848;
    color: #fc4848;
    border-radius: 50%;
    display: block;
    height: 75px;
    font-size: 27px;
    margin: 0 auto 5px;
    padding: 13px 0 0 7px;
    width: 75px;
    text-align: center;
}

.feature-play a:hover, .feature-play a:focus {
    border: 2px solid #000;
    cursor: pointer;
    color: #000;
}

.feature h1 {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
    position: relative;
}

.feature h1:after {
    background: url(https://ucarecdn.com/8cb7d6ff-4718-42c5-a731-ffebc8932f8e/-/progressive/yes/) no-repeat center top / cover;
    content: '';
    height: 12px;
    width: 12px;
    position: absolute;
    right: -12px;
    top: 6px;
}

.feature p {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 15px 0;
}

.feature .button, .feature .button:visited {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
}

.markets-wrapper {
    background: #fff;
    margin: 0 0 -30px 0;
    padding: 0px;
}

.market {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 auto 25px;
    position: relative;
    padding: 20px 30px 90px;
}

.market-dots {
    background: url(https://ucarecdn.com/7a986c68-2a81-4338-94c1-4feabe37254e/-/progressive/yes/) repeat-x left top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.image-overlay {
    background: -moz-linear-gradient(left,  rgba(55,55,55,0.85) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(55,55,55,0.85) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(55,55,55,0.85) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9373737', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.market-overlay {
    background: rgba(250,95,91,.15);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .1s linear 0s;
    z-index: 5;
}

.market-overlay.white {
    background: rgba(255,246,237,.31);
}

.market .button, .market .button:visited {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 10;
}

.market-content {
    color: #fff;
    position: relative;
    z-index: 10;
}

.market h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 7px 0;
}

.market p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 7px 0;
}

.featured-resource-wrapper .dots {
    display: none;
}

.featured-resource {
    border-top: 12px solid #FA5F5B;
    padding: 25px 0 35px;
    text-align: center;
}

.featured-resource h1 {
    color: #FA5F5B;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}

.featured-resource h2 {
    color: #434343;
    font-size: 22px;
    font-weight: 500;
}

.featured-resource p {
    color: #535353;
    font-size: 18px;
}

.featured-resource .button, .featured-resource .button:visited {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.featured-resource-wrapper-rev {
    padding: 40px 0 0 0;
}

.featured-resource-heading {
    border-bottom: 1px solid #EDEDED;
    color: #fc4848;
    margin: 0 0 35px 0;
    padding: 0 0 25px 0;
    text-transform: uppercase;
    text-align: center;
}

.featured-resource-rev h2 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.featured-resource-rev p {
    font-size: 18px;
    text-align: center;
}

.featured-resource-rev .button {
    margin: 0 0 40px 0;
}

.get-started-wrapper {
    background: url(https://ucarecdn.com/b2854163-563d-49af-a3f7-774d75e19696/-/progressive/yes/) no-repeat center top / cover;
    padding: 30px 0;
    position: relative;
}

.get-started {
    color: #fff;
    text-align: center;
}

.get-started h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.get-started h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.get-started p {
    font-size: 14px;
    margin: 0 0 25px 0;
}

.static-feature {
    background: url(https://cdn.zephyrcms.com/720e21f7-abce-4029-be2c-66b88ccd9a6e/-/progressive/yes/) no-repeat center top / cover;
    padding: 55px 0;
}

.static-feature-content {
    text-align: center;
}

.static-feature-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
}

.static-feature-content h1 span {
    color: #df665e;
    position: relative;
}

.static-feature-content h1 span:after {
    background: url(https://cdn.zephyrcms.com/7aab08fa-026b-4519-8ce1-b39c1d3ef649/-/progressive/yes/) no-repeat center top / cover;
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    top: -10px;
    right: -20px
}

.static-feature-content p {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

/* ------------ Interior ------------ */

.webpage-wrapper img.left, .webpage-wrapper img.right, .webpage-wrapper .left, .webpage-wrapper .right {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0 auto 15px;
    display: block;
}

.list-thumb {
    max-width: 275px;
}

.det-thumb {
    display: block;
    float: none;
    margin: 0 auto 20px;
}

.media {
    border-bottom: 1px solid #6d6d6d;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

.media .right {
    text-align: center;
}

.flex-wrapper {
    display: flex;
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.interior {
    padding: 80px 0 0 0;
}

.banner-wrapper {
    background-image: url(https://ucarecdn.com/dff46bb1-8dbd-42c1-bcc7-fd48ee59f653/-/progressive/yes/);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 200px;
    position: relative;
}

.banner-wrapper.contact-banner {
    background: url(https://ucarecdn.com/b4bc0123-5dc8-4018-bc54-3bcc7e7758fb/-/progressive/yes/) no-repeat center top / cover;
}

.banner-wrapper.career-banner {
    background: url(https://ucarecdn.com/e5d32d8e-be56-4c5a-8ceb-4265ebdc3413/-/progressive/yes/) no-repeat center top / cover;
}

.banner-wrapper.faq-banner {
    background: url(https://ucarecdn.com/041e56ff-ead5-484a-b8e1-c4845b9364ad/-/progressive/yes/) no-repeat center top / cover;
}

.banner-wrapper.culture-banner {
    background: url(https://ucarecdn.com/34744175-f025-4598-a03b-2239b609e4fd/-/progressive/yes/) no-repeat center top / cover;
}

.banner-wrapper.press-banner {
    background: url(https://ucarecdn.com/d5ab81d2-2d15-4b18-b71d-c979657888f7/-/progressive/yes/) no-repeat center top / cover;
}

.banner-wrapper.team-banner {
    background: url(https://ucarecdn.com/5207a836-1975-4603-9152-e5dbb9e3c191/-/progressive/yes/) no-repeat center top / cover;
}

.banner-wrapper.process-banner {
    background: url(https://ucarecdn.com/a9640fbd-9598-45de-98c7-0400de7bc87e/-/progressive/yes/) no-repeat center top / cover;
}

.banner-wrapper.spinradio-banner {
    background: url(https://ucarecdn.com/36c06e7d-8ebe-4fc3-88ee-b3131834a022/-/progressive/yes/) no-repeat center top / cover;
}

.sub-nav-wrapper {
    padding: 0;
}

.sub-nav ul {
    border-top: 1px solid #dcdcdc;
    list-style-type: none;
    margin: 0;
    padding: 25px 0;
}

.sub-nav li {
    border-bottom: 1px solid #dcdcdc;
    display: block;
}

.sub-nav a, .sub-nav a:visited {
    display: block;
    color: #9d9d9d;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    padding: 3px 0;
    text-align: center;
}

.sub-nav a:hover, .sub-nav a:focus, .sub-nav li.current a, .sub-nav li.active a {
    background: #fc4848;
    color: #fff;
    text-decoration: none;
}

.gray-content-wrapper {
    background: #F4F4F4;
    padding: 25px 0;
    position: relative;
    text-align: center;
}

.lined-heading {
    padding: 0 0 15px 0;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.lined-heading span {
    color: #f24545;
    display: block;
    font-size: 18px;
}

.lined-heading:after {
    background: #EE5A57;
    content: '';
    height: 1px;
    width: 120px;
    position: absolute;
    left: calc(50% - 60px);
    bottom: 0;
}

.gray-content-wrapper p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    line-height: 1.9;
}

main .homepage-wrapper .std-padding, main .interior .std-padding {
    padding: 45px 0;
}

.content-section .std-padding {
    padding: 0;
}

.our-story-wrapper {
    background: url(https://ucarecdn.com/ba0d3e85-a696-4a94-a79e-8d5922af88f0/-/progressive/yes/) no-repeat center top / cover;
    position: relative;
    color: #fff;
}

.white-lined-heading {
    padding: 0 0 15px 0;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.white-lined-heading:after {
    background: #fff;
    content: '';
    height: 1px;
    width: 120px;
    position: absolute;
    left: calc(50% - 60px);
    bottom: 0;
}

.our-story-wrapper p {
    line-height: 1.9;
}

.spinradio-cta-wrapper {
    background: url(https://ucarecdn.com/ebd51c01-4196-4089-bf87-3259a09e01a0/-/progressive/yes/) no-repeat 80% top / cover;
    position: relative;
    color: #fff;
}

.spinradio-cta-wrapper .white-lined-heading {
    line-height: 1;
}

.spinradio-cta-wrapper p {
    line-height: 1.9;
}

.our-process-wrapper p {
    color: #3a3939;
    text-align: left;
}

.our-process-wrapper .button, .our-process-wrapper .button:visited {
    font-size: 21px;
    font-family: 'Ubuntu', sans-serif;
}

.map-wrapper {
    display: block;
    margin: 35px auto 50px;
    max-width: 414px;
    position: relative;
    width: 100%;
}

.map-red {
    background: #FA5F5B;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 15px;
    width: auto;
}

.map-red p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.form-wrapper {
    padding: 0 15px;
    position: relative;
}

.spinweb-facts {
    margin: 10px auto 30px;
}

.spinweb-facts h6 {
    color: #565656;
    margin: 0 0 15px 0;
}

.fact-image-wrapper {
    margin: 0 0 30px 0;
    text-align: center;
}

.career-top h2 {
    color: #fc4848;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 5px 0;
    position: relative;
    text-transform: uppercase;
}

.career-top h2:after {
    background: url(https://ucarecdn.com/8cb7d6ff-4718-42c5-a731-ffebc8932f8e/-/progressive/yes/) no-repeat center top / cover;
    content: '';
    height: 12px;
    width: 12px;
    position: absolute;
    right: -10px;
    top: -2px;
}

.career-top h3 {
    color: #4e4e4e;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
}

.red-box {
    background: #FA5F5B;
    margin: 0 -15px 35px;
    padding: 20px;
}

.red-box h4 {
    color: #fff;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.career {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 0 45px 0;
    width: 100%;
    text-align: center;
}

.career-image {
    margin: 0 0 15px 0;
}

.career h5 {
    margin: 0 0 15px 0;
}

.career p {
    color: #424242;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.7;
    margin: 0;
}

.career-connect {
    position: relative;
}

.career-connect p {
    color: #c2c2c2;
    font-size: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.career-connect ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

.career-connect li {
    display: inline-block;
}

.career-connect li a, .career-connect li a:visited {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    height: 34px;
    width: 34px;
    text-align: center;
    padding: 1px 0 0 0;
}

.career-connect li a:hover, .career-connect li a:focus {
    background: #757575;
}

.career-connect .facebook, .career-connect .facebook:visited {
    background: #4971A5;
}

.career-connect .twitter, .career-connect .twitter:visited {
    background: #4194B9;
}

.career-connect .linkedin, .career-connect .linkedin:visited {
    background: #008ABD;
}

.career-connect .button, .career-connect .button:visited {
    float: none;
    margin: 0 auto 15px;
    width: 120px;
}

.question, .question:visited {
    background: #757575;
    margin: 0 0 3px 0;
    padding: 8px 35px 8px 10px;
    position: relative;
}

.question:hover, .question:focus, .question.active {
    background: #FA5F5B;
    cursor: pointer;
}

.question h3 {
    color: #fff;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

.question .faq-arrow {
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 15px;
    height: 14px;
    top: calc(50% - 7px);
    line-height: 1;
    transition: all .1s linear 0s;
}

.question.active .faq-arrow {
    transform: rotate(90deg);
}

.answer {
    padding: 7px 20px;
}

.answer h5 {
    font-family: 'Lato', sans-serif;
    text-transform: none;
    margin: 0 0 10px 0;
    color: #343333;
}

.answer p {
    font-size: 15px;
}

.guide {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 auto 25px;
    position: relative;
    padding: 20px 30px 25px;
}

.guide-content {
    color: #fff;
    position: relative;
    z-index: 10;
}

.guide h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0 0 7px 0;
}

.guide-summary-wrapper {
    background: url(https://ucarecdn.com/318bfeed-7536-4346-a0be-d5478d709098/-/progressive/yes/) no-repeat center top / cover;
    padding: 35px 0;
    position: relative;
}

.guide-summary-wrapper .dots {
    z-index: 1;
}

.summary-overlay {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.3) 0%, rgba(249,145,140,1) 99%, rgba(252,146,141,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(249,145,140,1) 99%,rgba(252,146,141,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.3) 0%,rgba(249,145,140,1) 99%,rgba(252,146,141,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#fc928d',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.summary-content {
    color: #fff;
    position: relative;
    z-index: 5;
}

.summary-content h2 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

.summary-content p {
    font-size: 15px;
}

.core-value-heading {
    position: relative;
}

.core-value-heading h1 {
    padding: 0 10px;
    text-transform: uppercase;
}

.flex-wrapper.culture-items-wrapper {
    margin: 0;
    justify-content: center;
}

.culture {
    margin: 0 0 10px 0;
}

.culture-content {
    background: #FA5F5B;
    border: 15px solid #E8E8E8;
    border-radius: 50%;
    display: flex;
    margin: 0 auto;
    height: 215px;
    width: 215px;
    align-items: center;
    justify-content: center;
}

.culture-content p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    text-align: center;
}

.white-callout-wrapper {
    background: url(https://ucarecdn.com/c97c989d-d83f-431e-8a5e-269f01691742/-/progressive/yes/) no-repeat center top / cover;
    position: relative;
    padding: 40px 0;
}

.white-callout-wrapper .dots {
    z-index: 5;
}

.white-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&0.95+23,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 23%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 23%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 23%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.white-callout-content {
    position: relative;
    z-index: 10;
}

.white-callout-content h3 {
    text-transform: uppercase;
}

.featured-news {
    margin: 0 auto 30px;
    max-width: 700px;
    width: 100%;
}

.featured-news h5 {
    text-align: center;
}

.news-share {
    color: #c2c2c2;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.featured-news .addthis_sharing_toolbox {
    margin: 5px 0 20px 0;
}

.featured-news-image {
    margin: 0 0 20px 0;
}

.news-item, .events {
    margin: 0 0 40px 0;
}

.news-item .meta {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 7px 0;
}

.events .meta {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.events .meta.last {
    margin: 0 0 7px 0;
}

.news-item .meta span, .events .meta span {
    font-weight: 700;
}

.news-item h2, .events h2 {
    font-size: 17px;
    margin: 0 0 10px 0;
}

.news-item p, .events p {
    font-size: 14px;
}

.cta {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 auto 35px;
    position: relative;
    padding: 20px 30px 25px;
}

.cta-content {
    color: #fff;
    position: relative;
    z-index: 10;
}

.cta h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0 0 7px 0;
}

.cta-content p {
    font-size: 15px;
}

.news-wrapper h5 {
    text-align: center;
}

.resource-link, .resource-link:visited {
    background: #EBE9E9;
    color: #343333;
    margin: 0 auto 35px;
    max-width: 370px;
    width: 100%;
}

.resource-link:hover, .resource-link:focus {
    background: #FA5F5B;
    color: #fff;
    text-decoration: none;
}

.resource-link.disabled, .resource-link.disabled:visited {
    
}

.resource-link.disabled:hover, .resource-link.disabled:focus {
    cursor: no-drop;
    background: #EBE9E9;
    color: #343333;
}

.resource-link.disabled:hover h2:after, .resource-link.disabled:focus h2:after {
    background: #EE5A57;
}

.resource-image {
    background: #EBE9E9;
}

.res-image-wrap {
    transition: all .1s linear 0s;
}

.resource-link:hover .res-image-wrap, .resource-link:focus .res-image-wrap {
    opacity: .8;
}

.resource-link-content {
    padding: 20px 25px 35px;
}

.resource-link-content h2 {
    font-size: 30px;
    padding: 0 0 15px 0;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.resource-link h2:after, .resouce-link:visited h2:after {
    background: #EE5A57;
    content: '';
    height: 1px;
    width: 120px;
    position: absolute;
    left: calc(50% - 60px);
    bottom: 0;
    transition: all .1s linear 0s;
}

.resource-link:hover h2:after, .resource-link:focus h2:after {
    background: #fff;
}

.resource-link-content p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.team-member {
    max-width: 425px;
    margin: 0 auto 50px;
    width: 100%;
}

.team-image {
    margin: 0 0 20px 0;
}

.team-image a:hover, .team-image a:focus {
    opacity: .9;
}

.team-list-info h2 {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    margin: 0;
    text-align: center;
}

.team-title {
    color: #f24545;
    text-align: center;
}

.team-list-info p {
    font-size: 16px;
}

.team-list-info .button, .team-list-info .button:visited {
    float: none;
    margin: 0 auto;
    width: 130px;
}

.gray-content-wrapper p.detail-job-title {
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.team-banner-wrapper {
    background-position: 22% top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    padding: 0;
    position: relative;
}

.team-social-wrapper {
    padding: 220px 0 0px;
}

.team-social-wrapper h5 {
    text-align: center;
}

.team-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.team-social li {
    display: inline-block;
    margin: 0 3px;
}

.team-social a, .team-social a:visited {
    border: 1px solid #C9C9CB;
    background: #fff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    width: 45px;
    padding: 3px 0 0 0;
    text-align: center;
}

.team-social a:hover, .team-social a:focus {
    border: 1px solid #FA5F5B;
    background: #FA5F5B;
    color: #fff;
}

.team-social .twitter, .team-social .twitter:visited {
    color: #88CEE1;
}

.team-social .linkedin, .team-social .linkedin:visited {
    color: #2581A3;
}

.team-social .facebook, .team-social .facebook:visited {
    color: #6F85AC;
}

.team-social .google, .team-social .google:visited {
    color: #E16052;
}

.team-social .team-email, .team-social .team-email:visited {
    color: #FDBA5A;
}

.narrow-content h5 {
    text-align: center;
}

.narrow-content h1 {
    text-transform: uppercase;
    text-align: center;
}

.short-hr {
    background: #FA5F5B;
    height: 1px;
    margin: 40px auto;
    width: 260px;
}

.flex-wrapper.team-certs {
    align-items: center;
    justify-content: center;
}

.team-certs img {
    margin: 0 auto 5px;
}

.flex-wrapper.team-skills {
    justify-content: center;
    margin: 0;
}

.skill-image {
    margin: 35px auto 0;
    position: relative;
    text-align: center;
}

.skill-image p {
    color: #fc4848;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin: 10px 0 0 0;
}

.team-info-list {
    margin: 0 0 40px 0;
    text-align: center;
}

.team-info-list h6 {
    margin: 0 0 5px 0;
}

.team-info-list ul {
    margin: 0;
    padding: 0 30px;
    list-style-type: none;
}

.gray-callout-wrapper {
    position: relative;
}

.recently-launched-content h2 {
    background: #FA5F5B;
    color: #fff;
    margin: 0 -15px;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
}

.launched-image {
    display: block;
    margin: 0 0 20px 0;
}

.recently-launched-content h4 {
    font-size: 20px;
    text-align: center;
}

.flex-wrapper.launched-buttons {
    flex-flow: row wrap;
    margin: 0 0 0 -5%;
    justify-content: space-around;
}

.launched-buttons .button, .launched-buttons .button:visited {
    margin: 0 0 15px 5%;
    padding: 7px 5px;
    width: 45%;
}

.work-search-wrapper {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 370px;
}

.work-search-wrapper p {
    color: #b8b8b8;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.work-search .form-group {
    margin: 0 0 8px 0;
}

.work-search p {
    color: #fc4848;
    font-style: italic;
    margin: 0 0 4px 0;
    text-align: center;
}

.work-link, .work-link:visited {
    background: #5F5F5F;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 0 auto 40px;
    max-width: 370px;
    padding: 0 0 20px 0;
    width: 100%;
}

.work-link:hover, .work-link:focus {
    background: #FA5F5B;
    color: #fff;
    text-decoration: none;
}

.work-link:hover .work-overlay, .work-link:focus .work-overlay {
    opacity: 0;
}

.work-image {
    margin: 0 0 20px;
    position: relative;
}

.work-overlay {
    background: rgba(255,255,255,.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .1s linear 0s;
}

.work-link h6, .work-link:visited h6 {
    font-size: 15px;
    margin: 0;
    line-height: 1.3;
    padding: 0 15px;
    text-transform: uppercase;
}

.work-link p, .work-link:visited p {
    font-size: 12px;
    margin: 0;
    line-height: 1.3;
    padding: 0 15px;
}

.work-logo-link, .work-logo-link:visited {
    padding: 0 0 30px 0;
    margin: 0 auto 35px;
    max-width: 440px;
    position: relative;
}

.work-logo-link:hover, .work-logo-link:focus {
    opacity: .85;
    text-decoration: none;
}

.work-logo-image {
    padding: 0 0 80px 0;
    position: relative;
}

.work-logo-wrap {
    background: #fff;
    box-shadow: inset 0 0 40px 5px #e5e5e5;
    border: 12px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 164px;
    margin: 0 0 8px 0;
    width: calc(100% - 50px);
    position: absolute;
    padding: 25px;
    bottom: 0;
    left: 25px;
}

.work-logo-wrap img {
    max-height: 100%;
    max-width: 100%;
}

.work-logo-link h3, .work-logo-link:visited h3 {
    color: #FA5F5B;
    font-size: 15px;
    margin: 0 0 3px 0;
    line-height: 1.3;
    padding: 0 15px;
    text-transform: uppercase;
    text-align: center;
    transition: all .1s linear 0s;
}

.work-logo-link p, .work-logo-link:visited p {
    color: #000;
    font-size: 12px;
    margin: 0;
    line-height: 1.3;
    padding: 0 15px;
    text-align: center;
    transition: all .1s linear 0s;
}

.gray-work-line {
    background: #E1E1E1;
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.work-summary-wrapper  {
    background-image: url(https://ucarecdn.com/38a35462-68ef-49af-9b84-11ff4d1fc8d2/-/progressive/yes/);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 40px 0 50px;
}

.work-summary-content h5, .work-summary-content p, .work-summary-content {
    color: #fff;
}

main .interior .work-summary-content .content-area-wrapper, main .interior .work-summary-content .container-fluid, main .homepage-wrapper .markets-wrapper .container-fluid, main .interior .markets-wrapper .container-fluid {
    padding: 0;
}

.markets-wrapper {
    margin: 0 -20px -50px -20px;
}

main .interior .answer .content-area-wrapper, main .interior .answer .container-fluid {
    padding: 0;
}

.work-custom-banner-wrapper {
    /* background: url(images/cas-banner-image.jpg) no-repeat right top / cover; */
    min-height: 350px;
}

.work-results-wrapper {
    background: #ECECEC;
    padding: 50px 0;
}

.work-results-content h5 {
    text-align: center;
}

.work-results-content p {
    color: #3b3a3a;
}

.work-results-content .button, .work-results-content .button:visited, .case-study-content .button, .case-study-content .button:visited {
    margin: 0px 0 0 0;
    font-size: 21px;
}

.case-study-wrapper {
    background: #6B6B6B;
    position: relative;
    padding: 50px 0;
}

.case-study-content h5 {
    color: #fff;
    text-align: center;
}

.case-study-content p {
    color: #b8b8b8;
    text-align: center;
}

.case-study-content label {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.process-tabs {
    border-bottom: 1px solid #EE5A57;
    margin: 0 auto 40px;
}

.process-tabs a, .process-tabs a:visited {
    background: #ECECEC;
    color: #343333;
    display: block;
    margin: 5px 0 0 0;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.process-tabs a:hover, .process-tabs a:focus, .process-tabs a.active {
    background: #EE5A57;
    color: #fff;
    text-decoration: none;
}

.process-content-wrapper > div {
    height: 0;
    visibility: hidden;
    transition: all .1s linear 0s;
}

.process-content-wrapper > div.active {
    height: auto;
    visibility: visible;
}

.process {
    margin: 0 0 35px 0;
    padding: 0;
    position: relative;
}

.process-number {
    background: #EE5A57;
    color: #fff;
    float: left;
    font-weight: 300;
    height: 30px;
    width: 30px;
    margin: 0 10px 0 0;
    text-align: center;
}

.spinradio-top-image {
    margin: 0 auto 20px;
}

.spinradio-top h2 {
    font-size: 22px;
    font-weight: 400;
}

.spinradio-top h2 span {
    color: #fc4848;
    font-weight: 700;
}

.short-hr.spinradio-divider {
    width: 65%;
    max-width: 350px;
}

.spinradio-next {
    margin: 0 0 40px 0;
}

.spinradio-next-image {
    margin: 0 auto 20px;
    text-align: center;
}

.spinradio-meta {
    color: #f24545;
    font-size: 13px;
    line-height: 1;
    margin: 0 0 10px 0;
}

.spinradio-next-content h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.spinradio-next-content p {
    font-size: 15px;
}

.spinradio-questions {
    font-size: 22px;
    margin: 20px 0;
    text-align: center;
}

.flex-wrapper.spinradio-episodes-wrapper {
    border-top: 1px solid #e6e6e6;
    margin: 0 0 25px 0;
}

.flex-wrapper.past-episodes-wrapper {
    justify-content: center;
}

.flex-wrapper.past-episodes-wrapper a, .flex-wrapper.past-episodes-wrapper a:visited {
    margin: 10px 0;
    padding: 0 0 30px;
    position: relative;
    text-decoration: none;
}

.flex-wrapper.past-episodes-wrapper a:hover p, .flex-wrapper.past-episodes-wrapper a:focus p {
    color: #fc4848;
    text-decoration: none;
    text-transform: none;
}

.flex-wrapper.past-episodes-wrapper a:hover p.date, .flex-wrapper.past-episodes-wrapper a:focus p.date {
    color: #000;
}

.flex-wrapper.past-episodes-wrapper a:hover img, .flex-wrapper.past-episodes-wrapper a:focus img {
    opacity: .6;
}

.past-episodes-wrapper .past-episode-bottom {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.past-episodes-wrapper .past-episode-bottom p {
    color: #000;
    margin: 10px 0 0;
}

.past-episodes-wrapper .past-episode-bottom p.date {
    bottom: 0;
    color: #fc4848;
    position: absolute;
    width: 100%;
}

.spinradio-episodes, .spinradio-episodes:visited {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
}

.spinradio-episodes:hover, .spinradio-episodes:focus {
    text-decoration: none;
}

.spinradio-episodes:hover p, .spinradio-episdoes:focus p {
    color: #f24545;
}

.spinradio-icon {
    margin: 0 10px 0 0;
    width: 22px;
}

.spinradio-episodes p {
    color: #343333;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .1s linear 0s;
    width: calc(100% - 120px);
}

.spinradio-episodes span {
    font-size: 14px;
    font-weight: 400;
    color: #f24545;
    width: 75px;
    text-align: right;
}

.button.episodes-button, .button.episodes-button:visited {
    float: none;
    margin: 0 auto 50px;
    width: 180px;
}

.flex-wrapper.podcast-buttons {
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 0 0 -20px;
}

.podcast-buttons a, .podcast-buttons a:visited {
    height: 38px;
    margin: 0 0 25px 0;
    width: 135px;
    position: relative;
}

.podcast-buttons a span, .podcast-buttons a:visited span {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .1s linear 0s;
}

.podcast-buttons a:hover span, .podcast-buttons a:focus span {
    opacity: 1;
}

.itunes, .itunes:visited {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat left top;
}

.itunes span, .itunes:visited span {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat left -54px;
}

.spreaker, .spreaker:visited {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat -175px top;
}

.spreaker span, .spreaker:visited span {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat -175px -54px;
}

.stitcher, .stitcher:visited {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat right top;
}

.stitcher span, .stitcher:visited span {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat right -54px;
}

.app-store, .app-store:visited {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat left -178px;
}

.app-store span, .app-store:visited span {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat left bottom;
}

.android, .android:visited {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat -175px -178px;
}

.android span, .android:visited span {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat -175px bottom;
}

.google-play, .google-play:visited {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat right -178px;
}

.google-play span, .google-play:visited span {
    background: url(https://ucarecdn.com/38535046-6bf2-4c7d-b7c7-f85beb0fbd44/-/progressive/yes/) no-repeat right bottom;
}

.spinradio-host {
    margin: 0 0 40px 0;
}

.spinradio-host-image {
    margin: 0 auto 20px;
    text-align: center;
}

.spinradio-host-content h6 {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
}

.spinradio-host-content p {
    font-size: 15px;
    margin: 0;
}


main .homepage-wrapper .content-area-wrapper, main .interior .content-area-wrapper {
    padding: 40px 0;
}

.gray-bg {
    background: #e8e8e8;
}

.breakout {
    margin: -40px -15px;
}

/* .interior > div.content-area-wrapper:first-of-type {
    padding: 30px 0 0;
}
    
.interior > div.content-area-wrapper:last-of-type {
    padding: 0 0 50px 0;
} */

.support-links, .support-links:visited {
    display: block;
    max-width: 679px;
    margin: 0 auto;
}

.support-links:hover, .support-links:focus {
    opacity: .9;
}

.webcast {
    margin: 0 auto 40px;
    max-width: 600px;
    text-align: center;
}

.webcast-image {
    margin: 0 0 20px 0;
}

.webcast .button, .webcast .button:visited {
    float: none;
    display: inline-block;
    text-align: center;
}

.flex-wrapper.featured-webcast-flex {
    border: 1px solid #E9E9E9;
}

.featured-webcast-image {
    display: none;
}

.featured-webcast-red {
    background: #F05F5C;
    color: #fff;
    padding: 20px;
}

.webcast-date {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
}

.webcast-presenter {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
}

.featured-webcast-red h3 {
    color: #fff;
    text-transform: uppercase;
}

.featured-webcast-form {
    padding: 20px;
}

.industry-wrapper {
    padding: 30px 0 0 0;
}

.industry-link, .industry-link:visited {
    background: #7a7a7a;
    color: #fff;
    display: block;
    margin: 0 auto 40px;
    max-width: 500px;
    position: relative;
    padding: 220px 0 0;
    width: 100%;
}

.industry-link:hover, .industry-link:focus {
    background: #4a4a4a;
    color: #fff;
    text-decoration: none;
}

.industry-link:hover .industry-icon, .industry-link:hover .industry-heading, .industry-link:focus .industry-icon, .industry-link:focus .industry-heading {
    background: #4a4a4a;
}

.industry-link:hover .industry-heading .fa, .industry-link:focus .industry-heading .fa {
    margin: 0 0 0 12px;
}

.industry-link:hover .industry-image, .industry-link:focus .industry-image {
    transform: scale(1.04);
}

.industry-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.industry-image {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .1s linear 0s;
    overflow: hidden;
}

.industry-white-box-top {
    background: #fff;
    content: '';
    left: 0px;
    top: -15px;
    height: 15px;
    width: 100%;
    position: absolute;
}

.industry-white-box-left {
    background: #fff;
    content: '';
    left: -15px;
    top: -15px;
    height: calc(100% - 35px);
    width: 15px;
    position: absolute;
}

.industry-white-box-right {
    background: #fff;
    content: '';
    right: -15px;
    top: -15px;
    height: calc(100% - 35px);
    width: 15px;
    position: absolute;
}

.industry-content {
    border-top: 3px solid #FF7772;
    position: relative;
    transition: all .1s linear 0s;
}

.industry-icon {
    background: #7a7a7a;
    border-radius: 50%;
    border-top: 3px solid #ff7772;
    border-right: 3px solid #ff7772;
    border-left: 3px solid #ff7772;
    height: 100px;
    width: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: -50px;
    transition: all .1s linear 0s;
    z-index: 1;
}

.industry-icon img {
    display: block;
    margin: 10px auto 0;
}

.industry-heading {
    background: #7A7A7A;
    padding: 15px;
    position: relative;
    transition: .1s linear 0s;
    z-index: 5;
}

.industry-heading h2 {
    font-weight: 300;
    font-size: 19px;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 10;
}

.industry-heading .fa {
    margin: 0 0 0 7px;
    position: relative;
    top: 1px;
    transition: all .1s linear 0s;
}

.event-address {
    margin: 0;
}

.mojo-wrapper {
    background: url(https://cdn.zephyrcms.com/ee5c57a8-9aa6-4c3b-b391-db02cdb0ba51/-/progressive/yes/) no-repeat center center / cover;
    padding: 50px 0;
}

.mojo-flex {
    display: flex;
    flex-flow: column;
}

.mojo-logo {
    margin: 0 auto 35px;
    max-width: 350px;
}

.mojo-content {
    border-top: 3px solid #fff;
    padding: 35px 0 0 0;
}

.big-news {
    background: url(https://cdn.zephyrcms.com/7a2d6c9f-d22c-456a-a345-7b68e7763791/-/progressive/yes/) no-repeat center top / auto 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
}

.mojo-heading h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

.mojo-content p {
    color: #fff;
    text-align: center;
}

.mojo-content .border-button, .mojo-content .border-button:visited {
    border: 3px solid #fff;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 5px 10px;
    margin: 30px auto 0;
    max-width: 260px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.mojo-content .border-button:hover, .mojo-content .border-button:focus {
    background: #DC5B47;
    border: 3px solid #DC5B47;
    text-decoration: none;
}

/* --------------- Footer --------------- */

footer {
    background: #505050;
    padding: 40px 0;
    position: relative;
}

footer .dots {
    display: block;
}

footer a, footer a:visited {
    color: #fff;
}

footer a:hover, footer a:focus {
    color: #fc4848;
    text-decoration: none;
}

.footer-info {
    color: #fff;
}

.footer-link, .footer-link:visited {
    display: block;
    margin: 0 auto 15px;
    width: 113px;
}

.footer-link:hover, .footer-link:focus {
    opacity: .85;
}

address {
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
    margin: 0 0 10px;
    text-align: center;
}

.phone {
    font-weight: 600;
}

.footer-social {
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}

.footer-social li {
    display: inline-block;
}

.footer-social a, .footer-social a:visited {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    display: inline-block;
    margin: 0 4px;
    font-size: 16px;
    height: 34px;
    width: 34px;
    padding: 3px 0 0 0;
}

.footer-social a:hover, .footer-social a:focus {
    background: transparent;
    border: 1px solid #fc4848;
    color: #fc4848;
}

.copyright {
    font-size: 14px;
    margin: 0;
    text-align: center;
}



/* -------------- Form Styles ---------------- */

.form-group {
    margin: 0 0 20px 0;
}

.form-control {
    border-radius: 0;
}

label {
    color: #636363;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

form input[type="text"], form input[type="email"], form input[type="number"], form input[type="phone"], form input[type="url"] {
    border-radius: 0px;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 5px 8px;
    border: 1px solid #C5C5C5;
    background: #FFFFFF;
}

form input[type="text"]:focus, form input[type="email"]:focus, form input[type="number"]:focus, form input[type="phone"]:focus, form input[type="url"]:focus, .form-control:focus {
    border: 1px solid #4E4E4E;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(78,78,78, 0.6)
}

form textarea {
    min-height: 100px;
    padding: 5px 8px;
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #C5C5C5;
    background: #FFFFFF;
}

.radio, .checkbox {
    line-height: 1;
    margin: 0 0 15px 0;
}

form .radio label, form .radio.inline label, form .checkbox label, form .checkbox.inline label {
    text-transform: none;
    font-weight: 400;
    line-height: 1.4;
}

form .radio input[type="radio"], form .radio.inline input[type="radio"], form .checkbox input[type="checkbox"], form .checkbox.inline input[type="checkbox"] {
    margin: 3px 0 0 -20px;
}

.form-actions {
    padding: 10px 0 0 0;
}



@media (min-width: 420px) {
    body.active, header.active {
        right: 350px;
    }

    .navbar-collapse {
        right: -350px;
        width: 350px;
    }
}


/* ----------------------------  Small devices staff (480px and up) ------------------------ */
@media (min-width: 480px) { 
    

.webpage-wrapper img.left, .webpage-wrapper img.pull-left, .webpage-wrapper .left {
    float: left;
    width: auto;
    margin: 0 20px 15px 0;
    display: block;
}

.webpage-wrapper img.right, .webpage-wrapper img.pull-right, .webpage-wrapper .right {
    float: right;
    width: auto;
    margin: 0 0px 15px 20px;
    display: block;
}

.list-thumb {
    max-width: 200px;
}

.feature h1 {
    font-size: 36px;
}

.market {
    max-width: 585px;
    padding: 20px 40% 95px 30px;
    width: 100%;
}
    
.market .button, .market .button:visited {
    left: 30px;    
}

.guide {
    margin: 0 auto 25px;
    padding: 20px 25% 25px 30px;
    width: 100%;
}

.featured-resource p {
    padding: 0 5%;
}

.get-started h1 {
    font-size: 32px;
}

.get-started h2 {
    font-size: 32px;
}

.get-started .white-button, .get-started .white-button:visited {
    font-size: 19px;
}

.map-red {
    padding: 25px;
}

.map-red p {
    font-size: 17px;
}

.form-wrapper {
    padding: 0 40px;
}

.career-top h2 {
    font-size: 20px;
}

.career-top h3 {
    font-size: 34px;
}

.red-box h4 {
    font-size: 20px;
}

.career {
    flex-flow: row wrap;
    text-align: left;
}

.career-image {
    margin: 0;
    padding: 0 20px 0 0;
    width: 25%;
}

.career-content {
    width: 75%;
}

.career h5 {
    margin: 0 0 10px 0;
}

.career p {
    color: #424242;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    margin: 0;
}

.guide-summary-wrapper {
    padding: 40px;
}

.cta {
    padding: 20px 20% 25px 30px
}

.flex-wrapper.launched-buttons {
    flex-flow: row wrap;
    margin: 0;
    justify-content: center;
}

.launched-buttons .button, .launched-buttons .button:visited {
    margin: 0 2% 40px;
    padding: 7px 5px;
    width: 33%;
}



}





/* ---------------------------- Small devices (tablets, 768px and up) ------------------------ */
@media (min-width: 768px) { 

body {
    font-size: 18px;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 20px;
}

.white-button, .white-button:visited {
    font-size: 23px;
    padding: 10px 15px 10px 40px;
    position: relative;
}

.white-button span, .white-button:visited span {
    font-size: 16px;
    margin: 0 0 0 45px;
    padding: 2px 0 0 0;
    position: relative;
}

.white-button span:before, .white-button:visited span:before {
    left: -15px;
    top: -4%;
    height: 115%;
}
    
/* .content-area-wrapper {
    padding: 0 0 30px 0;
}

.interior > div.content-area-wrapper:first-of-type {
    padding: 50px 0 0;
}
    
.interior > div.content-area-wrapper:last-of-type {
    padding: 0 0 60px 0;
} */

    
/* ----------- Header Small --------------- */








/* -------------- Home Page Small -------------- */


.feature-wrapper {
    /* padding: 110px 0 95px; */
    padding: 0;
    height: 400px;
}

.feature {
    padding: 60px 0 0;
}

.feature h1 {
    font-size: 56px;
}

.feature h1:after {
    width: 24px;
    height: 24px;
    right: -19px;
    top: 11px;
}

.feature p {
    font-size: 22px;
}

.feature .button, .feature .button:visited {
    font-size: 20px;
}

.markets-list .flex-wrapper {
    margin: 0 0 0 -3%;
}

.market {
    margin: 0 0 30px 3%;
    padding: 20px 20% 65px 25px;
    width: 47%;
}
    
.market .button, .market .button:visited {
    left: 25px;
}

.market h2 {
    font-size: 24px;
}

.market p {
    font-size: 13px;
    margin: 0 0 12px 0;
}

.market .button, .market .button:visited {
    font-size: 12px;
    margin: 0;
}

.market:hover .market-overlay, .market:focus .market-overlay {
    opacity: 0;
}

.featured-resource-wrapper {
    background: url(https://ucarecdn.com/db4e4630-9836-4a67-9771-ca82db79070a/-/progressive/yes/) no-repeat 73% top / cover;
    padding: 25px 0 50px;
    position: relative;
}

.featured-resource-wrapper .dots {
    display: none;
}

.featured-resource {
    float: right;
    padding: 50px 15px 0 5%;
    text-align: left;
    width: 48%;
}

.more-resources, .more-resources:visited {
    display: block;
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
    width: 36px;
}

.more-resources span, .more-resources:visited span {
    background: #757575;
    display: block;
    float: left;
    height: 10px;
    width: 10px;
    margin: 0 3px 3px 0;
    transition: all .1s linear 0s;
}

.more-resources span.last, .more-resources:visited span.last {
    margin: 0 0 3px 0;
}

.more-resources:hover, .more-resources:focus {
    color: #fc4848;
    text-decoration: none;
}

.more-resources:hover span, .more-resources:focus span {
    background: #fc4848;
}

.featured-resource p {
    padding: 0 5% 0 0;
}

.get-started-wrapper {
    padding: 50px 0;
}

.get-started h1 {
    font-size: 35px;
}

.get-started h2 {
    font-size: 35px;
    margin: 0 0 25px 0;
}

.get-started p {
    margin: 0 0 35px 0;
    padding: 0 15%;
}

.static-feature {
    padding: 80px 0;
}

.static-feature-content {
    text-align: left;
}

.static-feature-content h1 {
    font-size: 50px;
    text-align: left;
}

.static-feature-content h1 span:after {
    height: 30px;
    width: 30px;
}

.static-feature-content p {
    font-size: 22px;
    text-align: left;
}


/* ------------ Interior Small ------------- */

.det-thumb {
    display: block;
    float: right;
    margin: 0 0 15px 20px;
    max-width: 200px;
}

.flex-wrapper {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

main .interior .container-fluid, main .homepage-wrapper .container-fluid {
    padding: 0 45px;
}
    
.breakout {
    margin: -40px -45px;
}

main .homepage-wrapper .std-padding, main .interior .std-padding {
    padding: 50px 0 70px;
}

.banner-wrapper {
    min-height: 250px;
}

.sub-nav-wrapper {
    padding: 20px 0;
}

.sub-nav ul {
    border-top: none;
    text-align: center;
}

.sub-nav li {
    border-bottom: none;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.sub-nav li:before {
    background: #c4c4c4;
    content: '';
    height: 16px;
    width: 1px;
    position: absolute;
    top: calc(50% - 7px);
    left: -2px;
}

.sub-nav li:first-child:before {
    display: none;
}

.sub-nav a, .sub-nav a:visited {
    border: 1px solid transparent;
    display: inline-block;
    padding: 7px 10px;
    position: relative;
}

.sub-nav a:hover, .sub-nav a:focus, .sub-nav li.active a, .sub-nav li.current a {
    background: transparent;
    border: 1px solid #fc4848;
    color: #9d9d9d;
}

.gray-content-wrapper p {
    padding: 0 15%;
}

.white-lined-heading {
    text-align: left;
}

.white-lined-heading:after {
    left: 0;
}

.our-process-wrapper p {
    padding: 0 7%;
}

.our-story-wrapper.std-padding {
    padding: 80px 0 100px;
}

.map-wrapper {
    margin: 35px 0 50px;
    max-width: none;
}

.form-wrapper {
    border-left: 1px solid #D7D7D7;
    padding: 0 0 20px 25px;
}

.spinweb-fact-wrapper {
    margin: 0 0 0 -3%;
}

.spinweb-facts {
    margin: 30px 0 0px 3%;
    width: 47%
}

.fact-image-wrapper {
    height: 200px;
}

.fact-image-wrapper img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.spinweb-facts h6 {
    font-size: 19px;
    margin: 0 0 25px 0;
}

.spinweb-facts p {
    font-size: 15px;
}

.career-top h2 {
    font-size: 31px;
}

.career-top h2:after {
    right: -9px;
    top: 3px;
}

.career-top h3 {
    font-size: 55px;
}

.red-box {
    margin: 0 -45px 0px;
    padding: 25px;
}

.flex-wrapper.career-wrapper {
    margin: 0 0 0 -5%;
}

.career {
    margin: 50px 0 0 5%;
    width: 45%;
}

.career-image {
    margin: 0;
    padding: 0 20px 0 0;
    width: 25%;
}

.career-content {
    width: 75%;
}

.career h5 {
    font-size: 22px;
    margin: 0 0 10px 0;
}

.career-connect {
    margin: 50px 0 0 0;
}

.connect-buttons {
    margin: 20px auto 0;
    width: 520px; 
}

.career-connect ul {
    margin: 0;
    float: left;
    text-align: left;
}

.career-connect li {
    display: block;
    float: left;
}

.career-connect li a, .career-connect li a:visited {
    display: block;
    font-size: 25px;
    height: 50px;
    width: 50px;
    padding: 3px 0 0 0;
    margin: 0 0 0 2px;
}

.career-connect .button, .career-connect .button:visited {
    float: left;
    font-size: 20px;
    margin: 0 0 0 20px;
    padding: 6px 0 0 0;
    height: 50px;
    width: 160px;
}

.question, .question:visited {
    padding: 12px 40px 12px 15px;
}

.question .faq-arrow {
    right: 20px;
}

.guide {
    margin: 0 auto 25px;
    padding: 20px 30% 25px 30px;
    max-width: 770px;
}

.guide:hover .market-overlay, .guide:focus .market-overlay {
    opacity: 0;
}

.guide-content {
    color: #fff;
    position: relative;
    z-index: 10;
}

.guide h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
}

.guide p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.guide-summary-wrapper {
    background: url(https://ucarecdn.com/318bfeed-7536-4346-a0be-d5478d709098/-/progressive/yes/) no-repeat left top / cover;
    margin: 0 0 0 -30px;
    padding: 50px 0;
}

.summary-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+28,9d7a78+35,9d7a78+35,fc928d+81&0+36,0.65+52,1+81 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+28,9d7a78+40,fc928d+81&0+39,0.75+53,1+81 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 28%, rgba(165,133,131,0) 39%, rgba(157,122,120,0.05) 40%, rgba(187,130,127,0.75) 53%, rgba(252,146,141,1) 81%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 28%,rgba(165,133,131,0) 39%,rgba(157,122,120,0.05) 40%,rgba(187,130,127,0.75) 53%,rgba(252,146,141,1) 81%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 28%,rgba(165,133,131,0) 39%,rgba(157,122,120,0.05) 40%,rgba(187,130,127,0.75) 53%,rgba(252,146,141,1) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fc928d',GradientType=1 ); /* IE6-9 */
}

.summary-content h2 {
    text-align: left;
}

.flex-wrapper.culture-items-wrapper {
    margin: 0;
}

.culture {
    margin: 0 0 0px 0;
    width: 33%;
}

.white-callout-wrapper {
    background: url(https://ucarecdn.com/c97c989d-d83f-431e-8a5e-269f01691742/-/progressive/yes/) no-repeat center top / cover;
    position: relative;
    padding: 40px 0 100px;
}

.cta:hover .market-overlay, .cta:focus .market-overlay {
    opacity: 0;
}

.news-wrapper {
    padding: 0 0 40px 20px;
}

.news-wrapper:before {
    background: #d7d7d7;
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 10px;
}

.flex-wrapper.resources-wrapper {
    margin: 0 5px;
}

.resource-link, .resource-link:visited {
    margin: 0 5px 10px 5px;
    width: calc(33% - 10px);
}

.resource-link-content h2 {
    font-size: 25px;
}

.resource-link-content p {
    font-size: 14px;
}

.flex-wrapper.team-wrapper {
    margin: 0 0 0 -3%;
}

.team-member {
    max-width: none;
    margin: 0;
    width: 100%;
    margin: 0 0 50px 3%;
    width: 30.33333333%; 
}

.team-image {
    margin: 0 0 20px 0;
}

.team-list-info h2 {
    font-size: 22px;
    text-align: left;
}

.team-title {
    text-align: left;
}

.team-list-info p {
    font-size: 13px;
}

.team-list-info .button, .team-list-info .button:visited {
    float: left;
    margin: 0;
    width: auto;
}

.team-banner-wrapper {
    background-position: 30% top;
    height: 400px;
}

.team-social-wrapper {
    padding: 150px 0 0px;
}

.short-hr {
    margin: 50px auto;
    width: 450px;
}

.flex-wrapper.team-certs {
    align-items: center;
    justify-content: space-around;
}

.team-certs img {
    margin: 0;
    max-width: 30%;
}

.flex-wrapper.team-skills {
    justify-content: space-around;
}

.skill-image {
    margin: 45px auto 0;
    position: relative;
    text-align: center;
    width: 33%;
}

.skill-image p {
    font-size: 18px;
}

.team-skills .skill-image:before {
    background: #FA5F5B;
    content: '';
    height: 3px;
    width: 30%;
    position: absolute;
    top: 38%;
    left: -15%;
}

.team-skills .skill-image:first-child:before, .team-skills .skill-image:nth-child(4):before {
    display: none;
}

.team-skills .skill-image:last-child:before {
    width: 50%;
    left: -50%;
}

.flex-wrapper.team-info {
    justify-content: center;
}

.team-info-list {
    margin: 0 0 40px 0;
    font-size: 16px;
}

.team-info-list h6 {
    margin: 0 0 10px 0;
}

.narrow-content .button, .narrow-content .button:visited {
    font-size: 17px;
}

.gray-callout-wrapper {
    /* background: url(https://ucarecdn.com/37c04383-a9cb-4cb4-9f1c-d9ce83a7fb14/-/progressive/yes/) no-repeat right top / cover; */
    margin: 0 -45px;
    padding: 25px 0 35px 0;
    position: relative;
}
    
.recently-launched-background {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.gray-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+100&1+35,0.2+54,0+65 */
    background: -moz-linear-gradient(left,  rgba(241,241,241,1) 0%, rgba(241,241,241,1) 35%, rgba(241,241,241,0.2) 54%, rgba(241,241,241,0) 65%, rgba(241,241,241,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(241,241,241,1) 35%,rgba(241,241,241,0.2) 54%,rgba(241,241,241,0) 65%,rgba(241,241,241,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(241,241,241,1) 0%,rgba(241,241,241,1) 35%,rgba(241,241,241,0.2) 54%,rgba(241,241,241,0) 65%,rgba(241,241,241,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.recently-launched-content h2 {
    margin: 0 0 15px -45px;
    float: left;
    clear: both;
    font-size: 22px;
    padding: 5px 15px 5px 45px;
}

.recently-launched-content {
    position: relative;
    z-index: 10;
}

.recently-launched-content h4 {
    font-size: 18px;
    margin: 0 0 15px 0;
    text-align: left;
}

.recently-launched-content p {
    font-size: 14px;
}

.flex-wrapper.launched-buttons {
    margin: 0;
    justify-content: flex-start;
}

.launched-buttons .button, .launched-buttons .button:visited {
    margin: 0 5% 15px 0;
    padding: 7px 30px;
    width: auto;
}

.work-search-wrapper {
    margin: 0 auto 40px;
    width: 80%;
    max-width: none;
}

.work-search .form-group {
    margin: 0;
    float: left;
    width: calc(50% - 40px);
}

.work-search p {
    float: left;
    font-size: 17px;
    width: 80px;
}

.flex-wrapper.work-wrapper {
    margin: 0 0 0 -1%
}

.work-link, .work-link:visited {
    align-items: center;
    margin: 0 0 10px 1%;
    max-width: none;
    width: 32%;
}

.work-link:hover, .work-link:focus {
    background: #FA5F5B;
    color: #fff;
    text-decoration: none;
}

.work-link h6, .work-link:visited h6 {
    font-size: 13px;
    text-align: center;
}

.work-link p, .work-link:visited p {
    font-size: 12px;
    text-align:center;
}
    
    .flex-wrapper.work-logo-wrapper {
        margin: 0 0 0 -25px;
        overflow: hidden;
    }
    
    .work-logo-link, .work-logo-link:visited {
        padding: 0 0 40px;
        margin: 0 0 40px 25px;
        width: calc(50% - 25px);
    }
    
    .gray-work-line {
        width: calc(100% + 25px);
        left: -25px;
    }
    
    .work-logo-link:nth-child(2n+1) .gray-work-line {
        width: 100%;
        left: 0;
    }

.work-summary-wrapper  {
    padding: 60px 0;
}

.flex-wrapper.case-study-form {
    justify-content: space-around;
    margin: 0 auto;
    width: 80%;
}

.case-study-form .form-group {
    margin: 0 2%;
    width: 45%;
}

.process-tabs {
    margin: 0 auto 50px;
}

.flex-wrapper.tabs {
    justify-content: center;
}

.process-tabs a, .process-tabs a:visited {
    margin: 0 1%;
    padding: 8px 0px;
    width: 31%;
}

.process-tabs a:before {
    background: #ececec;
    content: '';
    height: 14px;
    width: 14px;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
    transform: rotate(45deg);
    transition: all .1s linear 0s;
    opacity: 0;
}

.process-tabs a:hover:before, .process-tabs a:focus:before, .process-tabs a.active:before {
    background: #EE5A57;
    opacity: 1;
}

.flex-wrapper.process-blocks {
    margin: 0 0 0 -2%;
}

.process {
    margin: 0 0 35px 2%;
    padding: 0 0 0 50px;
    position: relative;
    width: 48%;
}

.process h6 {
    font-size: 22px;
}

.process p {
    font-size: 15px;
}

.process p.process-number {
    float: none;
    font-size: 18px;
    height: 35px;
    width: 35px;
    margin: 0;
    position: absolute;
    left: 0;
    top: -3px;
}

.spinradio-top-image {
    margin: 0 0 30px 0;
}

.spinradio-next-image {
    text-align: left;
}

.short-hr.spinradio-divider {
    width: 65%;
}

.spinradio-sidebar {
    padding: 0px;
    position: relative;
}

.spinradio-sidebar:before {
    background: #f5f5f5;
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: -15px;
}
    
.flex-wrapper.past-episodes-wrapper {
    just-content: flex-start;
}
    
.flex-wrapper.past-episodes-wrapper a {
    margin: 10px auto;
    width: 46%;
}

.flex-wrapper.spinradio-episodes-wrapper {
    flex-flow: column nowrap;
}

.button.episodes-button, .button.episodes-button:visited {
    float: left;
    margin: 0 0 50px;
    width: 170px;
}

.podcast-buttons a, .podcast-buttons a:visited {
    margin: 0 5px 25px;
}

.upcoming-episode-wrap {
    padding: 0px;
    position: relative;
}

/*.upcoming-episode-wrap:before {
    background: #f5f5f5;
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    right: -15px;
}*/

.spinradio-cta-wrapper {
    background: url(https://ucarecdn.com/ebd51c01-4196-4089-bf87-3259a09e01a0/-/progressive/yes/) no-repeat center top / cover;
}
    
    .featured-resource-rev {
        width: 100%;
    }
    
    .featured-resourece-rev-image {
        width: 100%;
    }
    
    .mojo-heading h1 {
        font-size: 46px;
    }

/* ---------- Footer Small ------------ */


    

}




/* -------------------------- Medium devices (desktops, 992px and up) ------------------------ */
@media (min-width: 992px) {

body {
    font-size: 22px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 33px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 25px;
}
    
    
/* .content-area-wrapper {
    padding: 0 0 40px 0;
}

.interior > div.content-area-wrapper:first-of-type {
    padding: 80px 0 0;
}
    
.interior > div.content-area-wrapper:last-of-type {
    padding: 0 0 100px 0;
} */
   
/* ------------ Header Medium ------------- */

header {
    height: auto;
    position: relative;
}

.logo {
    margin: 25px 40px 25px 25px;
}

.logo:after, .logo:visited:after {
    background: #FB8583;
    content: '';
    height: 80px;
    width: 1px;
    position: absolute;
    right: -20px;
    top: -25px;
}

.search-activate {
    display: none;
}

.navbar {
    margin: 0px;
    padding: 28px 0 0 0;
    width: calc(100% - 205px);
    float: right;
    border-radius: 0px !important;
}

.search-wrapper {
    float: right;
    display: none;
}

.search-toggle, .search-toggle:visited {
    background: #FA5F5B;
    color: #fff;
    display: block;
    float: right;
    font-size: 16px;
    margin: 5px 0 0 25px;
    height: 30px;
    width: 30px;
    padding: 2px 0 0 0;
    position: relative;
    text-align: center;
}

.search-toggle:before, .search-toggle:visited:before {
    background: #BCBCBC;
    content: '';
    height: 55px;
    width: 1px;
    left: -11px;
    top: -13px;
    position: absolute;
}

.search-toggle:hover, .search-toggle:focus {
    background: #484848;
    color: #fff;
}

.social {
    margin: 5px 0 0 0;
    padding: 0;
    float: right;
    text-align: right;
}

.social li {
    display: block;
    float: left;
}

.social a, .social a:visited {
    border: 1px solid #bcbcbc;
    background: transparent;
    color: #484848;
    display: block;
    margin: 0 0 0 6px;
    font-size: 16px;
    height: 30px;
    width: 30px;
    padding: 2px 0 0 0;
}

.social a:hover, .social a:focus {
    background: transparent;
    border: 1px solid #FA5F5B;
    color: #FA5F5B;
}

.nav ul {
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0;
}

.nav li {
    float: left;
    display: block;
}

.nav li a, .nav li a:visited {
    background: transparent;
    color: #373737;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 18px;
    float: left;
    margin: 0 5px 0 0;
    padding: 5px 15px;
    transition: none;
}

.nav li a:hover, .nav li a:hover, .nav li.active a, .nav li.current a {
    background: #FA5F5B;
    color: #fff;
    text-decoration: none;
}


/* ------------ Home Page Medium ------------- */

.homepage-wrapper {
    padding: 0;
}

.feature-wrapper {
    /* padding: 110px 0 95px; */
    background: none transparent;
    padding: 0;
    height: 400px;
}

.feature {
    padding: 60px 0 0;
}

.feature h1 {
    color: #fff;
    font-size: 63px;
}

.feature h1:after {
    top: 14px;
    right: -19px;
}

.feature p {
    color: #fff;
    font-size: 26px;
    margin: 0 0 35px 0;
}

.feature .button, .feature .button:visited {
    font-size: 25px;
}

.markets-list .flex-wrapper {
    margin: 0 0 0 -3%;
}

.market {
    margin: 0 0 30px 3%;
    padding: 20px 10% 70px 25px;
    width: 30%;
}

.featured-resource-wrapper {
    background: url(https://ucarecdn.com/db4e4630-9836-4a67-9771-ca82db79070a/-/progressive/yes/) no-repeat right top / cover;
    padding: 45px 0 50px;
}

.featured-resource {
    padding: 50px 20px 0 8%;
    width: 50%;
}

.more-resources, .more-resources:visited {
    font-size: 15px;
    width: 45px;
}

.more-resources span, .more-resources:visited span {
    height: 12px;
    width: 12px;
    margin: 0 2px 3px 1px;
}

.more-resources span.last, .more-resources:visited span.last {
    margin: 0 0 3px 1px;
}

.featured-resource h1 {
    font-size: 35px;
}

.featured-resource h2 {
    font-size: 23px;
}

.featured-resource p {
    font-size: 16px;
    padding: 0 15% 0 0;
}

.featured-resource .button, .featured-resource .button:visited {
    font-size: 19px;
}

.get-started-wrapper {
    padding: 75px 0;
}

.get-started h1 {
    font-size: 41px;
}

.get-started h2 {
    font-size: 41px;
    margin: 0 0 35px 0;
}

.get-started p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 45px 0;
    padding: 0 19%;
}
    
    .static-feature {
        padding: 100px 0;
    }
    
    .static-feature-content {
        padding: 0 0 0 70px;
    }

    .static-feature-content h1 {
        font-size: 70px;
        line-height: 1;
    }

    .static-feature-content h1 span:after {
        height: 40px;
        width: 40px;
        right: -25px;
    }

    .static-feature-content p {
        font-size: 28px;
    }
    
    .static-feature-content .button, .static-feature-content .button:visited {
        font-size: 20px;
    }


/* -------------- Interior Medium ----------- */

.interior {
    padding: 0;
}

main .interior .container-fluid, main .homepage-wrapper .container-fluid  {
    padding: 0 60px;
}
    
main .homepage-wrapper .content-area-wrapper, main .interior .content-area-wrapper {
    padding: 50px 0;
}
    
.breakout {
    margin: -50px -60px;        
}

.gray-content-wrapper {
    padding: 35px 0 70px;
}

main .homepage-wrapper .std-padding, main .interior .std-padding {
    padding: 60px 0 80px;
}

.our-story-wrapper.std-padding {
    padding: 100px 0 120px;
}

.our-process-wrapper p {
    margin: 0 0 40px 0;
    padding: 0 7%;
}

.our-process-wrapper .button, .our-process-wrapper .button:visited {
    font-size: 27px;
}

.spinweb-fact-wrapper {
    margin: 0 0 0 -3%;
}

.spinweb-facts {
    margin: 30px 0 0px 3%;
    width: 22%
}

.fact-image-wrapper {
    height: 180px;
}

.career-top h2 {
    font-size: 40px;
}

.career-top h2:after {
    height: 15px;
    width: 15px;
}

.career-top h3 {
    font-size: 70px;
    margin: 0 0 50px 0;
}

.red-box {
    margin: 0 -60px 35px;
}

.red-box h4 {
    font-size: 25px;
}

.question h3 {
    font-size: 22px;
}

.answer {
    padding: 15px 30px 25px;
}

.answer h5 {
    font-size: 30px;
}

.flex-wrapper.guide-wrapper {
    margin: 0 0 0 -3%;
}

.guide {
    margin: 0 0 40px 3%;
    padding: 20px 15% 25px 30px;
    width: 47%;
    max-width: none;
}

.guide h2 {
    font-size: 22px;
    margin: 0 0 15px 0;
}

.guide p {
    font-size: 13px;
    margin: 0 0 15px 0;
}

.guide-summary-wrapper {
    background: url(https://ucarecdn.com/318bfeed-7536-4346-a0be-d5478d709098/-/progressive/yes/) no-repeat left top / cover;
    margin: 0 0 0 0px;
    padding: 50px 0;
}

.summary-content h2 {
    text-align: left;
}

.white-callout-wrapper {
    padding: 60px 0 100px;
}

.white-callout-content h3 {
    font-size: 45px;
}

.flex-wrapper.featured-news {
    align-items: center;
    justify-content: space-between;
}

.featured-news h5 {
    margin: 0;
}

.news-share {
    margin: 0 0 0 auto;
}

.featured-news .addthis_sharing_toolbox {
    height: 35px;
    margin: 0 0 0 10px;
}

.news-wrapper {
    padding: 0 0 40px 30px;
}

.news-wrapper:before {
    left: 15px;
}

.news-wrapper h5 {
    text-align: left;
}

.news-item {
    margin: 0 0 50px 0;
}

.news-item h2 {
    font-size: 18px;
}

.news-item p {
    font-size: 15px;
}

.news-item .meta {
    font-size: 13px;
}

.team-banner-wrapper {
    background-position: 30% top;
    height: 500px;
}

.team-social-wrapper {
    padding: 150px 0 0px;
}

.team-social-wrapper h5 {
    margin: 0 0 40px 0;
}

.team-social li {
    margin: 0 8px;
}

.team-social a, .team-social a:visited {
    font-size: 27px;
    height: 60px;
    padding: 5px 0 0 0;
    width: 60px;
}

.narrow-content h1 {
    padding: 0 10%;
}

.flex-wrapper.team-skills {
    justify-content: space-around;
}

.skill-image {
    margin: 45px auto 0;
    position: relative;
    text-align: center;
    width: 20%;
    padding: 0 0 25px 0;
    height: 130px;
}

.skill-image p {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.team-skills .skill-image:before {
    background: #FA5F5B;
    content: '';
    height: 3px;
    width: 20%;
    position: absolute;
    top: 38%;
    left: -10%;
}

.team-skills .skill-image:nth-child(4):before {
    display: block;
}

.team-skills .skill-image:first-child:before{
    display: none;
}

.team-skills .skill-image:last-child:before {
    width: 20%;
    left: -10%;
}

.team-info-list {
}

.gray-callout-wrapper {
    /* background: url(https://ucarecdn.com/37c04383-a9cb-4cb4-9f1c-d9ce83a7fb14/-/progressive/yes/) no-repeat right top / cover; */
    margin: 0 -60px;
    padding: 25px 0 45px 0;
    position: relative;
}

.recently-launched-content h2 {
    margin: 0 0 15px -60px;
    font-size: 35px;
    padding: 5px 15px 5px 60px;
}

.recently-launched-content h4 {
    font-size: 22px;
    margin: 0 0 15px 0;
}

.recently-launched-content p {
    font-size: 15px;
}

.work-search-wrapper {
    margin: 0 auto 40px;
    width: 80%;
    max-width: 800px;
}

.work-search-wrapper p {
    float: left;
    font-size: 18px;
    margin: 0 0 0;
    width: 140px;
}

.work-search .form-group {
    margin: 0;
    float: left;
    width: calc(50% - 100px);
}

.work-search p {
    float: left;
    font-size: 17px;
    margin: 0;
    width: 60px;
}

.work-link h6, .work-link:visited h6 {
    font-size: 15px;
}

.work-link p, .work-link:visited p {
    font-size: 12px;
}
    
    .work-logo-link, .work-logo-link:visited {
        width: calc(33.3333333% - 25px);
    }
    
    .work-logo-link:nth-child(2n+1) .gray-work-line {
        width: calc(100% + 25px);
        left: -25px;
    }
    
    .work-logo-link:nth-child(3n+1) .gray-work-line {
        width: 100%;
        left: 0;
    }

.work-summary-wrapper  {
    padding: 70px 0;
}

.work-summary-content p {
    font-size: 19px;
}

.work-custom-banner-wrapper {
    /* background: url(images/cas-banner-image.jpg) no-repeat right top / cover; */
    min-height: 500px;
}

.work-results-content p, .case-study-content p {
    font-size: 19px;
}

.flex-wrapper.case-study-form {
    justify-content: flex-start;
    margin: 0;
    width: 100%;
}

.case-study-form .form-group {
    margin: 0 1%;
    width: 23%;
}

.process-tabs {
    margin: 0 auto 80px;
}

.process-tabs a, .process-tabs a:visited {
    font-size: 18px;
}

.flex-wrapper.process-blocks {
    margin: 0 0 0 -3%;
}

.process {
    margin: 0 0 50px 2%;
}

.spinradio-top h2 {
    font-size: 28px;
}

.spinradio-next {
    margin: 0 0 60px 0;
}

.spinradio-next-image {
    float: left;
    margin: 0 25px 10px 0;
    max-width: 46%;
}

.spinradio-sidebar {
    padding: 0 0 0 30px;
}

.spinradio-sidebar:before {
    left: 0px;
}

.gray-content .flex-wrapper.podcast-buttons {
    margin: 0 0 -60px;
}
    
.flex-wrapper.past-episodes-wrapper a {
    width: 31%;
}

.spinradio-host {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 0 60px 0;
}

.spinradio-host-image {
    margin: 0 5% 0 0;
    width: 35%
}

.spinradio-host-content {
    width: 60%;
}

.spinradio-host-content h6 {
    text-align: left;
}

.lined-heading span {
    font-size: 26px;
}

.upcoming-episode-wrap {
    padding: 0px 30px 0 0;
}

/*.upcoming-episode-wrap:before {
    right: 0px;
}*/
    
.flex-wrapper.past-episodes-wrapper a {
    width: 31%;
}
    
    .flex-wrapper.webcasts-flex {
        margin: 0 0 0 -3%;
    }
    
    .webcast {
        margin: 0 0 40px 3%;
        width: 30.33333333%;
        text-align: left;
    }
    
    .webcast h4 {
        font-size: 27px;
        margin: 0 0 10px 0;
        text-transform: uppercase;
    }
    
    .webcast p {
        font-size: 17px;
    }
    
    .webcast .button, .webcast .button:visited {
        text-align: left;
    }
    
    .featured-webcast-info {
        width: 50%;
    }
  
    .webcast-blurb {
        font-size: 18px;
    }

    .featured-webcast-form {
        width: 50%;
        padding: 20px 30px;
    }
    
    .flex-wrapper.industry-flex {
        margin: 0 0 0 -40px;
    }
    
    .industry-link, .industry-link:visited {
        margin: 0 0 10px 40px;
        width: calc(33.33333333% - 40px);
    }
    
    .industry-heading {
        padding: 15px 5px;
    }
    
    .industry-heading h2 {
        font-size: 17px;
    }
    
    .featured-resource-rev {
        width: 40%;
    }
    
    .featured-resource-rev-image {
        align-self: flex-end;
        margin: 0;
        width: 60%;
    }
    
    .featured-resource-rev h2 {
        text-align: left;
    }

    .featured-resource-rev p {
        text-align: left;
    }

    .featured-resource-rev .button {
        margin: 0 0 40px 0;
    }
    
    .featured-resource-rev img {
        display: block;
        margin: 0 auto;
    }
    
    .featured-resource-heading {
        font-size: 28px;
    }
    
    .mojo-wrapper {
        padding: 100px 0 50px;
    }

    .mojo-flex {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .mojo-logo {
        margin: 0;
        max-width: 300px;
        width: 300px;
    }

    .mojo-content {
        border-top: none;
        border-left: 2px solid #fff;
        padding: 0 0 0 25px;
        position: relative;
        width: calc(100% - 325px);
    }
    
    .mojo-logo a:hover, .mojo-logo a:focus {
        opacity: .9;
    }

    .big-news {
        background: url(https://cdn.zephyrcms.com/7a2d6c9f-d22c-456a-a345-7b68e7763791/-/progressive/yes/) no-repeat center top / 100% 100%;
        font-size: 26px;
        line-height: 1.2;
        position: absolute;
        left: 0;
        top: -70px;
        padding: 5px 50px;
    }
    
    .mojo-heading {
        position: relative;
        padding: 0 130px 0 0;
    }

    .mojo-heading h1 {
        font-size: 35px;
        text-align: left;
    }
    
    .mojo-check {
        max-width: 130px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .mojo-content p {
        text-align: left;
    }

    .mojo-content .border-button, .mojo-content .border-button:visited {
        display: inline-block;
        padding: 5px 25px;
        margin: 10px 0 0;
        max-width: none;
    }


/* ---------- Footer Medium -------------- */

.footer-info {
    position: relative;
    padding: 0 0 5px 0;
}

.footer-info:after {
    background: #6A6865;
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 10px;
    right: -25px;
}

.footer-link {
    margin: 0 0 15px;
}

address {
    font-size: 13px;
    text-align: left;
}

.footer-social {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}

.footer-social a, .footer-social a:visited {
    margin: 0 8px 0 0;
    text-align: center;
}

.copyright {
    font-size: 13px;
    text-align: left;
}

.footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 35px 0 0 25px;
}

.footer-nav ul li {
    display: block;
    float: left;
    margin: 0 35px 0 0;
}

.footer-nav ul li a, .footer-nav ul li a:visited {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}
    
.footer-nav ul li a:hover, .footer-nav ul li a:focus, .footer-nav ul li.active > a, .footer-nav ul li.current > a {
    background: none transparent;
    color: #fc4848;
    text-decoration: none;
}

.footer-nav ul ul {
    padding: 15px 0 0 0;
}

.footer-nav li li {
    display: block;
    float: none;
    margin: 0;
}

.footer-nav li li a, .footer-nav li li a:visited {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px 0;
}


}

 
 
/* --------------------------- Large devices (large desktops, 1200px and up) ------------------------ */
@media (min-width: 1200px) { 

body {
    font-size: 22px;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 45px;
}

h4 {
    font-size: 40px;
}

h5 {
    font-size: 35px;
}

h6 {
    font-size: 30px;
}
    
    
/* ------------ Large General Styles -------------- */

#form input[type="text"], #form select {
    width: 50%;
}

/* ------------- Header Large ------------ */

.logo {
    margin: 25px 35px 20px 25px;
    width: auto;
}

.logo:after, .logo:visited:after {
    height: 90px;
    right: -35px;
}

.navbar {
    width: calc(100% - 270px);
}

.search-toggle, .search-toggle:visited {
    height: 32px;
    width: 32px;
    margin: 8px 0 0 30px;
    padding: 3px 0 0 0;
}

.search-toggle:before, .search-toggle:visited:before {
    left: -13px;
    height: 58px;
}

.social {
    margin: 8px 0 0 0;
}

.social a, .social a:visited {
    height: 32px;
    width: 32px;
    padding: 3px 0 0 0;
}

.nav li a, .nav li a:visited {
    font-size: 22px;
    padding: 5px 17px;
}



/* -------------- Home page Large ------------- */

.feature-wrapper {
    height: auto;
    padding: 0;
    height: 585px;
    overflow: hidden;
}
    
.feature {
    padding: 110px 0 0;
}

.feature h1 {
    font-size: 74px;
}

.feature h1:after {
    top: 16px;
    right: -19px;
}

.feature p {
    font-size: 31px;
}

.feature .button, .feature .button:visited {
    font-size: 30px;
}

.market {
    margin: 0 0 50px 3%;
    min-height: 330px;
    padding: 45px 25px 70px 25px;
}

.market-content p {
    padding: 0 30% 0 0;
}

.market h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
}

.market p {
    font-size: 16px;
    margin: 0 0 20px 0;
}

.market .button, .market .button:visited {
    font-size: 15px;
}

.featured-resource-wrapper {
    min-height: 680px;
    padding: 65px 0 50px 0;
}

.featured-resource {
    padding: 50px 20px 0 0;
}

.more-resources, .more-resources:visited {
    margin: 20px 10px 0 0;
}

.featured-resource h1 {
    font-size: 60px;
    margin: 0 0 45px 0;
}

.featured-resource h2 {
    font-size: 45px;
}

.featured-resource p {
    font-size: 24px;
    padding: 0 15% 0 0;
}

.featured-resource .button, .featured-resource .button:visited {
    font-size: 23px;
}

.get-started-wrapper {
    min-height: 620px;
    padding: 100px 0 0 0;
}

.get-started h1 {
    font-size: 65px;
}

.get-started h2 {
    font-size: 65px;
    margin: 0 0 35px 0;
}

.get-started p {
    font-size: 21px;
    line-height: 1.8;
    margin: 0 0 45px 0;
    padding: 0 19%;
}
    


/* --------------- Interior Large ----------------- */
    
main .homepage-wrapper .content-area-wrapper, main .interior .content-area-wrapper {
    padding: 50px 0;
}

/* .interior > div.content-area-wrapper:first-of-type {
    padding: 80px 0 0;
}
    
.interior > div.content-area-wrapper:last-of-type {
    padding: 0 0 100px 0;
} */

.lined-heading, .white-lined-heading {
    margin: 0 0 50px 0;
}

main .homepage-wrapper .std-padding, main .interior .std-padding {
    padding: 80px 0 100px;
}

.our-story-wrapper.std-padding {
    padding: 100px 0 180px;
}

.our-process-wrapper .button, .our-process-wrapper .button:visited {
    font-size: 32px;
}

.form-content {
    padding: 0 40px 0 0;
}

.map-wrapper {
    margin: 80px 0 0;
}

.form-wrapper {
    padding: 0 0 20px 60px;
}

.fact-image-wrapper {
    height: 210px;
}

.career-top h2 {
    font-size: 58px;
}

.career-top h2:after {
    height: 24px;
    width: 24px;
    right: -14px;
    top: -6px;
}

.career-top h3 {
    font-size: 92px;
    margin: 0 0 65px 0;
}

.red-box {
    margin: 0 0 100px;
    padding: 45px 0;
}

.red-box h4 {
    font-size: 28px;
}

.flex-wrapper.career-wrapper {
    margin: 0 0 0 -3%;
}

.career {
    margin: 0 0 70px 3%;
    width: 30%;
}

.career-image {
    margin: 0;
    padding: 0 30px 0 0;
    width: 35%;
}

.career-content {
    width: 65%;
}

.career-connect {
    margin: 0;
}

.question {
    padding: 9px 40px 9px 25px;
}

.answer {
    padding: 25px 40px 45px;
}

.answer h5 {
    margin: 0 0 20px 0;
    font-size: 35px;
}

.answer p {
    font-size: 22px;
}

.guide h2 {
    font-size: 28px;
}

.guide p {
    font-size: 16px;
}

.guide-summary-wrapper {
    min-height: 500px;
    padding: 100px 0 0;
}

.summary-content h2 {
    font-size: 35px;
}

.summary-content p {
    font-size: 22px;
}

.flex-wrapper.culture-items-wrapper {
    margin: 0;
}

.core-value-heading h1 {
    background: #fff;
    position: relative;
    line-height: 1;
    margin: 0 0 35px 0;
    z-index: 10;
}

.red-line {
    background: #FA5F5B;
    height: 1px;
    top: 31%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.culture {
    width: 20%;
    position: relative;
}

.culture-content {
    position: relative;
}

.culture-content:after {
    background: #FA5F5B;
    content: '';
    width: 1px;
    height: 65px;
    position: absolute;
    top: -80px;
    left: 50%;
    z-index: -1;
}

.culture.culture-one:before {
    background: #fff;
    content: '';
    height: 15px;
    width: 50%;
    position: absolute;
    top: -72px;
    right: 50%;
}

.culture.culture-five:before {
    background: #fff;
    content: '';
    height: 15px;
    width: 50%;
    position: absolute;
    top: -72px;
    left: calc(50% + 1px);
}

.culture.culture-two:before {
    background: #fff;
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    top: -72px;
    left: calc(50% - 15px);
}

.culture.culture-four:before {
    background: #fff;
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    top: -72px;
    right: calc(50% - 16px);
}

.white-callout-wrapper {
    min-height: 680px;
    padding: 100px 0 80px;
}

.news-wrapper h5, .featured-news h5 {
    font-size: 24px;
}

.news-wrapper {
    padding: 0 0 40px 40px;
}

.news-wrapper:before {
    left: 23px;
}

.news-item {
    margin: 0 0 75px 0;
}

.news-item h2, .events h2 {
    font-size: 24px;
}

.news-item p, .events p {
    font-size: 21px;
}

.news-item .meta, .events .meta {
    font-size: 16px;
}

.flex-wrapper.resources-wrapper {
    margin: 0 auto;
    max-width: 1520px;
}

.resource-link, .resource-link:visited {
    margin: 0 5px 10px 5px;
    width: calc(25% - 10px);
}

.resource-link-content h2 {
    font-size: 25px;
}

.resource-link-content p {
    font-size: 14px;
}

.flex-wrapper.team-wrapper {
    /* margin: 0 0 0 -3%; */
}

.team-member {
    max-width: none;
    margin: 0 0 60px 3%;
    width: 22%;
}

.team-list-info h2 {
    font-size: 28px;
}

.team-list-info p {
    font-size: 16px;
} */

.team-banner-wrapper.mike-banner {
    background-position: 20% top;
    height: 550px;
}

.team-social li {
    margin: 0 7px;
}

.team-social a, .team-social a:visited {
    font-size: 37px;
    height: 80px;
    width: 80px;
}

.narrow-content, .work-results-content, .case-study-content {
    margin: 0 auto;
    max-width: 1300px;
}

.narrow-content h1 {
    padding: 0 15%;
}

.skill-image p {
    font-size: 20px;
}

.team-info-list {
    font-size: 24px;
}

.narrow-content .button, .narrow-content .button:visited {
    font-size: 22px;
}

.gray-callout-wrapper {
    min-height: 570px;
    padding: 50px 0;
    position: relative;
}

.recently-launched-content h2 {
    margin: 0 0 40px -60px;
    font-size: 40px;
    padding: 5px 15px 5px 60px;
}

.recently-launched-content h4 {
    font-size: 29px;
    margin: 0 0 20px 0;
}

.recently-launched-content p {
    font-size: 17px;
    margin: 0 0 30px 0;
}

.work-link, .work-link:visited {
    width: 24%
}

.work-link h6, .work-link:visited h6 {
    font-size: 15px;
}

.work-link p, .work-link:visited p {
    font-size: 12px;
}

.work-summary-wrapper  {
    /* min-height: 770px; */
    padding: 90px 0;
}

.work-summary-content p {
    font-size: 22px;
}

.work-results-wrapper, .case-study-wrapper {
    padding: 65px 0 85px;
}

.work-results-content p, .case-study-content p {
    font-size: 22px;
}

.flex-wrapper.tabs {
    margin: 0 0 0 -1%
}

.process-tabs a, .process-tabs a:visited {
    margin: 0 0 0 1%;
    font-size: 23px;
    max-width: 350px;
}

.process-tabs a:before {
    height: 20px;
    width: 20px;
    bottom: -10px;
    left: calc(50% - 10px);
}

.flex-wrapper.process-blocks {
    margin: 0 0 0 -4%;
}

.process {
    margin: 0 0 60px 4%;
    padding: 0 0 0 55px;
    width: 46%;
}

.process h6 {
    font-size: 25px;
}

.process p {
    font-size: 17px;
}

.process p.process-number {
    height: 40px;
    width: 40px;
    padding: 3px 0 0 0;
}

.spinradio-top h2 {
    font-size: 32px;
}

.spinradio-meta {
    font-size: 16px;
}

.spinradio-next-image {
    float: left;
    margin: 0 25px 0px 0;
    max-width: 46%;
}

.spinradio-next-content h4 {
    font-size: 24px;
    margin: 0 0 15px 0;
}

.spinradio-next-content p {
    font-size: 20px;
}

.spinradio-questions {
    font-size: 28px;
}

.spinradio-sidebar {
    padding: 0 0 0 40px;
}

.spinradio-sidebar:before {
    left: 5px;
}
    
.flex-wrapper.past-episodes-wrapper a {
    margin: 10px auto;
    width: 24%;
}
    
.flex-wrapper.podcast-buttons {
    justify-content: center;
}
    
.podcast-buttons a, .podcast-buttons a:visited {
    margin: 0 10px 25px;
}

.lined-heading {
    padding: 0 10% 15px;
}
    
    .featured-webcast-image {
        display: flex;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        width: 30%;
    }
    
    .featured-webcast-info {
        width: 65%;
    }

    .featured-webcast-form {
        width: 35%;
    }
    
    .industry-link, .industry-link:visited {
        padding: 250px 0 0 0;
    }
    
    .industry-image-wrapper {
        height: 250px;
    }

    .industry-heading h2 {
        font-size: 19px;
    }
    
    .featured-resource-rev h2 {
        font-size: 40px;
    }

    .featured-resource-rev p {
        font-size: 22px;
    }
    
    .featured-resource-heading {
        font-size: 35px;
    }
    
    .mojo-wrapper {
        padding: 140px 0 70px;
    }
    
    .mojo-wrapper .container-fluid {
        max-width: 1600px;
    }
    
    .mojo-logo {
        max-width: 365px;
        width: 365px;
    }

    .mojo-content {
        padding: 0 0 0 35px;
        width: calc(100% - 400px);
    }

    .big-news {
        font-size: 30px;
        top: -85px;
        padding: 5px 45px 5px 70px;
    }
    
    .mojo-heading {
        padding: 0 165px 0 0;
    }

    .mojo-heading h1 {
        font-size: 47px;
    }
    
    .mojo-check {
        max-width: 150px;
    }


/* --------------- Footer Large -------------- */

footer .container-fluid {
    max-width: 1300px;
}

.footer-info {
    padding: 0;
}

.footer-info:after {
    right: 0px;
}

.footer-link {
    margin: 0 0 15px;
}

address {
    font-size: 16px;
}

.copyright {
    font-size: 14px;
}

.footer-nav ul {
    padding: 35px 0 0 0px;
}

.footer-nav ul li {
    margin: 0 0 0 55px;
}

.footer-nav ul li a, .footer-nav ul li a:visited {
    font-size: 17px;
}

.footer-nav ul ul {
    padding: 15px 0 0 0;
}
    
.footer-nav li li {
    margin: 0;
}

.footer-nav li li a, .footer-nav li li a:visited {
    font-size: 13px;
}


}

/* Special math section for the work with logo section because someone ( cough...Jason) can't math */

@media (min-width:1400px) {
    .work-logo-link, .work-logo-link:visited {
        width: calc(25% - 25px);
        padding: 0 0 50px 0;
        margin: 0 0 50px 25px;
    }
    
    .work-logo-link:nth-child(2n+1) .gray-work-line, .work-logo-link:nth-child(3n+1) .gray-work-line {
        width: calc(100% + 25px);
        left: -25px;
    }
    
    .work-logo-link:nth-child(4n+1) .gray-work-line {
        width: 100%;
        left: 0;
    }
}


/* ------------ Extra Large Styles, minor tweaks above 1600px ------------ */

@media (min-width:1600px) {

    main.interior .container-fluid {
        padding: 0 75px;
    }
    
    .static-feature {
        padding: 130px 0;
    }
    
    .static-feature-content {
        padding: 0 0 0 110px;
    }

    .static-feature-content h1 {
        font-size: 90px;
        line-height: 1;
    }

    .static-feature-content h1 span:after {
        right: -25px;
    }

    .static-feature-content p {
        font-size: 31px;
    }
    
    .static-feature-content .button, .static-feature-content .button:visited {
        font-size: 22px;
    }
    
    .banner-wrapper {
        min-height: 450px;
    }

    .market-content p {
        padding: 0 50% 0 0;
    }

    .featured-resource {
        padding: 50px 20px 0 0;
        width: 35%
    }

    .featured-resource h2 {
        font-size: 50px;
    }

    .featured-resource p {
        margin: 0 0 30px 0;
    }

    .get-started p {
        padding: 0 23%;
    }

    .gray-content-wrapper p {
        /* padding: 0 23%; */
        padding: 0 18%;
    }

    .spinweb-facts h6 {
        font-size: 28px;
    }

    .spinweb-facts p {
        font-size: 22px;
    }

    .career-top h3 {
        font-size: 102px;
    }

    .red-box h4 {
        font-size: 32px;
    }

    .career-image {
        padding: 0 30px 0 0;
        width: 153px;
    }

    .career-content {
        width: calc(100% - 153px);
    }

    .career h5 {
        font-size: 30px;
        margin: 0 0 5px 0;
    }

    .career p {
        font-size: 20px;
    }

    .flex-wrapper.guide-wrapper {
        margin: 0 0 0 -4%;
    }

    .guide {
        margin: 0 0 65px 4%;
        padding: 20px 18% 25px 30px;
        width: 46%;
    }

    .cta {
        padding: 20px 40% 25px 30px;
    }

    .news-wrapper {
        padding: 0 0 40px 50px;
    }

    .news-wrapper:before {
        left: 27px;
    }

    .news-wrapper h5, .featured-news h5 {
        font-size: 35px;
    }

    .flex-wrapper.resources-wrapper {
        /* margin: 0 5px; */
    }

    /* .resource-link, .resource-link:visited {
        margin: 0 5px 5px;
        width: calc(20% - 10px);
    } */

    .resource-link-content h2 {
        font-size: 30px;
    }

    .resource-link-content p {
        font-size: 15px;
    }

    .team-banner-wrapper {
        background-position: left top;
        height: 570px;
    }

    .team-social-wrapper {
        padding: 170px 0 0;
    }

    .team-social li {
        margin: 0 10px;
    }

    .team-social a, .team-social a:visited {
        font-size: 46px;
        height: 100px;
        padding: 7px 0 0 0;
        width: 100px;
    }

    .gray-callout-wrapper {
        padding: 80px 0 50px;
    }

    .recently-launched-content {
        padding: 0 25% 0 0;
    }

    .work-link, .work-link:visited {
        width: 19%
    }

    .work-custom-banner-wrapper {
        min-height: 800px;
    }

    .flex-wrapper.process-blocks {
        margin: 0 0 0 -3%;
    }

    .process {
        margin: 0 0 60px 3%;
        padding: 0 0 0 55px;
        width: 30%;
    }

    .spinradio-host-content h6 {
        font-size: 22px;
    }

    .spinradio-host-content p {
        font-size: 18px;
    }

    .lined-heading {
        padding: 0 17% 15px;
    }
    
     .webcast h4 {
        font-size: 30px;
        margin: 0 0 10px 0;
        text-transform: uppercase;
    }
    
    .webcast p {
        font-size: 20px;
    }
    
    .flex-wrapper.industry-flex {
        margin: 0 0 0 -70px;
    }
    
    .industry-link, .industry-link:visited {
        margin: 0 0 10px 70px;
        width: calc(33.33333333% - 70px);
    }
    
    .industry-heading h2 {
        font-size: 22px;
    }
    
    .featured-resource-wrapper-rev {
        padding: 50px 50px 0;
    }
    
    .featured-resource-heading {
        margin: 0 0 50px 0;
    }
    
    .featured-resource-rev {
        width: 40%;
        max-width: 550px;
    }
    
    .featured-resource-rev h2 {
        font-size: 45px;
    }
    
    .featured-resource-rev img {
        margin: 0px auto 0;
    }
    
    .mojo-logo {
        max-width: 500px;
        width: 500px;
    }

    .mojo-content {
        padding: 0 0 0 50px;
        width: calc(100% - 550px);
    }

    .big-news {
        font-size: 34px;
    }
    
    .mojo-heading {
        padding: 0 200px 0 0;
    }

    .mojo-heading h1 {
        font-size: 60px;
    }
    
    .mojo-check {
        max-width: 190px;
    }
}