/* ... */
html {
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: auto;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, figure, ol, ul, dl, dt, dd {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

main {
    display: block;
}

*:focus {
    outline: none;
}

*::-moz-focus-inner {
    border: 0;
}

input, select {
    box-sizing: border-box;
}

select {
    outline: none;
}

    select:focus::-ms-value {
        background: transparent;
        color: inherit;
    }

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    text-transform: none;
}

iframe {
    margin: 0;
    padding: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    font-weight: 400;
    color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-weight: 400;
    opacity: 1;
    color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-weight: 400;
    opacity: 1;
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-weight: 400;
    color: #999;
}


input::placeholder, textarea::placeholder {
    font-weight: 400;
    color: #999;
}



html {
    font-size: 16px;
    height: 100%;
}

body {
    color: #333;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.375;
    overflow-x: hidden;
    height: 100%;
}

h1 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 44.999em) {
    h1 {
        font-size: 1.3em;
        line-height: 1.2495;
    }
}

@media only screen and (min-width: 45em) and (max-width: 104.999em) {
    h1 {
        font-size: 2.08em;
        line-height: 1.1235;
    }
}

@media only screen and (min-width: 105em) {
    h1 {
        font-size: 2.6em;
        line-height: 1.05;
    }
}

@media only screen and (max-width: 44.999em) {
    h2 {
        font-size: 1.14em;
        line-height: 1.1525;
    }
}

@media only screen and (min-width: 45em) and (max-width: 104.999em) {
    h2 {
        font-size: 1.6872em;
        line-height: 1.25;
    }
}

@media only screen and (min-width: 105em) {
    h2 {
        font-size: 1.9em;
        line-height: 1.25;
    }
}

@media only screen and (max-width: 44.999em) {
    h3 {
        font-size: 1.1775em;
        line-height: 1.135;
    }
}

@media only screen and (min-width: 45em) and (max-width: 104.999em) {
    h3 {
        font-size: 1.2em;
        line-height: 1.25;
    }
}

@media only screen and (min-width: 105em) {
    h3 {
        font-size: 1.5em;
        line-height: 1.25;
    }
}

@media only screen and (max-width: 44.999em) {
    h4 {
        font-size: 1.125em;
        line-height: 1.1108;
    }
}

@media only screen and (min-width: 45em) and (max-width: 104.999em) {
    h4 {
        font-size: 1.125em;
        line-height: 1.222;
    }
}

@media only screen and (min-width: 105em) {
    h4 {
        font-size: 1.125em;
        line-height: 1.222;
    }
}

@media only screen and (max-width: 44.999em) {
    p {
        font-size: 1em;
        line-height: 1.2992;
    }
}

@media only screen and (min-width: 45em) and (max-width: 104.999em) {
    p {
        font-size: 1em;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 105em) {
    p {
        font-size: 1em;
        line-height: 1.4;
    }
}

h1 {
    font-weight: 600;
}

h2 {
    font-weight: 400;
}

h3, h4, h5, h6 {
    font-weight: 300;
}

select {
    font-size: inherit;
}

input {
    width: 100%;
}

a {
    color: #283148;
    font-weight: 600;
}

    a:hover {
        color: rgba(40, 49, 72, 0.9);
    }


/* ... */
/* start vars: o-button */
/* end vars */
.o-button {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #283148;
    border: 0;
    -webkit-transition: background .25s linear;
    transition: background .25s linear;
}

.o-button--full {
    width: 100%;
}

.o-button--rounded {
    border-radius: 50px;
    padding: 15px 50px;
}

.o-button:hover {
    color: #fff;
    background-color: rgba(40, 49, 72, 0.8);
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.o-checkbox {
    position: relative;
    display: inline-block;
}

/* ... */
/* start vars: o-input */
/* end vars */
.o-input {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
}

/* ... */
/*
 * base ul, no bullets
 */
.o-list-bare {
    list-style: none;
}

/* ... */
/*
 * basic format of a li with inline-block
 */
.o-list-inline {
    list-style: none;
}

.list-inline__item {
    display: inline-block;
}

/* ... */
/* start vars: o-loader */
/* end vars */
.o-loader {
    margin: -1em 0 0 -1em;
    position: absolute;
    /* parent needs position: relative */
    text-indent: -9999em;
    border: solid rgba(72, 149, 191, 0.2);
    /* add border width to increase it */
    border-left-color: #283148;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    overflow: hidden;
    z-index: 1;
}

    .o-loader,
    .o-loader:after {
        border-radius: 100%;
        width: 2em;
        height: 2em;
    }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ... */
/* start vars: m-content */
/* end vars */
.m-content {
    position: relative;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
}

.m-content--alt {
    background-color: #eee;
}

@media only screen and (min-width: 60em) {
    .m-content {
        padding: 60px;
    }
}

@media only screen and (min-width: 30em) and (max-width: 59.999em) {
    .m-content {
        padding: 40px;
    }
}

@media only screen and (max-width: 29.999em) {
    .m-content {
        padding: 20px;
    }
}

.m-content--section {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(/images/ourteam.jpg);
}

@media only screen and (max-width: 29.999em) {
    .m-content--section {
        background-image: none;
    }
}

.content__title {
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 300;
    padding: 0 20px 10px;
    border-bottom: 1px solid #283148;
}

@media only screen and (min-width: 30em) and (max-width: 59.999em) {
    .content__title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 29.999em) {
    .content__title {
        margin-bottom: 10px;
    }
}

/* ... */
/* start vars: m-fillform */
/* end vars */
.m-fillform {
    margin: 20px auto;
    max-width: 1200px;
}

.fillform__item {
    display: block;
    margin-bottom: 10px;
}

.fillform__item--platform {
    margin-top: 30px;
}

.fillform__label {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 44.999em) {
    .fillform__label {
        width: 100%;
    }
}

.fillform__label--personal {
    width: 140px;
}

.fillform__label--usage {
    width: 380px;
    font-size: 1em;
}

@media only screen and (min-width: 45em) and (max-width: 59.999em) {
    .fillform__label--usage {
        width: 300px;
    }
}

@media only screen and (max-width: 44.999em) {
    .fillform__label--usage {
        width: 100%;
    }
}

@media only screen and (min-width: 60em) {
    .fillform__label--right {
        text-align: right;
    }
}

.fillform__input {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fff;
    font-size: 0.9em;
}

.fillform__input--personal {
    width: 100%;
}

.fillform__input--name {
    width: 50%;
    margin-right: 2%;
}

    .fillform__input--name:last-child {
        width: 48%;
        margin-right: 0;
    }

@media only screen and (max-width: 44.999em) {
    .fillform__input--name:last-child {
        width: 100%;
    }
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--name {
        width: 100%;
        margin-right: 0;
    }
}

.fillform__input--company {
    width: 31%;
    margin-right: 2%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--company {
        width: 100%;
    }
}

.fillform__input--email {
    width: 35%;
    margin-right: 2%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--email {
        width: 100%;
    }
}

.fillform__input--phone {
    width: 30%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--phone {
        width: 100%;
    }
}

.fillform__input--meeting {
    width: 63%;
    margin-right: 2%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--meeting {
        width: 100%;
    }
}

.fillform__input--timezone {
    width: 35%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--timezone {
        width: 100%;
    }
}

.fillform__input--city {
    width: 29%;
    margin-right: 1%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--city {
        width: 100%;
        margin-right: 0;
    }
}

.fillform__input--state {
    width: 19%;
    margin-right: 1%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--state {
        width: 100%;
        margin-right: 0;
    }
}

.fillform__input--district {
    width: 24%;
    margin-right: 1%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--district {
        width: 100%;
        margin-right: 0;
    }
}

.fillform__input--zip {
    width: 19%;
    margin-right: 1%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--zip {
        width: 100%;
        margin-right: 0;
    }
}

.fillform__input--country {
    width: 30%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--country {
        width: 100%;
    }
}

.fillform__input--usage {
    width: calc(100% - 380px);
}

@media only screen and (min-width: 45em) and (max-width: 59.999em) {
    .fillform__input--usage {
        width: calc(100% - 300px);
    }
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--usage {
        width: 100%;
    }
}

.fillform__input--industry {
    width: 30%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--industry {
        width: 100%;
    }
}

.fillform__input--numbers {
    width: 15%;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--numbers {
        width: 100%;
    }
}

.fillform__input--platforms {
    color: #999;
    margin-left: -4px;
}

@media only screen and (max-width: 44.999em) {
    .fillform__input--platforms {
        width: 100%;
    }
}

.fillform__input--upload {
    width: 100%;
}

.fillform__submit {
    left: 50%;
    -webkit-transform: translate(-50%, -0);
    -ms-transform: translate(-50%, -0);
    -moz-transform: translate(-50%, -0);
    -o-transform: translate(-50%, -0);
    transform: translate(-50%, -0);
    width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 44.999em) {
    .fillform__submit {
        width: 100%;
    }
}

.fillform__submit--large {
    width: auto;
}

.fillform__submit--simple {
    -webkit-transform: translate(-0, -0);
    -ms-transform: translate(-0, -0);
    -moz-transform: translate(-0, -0);
    -o-transform: translate(-0, -0);
    transform: translate(-0, -0);
    left: 0;
}

.fillform__field {
    margin: 20px 0;
    padding: 20px;
    border: 0;
    text-align: left;
}

.fillform__title {
    font-size: 1.3em;
    color: #fff;
    background-color: #4a9171;
    border: 1px solid #4a9171;
    padding: 5px 10px;
    margin: 0 0 20px 0;
    width: 150px;
}

    .fillform__title .fillform__name {
        display: block;
        text-align: center;
    }

.fillform__legal {
    text-decoration: underline;
}

.fillform__legal-text {
    font-size: 0.8em;
}

.fillform__platform {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 74.999em) {
    .fillform__platform {
        display: block;
        margin-right: 0;
    }
}

.fillform__checkbox {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
}

    .fillform__checkbox:last-child {
        margin-right: 0;
    }

@media only screen and (max-width: 29.999em) {
    .fillform__checkbox {
        display: block;
    }
}

/* ... */
/* start vars: m-logo */
/* end vars */
.m-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0, -50%);
    -ms-transform: translate(-0, -50%);
    -moz-transform: translate(-0, -50%);
    -o-transform: translate(-0, -50%);
    transform: translate(-0, -50%);
    left: 0;
    height: 80px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.m-logo--start {
    -webkit-transform: translate(-0, -0);
    -ms-transform: translate(-0, -0);
    -moz-transform: translate(-0, -0);
    -o-transform: translate(-0, -0);
    transform: translate(-0, -0);
    top: 140px;
    left: 100px;
}

@media only screen and (max-width: 29.999em) {
    .m-logo--start {
        top: 100px;
        left: 0;
    }
}

.m-logo.is-scrolled {
    opacity: 1;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.logo__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 80px;
    background-color: #283148;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url(../images/logo-text.png);
}

.m-logo--start .logo__link {
    background-color: transparent;
    background-image: url(../images/logo-start.png);
}

.logo__title {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0, -50%);
    -ms-transform: translate(-0, -50%);
    -moz-transform: translate(-0, -50%);
    -o-transform: translate(-0, -50%);
    transform: translate(-0, -50%);
    left: 90px;
    width: 210px;
    height: 20px;
    overflow: hidden;
    text-indent: 210px;
    margin: 0;
    font-weight: 400;
    color: #283148;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url(../images/logo-text.png);
}

@media only screen and (max-width: 44.999em) {
    .logo__title {
        font-size: 1.1775em;
        line-height: 1.135;
    }
}

@media only screen and (min-width: 45em) and (max-width: 104.999em) {
    .logo__title {
        font-size: 1.2em;
        line-height: 1.25;
    }
}

@media only screen and (min-width: 105em) {
    .logo__title {
        font-size: 1.5em;
        line-height: 1.25;
    }
}

@media only screen and (max-width: 29.999em) {
    .logo__title {
        display: none;
    }
}

.m-logo--start .logo__title {
    width: 260px;
    height: 80px;
    text-indent: 260px;
    color: #fff;
    background-image: url(../images/logo-name-start.png);
}

@media only screen and (max-width: 44.999em) {
    .m-logo--start .logo__title {
        font-size: 1.3em;
        line-height: 1.2495;
    }
}

@media only screen and (min-width: 45em) and (max-width: 104.999em) {
    .m-logo--start .logo__title {
        font-size: 2.08em;
        line-height: 1.1235;
    }
}

@media only screen and (min-width: 105em) {
    .m-logo--start .logo__title {
        font-size: 2.6em;
        line-height: 1.05;
    }
}

@media only screen and (max-width: 29.999em) {
    .m-logo--start .logo__title {
        display: block;
    }
}

/* ... */
/* start vars: m-logo */
/* end vars */
.m-primary-nav {
    position: relative;
    z-index: 50;
    box-sizing: border-box;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    top: 0;
    padding: 0 20px;
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.primary-nav__link {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
    padding: 5px 10px;
}

    .primary-nav__link:hover {
        color: rgba(40, 49, 72, 0.8);
        text-decoration: underline;
    }

.primary-nav__link--highlight {
    color: #fff;
    background-color: #283148;
}

    .primary-nav__link--highlight:hover {
        color: #fff;
        text-decoration: none;
        background-color: rgba(40, 49, 72, 0.8);
    }

.primary-nav__link--home {
    position: relative;
}

@media only screen and (min-width: 45em) {
    .primary-nav__link--home {
        display: inline-block;
        text-indent: 30px;
        padding: 0;
        width: 20px;
        overflow: hidden;
    }
}

.primary-nav__link--home .primary-nav__home-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url(../images/home-icon.png);
}

@media only screen and (max-width: 44.999em) {
    .primary-nav__link--home .primary-nav__home-icon {
        display: none;
    }
}

.primary-nav__menu {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0, -50%);
    -ms-transform: translate(-0, -50%);
    -moz-transform: translate(-0, -50%);
    -o-transform: translate(-0, -50%);
    transform: translate(-0, -50%);
    right: 20px;
    padding-right: 30px;
    color: #fff;
    line-height: 30px;
    z-index: 800;
    display: none;
    cursor: pointer;
}

@media only screen and (max-width: 44.999em) {
    .primary-nav__menu {
        display: inline-block;
    }
}

.primary-nav__menu:hover {
    color: #283148;
}

    .primary-nav__menu:hover .primary-nav__menu-icon {
        background-color: #283148;
    }

        .primary-nav__menu:hover .primary-nav__menu-icon:before, .primary-nav__menu:hover .primary-nav__menu-icon:after {
            background-color: #283148;
        }

.primary-nav__menu .primary-nav__menu-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0, -50%);
    -ms-transform: translate(-0, -50%);
    -moz-transform: translate(-0, -50%);
    -o-transform: translate(-0, -50%);
    transform: translate(-0, -50%);
    right: 0;
    width: 20px;
    height: 4px;
    background-color: #fff;
    border-radius: 1px;
}

    .primary-nav__menu .primary-nav__menu-icon:before, .primary-nav__menu .primary-nav__menu-icon:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 4px;
        background-color: #fff;
        border-radius: 1px;
    }

    .primary-nav__menu .primary-nav__menu-icon:before {
        top: -6px;
    }

    .primary-nav__menu .primary-nav__menu-icon:after {
        bottom: -6px;
    }

.primary-nav__list {
    position: relative;
    top: 0;
    text-align: right;
}

@media only screen and (max-width: 44.999em) {
    .primary-nav__list {
        width: 100%;
        overflow: hidden;
        opacity: 0;
        line-height: 30px;
    }
}

.primary-nav__list.is-visible {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    padding: 10px;
    line-height: 30px;
    text-align: left;
    /*background-color: rgba(145, 53, 53, 0.9);*/
    background-color: rgba(156, 44, 44, 0.9);
    box-sizing: border-box;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}

    .primary-nav__list.is-visible .primary-nav__item {
        display: block;
    }

    .primary-nav__list.is-visible .primary-nav__secondlist {
        background-color: transparent;
    }

.primary-nav__item {
    vertical-align: top;
}

.primary-nav__radio {
    position: absolute;
    top: -200%;
}

.start__slidescontainer {
    position: relative;
    width: 100%;
    height: 100%;   
}

/*.start__slidescontainer {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #283148;
}

.start__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/CI-start-bg.jpg);    
}*/

.start__slide {   
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

video {
    max-width: 100%;
    width: 100%;
    z-index: -100;
}


.start__text {
    position: absolute;
    width: 100%;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 60px;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
    z-index: 800;
    text-align: center;
    font-size: 1.1em;
   

}

.start__text-weare {
    display: inline-block;
    padding: 0 40px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #283148;
}

@media only screen and (max-width: 44.999em) {
    .start__text-weare {
        font-size: 1.5em;
        line-height: 1.135;
    }
}

@media only screen and (min-width: 45em) and (max-width: 104.999em) {
    .start__text-weare {
        font-size: 2em;
        line-height: 1.25;
    }
}

@media only screen and (min-width: 105em) {
    .start__text-weare {
        font-size: 2.4em;
        line-height: 1.25;
    }
}

.start__text-wedo {
    display: block;
    text-shadow: 0 1px 1px #333;
}

@media only screen and (max-width: 44.999em) {
    .start__text-wedo {
        font-size: 1.5em;
        line-height: 1.2495;
    }
}

@media only screen and (min-width: 45em) and (max-width: 104.999em) {
    .start__text-wedo {
        font-size: 2.3em;
        line-height: 1.1235;
    }
}

@media only screen and (min-width: 105em) {
    .start__text-wedo {
        font-size: 2.8em;
        line-height: 1.05;
    }
}

.start__scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -0);
    -ms-transform: translate(-50%, -0);
    -moz-transform: translate(-50%, -0);
    -o-transform: translate(-50%, -0);
    transform: translate(-50%, -0);
    bottom: 10px;
    color: #283148;
    font-size: 0.9em;
    text-align: center;
}

.start__scroller {
    position: relative;
    display: block;
    text-align: center;
}

.start__scroll-text {
    display: block;
}

.start__scroll-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #283148;
    border-radius: 4px;
}

    .start__scroll-icon:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 8px;
        width: 11px;
        height: 11px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 1px solid #fff;
        border-width: 0 4px 4px 0;
        border-radius: 3px;
    }

/* ... */
/* start vars: m-content */
/* end vars */
.m-ourwork {
    position: relative;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    max-width: 1200px;
}

.ourwork__item {
    font-weight: 300;
    direction: ltr;
    margin-bottom: 80px;
}

.ourwork__item--alt {
    direction: rtl;
}

    .ourwork__item--alt .ourwork__icon {
        margin-left: 40px;
        margin-right: 0;
    }

@media only screen and (min-width: 30em) and (max-width: 59.999em) {
    .ourwork__item--alt .ourwork__icon {
        margin-left: 20px;
        margin-right: 0;
    }
}

.ourwork__item:last-child {
    margin-bottom: 0;
}

.ourwork__icon {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 160px;
    margin-right: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 30em) and (max-width: 59.999em) {
    .ourwork__icon {
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 29.999em) {
    .ourwork__icon {
        width: 100%;
        height: 140px;
        margin: 0 0 20px 0;
        background-position: center;
    }
}

.ourwork__icon--videoanalytics {
    background-image: url(/images/ourwork-videoanalytics.png);
}

.ourwork__icon--marketing {
    background-image: url(/images/ourwork-marketing.png);
}

.ourwork__icon--manufacturing {
    background-image: url(/images/ourwork-manufacturing.png);
}

.ourwork__icon--science {
    background-image: url(/images/ourwork-science.png);
}

.ourwork__icon--finances {
    background-image: url(/images/ourwork-finances.png);
}

.ourwork__icon--utilities {
    background-image: url(/images/ourwork-utilities.png);
}

.ourwork__content {
    direction: ltr;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 220px);
}

@media only screen and (min-width: 30em) and (max-width: 59.999em) {
    .ourwork__content {
        width: calc(100% - 140px);
    }
}

@media only screen and (max-width: 29.999em) {
    .ourwork__content {
        width: 100%;
    }
}

.ourwork__title {
    font-weight: 300;
    margin-bottom: 20px;
    color: rgba(40, 49, 72, 0.8);
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.ourwork__text {
    margin-bottom: 10px;
}

.ourwork__list-item {
    line-height: 1.2;
    margin-bottom: 10px;
}

/* ... */
/* start vars: m-content */
/* end vars */
.m-whatwedo {
    position: relative;
    margin: 20px auto 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    max-width: 1200px;
}

.whatwedo__item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (min-width: 60em) {
    .whatwedo__item {
        width: 25%;
    }
}

@media only screen and (min-width: 30em) and (max-width: 59.999em) {
    .whatwedo__item {
        width: 50%;
    }
}

@media only screen and (max-width: 29.999em) {
    .whatwedo__item {
        width: 100%;
        margin-bottom: 40px;
    }
}

.whatwedo__icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 60em) {
    .whatwedo__icon {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (min-width: 30em) and (max-width: 59.999em) {
    .whatwedo__icon {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 29.999em) {
    .whatwedo__icon {
        width: 160px;
        height: 160px;
    }
}

.whatwedo__icon--manufacturing {
    background-image: url(/images/icon-manufacturing.png);
}

.whatwedo__icon--warehousing {
    background-image: url(/images/icon-wearhouse.png);
}

.whatwedo__icon--farming {
    background-image: url(/images/icon-farming.png);
}

.whatwedo__icon--health {
    background-image: url(/images/icon-health.png);
}

.whatwedo__title {
    font-weight: 400;
}

@media only screen and (max-width: 44.999em) {
    .whatwedo__title {
        font-size: 1.1775em;
        line-height: 1.135;
    }
}

@media only screen and (min-width: 45em) and (max-width: 104.999em) {
    .whatwedo__title {
        font-size: 1.2em;
        line-height: 1.25;
    }
}

@media only screen and (min-width: 105em) {
    .whatwedo__title {
        font-size: 1.3em;
        line-height: 1.25;
    }
}

@media only screen and (max-width: 59.999em) {
    .whatwedo__title {
        text-align: left;
    }
}



/* ... */
/* start vars: m-content */
/* end vars */
.m-section {
    position: relative;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    max-width: 1200px;
    color: #777;
}

.section_icon {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 180px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.section_icon--section {
    background-image: url(/images/CT-icon.png);
}

.section_icon--yourbusiness {
    background-image: url(/images/your-business.png);
}

@media only screen and (min-width: 30em) and (max-width: 59.999em) {
    .section_icon {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 29.999em) {
    .section_icon {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
        background-position: center;
    }
}

.section__text-container {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 200px);
}

@media only screen and (min-width: 30em) and (max-width: 59.999em) {
    .section__text-container {
        width: calc(100% - 150px);
    }
}

@media only screen and (max-width: 29.999em) {
    .section__text-container {
        width: 100%;
    }
}

.section__text {
    margin-bottom: 20px;
}

.section__text--bold {
    font-weight: 600;
    font-size: 1.3em;
}

.global-container {
    position: relative;
    width: 100%;
}

.global-header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-color: rgba(156, 44, 44, 0.9);
    z-index: 80;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.global-start {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    z-index: 2;
    background-color: #fff;
    box-sizing: border-box;
}

.in-page-link {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.global-footer {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 20px 50px;
    box-sizing: border-box;
    background-color: rgba(156, 44, 44, 0.9);
}

.global-footer--inside {
    color: #fff;
}

    .global-footer--inside .footer__logo {
        padding: 5px 0;
        background-color: transparent;
    }

.dvSignature {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 6px;
    overflow: hidden;
    text-align: right;
}

    .dvSignature:before {
        content: "";
        border-left: 35px solid #9482BC;
        border-right: 34px solid #000;
    }

    .dvSignature:after {
        content: "";
        border-left: 35px solid #ffdd0f;
        border-right: 34px solid #5B3E98;
    }

.footer__company {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid #222;
}

.footer__logo {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 70px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

@media only screen and (max-width: 44.999em) {
    .footer__logo {
        width: 100%;
    }
}

.footer__logo-link {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0, -50%);
    -ms-transform: translate(-0, -50%);
    -moz-transform: translate(-0, -50%);
    -o-transform: translate(-0, -50%);
    transform: translate(-0, -50%);
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    /*background-image: url(../images/logo-header.png);*/
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__logo-by {
    display: block;
    white-space: nowrap;
}

.footer__company-tag {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: right;
}

@media only screen and (max-width: 44.999em) {
    .footer__company-tag {
        width: 100%;
    }
}

.footer__container {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 44.999em) {
    .footer__container {
        width: 100%;
    }
}

.footer__item {
    margin: 5px 0 0;
    font-size: 0.9em;
}

.footer__item--rights {
    color: #fff;
    text-align: right;
}

@media only screen and (max-width: 44.999em) {
    .footer__item--rights {
        text-align: left;
    }
}

#lblSendMessageResponse {
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}

#fname.error, #lname.error, #email.error, #phone.error, #address1.error {
    border: 2px solid #f00;
}

.formError {
    color: #f00;
    font-weight: 600;
}

.formWarning {
    color: #f4a460;
    font-weight: 600;
}

.formSuccess {
    color: rgba(40, 49, 72, 0.8);
}

.formNeutral {
    color: #656565;
}

.thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}

.removeLink {
    margin-right: 3px;
    font-size: 0.9em;
}

.divOptimizeText {
    background-color: #eee;
    padding: 10px;
}

.u-text-underline {
    text-decoration: underline;
}

#selectExperience.error, #selectFocus.error, #selectRecommendation.error, #comment.error {
    border: 2px solid #f00;
}

#lblSendFeedbackResponse {
    display: block;
    font-weight: 600;
    padding-left: 5px;
    margin-top: 10px;
    font-size: 16px;
}

.ul-apps {
    margin-left: 15px;
}
