* {
    -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

body, html {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
}

button {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: white;
    height: 11.1333333vw;
    padding-top: 4.6vw;
    z-index: 100;
    transition: all 0.5s ease-in-out;
}

.navbar-shadow {
    -webkit-box-shadow: 0px 0px 31px -4px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 31px -4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 31px -4px rgba(0,0,0,0.55);
}

.request-a-demo-nav-button {
    background-color: #ff33cc;
    width: 24vw;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 7vw;
    font-size: 2.66666vw;
    border-radius: 0.5vw;
    position: absolute;
    top: 4.5vw;
    right: 4vw;
    text-decoration: none;
    display: none;
}
.navbar-mobile-cta {
    position: absolute;
    top: 4.5vw;
    right: 4vw;
}
.navbar-mobile-cta .request-a-demo-nav-button {
    top: 0;
    right: 0;
    width: 24vw;
    line-height: 7vw;
    display: block;
}
.navbar-mobile-cta .request-a-demo-nav-button a {
    font-size: 2.66666vw;
}

.menu-item.request-a-demo-nav-button a {
    color: white;
}

.nav-link-withdropdown {
    cursor: pointer;
}

.menu-item a {
    color: white;
    font-size: 5.6vw;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;

    display: block;
    z-index: 1;
    position: relative;
}

.menu-item a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/mobilenavarrow.png) no-repeat center;
    width: 18px;
    height: 100%;
}

.everything-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.site-container {
    position: relative;
    left: 0;
    transition: left 0.5s ease-in-out;
}

.site-container.menu-open {
    left: 63vw;
}

.navbar.menu-open {
    left: 63vw;
}

.hamburger {
    width: 7.2vw;
    display: inline-block;
    padding-left: 4.6vw;
    margin-right: 3vw;
}

.st_logo {
    width: 39.6vw;
    display: inline-block;
}

.nav-blocker {
    display: none;
    width: 37vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background-image: url(../img/nothing.png);
}

.nav-blocker.menu-open {
    display: block;
}

.navbar-menu-container {
    position: absolute;
    left: -63vw;
    width: 63vw;
    background-color: #292728;
    top: 0;
    height: 100vh;
    /*border-right: 1px solid white;*/
    overflow: hidden;
}

.whitelinefornav {
    position: absolute;
    left: 0;
    top: 0;
    width: 99.5%;
    height: 100%;
    border-right: 1vw solid white;
}

.mobilenavclosebtn {
    position: absolute;
    top: 5vw;
    left: 52vw;
    width: 6vw;
}

.sub-menu {
    position: absolute;
    left: 63vw;
    top: 0;
    width: 63vw;
    display: none;
}

.dropdown-menu-open .sub-menu {
    display: block
}

.nav-dropdown-item {
    display: block;
}

.navbar-mainnav {
    position: absolute;
    left: 5vw;
    top: 18vw;
    transition: left 0.5s ease-in-out;
}

.navbar-mainnav.subnav-open {
    left: -58vw;
}

.menu-item {
    border-bottom: #555555 1px solid;
    width: 53vw;
    line-height: 13vw;
    position: relative;
}

.menu-item:last-child {
    border-bottom: none;
}

.section {
    position: relative;
}

.homepagevideo {
    position: absolute;
    left: 0;
    top: 50vw;
    width: 100%;
    z-index: -1;
}

.homepagevideo.homepagevideo-contact {
    top:152vw;
}

.homepagevideo.homepagevideo-topics {
    top:2vw;
}

.homepagevideo.homepagevideo-solutions {
    top:44vw;
}

.homepagevideo video {
    width: 100%;
}

.top-section {
    margin-top: 15.73333333vw;
}

.top-section-homepage {
    margin-top: 27vw;
}

.top-section .content-container {
    padding-bottom: 14vw;
}

.content-container {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.main-page-title {
    font-weight: 300;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    color: #ff33cc;
    font-size: 7.333vw;
    padding-top: 4vw;
    line-height: 9vw;
}

.main-page-title span {
    display: block;
}

.main-page-subtitle {
    font-weight: 300;
    width: 90%;
    text-align: center;
    font-size: 4.2666vw;
    margin-left: 5%;
    line-height: 5vw;
    padding-top: 2vw;
    padding-bottom: 12vw;
}

.other-page-subtitle {
    padding-bottom: 5vw;
    padding-top: 3vw;
}

.h2-sectiontitle {
    font-size: 5.33333vw;
    width: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 12vw;
    padding-bottom: 9vw;
}

.h2-sectiontitle.h2-careers {
    padding-bottom: 0;
}

.h2-sectiontitle span {
    color: #ff33cc;
}

.h2-sectiontitle span, .topics-title span {
    letter-spacing: -0.4vw;
}

.top-section .h2-sectiontitle {
    padding-top: 0;
}

.all-homepageitems {
    position: relative;
    white-space: nowrap;
}

.main-homepageitem-container {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 100vw;
    margin-bottom: 29vw;

    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -moz-transition: -moz-transform 500ms ease-in-out;
    -ms-transition: -ms-transform 500ms ease-in-out;
    -o-transition: -o-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}

.main-homepageitem-container.active {
    z-index: 3;
}

.main-homepageitem-base {
    transition: all 0.2s ease-out;/*cubic-bezier(0.23, 1, 0.32, 1)*/;
    width: 50vw;
    margin-left: 20vw;
    padding-top: 8vw;
    padding-bottom: 10vw;

    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.active .main-homepageitem-base {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);

    transition: all 0.2s ease-in;
}

.main-homepageitem-title {
    font-weight: 300;
    text-align: center;
    width: 100%;
    font-size: 6.66666vw;
    padding-bottom: 6vw;
}

.main-homepageitem-title span {
    display: block;
}

.main-homepageitem-deeper-content {
    visibility: hidden;
    left: 0;
    opacity: 0;
    text-decoration: none;
    position: absolute;
    background-color: #ff33cc;
    width: 70vw;
    margin-left: 10vw;
    top: -3vw;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
}

.active .main-homepageitem-deeper-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 6vw 13vw 0 rgba(0,0,0,0.49);
    -moz-box-shadow: 0 6vw 13vw 0 rgba(0,0,0,0.49);
    box-shadow: 0 6vw 13vw 0 rgba(0,0,0,0.49);

    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.15s;
}

.main-homepageitem-deeper-content .main-homepageitem-title {
    color: white;
    padding-top: 6vw;
}

.homepage-arrow {
    position: absolute;
    top: 28vw;
    width: 5vw;
    z-index: 4;
    transition: opacity 500ms;
}

.homepage-arrow.disabled {
    opacity: 0.2;
}

.homepage-arrow-left {
    left: 0;
}

.homepage-arrow-right {
    left: 85vw;
}

.main-homepageitem-btn {
    background-color: #ff33cc;
    color: white;
}

.main-homepageitem-text {
    font-weight: 400;
    text-align: center;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 4.4vw;
    line-height: 5.5vw;
    padding-bottom: 15vw;
    color: white;
    white-space: normal;
}

.main-homepageitem-deeper-content .main-homepageitem-btn {
    background-color: white;
    color: black;
    position: absolute;
    left: 50%;
    margin-left: -30%;
    bottom: -6vw;
    width: 60%;
}

.hs-form-required {
    display: none;
}

.general-btn, .hbspt-form input[type=submit] {
    width: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    line-height: 13vw;
    font-size: 4.6666vw;
    border-radius: 0.5vw;
    cursor: pointer;
    display: block;
    text-decoration: none;
    -webkit-appearance: none;
}

.hbspt-form a {
    color: white;
    font-weight: 700;
}

.about-contact-section .hbspt-form a {
    color: #333333;
}

.homepage-testimonial-section {
    padding-top: 8vw;
    padding-bottom: 8vw;
}

.homepage-case-studies-section {
    background-color: #292728;
    width: 100%;
    height: 82vw;
}

.homepage-case-studies-section .h2-sectiontitle {
    color: white;
}

.testimonial-slide {
    box-sizing: border-box;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.case-study-icon {
    position: relative;
    min-width: 37.33333333vw;
    height: 26.666667vw;
    display: inline-block;
    text-align: center;
    margin-right: 3vw;
}

.case-study-icon img {
    height: 100%;
    padding: 0 3vw;
}

.case-study-image-mobile {
}
.case-study-image-container-desktop {
    display: none;
}
.case-study-image-desktop{
}

.case-study-icons-container {
    white-space: nowrap;
    position: absolute;
    top: 27vw;
}

.homepage-testimonial-section p {
    font-size: 4.6vw;
    text-align: center;
    font-weight: 300;
    padding-bottom: 10vw;
}

.testimonial-text {
    line-height: 7vw;
}

.testimonial-subtext {
    line-height: 5vw;
}

.testimonial-subtext span {
    font-weight: 700;
    display: block;
}

.homepage-siteswithimpact-section {
    background-color: #f4f4f4;
    padding-bottom: 16vw;
}

.imac-siteswithimpactimage {
    background-image: url(../img/imac_siteswithimpact.png);
    width: 76.8vw;
    height: 65.2vw;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.imac-siteswithimpactimage img {
    width: 92.3611111%;
    margin-top: 4.5738%;
}

.imac681 {
    background-image: url(../img/imac681.png);
    width: 90vw;
    height: 76.3876655vw;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.imac681 img {
    width: 92.36417%;
    margin-top: 4.49827%;
}

.youtube-in-imac {
    width: 92.36417%;
    padding-top: 3.49827%;
    height: 62%;
    margin-left: auto;
    margin-right: auto;
}

.siteswithimpact-subtext{
    font-size: 5.3333vw;
    font-weight: 300;
    text-align: center;
    padding-top: 8vw;
    padding-bottom: 8vw;
}

.homepage-siteswithimpact-section .general-btn {
    color: white;
    background-color: #333333;
}

.homepage-news-item {
    position: relative;
    margin-bottom: 8vw;
    text-decoration: none;
    color: #333333;
    display: block;
    background-color: #f6f6f6;
}

.homepage-news-item-thumb {
    background-position: center top;
    width: 33vw;
    height: 31vw;
    overflow: hidden;
    background-image: url(../img/homepage-news-thumb.jpg);
    background-size: cover;
}

.homepage-news-item-text {
    position: absolute;
    left: 38vw;
    top: 3vw;
}

.homepage-news-item-text-dateline {
    font-size: 3.3vw;
    font-weight: 400;
    padding-bottom: 3vw;
}

.homepage-news-item-text-dateline span {
    color: #ff33cc;
}

.homepage-news-item-text-title {
    font-weight: 300;
    font-size: 5.3333vw;
    line-height: 6vw;
    height: 18vw;
    overflow: hidden;
}

.homepage-news-item-read-btn {
    display: none;
}

.homepage-read-plus {

}

.homepage-news-items-pagination-container {
    display: none;
}

.footer-email-section {
    background-color: #ff33cc;
}

.footer-email-section .content-container {
    padding-bottom: 6vw;
}

.subscribe-button, .footer-email-section .hbspt-form input[type=submit] {
    color: white;
    background-color: #333333;
}

.submitted-message {
    font-size: 5vw;
    text-align: center;
}

.footer-email-section .submitted-message {
    color: white;
}

.subscribe-title-text{
    color: white;
    font-weight: 300;
    font-size: 6vw;
    width: 100%;
    text-align: center;
    padding-top: 12vw;
    padding-bottom: 8vw;
}

.footer-email-input, .about-input, .contact-input, .become-a-partner-input, .partner-login-input, .hbspt-form input {
    width: 88%;
    height: 13vw;
    font-size: 4.6666vw;
    border-radius: 0.5vw;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    background-color: white;
    padding: 0 6%;
    margin-bottom: 5vw;
}

.hbspt-form input {
    width: 88% !important;
}

.hbspt-form input[type=radio] {
    margin: 3px 0.5ex;
    padding: 0;
    border: 0;
    width: auto !important;
    height: auto;
}

.hbspt-form input[type=radio]:checked {
    background-color: #333333;
}

.hbspt-form .inputs-list li {
    display: inline-block;
    margin-right: 4vw;
}

.hbspt-form fieldset.form-columns-2 .input, .hbspt-form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
}

.hbspt-form label {
    font-size: 4.266667vw;
    margin-bottom: 2vw;
}

.hs-error-msgs {
    max-width: 85%;
}

.footer-email-section .hbspt-form label {
    color: white;
}

.become-a-partner-section .hbspt-form label {
    color: white;
}

.contact-main-form-section .hbspt-form label {
    color: white;
}

.hbspt-form input[type='checkbox'] {
    width: 6vw !important;
    padding: 0;
    height: 6vw;
    margin-bottom: 2vw;
    margin-right: 3vw;
}

.section .hbspt-form ul, .section .hbspt-form ol {
    margin: 0 0 1.5em 0;
}

.footer-email-section .hbspt-form ul, .footer-email-section .hbspt-form ol {
    margin-left: auto;
    margin-right: auto;
}

.section .hbspt-form ul {
    list-style-type: none;
}

.footer-block {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 13vw;
    text-align: center;
}

.footer-contact-us-block {
    text-decoration: none;
    color: #333333;
    display: block;
}

.footer-block-text {
    font-size: 4.6666vw;
    margin-bottom: 10vw;
    font-weight: 300;
    line-height: 7vw;
}

.footer-block-text a {
    display: block;
    color: black;
}

.footer-social-icon {
    height: 7.2vw;
    padding: 0 2vw;
}


.footer-connect-with-us-block {
    background-color: #f1f9fc;
}

.footer-end-block-1 {
    background-color: #262324;
    padding: 12vw 0;
}

.footer-end-block-2 {
    background-color: #ff33cc;
    width: 100%;
    height: 4vw;
}

.desktopfooternav {
    display: none;
}

.footerlogo {
    width: 40vw;
}

.footer-cr-line {
    margin-top: 2vw;
    color: #999999;
    font-weight: 700;
    font-size: 2.4vw;
    line-height: 4vw;
    font-family: 'Roboto', sans-serif;
}

.footer-cr-line span {
    display: block;
}

.features-section {
    background-color: #f6f6f6;
    padding-bottom: 13vw;
}

.features-subintro-text {
    color: #333333;
    font-size: 4.666667vw;
    line-height: 6vw;
    text-align: center;
    padding: 10vw 6vw;
}

.features-block {
    position: relative;
}

.features-block-top-bar {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 2vw;
}

.features-block-top-bar-icon {
    background-color: #000000;
    width: 17.6vw;
    display: inline-block;
    transition: background-color 200ms linear;
}

.features-block-opened .features-block-top-bar-icon {
    background-color: #ff33cc;
}

.features-block-top-bar-icon img {
    width: 100%;
}

.features_arrow {
    width: 7vw;
    position: absolute;
    right: 5vw;
    top: 7.5vw;
    transition: transform 500ms ease-in-out .2s;
}

.services_arrow {
    width: 7vw;
    position: absolute;
    right: 5vw;
    top: 6.5vw;
    transition: transform 500ms ease-in-out .2s;
}

.features-block-opened .features_arrow, .services-block-opened .services_arrow {
    -webkit-transform: rotate(180deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg); /* IE 10, Fx 16+, Op 12.1+ */
}

.features-block-top-bar-text {
    display: inline-block;
    font-size: 5vw;
    font-weight: 700;
    position: absolute;
    left: 22vw;
    top: 4.2vw;
}

.features-block-top-bar-text span {
    display: block;
}

.features-block-top-bar-text-single-line{
    top: 6.6vw;
}

.features-block-content {
    position: relative;
    background-color: #ffffff;
    padding-top: 10vw;
    margin-bottom: 2vw;
    display: none;
}

.features-block-content-single{
    position: relative;
    width: 70%;
    margin-left: 21%;
    padding-bottom: 8vw;
}

.search-jobs-section {
    padding-bottom: 10vw;
    background-color: #ffc816;
}

.search-jobs-section-first-button {
    margin-bottom: 6vw;
}

.general-btn-pink {
    background-color: #ff33cc;
    color: white;
}
.general-btn-black {
    background-color: #333333;
    color: white;
}

.features-block-content-icon {
    width: 9vw;
    position: absolute;
    left: 0;
    top: 0;
}

.features-block-content-title {
    font-weight: 700;
    font-size: 4vw;
    margin-left: 16vw;
    padding-bottom: 2vw;
    line-height: 5vw;
}

.features-block-content-body {
    font-weight: 300;
    font-size: 3.5vw;
    margin-left: 16vw;
    line-height: 4.5vw;
}

.features-block-content-body-just-one {
    font-size: 4vw;
    line-height: 5vw;
}

.bodycopy-a {
    font-size: 4.266667vw;
    text-align: center;
    font-weight: 300;
    padding-bottom: 8vw;
    line-height: 6.5vw;
    padding-left: 7%;
    padding-right: 7%;
}

.bodycopy-a-bold {
    font-weight: 700;
}

.why-xcloud .general-btn, .why-hodes .general-btn , .why-mcloud .general-btn {
    color: white;
    background-color: #ff33cc;
    margin-bottom: 11vw;
}

.xcloud-phone {
    width: 100%;
    height: 76vw;
    overflow: hidden;
    margin-left: 6%;
}

.xcloud-phone img {
    width: 100%;
}

.let-xcloud-help-section {
    background-color: #ffc816;
    padding-bottom: 13vw;
}

.let-xcloud-help-section .general-btn {
    color: white;
    background-color: #333333;
    width: 54%;
}

.h3-subtitle {
    font-weight: 700;
    font-size: 4vw;
    text-align: center;
    padding-bottom: 8vw;
}

.our-integrations-section .logocontainer {
    text-align: center;
    margin-bottom: 6vw;
}

.our-integrations-section .singlelogo {
    height: 8.1vw;
    display: inline-block;
    padding: 4vw 2vw;
    width: 24vw;
    text-align: center;
}

.our-integrations-section .singlelogo img{
    height: 100%;
}

.hodesmcloud-explainerblocks-container {
    overflow: hidden;
}

.explainerblock {
    text-decoration: none;
    color: #333333;
    display: block;
}

.hodes-explainerblock, .xcloud-explainerblock {
    background-color: #f1f9fc;
}

.mcloud-explainerblock {
    background-color: #f4f4f3;
}

.explainer-block-text {
    font-size: 4.6666vw;
    padding-bottom: 10vw;
    font-weight: 300;
    line-height: 7vw;
    padding-left: 16%;
    padding-right: 16%;
    text-align: center;
}

.explainerblock-learn-more {
    font-weight: 700;
    text-decoration: underline;
}

.creative-brand-services-section {
    background-color: #f6f6f6;
}

.why-hodes {
    background-color: white;
}

.hodes-featured-creative-section {
    background-color: #ffc816;
}

.featured-creative-container {
    white-space: nowrap;
    overflow: hidden;
}

.featured-creative-single {
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -moz-transition: -moz-transform 500ms ease-in-out;
    -ms-transition: -ms-transform 500ms ease-in-out;
    -o-transition: -o-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}

.featured-creative-single {
    white-space: normal;
    width: 90vw;
    margin-right: 5vw;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.featured-creative-single-title {
    font-size: 5.3vw;
    font-weight: 700;
    padding-bottom: 2vw;
}

.featured-creative-single-body {
    font-size: 4.6666vw;
    font-weight: 300;
    line-height: 5vw;
    padding-bottom: 7vw;
}

.featured-creative-single-image {
    width: 100%;
}

.featured-creative-single .general-btn {
    background-color: #ff33cc;
    color: white;
    margin-bottom: 10vw;
    width: 50%;
    margin-left: 0;
}

.featured-creative-next-prev-container {
    position: relative;
    margin-top: 8vw;
    padding-bottom: 9vw;
}

.homepage-case-studies-next-prev-container {
    position: relative;
    margin-top: 38vw;
}

.featured-creative-prev-btn, .homepage-case-studies-prev-btn {
    cursor: pointer;
}

.featured-creative-next-btn, .homepage-case-studies-next-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.featured-creative-next-btn, .featured-creative-prev-btn {
    transition: opacity 500ms ease-in-out;
}

.featured-creative-next-btn.disabled, .featured-creative-prev-btn.disabled {
    cursor: auto;
    opacity: 0.1;
}

.featured-creative-prev-btn .featured-creative-next-prev-image, .homepage-case-studies-prev-btn .homepage-case-studies-next-prev-image {
    background-image: url(../img/pinkpreviousarrow.png);
}

.featured-creative-next-btn .featured-creative-next-prev-image, .homepage-case-studies-next-btn .homepage-case-studies-next-prev-image {
    background-image: url(../img/pinknextarrow.png);
}

.featured-creative-next-prev-image, .homepage-case-studies-next-prev-image {
    background-size: cover;
    width: 4.5333333vw;
    height: 8.1333333vw;
}

.featured-creative-next-prev-text, .homepage-case-studies-next-prev-text {
    position: absolute;
    top: 1.7vw;
    font-weight: 700;
    font-size: 5vw;
    text-align: right;
    right: 9vw;
}

.homepage-case-studies-next-prev-text {
    color: white;
}

.hodes-award-winning-work-section {
    background-color: #333333;
}

.hodes-award-winning-work-section .h2-sectiontitle {
    color: white;
}

.award-logo-container {
    padding-bottom: 12vw;
    text-align: center;
}

.award-logo {
    height: 13vw;
    display: inline-block;
    padding: 2vw 3vw;
}

.services-block {
    position: relative;
}

.services-block-top-bar{
    width: 100%;
    position: relative;
    border-top: 0.13333vw black solid;
}

.services-block-top-bar-icon{
    width: 16vw;
    display: inline-block;
}

.services-block-top-bar-icon img {
    width: 100%;
}

.services-block-top-bar-text{
    display: inline-block;
    font-size: 4vw;
    font-weight: 700;
    position: absolute;
    left: 18vw;
    top: 6vw;
}

.services-block-content{
    display: none;
}

.services-block-content-body{
    font-weight: 300;
    font-size: 3.5vw;
    margin-left: 18vw;
    line-height: 4.5vw;
    width: 72vw;
    padding-bottom: 6vw;
}

.mcloudlogos {
    width: 100%;
    padding-bottom: 15vw;
}

.about-intro-top {
    font-weight: 700;
    font-size: 2.9333vw;
    text-align: center;
    padding-top: 23vw;
    display: none;
}

.about-subtitle-h1 {
    font-weight: 700;
    font-size: 4.6vw;
    text-align: center;
    padding-top: 6vw;
    padding-bottom: 11vw;
    line-height: 6.3vw;
}

.top-section-about .bodycopy-a {
    padding-left: 0;
    padding-right: 0;
}

.our-core-values-section {
    background-color: #f6f6f6;
}

.core-values-tabs-block {
    position: relative;
    height: 20vw;
    width: 100%;
}

.core-values-single-tab {
    background-color: #f6f6f6;
    width: 20%;
    height: 19.6vw;
    border-bottom: #f6f6f6 0.4vw solid;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}

.core-values-single-tab:nth-child(2) {
    left: 20%;
}

.core-values-single-tab:nth-child(3) {
    left: 40%;
}

.core-values-single-tab:nth-child(4) {
    left: 60%;
}

.core-values-single-tab:nth-child(5) {
    left: 80%;
}

.core-values-single-tab.core-values-single-tab-active {
    background-color: white;
    border-bottom-color: #ff33cc;
}

.core-values-single-tab-icon {
    width: 100%;
    position: absolute;
    top: 18%;
}

.core-values-single-tab-title {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 61%;
    font-weight: 700;
    font-size: 2.53333vw;
}

.core-values-single-tab-title span {
    display: block;
}

.core-values-content-block {
    padding-bottom: 15vw;
    position: relative;
}

.core-values-single-content {
    display: none;
    background-color: white;
    padding-bottom: 10vw;
}

.core-values-single-content.core-values-single-content-active {
    display: block;
}

.core-values-feature-image {
    width: 100%;
    height: 46vw;
    overflow: hidden;
    margin-bottom: 10vw;
}

.core-values-feature-image img {
    width: 100%;
    margin-top: -3%;
}

.core-values-single-content-title {
    font-size: 5.3vw;
    margin-bottom: 3vw;
    font-weight: 700;
}

.our-core-values-section .bodycopy-a {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.core-values-single-content-sub-line {
    background-color: #ff33cc;
    width: 11.7333vw;
    height: 1.46666vw;
}

.leadershipteam-section {
    padding-bottom: 9vw;
}

.team-members-container {

}

.single-team-member {
    position: relative;
    background-color: #f4f4f3;
    margin-left: 10%;
    width: 80%;
    min-height: 28vw;
    margin-bottom: 4vw;
    font-size: 4.6666vw;
}

.single-team-member-image {
    width: 21vw;
    height: 21vw;
    border-radius: 11.1vw;
    border: 0.6vw solid white;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: -10.5vw;
    margin-top: -11.1vw;
}

.single-team-member-image img {
    width: 100%;
}

.single-team-member-name {
    font-weight: 700;
    padding: 9.6vw 12vw 1vw 16vw;
}

.single-team-member-title {
    font-weight: 300;
    padding-left: 16vw;
    padding-right: 9vw;
    padding-bottom: 6vw;
}

.single-team-member-linkedin-button {
    background-color: #ff33cc;
    width: 15vw;
    height: 15vw;
    position: absolute;
    right: -7.5vw;
    top: 50%;
    margin-top: -7.5vw;
}

.single-team-member-linkedin-button p{
    display: none;
}

.single-team-member-linkedin-button img {
    width: 100%;
}

.about-contact-section {
    background-color: #ffc816;
}

.about-submit-btn, .about-contact-section .hbspt-form  input[type=submit] {
    background-color: #ff33cc;
    color: white;
}

.about-submit-btn, .hbspt-form  input[type=submit] {
    margin-bottom: 10vw;
    width: 100%;
}

.hbspt-form  input[type=submit] {
    width: 100% !important;
}

.about-extra-contact {
    padding-bottom: 14vw;
}

.about-extra-contact .general-btn {
    color: white;
    background-color: #333333;
    margin-bottom: 4vw;
}

.about-input, .become-a-partner-input, .partner-login-input {
    margin-bottom: 4vw;
}

.hbspt-form fieldset {
    max-width: none !important;
}

.hbspt-form fieldset.form-columns-2 .hs-form-field {
    width: auto !important;
    float: none !important;
}

.about-phone-number {
    font-weight: 700;
    font-size: 6.4vw;
    text-align: center;
    padding-top: 5vw;
}

.about-phone-number a {
    text-decoration: none;
    color: #333333;
}

.about-email-link {
    display: none;
}

.our-partners-section {
    padding-bottom: 17vw;
}

.become-a-partner-btn {
    color: white;
    background-color: #333333;
}

.contact-main-form-section {
    background-color: #292728;
}

.contact-main-form-section .h2-sectiontitle {
    padding-top: 10vw;
    color: white;
}

#contact-your-message, .contact-main-form-section .hbspt-form textarea{
    height: 30vw;
    line-height: 6vw;
    background-color: white;
    margin-bottom: 5vw;
    font-size: 4.6666vw;
    padding: 5vw 6%;
}

.contact-main-form-section .hbspt-form textarea{
    width: 88% !important;
}

.contact-inquiries-title {
    font-size: 6.4vw;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-input {
    margin-bottom: 4vw;
}

.contact-submit-btn {
    background-color: #ff33cc;
    color: white;
}

.contact-details-section {
    padding-top: 10vw;
    padding-bottom: 10vw;
}

.contact-contact-support-btn, .contact-partner-portal-btn {
    margin-bottom: 4vw;
}

.contact-contact-support-btn {
    background-color: #ff33cc;
    color: white;
}

.contact-partner-portal-btn {
    color: white;
    background-color: #292728;
}

.contact-press-btn {
    background-color: #ff33cc;
    color: white;
}

.contact-phone-number {
    font-size: 6.4vw;
    text-align: left;
    font-weight: 700;
    color: #ff33cc;
    padding-top: 5vw;
    padding-bottom: 4vw;
}

.contact-phone-number a {
    text-decoration: none;
    color: #ff33cc;
    padding-left: 8vw;
}

.contact-phone-number img, .contact-email img {
    position: absolute;
    width: 7vw;
    left: 0;
}

.contact-email img {
    top: -1.2vw;
}

.contact-email {
    font-size: 4.8vw;
    text-align: left;
    padding-bottom: 9vw;
    margin-top: 4vw;
}

.contact-email a {
    color: #333333;
    padding-left: 8vw;
}

.contact-phone-number, .contact-email {
    position: relative;
}

.contact-map {
    width: 100%;
    height: 78vw;
    position: relative;
}

#googlemaps {
    width: 100%;
    height: 100%;
}

.contact-address-maps span {
    font-weight: bold;
}

.contact-addresses {
    padding: 10vw 12vw 6vw 12vw;
}

.contact-address {
    font-size: 3.2vw;
    font-weight: 300;
    line-height: 4vw;
    width: 33vw;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5vw;
    margin-right: 5vw;
}

.contact-address:nth-child(even){
    margin-right: 0;
}

.contact-address span {
    font-weight: 700;
    text-transform: uppercase;
}

.topics-section:nth-child(even){
    background-color: #eeeeee;
}

.topics-title {
    font-size: 6.5vw;
    font-weight: 700;
    padding-top: 10vw;
    padding-bottom: 10vw;
    text-transform: uppercase;
}

.topics-title span {
    color: #ff33cc;
}

.topics-items-container {
    padding-bottom: 10vw;
    position: relative;
}

.topics-item {
    background-color: white;
    position: relative;
    min-height: 32vw;
    margin-bottom: 3vw;
    display: block;
    text-decoration: none;
    color: #333333;
}

.topics-item-image {
    width: 34vw;
    height: 32vw;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/topics_image_dummy.jpg);
    background-size: cover;
    background-position: center top;
}

.topics-read-more-link {
    display: none;
}

.readmoreplus {
    display: none;
}

.topics-item-text-container {
    margin-left: 43%;
    padding-top: 3vw;
    width: 52%;
    padding-bottom: 3vw;
}

.topics-item-info {
    font-size: 3.33333vw;
    padding-bottom: 3vw;
}

.topics-item-info span {
    color: #ff33cc;
}

.topics-item-title {
    font-size: 4.6vw;
    font-weight: 300;
    line-height: 6vw;
}

.see-all-text {
    font-size: 4.6667vw;
    text-align: right;
    position: absolute;
    top: 11vw;
    right: 0;
    text-decoration: underline;
    cursor: pointer;
    color: #333333;
}

.our-partnerships-section {
    background-color: #ffc816;
}

.our-partnerships-section .general-btn {
    background-color: #343434;
    color: white;
    margin-bottom: 5vw;
}

.our-partnerships-section .content-container {
    padding-bottom: 10vw;
}

.public-relations-section .general-btn {
    background-color: #343434;
    color: white;
}

.public-relations-section .content-container {
    padding-bottom: 15vw;
}

.public-relations-section a {
    color: #333333;
}

.partnerships-top .other-page-subtitle {
    font-weight: 700;
    font-size: 5.5vw;
    line-height: 6.5vw;
}

.partnerships-media-integration-blocks-container {
    position: relative;
}

.partnerships-media-integration-block .h2-sectiontitle {
    text-transform: none;
}

.media-partners-block {
    background-color: white;
}

.integration-partners-block {
    background-color: #ebebeb;
}

.become-a-partner-section {
    background-color: #ff33cc;
    padding-bottom: 12vw;
}

.become-a-partner-section .h2-sectiontitle, .become-a-partner-section .h2-sectiontitle span {
    color: white;
}

.become-a-partner-submit-btn, .become-a-partner-section .hbspt-form input[type=submit] {
    background-color: #0a0f11;
    color: white;
}

.contact-main-form-section .hbspt-form input[type=submit] {
    background-color: #ff33cc;
    color: white;
    margin-bottom: 0;
}

.become-a-partner-section .hbspt-form .hs-richtext {
    color: white;
    margin-bottom: 3vw;
}

.become-a-partner-section .hbspt-form .hs-richtext a span {
    color: white !important;
    font-weight: 700;
}

.become-a-partner-dropdown, .hbspt-form select {
    width: 100%;
    height: 13vw;
    font-size: 4.6666vw;
    border-radius: 0.5vw;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    background-color: white;
    padding: 0 6%;
    margin-bottom: 4vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../img/dropdownarrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    line-height: 5vw;
}

.hbspt-form select::-ms-expand {
    display: none;
}

.hbspt-form select {
    width: 100% !important;
}

.partner-login-section {
    background-color: #0a0f11;
    padding-bottom: 12vw;
}

.partner-login-section .h2-sectiontitle, .partner-login-section .h2-sectiontitle span {
    color: white;
}

.partner-login-submit-btn {
    background-color: #ff33cc;
    color: white;
}

.integration-partners-logos-container {
    text-align: center;
}

.integration-partners-logo {
    display: inline-block;
    height: 8vw;
    margin: 2vw 2vw;
}

.mcloudlogos_grey {
    width: 100%;
}

.integration-partners-section {
    padding-bottom: 12vw;
}

.pp-section .content-container {
    text-align: left;
}


.pp-section h3 {
    font-weight: 700;
    font-size: 6vw;
    margin-bottom: 3vw;
}

.pp-section p {
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 4vw;
    font-weight: 300;
}

.pp-section li {
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 300;
}

.pp-section p a {
    color: #ff33cc;
}

.pp-section p strong {
    font-weight: 700;
}

.section li ul, .section li ol {
    margin:0 1.5em;
}
.section ul, .section ol {
    margin:0 1.5em 1.5em 1.5em;
}
.section ul {
    list-style-type:disc;
}
.section ol {
    list-style-type:decimal;
}
.section ol ol {
    list-style: upper-alpha;
}
.section ol ol ol {
    list-style: lower-roman;
}
.section ol ol ol ol {
    list-style: lower-alpha;
}

.section i {
    font-style: italic;
}

.section b {
    font-weight: 700;
}

/* NEW */

.cs-header-image {
    background-size: cover;
    height: 66vw;
    background-position: center;
}

.cs-h1 {
    font-size: 10vw;
    font-weight: 700;
    text-transform: uppercase;
}

.h2-sectiontitle.cs-h2-sectiontitle {
    text-align: left;
    padding-top: 0;
}

.cs-divider-line{
    border-bottom: 1px solid #636363;
}

.cs-normal-content-section {
    padding: 10vw 0;
}

.cs-bodycopy {
    font-size: 4.66667vw;
    line-height: 6vw;
}

.cs-bodycopy p {
    padding-bottom: 5vw;
}

.cs-bodycopy strong {
    font-weight: 700;
}

.cs-bodycopy p:last-child {
    /*padding-bottom: 0;*/
}

.imac520 {
    background-image: url(../img/imac520.png);
    width: 90vw;
    height: 76.3876655vw;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.imac520 img {
    width: 92.36417%;
    margin-top: 4.49827%;
}

.cs-solution-section .imac520 {
    margin-top: 8vw;
}

.cs-results-section {
    background-color: #f6f6f6;
}

.cs-results-image {
    display: none;
}

.cs-results-section .general-btn {
    background-color: #ff33cc;
    color: white;
}

.cs-you-may-also-like-section {

}

.cs-you-may-also-like-section .h2-sectiontitle.cs-h2-sectiontitle {
    text-align: center;
}

.cs-you-may-also-like-section .cs-normal-content-section {
    padding-bottom: 0;
}

.cs-other-options-container {
    width: 100%;
    height: 71.345vw;
    position: relative;
}

.cs-other-option-single {
    width: 50vw;
    height: 35.6725vw;
    position: absolute;
    overflow: hidden;
}

.cs-other-option-single:nth-child(1){
    left: 0;
    top: 0;
}

.cs-other-option-single:nth-child(2){
    left: 50%;
    top: 0;
}

.cs-other-option-single:nth-child(3){
    left: 0;
    top: 50%;
}

.cs-other-option-single:nth-child(4){
    left: 50%;
    top: 50%;
}

.cs-other-option-image {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.cs-other-option-ro-background {
    background-color: #ffc816;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    transition: width 0.5s ease-in-out;
}

.cs-other-option-single:hover .cs-other-option-ro-background {
    width: 100%;
}

.cs-other-option-ro-text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 4vw;
    color: white;
    text-transform: uppercase;
    left: 0;
    top: 47%;
    font-weight: 700;
    opacity: 0;
}

.cs-other-option-single:hover .cs-other-option-ro-text {
    opacity: 1;
    transition: opacity 0.3s ease-out 0.4s;
}

@media all and (min-width: 992px) {
    .hamburger {
        display: none;
    }

    .navbar {
        height: 7.3vw;
        padding-top: 0;
    }

    .st_logo {
        width: 20vw;
        max-width: 274px;
        top: 1.9vw;
        left: 2.5vw;
        position: absolute;
        z-index: 100;
    }

    .request-a-demo-nav-button {
        width: 13.469vw;
        max-width: 184px;
        font-size: 1.3177vw;
        /* line-height: 3.221vw; */
        border-radius: 0.2vw;
        top: 0;
        right: 0;
        margin-left: 60px;
        margin-right: 40px;
        display: block;
    }

    .navbar-mobile-cta .request-a-demo-nav-button {
        display: none;
    }

    .navbar-menu-container {
        left: 0;
        width: 100%;
        height: auto;
        overflow: visible;
        background-color: transparent;
    }

    .whitelinefornav, .mobilenavclosebtn{
        display: none;
    }

    .navbar-mainnav{
        left: 0;
        top: 2.2694vw;
        transition: initial;
        width: 100%;
        text-align: right;
    }

    .menu-item {
        width: auto;
        line-height: 1.2;
        border-bottom: none;
        display: inline-block;
        height: 3.221083vw;
        vertical-align: top;
        transition: height 0.4s ease-out;
    }

    .menu-item a {
        position: relative;
        display: inline-block;
        color: #231f20;
        margin-left: 0;
        padding: 0.732064vw 1.464129vw 0.732064vw 1.464129vw;
    }

    .menu-item a:after {
        display: none;
    }

    .nav-arrow-mobile {
        display: none;
    }

    .sub-menu {
        text-align: left;
        top: 3.221083vw;
        left: 0;
        width: 100%;
        overflow: hidden;
        background-color: #f6f6f6;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .sub-menu .menu-item {
        display: block;
        border-radius: 3px;
        transition: background-color 0.3s;
        height: auto;
    }

    .sub-menu .menu-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

   
    .menu-item:hover .sub-menu {
        display: block;
    }

    .menu-item:hover {
        background-color: #ff33cc;
    }
    .menu-item:hover > a {
        color: white;
    }

    .sub-menu .menu-item:hover a {
        color: white;
    }

    .nav-link-no-dropdown {
        border-radius: 3px;
    }

    .nav-link-withdropdown {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .menu-item a:hover {
        background-color: #ff33cc;
        color: white;
        transition: color 0.5s, background-color 0.5s;
    }

    .menu-item a, 
    .sub-menu .menu-item a {
        font-size: 1.4641vw;
    }

    .current-menu-item.menu-item a {
        font-weight: 700;
    }

    .navbar-mainnav > .current-menu-parent.menu-item > a:after,
    .navbar-mainnav > .current-menu-item.menu-item > a:after {
        content: '';
        display: block;
        background-color: #ff33cc;
        width: 2.196193vw;
        height: 4px;
        position: absolute;
        left: 50%;
        margin-left: -1.098097vw;
        top: 2.45vw;
    }

    .sub-menu .menu-item a {
        color: #333333;
        font-size: 1.024vw;
        line-height: 2.196193vw;
        padding: 0 0 0 1.464129vw;
        display: block;
        transition: color 0.3s;
    }

    .navbar-mainnav.subnav-open {
        left: 0;
    }

    .main-page-title {
        font-size: 4.099561vw;
        line-height: initial;
        padding-top: 6.076vw;
    }

    .top-section {
        margin-top: 7.686vw;
    }

    .content-container {
        max-width: 1230px;
        text-align: center;
    }

    .main-page-subtitle {
        font-size: 1.7569vw;
        line-height: initial;
        /*padding-top: 0.658858vw;*/
        padding-top: 0;
        padding-bottom: 4.392387vw;
    }

    .homepage-arrow {
        display: none;
    }

    .all-homepageitems {
        white-space: normal;
    }


    .main-homepageitem-container {
        width: 16.8374vw;
        margin: 0 2.928258vw 9.51683vw 2.928258vw;
    }

    .main-homepageitem-title {
        font-size: 2.04978vw;
        padding-bottom: 1.098097vw;
        padding-top: 2.781845vw;
    }

    .main-homepageitem-deeper-content .main-homepageitem-title {
        padding-top: 2.635432vw;
    }

    .main-homepageitem-base {
        width: auto;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-homepageitem-deeper-content {
        top: 0;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
        width: 130%;
        margin-left: -15%;
        border-radius: 3px;
    }

    .active .main-homepageitem-deeper-content {
        -webkit-box-shadow: 0 1.390922vw 3.879941vw 0 rgba(0,0,0,0.49);
        -moz-box-shadow: 0 1.390922vw 3.879941vw 0 rgba(0,0,0,0.49);
        box-shadow: 0 1.390922vw 3.879941vw 0 rgba(0,0,0,0.49);
    }

    .main-homepageitem-text {
        font-size: 1.24451vw;
        line-height: 1.390922vw;
        padding-bottom: 3.074671vw;
    }

    .main-homepageitem-btn {
        font-size: 0.951684vw;
        width: 50%;
        line-height: 2.415813vw;
        border-radius: 2px;
    }

    .main-homepageitem-deeper-content .main-homepageitem-btn {
        bottom: -1.756955vw;
        line-height: 3.074671vw;
        width: 50%;
        margin-left: -25%;
    }

    .general-btn, .hbspt-form input[type=submit] {
        font-size: 1.390922vw;
        line-height: 3.953148vw;
        border-radius: 0.219619vw;
        width: 13.17716vw;
        transition: all 0.3s ease-in-out;
    }

    .general-btn:hover, .hbspt-form input[type=submit]:hover {
        -webkit-box-shadow: 0px 0px 31px -4px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 0px 31px -4px rgba(0,0,0,0.55);
        box-shadow: 0px 0px 31px -4px rgba(0,0,0,0.55);
        letter-spacing: .8px;
        /*-webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);*/
    }

    .homepagevideo {
        top: 10.248902vw;
    }

    .homepagevideo.homepagevideo-contact {
        top: 63vw;
    }

    .homepagevideo.homepagevideo-topics {
        top:-4.392387vw;
    }

    .homepagevideo.homepagevideo-solutions {
        top:13.909vw;
    }

    .homepagevideo.homepagevideo-partnerships {
        top: 5.856515vw;
    }

    .top-section .content-container {
        padding-bottom: 10.541728vw;
    }

    .top-section.top-section-topics .content-container {
        /*padding-bottom: 5.124451vw;*/
    }

    .homepage-case-studies-section {
        background-color: transparent;
        height: auto;
    }

    .homepage-case-studies-next-prev-container {
        display: none;
    }

    .homepage-case-studies-section .content-container {
        background-color: #f4f4f4;
    }

    .homepage-case-studies-section .h2-sectiontitle {
        color: #333333;
    }

    .h2-sectiontitle {
        font-size: 2.04978vw;
        padding-top: 4.392387vw;
        padding-bottom: 3.29429vw;
    }

    .h2-sectiontitle span, .topics-title span {
        letter-spacing: -0.146143vw;
    }

    .case-study-icons-container {
        position: relative;
        top: 0;
        white-space: normal;
        padding-bottom: 3.660322vw;
    }

    .case-study-icon {
        min-width: 18.740849vw;
        width: 20.4978vw;
        height: 8.784773vw;
        background-color: transparent;
        margin-right: 0;
    }

    .case-study-image-mobile {
        display: none;
    }
    .case-study-icon img {
        padding: 0;
    }
    .case-study-image-container-desktop {
        display: block;
        position: relative;
        height: 100%;
        transition: all 0.2s ease-out;
    }
    .case-study-image-desktop-inside, .case-study-image-desktop-inside-ro {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .case-study-image-desktop-inside-ro {
        clip: rect(0px, 0px, 8.784773vw, 0px);
    }

    a .case-study-image-container-desktop:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    a .case-study-image-container-desktop:hover .case-study-image-desktop-inside-ro {
        clip: rect(0px, 20.4978vw, 8.784773vw, 0px);
    }

    .homepage-testimonial-section {
        padding-top: 3.66vw;
        padding-bottom: 4.610542vw;
    }

    .homepage-testimonial-section p {
        font-size: 2.342606vw;
        padding-bottom: 3.660322vw;
    }

    .testimonial-text {
        line-height: 3.953148vw;
    }

    .testimonial-subtext {
        line-height: 2.928258vw;
    }

    .homepage-siteswithimpact-section {
        padding-bottom: 8.784773vw;
    }

    .homepage-siteswithimpact-section .general-btn {
        width: 25.622255vw;
        margin-left: 7.320644vw;
    }

    .imac-siteswithimpactimage {
        position: absolute;
        width: 28.843338vw;
        height: 24.450952vw;
        top: 6.076135vw;
        right: 3.660322vw;
    }

    .siteswithimpact-subtext {
        padding-top: 0;
        padding-bottom: 0;
        width: 40%;
        text-align: left;
        font-size: 2.708638vw;
        line-height: 3.367496vw;
        margin-bottom: 2.928258vw;
        margin-left: 7.320644vw;
    }

    .homepage-featured-new-section {
        padding-bottom: 4.392387vw;
    }

    .homepage-news-item-thumb {
        width: 23.279649vw;
        height: 13.469985vw;
    }

    .homepage-news-item-text-dateline {
        font-size: 1.098097vw;
        padding-bottom: 0.292826vw;
    }

    .homepage-news-item-text-title {
        font-size: 2.04978vw;
        line-height: 2.415813vw;
        height: 5.051245vw;
        letter-spacing: -0.073206vw;
    }

    .homepage-news-item-read-btn {
        display: block;
        margin-left: 9%;
        width: 82%;
        text-align: right;
        position: relative;
        font-size: 1.317716vw;
        margin-top: 1.464129vw;
        padding-bottom: 1.830161vw;
    }

    .homepage-news-item-read-btn p{
        position: absolute;
        top: 0.219619vw;
    }

    .homepage-read-plus {
        width: 1.464129vw;
        height: 1.464129vw;
        padding: 1px;
    }

    .homepage-news-items-pagination-container {
        display: block;
        text-align: center;
        margin-top: 2.928258vw;
        margin-bottom: 0.732064vw;
    }

    .homepage-news-items-pagination-block {
        width: 56px;
        height: 7px;
        background-color: #f4f4f4;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }

    .homepage-news-items-pagination-block-active {
        background-color: #ff33cc;
        cursor: auto;
    }

    .homepage-news-item-text {
        position: relative;
        left: 0;
        top: 0;
        margin-left: 9%;
        width: 82%;
        margin-top: 1.098097vw;
    }

    .homepage-news-item {
        margin-bottom: 0;
        width: 23.279649vw;
        text-align: left;
        display: inline-block;
        margin-right: 1.464129vw;
    }

    .homepage-news-item, .topics-item {
        transition: all 0.2s ease-in;
    }

    .homepage-news-item:hover, .topics-item:hover {
        -webkit-box-shadow: 0px 0px 31px -4px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 0px 31px -4px rgba(0,0,0,0.55);
        box-shadow: 0px 0px 31px -4px rgba(0,0,0,0.55);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .homepage-news-item:nth-child(3n+3) {
        margin-right: 0;
    }

    .footer-email-section {
        background-image: url(../img/stayuptodate_desktopbackground.png);
    }

    .footer-email-section .content-container {
        padding-bottom: 3.953vw;
    }

    .subscribe-title-text {
        font-size: 3.29429vw;
        padding-top: 3.221vw;
        padding-bottom: 1.4641vw;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .submitted-message {
        font-size: 1.9vw;
    }

    .footer-email-input, .about-input, .contact-input, .become-a-partner-input, .partner-login-input, .hbspt-form input {
        width: 40%;
        font-size: 1.830161vw;
        padding: 0 2%;
        border-radius: 0.292826vw;
        height: 4.538799vw;
        margin-bottom: 3.587116vw;
    }

    .hbspt-form .inputs-list li {
        margin: 0 0 0 1.464129vw;
    }

    .contact-main-form-section .hbspt-form .inputs-list li {
        margin-left: 0;
    }

    .become-a-partner-section .hbspt-form .inputs-list li {
        margin: 0;
    }

    .hbspt-form label {
        font-size: 1.464vw;
        margin-bottom: 0.7vw;
        margin-left: 0.6vw;
    }

    .footer-block-text {
        font-size: 1.464129vw;
        line-height: 2.342606vw;
        margin-bottom: 4.099561vw;
    }

    .footer-block-text span {
        display: block;
    }

    .footer-block {
        width: 33%;
        padding: 0;
        display: inline-block;
        vertical-align: text-top;
        height: 27.086384vw;
        position: relative;
    }

    .footer-social-icon {
        height: 3.001464vw;
        padding: 0.512445vw 0.732064vw;
    }

    .footer-block-action-container {
        position: absolute;
        width: 100%;
        left: 0;
        top: 17.569546vw;
    }

    .footer-blocks-container {
        width: 100%;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
    }

    .footerlogo {
        position: absolute;
        left: 0;
        top: 0;
        width: 19.765739vw;
    }

    .footer-end-block-1 {
        padding: 4.831625vw 0;
        height: 8.784vw;
    }

    .footer-end-block-1 .content-container {
        width: 83.455344vw;
    }

    .footer-cr-line {
        font-size: 0.951vw;
        line-height: 1.171vw;
        text-align: left;
        position: absolute;
        left: 0;
        top: 5.051245vw;
        margin-top: 0;
    }

    .footer-end-block-2 {
        height: 0.732064vw;
    }

    .desktopfooternav {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 25.475842vw;
        margin-right: -3.660322vw;
    }

    .desktopfooternav .menu-item a {
        font-weight: 400;
        text-align: left;
        font-size: 1.171303vw;
        text-transform: uppercase;
        text-decoration: underline;
        width: 8.199122vw;
        display: inline-block;
        height: 2.635432vw;
        color: #999999;
        padding: 0;
    }
    .desktopfooternav .menu-item:hover {
        background-color: transparent;
    }
    .desktopfooternav .menu-item a:hover {
        color: #999999;
        background-color: transparent;
    }


    .cloudtop .main-page-title, .cloudtop .main-page-subtitle.other-page-subtitle {
        text-align: left;
        width: 43%;
    }

    .top-section.cloudtop .content-container {
        padding-bottom: 17.86vw;
    }

    .top-section.careers-top .content-container {
        padding-bottom: 13.177vw;
    }

    .cloudtop.top-section .h2-sectiontitle {
        text-align: left;
        margin-left: 5%;
        font-size: 1.4641vw;
    }

    .cloudtop .main-page-subtitle.other-page-subtitle {
        padding-bottom: 1.9033vw;
        padding-top: 1.610542vw;
    }

    .imac681 {
        width: 38.21376vw;
        height: 32.430454vw;
        position: absolute;
        top: 7.101025vw;
        right: 0;
    }

    .features-section {
        max-width: 1230px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2.928258vw;
    }

    .features-subintro-text {
        font-size: 1.756955vw;
        line-height: 2.489019vw;
        padding: 4.099561vw 1.464129vw;
    }

    .features-block {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .features-block-top-bar {
        margin-bottom: 0.732064vw;
    }

    .features-block-top-bar-icon {
        width: 7.320644vw;
    }

    .features-block-top-bar-text {
        font-size: 2.04978vw;
        left: 10.980966vw;
        top: 2.928258vw;
    }

    .features-block-top-bar-text span {
        display: inline-block;
    }

    .features-block-content {
        padding-top: 2.928258vw;
        margin-bottom: 0.732064vw;
        padding-bottom: 0.732064vw;
    }

    .features-block-content-single {
        margin-left: 13.7%;
        padding-bottom: 2.562225vw;
    }

    .features-block-content-icon {
        width: 3.367496vw;
    }

    .features-block-content-title {
        font-size: 1.537vw;
        margin-left: 13%;
        padding-bottom: 0.585652vw;
        line-height: 1.537vw;
    }

    .features-block-content-body {
        font-size: 1.464vw;
        line-height: 1.8301vw;
        margin-left: 13%;
    }

    .features-block-content-body-just-one {
        font-size: 1.464129vw;
        line-height: 1.903367vw;
    }

    .h2-sectiontitle.bigger50 {
        font-size: 3.660322vw;
        padding-top: 9.516837vw;
    }

    .bodycopy-a {
        font-size: 2.342606vw;
        line-height: 3.29429vw;
        padding-bottom: 1.830161vw;
    }

    .why-hodes .bodycopy-a {
        font-size: 2.049vw;
        line-height: 2.928vw;
    }

    .why-xcloud .general-btn, .why-hodes .general-btn, .why-mcloud .general-btn {
        width: 21.961933vw;
        margin-bottom: 0;
        margin-left: 7%;
    }

    .search-jobs-section .general-btn {
        width: 21.961933vw;
        margin: 1.464129vw 8.784773vw 0 8.784773vw;
        display: inline-block;
    }

    .search-jobs-section {
        padding-bottom: 8.78477vw;
        margin-bottom: 8.78477vw;
    }

    .bodycopy-a.why-xcloud-sidecopy {
        text-align: left;
        width: 28.550512vw;
        margin-top: 10.248902vw;
        padding-bottom: 2.928258vw;
    }

    .xcloud-phone {
        width: 52.2694vw;
        height: 54.685212vw;
        margin-left: 49%;
        margin-top: -44.363104vw;
    }

    .let-xcloud-help-section {
        padding-bottom: 4.245974vw;
    }

    .let-xcloud-help-section .general-btn {
        width: 18%;
    }

    .h3-subtitle {
        font-size: 1.464129vw;
        padding-bottom: 0.732064vw;
        padding-top: 1.171303vw;
    }

    .our-integrations-section .singlelogo {
        height: 5.710102vw;
        padding: 2.928258vw 0.732064vw;
        width: 20.497804vw;
    }

    .our-integrations-section .logocontainer {
        margin-bottom: 3.660322vw;
    }

    .explainer-block-text {
        font-size: 2.342606vw;
        line-height: 2.928258vw;
        padding-bottom: 2.489019vw;
    }

    .explainer-block-text:last-child{
        padding-bottom: 4.099561vw;
    }

    .explainerblock {
        width: 50%;
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }

    .explainerblock-left {
        float: left;
    }

    .explainerblock-right {
        float: right;
    }

    .hodesmcloud-explainerblocks-container:after {
        content: "";
        display: table;
        clear: both;
    }

    .creative-brand-services-section {
        max-width: 1230px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-bottom: 2.196193vw;
    }

    .creative-brand-services-section .bodycopy-a {
        font-size: 1.715511vw;
        line-height: 2.489019vw;
        width: 90%;
    }

    .services-block {
        width: 27.086vw;
        display: inline-block;
        vertical-align: top;
    }

    .services-block-top-bar {
        border: none;
    }

    .services-block-top-bar-icon {
        width: 6.881406vw;
        position: absolute;
    }

    .services-block-top-bar-text {
        font-size: 1.537vw;
        margin-left: 7.5%;
        margin-top: 6.295754vw;
        position: relative;
        left: 0;
        top: 0;
        text-align: left;
        width: 100%;
        padding-bottom: 0.951684vw;
    }

    .services_arrow {
        display: none;
    }

    .services-block-content {
        display: block;
    }

    .services-block-content-body {
        font-size: 1.464vw;
        line-height: 1.8301vw;
        margin-left: 7.5%;
        width: 91%;
        padding-bottom: 2.196193vw;
        text-align: left;
    }

    .why-hodes {
        padding-bottom: 7.320644vw;
    }

    .why-hodes .general-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .hodes-featured-creative-section {
        max-width: 1230px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 3.660322vw;
        margin-bottom: 8.052709vw;
    }

    .featured-creative-single-title {
        font-size: 2.635432vw;
        text-align: left;
        padding-bottom: 1.610542vw;
        width: 45%;
    }

    .featured-creative-single-body {
        font-size: 2.04978vw;
        text-align: left;
        line-height: 2.415813vw;
        padding-bottom: 1.903367vw;
        width: 45%;
    }

    .featured-creative-single {
        position: relative;
        min-height: 27.086384vw;
        width: 81vw;
        max-width: 1107px;

        margin-right: 50px;
    }

    .featured-creative-single .general-btn {
        width: 20%;
        margin-bottom: 0;
    }

    .featured-creative-single-image {
        width: 45%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .featured-creative-next-prev-text {
        display: none;
    }

    .featured-creative-next-prev-container {
        position: absolute;
        margin-top: 0;
        padding-bottom: 0;
        bottom: -4.978038vw;
        right: 4.758419vw;
    }

    .featured-creative-next-prev-image {
        width: 4.758419vw;
        height: 4.465593vw;
    }

    .featured-creative-prev-btn .featured-creative-next-prev-image {
        background-image: url(../img/arrow_left_featured_pink.png);
    }

    .featured-creative-next-btn .featured-creative-next-prev-image {
        background-image: url(../img/arrow_right_featured_dark.png);
    }

    .featured-creative-next-btn {
        right: -4.758419vw;
    }

    .award-logo-container {
        padding-bottom: 4.392387vw;
    }

    .award-logo {
        height: 11.420205vw;
        padding: 0.732064vw 2.928258vw;
    }

    .hodes-award-winning-work-section {
        margin-bottom: 5.124451vw;
    }

    .why-mcloud .general-btn {
        margin: 2.562225vw auto 3.660322vw auto;
    }

    .mcloudlogos {
        width: 84%;
        max-width: 1006px;
        padding-bottom: 5.124451vw;
        margin-top: 0.878477vw;
    }

    .about-content-container:after {
        content: "";
        display: table;
        clear: both;
    }

    .about-top-block-left, .about-top-block-right {
        width: 50%;
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }

    .top-section.contact-main-form-section {
        width: 50%;
    }

    .contact-main-form-section .h2-sectiontitle {
        padding-top: 4.392387vw;
        text-align: left;
        padding-bottom: 0.878vw;
    }

    .about-intro-top {
        display: none;
    }

    .about-top-block-left .main-page-title {
        text-align: left;
        margin-left: 0;
    }

    .about-subtitle-h1 {
        text-align: left;
        font-size: 2.04978vw;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 2.708638vw;
        width: 90%;
    }

    .about-top-block-left {
        float: left;
    }

    .about-top-block-right {
        float: right;
        padding-top: 6.442167vw;
    }

    .about-top-block-right .bodycopy-a {
        font-size: 1.756955vw;
        text-align: left;
        line-height: 2.342606vw;
    }

    .our-core-values-section {
        max-width: 1230px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .core-values-single-tab-title {
        font-size: 1.390922vw;
        top: 68%;
    }

    .core-values-tabs-block {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        height: 8.784773vw;
    }

    .core-values-single-tab-icon {
        width: 68%;
        top: 16%;
        left: 16%;
    }

    .core-values-single-tab-title span {
        display: inline-block;
    }

    .core-values-single-tab {
        height: 8.784773vw;
        border:none;
    }

    .core-values-single-tab:hover {
        background-color: #ff33cc;
        transition: background-color 500ms ease-out;
    }

    .highlight {
        width: 14%;
        height: 0.292826vw;
        position: absolute;
        bottom: 0;
        left: 43%;
        background-color: #ff33cc;
        display: none;
    }

    .core-values-single-content {
        padding: 2.928258vw 5% 3.660322vw 5%;
        min-height: 19.180088vw;
    }

    .core-values-single-tab-active .highlight {
        display: block;
    }

    .core-values-content-block {
        padding-bottom: 7.320644vw;
        margin-left: 5%;
        width: 90%;
    }

    .core-values-feature-image {
        width: 21.522694vw;
        height: 19.619327vw;
        margin-bottom: 0;
        position: absolute;
    }

    .core-values-feature-image img {
        width: 144%;
        margin-top: -4%;
        margin-left: -12%;
    }

    .core-values-single-content:nth-child(2) .core-values-feature-image img {
        margin-left: 0;
    }

    .core-values-single-content:nth-child(4) .core-values-feature-image img {
        margin-left: -36%;
        width: 148%;
        margin-top: -10%;
    }

    .core-values-single-content:nth-child(5) .core-values-feature-image img {
        margin-left: 0;
        width: 160%;
        margin-top: -4%;
    }

    .core-values-single-content-title {
        font-size: 2.635432vw;
        margin-bottom: 1.610542vw;
        text-align: left;
    }

    .core-values-single-content .content-container {
        width: 64%;
        margin-left: 36%;
        padding-top: 1.02489vw;
    }

    .core-values-single-content-sub-line {
        width: 2.342606vw;
        height: 0.292826vw;
    }

    .our-core-values-section .bodycopy-a {
        font-size: 2.04978vw;
        line-height: 2.562225vw;
        padding-bottom: 3.660322vw;
    }

    .leadershipteam-section .h2-sectiontitle {
        padding-bottom: 1.464129vw;
    }

    .leadershipteam-section .bodycopy-a {
        font-size: 1.756955vw;
        line-height: 2.196193vw;
    }

    .single-team-member {
        font-size: 1.317716vw;
        width: 14.641288vw;
        min-height: 16.691069vw;
        height: 16.691069vw;
        margin-bottom: 9.516837vw;
        display: inline-block;
        margin-left: 2.562225vw;
        margin-right: 2.562225vw;
        vertical-align: top;
    }

    .single-team-member-linkedin-button {
        width: 7.027818vw;
        height: 2.196193vw;
        left: 50%;
        top: 14.787701vw;
        border: 0.292826vw solid white;
        margin-left: -3.660322vw;
        border-radius: 0.585652vw;
        right: 0;
        margin-top: 0;
    }

    .single-team-member-linkedin-button img {
        display: none;
    }

    .single-team-member-linkedin-button p{
        display: block;
        font-size: 1.02489vw;
        color: white;
        font-weight: 700;
        line-height: 2.4vw;
    }

    .single-team-member-image {
        width: 8.052709vw;
        height: 8.052709vw;
        border-radius: 4.172767vw;
        border: 0.292826vw solid white;
        top: -4.172767vw;
        left: 50%;
        margin-left: -4.172767vw;
        margin-top: 0;
    }

    .single-team-member-name {
        padding: 42% 5% 2% 5%;
    }

    .single-team-member-title {
        padding-left: 5%;
        padding-right: 5%;
    }

    .team-members-container {
        margin-top: 6.58858vw;
    }

    .leadershipteam-section {
        padding-bottom: 0;
    }

    .about-input, .become-a-partner-input, .partner-login-input, .hbspt-form input {
        width: 30.746706vw;
        margin-left: 0.512445vw;
        margin-right: 0.512445vw;
        margin-bottom: 1.02489vw;
    }

    .hbspt-form fieldset.form-columns-2 .hs-form-field {
        text-align: left;
        display: inline-block;
        margin: 0 0.4vw 1vw 0.4vw;
        vertical-align: top;
    }

    .contact-main-form-section .hbspt-form fieldset.form-columns-2 .hs-form-field {
        margin-left: 0;
        margin-bottom: 0;
    }

    .contact-main-form-section .hbspt-form .inputs-list li {
        margin-right: 0;
    }

    .hbspt-form fieldset.form-columns-1 .hs-form-field {
        margin-bottom: 1vw;
    }

    .hbspt-form input {
        width: 30.746706vw !important;
        padding: 0 1.5vw;
    }



    #about-input-company-name {
        width: 66.178624vw;
    }

    .hbspt-form input[name="company"] {
        /*width: 66.178624vw !important;*/
    }

    .hbspt-form .form-columns-1 .hs-form-field {
        text-align: left;
        margin-left: 9.9vw;
    }

    .contact-main-form-section .hbspt-form .form-columns-1 .hs-form-field {
        margin-left: 0;
    }

    .about-contact-section .general-btn, .about-contact-section .hbspt-form input[type=submit] {
        width: 20.79063vw;
        height: 3.806735vw;
        line-height: 3.806735vw;
    }

    .about-contact-section .hbspt-form input[type=submit] {
        width: 20.79063vw !important;
    }

    .about-submit-btn, .about-contact-section .hbspt-form input[type=submit] {
        margin-bottom: 2.928258vw;
        margin-top: 1.610542vw;
    }

    .become-a-partner-section .hbspt-form input[type=submit] {
        margin-bottom: 0;
    }

    .footer-email-section .hbspt-form input[type=submit] {
        width: 13.17716vw !important;
        margin-bottom: 0;
    }

    .about-extra-contact .general-btn {
        margin-bottom: 2.928258vw;
        display: inline-block;
        margin-left: 0.512445vw;
        margin-right: 0.512445vw;
    }

    #about-email-st-btn {
        display: none;
    }

    .about-phone-number {
        font-size: 2.928258vw;
        padding-top: 0;
        margin-bottom: 0.732064vw;
    }

    .about-email-link {
        display: block;
        font-size: 2.196193vw;
        font-weight: 300;
    }

    .about-email-link a {
        text-decoration: none;
        color: #333333;
    }

    .about-extra-contact {
        padding-bottom: 5.124451vw;
    }

    .become-a-partner-btn {
        width: 15.373353vw;;
    }

    .our-partners-section {
        padding-bottom: 5.124451vw;
    }

    .contact-main-form-section .content-container {
        width: 40.263543vw;
        margin-right: 2.635432vw;
        height: 54.9vw;
        padding-bottom: 0;
        text-align: left;
    }

    .contact-submit-btn {
        width: 20.937042vw;
        margin-left: 0;
    }

    .contact-input, .contact-main-form-section .hbspt-form input {
        width: 16.837482vw;
        height: 3.221083vw;
        font-size: 1.317716vw;
        margin-bottom: 1.098097vw;
        display: inline-block;
    }

    .contact-main-form-section .general-btn, .hbspt-form input[type=submit] {
        line-height: 1.317716vw;
    }

    .contact-main-form-section .hbspt-form input {
        margin-left: 0;
        width: 15vw !important;
    }

    .contact-main-form-section .hbspt-form select {
        width: 16.837482vw;
        height: 3.221083vw;
        font-size: 1.317716vw;
        margin-bottom: 1.098097vw;
        margin-left: 0;
    }

    .contact-main-form-section .hbspt-form label {
        font-size: 1.317vw;
        margin-left: 0;
    }

    .contact-main-form-section .hbspt-form .inputs-list li label {
        font-size: 0.87vw;
    }

    .contact-main-form-section .hbspt-form .inputs-list li label.hs-form-booleancheckbox-display {
        font-size: 1.317vw;
        line-height: 2vw;
    }

    .hs-form-booleancheckbox span {
        vertical-align: sub;
    }

    .contact-main-form-section .hbspt-form ul, .hbspt-form ol {
        margin: 0;
    }

    #contact-input-name, #contact-input-email {
        margin-right: 0.732064vw;
    }

    #contact-your-message, .contact-main-form-section .hbspt-form textarea {
        height: 8.345534vw;
        width: 36.310395vw;
        line-height: 1.537335vw;
        padding: 0.732064vw 1.5vw;

        margin-bottom: 1.17vw;
        font-size: 1.317716vw;
    }

    .contact-map {
        position: absolute;
        left: 50%;
        top: 0;
        height: 54.9vw;
        width: 50%;
    }

    .contact-phone-number {
        font-size: 1.830161vw;
        padding-top: 0.732064vw;
        padding-bottom: 0.732064vw;
    }

    .contact-email {
        font-size: 1.683vw;
        padding-bottom: 0.7vw;
        margin-top: 0.732064vw;
    }

    .contact-email:last-of-type {
        padding-bottom: 3.660322vw;
    }

    .contact-details-section .general-btn {
        width: 18.740849vw;
        margin-left: 0;
    }

    .contact-details-section .content-container {
        text-align: left;
        padding-left: 0;
        position: absolute;
        width: 27.379209vw;
        left: -43.045388vw;
        border-right: 1px #c9c9c9 solid;
    }

    .contact-contact-support-btn {
        margin-bottom: 2.196193vw;
    }

    .contact-partner-portal-btn {
        margin-bottom: 0;
    }

    .contact-inquiries-title {
        font-size: 1.464129vw;
    }

    .contact-details-section {
        padding-top: 3.660322vw;
        padding-bottom: 3.660322vw;
        position: absolute;
        left: 50%;
        z-index: 2;
    }

    .contact-phone-number img, .contact-email img {
        width: 2.342606vw;
    }

    .contact-phone-number img {
        top: 0.585652vw;
    }

    .contact-email img {
        top: -0.219619vw;
    }

    .contact-email a, .contact-phone-number a {
        padding-left: 2.928258vw;
    }

    .contact-addresses {
        padding: 3.587116vw 0 4.392387vw 0;
        max-width: 1230px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        min-height: 25.622255vw;
    }

    .contact-addresses-inside{
        margin-left: 35.871157vw;
    }

    .contact-address {
        font-size: 1.171303vw;
        line-height: 1.390922vw;
        width: 13.17716vw;
        margin-bottom: 1.830161vw;
        margin-right: 4.392387vw;
    }

    .contact-address:nth-child(even) {
        margin-right: 4.392387vw;
    }

    .contact-address:nth-child(3n+3) {
        margin-right: 0;
    }

    .topics-title {
        font-size: 2.635432vw;
        text-align: left;
        padding-top: 3.660322vw;
        padding-bottom: 3.660322vw;
    }

    .topics-extra-padding {
        margin-left: 4.758419vw;
    }

    .see-all-wrapper {
        position: relative;
        text-align: left;
        padding-bottom: 4.392387vw;
    }

    .see-all-text {
        position: relative;
        font-size: 2.04978vw;
        top: 0;
        display: inline;
    }

    .topics-items-container {
        padding-bottom: 0.732064vw;
        text-align: left;
    }

    .topics-item {
        width: 19.033675vw;
        height: 22.401171vw;
        min-height: 22.401171vw;
        margin-bottom: 1.610542vw;
        display: inline-block;
        margin-right: 1.171303vw;
    }

    .topics-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .topics-item-image {
        width: 19.033675vw;
        height: 11.127379vw;
    }

    .topics-item-text-container {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 12.079063vw;
        padding-bottom: 0;
        text-align: left;
    }

    .topics-item-info {
        font-size: 0.951684vw;
        padding-bottom: 0.366032vw;
    }

    .topics-item-title {
        font-size: 1.610542vw;
        line-height: 2.12987vw;
        overflow: hidden;
        height: 4.538799vw;
    }

    .topics-read-more-link {
        display: block;
        font-size: 1.098097vw;
        text-align: left;
        left: 5%;
        position: absolute;
        bottom: 1.464129vw;
    }

    .readmoreplus {
        display: block;
        position: absolute;
        bottom: 1.464129vw;
        right: 5%;
    }

    .our-partnerships-section .general-btn {
        width: 25.622255vw;
        display: inline-block;
        margin: 0 0.585652vw;
    }

    .our-partnerships-section .content-container {
        padding-bottom: 5.124451vw;
    }

    .public-relations-section .general-btn {
        width: 20.497804vw;
    }

    .public-relations-section .content-container {
        padding-bottom: 5.124451vw;
    }

    .mcloudlogos_grey {
        width: 84%;
        max-width: 1006px;
    }

    .partnerships-top {
        margin-top: 13.17716vw;
    }

    .partnerships-top .main-page-title {
        text-align: left;
        width: 30%;
        position: absolute;
        top: 0;
        padding-top: 0;
    }

    .partnerships-top .other-page-subtitle {
        text-align: left;
        width: 30%;
        font-size: 2.04978vw;
        line-height: 2.342606vw;
        position: absolute;
        top: 5vw;
    }

    .partnerships-top .bodycopy-a {
        width: 60%;
        margin-left: 30%;
        text-align: left;
        font-size: 1.756955vw;
        line-height: 2.196193vw;
        padding-bottom: 1.171303vw;
    }

    .partnerships-media-integration-blocks-container {
        overflow: hidden;
        width: 90%;
        max-width: 1230px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7.320644vw;
        -webkit-box-shadow: 0 0 4.026354vw -0.292826vw rgba(0,0,0,0.47);
        -moz-box-shadow: 0 0 4.026354vw -0.292826vw rgba(0,0,0,0.47);
        box-shadow: 0 0 4.026354vw -0.292826vw rgba(0,0,0,0.47);
    }

    .partnerships-media-integration-blocks-container:after {
        content: "";
        display: table;
        clear: both;
    }

    .partnerships-media-integration-block {
        width: 50%;
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }

    .media-partners-block {
        float: left;
    }

    .integration-partners-block {
        float: right;
    }

    .partnerships-media-integration-block .h2-sectiontitle {
        padding-bottom: 0.878477vw;
        padding-top: 5.856515vw;
        font-size: 2.415813vw;
        font-weight: 400;
    }

    .partnerships-media-integration-block .bodycopy-a {
        font-size: 1.756955vw;
        line-height: 2.342606vw;
        padding-left: 14%;
        padding-right: 14%;
        padding-bottom: 5.856515vw;
    }

    .become-a-partner-dropdown, .hbspt-form select {
        font-size: 1.903367vw;
        border-radius: 0.292826vw;
        height: 4.538799vw;
        line-height: 2.196193vw;
        margin-bottom: 1.02489vw;
        width: 32.210835vw;
        padding: 0 2%;
    }

    .become-a-partner-section .hbspt-form .hs-richtext {
        margin-bottom: 1.464vw;
    }

    .hbspt-form select {
        width: 33.8vw !important;
        padding: 0 1.5vw;
        margin-left: 0.4vw;
        margin-right: 0.4vw;
    }

    .contact-main-form-section .hbspt-form select {
        width: 18vw !important;
    }

    .contact-main-form-section .hbspt-form textarea {
        width: 34vw !important;
    }

    .hbspt-form input[type='checkbox'] {
        width: 2vw !important;
        height: 2vw;
        margin-bottom: 0;
        margin-right: 1vw;
        vertical-align: top;
    }


    .become-a-partner-section .general-btn {
        width: 32.210835vw;
    }

    .become-a-partner-section .hbspt-form input[type=submit] {
        width: 32.210835vw !important;
    }

    .become-a-partner-section {
        padding-bottom: 5.124451vw;
    }

    .partner-login-submit-btn {
        width: 30.746706vw;
    }

    .partner-login-section {
        padding-bottom: 5.124451vw;
    }

    .integration-partners-logo {
        height: 3.440703vw;
        margin: 1.464129vw 2.928258vw;
    }

    .integration-partners-section .bodycopy-a {
        font-size: 1.756955vw;
        line-height: 2.196193vw;
    }

    .integration-partners-section {
        padding-bottom: 5.124451vw;
    }

    .features_arrow {
        top: 3.074671vw;
        right: 2.781845vw;
        width: 2.928258vw;
    }


    .pp-section h3 {
        font-size: 25px;
        margin-bottom: 14px;
    }

    .pp-section p {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 16px;
    }

    .pp-section li {
        font-size: 17px;
        line-height: 23px;
    }

    /* NEW */

    .cs-header-image {
        height: 21.376vw;
    }

    .cs-h1 {
        font-size: 4.758419vw;
        text-align: left;
    }

    .cs-normal-content-section {
        padding: 4.831625vw 0;
    }

    .cs-text-2-column {
        -moz-column-count: 2;
        -moz-column-gap: 2.928258vw;
        -webkit-column-count: 2;
        -webkit-column-gap: 2.928258vw;
        column-count: 2;
        column-gap: 2.928258vw;
    }

    .cs-bodycopy {
        font-size: 1.756955vw;
        line-height: 2.196193vw;
        text-align: left;
    }

    .cs-bodycopy p {
        padding-bottom: 1.830161vw;
    }

    .cs-solution-section .cs-text-content {
        width: 50%;
    }

    .imac520 {
        width: 38.06735vw;
        height: 32.284041vw;
    }

    .cs-solution-section {
        min-height: 40.263543vw;
    }

    .cs-solution-section .imac520 {
        margin-top: 0;
        position: absolute;
        top: 6.58858vw;
        right: 0;
    }

    .cs-results-section {
        background-color: white;
    }

    .cs-results-image {
        display: block;
        width: 47.510981vw;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .cs-results-section .cs-text-content {
        display: block;
        width: 40%;
        padding-top: 4.392387vw;
        margin-left: 47.071742vw;
        padding-bottom: 3.660322vw;
        min-height: 34.407028vw;
    }

    .cs-results-section .cs-normal-content-section {
        padding-bottom: 0;
    }

    .cs-results-section .general-btn {
        width: 17.569546vw;
        margin-left: 0;
        line-height: 3.221083vw;
    }

    .cs-you-may-also-like-section {
        background-color: #f6f6f6;
    }

    .cs-other-options-container {
        height: 17.862372vw;
    }

    .cs-other-option-single {
        width: 25%;
        height: 100%;
    }

    .cs-other-option-single:nth-child(2) {
        left: 25%;
    }

    .cs-other-option-single:nth-child(3) {
        left: 50%;
        top: 0;
    }

    .cs-other-option-single:nth-child(4) {
        left: 75%;
        top: 0;
    }

    .cs-other-option-ro-text {
        font-size: 2.04978vw;
    }
}

@media all and (min-width: 1366px) {
    .navbar {
        height: 100px;
    }

    .navbar-mainnav {
        top: 31px;
    }

    .st_logo {
        top: 27px;
    }

    .request-a-demo-nav-button {
        font-size: 18px;
        border-radius: 2px;
    }

    .sub-menu {
        top: 44px;
    }

    .menu-item {
        height: 44px;
    }

    .sub-menu .menu-item a {
        font-size: 14px;
        line-height: 30px;
        padding-left: 20px;
    }

    .nav-highlight {
        width: 30px;
        height: 4px;
        margin-left: -15px;
        top: 35px;
    }

    .menu-item a {
        font-size: 20px;
        padding: 10px 20px 10px 20px;
    }

    .main-page-title {
        font-size: 56px;
        padding-top: 83px;
    }

    .top-section {
        margin-top: 105px;
    }

    .main-page-subtitle {
        font-size: 24px;
        /*padding-top: 9px;*/
        padding-bottom: 60px;
    }

    .main-homepageitem-container {
        width: 230px;
        margin: 0 40px 130px 40px;
    }

    .main-homepageitem-title {
        font-size: 28px;
        padding-bottom: 15px;
        padding-top: 38px;
    }

    .main-homepageitem-deeper-content .main-homepageitem-title {
        padding-top: 36px;
    }

    .active .main-homepageitem-deeper-content {
        -webkit-box-shadow: 0 19px 53px 0 rgba(0,0,0,0.49);
        -moz-box-shadow: 0 19px 53px 0 rgba(0,0,0,0.49);
        box-shadow: 0 19px 53px 0 rgba(0,0,0,0.49);
    }

    .main-homepageitem-text {
        font-size: 17px;
        line-height: 19px;
        padding-bottom: 42px;
    }

    .main-homepageitem-btn {
        font-size: 13px;
        line-height: 33px;
    }

    .main-homepageitem-deeper-content .main-homepageitem-btn {
        bottom: -24px;
        line-height: 42px;
    }

    .general-btn, .hbspt-form input[type=submit] {
        font-size: 19px;
        line-height: 54px;
        border-radius: 3px;
        width: 180px;
    }

    .homepagevideo {
        top: 140px;
    }

    .homepagevideo.homepagevideo-contact {
        top: 860px;
    }

    .homepagevideo.homepagevideo-topics {
        top: -60px;
    }

    .homepagevideo.homepagevideo-solutions {
        top:190px;
    }

    .homepagevideo.homepagevideo-partnerships {
        top: 80px;
    }

    .top-section .content-container {
        padding-bottom: 144px;
    }

    .top-section.top-section-topics .content-container {
        /*padding-bottom: 70px;*/
    }

    .h2-sectiontitle {
        font-size: 28px;
        padding-top: 60px;
        padding-bottom: 45px;
    }

    .h2-sectiontitle span, .topics-title span {
        letter-spacing: -2px;
    }

    .case-study-icons-container {
        padding-bottom: 50px;
    }

    .case-study-image-desktop-inside-ro {
        clip: rect(0px, 0px, 120px, 0px);
        transition: clip 0.6s ease-in-out;
    }

    a .case-study-image-container-desktop:hover .case-study-image-desktop-inside-ro {
        clip: rect(0px, 280px, 120px, 0px);
    }

    .case-study-icon {
        min-width: 280px;
        width: 280px;
        height: 120px;
    }

    .homepage-testimonial-section {
        padding-bottom: 72px;
        padding-top: 50px;
    }

    .homepage-testimonial-section p {
        font-size: 32px;
        padding-bottom: 50px;
    }

    .testimonial-text {
        line-height: 54px;
    }

    .testimonial-subtext {
        line-height: 40px;
    }

    .homepage-siteswithimpact-section {
        padding-bottom: 120px;
    }

    .homepage-siteswithimpact-section .general-btn {
        width: 350px;
        margin-left: 100px;
    }

    .imac-siteswithimpactimage {
        width: 394px;
        height: 334px;
        top: 83px;
        right: 50px;
    }

    .siteswithimpact-subtext {
        font-size: 37px;
        line-height: 46px;
        margin-bottom: 40px;
        margin-left: 100px;
    }

    .homepage-featured-new-section {
        padding-bottom: 60px;
    }

    .homepage-news-item-thumb {
        width: 318px;
        height: 184px;
    }

    .homepage-news-item-text-dateline {
        font-size: 15px;
        padding-bottom: 4px;
    }

    .homepage-news-item-text-title {
        font-size: 28px;
        line-height: 33px;
        height: 69px;
        letter-spacing: -1px;
    }

    .homepage-news-item-read-btn {
        font-size: 18px;
        margin-top: 20px;
        padding-bottom: 25px;
    }

    .homepage-news-item-read-btn p {
        top: 3px;
    }

    .homepage-read-plus {
        width: 20px;
        height: 20px;
    }

    .homepage-news-items-pagination-container {
        display: block;
        text-align: center;
    }

    .homepage-news-items-pagination-block {
        width: 56px;
        height: 7px;
        background-color: #f4f4f4;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }

    .homepage-news-items-pagination-block-active {
        background-color: #ff33cc;
        cursor: auto;
    }

    .homepage-news-item-text {
        width: 82%;
        margin-top: 15px;
    }

    .homepage-news-item {
        width: 318px;
        margin-right: 20px;
    }

    .footer-email-section .content-container {
        padding-bottom: 54px;
    }

    .subscribe-title-text {
        font-size: 45px;
        padding-top: 44px;
        padding-bottom: 20px;
    }

    .submitted-message {
        font-size: 26px;
    }

    .footer-email-input, .about-input, .contact-input, .become-a-partner-input, .partner-login-input, .hbspt-form input {
        font-size: 26px;
        border-radius: 4px;
        height: 62px;
        margin-bottom: 49px;
    }

    .footer-block-text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 56px;
    }

    .footer-block {
        width: 452px;
        height: 370px;
    }

    .footer-social-icon {
        height: 41px;
        padding: 7px 10px;
    }

    .footer-block-action-container {
        top: 240px;
    }

    .footerlogo {
        width: 270px;
    }

    .footer-end-block-1 {
        padding: 66px 0;
        height: 120px;
    }

    .footer-end-block-1 .content-container {
        width: 1140px;
    }

    .footer-cr-line {
        font-size: 13px;
        line-height: 16px;
        top: 69px;
    }

    .footer-end-block-2 {
        height: 10px;
    }

    .desktopfooternav {
        width: 348px;
        margin-right: -50px;
    }

    .desktopfooternav .menu-item {
        font-size: 16px;
        width: 112px;
        height: 36px;
    }
    .desktopfooternav .menu-item a {
        font-size: 16px;
    }

    .top-section.cloudtop .content-container {
        padding-bottom: 244px;
    }

    .top-section.careers-top .content-container {
        padding-bottom: 180px;
    }

    .cloudtop.top-section .h2-sectiontitle {
        font-size: 20px;
    }

    .cloudtop .main-page-subtitle.other-page-subtitle {
        padding-bottom: 26px;
        padding-top: 22px;
    }

    .imac681 {
        width: 522px;
        height: 443px;
        top: 97px;
    }

    .features-section {
        padding-bottom: 40px;
    }

    .features-subintro-text {
        font-size: 24px;
        line-height: 34px;
        padding: 56px 20px;
    }

    .features-block-top-bar {
        margin-bottom: 10px;
    }

    .features-block-top-bar-icon {
        width: 100px;
    }

    .features-block-top-bar-text {
        font-size: 28px;
        left: 150px;
        top: 40px;
    }

    .features-block-content {
        padding-top: 40px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .features-block-content-single {
        padding-bottom: 35px;
    }

    .features-block-content-icon {
        width: 46px;
    }

    .features-block-content-title {
        font-size: 21px;
        padding-bottom: 8px;
        line-height: 21px;
    }

    .features-block-content-body {
        font-size: 20px;
        line-height: 25px;
    }

    .h2-sectiontitle.bigger50 {
        font-size: 50px;
        padding-top: 130px;
    }

    .features-block-content-body-just-one {
        font-size: 20px;
        line-height: 26px;
    }

    .bodycopy-a {
        font-size: 32px;
        line-height: 45px;
        padding-bottom: 25px;
    }

    .why-hodes .bodycopy-a {
        font-size: 28px;
        line-height: 40px;
    }

    .why-xcloud .general-btn, .why-hodes .general-btn, .why-mcloud .general-btn {
        width: 300px;
    }

    .search-jobs-section .general-btn {
        width: 300px;
        margin: 20px 120px 0 120px;
        display: inline-block;
    }

    .search-jobs-section {
        padding-bottom: 120px;
        margin-bottom: 120px;
    }

    .bodycopy-a.why-xcloud-sidecopy {
        width: 390px;
        margin-top: 140px;
        padding-bottom: 40px;
    }

    .xcloud-phone {
        width: 714px;
        height: 747px;
        margin-top: -606px;
    }

    .let-xcloud-help-section {
        padding-bottom: 58px;
    }

    .h3-subtitle {
        font-size: 20px;
        padding-bottom: 10px;
        padding-top: 16px;
    }

    .our-integrations-section .singlelogo {
        height: 78px;
        padding: 40px 10px;
        width: 280px;
    }

    .our-integrations-section .logocontainer {
        margin-bottom: 50px;
    }

    .explainer-block-text {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 34px;
    }

    .explainer-block-text:last-child{
        padding-bottom: 56px;
    }

    .creative-brand-services-section {
        padding-bottom: 30px;
    }

    .creative-brand-services-section .bodycopy-a {
        font-size: 24px;
        line-height: 34px;
    }

    .services-block {
        width: 370px;
    }

    .services-block-top-bar-icon {
        width: 94px;
    }

    .services-block-top-bar-text {
        font-size: 21px;
        margin-top: 86px;
        padding-bottom: 13px;
    }

    .services-block-content-body {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 30px;
    }

    .why-hodes {
        padding-bottom: 100px;
    }

    .hodes-featured-creative-section {
        padding-bottom: 50px;
        margin-bottom: 110px;
    }

    .featured-creative-single-title {
        font-size: 36px;
        padding-bottom: 22px;
    }

    .featured-creative-single-body {
        font-size: 28px;
        line-height: 33px;
        padding-bottom: 26px;
    }

    .featured-creative-single {
        min-height: 370px;
    }

    .featured-creative-next-prev-container {
        bottom: -68px;
        right: 65px;
    }

    .featured-creative-next-prev-image {
        width: 65px;
        height: 61px;
    }

    .featured-creative-next-btn {
        right: -65px;
    }

    .award-logo-container {
        padding-bottom: 60px;
    }

    .award-logo {
        height: 156px;
        padding: 10px 40px;
    }

    .hodes-award-winning-work-section {
        margin-bottom: 70px;
    }

    .why-mcloud .general-btn {
        margin-top: 35px;
        margin-bottom: 50px;
    }

    .mcloudlogos {
        padding-bottom: 70px;
        margin-top: 12px;
    }

    .contact-main-form-section .h2-sectiontitle {
        padding-top: 60px;
        padding-bottom: 12px;
    }

    .about-subtitle-h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .about-top-block-right {
        padding-top: 88px;
    }

    .about-top-block-right .bodycopy-a {
        font-size: 24px;
        line-height: 32px;
    }

    .core-values-single-tab-title {
        font-size: 19px;
    }

    .core-values-tabs-block {
        height: 120px;
    }

    .core-values-single-tab {
        height: 120px;
    }

    .highlight {
        height: 4px;
    }

    .core-values-single-content {
        padding: 40px 5% 50px 5%;
        min-height: 262px;
    }

    .core-values-content-block {
        padding-bottom: 100px;
    }

    .core-values-feature-image {
        width: 294px;
        height: 268px;
    }

    .core-values-single-content-title {
        font-size: 36px;
        margin-bottom: 22px;
    }

    .core-values-single-content .content-container {
        padding-top: 14px;
    }

    .core-values-single-content-sub-line {
        width: 32px;
        height: 4px;
    }

    .our-core-values-section .bodycopy-a {
        font-size: 28px;
        line-height: 35px;
        padding-bottom: 50px;
    }

    .leadershipteam-section .h2-sectiontitle {
        padding-bottom: 20px;
    }

    .leadershipteam-section .bodycopy-a {
        font-size: 24px;
        line-height: 30px;
    }

    .single-team-member {
        font-size: 18px;
        width: 200px;
        height: 228px;
        min-height: 228px;
        margin-bottom: 130px;
        margin-left: 35px;
        margin-right: 35px;
    }

    .single-team-member-linkedin-button {
        width: 96px;
        height: 30px;
        top: 202px;
        border: 4px solid white;
        margin-left: -50px;
        border-radius: 8px;
    }

    .single-team-member-linkedin-button p{
        font-size: 14px;
        line-height: 29px;
    }

    .single-team-member-image {
        width: 110px;
        height: 110px;
        border-radius: 57px;
        border: 4px solid white;
        top: -57px;
        margin-left: -57px;
    }

    .team-members-container {
        margin-top: 90px;
    }

    .about-input, .become-a-partner-input, .partner-login-input, .hbspt-form input {
        width: 420px;
        margin-left: 7px;
        margin-right: 7px;
        margin-bottom: 14px;
    }

    .hbspt-form fieldset.form-columns-2 .hs-form-field {
        margin: 0 7px 14px 0;
    }

    .contact-main-form-section .hbspt-form fieldset.form-columns-2 .hs-form-field {

    }

    .hbspt-form fieldset.form-columns-1 .hs-form-field {
        margin-bottom: 14px;
    }

    .hbspt-form input {
        width: 420px !important;
        padding: 0 22px;
    }

    #about-input-company-name {
        width: 904px;
    }

    .hbspt-form input[name="company"] {
        /*width: 904px !important;*/
    }

    .hbspt-form .inputs-list li {
        margin: 0 0 0 20px;
    }

    .hbspt-form label {
        font-size: 20px;
        margin-left: 7px;
        margin-bottom: 7px;
    }

    .hbspt-form .form-columns-1 .hs-form-field {
        margin-left: 130px;
    }

    .about-contact-section .general-btn, .about-contact-section .hbspt-form input[type=submit] {
        width: 284px;
        height: 52px;
        line-height: 52px;
    }

    .about-contact-section .hbspt-form input[type=submit] {
        width: 284px !important;
    }

    .footer-email-section .hbspt-form input[type=submit] {
        width: 180px !important;
    }

    .about-submit-btn, .about-contact-section .hbspt-form input[type=submit]{
        margin-bottom: 40px;
        margin-top: 22px;
    }

    .about-extra-contact .general-btn {
        margin-bottom: 40px;
        margin-left: 7px;
        margin-right: 7px;
    }

    .about-phone-number {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .about-email-link {
        font-size: 30px;
    }

    .about-extra-contact {
        padding-bottom: 70px;
    }

    .become-a-partner-btn {
        width: 210px;
    }

    .our-partners-section {
        padding-bottom: 70px;
    }

    .contact-main-form-section .content-container {
        width: 550px;
        margin-right: 36px;
        height: 750px;
        padding-bottom: 0;
    }

    .contact-submit-btn {
        width: 286px;
    }

    .contact-input, .contact-main-form-section .hbspt-form input {
        width: 230px;
        height: 44px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .contact-main-form-section .general-btn, .hbspt-form input[type=submit] {
        line-height: 18px;
    }

    .contact-main-form-section .hbspt-form input {
        width: 205px !important;
    }

    .contact-main-form-section .hbspt-form select {
        width: 250px !important;
        height: 44px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .contact-main-form-section .hbspt-form label {
        font-size: 18px;
    }

    .contact-main-form-section .hbspt-form .inputs-list li label {
        font-size: 12px;
    }

    .contact-main-form-section .hbspt-form .inputs-list li label.hs-form-booleancheckbox-display {
        font-size: 18px;
        line-height: 18px;
    }

    #contact-input-name, #contact-input-email {
        margin-right: 10px;
    }

    #contact-your-message, .contact-main-form-section .hbspt-form textarea{
        padding: 10px 14px;
        line-height: 21px;
        height: 114px;
        margin-bottom: 16px;
        font-size: 18px;
    }

    .contact-main-form-section .hbspt-form textarea{
        width: 484px !important;
    }

    .contact-map {
        left: 50%;
        height: 750px
    }

    .contact-phone-number {
        font-size: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contact-email {
        font-size: 23px;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .contact-email:last-of-type {
        padding-bottom: 50px;
    }

    .contact-details-section .general-btn {
        width: 256px;
    }

    .contact-details-section .content-container {
        width: 374px;
        left: -588px;
    }

    .contact-contact-support-btn {
        margin-bottom: 30px;
    }

    .contact-inquiries-title {
        font-size: 20px;
    }

    .contact-details-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-phone-number img, .contact-email img {
        width: 32px;
    }

    .contact-phone-number img {
        top: 8px;
    }

    .contact-email img {
        top: -3px;
    }

    .contact-email a, .contact-phone-number a {
        padding-left: 40px;
    }

    .contact-addresses {
        padding: 49px 0 60px 0;
        min-height: 350px;
    }

    .contact-addresses-inside{
        margin-left: 490px;
    }

    .contact-address {
        font-size: 16px;
        line-height: 19px;
        width: 180px;
        margin-bottom: 25px;
        margin-right: 60px;
    }

    .contact-address:nth-child(even) {
        margin-right: 60px;
    }

    .contact-address:nth-child(3n+3) {
        margin-right: 0;
    }

    .topics-title {
        font-size: 36px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .topics-extra-padding {
        margin-left: 65px;
    }

    .see-all-wrapper {
        padding-bottom: 60px;
    }

    .see-all-text {
        font-size: 28px;
    }

    .topics-items-container {
        padding-bottom: 10px;
    }

    .topics-item {
        width: 260px;
        height: 306px;
        min-height: 306px;
        margin-bottom: 22px;
        margin-right: 16px;
    }

    .topics-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .topics-item-image {
        width: 260px;
        height: 152px;
    }

    .topics-item-text-container {
        padding-top: 165px;
    }

    .topics-item-info {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .topics-item-title {
        font-size: 22px;
        line-height: 29px;
        height: 62px;
    }

    .topics-read-more-link {
        font-size: 15px;
        bottom: 20px;
    }

    .readmoreplus {
        bottom: 20px;
    }

    .our-partnerships-section .general-btn {
        width: 350px;
        margin: 0 8px;
    }

    .our-partnerships-section .content-container {
        padding-bottom: 70px;
    }

    .public-relations-section .general-btn {
        width: 280px;
    }

    .public-relations-section .content-container {
        padding-bottom: 70px;
    }

    .partnerships-top {
        margin-top: 180px;
    }

    .partnerships-top .other-page-subtitle {
        font-size: 28px;
        line-height: 32px;
        top: 72px;
    }

    .partnerships-top .bodycopy-a {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 16px;
    }

    .partnerships-media-integration-blocks-container {
        margin-bottom: 100px;
        -webkit-box-shadow: 0px 0px 55px -4px rgba(0,0,0,0.47);
        -moz-box-shadow: 0px 0px 55px -4px rgba(0,0,0,0.47);
        box-shadow: 0px 0px 55px -4px rgba(0,0,0,0.47);
    }

    .partnerships-media-integration-block .h2-sectiontitle {
        padding-bottom: 12px;
        padding-top: 80px;
        font-size: 33px;
    }

    .partnerships-media-integration-block .bodycopy-a {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 80px;
    }

    .become-a-partner-dropdown, .hbspt-form select {
        font-size: 26px;
        border-radius: 4px;
        height: 62px;
        line-height: 30px;
        margin-bottom: 14px;
        width: 440px;
    }

    .become-a-partner-section .hbspt-form .hs-richtext {
        margin-bottom: 20px;
    }

    .hbspt-form select {
        width: 464px !important;
        padding: 0 22px;
        margin-left: 7px;
        margin-right: 7px;
    }

    .hbspt-form input[type='checkbox'] {
        width: 20px !important;
        height: 20px;
        margin-right: 10px;
    }

    .become-a-partner-section .general-btn {
        width: 440px;
    }

    .become-a-partner-section .hbspt-form input[type=submit] {
        width: 440px !important;
    }

    .become-a-partner-section {
        padding-bottom: 70px;
    }

    .partner-login-submit-btn {
        width: 420px;
    }

    .partner-login-section {
        padding-bottom: 70px;
    }

    .integration-partners-logo {
        height: 47px;
        margin: 20px 40px;
    }

    .integration-partners-section .bodycopy-a {
        font-size: 24px;
        line-height: 30px;
    }

    .integration-partners-section {
        padding-bottom: 70px;
    }

    .features_arrow {
        top: 42px;
        right: 38px;
        width: 40px;
    }

    /* NEW */

    .cs-header-image {
        height: 292px;
    }

    .cs-h1 {
        font-size: 65px;
    }

    .cs-normal-content-section {
        padding: 66px 0;
    }

    .cs-text-2-column {
        -moz-column-gap: 40px;
        -webkit-column-gap: 40px;
        column-gap: 40px;
    }

    .cs-bodycopy {
        font-size: 24px;
        line-height: 30px;
    }

    .cs-bodycopy p {
        padding-bottom: 25px;
    }

    .imac520 {
        width: 520px;
        height: 441px;
    }

    .cs-solution-section {
        min-height: 550px;
    }

    .cs-solution-section .imac520 {
        top: 90px;
    }

    .cs-results-image {
        width: 649px;
    }

    .cs-results-section .cs-text-content {
        padding-top: 60px;
        margin-left: 643px;
        padding-bottom: 50px;
        min-height: 470px;
    }

    .cs-results-section .general-btn {
        width: 240px;
        line-height: 44px;
    }

    .cs-other-options-container {
        height: 244px;
    }

    .cs-other-option-ro-text {
        font-size: 28px;
    }
}