.bg-black {
    background-color: #000
}

.bg-black.header-banner {
    color: #000
}

.bg-white {
    background-color: #fff
}

.bg-white.header-banner {
    color: #fff
}

.bg-alpha {
    background-color: #915da3
}

.bg-alpha.header-banner {
    color: #915da3
}

.bg-eta {
    background-color: #f5f5f5
}

.bg-eta.header-banner {
    color: #f5f5f5
}

.bg-theta {
    background-color: #068fcf
}

.bg-theta.header-banner {
    color: #068fcf
}

.bg-echo {
    background-color: #0072aa
}

.bg-echo.header-banner {
    color: #0072aa
}

.bg-yogh {
    background-color: #7b4783
}

.bg-yogh.header-banner {
    color: #7b4783
}

.bg-indigo {
    background-color: #000
}

.bg-indigo.header-banner {
    color: #000
}

.bg-tau {
    background-color: #00aca2
}

.bg-tau.header-banner {
    color: #00aca2
}

.bg-rho {
    background-color: #fbbd56
}

.bg-rho.header-banner {
    color: #fbbd56
}

.bg-omicron {
    background-color: #cc5299
}

.bg-omicron.header-banner {
    color: #cc5299
}

.bg-chi {
    background-color: #006962
}

.bg-chi.header-banner {
    color: #006962
}

.bg-iota {
    background-color: #ebebed
}

.bg-grey-gradient {
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#fff));
    background-image: -webkit-linear-gradient(#f4f4f4,#ffffff);
    background-image: -o-linear-gradient(#f4f4f4,#ffffff);
    background-image: linear-gradient(#f4f4f4,#ffffff)
}

.bg-pi {
    background-color: #bed140
}

.bg-pi.header-banner {
    color: #bed140
}

.bg-foxtrot {
    background-color: #585858
}

.bg-foxtrot.header-banner {
    color: #585858
}

.bg-oscar {
    background-color: #0168a2
}

.bg-oscar.header-banner {
    color: #0168a2
}

.bg-nine {
    background-color: #553057
}

.bg-nine.header-banner {
    color: #553057
}

.bg-ten {
    background-color: #f8982c
}

.bg-eleven {
    background-color: #08132d
}

.bg-quebec {
    background-color: #9c1a2b
}

.bg-mike {
    background-color: #23bce5
}

.bg-tango {
    background-color: #ffaa14
}

.bg-seven {
    background-color: #f42b3c
}

.bg-mugger {
    background-color: #11b4c3
}

.bg-lambda {
    background-color: #eaeaea
}

.bg-eight {
    background-color: #563058
}

.color-black {
    color: #000!important
}

.color-alpha {
    color: #915da3!important
}

.color-beta {
    color: #ccc!important
}

.color-delta {
    color: #666!important
}

.color-gamma {
    color: #007ac7!important
}

.color-epislon {
    color: #333!important
}

.color-chi {
    color: #006962!important
}

.color-omicron {
    color: #cc5299!important
}

.color-zeta {
    color: #666!important
}

.color-eta {
    color: #f5f5f5!important
}

.color-theta {
    color: #068fcf!important
}

.color-echo {
    color: #0072aa!important
}

.color-yogh {
    color: #7b4783!important
}

.color-white {
    color: #fff
}

.color-tau {
    color: #00aca2
}

.color-rho {
    color: #fbbd56
}

.color-omicron {
    color: #cc5299
}

.color-echo {
    color: #0072aa
}

.color-chi {
    color: #006962
}

.color-alpha {
    color: #915da3
}

.color-pi {
    color: #bed140
}

.color-foxtrot {
    color: #585858
}

.color-three {
    color: #f15121
}

.color-four {
    color: #80ba01
}

.color-five {
    color: #fbbd56
}

.color-mike {
    color: #23bce5
}

.color-tango {
    color: #ffaa14
}

.color-seven {
    color: #f42b3c
}

.color-mugger {
    color: #11b4c3
}

.color-lambda {
    color: #eaeaea
}

.color-eight {
    color: #563058
}

.color-ten {
    color: #f8982c
}

.color-eleven {
    color: #08132d
}

.color-quebec {
    color: #9c1a2b
}

.border-color-three {
    border-color: #f15121
}

.border-color-four {
    border-color: #80ba01
}

.border-color-five {
    border-color: #fbbd56
}

.border-color-six {
    border-color: #aaaab4
}

.border-color-seven {
    border-color: #f42b3c
}

.border-color-alpha {
    border-color: #915da3
}

.border-color-theta {
    border-color: #068fcf
}

.border-color-quebec {
    border-color: #9c1a2b
}

.border-color-tau {
    border-color: #00aca2
}

.border-color-pi {
    border-color: #bed140
}

.border-color-rho {
    border-color: #fbbd56
}

.border-color-mike {
    border-color: #23bce5
}

.border-color-yogh {
    border-color: #7b4783
}

.border-color-omicron {
    border-color: #cc5299
}

.border-color-mugger {
    border-color: #11b4c3
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    select {
        background: #fff!important
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/assets/template/fonts/glyphicons-halflings-regular.eot);
    src: url(/assets/template/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/assets/template/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/assets/template/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/assets/template/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/assets/template/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
} */

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

/* a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
} */

/* a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
} */

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size:21px
    }
}

.small,small {
    font-size: 85%
}

.mark,mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 1200px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    -webkit-border-radius: 0;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    border-radius: 0
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 768px) {
    .container {
        width:740px
    }
}

@media (min-width: 992px) {
    .container {
        width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1180px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
        line-height:34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align:right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.333333px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

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

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 1200px) {
    .navbar-right .dropdown-menu {
        left:auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    border-radius: 0
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

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

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

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    border-radius: 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    -webkit-border-radius: 0;
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 40px;
    border: 1px solid transparent
}

@media (min-width: 1200px) {
    .navbar {
        -webkit-border-radius:0;
        border-radius: 0
    }
}

@media (min-width: 1200px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 1200px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width: 1200px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 1200px) {
    .navbar-static-top {
        -webkit-border-radius:0;
        border-radius: 0
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 1200px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        -webkit-border-radius:0;
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 40px
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 1200px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-10px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 1200px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 5px -10px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 1200px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

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

.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 3px;
    margin-bottom: 3px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 1199px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .navbar-form {
        width:auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 3px;
    margin-bottom: 3px
}

.navbar-btn.btn-sm {
    margin-top: 5px;
    margin-bottom: 5px
}

.navbar-btn.btn-xs {
    margin-top: 9px;
    margin-bottom: 9px
}

.navbar-text {
    margin-top: 10px;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .navbar-text {
        float:left;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width: 1200px) {
    .navbar-left {
        float:left!important;
        float: left
    }

    .navbar-right {
        float: right!important;
        float: right;
        margin-right: -10px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #fff
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: #744a83
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #744a83
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #fff
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #fff
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color: #744a83;
    color: #555
}

@media (max-width: 1199px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: #744a83
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #744a83
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 0;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: .25em;
    border-radius: .25em
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding:48px 0
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    zoom:1;overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-top-right-radius: -1px;
    border-top-right-radius: -1px;
    -webkit-border-top-left-radius: -1px;
    border-top-left-radius: -1px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-bottom-right-radius: -1px;
    border-bottom-right-radius: -1px;
    -webkit-border-bottom-left-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    -webkit-border-top-right-radius: -1px;
    border-top-right-radius: -1px;
    -webkit-border-top-left-radius: -1px;
    border-top-left-radius: -1px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    -webkit-border-bottom-right-radius: -1px;
    border-bottom-right-radius: -1px;
    -webkit-border-bottom-left-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
    -webkit-border-top-right-radius: -1px;
    border-top-right-radius: -1px;
    -webkit-border-top-left-radius: -1px;
    border-top-left-radius: -1px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    -webkit-border-top-left-radius: -1px;
    border-top-left-radius: -1px;
    -webkit-border-top-right-radius: -1px;
    border-top-right-radius: -1px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    -webkit-border-top-left-radius: -1px;
    border-top-left-radius: -1px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    -webkit-border-top-right-radius: -1px;
    border-top-right-radius: -1px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
    -webkit-border-bottom-right-radius: -1px;
    border-bottom-right-radius: -1px;
    -webkit-border-bottom-left-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    -webkit-border-bottom-left-radius: -1px;
    border-bottom-left-radius: -1px;
    -webkit-border-bottom-right-radius: -1px;
    border-bottom-right-radius: -1px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    -webkit-border-bottom-left-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    -webkit-border-bottom-right-radius: -1px;
    border-bottom-right-radius: -1px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 0;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 261px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0,0,0,0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
    display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display:block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display:block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.cc_banner-wrapper {
    z-index: 9001;
    position: relative
}

.cc_container .cc_message {
    font-size: .6em;
    -webkit-transition: font-size .2s;
    -o-transition: font-size .2s;
    transition: font-size .2s;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    color: #fff
}

.cc_container .cc_logo {
    display: none
}

.cc_container .cc_logo:active,.cc_container .cc_logo:hover {
    opacity: 1
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size:.8em
    }

    .cc_container .cc_message {
        font-size: .8em
    }
}

@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size:1em
    }

    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size:1em
    }
}

@media print {
    .cc_banner-wrapper,.cc_container {
        display: none
    }
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px
}

.cc_container .cc_btn {
    padding: 8px 10px;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px;
    cursor: pointer;
    text-align: left;
    color: #fff;
    text-decoration: none;
    background-color: #915da3;
    font-size: 14px
}

.cc_container .fa-check {
    font-size: 14px;
    float: right;
    margin-top: 3px
}

.cc_container .cc_message {
    -webkit-transition: font-size .2s;
    -o-transition: font-size .2s;
    transition: font-size .2s;
    display: block;
    font-size: 16px
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size:.8em
    }

    .cc_container .cc_message {
        margin-top: .5em;
        font-size: .8em
    }
}

@media screen and (min-width: 768px) {
    .cc_container {
        padding:15px 30px 15px
    }

    .cc_container .cc_btn {
        padding: 8px 15px
    }

    .cc_container .cc_message {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .cc_container {
        padding:15px 30px 15px
    }

    .cc_container .cc_btn {
        padding: 8px 15px;
        max-width: 100%;
        width: 100%;
        text-align: center
    }

    .cc_container .fa-check {
        float: none;
        padding-left: 3px
    }

    .cc_container .cc_message {
        font-size: 16px;
        text-align: center
    }
}

.cc_container {
    background: #222;
    color: #fff!important;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cc_container::-moz-selection {
    background: #ff5e99;
    color: #fff!important;
    text-shadow: none
}

.cc_container .cc_btn:active,.cc_container .cc_btn:hover {
    background-color: #744a83;
    color: #fff
}

.cc_container a,.cc_container a:visited {
    text-decoration: none;
    color: #31a8f0;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color
}

.cc_container a:active,.cc_container a:hover {
    color: #b2f7ff
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.cc_btn,.cc_container,.cc_message {
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -o-animation-duration: .8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nano>.nano-content:focus {
    outline: thin dotted
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano>.nano-pane {
    background: rgba(0,0,0,.25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .01;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(0,0,0,.5);
    position: relative;
    margin: 0 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano-pane.active,.nano-pane.flashed,.nano:hover>.nano-pane {
    opacity: .99
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: fontello;
    src: url(/assets/template/fonts/fontello.eot?2150959);
    src: url(/assets/template/fonts/fontello.eot?2150959#iefix) format('embedded-opentype'),url(/assets/template/fonts/fontello.woff2?2150959) format('woff2'),url(/assets/template/fonts/fontello.woff?2150959) format('woff'),url(/assets/template/fonts/fontello.ttf?2150959) format('truetype'),url(/assets/template/fonts/fontello.svg?2150959#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top
}

.icon-speech-bubble:before {
    content: '\e80b'
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body,html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0!important
}

.fp-notransition {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0)
}

#fp-nav.fp-right {
    right: 17px
}

#fp-nav.fp-left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0!important;
    right: 0;
    margin: 0 auto!important
}

.fp-slidesNav.fp-bottom {
    bottom: 17px
}

.fp-slidesNav.fp-top {
    top: 17px
}

#fp-nav ul,.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px
}

.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section {
    height: auto!important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto!important
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

span.multiselect-native-select {
    position: relative
}

span.multiselect-native-select select {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px -1px -1px -3px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    left: 50%;
    top: 30px
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container .multiselect-reset .input-group {
    width: 93%
}

.multiselect-container>li {
    padding: 0
}

.multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}

.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container>li>a {
    padding: 0
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px
}

.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio {
    margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

h1 {
    color: #915da3;
    font-family: proxima-nova,sans-serif;
    font-size: 36px;
    font-weight: 600
}

h2 {
    color: #915da3;
    font-family: proxima-nova,sans-serif;
    font-size: 34px;
    font-weight: 500
}

h3 {
    color: #333;
    font-size: 24.5px;
    font-weight: 500
}

h4 {
    font-family: proxima-nova,sans-serif
}

h5 {
    color: #068fcf;
    font-family: proxima-nova,sans-serif;
    font-size: 34px;
    font-weight: 500
}

h6 {
    color: #068fcf;
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    font-weight: 500
}

p {
    margin: 8px 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .2px
}

.sub-title {
    margin-bottom: 35px;
    color: #915da3;
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.content ul {
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 30px;
    list-style: none
}

.content li {
    padding-left: .2em
}

.content ul li {
    position: relative;
    margin-bottom: 5px;
    background-image: none;
    color: #666;
    font-size: 14px;
    line-height: 20px
}

.content ul li:before {
    content: "\002022";
    position: absolute;
    left: -24px;
    top: -1px;
    color: #915da3;
    font-size: 41px
}

.content ul li ul {
    padding-top: 5px
}

.content ul ul li:before {
    content: "\025CB";
    font-size: 20px
}

.row.content.content-blocks {
    margin-top: 30px!important;
    margin-bottom: 16px!important
}

.row.content.content-blocks p {
    margin-bottom: 16px
}

.row.content.content-blocks .videoWrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 25px
}

.row.content.content-blocks .videoWrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.slider-container {
    overflow: hidden;
    background-image: url(/assets/template/images/layout/slider-bg.png);
    background-repeat: repeat;
    background-position: center center
}

.slider-container .container {
    height: 400px;
    max-height: 400px
}

@media screen and (max-width: 768px) {
    .slider-container .container {
        height:240px
    }
}

.slider-container .slider-items .slider-item {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.slider-container .slider-items .slider-item h2 {
    position: relative;
    display: none;
    max-width: 580px;
    margin-top: 60px;
    margin-bottom: 0;
    color: #915da3;
    font-family: proxima-nova,sans-serif;
    font-size: 46px;
    line-height: 46px;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 2
}

@media screen and (max-width: 1199px) {
    .slider-container .slider-items .slider-item h2 {
        margin-top:330px;
        font-size: 33px;
        line-height: 33px
    }
}

@media screen and (max-width: 1199px) {
    .slider-container .slider-items .slider-item h2 {
        margin-top:120px
    }
}

@media screen and (max-width: 768px) {
    .slider-container .slider-items .slider-item h2 {
        width:100%;
        margin-top: 40px;
        font-size: 22px;
        line-height: 22px
    }
}

@media screen and (max-width: 767px) {
    .slider-container .slider-items .slider-item h2.longtitle {
        font-size:19px;
        line-height: 18px
    }
}

.slider-container .slider-items .slider-item h3 {
    position: relative;
    display: none;
    max-width: 580px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #333;
    font-family: proxima-nova,sans-serif;
    font-size: 59px;
    line-height: 50px;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 2
}

@media screen and (max-width: 1200px) {
    .slider-container .slider-items .slider-item h3 {
        max-width:410px;
        margin-bottom: 45px;
        font-size: 50px;
        line-height: 43px
    }
}

@media screen and (max-width: 768px) {
    .slider-container .slider-items .slider-item h3 {
        width:100%;
        font-size: 34px;
        line-height: 34px
    }
}

@media screen and (max-width: 767px) {
    .slider-container .slider-items .slider-item h3.longtitle {
        font-size:20px;
        line-height: 18px
    }
}

.slider-container .slider-items .slider-item .btn {
    display: none
}

.slider-container .slider-items .slider-item .slider-image {
    position: absolute;
    display: none;
    max-width: 750px;
    max-height: 400px;
    right: 0;
    top: 0;
    z-index: 1
}

@media screen and (min-width: 1200px) {
    .slider-container .slider-items .slider-item .slider-image {
        max-width:450px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .slider-container .slider-items .slider-item .slider-image {
        max-width:450px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .slider-container .slider-items .slider-item .slider-image {
        max-width:450px;
        right: -210px
    }

    .slider-container .slider-items .slider-item .slider-image.move-right {
        right: -370px
    }
}

@media screen and (max-width: 768px) {
    .slider-container .slider-items .slider-item .slider-image {
        display:none!important
    }
}

.slider-container .slider-items .slider-item.active {
    display: block
}

.slider-container .slider-bullet-container {
    width: 100%;
    min-height: 40px;
    background: #915da3;
    background-image: url(/assets/template/images/layout/slider-overlay.png);
    background-repeat: repeat-x;
    background-position: center center
}

.slider-container .slider-bullet-container .slider-bullets {
    max-width: 400px;
    margin: 0 auto;
    text-align: center
}

.slider-container .slider-bullet-container .slider-bullets .slider-bullet {
    width: 9px;
    height: 9px;
    padding: 0;
    margin-top: 16px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

.slider-container .slider-bullet-container .slider-bullets .slider-bullet.active {
    background-color: #fff
}

.slider-container .slider-bullet-container.credential-banner,.slider-container .slider-bullet-container.news-banner {
    height: 20px;
    min-height: 20px;
    background-color: #a77eb5
}

@media screen and (max-width: 767px) {
    .slider-container .slider-bullet-container.credential-banner,.slider-container .slider-bullet-container.news-banner {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .slider-container {
        background-color:#eaeaea;
        background-image: none
    }
}

.slider-container.sub-slider .container {
    height: 400px;
    max-height: 400px
}

.slider-container.sub-slider .container .slider-menu {
    position: absolute;
    display: table;
    height: 400px;
    max-height: 400px
}

.slider-container.sub-slider .container .slider-menu .button-container {
    display: table-cell;
    vertical-align: middle
}

.slider-container.sub-slider .container .slider-menu .button-container .btn-group-vertical {
    margin-left: auto;
    margin-right: auto
}

.slider-container.sub-slider .container .slider-menu .button-container .btn-group-vertical .btn {
    min-width: 180px;
    max-width: 290px;
    margin-top: 6px;
    background-color: #d3bfda
}

.slider-container.sub-slider .container .slider-menu .button-container .btn-group-vertical .btn.active {
    background-color: #915da3
}

.slider-container.sub-slider .container .slider-menu .button-container .btn-group-vertical .btn:hover {
    background-color: #744a83
}

.slider-container.sub-slider .container .slider-menu .button-container .btn-group-vertical .btn:first-child {
    margin-top: 0
}

@media screen and (max-width: 1199px) {
    .slider-container.sub-slider .container .slider-menu {
        display:none
    }
}

.slider-container.sub-slider .container h2 {
    display: block;
    max-width: 455px;
    margin-top: 145px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 25px
}

@media screen and (max-width: 1199px) {
    .slider-container.sub-slider .container h2 {
        margin-top:170px
    }
}

@media screen and (max-width: 991px) {
    .slider-container.sub-slider .container h2 {
        margin-top:60px
    }
}

@media screen and (max-width: 767px) {
    .slider-container.sub-slider .container h2 {
        margin-top:40px
    }
}

.slider-container.sub-slider .container h3 {
    display: block;
    max-width: 455px;
    padding-left: 10px;
    font-size: 40px;
    line-height: 37px
}

.slider-container.sub-slider .container .slider-image {
    display: block
}

.slider-container.sub-slider .container .slider-image img {
    max-height: 400px
}

@media screen and (min-width: 1200px) {
    .slider-container.sub-slider .container .slider-image img {
        max-width:450px
    }
}

@media screen and (max-width: 768px) {
    .slider-container.sub-slider .container {
        height:240px
    }
}

.slider-container.sub-slider .slider-bullet-container {
    height: 20px;
    min-height: 20px
}

.slider-container.sub-slider .slider-bullet-container .slider-bullet {
    margin-top: 4px
}

.slider-container.news-page-slider {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover
}

@media screen and (max-width: 1199px) {
    .slider-container.news-page-slider .container {
        height:500px;
        max-height: 500px
    }
}

.slider-container.news-page-slider .overlay {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    background-image: url(/assets/template/images/layout/news-bg.png)
}

@media screen and (max-width: 1199px) {
    .slider-container.news-page-slider .overlay {
        height:500px
    }
}

@media screen and (max-width: 767px) {
    .slider-container.news-page-slider .overlay {
        height:100%;
        min-height: 700px
    }
}

.slider-container.news-page-slider h1 {
    margin-top: 130px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 38px
}

.slider-container.news-page-slider .date {
    margin-top: 27px;
    margin-bottom: 27px;
    color: #fff;
    font-size: 22px;
    font-weight: 300
}

.slider-container.news-page-slider .news-header-cta {
    height: 60px;
    margin-left: 45px;
    border: 3px solid #915da3;
    color: #fff;
    line-height: normal;
    text-align: center;
    cursor: pointer
}

.slider-container.news-page-slider .news-header-cta .cta-text-container {
    display: table;
    width: 100%;
    height: 54px;
    background-color: #915da3
}

.slider-container.news-page-slider .news-header-cta .cta-text-container:hover {
    background-color: transparent
}

.slider-container.news-page-slider .news-header-cta .cta-text {
    display: table-cell;
    height: 54px;
    padding: 0 5px;
    vertical-align: middle;
    text-align: center
}

.slider-container.news-page-slider .news-header-cta:hover {
    background-color: transparent
}

@media screen and (max-width: 991px) {
    .slider-container.news-page-slider .news-header-cta {
        margin-left:0;
        margin-bottom: 25px
    }
}

.slider-container.news-page-slider .icons {
    position: relative
}

.slider-container.news-page-slider .icons:after,.slider-container.news-page-slider .icons:before {
    content: " ";
    display: table
}

.slider-container.news-page-slider .icons:after {
    clear: both
}

.slider-container.news-page-slider .icons:after,.slider-container.news-page-slider .icons:before {
    content: " ";
    display: table
}

.slider-container.news-page-slider .icons:after {
    clear: both
}

.slider-container.news-page-slider .icons .icon {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    top: 0;
    margin-right: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.slider-container.news-page-slider .icons .icon:hover {
    top: 5px
}

.slider-container.news-page-slider .icons .icon:hover:after {
    content: '';
    position: absolute;
    width: 160%;
    left: -30%;
    bottom: 75px;
    padding: 2px;
    background: #000;
    color: #fff;
    font-size: 13px;
    text-align: center
}

.slider-container.news-page-slider .icons .icon:hover:before {
    content: ' ';
    position: absolute;
    left: 31%;
    right: 50%;
    top: -15px;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #000 transparent transparent transparent
}

.slider-container.news-page-slider .icons .icon.softcat {
    background-color: #7b4783;
    background-image: url(../images/icons/small-white/softcat.png)
}

.slider-container.news-page-slider .icons .icon.softcat:hover:after {
    content: 'Softcat News'
}

.slider-container.news-page-slider .icons .icon.analytics {
    background-color: #238746;
    background-image: url(../images/icons/small-white/analytics.png)
}

.slider-container.news-page-slider .icons .icon.analytics:hover:after {
    content: 'BI & analytics'
}

.slider-container.news-page-slider .icons .icon.commodity-sourcing {
    background-color: #068fe6;
    background-image: url(../images/icons/small-white/commodity-sourcing.png)
}

.slider-container.news-page-slider .icons .icon.commodity-sourcing:hover:after {
    content: 'Commodity sourcing'
}

.slider-container.news-page-slider .icons .icon.datacentre-cloud {
    background-color: #0168a2;
    background-image: url(../images/icons/small-white/datacentre-cloud.png)
}

.slider-container.news-page-slider .icons .icon.datacentre-cloud:hover:after {
    content: 'Datacentre'
}

.slider-container.news-page-slider .icons .icon.end-user-computing {
    background-color: #d13968;
    background-image: url(../images/icons/small-white/end-user-computing.png)
}

.slider-container.news-page-slider .icons .icon.end-user-computing:hover:after {
    content: 'End User Computing & Mobility'
}

.slider-container.news-page-slider .icons .icon.asset-management {
    background-color: #81c462;
    background-image: url(../images/icons/small-white/asset-management.png)
}

.slider-container.news-page-slider .icons .icon.asset-management:hover:after {
    content: 'Asset management'
}

.slider-container.news-page-slider .icons .icon.managed-print {
    background-color: #e02b3c;
    background-image: url(../images/icons/small-white/managed-print.png)
}

.slider-container.news-page-slider .icons .icon.managed-print:hover:after {
    content: 'Print'
}

.slider-container.news-page-slider .icons .icon.managed-services {
    background-color: #cc5299;
    background-image: url(../images/icons/small-white/managed-services.png)
}

.slider-container.news-page-slider .icons .icon.managed-services:hover:after {
    content: 'Cloud & managed services'
}

.slider-container.news-page-slider .icons .icon.networking-security {
    background-color: #9c1a2b;
    background-image: url(../images/icons/small-white/networking-security.png)
}

.slider-container.news-page-slider .icons .icon.networking-security:hover:after {
    content: 'Networking & security'
}

.slider-container.news-page-slider .icons .icon.professional-services {
    background-color: #e02b3c;
    background-image: url(../images/icons/small-white/professional-services.png)
}

.slider-container.news-page-slider .icons .icon.professional-services:hover:after {
    content: 'Professional services'
}

.slider-container.news-page-slider .icons .icon.services {
    background-color: #dc3041;
    background-image: url(../images/icons/small-white/services.png)
}

.slider-container.news-page-slider .icons .icon.services:hover:after {
    content: 'Services'
}

.slider-container.news-page-slider .icons .icon.software-licensing {
    background-color: #ffaa14;
    background-image: url(../images/icons/small-white/software-licensing.png)
}

.slider-container.news-page-slider .icons .icon.software-licensing:hover:after {
    content: 'Software licensing'
}

.slider-container.news-page-slider .icons .icon.unified-communications {
    background-color: #23bce5;
    background-image: url(../images/icons/small-white/unified-communications.png)
}

.slider-container.news-page-slider .icons .icon.unified-communications:hover:after {
    content: 'Unified communication'
}

@media screen and (max-width: 1199px) {
    .slider-container.news-page-slider .icons .icon {
        margin-right:15px;
        margin-bottom: 15px
    }
}

.slider-container.news-page-slider.news-banner {
    width: 100%;
    height: 20px;
    background-color: #915da3
}

.slider-container.credential-page-slider {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .slider-container.credential-page-slider .container {
        height:530px;
        max-height: 530px
    }
}

@media screen and (max-width: 767px) {
    .slider-container.credential-page-slider .container {
        height:auto;
        max-height: none;
        padding-bottom: 10px
    }
}

.slider-container.credential-page-slider .overlay {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    background-image: url(/assets/template/images/layout/credential-bg.png)
}

@media screen and (max-width: 991px) {
    .slider-container.credential-page-slider .overlay {
        height:530px
    }
}

@media screen and (max-width: 767px) {
    .slider-container.credential-page-slider .overlay {
        height:100%;
        min-height: 700px
    }
}

.slider-container.credential-page-slider h1 {
    max-width: 890px;
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 42px
}

.slider-container.credential-page-slider h3 {
    max-width: 600px;
    margin-top: 100px;
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
    font-family: proxima-nova,sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 27px
}

.slider-container.credential-page-slider h3 .cs {
    color: #915da3;
    text-decoration: none
}

.slider-container.credential-page-slider h3 .cs:hover {
    text-decoration: none
}

.slider-container.credential-page-slider h3 .cs:active {
    text-decoration: none
}

.slider-container.credential-page-slider h3 .cs:focus {
    text-decoration: none
}

.slider-container.credential-page-slider .date {
    margin-top: 27px;
    margin-bottom: 27px;
    color: #fff;
    font-size: 22px;
    font-weight: 300
}

@media screen and (min-width: 992px) {
    .slider-container.credential-page-slider .col-container {
        display:table
    }

    .slider-container.credential-page-slider .col-left {
        display: table-cell;
        height: 100%
    }

    .slider-container.credential-page-slider .col-right {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        padding-top: 7%
    }
}

.slider-container.credential-page-slider .credential-header-cta {
    height: 60px;
    margin-left: 45px;
    border: 3px solid #915da3;
    color: #fff;
    line-height: 54px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer
}

.slider-container.credential-page-slider .credential-header-cta:hover {
    background-color: #915da3
}

.slider-container.credential-page-slider .credential-header-cta.case-study-back {
    width: 220px;
    right: 10px;
    margin: 0;
    text-decoration: none
}

.slider-container.credential-page-slider .credential-header-cta.case-study-back:hover {
    text-decoration: none
}

.slider-container.credential-page-slider .credential-header-cta.case-study-back:active {
    text-decoration: none
}

.slider-container.credential-page-slider .credential-header-cta.case-study-back:focus {
    text-decoration: none
}

@media screen and (max-width: 1199px) {
    .slider-container.credential-page-slider .credential-header-cta.case-study-back {
        width:165px
    }
}

@media screen and (max-width: 991px) {
    .slider-container.credential-page-slider .credential-header-cta {
        margin-left:0;
        margin-bottom: 10px
    }
}

.slider-container.credential-page-slider .icons {
    position: relative
}

.slider-container.credential-page-slider .icons:after,.slider-container.credential-page-slider .icons:before {
    content: " ";
    display: table
}

.slider-container.credential-page-slider .icons:after {
    clear: both
}

.slider-container.credential-page-slider .icons:after,.slider-container.credential-page-slider .icons:before {
    content: " ";
    display: table
}

.slider-container.credential-page-slider .icons:after {
    clear: both
}

.slider-container.credential-page-slider .icons .icon {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    top: 0;
    margin-right: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.slider-container.credential-page-slider .icons .icon:hover {
    top: 5px
}

.slider-container.credential-page-slider .icons .icon:hover:after {
    content: '';
    position: absolute;
    width: 160%;
    bottom: 75px;
    left: -30%;
    padding: 2px;
    background: #000;
    color: #fff;
    font-size: 13px;
    text-align: center
}

.slider-container.credential-page-slider .icons .icon:hover:before {
    content: ' ';
    position: absolute;
    left: 31%;
    right: 50%;
    top: -15px;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #000 transparent transparent transparent
}

.slider-container.credential-page-slider .icons .icon.softcat {
    background-color: #7b4783;
    background-image: url(../images/icons/small-white/softcat.png)
}

.slider-container.credential-page-slider .icons .icon.softcat:hover:after {
    content: 'Softcat news'
}

.slider-container.credential-page-slider .icons .icon.analytics {
    background-color: #238746;
    background-image: url(../images/icons/small-white/analytics.png)
}

.slider-container.credential-page-slider .icons .icon.analytics:hover:after {
    content: 'BI & analytics'
}

.slider-container.credential-page-slider .icons .icon.commodity-sourcing {
    background-color: #068fe6;
    background-image: url(../images/icons/small-white/commodity-sourcing.png)
}

.slider-container.credential-page-slider .icons .icon.commodity-sourcing:hover:after {
    content: 'Commodity sourcing'
}

.slider-container.credential-page-slider .icons .icon.datacentre-cloud {
    background-color: #0168a2;
    background-image: url(../images/icons/small-white/datacentre-cloud.png)
}

.slider-container.credential-page-slider .icons .icon.datacentre-cloud:hover:after {
    content: 'Datacentre'
}

.slider-container.credential-page-slider .icons .icon.end-user-computing {
    background-color: #d13968;
    background-image: url(../images/icons/small-white/end-user-computing.png)
}

.slider-container.credential-page-slider .icons .icon.end-user-computing:hover:after {
    content: 'End User Computing & Mobility'
}

.slider-container.credential-page-slider .icons .icon.asset-management {
    background-color: #81c462;
    background-image: url(../images/icons/small-white/asset-management.png)
}

.slider-container.credential-page-slider .icons .icon.asset-management:hover:after {
    content: 'Asset management'
}

.slider-container.credential-page-slider .icons .icon.managed-print {
    background-color: #e02b3c;
    background-image: url(../images/icons/small-white/managed-print.png)
}

.slider-container.credential-page-slider .icons .icon.managed-print:hover:after {
    content: 'Print'
}

.slider-container.credential-page-slider .icons .icon.managed-services {
    background-color: #cc5299;
    background-image: url(../images/icons/small-white/managed-services.png)
}

.slider-container.credential-page-slider .icons .icon.managed-services:hover:after {
    content: 'Cloud and managed services'
}

.slider-container.credential-page-slider .icons .icon.networking-security {
    background-color: #9c1a2b;
    background-image: url(../images/icons/small-white/networking-security.png)
}

.slider-container.credential-page-slider .icons .icon.networking-security:hover:after {
    content: 'Networking & security'
}

.slider-container.credential-page-slider .icons .icon.professional-services {
    background-color: #00aca2;
    background-image: url(../images/icons/small-white/professional-services.png)
}

.slider-container.credential-page-slider .icons .icon.professional-services:hover:after {
    content: 'Professional services'
}

.slider-container.credential-page-slider .icons .icon.services {
    background-color: #dc3041;
    background-image: url(../images/icons/small-white/services.png)
}

.slider-container.credential-page-slider .icons .icon.services:hover:after {
    content: 'Services'
}

.slider-container.credential-page-slider .icons .icon.software-licensing {
    background-color: #ffaa14;
    background-image: url(../images/icons/small-white/software-licensing.png)
}

.slider-container.credential-page-slider .icons .icon.software-licensing:hover:after {
    content: 'Software licensing'
}

.slider-container.credential-page-slider .icons .icon.unified-communications {
    background-color: #23bce5;
    background-image: url(../images/icons/small-white/unified-communications.png)
}

.slider-container.credential-page-slider .icons .icon.unified-communications:hover:after {
    content: 'Collaboration'
}

@media screen and (max-width: 1199px) {
    .slider-container.credential-page-slider .icons .icon {
        margin-right:15px;
        margin-bottom: 15px
    }
}

.slider-container.credential-page-slider.credential-banner {
    width: 100%;
    height: 20px;
    background-color: #915da3
}

.slider-container.partner-slider {
    position: relative;
    background-image: none
}

.slider-container.partner-slider .container {
    height: 400px;
    max-height: 400px;
    position: relative
}

.slider-container.partner-slider .container h1 {
    margin-top: 130px;
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800
}

@media screen and (max-width: 1199px) {
    .slider-container.partner-slider .container h1 {
        font-size:28px
    }
}

@media screen and (max-width: 991px) {
    .slider-container.partner-slider .container h1 {
        margin-top:39px;
        font-size: 30px
    }
}

.slider-container.partner-slider .container p {
    color: #fff
}

@media screen and (max-width: 991px) {
    .slider-container.partner-slider .container p {
        margin-bottom:39px
    }
}

.slider-container.partner-slider .container.partner-heart {
    background-image: url(/assets/template/images/layout/partner-heart.png);
    background-repeat: no-repeat;
    background-position: right center
}

@media screen and (max-width: 991px) {
    .slider-container.partner-slider .container.partner-heart {
        height:auto;
        background-image: none;
        background-position: right -15px
    }
}

.slider-container.partner-slider .container .logo-container {
    height: 100%
}

.slider-container.partner-slider .container .logo-container img {
    margin-top: 160px
}

@media screen and (max-width: 991px) {
    .slider-container.partner-slider .container .logo-container {
        position:absolute;
        top: 35px;
        right: 10px
    }

    .slider-container.partner-slider .container .logo-container img {
        max-width: 80px;
        margin-top: 0
    }
}

.slider-container.partner-slider .slider-bullet-container {
    width: 100%;
    min-height: 20px;
    background-image: url(/assets/template/images/layout/slider-overlay.png);
    background-repeat: repeat-x;
    background-position: center center
}

@media screen and (max-width: 767px) {
    .slider-container.partner-slider {
        height:auto
    }
}

.related-vendors .owl-nav {
    display: none
}

.resource-carousel.news-blocks {
    height: 420px;
    margin-top: 40px;
    overflow: hidden;
    padding-left: 0
}

.resource-carousel.news-blocks .news-block {
    margin: 0 auto
}

.resource-filter {
    margin-left: 210px;
    text-align: center
}

.resource-filter .filter,.resource-filter .spacer {
    float: none
}

.resource-filter .spacer {
    position: relative;
    top: 6px;
    display: inline-block;
    width: 2px;
    height: 25px;
    margin: 7px 9px 0;
    background-color: #cdcccc
}

.resource-filter .filter {
    display: inline-block;
    height: 40px;
    width: 120px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 40px;
    font-size: 18px;
    color: #666
}

.resource-filter .filter.active {
    background-color: #00aca2;
    color: #fff
}

@media (max-width: 991px) {
    .resource-filter {
        width:80%;
        margin-left: 0;
        margin: 0 auto
    }

    .resource-filter .filter {
        float: left;
        width: 33.333%
    }

    .resource-filter .spacer {
        display: none
    }
}

@media (max-width: 767px) {
    .resource-filter {
        width:280px;
        margin: 0 auto
    }

    .resource-filter .filter {
        float: left;
        width: 50%
    }

    .resource-filter .spacer {
        display: none
    }
}

.btn {
    background-color: #915da3;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.btn .fa-chevron-right {
    margin-left: 50px;
    color: #fff
}

.btn:hover {
    color: #fff
}

.btn.btn-full-width {
    width: 100%;
    padding: 12px;
    border: 3px solid #915da3;
    background-color: transparent;
    color: #915da3;
    font-size: 16px;
    line-height: 20px;
    white-space: normal
}

.btn.btn-full-width.red {
    border: 3px solid #dc3041;
    background-color: #dc3041;
    color: #fff
}

.btn.btn-full-width.red:hover {
    background-color: #fff!important;
    color: #dc3041!important
}

.btn.btn-full-width.green {
    border: 3px solid #00aca2;
    background-color: #00aca2;
    color: #fff
}

.btn.btn-full-width.green:hover {
    background-color: #fff!important;
    color: #00aca2!important
}

.btn.btn-inverted-full-width {
    width: 100%;
    padding: 12px;
    border: 3px solid #915da3;
    background-color: #915da3;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    white-space: normal;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn.btn-inverted-full-width.red {
    border: 3px solid #dc3041;
    background-color: #fff;
    color: #dc3041
}

.btn.btn-inverted-full-width.red:hover {
    background-color: #dc3041!important;
    color: #fff!important
}

.btn.btn-inverted-full-width.green {
    border: 3px solid #00aca2;
    background-color: #fff;
    color: #00aca2
}

.btn.btn-inverted-full-width.green:hover {
    background-color: #00aca2!important;
    color: #fff!important
}

.btn.btn-inverted-full-width.purple {
    border: 3px solid #915da3;
    background-color: #915da3;
    color: #fff
}

.btn.btn-inverted-full-width.purple:hover {
    background-color: #fff!important;
    color: #915da3!important
}

.btn.btn-small {
    display: block;
    width: 250px;
    margin: 20px auto;
    padding: 12px;
    border: 3px solid #915da3;
    background-color: #915da3;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    white-space: normal
}

.btn.btn-small .fa-chevron-right {
    color: #fff
}

.btn.btn-small:hover {
    background-color: transparent;
    color: #915da3
}

.btn.btn-small:hover .fa-chevron-right {
    color: #915da3
}

.btn.btn-large {
    padding: 18px
}

.btn.btn-medium {
    float: right;
    clear: right;
    min-width: 270px;
    margin-top: 25px;
    margin-right: 10px;
    font-size: 16px;
    text-align: left;
    padding: 12px
}

.btn.btn-medium .fa-chevron-right {
    float: right;
    margin-top: 3px
}

.btn.btn-nu {
    background-color: #1185ab;
    color: #fff
}

.btn.btn-nu:focus {
    color: #fff
}

.btn.btn-xi {
    border-color: #ccc;
    background-color: #fff;
    color: #999
}

.btn.btn-xi:focus {
    color: #999
}

.btn.btn-eta {
    border-color: #ccc;
    background-color: #f5f5f5;
    color: #999
}

.btn.btn-eta:focus {
    color: #999
}

.btn.btn-omicron {
    border-color: #cc5299;
    background-color: #cc5299;
    color: #fff
}

.btn.btn-omicron:focus {
    color: #fff
}

.btn.btn-omicron:hover {
    background-color: #fff!important;
    color: #cc5299!important
}

.btn.btn-omicron:hover i {
    color: #cc5299!important
}

.btn.btn-longer {
    width: 320px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn.btn-longer .fa {
    margin-left: 20px;
    color: #fff
}

.btn.btn-longer:hover .fa {
    color: #915da3
}

.btn.btn-space-top {
    margin-top: 20px
}

.btn.btn-space-right {
    margin-right: 20px
}

.btn.btn-space-bottom {
    margin-bottom: 20px
}

.btn.btn-space-left {
    margin-left: 20px
}

@media screen and (max-width: 767px) {
    .btn.btn-medium {
        float:none
    }
}

.btn-alpha {
    border-color: #915da3;
    background-color: #915da3;
    color: #fff
}

.btn-alpha i {
    color: #fff
}

.btn-alpha:focus,.btn-alpha:hover {
    background-color: #fff;
    color: #915da3
}

.btn-alpha:focus i,.btn-alpha:hover i {
    color: #915da3
}

.btn-alpha-white {
    border-color: #915da3;
    color: #915da3;
    background-color: #fff
}

.btn-alpha-white .fa-chevron-right,.btn-alpha-white i {
    color: #915da3
}

.btn-alpha-white:focus,.btn-alpha-white:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-alpha-white:focus .fa-chevron-right,.btn-alpha-white:focus i,.btn-alpha-white:hover .fa-chevron-right,.btn-alpha-white:hover i {
    color: #fff
}

.btn-tau {
    border-color: #00aca2;
    background-color: #00aca2;
    color: #fff
}

.btn-tau i {
    color: #fff
}

.btn-tau:focus,.btn-tau:hover {
    color: #00aca2!important;
    background-color: #fff!important
}

.btn-tau:focus i,.btn-tau:hover i {
    color: #00aca2!important
}

.btn-tau-white {
    border-color: #00aca2;
    background-color: #fff;
    color: #00aca2
}

.btn-tau-white .fa-chevron-right,.btn-tau-white i {
    color: #00aca2
}

.btn-tau-white:focus,.btn-tau-white:hover {
    color: #fff;
    background-color: transparent
}

.btn-tau-white:focus .fa-chevron-right,.btn-tau-white:focus i,.btn-tau-white:hover .fa-chevron-right,.btn-tau-white:hover i {
    color: #fff
}

.btn-theta {
    border-color: #068fcf;
    background-color: #068fcf;
    color: #fff
}

.btn-theta i {
    color: #fff
}

.btn-theta:focus,.btn-theta:hover {
    background-color: #fff!important;
    color: #068fcf!important
}

.btn-theta:focus i,.btn-theta:hover i {
    color: #068fcf!important
}

.btn-theta-white {
    border-color: #068fcf;
    color: #068fcf;
    background-color: #fff
}

.btn-theta-white .fa-chevron-right,.btn-theta-white i {
    color: #068fcf
}

.btn-theta-white:focus,.btn-theta-white:hover {
    background: 0 0;
    color: #fff
}

.btn-theta-white:focus .fa-chevron-right,.btn-theta-white:focus i,.btn-theta-white:hover .fa-chevron-right,.btn-theta-white:hover i {
    color: #fff
}

.btn-quebec {
    border-color: #9c1a2b;
    background-color: #9c1a2b;
    color: #fff
}

.btn-quebec i {
    color: #fff
}

.btn-quebec:focus,.btn-quebec:hover {
    background-color: #fff;
    color: #9c1a2b
}

.btn-quebec:focus i,.btn-quebec:hover i {
    color: #9c1a2b
}

.btn-quebec-white {
    border-color: #9c1a2b;
    color: #9c1a2b;
    background-color: #fff
}

.btn-quebec-white .fa-chevron-right,.btn-quebec-white i {
    color: #9c1a2b
}

.btn-quebec-white:focus,.btn-quebec-white:hover {
    background: 0 0;
    color: #fff
}

.btn-quebec-white:focus .fa-chevron-right,.btn-quebec-white:focus i,.btn-quebec-white:hover .fa-chevron-right,.btn-quebec-white:hover i {
    color: #fff
}

.btn-white {
    border-color: #fff;
    color: #fff
}

.btn-white i {
    color: #fff
}

.btn-white:focus,.btn-white:hover {
    color: #fff
}

.btn-white-full-width {
    width: 100%;
    padding: 12px;
    border: 3px solid #fff;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    white-space: normal
}

.btn-white-full-width:focus,.btn-white-full-width:hover {
    background-color: transparent!important;
    color: #fff!important
}

.no-touch .btn:hover.btn-full-width {
    background-color: #915da3;
    color: #fff
}

.no-touch .btn:hover.btn-inverted-full-width {
    background-color: transparent;
    color: #915da3
}

.no-touch .btn-banner:hover {
    background-color: #00aca2;
    color: #fff
}

.no-touch .btn-banner:hover i {
    color: #fff
}

.no-touch .btn-theta:hover {
    background-color: #068fcf;
    color: #fff
}

.no-touch .btn-theta:hover i {
    color: #fff
}

.no-touch .btn-tau:hover {
    background-color: #00aca2;
    color: #fff
}

.no-touch .btn-tau:hover i {
    color: #fff
}

.no-touch .btn-white:hover {
    background-color: #fff;
    color: #000
}

.no-touch .btn-white:hover i {
    color: #000
}

.no-touch .btn-hover-text-theta:hover {
    color: #068fcf
}

.no-touch .btn-hover-text-theta:hover i {
    color: #068fcf
}

.no-touch .btn-hover-text-tau:hover {
    color: #00aca2
}

.no-touch .btn-hover-text-tau:hover i {
    color: #00aca2
}

.btn-transparent {
    background-color: transparent;
    border: 3px solid
}

.btn-text-white {
    color: #fff
}

.btn-text-white:focus,.btn-text-white:hover {
    color: #fff
}

.btn-join-us {
    position: relative;
    display: inline-block;
    padding: 6px 24px 6px 12px;
    margin: 10px 10px 0 0;
    border: 3px solid;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none
}

.btn-join-us:hover {
    text-decoration: none
}

.btn-join-us:active {
    text-decoration: none
}

.btn-join-us:focus {
    text-decoration: none
}

.btn-join-us i {
    position: absolute;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    font-size: 18px
}

@media screen and (max-width: 991px) {
    .btn-join-us {
        font-size:14px
    }

    .btn-join-us i {
        height: 14px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .btn-join-us {
        font-size:13px
    }

    .btn-join-us i {
        height: 14px;
        font-size: 15px
    }
}

.btn-contact-us {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 150px;
    font-size: 16px;
    height: 50px;
    border: 3px solid #cc5299;
    background-color: #cc5299;
    color: #fff;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

.btn-contact-us:hover {
    text-decoration: none
}

.btn-contact-us:active {
    text-decoration: none
}

.btn-contact-us:focus {
    text-decoration: none
}

.btn-contact-us:hover {
    background-color: transparent;
    color: #cc5299
}

.btn-investors-centre {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    margin: 10px 5px 0;
    border: 3px solid;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none
}

.btn-investors-centre:hover {
    text-decoration: none
}

.btn-investors-centre:active {
    text-decoration: none
}

.btn-investors-centre:focus {
    text-decoration: none
}

.btn-investors-centre i {
    position: absolute;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    font-size: 18px
}

.btn-investors-centre.btn-investors-footer {
    width: 100%;
    padding: 12px 24px;
    margin: 0;
    font-size: 18px;
    text-align: center
}

.btn-investors-centre.btn-investors-footer i {
    height: 23px;
    right: 10px;
    font-size: 24px
}

.btn-investors-centre.btn-investors-footer .fa-chevron-left {
    right: auto;
    left: 10px
}

.btn-investors-centre.btn-director {
    position: absolute;
    width: 132px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 6px 31px 6px 12px;
    margin: 0 auto
}

@media screen and (max-width: 991px) {
    .btn-investors-centre {
        font-size:14px
    }

    .btn-investors-centre i {
        height: 14px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .btn-investors-centre {
        font-size:13px
    }

    .btn-investors-centre i {
        height: 14px;
        font-size: 15px
    }

    .btn-investors-centre.btn-investors-footer {
        margin: 10px 0
    }
}

.form-block {
    padding: 20px;
    padding-bottom: 40px;
    margin-top: 20px;
    border: 1px solid #915da3
}

.form-block .btn {
    position: absolute;
    width: 120px;
    right: 10px;
    bottom: 0;
    font-size: 18px
}

.form-block .btn:hover {
    background-color: #744a83
}

.form-block .btn[disabled] {
    background-color: #bd9ec8
}

.form-group.check {
    display: inline-block;
    width: 50%
}

.form-group.check label {
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .form-group.check {
        display:block;
        width: 100%
    }
}

.generic-contact-form {
    text-align: left
}

.generic-contact-form .label-conf {
    margin-bottom: 20px;
    padding-right: 20px
}

.generic-contact-form .txt-conf {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px
}

.generic-contact-form .submit-btn-area {
    text-align: right
}

@media screen and (max-width: 767px) {
    .generic-contact-form {
        text-align:left
    }
}

.header-banner {
    position: relative;
    width: 100%;
    height: 200px
}

.header-banner h1 {
    margin: 0;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left
}

@media screen and (max-width: 767px) {
    .header-banner h1 {
        font-size:27px;
        line-height: 31px
    }
}

.header-banner h1.smaller-text {
    font-size: 32px
}

.header-banner h2.thin {
    margin: 0;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 200;
    text-transform: uppercase;
    text-align: left
}

@media screen and (max-width: 767px) {
    .header-banner h2.thin {
        font-size:20px;
        line-height: 24px
    }
}

.header-banner .header-divider {
    border-left: 1px solid #fff;
    font-size: 40px;
    padding-left: 40px
}

.header-banner .header-divider h1 {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width: 1199px) {
    .header-banner .header-divider h1 {
        font-size:30px!important;
        text-align: left
    }
}

@media screen and (max-width: 991px) {
    .header-banner .header-divider {
        margin-top:0;
        min-height: inherit;
        text-align: left;
        border: none
    }

    .header-banner .header-divider h1 {
        font-size: 26px!important
    }
}

@media screen and (max-width: 767px) {
    .header-banner .header-divider {
        border:none;
        text-align: center;
        display: inherit;
        height: auto
    }

    .header-banner .header-divider h1 {
        display: inline;
        text-align: center
    }
}

.header-banner .sub-text {
    font-size: 20px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .header-banner .sub-text {
        text-align:center
    }
}

.header-banner i {
    pointer-events: none
}

.header-banner .container {
    position: relative
}

.header-banner .t-outer.t-banner-lg {
    height: 200px
}

.header-banner .t-outer.t-banner {
    height: 170px
}

.header-banner .t-outer.t-news-top {
    height: 120px
}

.header-banner .t-outer.t-banner-cta {
    height: 54px;
    padding: 0 10px
}

.header-banner .t-outer.t-banner-cta-drop-item {
    height: 50px
}

.header-banner .header-cta {
    display: block;
    float: right;
    width: 260px;
    max-width: 100%;
    height: 60px;
    margin: 0;
    border: 3px solid #fff;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.header-banner .header-cta:hover {
    text-decoration: none
}

.header-banner .header-cta:active {
    text-decoration: none
}

.header-banner .header-cta:focus {
    text-decoration: none
}

.header-banner .header-cta:nth-child(2),.header-banner .header-cta:nth-child(3),.header-banner .header-cta:nth-child(4) {
    margin-top: 10px
}

.header-banner .header-cta.area-active,.header-banner .header-cta.filter-active {
    background-color: #fff;
    color: inherit
}

.header-banner .header-cta:hover {
    color: #fff!important
}

@media screen and (max-width: 1199px) {
    .header-banner .header-cta {
        width:100%
    }
}

@media screen and (max-width: 767px) {
    .header-banner.standard {
        height:auto;
        padding: 10px
    }

    .header-banner.standard .t-outer.t-banner,.header-banner.standard .t-outer.t-banner-lg {
        height: auto;
        padding: 10px 0
    }
}

.header-banner.contact-us-office h1 {
    font-weight: 600
}

.header-banner.contact-us-office .header-cta {
    margin-bottom: 10px;
    background-color: #915da3;
    width: 100%;
    color: #fff;
    border-color: #915da3
}

.header-banner.contact-us-office .header-cta:hover {
    background-color: #fff!important
}

.header-banner.contact-us-office .header-cta:hover .t-outer .t-inner {
    color: #915da3!important
}

.header-banner.contact-us-office .header-cta:hover.dropdown i.fa-chevron-down {
    color: #915da3!important;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

.header-banner.contact-us-office .header-cta .drop-menu-open {
    left: -3px;
    border-left: 3px solid #915da3;
    border-right: 3px solid #915da3
}

.header-banner.contact-us-office .header-cta .drop-menu-item {
    background-color: #915da3;
    border-bottom: 1px solid #7b4783;
    height: auto
}

.header-banner.contact-us-office .header-cta .drop-menu-item .text {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.header-banner.contact-us-office .header-cta .drop-menu-item a {
    color: #fff
}

.header-banner.contact-us-office .header-cta .drop-menu-item:hover {
    background-color: #7b4783;
    cursor: pointer
}

.header-banner.contact-us-office .t-outer.t-banner {
    height: 110px
}

.header-banner.history-timeline {
    position: relative;
    width: 100%;
    height: 200px;
    border-bottom: 6px solid #915da3;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/assets/template/images/layout/history-timeline/header-banner.jpg)
}

.header-banner.history-timeline h1 {
    font-weight: 700;
    font-size: 45px;
    margin: 10px
}

.header-banner.history-timeline .t-outer.t-banner {
    height: 200px
}

.header-banner.history-timeline .header-cta {
    background-color: #915da3;
    border-color: #915da3;
    color: #fff;
    width: 375px;
    padding: 0 10px
}

.header-banner.history-timeline .header-cta:hover {
    background-color: #fff!important;
    color: #915da3!important
}

@media screen and (max-width: 991px) {
    .header-banner.history-timeline .header-cta {
        width:100%
    }
}

.header-banner.bg-alpha {
    background-color: #915da3
}

.header-banner.bg-alpha .header-cta {
    color: #915da3
}

.header-banner.apple-education h1 {
    font-size: 40px
}

@media screen and (max-width: 767px) {
    .header-banner.apple-education h1 {
        font-size:28px
    }

    .header-banner.apple-education .apple-solution-expert {
        display: block;
        margin: 10px auto 0
    }
}

.header-banner.vmware-vsphere img.logo {
    margin-top: 10px;
    max-width: 150px;
    max-height: 30px
}

@media screen and (max-width: 767px) {
    .header-banner.vmware-vsphere img.logo {
        display:block;
        margin: 20px auto 0
    }
}

.header-banner.privacy .t-outer.t-banner {
    height: 200px
}

.header-banner.privacy .privacy-overview {
    color: #fff;
    font-size: 20px;
    text-decoration: none
}

.header-banner.solutions-overview .header-cta {
    width: 375px;
    padding: 0 10px
}

@media screen and (max-width: 991px) {
    .header-banner.solutions-overview .header-cta {
        width:100%
    }
}

.header-banner.solution-individual {
    padding-top: 15px
}

.header-banner.solution-individual .header-icon-box {
    position: relative;
    width: 168px;
    height: 168px;
    padding: 25px;
    background-color: #fff;
    -webkit-background-size: 168px 168px;
    background-size: 168px
}

.header-banner.solution-individual .header-cta {
    width: 259px
}

.header-banner.solution-individual .header-cta.large {
    width: 359px!important;
    text-align: left
}

.header-banner.solution-individual.asset-management .header-cta {
    color: #81c462
}

.header-banner.solution-individual.analytics .header-cta {
    color: #238746
}

.header-banner.solution-individual.unified-communications .header-cta {
    color: #23bce5
}

.header-banner.solution-individual.commodity-sourcing .header-cta {
    color: #068fe6
}

.header-banner.solution-individual.datacentre-cloud .header-cta {
    color: #0168a2
}

.header-banner.solution-individual.end-user-computing .header-cta {
    color: #d13968
}

.header-banner.solution-individual.networking-security .header-cta {
    color: #9c1a2b
}

.header-banner.solution-individual.services .header-cta {
    color: #dc3041;
    width: 259px
}

.header-banner.solution-individual.services .header-cta.large {
    width: 259px!important;
    text-align: center
}

.header-banner.solution-individual.software-licensing .header-cta {
    color: #ffaa14
}

@media screen and (max-width: 1199px) {
    .header-banner.solution-individual .header-icon-box {
        width:135px;
        height: 135px;
        -webkit-background-size: 135px 135px;
        background-size: 135px
    }

    .header-banner.solution-individual .header-cta {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .header-banner.solution-individual {
        height:auto;
        min-height: 200px;
        padding: 20px 0
    }

    .header-banner.solution-individual .t-outer.t-banner {
        height: 170px
    }

    .header-banner.solution-individual .header-icon-box {
        width: 168px;
        height: 168px;
        -webkit-background-size: 168px 168px;
        background-size: 168px
    }

    .header-banner.solution-individual.services .header-cta {
        color: #dc3041;
        width: 100%
    }

    .header-banner.solution-individual.services .header-cta.large {
        width: 100%!important;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .header-banner.solution-individual h1 {
        margin-bottom:10px;
        font-size: 30px;
        text-align: center
    }

    .header-banner.solution-individual .header-cta {
        width: 100%!important
    }

    .header-banner.solution-individual .header-cta.large {
        width: 100%!important;
        text-align: center
    }

    .header-banner.solution-individual .t-outer.t-banner {
        height: auto
    }

    .header-banner.solution-individual .header-icon-box {
        width: 120px;
        height: 120px;
        -webkit-background-size: 120px 120px;
        background-size: 120px;
        margin: 0 auto 10px
    }
}

.header-banner.sub-solution .header-icon-box {
    position: relative;
    width: 168px;
    height: 168px;
    padding: 25px;
    background-color: #fff;
    -webkit-background-size: 168px 168px;
    background-size: 168px
}

.header-banner.partners-overview h1 {
    line-height: 60px
}

.header-banner.partners-overview .banner-filters {
    margin-top: 20px;
    padding: 0
}

.header-banner.partners-overview .header-cta.all {
    width: 216px;
    margin: 0 10px
}

.header-banner.partners-overview .header-cta.partner,.header-banner.partners-overview .header-cta.solution {
    width: 452px;
    margin: 0 10px
}

@media screen and (max-width: 1199px) {
    .header-banner.partners-overview .header-cta.all {
        width:18%;
        margin: 0 1%
    }

    .header-banner.partners-overview .header-cta.partner,.header-banner.partners-overview .header-cta.solution {
        width: 38%;
        margin: 0 1%
    }
}

@media screen and (max-width: 767px) {
    .header-banner.partners-overview .banner-filters {
        padding:0 10px;
        margin: 0
    }

    .header-banner.partners-overview .header-cta {
        margin-top: 10px
    }

    .header-banner.partners-overview .header-cta.all,.header-banner.partners-overview .header-cta.partner,.header-banner.partners-overview .header-cta.solution {
        width: 100%;
        margin: 10px 0 0
    }
}

.header-banner.partner-individual .partner-banner-logo {
    max-width: 210px;
    max-height: 160px;
    margin-right: 40px
}

.header-banner.partner-individual .banner-title {
    padding-top: 5px;
    font-size: 44px;
    color: #fff;
    font-weight: 600
}

.header-banner.partner-individual .drop-menu-item .banner-dropdown-partner-logo {
    max-width: 200px;
    max-height: 35px;
    margin-left: 20px
}

.header-banner.partner-individual .drop-menu-item i.fa-chevron-right {
    color: inherit
}

.header-banner.partner-individual .back-button {
    color: #fff;
    font-size: 20px;
    text-decoration: none
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .header-banner.partner-individual .partner-banner-logo {
        max-width:180px;
        max-height: 130px
    }

    .header-banner.partner-individual .banner-title {
        font-size: 29px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .header-banner.partner-individual .partner-banner-logo {
        max-width:170px;
        display: block;
        margin: 10px auto;
        float: none!important
    }
}

@media screen and (max-width: 767px) {
    .header-banner.partner-individual h1 {
        margin-bottom:10px;
        font-size: 30px;
        text-align: center
    }

    .header-banner.partner-individual .partner-banner-logo {
        display: block;
        max-width: 70%;
        margin: 10px auto;
        float: none!important
    }

    .header-banner.partner-individual .banner-title {
        text-align: center;
        font-size: 29px
    }

    .header-banner.partner-individual .back-button {
        display: none
    }
}

.header-banner.partner-individual-page .partner-banner-logo {
    max-width: 300px;
    max-height: 110px
}

.header-banner.partner-individual-page .header-cta {
    position: relative;
    width: 100%;
    padding-right: 45px;
    padding-left: 15px;
    text-align: left
}

.header-banner.partner-individual-page .header-cta:hover {
    color: #fff!important
}

.header-banner.partner-individual-page .header-cta i.fa {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 25px;
    line-height: 54px
}

.header-banner.partner-individual-page .header-cta .icon-speech-bubble {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 29px;
    line-height: 54px
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .header-banner.partner-individual-page .banner-title {
        font-size:29px
    }
}

@media screen and (max-width: 767px) {
    .header-banner.partner-individual-page .partner-banner-logo {
        display:block;
        max-width: 100%;
        margin: 0 auto
    }

    .header-banner.partner-individual-page .banner-title {
        text-align: center;
        font-size: 29px
    }
}

.header-banner.our-stories-overview h1 {
    line-height: 60px
}

.header-banner.our-stories-overview .header-cta.all {
    width: 18%;
    margin: 0 1%
}

.header-banner.our-stories-overview .header-cta.department,.header-banner.our-stories-overview .header-cta.location {
    width: 38%;
    margin: 0 1%
}

.header-banner.our-stories-overview .header-cta.department .drop-menu-item .text,.header-banner.our-stories-overview .header-cta.location .drop-menu-item .text {
    padding-left: 20px
}

.header-banner.our-stories-overview .header-cta.department .drop-menu-item .fa-chevron-right,.header-banner.our-stories-overview .header-cta.location .drop-menu-item .fa-chevron-right {
    width: 16px;
    height: 22px;
    color: #915da3;
    font-size: 25px
}

.header-banner.our-stories-overview .header-cta.department .drop-menu-item.admin-operations .fa-chevron-right,.header-banner.our-stories-overview .header-cta.location .drop-menu-item.admin-operations .fa-chevron-right {
    color: #cc5299
}

.header-banner.our-stories-overview .header-cta.department .drop-menu-item.technical .fa-chevron-right,.header-banner.our-stories-overview .header-cta.location .drop-menu-item.technical .fa-chevron-right {
    color: #068fcf
}

.header-banner.our-stories-overview .header-cta.department .drop-menu-item.apprentices .fa-chevron-right,.header-banner.our-stories-overview .header-cta.location .drop-menu-item.apprentices .fa-chevron-right {
    color: #00aca2
}

.header-banner.our-stories-overview .header-cta.department .drop-menu-item.sales .fa-chevron-right,.header-banner.our-stories-overview .header-cta.location .drop-menu-item.sales .fa-chevron-right {
    color: #7b4783
}

.header-banner.our-stories-overview .header-cta.dropdown.open .drop-menu-open {
    max-height: 250px
}

@media screen and (max-width: 991px) {
    .header-banner.our-stories-overview .t-outer.t-banner {
        height:100px
    }

    .header-banner.our-stories-overview h1 {
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .header-banner.our-stories-overview {
        height:auto;
        min-height: 200px;
        padding: 20px 10px
    }

    .header-banner.our-stories-overview .t-outer.t-banner {
        height: auto
    }

    .header-banner.our-stories-overview .header-cta.all,.header-banner.our-stories-overview .header-cta.department,.header-banner.our-stories-overview .header-cta.location {
        width: 100%;
        margin: 10px 0 0
    }
}

.header-banner.job-description.admin-operations {
    background-color: #cc5299;
    color: #cc5299
}

.header-banner.job-description.apprentice {
    background-color: #00aca2;
    color: #00aca2
}

.header-banner.job-description.sales {
    background-color: #7b4783;
    color: #7b4783
}

.header-banner.job-description.technical {
    background-color: #068fcf;
    color: #068fcf
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .header-banner.job-description h1 {
        font-size:35px
    }
}

@media screen and (max-width: 767px) {
    .header-banner.job-description h1 {
        font-size:28px
    }
}

.header-banner.case-study-overview h1 {
    line-height: 60px
}

.header-banner.case-study-overview .banner-filters {
    margin: 20px 0 0;
    padding: 0
}

.header-banner.case-study-overview .banner-filters .header-cta {
    margin: 0 1%
}

.header-banner.case-study-overview .banner-filters .header-cta.all {
    width: 14%
}

.header-banner.case-study-overview .banner-filters .header-cta.partner,.header-banner.case-study-overview .banner-filters .header-cta.solution,.header-banner.case-study-overview .banner-filters .header-cta.vertical {
    width: 26%
}

@media screen and (max-width: 991px) {
    .header-banner.case-study-overview {
        height:auto;
        padding: 20px 0
    }

    .header-banner.case-study-overview .t-outer.t-banner {
        height: auto
    }

    .header-banner.case-study-overview .banner-filters {
        margin: 0
    }

    .header-banner.case-study-overview .banner-filters .header-cta {
        margin: 10px 1% 0
    }

    .header-banner.case-study-overview .banner-filters .header-cta.all,.header-banner.case-study-overview .banner-filters .header-cta.partner,.header-banner.case-study-overview .banner-filters .header-cta.solution,.header-banner.case-study-overview .banner-filters .header-cta.vertical {
        width: 48%
    }
}

@media screen and (max-width: 767px) {
    .header-banner.case-study-overview {
        padding:20px
    }

    .header-banner.case-study-overview h1 {
        margin-bottom: 20px;
        text-align: center;
        line-height: normal
    }

    .header-banner.case-study-overview .banner-filters {
        padding: 0 10px
    }

    .header-banner.case-study-overview .banner-filters .header-cta {
        margin: 10px 0 0
    }

    .header-banner.case-study-overview .banner-filters .header-cta.all,.header-banner.case-study-overview .banner-filters .header-cta.partner,.header-banner.case-study-overview .banner-filters .header-cta.solution,.header-banner.case-study-overview .banner-filters .header-cta.vertical {
        width: 100%
    }
}

.header-banner.news-overview {
    background-color: #7b4783
}

.header-banner.news-overview .news-top {
    height: 120px
}

.header-banner.news-overview .news-bottom {
    height: 80px
}

.header-banner.news-overview h1 {
    padding-left: 10px;
    color: #333;
    font-size: 48px;
    font-weight: 700
}

.header-banner.news-overview h1 .heading-area {
    color: #fff
}

.header-banner.news-overview .icon-space {
    position: relative;
    float: left;
    width: 84px;
    height: 64px;
    top: 16px;
    padding: 0 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.header-banner.news-overview .icon-space .icon {
    width: 100%;
    height: 64px;
    background-color: #fff;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.header-banner.news-overview .icon-space.all {
    width: 152px;
    text-decoration: none
}

.header-banner.news-overview .icon-space.all:hover {
    text-decoration: none
}

.header-banner.news-overview .icon-space.all:active {
    text-decoration: none
}

.header-banner.news-overview .icon-space.all:focus {
    text-decoration: none
}

.header-banner.news-overview .icon-space.all .icon {
    padding: 22px;
    background-color: #7b4783;
    color: #fff;
    text-align: center
}

.header-banner.news-overview .icon-space.all.selected .icon {
    background-color: #fff;
    color: #7b4783
}

.header-banner.news-overview .icon-space.softcat .icon {
    background-color: #915da3;
    background-image: url(../images/icons/small-white/softcat.png)
}

.header-banner.news-overview .icon-space.softcat.selected .icon {
    background-image: url(../images/icons/small-inverted/softcat.png)
}

.header-banner.news-overview .icon-space.analytics .icon {
    background-color: #238746;
    background-image: url(../images/icons/small-white/analytics.png)
}

.header-banner.news-overview .icon-space.analytics.selected .icon {
    background-image: url(../images/icons/small-inverted/analytics.png)
}

.header-banner.news-overview .icon-space.commodity-sourcing .icon {
    background-color: #068fe6;
    background-image: url(../images/icons/small-white/commodity-sourcing.png)
}

.header-banner.news-overview .icon-space.commodity-sourcing.selected .icon {
    background-image: url(../images/icons/small-inverted/commodity-sourcing.png)
}

.header-banner.news-overview .icon-space.datacentre-cloud .icon {
    background-color: #0168a2;
    background-image: url(../images/icons/small-white/datacentre-cloud.png)
}

.header-banner.news-overview .icon-space.datacentre-cloud.selected .icon {
    background-image: url(../images/icons/small-inverted/datacentre-cloud.png)
}

.header-banner.news-overview .icon-space.end-user-computing .icon {
    background-color: #d13968;
    background-image: url(../images/icons/small-white/end-user-computing.png)
}

.header-banner.news-overview .icon-space.end-user-computing.selected .icon {
    background-image: url(../images/icons/small-inverted/end-user-computing.png)
}

.header-banner.news-overview .icon-space.asset-management .icon {
    background-color: #81c462;
    background-image: url(../images/icons/small-white/asset-management.png)
}

.header-banner.news-overview .icon-space.asset-management.selected .icon {
    background-image: url(../images/icons/small-inverted/asset-management.png)
}

.header-banner.news-overview .icon-space.managed-print .icon {
    background-color: #e02b3c;
    background-image: url(../images/icons/small-white/managed-print.png)
}

.header-banner.news-overview .icon-space.managed-print.selected .icon {
    background-image: url(../images/icons/small-inverted/managed-print.png)
}

.header-banner.news-overview .icon-space.managed-services .icon {
    background-color: #cc5299;
    background-image: url(../images/icons/small-white/managed-services.png)
}

.header-banner.news-overview .icon-space.managed-services.selected .icon {
    background-image: url(../images/icons/small-inverted/managed-services.png)
}

.header-banner.news-overview .icon-space.networking-security .icon {
    background-color: #9c1a2b;
    background-image: url(../images/icons/small-white/networking-security.png)
}

.header-banner.news-overview .icon-space.networking-security.selected .icon {
    background-image: url(../images/icons/small-inverted/networking-security.png)
}

.header-banner.news-overview .icon-space.professional-services .icon {
    background-color: #00aca2;
    background-image: url(../images/icons/small-white/professional-services.png)
}

.header-banner.news-overview .icon-space.professional-services.selected .icon {
    background-image: url(../images/icons/small-inverted/professional-services.png)
}

.header-banner.news-overview .icon-space.software-licensing .icon {
    background-color: #ffaa14;
    background-image: url(../images/icons/small-white/software-licensing.png)
}

.header-banner.news-overview .icon-space.software-licensing.selected .icon {
    background-image: url(../images/icons/small-inverted/software-licensing.png)
}

.header-banner.news-overview .icon-space.unified-communications .icon {
    background-color: #23bce5;
    background-image: url(../images/icons/small-white/unified-communications.png)
}

.header-banner.news-overview .icon-space.unified-communications.selected .icon {
    background-image: url(../images/icons/small-inverted/unified-communications.png)
}

.header-banner.news-overview .icon-space.services .icon {
    background-color: #dc3041;
    background-image: url(../images/icons/small-white/unified-communications.png)
}

.header-banner.news-overview .icon-space.services.selected .icon {
    background-image: url(../images/icons/small-inverted/unified-communications.png)
}

.header-banner.news-overview.softcat {
    background-color: #915da3
}

.header-banner.news-overview.analytics {
    background-color: #238746
}

.header-banner.news-overview.commodity-sourcing {
    background-color: #068fe6
}

.header-banner.news-overview.datacentre-cloud {
    background-color: #0168a2
}

.header-banner.news-overview.end-user-computing {
    background-color: #d13968
}

.header-banner.news-overview.asset-management {
    background-color: #81c462
}

.header-banner.news-overview.managed-print {
    background-color: #e02b3c
}

.header-banner.news-overview.managed-services {
    background-color: #cc5299
}

.header-banner.news-overview.networking-security {
    background-color: #9c1a2b
}

.header-banner.news-overview.professional-services {
    background-color: #00aca2
}

.header-banner.news-overview.software-licensing {
    background-color: #ffaa14
}

.header-banner.news-overview.unified-communications {
    background-color: #23bce5
}

.header-banner.news-overview.services {
    background-color: #dc3041
}

@media screen and (max-width: 1199px) {
    .header-banner.news-overview h1 {
        font-size:42px
    }

    .header-banner.news-overview .icon-space {
        width: 65px;
        height: 55px;
        top: 25px;
        padding: 0 5px
    }

    .header-banner.news-overview .icon-space .icon {
        height: 55px
    }

    .header-banner.news-overview .icon-space.all .icon {
        padding: 18px
    }
}

@media screen and (max-width: 991px) {
    .header-banner.news-overview {
        height:auto
    }

    .header-banner.news-overview .news-bottom {
        height: 190px;
        padding: 20px 0
    }

    .header-banner.news-overview h1 {
        font-size: 34px
    }

    .header-banner.news-overview .icon-space {
        width: 90px;
        height: 70px;
        top: 0;
        padding: 0 10px;
        margin-bottom: 10px
    }

    .header-banner.news-overview .icon-space .icon {
        height: 70px;
        -webkit-background-size: 60px 60px;
        background-size: 60px 60px
    }

    .header-banner.news-overview .icon-space.all {
        width: 170px;
        height: 150px
    }

    .header-banner.news-overview .icon-space.all .icon {
        height: 150px;
        padding: 65px 0
    }
}

@media screen and (max-width: 767px) {
    .header-banner.news-overview .news-bottom {
        width:320px;
        height: auto;
        margin: 0 auto
    }

    .header-banner.news-overview h1 {
        font-size: 26px;
        line-height: 30px;
        text-align: center
    }

    .header-banner.news-overview .icon-space {
        width: 75px;
        height: 65px;
        padding: 0 5px
    }

    .header-banner.news-overview .icon-space .icon {
        height: 65px
    }

    .header-banner.news-overview .icon-space.all {
        width: 100%;
        height: 65px
    }

    .header-banner.news-overview .icon-space.all .icon {
        height: 65px;
        padding: 23px 0
    }
}

.header-banner.current-vacancies .navigation-row {
    margin-top: 0
}

.header-banner.current-vacancies .banner-filters {
    margin: 10px 0 0
}

.header-banner.current-vacancies .header-cta {
    width: 100%
}

@media screen and (max-width: 991px) {
    .header-banner.current-vacancies {
        height:auto;
        padding: 20px 0
    }

    .header-banner.current-vacancies .t-outer.t-banner {
        height: auto
    }

    .header-banner.current-vacancies .banner-filters {
        margin: 0
    }

    .header-banner.current-vacancies .banner-filters .header-cta,.header-banner.current-vacancies .banner-filters .nav-btn {
        width: 100%;
        margin: 10px 0
    }
}

@media screen and (max-width: 767px) {
    .header-banner.current-vacancies {
        padding:10px
    }

    .header-banner.current-vacancies h1 {
        margin-bottom: 20px;
        line-height: normal
    }

    .header-banner.current-vacancies .banner-filters {
        padding: 0 10px
    }
}

.header-banner.investors-centre h2 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase
}

.header-banner.investors-centre .header-cta {
    display: inline-block;
    position: relative;
    float: none;
    width: 250px;
    margin-right: 15px;
    font-size: 16px;
    text-align: left
}

.header-banner.investors-centre .header-cta i.fa {
    position: absolute;
    height: 24px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    font-size: 25px
}

@media screen and (max-width: 1199px) {
    .header-banner.investors-centre h1 {
        font-size:40px
    }
}

@media screen and (max-width: 991px) {
    .header-banner.investors-centre h2 {
        font-size:28px
    }

    .header-banner.investors-centre .t-outer.t-banner-cta {
        padding: 0 5px
    }

    .header-banner.investors-centre .header-cta {
        width: 195px;
        margin-right: 6px;
        font-size: 14px
    }

    .header-banner.investors-centre .header-cta i.fa {
        right: 5px
    }

    .header-banner.investors-centre .header-cta:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .header-banner.investors-centre {
        padding:0
    }

    .header-banner.investors-centre h1 {
        font-size: 30px;
        line-height: 34px
    }

    .header-banner.investors-centre h2 {
        font-size: 22px;
        line-height: 26px
    }

    .header-banner.investors-centre .header-cta {
        width: 100%;
        margin-right: 0
    }
}

.header-banner.events-overview h1 {
    margin-bottom: 20px
}

.header-banner.events-overview .btn.btn-events-header-banner {
    position: relative;
    padding: 20px;
    margin-right: 20px;
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.header-banner.events-overview .btn.btn-events-header-banner.selected {
    background-color: #fff;
    color: #cc5299
}

.header-banner.events-overview .btn.btn-month-selector {
    position: relative;
    padding: 0;
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.header-banner.events-overview .btn.btn-month-selector.selected {
    background-color: #fff;
    color: #cc5299
}

.header-banner.events-overview .btn.btn-month-selector>* {
    display: inline-block;
    vertical-align: top
}

.header-banner.events-overview .btn.btn-month-selector .left,.header-banner.events-overview .btn.btn-month-selector .right {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer
}

.header-banner.events-overview .btn.btn-month-selector .left i.fa,.header-banner.events-overview .btn.btn-month-selector .right i.fa {
    position: absolute;
    width: 20px;
    height: 24px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 24px
}

.header-banner.events-overview .btn.btn-month-selector .text {
    width: 110px;
    padding: 20px 0;
    text-align: center
}

@media screen and (max-width: 767px) {
    .header-banner.events-overview {
        height:auto;
        padding: 20px
    }

    .header-banner.events-overview .btn.btn-events-header-banner {
        display: block;
        margin: 0 0 20px
    }

    .header-banner.events-overview .btn.btn-month-selector {
        display: block
    }
}

.no-touch .header-banner .header-cta:hover {
    background-color: transparent;
    color: inherit
}

@media screen and (min-width: 992px) {
    .no-touch .header-banner .icon-space:hover {
        height:80px;
        top: 0
    }
}

@media screen and (max-width: 991px) {
    .no-touch .header-banner .icon-space:hover {
        top:5px
    }
}

.no-touch .header-banner.events-overview .btn.btn-events-header-banner:hover {
    background-color: #fff;
    color: #cc5299
}

.no-touch .header-banner.events-overview .btn.btn-month-selector .left:hover,.no-touch .header-banner.events-overview .btn.btn-month-selector .right:hover {
    background-color: #fff;
    color: #cc5299
}

.header-banner.solution-individual.asset-management {
    background-color: #81c462;
    color: #81c462
}

.header-banner.solution-individual.asset-management .header-icon-box {
    background-color: #81c462;
    background-image: url(../images/icons/inverted/icon5_itam.png)
}

.header-banner.solution-individual.analytics {
    background-color: #238746;
    color: #238746
}

.header-banner.solution-individual.analytics .header-icon-box {
    background-color: #238746;
    background-image: url(../images/icons/inverted/icon1_bia.png)
}

.header-banner.solution-individual.managed-services {
    background-color: #cc5299;
    color: #cc5299
}

.header-banner.solution-individual.managed-services .header-icon-box {
    background-color: #cc5299;
    background-image: url(../images/icons/inverted/icon7_ms.png)
}

.header-banner.solution-individual.unified-communications {
    background-color: #23bce5;
    color: #23bce5
}

.header-banner.solution-individual.unified-communications .header-icon-box {
    background-color: #23bce5;
    background-image: url(../images/icons/inverted/icon11_uc.png)
}

.header-banner.solution-individual.commodity-sourcing {
    background-color: #068fe6;
    color: #068fe6
}

.header-banner.solution-individual.commodity-sourcing .header-icon-box {
    background-color: #068fe6;
    background-image: url(../images/icons/inverted/icon2_cs.png)
}

.header-banner.solution-individual.datacentre-cloud {
    background-color: #0168a2;
    color: #0168a2
}

.header-banner.solution-individual.datacentre-cloud .header-icon-box {
    background-color: #0168a2;
    background-image: url(../images/icons/inverted/icon3_dc.png)
}

.header-banner.solution-individual.end-user-computing {
    background-color: #d13968;
    color: #d13968
}

.header-banner.solution-individual.end-user-computing .header-icon-box {
    background-color: #d13968;
    background-image: url(../images/icons/inverted/icon4_eu.png)
}

.header-banner.solution-individual.networking-security {
    background-color: #9c1a2b;
    color: #9c1a2b
}

.header-banner.solution-individual.networking-security .header-icon-box {
    background-color: #9c1a2b;
    background-image: url(../images/icons/inverted/icon8_ns.png)
}

.header-banner.solution-individual.managed-print {
    background-color: #e02b3c;
    color: #e02b3c
}

.header-banner.solution-individual.managed-print .header-icon-box {
    background-color: #e02b3c;
    background-image: url(../images/icons/inverted/icon6_mps.png)
}

.header-banner.solution-individual.professional-services {
    background-color: #00aca2;
    color: #00aca2
}

.header-banner.solution-individual.professional-services .header-icon-box {
    background-color: #00aca2;
    background-image: url(../images/icons/inverted/icon9_ps.png)
}

.header-banner.solution-individual.software-licensing {
    background-color: #ffaa14;
    color: #ffaa14
}

.header-banner.solution-individual.software-licensing .header-icon-box {
    background-color: #ffaa14;
    background-image: url(../images/icons/inverted/icon10_sl.png)
}

.header-banner.solution-individual.services {
    background-color: #dc3041;
    color: #dc3041
}

.header-banner.solution-individual.services .header-icon-box {
    background-color: #dc3041;
    background-image: url(../images/icons/inverted/icon13_s.png)
}

.header-banner.sub-solution.support-services .header-icon-box {
    background-image: url(../images/icons/inverted/icon_support_services.png)
}

.header-banner.sub-solution.professional-services .header-icon-box {
    background-image: url(../images/icons/inverted/icon_professional_services.png)
}

.header-banner.sub-solution.managed-services .header-icon-box {
    background-image: url(../images/icons/inverted/icon_managed_services.png)
}

.header-banner.sub-solution.consulting-design-services .header-icon-box {
    background-image: url(../images/icons/inverted/icon_consulting_design_services.png)
}

.header-banner.sub-solution.asset-intelligence-services .header-icon-box {
    background-image: url(../images/icons/inverted/icon_asset_intelligence_services.png)
}

.add-this-stuff .area-active {
    background-color: #fff;
    color: #915da3
}

.add-this-stuff .filter-active {
    background-color: #fff;
    color: #915da3
}

.header-cta.dropdown i.fa-chevron-down {
    position: absolute;
    height: 32px;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    font-size: 30px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

.header-cta.dropdown.open .drop-menu-open {
    max-height: 400px
}

.header-cta.dropdown.open i.fa-chevron-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.header-cta.dropdown .drop-menu-open {
    position: absolute;
    width: 100%;
    height: 350px;
    max-height: 0;
    top: 57px;
    left: -4px;
    border-left: 4px solid #ebebf2;
    border-right: 4px solid #ebebf2;
    background-color: #ebebf2;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 52
}

.header-cta.dropdown .drop-menu-open.small {
    height: 300px
}

.header-cta.dropdown .drop-menu-item {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    border-bottom: 1px solid #fff;
    background-color: #ebebf2;
    text-align: left;
    z-index: 5;
    text-decoration: none
}

.header-cta.dropdown .drop-menu-item:hover {
    text-decoration: none
}

.header-cta.dropdown .drop-menu-item:active {
    text-decoration: none
}

.header-cta.dropdown .drop-menu-item:focus {
    text-decoration: none
}

.header-cta.dropdown .drop-menu-item .icon-box {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto 0;
    -webkit-background-size: 34px 34px;
    background-size: 34px
}

.header-cta.dropdown .drop-menu-item .icon-box.vertical-icon {
    background-color: #915da3
}

.header-cta.dropdown .drop-menu-item .text {
    display: block;
    padding: 0 50px;
    color: #333;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600
}

.header-cta.dropdown .drop-menu-item .fa-chevron-right {
    position: absolute;
    width: 22px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    color: #fff;
    font-size: 34px
}

.header-cta.dropdown .drop-menu-item.asset-management .icon-box {
    background-image: url(../images/icons/inverted/icon5_itam.png);
    background-color: #81c462
}

.header-cta.dropdown .drop-menu-item.asset-management .fa-chevron-right {
    color: #81c462
}

.header-cta.dropdown .drop-menu-item.analytics .icon-box {
    background-image: url(../images/icons/inverted/icon1_bia.png);
    background-color: #238746
}

.header-cta.dropdown .drop-menu-item.analytics .fa-chevron-right {
    color: #238746
}

.header-cta.dropdown .drop-menu-item.managed-services .icon-box {
    background-image: url(../images/icons/inverted/icon7_ms.png);
    background-color: #cc5299
}

.header-cta.dropdown .drop-menu-item.managed-services .fa-chevron-right {
    color: #cc5299
}

.header-cta.dropdown .drop-menu-item.unified-communications .icon-box {
    background-image: url(../images/icons/inverted/icon11_uc.png);
    background-color: #23bce5
}

.header-cta.dropdown .drop-menu-item.unified-communications .fa-chevron-right {
    color: #23bce5
}

.header-cta.dropdown .drop-menu-item.commodity-sourcing .icon-box {
    background-image: url(../images/icons/inverted/icon2_cs.png);
    background-color: #068fe6
}

.header-cta.dropdown .drop-menu-item.commodity-sourcing .fa-chevron-right {
    color: #068fe6
}

.header-cta.dropdown .drop-menu-item.datacentre-cloud .icon-box {
    background-image: url(../images/icons/inverted/icon3_dc.png);
    background-color: #0168a2
}

.header-cta.dropdown .drop-menu-item.datacentre-cloud .fa-chevron-right {
    color: #0168a2
}

.header-cta.dropdown .drop-menu-item.end-user-computing .icon-box {
    background-image: url(../images/icons/inverted/icon4_eu.png);
    background-color: #d13968
}

.header-cta.dropdown .drop-menu-item.end-user-computing .fa-chevron-right {
    color: #d13968
}

.header-cta.dropdown .drop-menu-item.networking-security .icon-box {
    background-image: url(../images/icons/inverted/icon8_ns.png);
    background-color: #9c1a2b
}

.header-cta.dropdown .drop-menu-item.networking-security .fa-chevron-right {
    color: #9c1a2b
}

.header-cta.dropdown .drop-menu-item.services .icon-box {
    background-image: url(../images/icons/inverted/icon13_s.png);
    background-color: #dc3041
}

.header-cta.dropdown .drop-menu-item.services .fa-chevron-right {
    color: #dc3041
}

.header-cta.dropdown .drop-menu-item.managed-print .icon-box {
    background-image: url(../images/icons/inverted/icon6_mps.png);
    background-color: #e02b3c
}

.header-cta.dropdown .drop-menu-item.managed-print .fa-chevron-right {
    color: #e02b3c
}

.header-cta.dropdown .drop-menu-item.professional-services .icon-box {
    background-image: url(../images/icons/inverted/icon9_ps.png);
    background-color: #00aca2
}

.header-cta.dropdown .drop-menu-item.professional-services .fa-chevron-right {
    color: #00aca2
}

.header-cta.dropdown .drop-menu-item.software-licensing .icon-box {
    background-image: url(../images/icons/inverted/icon10_sl.png);
    background-color: #ffaa14
}

.header-cta.dropdown .drop-menu-item.software-licensing .fa-chevron-right {
    color: #ffaa14
}

.banner-filters:after,.banner-filters:before {
    content: " ";
    display: table
}

.banner-filters:after {
    clear: both
}

.banner-filters:after,.banner-filters:before {
    content: " ";
    display: table
}

.banner-filters:after {
    clear: both
}

.banner-filters .header-cta {
    position: relative;
    float: left
}

.banner-filters .header-cta .partner-img {
    position: absolute;
    max-width: 180px;
    max-height: 40px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0
}

.banner-filters .header-cta .check-box {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background-color: #fff;
    cursor: pointer
}

.banner-filters .header-cta .check-box i.fa-check {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 25px;
    cursor: pointer
}

.banner-filters .header-cta .check-box.active i.fa-check {
    color: #068fcf
}

.banner-filters .header-cta.active {
    background-color: #fff;
    color: inherit
}

.navigation-row {
    margin-top: 20px
}

.navigation-row .header-cta {
    position: relative;
    float: left;
    width: 275px;
    margin-top: 0;
    margin-right: 20px;
    text-align: left
}

.navigation-row .header-cta i.fa {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    font-size: 30px
}

.navigation-row .header-cta i.fa.fa-chevron-right {
    height: 28px
}

.navigation-row .header-cta:last-child {
    margin-right: 0
}

@media screen and (max-width: 1199px) {
    .navigation-row .header-cta {
        width:220px
    }
}

@media screen and (max-width: 991px) {
    .navigation-row .header-cta {
        width:165px
    }
}

.header-banner .navigation-row .header-cta {
    margin-top: 0
}

.header-container {
    position: relative;
    height: 600px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-position: right top;
    -webkit-background-size: contain;
    background-size: contain
}

.header-container .overlay {
    display: none
}

@media screen and (max-width: 767px) {
    .header-container .overlay {
        display:block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(../../uploads/campaigns/microsoft-surface/mobile-overlay.png);
        background-repeat: repeat;
        background: rgba(0,0,0,.7);
        z-index: 1
    }

    .header-container .container {
        position: relative;
        z-index: 2
    }
}

.fade-black-horizontal:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,right top,color-stop(15%,rgba(0,0,0,.7)),color-stop(40%,rgba(0,0,0,.3)),color-stop(80%,rgba(0,0,0,.1)),to(transparent));
    background: -webkit-linear-gradient(left,rgba(0,0,0,.7) 15%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.1) 80%,transparent 100%);
    background: -o-linear-gradient(left,rgba(0,0,0,.7) 15%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.1) 80%,transparent 100%);
    background: linear-gradient(90deg,rgba(0,0,0,.7) 15%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.1) 80%,transparent 100%);
    width: 100%
}

.why-container {
    position: relative;
    padding: 20px
}

.why-container .why-section {
    display: block;
    padding: 0;
    text-decoration: none
}

.why-container .why-section h2,.why-container .why-section p {
    margin: 0;
    color: #fff
}

.why-container.blocks {
    padding: 0;
    background-color: #fff
}

.why-container.blocks:after,.why-container.blocks:before {
    content: " ";
    display: table
}

.why-container.blocks:after {
    clear: both
}

.why-container.blocks:after,.why-container.blocks:before {
    content: " ";
    display: table
}

.why-container.blocks:after {
    clear: both
}

.why-container.blocks .why-block {
    position: relative;
    float: left;
    width: 20%;
    height: 171px;
    padding: 0;
    margin: 0;
    border-width: 0 2px;
    border-style: solid;
    text-decoration: none
}

.why-container.blocks .why-block:first-child {
    border-left-width: 4px
}

.why-container.blocks .why-block:last-child {
    border-right-width: 4px
}

.why-container.blocks .why-block .why-icon-background {
    position: relative;
    display: block;
    width: 145px;
    max-width: 100%;
    margin: 0 auto
}

.why-container.blocks .why-block .why-icon-background img {
    max-width: 100%
}

.why-container.blocks .why-block .why-icon-number {
    position: absolute;
    width: 100%;
    top: 47px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 600
}

.why-container.blocks .why-block .partner-status-logo {
    position: relative;
    width: 145px;
    height: 171px;
    padding: 10px 0;
    margin: auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff
}

.why-container.blocks .why-block .partner-status-logo img {
    position: absolute;
    max-width: 100%;
    max-height: 150px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.why-container.blocks .why-block .why-text {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.why-container.blocks .why-block.double {
    width: 40%
}

.why-container.blocks .why-block.double .partner-status-logo {
    width: 90%
}

.why-container.text-block {
    margin-bottom: 20px
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .why-container.blocks .why-block .why-icon-background {
        width:135px
    }

    .why-container.blocks .why-block .partner-status-logo {
        max-width: 130px
    }

    .why-container.blocks .why-block.double .partner-status-logo {
        max-width: none
    }

    .why-container.blocks .why-block .why-icon-number {
        top: 43px
    }
}

@media screen and (max-width: 991px) {
    .why-container.blocks .why-block {
        display:block;
        float: none;
        width: 100%;
        height: auto;
        border: none;
        border-bottom: 1px solid
    }

    .why-container.blocks .why-block .partner-status-logo {
        width: 220px
    }

    .why-container.blocks .why-block.double {
        width: 100%
    }

    .why-container.blocks .why-block.double .partner-status-logo {
        width: 220px
    }
}

.interested-container {
    position: relative;
    z-index: 0
}

.also-interested-block {
    position: relative;
    display: block;
    width: 260px;
    height: 260px;
    margin-bottom: 20px;
    border: 3px solid #7b4783;
    text-decoration: none
}

.also-interested-block:hover {
    text-decoration: none
}

.also-interested-block:active {
    text-decoration: none
}

.also-interested-block:focus {
    text-decoration: none
}

.also-interested-block * {
    position: relative;
    z-index: 1
}

.also-interested-block .also-interested-image {
    width: 254px;
    height: 90px;
    margin-bottom: 10px
}

.also-interested-block .title {
    padding: 0 15px;
    margin-bottom: 10px;
    color: #7b4783;
    font-size: 18px;
    line-height: 21px
}

.also-interested-block .date {
    padding: 0 15px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.also-interested-block .hunderlay {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #7b4783;
    z-index: 0
}

.also-interested-block .context-bar {
    position: relative;
    height: 32px;
    left: 0;
    right: 0;
    padding: 0 15px;
    background-color: #7b4783;
    color: #fff;
    font-size: 13px;
    line-height: 35px
}

.also-interested-block .context-bar.top {
    top: 0;
    line-height: 29px
}

.also-interested-block .context-bar.bottom {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.also-interested-block.analytics {
    border-color: #238746
}

.also-interested-block.analytics .title {
    color: #238746
}

.also-interested-block.analytics .hunderlay {
    background-color: #238746
}

.also-interested-block.analytics .context-bar {
    background-color: #238746
}

.also-interested-block.commodity-sourcing {
    border-color: #068fe6
}

.also-interested-block.commodity-sourcing .title {
    color: #068fe6
}

.also-interested-block.commodity-sourcing .hunderlay {
    background-color: #068fe6
}

.also-interested-block.commodity-sourcing .context-bar {
    background-color: #068fe6
}

.also-interested-block.datacentre-cloud {
    border-color: #0168a2
}

.also-interested-block.datacentre-cloud .title {
    color: #0168a2
}

.also-interested-block.datacentre-cloud .hunderlay {
    background-color: #0168a2
}

.also-interested-block.datacentre-cloud .context-bar {
    background-color: #0168a2
}

.also-interested-block.end-user-computing {
    border-color: #d13968
}

.also-interested-block.end-user-computing .title {
    color: #d13968
}

.also-interested-block.end-user-computing .hunderlay {
    background-color: #d13968
}

.also-interested-block.end-user-computing .context-bar {
    background-color: #d13968
}

.also-interested-block.asset-management {
    border-color: #81c462
}

.also-interested-block.asset-management .title {
    color: #81c462
}

.also-interested-block.asset-management .hunderlay {
    background-color: #81c462
}

.also-interested-block.asset-management .context-bar {
    background-color: #81c462
}

.also-interested-block.managed-print {
    border-color: #e02b3c
}

.also-interested-block.managed-print .title {
    color: #e02b3c
}

.also-interested-block.managed-print .hunderlay {
    background-color: #e02b3c
}

.also-interested-block.managed-print .context-bar {
    background-color: #e02b3c
}

.also-interested-block.managed-services {
    border-color: #cc5299
}

.also-interested-block.managed-services .title {
    color: #cc5299
}

.also-interested-block.managed-services .hunderlay {
    background-color: #cc5299
}

.also-interested-block.managed-services .context-bar {
    background-color: #cc5299
}

.also-interested-block.networking-security {
    border-color: #9c1a2b
}

.also-interested-block.networking-security .title {
    color: #9c1a2b
}

.also-interested-block.networking-security .hunderlay {
    background-color: #9c1a2b
}

.also-interested-block.networking-security .context-bar {
    background-color: #9c1a2b
}

.also-interested-block.professional-services {
    border-color: #00aca2
}

.also-interested-block.professional-services .title {
    color: #00aca2
}

.also-interested-block.professional-services .hunderlay {
    background-color: #00aca2
}

.also-interested-block.professional-services .context-bar {
    background-color: #00aca2
}

.also-interested-block.software-licensing {
    border-color: #ffaa14
}

.also-interested-block.software-licensing .title {
    color: #ffaa14
}

.also-interested-block.software-licensing .hunderlay {
    background-color: #ffaa14
}

.also-interested-block.software-licensing .context-bar {
    background-color: #ffaa14
}

.also-interested-block.unified-communications {
    border-color: #23bce5
}

.also-interested-block.unified-communications .title {
    color: #23bce5
}

.also-interested-block.unified-communications .hunderlay {
    background-color: #23bce5
}

.also-interested-block.unified-communications .context-bar {
    background-color: #23bce5
}

.also-interested-block.softcat {
    border-color: #915da3
}

.also-interested-block.softcat .title {
    color: #915da3
}

.also-interested-block.softcat .hunderlay {
    background-color: #915da3
}

.also-interested-block.softcat .context-bar {
    background-color: #915da3
}

.also-interested-block.admin-operations {
    border-color: #cc5299
}

.also-interested-block.admin-operations .title {
    color: #cc5299
}

.also-interested-block.admin-operations .hunderlay {
    background-color: #cc5299
}

.also-interested-block.admin-operations .context-bar {
    background-color: #cc5299
}

.also-interested-block.apprentices {
    border-color: #00aca2
}

.also-interested-block.apprentices .title {
    color: #00aca2
}

.also-interested-block.apprentices .hunderlay {
    background-color: #00aca2
}

.also-interested-block.apprentices .context-bar {
    background-color: #00aca2
}

.also-interested-block.sales {
    border-color: #7b4783
}

.also-interested-block.sales .title {
    color: #7b4783
}

.also-interested-block.sales .hunderlay {
    background-color: #7b4783
}

.also-interested-block.sales .context-bar {
    background-color: #7b4783
}

.also-interested-block.technical {
    border-color: #068fcf
}

.also-interested-block.technical .title {
    color: #068fcf
}

.also-interested-block.technical .hunderlay {
    background-color: #068fcf
}

.also-interested-block.technical .context-bar {
    background-color: #068fcf
}

.also-interested-block.omicron {
    border-color: #cc5299
}

.also-interested-block.omicron .title {
    color: #cc5299
}

.also-interested-block.omicron .hunderlay {
    background-color: #cc5299
}

.also-interested-block.omicron .context-bar {
    background-color: #cc5299
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .also-interested-block {
        width:220px;
        height: 220px
    }

    .also-interested-block .also-interested-image {
        width: 214px;
        height: 76px
    }

    .also-interested-block .title {
        font-size: 16px;
        line-height: 19px
    }

    .also-interested-block .context-bar {
        height: 22px;
        line-height: 25px
    }

    .also-interested-block .context-bar.top {
        line-height: 19px
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .also-interested-block {
        float:left;
        margin: 0 10px 20px 10px
    }

    .also-interested-block .solutions {
        width: 570px;
        margin: 0 auto;
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .also-interested-block {
        margin:0 auto 20px
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .interested-container .view-more-btn {
        float:left
    }
}

.no-touch .also-interested-block:hover .title {
    color: #fff!important
}

.no-touch .also-interested-block:hover .hunderlay {
    display: block
}

.modal.standard-modal .modal-content {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #e1e6eb
}

.modal.standard-modal .modal-header {
    background-color: #915da3
}

.modal.standard-modal .modal-header .fa-stack {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -16px;
    right: -13px;
    color: #fff;
    cursor: pointer
}

.modal.standard-modal .modal-header h3 {
    margin: 10px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 28px;
    font-weight: 300;
    text-align: left
}

.modal.standard-modal .selectlist-sizer {
    display: none
}

.modal.standard-modal .modal-body {
    padding: 30px
}

.modal.standard-modal .modal-body .btn-modal,.modal.standard-modal .modal-body button,.modal.standard-modal .modal-body input[type=submit] {
    height: 34px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    text-align: left;
    cursor: pointer
}

.modal.standard-modal .modal-body .btn-modal.disabled,.modal.standard-modal .modal-body button.disabled,.modal.standard-modal .modal-body input[type=submit].disabled {
    border-color: #999;
    color: #999
}

.modal.standard-modal .modal-body .gated-ajax-error-message {
    display: none
}

.modal.standard-modal .modal-body .gated-ajax-error-message p {
    margin: 0;
    color: #822129
}

.modal.standard-modal .modal-body .gated-ajax-error-message p a {
    color: #822129
}

.no-touch .modal.standard-modal .modal-body .gated-ajax-error-message p a:hover {
    color: #310c0f
}

.modal.standard-modal form .form-control {
    padding: 0 40px 0 10px;
    text-align: left
}

.modal.standard-modal form textarea.form-control {
    padding-top: 15px;
    font-size: 16px
}

.modal.standard-modal form .help-block {
    color: #fff;
    text-align: left
}

.modal.standard-modal form .checkbox-row {
    margin: 0
}

.modal.standard-modal form .emulate-checkbox {
    margin-top: 20px;
    font-size: 12px
}

.modal.standard-modal form .emulate-checkbox input[type=checkbox] {
    display: none!important
}

.modal.standard-modal form .emulate-checkbox input[type=checkbox]:checked+.cr>.cr-icon {
    opacity: 1
}

.modal.standard-modal form .emulate-checkbox label {
    display: block;
    cursor: pointer
}

.modal.standard-modal form .emulate-checkbox .cr {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 15px;
    background-color: #f0f0f0;
    vertical-align: top
}

.modal.standard-modal form .emulate-checkbox .cr-label {
    position: relative;
    display: inline-block;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    vertical-align: middle;
    font-weight: 200;
    color: #333
}

.modal.standard-modal form .emulate-checkbox .cr-icon {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #915da3;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all
}

.modal.standard-modal form .selectlist {
    width: 100%
}

.modal.standard-modal form .selectlist .dropdown-toggle {
    width: 100%;
    height: 41px;
    background-color: #fff;
    color: #585858
}

.modal.standard-modal form .selectlist .dropdown-toggle .selected-label {
    color: #585858;
    font-size: 16px
}

.modal.standard-modal form .selectlist .dropdown-toggle i {
    position: absolute;
    right: 11px;
    top: 11px;
    font-size: 16px
}

.modal.standard-modal form .selectlist .dropdown-toggle:hover i {
    color: #585858
}

.modal.standard-modal form .selectlist .dropdown-menu {
    width: 100%!important;
    overflow-y: scroll;
    max-height: 175px
}

.modal.standard-modal form input {
    height: 41px;
    font-size: 16px;
    line-height: 16px
}

.modal.standard-modal form input::-webkit-input-placeholder,.modal.standard-modal form textarea::-webkit-input-placeholder {
    color: #585858
}

.modal.standard-modal form input::-moz-placeholder,.modal.standard-modal form textarea::-moz-placeholder {
    color: #585858
}

.modal.standard-modal form input:-ms-input-placeholder,.modal.standard-modal form textarea:-ms-input-placeholder {
    color: #585858
}

.modal.standard-modal form input::-ms-input-placeholder,.modal.standard-modal form textarea::-ms-input-placeholder {
    color: #585858
}

.modal.standard-modal form input::placeholder,.modal.standard-modal form textarea::placeholder {
    color: #585858
}

.modal.standard-modal form hr {
    margin-top: 10px;
    border-color: #915da3
}

.modal.standard-modal form i.form-control-feedback {
    position: absolute;
    top: 13px;
    right: 9px
}

.modal.standard-modal form .has-feedback.has-error input {
    border-color: #cc5299
}

.modal.standard-modal form .has-feedback.has-error i {
    color: #cc5299
}

.modal.standard-modal form .help-block {
    display: none!important
}

.modal.standard-modal form .consent {
    float: left;
    width: 63.5%;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width: 991px) {
    .modal.standard-modal form .consent {
        width:100%
    }
}

@media screen and (max-width: 767px) {
    .modal.standard-modal form .consent {
        float:none
    }
}

.modal.standard-modal form .recaptcha {
    float: left;
    width: 36%
}

.modal.standard-modal form .recaptcha i {
    opacity: 0
}

@media screen and (max-width: 991px) {
    .modal.standard-modal form .recaptcha {
        width:100%;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden
    }
}

@media screen and (max-width: 767px) {
    .modal.standard-modal form .recaptcha {
        float:none
    }
}

.modal.standard-modal form .consent-container .checkbox {
    min-height: 76px;
    margin: 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 10px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08)
}

.modal.standard-modal form .consent-container .checkbox label {
    position: relative;
    padding-left: 50px;
    padding-top: 7px;
    color: #000
}

.modal.standard-modal form .consent-container .checkbox label:before {
    content: " ";
    position: absolute;
    left: 7px;
    top: 15px;
    height: 28px;
    width: 28px;
    border: 2px solid #c1c1c1;
    background-color: #fff
}

.modal.standard-modal form .consent-container .checkbox input {
    opacity: 0;
    height: 13px;
    margin-left: -16px;
    zoom:3}

.modal.standard-modal form .consent-container i.fa-check {
    position: absolute;
    top: 30px;
    left: 25px;
    font-size: 20px
}

.modal.standard-modal form .consent-container i.fa-times {
    opacity: 0
}

.modal.standard-modal form button[type=submit] {
    height: auto;
    padding: 9px 10px;
    border: 3px solid #915da3;
    color: #fff;
    background-color: #915da3;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.modal.standard-modal form button[type=submit] i {
    margin-left: 7px;
    color: #fff;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.modal.standard-modal form button[type=submit]:hover i {
    color: #915da3
}

.modal.standard-modal form button[type=submit].disabled {
    opacity: .7;
    border-color: #915da3;
    color: #fff
}

.modal.modal-share .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #915da3
}

.modal.modal-share .modal-body * {
    text-align: center
}

.modal.modal-share .modal-body i.fa-times {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    line-height: 19px;
    cursor: pointer
}

.modal.modal-share .modal-body h3 {
    margin-top: 0;
    color: #fff
}

.modal.share-event-modal .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #cc5299
}

.modal.share-event-modal .modal-body * {
    text-align: center
}

.modal.share-event-modal .modal-body i.fa-times {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    line-height: 19px;
    cursor: pointer
}

.modal.share-event-modal .modal-body .title {
    margin: 10px 0 35px;
    color: #fff;
    font-size: 32px
}

.modal.share-event-modal .modal-body .share-icons .facebook,.modal.share-event-modal .modal-body .share-icons .linkedin,.modal.share-event-modal .modal-body .share-icons .twitter {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 55px;
    margin: 0 3px;
    background-color: #fff;
    vertical-align: top;
    color: #cc5299
}

.modal.share-event-modal .modal-body .share-icons .facebook i.fa,.modal.share-event-modal .modal-body .share-icons .linkedin i.fa,.modal.share-event-modal .modal-body .share-icons .twitter i.fa {
    position: absolute;
    height: 42px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 42px;
    line-height: 42px
}

.modal.share-event-modal .modal-body .divider {
    position: relative;
    margin: 30px 0;
    border-bottom: 1px solid #fff;
    text-align: center
}

.modal.share-event-modal .modal-body .divider .divide-or {
    position: absolute;
    width: 48px;
    height: 18px;
    top: -9px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #cc5299;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: #fff
}

.modal.share-event-modal .modal-body .url {
    display: inline-block;
    width: 380px;
    vertical-align: top
}

.modal.share-event-modal .modal-body .url input {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
    text-align: left
}

.modal.share-event-modal .modal-body .btn.btn-copy {
    display: inline-block;
    width: 160px;
    height: 60px;
    margin-left: 24px;
    padding: 16px 0;
    border: 3px solid #fff;
    background: 0 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    vertical-align: top
}

.no-touch .modal.share-event-modal .modal-body .btn.btn-copy:hover {
    background: #fff;
    color: #cc5299
}

@media screen and (max-width: 767px) {
    .modal.share-event-modal .modal-body .url {
        display:block;
        width: 100%;
        margin: 0 0 20px
    }

    .modal.share-event-modal .modal-body .url input {
        text-align: center
    }

    .modal.share-event-modal .modal-body .btn.btn-copy {
        display: block;
        width: 100%;
        margin: 0
    }
}

.modal.modal-success .modal-dialog {
    max-width: 400px
}

.modal.modal-success .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #915da3
}

.modal.modal-success .anitick {
    position: relative;
    width: 200px;
    height: 132px;
    margin: 0 auto;
    background-image: url(/assets/template/images/layout/icon-form-submitted.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.modal.modal-success .anitick img {
    display: none
}

.modal.modal-success .ani-circle {
    position: absolute;
    width: 136px;
    height: 136px;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 0 solid #915da3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-name: tickout;
    animation-name: tickout;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s
}

.modal.modal-success .btn-continue {
    display: block;
    margin: 20px 0 0;
    padding: 12px 24px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.modal.modal-success .btn-continue:hover {
    text-decoration: none
}

.modal.modal-success .btn-continue:active {
    text-decoration: none
}

.modal.modal-success .btn-continue:focus {
    text-decoration: none
}

.modal.modal-success h3 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 26px;
    text-align: center
}

.modal.modal-success h4 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 22px;
    text-align: center
}

.modal.modal-success p {
    margin: 20px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 21px
}

.modal.modal-success a {
    color: #fff
}

.no-touch .modal.modal-success a:hover {
    color: #ccc
}

@-webkit-keyframes tickout {
    0% {
        border-width: 68px
    }

    36% {
        border-width: 68px
    }

    44% {
        border-width: 58px
    }

    52% {
        border-width: 48px
    }

    60% {
        border-width: 40px
    }

    68% {
        border-width: 32px
    }

    76% {
        border-width: 24px
    }

    84% {
        border-width: 16px
    }

    92% {
        border-width: 8px
    }

    100% {
        border-width: 0
    }
}

@keyframes tickout {
    0% {
        border-width: 68px
    }

    36% {
        border-width: 68px
    }

    44% {
        border-width: 58px
    }

    52% {
        border-width: 48px
    }

    60% {
        border-width: 40px
    }

    68% {
        border-width: 32px
    }

    76% {
        border-width: 24px
    }

    84% {
        border-width: 16px
    }

    92% {
        border-width: 8px
    }

    100% {
        border-width: 0
    }
}

.asset-management.modal.standard-modal .modal-header {
    background-color: #81c462
}

.analytics.modal.standard-modal .modal-header {
    background-color: #238746
}

.managed-services.modal.standard-modal .modal-header {
    background-color: #cc5299
}

.unified-communications.modal.standard-modal .modal-header {
    background-color: #23bce5
}

.commodity-sourcing.modal.standard-modal .modal-header {
    background-color: #068fe6
}

.datacentre-cloud.modal.standard-modal .modal-header {
    background-color: #0168a2
}

.end-user-computing.modal.standard-modal .modal-header {
    background-color: #d13968
}

.networking-security.modal.standard-modal .modal-header {
    background-color: #9c1a2b
}

.managed-print.modal.standard-modal .modal-header {
    background-color: #e02b3c
}

.professional-services.modal.standard-modal .modal-header {
    background-color: #00aca2
}

.software-licensing.modal.standard-modal .modal-header {
    background-color: #ffaa14
}

.no-touch .modal.standard-modal .modal-body i:hover {
    color: #e6e6e6
}

.no-touch .modal.standard-modal .modal-body .btn-modal:hover,.no-touch .modal.standard-modal .modal-body button:hover,.no-touch .modal.standard-modal .modal-body input[type=submit]:hover {
    color: #915da3;
    background-color: #fff!important
}

.no-touch .modal.modal-share .modal-body i:hover {
    color: #e6e6e6
}

.no-touch .modal.modal-success .modal-body .btn-continue:hover {
    background-color: #fff;
    color: #915da3
}

.horizontal-split {
    width: 100%;
    height: 324px;
    border-top: 4px solid #fff;
    color: #fff;
    overflow: hidden
}

.horizontal-split .t-outer.t-horizontal-split {
    height: 320px
}

.horizontal-split h2 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 38px;
    font-weight: 400
}

.horizontal-split p {
    display: none;
    margin: 0 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 300
}

.horizontal-split .btn {
    border-width: 3px;
    background-color: transparent;
    line-height: 25px
}

.horizontal-split .btn i.fa {
    position: relative;
    top: 3px;
    margin-left: 10px;
    font-size: 20px
}

.horizontal-split .image-wrapper {
    display: inline-block;
    position: absolute
}

.horizontal-split img {
    height: 320px
}

.horizontal-split.image-left .image-wrapper {
    right: 20px
}

.horizontal-split .image-left {
    left: 20px
}

.no-touch .horizontal-split .btn:hover {
    color: inherit
}

.no-touch .horizontal-split .btn:hover i.fa {
    color: inherit
}

@media screen and (max-width: 991px) {
    .horizontal-split {
        height:auto;
        text-align: center
    }

    .horizontal-split .t-outer .t-inner {
        display: block
    }

    .horizontal-split .t-outer.t-horizontal-split {
        display: block;
        height: auto;
        padding: 20px 0
    }

    .horizontal-split.image-left .image-wrapper,.horizontal-split.image-right .image-wrapper {
        display: block;
        position: relative;
        width: 100%;
        left: 0;
        right: 0
    }

    .horizontal-split.image-left .image-wrapper img,.horizontal-split.image-right .image-wrapper img {
        display: block;
        width: 140%;
        height: auto;
        margin: 0 -20%
    }

    .horizontal-split.image-left .image-wrapper:before,.horizontal-split.image-right .image-wrapper:before {
        content: none
    }
}

@media screen and (max-width: 767px) {
    .horizontal-split h2 {
        font-size:30px;
        line-height: 34px
    }

    .horizontal-split p {
        font-size: 16px;
        line-height: 20px
    }
}

.highlight-row {
    position: relative;
    width: 100%;
    height: 324px;
    border-top: 4px solid #fff
}

.highlight-row .t-outer.t-highlight {
    height: 320px
}

.highlight-row * {
    position: relative;
    z-index: 5
}

.highlight-row h2 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 38px;
    line-height: 42px;
    font-weight: 400
}

.highlight-row p {
    display: none;
    margin: 0 0 20px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300
}

.highlight-row .btn {
    border-width: 3px;
    background-color: transparent;
    line-height: 25px
}

.highlight-row .btn i.fa {
    position: relative;
    top: 3px;
    margin-left: 10px;
    font-size: 20px
}

.highlight-row .parallax-image {
    z-index: 2
}

.highlight-row .background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3
}

.highlight-row .background-overlay.echo {
    background-color: rgba(0,114,170,.6)
}

.highlight-row .background-overlay.rho {
    background-color: rgba(251,189,86,.6)
}

.highlight-row .background-overlay.tau {
    background-color: rgba(0,172,162,.6)
}

.no-touch .highlight-row .btn:hover {
    color: inherit
}

.no-touch .highlight-row .btn:hover i.fa {
    color: inherit
}

@media screen and (max-width: 991px) {
    .highlight-row {
        text-align:center
    }
}

@media screen and (max-width: 767px) {
    .highlight-row {
        height:200px
    }

    .highlight-row .t-outer.t-highlight {
        height: 200px
    }

    .highlight-row h2 {
        font-size: 30px;
        line-height: 34px
    }

    .highlight-row p {
        font-size: 16px;
        line-height: 20px
    }
}

.bundle-configurator-container h2 {
    margin-bottom: 45px!important;
    color: #068fcf;
    text-align: center;
    font-size: 34px;
    font-weight: 300
}

.bundle-configurator-container .bundle-configurator .step-1 {
    background-color: #00a3e0;
    padding: 20px 12px 24px 12px;
    color: #fff
}

.bundle-configurator-container .bundle-configurator .step-1:after,.bundle-configurator-container .bundle-configurator .step-1:before {
    content: " ";
    display: table
}

.bundle-configurator-container .bundle-configurator .step-1:after {
    clear: both
}

.bundle-configurator-container .bundle-configurator .step-1:after,.bundle-configurator-container .bundle-configurator .step-1:before {
    content: " ";
    display: table
}

.bundle-configurator-container .bundle-configurator .step-1:after {
    clear: both
}

.bundle-configurator-container .bundle-configurator .step-1 p {
    margin-bottom: 25px;
    font-family: proxima-nova,sans-serif;
    font-size: 34px;
    text-align: center;
    color: #fff
}

.bundle-configurator-container .bundle-configurator .step-1 .column {
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
    border-right: 2px solid #fff;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    cursor: pointer
}

.bundle-configurator-container .bundle-configurator .step-1 .column img {
    display: block;
    margin: 40px auto
}

.bundle-configurator-container .bundle-configurator .step-1 .column .title {
    font-family: proxima-nova,sans-serif;
    font-size: 30px
}

.bundle-configurator-container .bundle-configurator .step-1 .column:last-child {
    border-right: 0
}

.bundle-configurator-container .bundle-configurator .step-1 .column:hover {
    background-color: #0072aa
}

.bundle-configurator-container .bundle-configurator .step-2 {
    display: none
}

.bundle-configurator-container .bundle-configurator .step-2 .section-1 {
    padding: 15px;
    border-bottom: 1px solid #fff;
    background-color: #585858;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 30px;
    cursor: pointer
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2 {
    background-color: #00a3e0;
    padding: 20px 5% 32px 5%;
    color: #fff
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2:after,.bundle-configurator-container .bundle-configurator .step-2 .section-2:before {
    content: " ";
    display: table
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2:after {
    clear: both
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2:after,.bundle-configurator-container .bundle-configurator .step-2 .section-2:before {
    content: " ";
    display: table
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2:after {
    clear: both
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2 .title {
    margin-bottom: 12px;
    font-family: proxima-nova,sans-serif;
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    color: #fff
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2 .column {
    position: relative;
    width: 50%;
    float: left;
    padding: 10px;
    text-align: center;
    border-right: 2px solid #fff;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    cursor: pointer
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2 .column .image {
    display: inline-block;
    height: 160px;
    width: 160px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2 .column .image img {
    display: block
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2 .column p {
    color: #fff;
    font-size: 20px
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2 .column:last-child {
    border-right: 0
}

.bundle-configurator-container .bundle-configurator .step-2 .section-2 .column:hover {
    background-color: #0072aa
}

.bundle-configurator-container .bundle-configurator .step-3 {
    display: none
}

.bundle-configurator-container .bundle-configurator .step-3 .btn-find-out-more {
    display: inline-block;
    border: 3px solid #fff;
    padding: 11px 15px;
    color: #fff;
    font-size: 19px;
    font-family: proxima-nova,sans-serif;
    cursor: pointer;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.bundle-configurator-container .bundle-configurator .step-3 .btn-find-out-more:hover {
    background-color: #fff;
    color: #00a3e0
}

.bundle-configurator-container .bundle-configurator .step-3 .section-1 {
    padding: 15px;
    border-bottom: 1px solid #fff;
    background-color: #585858;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 30px;
    cursor: pointer
}

.bundle-configurator-container .bundle-configurator .step-3 .section-2 {
    padding: 15px;
    border-bottom: 1px solid #fff;
    background-color: #c3c8d2;
    color: #585858;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 30px;
    cursor: pointer
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3 {
    background-color: #00a3e0;
    padding: 20px 0 0 0;
    color: #fff
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3 .head-section {
    padding: 0 20px 40px 20px
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3:after,.bundle-configurator-container .bundle-configurator .step-3 .section-3:before {
    content: " ";
    display: table
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3:after {
    clear: both
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3:after,.bundle-configurator-container .bundle-configurator .step-3 .section-3:before {
    content: " ";
    display: table
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3:after {
    clear: both
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3 .title {
    margin-bottom: 12px;
    font-family: proxima-nova,sans-serif;
    font-size: 34px;
    font-weight: 300;
    color: #fff
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3 p {
    font-size: 20px;
    color: #fff;
    font-family: proxima-nova,sans-serif
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table {
    width: 100%
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table thead th {
    font-family: proxima-nova,sans-serif;
    font-size: 30px;
    font-weight: 300
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table thead th:first-child {
    padding-left: 20px;
    width: 50%
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table thead th:nth-child(2),.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table thead th:nth-child(3) {
    width: 25%;
    text-align: center
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody tr {
    border-bottom: 1px solid #fff
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td {
    padding: 7px
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td:after,.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td:before {
    content: " ";
    display: table
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td:after {
    clear: both
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td:after,.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td:before {
    content: " ";
    display: table
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td:after {
    clear: both
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td .name {
    float: left;
    width: 50%;
    font-family: proxima-nova,sans-serif;
    font-size: 25px;
    font-weight: 300
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td .expander {
    float: left;
    width: 50%;
    padding-top: 7px;
    padding-right: 11px;
    text-align: right;
    font-family: proxima-nova,sans-serif;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td .expand-area {
    display: none;
    float: none;
    padding: 10px 0;
    font-size: 17px;
    font-family: proxima-nova,sans-serif;
    font-weight: 300
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td:first-child {
    padding-left: 20px
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td:nth-child(2) {
    background-color: #4dbfeb;
    text-align: center;
    font-size: 20px
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.two-tier table tbody td:nth-child(3) {
    background-color: #66c8ee;
    text-align: center;
    font-size: 20px
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table {
    width: 100%
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table thead th {
    font-family: proxima-nova,sans-serif;
    font-size: 30px;
    font-weight: 300
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table thead th:first-child {
    padding-left: 20px;
    width: 40%
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table thead th:nth-child(2) {
    width: 60%
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table tbody tr {
    border-bottom: 1px solid #fff
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table tbody td {
    padding: 15px
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table tbody td .name {
    font-family: proxima-nova,sans-serif;
    font-size: 25px;
    font-weight: 300
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table tbody td .name .expand-area {
    display: none
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table tbody td .btn-find-out-more {
    margin: 10px 0;
    font-size: 15px;
    padding: 11px 50px
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table tbody td:first-child {
    padding-left: 20px
}

.bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table tbody td:nth-child(2) {
    background-color: #4dbfeb;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .bundle-configurator-container .bundle-configurator .step-1 {
        padding:12px
    }

    .bundle-configurator-container .bundle-configurator .step-1 p {
        font-size: 20px
    }

    .bundle-configurator-container .bundle-configurator .step-1 .column {
        width: 100%;
        margin: 5px 0;
        border-right: 0;
        border: 2px solid #fff!important;
        padding: 5px
    }

    .bundle-configurator-container .bundle-configurator .step-1 .column .title {
        font-size: 20px
    }

    .bundle-configurator-container .bundle-configurator .step-1 .column img {
        display: none
    }

    .bundle-configurator-container .bundle-configurator .step-2 .section-1 {
        padding: 20px 10px;
        font-size: 20px
    }

    .bundle-configurator-container .bundle-configurator .step-2 .section-2 .title {
        font-size: 20px
    }

    .bundle-configurator-container .bundle-configurator .step-2 .section-2 .column {
        width: 100%;
        margin: 5px 0;
        border: 2px solid #fff!important;
        padding: 5px
    }

    .bundle-configurator-container .bundle-configurator .step-2 .section-2 .column .image {
        display: none
    }

    .bundle-configurator-container .bundle-configurator .step-2 .section-2 .column .title {
        margin-bottom: 0
    }

    .bundle-configurator-container .bundle-configurator .step-2 .section-2 .column p {
        display: none
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-1,.bundle-configurator-container .bundle-configurator .step-3 .section-2 {
        padding: 20px 10px;
        font-size: 20px
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 {
        text-align: center
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 .head-section {
        padding: 0 15px
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 .head-section .title {
        font-size: 20px
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 .head-section p {
        font-size: 14px;
        line-height: 18px
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 .btn-find-out-more {
        display: block;
        margin: 0 auto;
        float: none!important
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 table {
        margin: 20px 15px;
        width: -webkit-calc(100% - 30px)!important;
        width: calc(100% - 30px)!important
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 table tr {
        border-bottom: 0!important
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 table tr td:nth-child(1),.bundle-configurator-container .bundle-configurator .step-3 .section-3 table tr th:nth-child(1) {
        display: block;
        font-size: 23px;
        padding-left: 15px!important;
        width: 100%!important;
        text-align: center;
        margin-bottom: 15px
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 table tr td:nth-child(2),.bundle-configurator-container .bundle-configurator .step-3 .section-3 table tr td:nth-child(3),.bundle-configurator-container .bundle-configurator .step-3 .section-3 table tr th:nth-child(2),.bundle-configurator-container .bundle-configurator .step-3 .section-3 table tr th:nth-child(3) {
        display: none
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 table tr td {
        border: 2px solid #fff
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 table tr:last-child {
        display: none
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 table .name {
        width: 100%!important;
        font-size: 20px!important
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 table .name .expander {
        display: block;
        float: none!important;
        width: auto!important;
        text-align: center!important;
        padding-top: 0!important;
        padding-right: 0!important
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 table .name .expand-area {
        font-size: 17px;
        padding: 20px 0;
        font-family: proxima-nova,sans-serif;
        font-weight: 300
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3 table .expander {
        display: none
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table .name .expander {
        padding-top: 0!important
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table .btn-find-out-more {
        display: none
    }

    .bundle-configurator-container .bundle-configurator .step-3 .section-3.one-tier table tr:last-child {
        display: block
    }
}

.services-finder-container {
    margin: 20px 0 60px 0;
    padding: 0 20px 35px 20px;
    border-top: 3px solid #068fcf;
    border-bottom: 3px solid #068fcf;
    background-color: #ebebed
}

.services-finder-container .search-area .top {
    position: relative
}

.services-finder-container .search-area .top .tag {
    display: inline-block;
    position: relative;
    width: 56px;
    height: 54px;
    top: 0;
    left: 0;
    background-color: #068fcf;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
    text-align: center
}

.services-finder-container .search-area .top .text {
    position: relative;
    left: 20px;
    top: 3px;
    font-size: 22px;
    color: #068fcf;
    line-height: 48px
}

.services-finder-container .search-area p {
    margin: 20px 0;
    font-size: 16px
}

.services-finder-container .search-area #searchbox {
    position: relative;
    width: 100%;
    margin: 25px 0;
    padding: 10px 40px 10px 15px;
    border: 1px solid #c7cfda;
    font-size: 24px
}

.services-finder-container .search-area .search-container {
    position: relative
}

.services-finder-container .search-area .search-container .fa-search {
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 42px
}

.services-finder-container .results-area {
    border-top: 3px solid #068fcf;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px
}

.services-finder-container .results-area .results-count {
    margin: 25px 0 15px 0;
    font-size: 22px;
    color: #068fcf
}

.services-finder-container .results-area .multiselect.dropdown-toggle {
    border: 3px solid #068fcf;
    padding: 12px;
    color: #068fcf;
    background-color: transparent
}

.services-finder-container .results-area .multiselect-container.dropdown-menu {
    width: 100%;
    top: 96%;
    border: 3px solid #068fcf
}

.services-finder-container .results-area .multiselect-container>li>a>label>input[type=checkbox] {
    right: 8px
}

.services-finder-container .results-area .multiselect-container>li>a>label.checkbox,.services-finder-container .results-area .multiselect-container>li>a>label.radio {
    font-size: 14px
}

.services-finder-container .results-area .multiselect-container>li>a>label {
    padding: 3px 20px 3px 20px
}

.services-finder-container table {
    width: 100%
}

.services-finder-container table tr {
    width: 100%;
    height: 66px;
    background-color: #fff;
    vertical-align: middle;
    border-bottom: 6px solid #ebebed
}

.services-finder-container table tr .color-bar {
    width: 6px
}

.services-finder-container table tr .middle {
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.services-finder-container table tr .middle:hover {
    background-color: #c9d1db
}

.services-finder-container table tr .info {
    display: table-cell;
    height: 100%;
    padding: 2px 18px 0 18px;
    vertical-align: middle;
    color: #585858;
    cursor: normal
}

.services-finder-container table tr .info .book {
    font-weight: 700
}

.services-finder-container table tr .info .line-1 {
    font-size: 18px
}

.services-finder-container table tr .info .line-1 a {
    font-weight: 700;
    color: #585858;
    text-decoration: none
}

.services-finder-container table tr .info .line-1 a:hover {
    text-decoration: none
}

.services-finder-container table tr .info .line-1 a:active {
    text-decoration: none
}

.services-finder-container table tr .info .line-1 a:focus {
    text-decoration: none
}

.services-finder-container table tr .info .line-1 .icon {
    padding-right: 7px
}

.services-finder-container table tr .info .line-2 {
    font-size: 12px;
    line-height: 13px
}

.services-finder-container table tr .action {
    width: 72px;
    border-left: 4px solid #ebebed;
    text-align: center;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.services-finder-container table tr .action a {
    color: #c9d1db
}

.services-finder-container table tr .action .fa-comments {
    font-size: 25px
}

.services-finder-container table tr .action .fa-chevron-right {
    padding-top: 4px;
    font-size: 34px
}

.services-finder-container table tr .action:hover a {
    color: #fff
}

.services-finder-container table tr .solution {
    display: table;
    height: 66px
}

.services-finder-container table tr .solution .icon {
    display: table-cell;
    width: 76px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-background-size: contain;
    background-size: contain
}

.services-finder-container table tr .product {
    padding: 0 18px
}

.services-finder-container table tr .professional-service {
    padding: 0 18px
}

.services-finder-container table tr.product-container .line-1 .icon {
    height: 25px;
    width: 25px;
    float: left;
    margin-right: 8px;
    -webkit-background-size: cover;
    background-size: cover
}

.services-finder-container table tr.professional-service-container .color-bar {
    background-color: #e06d2d
}

.services-finder-container table tr.professional-service-container .book {
    color: #e06d2d!important
}

.services-finder-container table tr.professional-service-container .action:hover {
    background-color: #e06d2d
}

.services-finder-container table tr.support-services .action:hover,.services-finder-container table tr.support-services .color-bar,.services-finder-container table tr.support-services .icon {
    background-color: #006962
}

.services-finder-container table tr.support-services .icon {
    background-image: url(../images/icons/icon_support_services.png)
}

.services-finder-container table tr.professional-services .action:hover,.services-finder-container table tr.professional-services .color-bar,.services-finder-container table tr.professional-services .icon {
    background-color: #00aca2
}

.services-finder-container table tr.professional-services .icon {
    background-image: url(../images/icons/icon_professional_services.png)
}

.services-finder-container table tr.managed-services .action:hover,.services-finder-container table tr.managed-services .color-bar,.services-finder-container table tr.managed-services .icon {
    background-color: #cc5299
}

.services-finder-container table tr.managed-services .icon {
    background-image: url(../images/icons/icon_managed_services.png)
}

.services-finder-container table tr.asset-intelligence-services .action:hover,.services-finder-container table tr.asset-intelligence-services .color-bar,.services-finder-container table tr.asset-intelligence-services .icon {
    background-color: #e06d2d
}

.services-finder-container table tr.asset-intelligence-services .icon {
    background-image: url(../images/icons/icon_asset_intelligence_services.png)
}

.services-finder-container table tr.consulting-design-services .action:hover,.services-finder-container table tr.consulting-design-services .color-bar,.services-finder-container table tr.consulting-design-services .icon {
    background-color: #068fcf
}

.services-finder-container table tr.consulting-design-services .icon {
    background-image: url(../images/icons/icon_consulting_design_services.png)
}

.services-finder-container .js-no-results {
    display: none;
    font-size: 20px;
    color: #068fcf
}

.services-finder-container .filter {
    margin-top: 12px
}

.services-finder-container .clear {
    width: 100%;
    margin-top: 12px;
    border: 3px solid #068fcf;
    background-color: transparent;
    color: #068fcf;
    padding: 12px
}

@media screen and (max-width: 767px) {
    .services-finder-container ul.pagination li {
        display:inline!important
    }

    .services-finder-container .professional-service {
        padding: 0!important
    }

    .services-finder-container .solution .icon {
        display: none!important
    }

    .services-finder-container .icon {
        display: none
    }

    .services-finder-container .line-2 {
        display: none
    }

    .services-finder-container .action {
        border-left: 0
    }
}

.info-selector-block {
    position: relative;
    width: 100%;
    height: 440px
}

.info-selector-tab {
    display: block;
    position: relative;
    width: 440px;
    height: -webkit-calc(33.3333% - 3.5px);
    height: calc(33.3333% - 3.5px);
    margin: 5px 0 0;
    padding: 35px;
    color: #fff;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    z-index: 2;
    text-decoration: none
}

.info-selector-tab:hover {
    text-decoration: none
}

.info-selector-tab:active {
    text-decoration: none
}

.info-selector-tab:focus {
    text-decoration: none
}

.info-selector-tab .icon {
    display: inline-block;
    max-width: 75px;
    max-height: 55px;
    vertical-align: middle
}

.info-selector-tab .info-selector-tab-text {
    display: inline-block;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 10px;
    font-size: 30px;
    line-height: 34px;
    vertical-align: middle
}

.info-selector-tab i.fa {
    position: absolute;
    height: 30px;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    color: rgba(255,255,255,.45);
    font-size: 30px;
    line-height: 30px
}

.info-selector-tab.active {
    width: 465px;
    padding-right: 55px
}

.info-selector-tab:after {
    content: '';
    position: absolute;
    width: 440px;
    top: -5px;
    left: 0;
    height: 4px;
    background-color: #fff
}

.info-selector-tab:first-child {
    margin-top: 0
}

.info-selector-tab:first-child:after {
    content: none
}

.info-selector-tab:focus,.info-selector-tab:hover {
    color: #fff
}

.info-selector-content {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 45px 80px 45px 520px;
    background-color: #eaeaea;
    text-align: center;
    z-index: 1
}

.info-selector-content h4.info-selector-title {
    font-size: 30px;
    line-height: 34px
}

.info-selector-content p.info-selector-p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300
}

.info-selector-content .btn {
    padding: 15px;
    margin: 0 4px 10px;
    border-width: 4px;
    font-size: 16px;
    line-height: 20px
}

.info-selector-content .btn .fa-chevron-right {
    position: relative;
    top: 2px;
    margin-left: 15px;
    font-size: 20px;
    line-height: 18px
}

.info-selector-content .info-selector-content-takeover {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 45px 80px 45px 520px;
    background-color: #eaeaea;
    text-align: center;
    z-index: 2
}

.info-selector-content .info-selector-content-takeover .info-selector-content-takeover-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0 2px;
    font-size: 40px;
    cursor: pointer
}

.info-selector-content.active {
    display: block
}

.tau .info-selector-tab {
    background-color: #00aca2
}

.tau .info-selector-content h4 {
    color: #00aca2
}

.tau .info-selector-content .btn {
    background-color: transparent;
    border-color: #00aca2;
    color: #00aca2
}

.tau .info-selector-content .btn .fa-chevron-right {
    color: #00aca2
}

.tau .info-selector-content .btn:hover {
    background-color: #00aca2;
    color: #fff
}

.tau .info-selector-content .btn:hover .fa-chevron-right {
    color: #fff
}

.tau .info-selector-content .info-selector-content-takeover .info-selector-content-takeover-close {
    color: #00aca2
}

.tabs-4 .info-selector-tab {
    height: -webkit-calc(25% - 3.7px);
    height: calc(25% - 3.7px);
    padding: 20px
}

.tabs-4 .info-selector-tab .info-selector-tab-text {
    font-size: 26px;
    line-height: 30px
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .info-selector-tab {
        width:360px
    }

    .info-selector-tab .info-selector-tab-text {
        font-size: 26px;
        line-height: 30px
    }

    .info-selector-tab.active {
        width: 380px
    }

    .info-selector-tab:after {
        width: 360px
    }

    .info-selector-content {
        padding: 20px 60px 20px 440px
    }

    .info-selector-content .btn {
        padding: 10px;
        margin: 0 2px 8px
    }

    .info-selector-content .info-selector-content-takeover {
        padding: 20px 60px 20px 440px
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .info-selector-tab {
        width:300px;
        padding: 15px
    }

    .info-selector-tab .info-selector-tab-text {
        font-size: 24px;
        line-height: 28px
    }

    .info-selector-tab.active {
        width: 315px;
        padding-right: 30px
    }

    .info-selector-tab:after {
        width: 300px
    }

    .info-selector-content {
        padding: 20px 30px 20px 330px
    }

    .info-selector-content h4.info-selector-title {
        font-size: 24px;
        line-height: 28px
    }

    .info-selector-content p.info-selector-p {
        font-size: 15px;
        line-height: 19px
    }

    .info-selector-content .btn {
        padding: 10px;
        margin: 0 2px 8px;
        border-width: 3px;
        font-size: 14px;
        line-height: 19px
    }

    .info-selector-content .btn .fa-chevron-right {
        position: relative;
        top: 1px;
        margin-left: 4px;
        font-size: 14px;
        line-height: 16px
    }

    .info-selector-content .info-selector-content-takeover {
        padding: 20px 20px 20px 320px
    }
}

@media screen and (max-width: 767px) {
    .info-selector-block {
        height:auto
    }

    .info-selector-tab {
        width: 100%;
        height: 100px;
        padding: 15px 25px 15px 15px;
        overflow: hidden
    }

    .info-selector-tab .info-selector-tab-text {
        font-size: 22px;
        line-height: 26px
    }

    .info-selector-tab .fa-chevron-right {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

    .info-selector-tab.active {
        width: 100%
    }

    .info-selector-tab.active .fa-chevron-right {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .info-selector-content {
        display: none;
        position: relative;
        padding: 15px
    }

    .info-selector-content h4.info-selector-title {
        font-size: 24px;
        line-height: 28px
    }

    .info-selector-content p.info-selector-p {
        font-size: 15px;
        line-height: 19px
    }

    .info-selector-content .btn {
        padding: 10px;
        border-width: 3px;
        font-size: 15px;
        line-height: 20px
    }

    .info-selector-content .btn .fa-chevron-right {
        position: relative;
        top: 2px;
        margin-left: 15px;
        font-size: 20px;
        line-height: 18px
    }

    .info-selector-content .info-selector-content-takeover {
        padding: 15px
    }

    .info-selector-content .info-selector-content-takeover.active {
        display: none
    }
}

.combined-service-solution-boxes .all-partners-container,.service-boxes-combined .all-partners-container {
    margin-top: 20px
}

.combined-service-solution-boxes .box-wrapper,.service-boxes-combined .box-wrapper {
    margin: 40px 0 0
}

.combined-service-solution-boxes .load-more,.service-boxes-combined .load-more {
    width: 100%;
    max-height: 0;
    height: auto;
    opacity: 0;
    overflow: hidden;
    background: #efefef
}

.combined-service-solution-boxes .icon-block-no-overlay,.service-boxes-combined .icon-block-no-overlay {
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px
}

.combined-service-solution-boxes .icon-block-no-overlay .inner,.service-boxes-combined .icon-block-no-overlay .inner {
    position: relative;
    height: 180px;
    width: 180px;
    margin: 0 5px;
    padding: 5px;
    color: #fff;
    text-align: center
}

.combined-service-solution-boxes .icon-block-no-overlay .inner .box-icon,.service-boxes-combined .icon-block-no-overlay .inner .box-icon {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.combined-service-solution-boxes .icon-block-no-overlay .inner .box-text,.service-boxes-combined .icon-block-no-overlay .inner .box-text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    font-size: 13px
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner:hover,.service-boxes-combined .icon-block-no-overlay .inner:hover {
        padding:2px;
        border: 3px solid;
        background-color: #fff!important
    }
}

@media screen and (max-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner,.service-boxes-combined .icon-block-no-overlay .inner {
        width:140px
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.analytics,.service-boxes-combined .icon-block-no-overlay .inner.analytics {
    background-color: #238746
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.analytics .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.analytics .box-icon {
    background-image: url(../images/icons/icon1_bia.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.analytics:hover,.service-boxes-combined .icon-block-no-overlay .inner.analytics:hover {
        border-color:#238746;
        color: #238746
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.analytics:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.analytics:hover .box-icon {
        background-image: url(../images/icons/inverted/icon1_bia.png);
        background-color: #238746
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.commodity-sourcing,.service-boxes-combined .icon-block-no-overlay .inner.commodity-sourcing {
    background-color: #068fe6
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.commodity-sourcing .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.commodity-sourcing .box-icon {
    background-image: url(../images/icons/icon2_cs.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.commodity-sourcing:hover,.service-boxes-combined .icon-block-no-overlay .inner.commodity-sourcing:hover {
        border-color:#068fe6;
        color: #068fe6
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.commodity-sourcing:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.commodity-sourcing:hover .box-icon {
        background-image: url(../images/icons/inverted/icon2_cs.png);
        background-color: #068fe6
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.datacentre-cloud,.service-boxes-combined .icon-block-no-overlay .inner.datacentre-cloud {
    background-color: #0168a2
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.datacentre-cloud .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.datacentre-cloud .box-icon {
    background-image: url(../images/icons/icon3_dc.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.datacentre-cloud:hover,.service-boxes-combined .icon-block-no-overlay .inner.datacentre-cloud:hover {
        border-color:#0168a2;
        color: #0168a2
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.datacentre-cloud:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.datacentre-cloud:hover .box-icon {
        background-image: url(../images/icons/inverted/icon3_dc.png);
        background-color: #0168a2
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.end-user-computing,.service-boxes-combined .icon-block-no-overlay .inner.end-user-computing {
    background-color: #d13968
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.end-user-computing .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.end-user-computing .box-icon {
    background-image: url(../images/icons/icon4_eu.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.end-user-computing:hover,.service-boxes-combined .icon-block-no-overlay .inner.end-user-computing:hover {
        border-color:#d13968;
        color: #d13968
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.end-user-computing:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.end-user-computing:hover .box-icon {
        background-image: url(../images/icons/inverted/icon4_eu.png);
        background-color: #d13968
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.asset-management,.service-boxes-combined .icon-block-no-overlay .inner.asset-management {
    background-color: #81c462
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.asset-management .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.asset-management .box-icon {
    background-image: url(../images/icons/icon5_itam.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.asset-management:hover,.service-boxes-combined .icon-block-no-overlay .inner.asset-management:hover {
        border-color:#81c462;
        color: #81c462
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.asset-management:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.asset-management:hover .box-icon {
        background-image: url(../images/icons/inverted/icon5_itam.png);
        background-color: #81c462
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.managed-print,.service-boxes-combined .icon-block-no-overlay .inner.managed-print {
    background-color: #e02b3c
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.managed-print .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.managed-print .box-icon {
    background-image: url(../images/icons/icon6_mps.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.managed-print:hover,.service-boxes-combined .icon-block-no-overlay .inner.managed-print:hover {
        border-color:#e02b3c;
        color: #e02b3c
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.managed-print:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.managed-print:hover .box-icon {
        background-image: url(../images/icons/inverted/icon6_mps.png);
        background-color: #e02b3c
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.managed-services,.service-boxes-combined .icon-block-no-overlay .inner.managed-services {
    background-color: #cc5299
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.managed-services .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.managed-services .box-icon {
    background-image: url(../images/icons/icon_managed_services.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.managed-services:hover,.service-boxes-combined .icon-block-no-overlay .inner.managed-services:hover {
        border-color:#cc5299;
        color: #cc5299
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.managed-services:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.managed-services:hover .box-icon {
        background-image: url(../images/icons/inverted/icon_managed_services.png);
        background-color: #fff
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.networking-security,.service-boxes-combined .icon-block-no-overlay .inner.networking-security {
    background-color: #9c1a2b
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.networking-security .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.networking-security .box-icon {
    background-image: url(../images/icons/icon8_ns.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.networking-security:hover,.service-boxes-combined .icon-block-no-overlay .inner.networking-security:hover {
        border-color:#9c1a2b;
        color: #9c1a2b
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.networking-security:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.networking-security:hover .box-icon {
        background-image: url(../images/icons/inverted/icon8_ns.png);
        background-color: #9c1a2b
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.professional-services,.service-boxes-combined .icon-block-no-overlay .inner.professional-services {
    background-color: #00aca2
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.professional-services .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.professional-services .box-icon {
    background-image: url(../images/icons/icon_professional_services.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.professional-services:hover,.service-boxes-combined .icon-block-no-overlay .inner.professional-services:hover {
        border-color:#00aca2;
        color: #00aca2
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.professional-services:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.professional-services:hover .box-icon {
        background-image: url(../images/icons/inverted/icon_professional_services.png);
        background-color: #fff
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.services,.service-boxes-combined .icon-block-no-overlay .inner.services {
    background-color: #dc3041
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.services .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.services .box-icon {
    background-image: url(../images/icons/icon13_s.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.services:hover,.service-boxes-combined .icon-block-no-overlay .inner.services:hover {
        border-color:#dc3041;
        color: #dc3041
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.services:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.services:hover .box-icon {
        background-image: url(../images/icons/inverted/icon13_s.png);
        background-color: #dc3041
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.software-licensing,.service-boxes-combined .icon-block-no-overlay .inner.software-licensing {
    background-color: #ffaa14
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.software-licensing .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.software-licensing .box-icon {
    background-image: url(../images/icons/icon10_sl.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.software-licensing:hover,.service-boxes-combined .icon-block-no-overlay .inner.software-licensing:hover {
        border-color:#ffaa14;
        color: #ffaa14
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.software-licensing:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.software-licensing:hover .box-icon {
        background-image: url(../images/icons/inverted/icon10_sl.png);
        background-color: #ffaa14
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.support-services,.service-boxes-combined .icon-block-no-overlay .inner.support-services {
    background-color: #006962
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.support-services .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.support-services .box-icon {
    background-image: url(../images/icons/icon_support_services.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.support-services:hover,.service-boxes-combined .icon-block-no-overlay .inner.support-services:hover {
        border-color:#006962;
        color: #006962
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.support-services:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.support-services:hover .box-icon {
        background-image: url(../images/icons/inverted/icon_support_services.png);
        background-color: #006962
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.unified-communications,.service-boxes-combined .icon-block-no-overlay .inner.unified-communications {
    background-color: #23bce5
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.unified-communications .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.unified-communications .box-icon {
    background-image: url(../images/icons/icon11_uc.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.unified-communications:hover,.service-boxes-combined .icon-block-no-overlay .inner.unified-communications:hover {
        border-color:#23bce5;
        color: #23bce5
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.unified-communications:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.unified-communications:hover .box-icon {
        background-image: url(../images/icons/inverted/icon11_uc.png);
        background-color: #23bce5
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.yogh,.service-boxes-combined .icon-block-no-overlay .inner.yogh {
    background-color: #7b4783
}

.combined-service-solution-boxes .icon-block-no-overlay .inner.yogh .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.yogh .box-icon {
    background-image: url(../images/icons/gdpr_icon.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .icon-block-no-overlay .inner.yogh:hover,.service-boxes-combined .icon-block-no-overlay .inner.yogh:hover {
        border-color:#7b4783;
        color: #7b4783
    }

    .combined-service-solution-boxes .icon-block-no-overlay .inner.yogh:hover .box-icon,.service-boxes-combined .icon-block-no-overlay .inner.yogh:hover .box-icon {
        background-image: url(../images/icons/inverted/gdpr_icon.png)
    }
}

.combined-service-solution-boxes .icon-block-no-overlay .overlay,.service-boxes-combined .icon-block-no-overlay .overlay {
    background-color: #7b4783;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    cursor: auto;
    z-index: 100
}

.combined-service-solution-boxes .icon-block-no-overlay .overlay i.fa-times,.service-boxes-combined .icon-block-no-overlay .overlay i.fa-times {
    position: absolute;
    width: 24px;
    height: 25px;
    right: 10px;
    top: 10px;
    padding: 0 4px;
    color: #fff!important;
    font-size: 25px;
    cursor: pointer
}

.combined-service-solution-boxes .icon-block-no-overlay .overlay h2,.service-boxes-combined .icon-block-no-overlay .overlay h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600
}

.combined-service-solution-boxes .icon-block-no-overlay .overlay p,.service-boxes-combined .icon-block-no-overlay .overlay p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300
}

.combined-service-solution-boxes .icon-block-no-overlay .overlay p strong,.service-boxes-combined .icon-block-no-overlay .overlay p strong {
    font-weight: 600
}

.combined-service-solution-boxes .icon-block-no-overlay .overlay .find-out.more,.service-boxes-combined .icon-block-no-overlay .overlay .find-out.more {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 20px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px
}

.combined-service-solution-boxes .icon-block-no-overlay .overlay .find-out.more:hover,.service-boxes-combined .icon-block-no-overlay .overlay .find-out.more:hover {
    background-color: #fff
}

.combined-service-solution-boxes .service-product-box,.service-boxes-combined .service-product-box {
    display: inline-block;
    position: relative;
    float: none;
    width: 180.666px;
    height: 180.666px;
    margin: 0 5px 10px;
    border: 3px solid;
    vertical-align: top;
    text-decoration: none
}

.combined-service-solution-boxes .service-product-box:hover,.service-boxes-combined .service-product-box:hover {
    text-decoration: none
}

.combined-service-solution-boxes .service-product-box:active,.service-boxes-combined .service-product-box:active {
    text-decoration: none
}

.combined-service-solution-boxes .service-product-box:focus,.service-boxes-combined .service-product-box:focus {
    text-decoration: none
}

.combined-service-solution-boxes .service-product-box img,.service-boxes-combined .service-product-box img {
    position: absolute;
    max-width: 130px;
    max-height: 90px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.combined-service-solution-boxes .service-product-box .hunder-lay,.service-boxes-combined .service-product-box .hunder-lay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.combined-service-solution-boxes .service-product-box .hunder-lay p,.service-boxes-combined .service-product-box .hunder-lay p {
    position: absolute;
    width: 150px;
    height: 22px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 22px
}

.combined-service-solution-boxes .service-product-box .hunder-lay p.shut,.service-boxes-combined .service-product-box .hunder-lay p.shut {
    width: 85px
}

.combined-service-solution-boxes .service-product-box .expandown,.service-boxes-combined .service-product-box .expandown {
    position: absolute;
    height: 0;
    bottom: 0;
    left: -3px;
    right: -3px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.combined-service-solution-boxes .service-product-box .inner,.service-boxes-combined .service-product-box .inner {
    position: relative;
    height: 175px;
    color: #fff;
    text-align: center
}

.combined-service-solution-boxes .service-product-box .inner .box-icon,.service-boxes-combined .service-product-box .inner .box-icon {
    width: 100%;
    height: 128px;
    margin: 0 auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.combined-service-solution-boxes .service-product-box .inner .box-text,.service-boxes-combined .service-product-box .inner .box-text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    font-size: 13px;
    text-decoration: none
}

.combined-service-solution-boxes .service-product-box .inner .box-text:hover,.service-boxes-combined .service-product-box .inner .box-text:hover {
    text-decoration: none
}

.combined-service-solution-boxes .service-product-box .inner .box-text:active,.service-boxes-combined .service-product-box .inner .box-text:active {
    text-decoration: none
}

.combined-service-solution-boxes .service-product-box .inner .box-text:focus,.service-boxes-combined .service-product-box .inner .box-text:focus {
    text-decoration: none
}

.combined-service-solution-boxes .service-product-box.psi,.service-boxes-combined .service-product-box.psi {
    border-color: #068fe6
}

.combined-service-solution-boxes .service-product-box.psi .inner,.service-boxes-combined .service-product-box.psi .inner {
    background-color: #068fe6
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .service-product-box.psi .inner:hover,.service-boxes-combined .service-product-box.psi .inner:hover {
        background-color:#fff;
        color: #068fe6
    }
}

.combined-service-solution-boxes .service-product-box.psi .expandown,.service-boxes-combined .service-product-box.psi .expandown {
    background-color: #068fe6
}

.combined-service-solution-boxes .service-product-box.theta,.service-boxes-combined .service-product-box.theta {
    border-color: #0168a2
}

.combined-service-solution-boxes .service-product-box.theta .inner,.service-boxes-combined .service-product-box.theta .inner {
    background-color: #0168a2
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .service-product-box.theta .inner:hover,.service-boxes-combined .service-product-box.theta .inner:hover {
        background-color:#fff;
        color: #0168a2
    }
}

.combined-service-solution-boxes .service-product-box.theta .expandown,.service-boxes-combined .service-product-box.theta .expandown {
    background-color: #0168a2
}

.combined-service-solution-boxes .service-product-box.omicron,.service-boxes-combined .service-product-box.omicron {
    border-color: #d13968
}

.combined-service-solution-boxes .service-product-box.omicron .inner,.service-boxes-combined .service-product-box.omicron .inner {
    background-color: #d13968
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .service-product-box.omicron .inner:hover,.service-boxes-combined .service-product-box.omicron .inner:hover {
        background-color:#fff;
        color: #d13968
    }
}

.combined-service-solution-boxes .service-product-box.omicron .expandown,.service-boxes-combined .service-product-box.omicron .expandown {
    background-color: #d13968
}

.combined-service-solution-boxes .service-product-box.omega,.service-boxes-combined .service-product-box.omega {
    border-color: #e02b3c
}

.combined-service-solution-boxes .service-product-box.omega .inner,.service-boxes-combined .service-product-box.omega .inner {
    background-color: #e02b3c
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .service-product-box.omega .inner:hover,.service-boxes-combined .service-product-box.omega .inner:hover {
        background-color:#fff;
        color: #e02b3c
    }
}

.combined-service-solution-boxes .service-product-box.omega .expandown,.service-boxes-combined .service-product-box.omega .expandown {
    background-color: #e02b3c
}

.combined-service-solution-boxes .service-product-box.upsilon,.service-boxes-combined .service-product-box.upsilon {
    border-color: #9c1a2b
}

.combined-service-solution-boxes .service-product-box.upsilon .inner,.service-boxes-combined .service-product-box.upsilon .inner {
    background-color: #9c1a2b
}

.combined-service-solution-boxes .service-product-box.upsilon .inner .box-icon,.service-boxes-combined .service-product-box.upsilon .inner .box-icon {
    background-image: url(../images/icons/icon8_ns.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .service-product-box.upsilon .inner:hover,.service-boxes-combined .service-product-box.upsilon .inner:hover {
        background-color:#fff;
        color: #9c1a2b
    }

    .combined-service-solution-boxes .service-product-box.upsilon .inner:hover .box-icon,.service-boxes-combined .service-product-box.upsilon .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon8_ns.png);
        background-color: #9c1a2b
    }
}

.combined-service-solution-boxes .service-product-box.upsilon .expandown,.service-boxes-combined .service-product-box.upsilon .expandown {
    background-color: #9c1a2b
}

.combined-service-solution-boxes .service-product-box.thorn,.service-boxes-combined .service-product-box.thorn {
    border-color: #00aca2
}

.combined-service-solution-boxes .service-product-box.thorn .inner,.service-boxes-combined .service-product-box.thorn .inner {
    background-color: #00aca2
}

.combined-service-solution-boxes .service-product-box.thorn .inner .box-icon,.service-boxes-combined .service-product-box.thorn .inner .box-icon {
    background-image: url(../images/icons/icon9_ps.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .service-product-box.thorn .inner:hover,.service-boxes-combined .service-product-box.thorn .inner:hover {
        background-color:#fff;
        color: #00aca2
    }

    .combined-service-solution-boxes .service-product-box.thorn .inner:hover .box-icon,.service-boxes-combined .service-product-box.thorn .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon9_ps.png);
        background-color: #00aca2
    }
}

.combined-service-solution-boxes .service-product-box.thorn .expandown,.service-boxes-combined .service-product-box.thorn .expandown {
    background-color: #00aca2
}

.combined-service-solution-boxes .service-product-box.pi,.service-boxes-combined .service-product-box.pi {
    border-color: #ffaa14
}

.combined-service-solution-boxes .service-product-box.pi .inner,.service-boxes-combined .service-product-box.pi .inner {
    background-color: #ffaa14
}

.combined-service-solution-boxes .service-product-box.pi .inner .box-icon,.service-boxes-combined .service-product-box.pi .inner .box-icon {
    background-image: url(../images/icons/icon10_sl.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .service-product-box.pi .inner:hover,.service-boxes-combined .service-product-box.pi .inner:hover {
        background-color:#fff;
        color: #ffaa14
    }

    .combined-service-solution-boxes .service-product-box.pi .inner:hover .box-icon,.service-boxes-combined .service-product-box.pi .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon10_sl.png);
        background-color: #ffaa14
    }
}

.combined-service-solution-boxes .service-product-box.pi .expandown,.service-boxes-combined .service-product-box.pi .expandown {
    background-color: #ffaa14
}

.combined-service-solution-boxes .service-product-box.wynn,.service-boxes-combined .service-product-box.wynn {
    border-color: #81c462
}

.combined-service-solution-boxes .service-product-box.wynn .inner,.service-boxes-combined .service-product-box.wynn .inner {
    background-color: #81c462
}

.combined-service-solution-boxes .service-product-box.wynn .inner .box-icon,.service-boxes-combined .service-product-box.wynn .inner .box-icon {
    background-image: url(../images/icons/icon5_itam.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .service-product-box.wynn .inner:hover,.service-boxes-combined .service-product-box.wynn .inner:hover {
        background-color:#fff;
        color: #81c462
    }

    .combined-service-solution-boxes .service-product-box.wynn .inner:hover .box-icon,.service-boxes-combined .service-product-box.wynn .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon5_itam.png);
        background-color: #81c462
    }
}

.combined-service-solution-boxes .service-product-box.wynn .expandown,.service-boxes-combined .service-product-box.wynn .expandown {
    background-color: #81c462
}

.combined-service-solution-boxes .service-product-box.schwa,.service-boxes-combined .service-product-box.schwa {
    border-color: #23bce5
}

.combined-service-solution-boxes .service-product-box.schwa .inner,.service-boxes-combined .service-product-box.schwa .inner {
    background-color: #23bce5
}

.combined-service-solution-boxes .service-product-box.schwa .inner .box-icon,.service-boxes-combined .service-product-box.schwa .inner .box-icon {
    background-image: url(../images/icons/icon11_uc.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .service-product-box.schwa .inner:hover,.service-boxes-combined .service-product-box.schwa .inner:hover {
        background-color:#fff;
        color: #23bce5
    }

    .combined-service-solution-boxes .service-product-box.schwa .inner:hover .box-icon,.service-boxes-combined .service-product-box.schwa .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon11_uc.png);
        background-color: #23bce5
    }
}

.combined-service-solution-boxes .service-product-box.schwa .expandown,.service-boxes-combined .service-product-box.schwa .expandown {
    background-color: #23bce5
}

.combined-service-solution-boxes .service-product-box.eng,.service-boxes-combined .service-product-box.eng {
    border-color: #cc5299
}

.combined-service-solution-boxes .service-product-box.eng .inner,.service-boxes-combined .service-product-box.eng .inner {
    background-color: #cc5299
}

.combined-service-solution-boxes .service-product-box.eng .inner .box-icon,.service-boxes-combined .service-product-box.eng .inner .box-icon {
    background-image: url(../images/icons/icon7_ms.png)
}

@media screen and (min-width: 768px) {
    .combined-service-solution-boxes .service-product-box.eng .inner:hover,.service-boxes-combined .service-product-box.eng .inner:hover {
        background-color:#fff;
        color: #cc5299
    }

    .combined-service-solution-boxes .service-product-box.eng .inner:hover .box-icon,.service-boxes-combined .service-product-box.eng .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon7_ms.png);
        background-color: #cc5299
    }
}

.combined-service-solution-boxes .service-product-box.eng .expandown,.service-boxes-combined .service-product-box.eng .expandown {
    background-color: #cc5299
}

.combined-service-solution-boxes .service-product-box.tau,.service-boxes-combined .service-product-box.tau {
    border-color: #238746
}

.combined-service-solution-boxes .service-product-box.tau .inner,.service-boxes-combined .service-product-box.tau .inner {
    background-color: #238746
}

.combined-service-solution-boxes .service-product-box.tau .inner .box-icon,.service-boxes-combined .service-product-box.tau .inner .box-icon {
    background-image: url(../images/icons/icon1_bia.png)
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .service-product-box.tau .inner:hover,.service-boxes-combined .service-product-box.tau .inner:hover {
        background-color:#fff;
        color: #238746
    }

    .combined-service-solution-boxes .service-product-box.tau .inner:hover .box-icon,.service-boxes-combined .service-product-box.tau .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon1_bia.png);
        background-color: #238746
    }
}

.combined-service-solution-boxes .service-product-box.tau .expandown,.service-boxes-combined .service-product-box.tau .expandown {
    background-color: #238746
}

@media screen and (min-width: 767px) {
    .combined-service-solution-boxes .service-product-box.strategic:hover .hunder-lay,.service-boxes-combined .service-product-box.strategic:hover .hunder-lay {
        background-color:#fff!important
    }

    .combined-service-solution-boxes .service-product-box:hover .hunder-lay,.service-boxes-combined .service-product-box:hover .hunder-lay {
        display: block
    }

    .combined-service-solution-boxes .service-product-box:hover .hunder-lay p.read,.service-boxes-combined .service-product-box:hover .hunder-lay p.read {
        display: block
    }

    .combined-service-solution-boxes .service-product-box:hover .hunder-lay p.shut,.service-boxes-combined .service-product-box:hover .hunder-lay p.shut {
        display: none
    }

    .combined-service-solution-boxes .service-product-box:hover.active .hunder-lay,.service-boxes-combined .service-product-box:hover.active .hunder-lay {
        display: block
    }

    .combined-service-solution-boxes .service-product-box:hover.active .hunder-lay p.read,.service-boxes-combined .service-product-box:hover.active .hunder-lay p.read {
        display: none
    }

    .combined-service-solution-boxes .service-product-box:hover.active .hunder-lay p.shut,.service-boxes-combined .service-product-box:hover.active .hunder-lay p.shut {
        display: block
    }
}

@media screen and (max-width: 991px) {
    .combined-service-solution-boxes .service-product-box,.service-boxes-combined .service-product-box {
        width:140px
    }
}

@media screen and (max-width: 1199px) {
    .combined-service-solution-boxes .all-partner-box .inner,.service-boxes-combined .all-partner-box .inner {
        height:171px
    }
}

@media screen and (max-width: 991px) {
    .combined-service-solution-boxes .all-partner-box .inner,.service-boxes-combined .all-partner-box .inner {
        height:164px
    }

    .combined-service-solution-boxes .all-partner-box .inner .box-icon,.service-boxes-combined .all-partner-box .inner .box-icon {
        width: 120px;
        height: 120px
    }
}

@media screen and (max-width: 767px) {
    .combined-service-solution-boxes .all-partner-box .inner,.service-boxes-combined .all-partner-box .inner {
        display:table;
        width: 100%;
        height: 100%;
        margin: 0
    }

    .combined-service-solution-boxes .all-partner-box .inner .box-icon,.service-boxes-combined .all-partner-box .inner .box-icon {
        display: table-cell;
        width: 75px;
        min-width: 75px;
        height: 75px;
        margin: 0;
        -webkit-background-size: cover;
        background-size: cover
    }

    .combined-service-solution-boxes .all-partner-box .inner .box-text,.service-boxes-combined .all-partner-box .inner .box-text {
        display: block;
        height: initial;
        padding-right: 85px;
        padding-left: 10px
    }

    .combined-service-solution-boxes .all-partner-box .inner .t-wrap,.service-boxes-combined .all-partner-box .inner .t-wrap {
        display: table-cell;
        vertical-align: middle
    }

    .combined-service-solution-boxes .all-partner-box .inner .fa-plus,.service-boxes-combined .all-partner-box .inner .fa-plus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .combined-service-solution-boxes .all-partner-box .inner .fa-minus,.service-boxes-combined .all-partner-box .inner .fa-minus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .combined-service-solution-boxes .all-partner-more-info,.service-boxes-combined .all-partner-more-info {
        padding-top: 0
    }

    .combined-service-solution-boxes .all-partner-more-info .btn-white-full-width,.service-boxes-combined .all-partner-more-info .btn-white-full-width {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 18px
    }
}

a.btn-see-more {
    width: 100%;
    display: block;
    padding: 20px 0 0;
    text-decoration: none
}

a.btn-see-more:hover {
    text-decoration: none
}

a.btn-see-more:active {
    text-decoration: none
}

a.btn-see-more:focus {
    text-decoration: none
}

a.btn-see-more hr,a.btn-see-more span {
    margin: 0 5px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px)
}

a.btn-see-more span {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #585858;
    margin-bottom: 10px
}

a.btn-see-more span i {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

a.btn-see-more hr {
    margin-top: 3px;
    margin-bottom: 30px;
    height: 1px;
    background-color: #585858
}

.priorities-summary-box {
    position: relative;
    float: left;
    width: 290px;
    height: 290px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border-right: 1px solid #fff
}

.priorities-summary-box img {
    max-width: 100%;
    margin: 20px auto;
    padding: 0 20px;
    z-index: 0
}

.priorities-summary-box p {
    color: #fff;
    padding: 0 20px;
    text-align: left;
    font-weight: 300
}

.priorities-summary-box p.tag {
    font-size: 28px;
    line-height: 42px;
    font-weight: 200
}

.priorities-summary-box .btn {
    position: absolute;
    bottom: 20px;
    width: 40%;
    min-width: 120px;
    height: 40px;
    left: 20px;
    font-size: 14px;
    padding: 10px;
    background-color: #fff;
    border: 0;
    z-index: 3
}

.priorities-summary-box .btn i {
    margin-left: 20px
}

.priorities-summary-box .overlay {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    z-index: 2
}

.priorities-summary-box.v-2 {
    width: 280px;
    height: 280px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-right: none
}

.priorities-summary-box.v-2:hover {
    -webkit-box-shadow: 4px 4px 35px 5px rgba(0,0,0,.4);
    box-shadow: 4px 4px 35px 5px rgba(0,0,0,.4);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.priorities-summary-box.v-2:hover img {
    display: block
}

@media screen and (max-width: 991px) {
    .priorities-summary-box.v-2 {
        width:220px;
        height: 220px
    }
}

@media screen and (max-width: 767px) {
    .priorities-summary-box.v-2 {
        width:280px;
        height: 280px
    }
}

@media screen and (max-width: 450px) {
    .priorities-summary-box.v-2 {
        width:220px;
        height: 220px
    }
}

.priorities-summary-box:hover img {
    display: none
}

.priorities-summary-box:hover .overlay {
    display: block
}

.priorities-summary-box.alpha .btn,.priorities-summary-box.alpha i {
    color: #915da3!important
}

.priorities-summary-box.alpha .overlay {
    background-color: rgba(145,93,163,.85)
}

.priorities-summary-box.tau .btn,.priorities-summary-box.tau i {
    color: #00aca2!important
}

.priorities-summary-box.tau .overlay {
    background-color: rgba(0,172,162,.85)
}

.priorities-summary-box.quebec .btn,.priorities-summary-box.quebec i {
    color: #9c1a2b!important
}

.priorities-summary-box.quebec .overlay {
    background-color: rgba(156,26,43,.85)
}

.priorities-summary-box.theta .btn,.priorities-summary-box.theta i {
    color: #068fcf!important
}

.priorities-summary-box.theta .overlay {
    background-color: rgba(6,143,207,.85)
}

.priorities-summary-box.with-button p.tag {
    font-size: 28px;
    line-height: 28px;
    margin-top: 30px
}

.notice {
    position: fixed;
    width: 300px;
    bottom: 70px;
    left: 20px;
    padding: 10px 10px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: #000 0 0 15px;
    box-shadow: #000 0 0 15px;
    z-index: 1000
}

.close-notice {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close-notice:hover {
    color: #000;
    opacity: .5;
    text-decoration: none;
    cursor: pointer
}

.image-wall {
    margin-bottom: 50px;
    color: #fff
}

.image-wall .double-slide .fact-square,.image-wall .single-slide .fact-square {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.image-wall .double-slide .fact-square .label-reveal,.image-wall .single-slide .fact-square .label-reveal {
    width: 100%;
    height: 60px;
    padding: 0 5px;
    position: absolute;
    bottom: -60px;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background-color: #cc5299
}

.image-wall .double-slide .fact-square .label-reveal.header-banner,.image-wall .single-slide .fact-square .label-reveal.header-banner {
    color: #cc5299
}

.image-wall .double-slide .fact-square .label-reveal p,.image-wall .single-slide .fact-square .label-reveal p {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    line-height: 1.25
}

.image-wall .double-slide .fact-square:hover .label-reveal,.image-wall .single-slide .fact-square:hover .label-reveal {
    bottom: 0
}

.image-wall .single-slide {
    width: 438px;
    margin: 0 2px
}

.image-wall .single-slide .fact-square {
    width: 438px;
    height: 324px
}

.image-wall .single-slide .fact-square p {
    font-size: 18px
}

.image-wall .double-slide {
    width: 215px;
    margin: 0 2px
}

.image-wall .double-slide .fact-square {
    width: 215px;
    height: 160px
}

.image-wall .double-slide .fact-square p {
    font-size: 12px
}

.image-wall .double-slide .fact-square:last-child {
    margin-top: 4px
}

@media screen and (max-width: 420px) {
    .image-wall .double-slide,.image-wall .single-slide {
        width:auto;
        min-width: 320px
    }

    .image-wall .double-slide .fact-square,.image-wall .single-slide .fact-square {
        width: 100%
    }

    .image-wall .double-slide .fact-square p,.image-wall .single-slide .fact-square p {
        width: 100%;
        font-size: 14px;
        text-align: center
    }

    .image-wall .double-slide .fact-square .label-reveal,.image-wall .single-slide .fact-square .label-reveal {
        height: 50px
    }
}

.image-wall .owl-nav {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: inherit;
    min-height: 324px
}

.image-wall .owl-nav .owl-next,.image-wall .owl-nav .owl-prev {
    pointer-events: auto;
    position: absolute;
    display: block;
    width: 37px;
    min-height: inherit;
    background-color: rgba(0,0,0,.5);
    font-size: 23px;
    text-align: center;
    color: #fff
}

.image-wall .owl-nav .owl-next .fa,.image-wall .owl-nav .owl-prev .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.image-wall .owl-nav .owl-next:hover,.image-wall .owl-nav .owl-prev:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(145,93,163,.75)
}

.image-wall .owl-nav .owl-prev {
    left: 0
}

.image-wall .owl-nav .owl-next {
    right: 0
}

@media screen and (max-width: 767px) {
    .image-wall .owl-nav .owl-next,.image-wall .owl-nav .owl-prev {
        width:30px;
        font-size: 21px
    }
}

.leadership-team {
    text-align: center
}

@media screen and (max-width: 1200px) {
    .leadership-team {
        padding:0 37px
    }
}

@media screen and (max-width: 992px) {
    .leadership-team {
        padding:0 75px
    }
}

@media screen and (max-width: 767px) {
    .leadership-team {
        padding:0
    }
}

.lt-member {
    display: inline-block;
    width: 285px;
    margin: 15px 2px 0
}

.lt-member a:active,.lt-member a:focus,.lt-member a:hover {
    text-decoration: none;
    outline: 0
}

.lt-member:hover .bg-alpha {
    background-color: #664172
}

.lt-member:hover .bg-tau {
    background-color: #00605a
}

.lt-member:hover .bg-omicron {
    background-color: #a23072
}

.lt-member:hover .bg-pi {
    background-color: #8f9e26
}

.lt-member:hover .bg-rho {
    background-color: #f9a00b
}

.lt-member:hover .bg-theta {
    background-color: #045c85
}

.lt-member:hover .lt-dtls {
    background-color: #ebebed
}

@media screen and (max-width: 767px) {
    .lt-member {
        width:-webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }
}

.lt-pic {
    height: 270px;
    position: relative;
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    transition: all 750ms
}

.lt-pic img {
    display: block;
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.lt-pic::before {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    background-image: -webkit-radial-gradient(bottom,ellipse,rgba(0,0,0,.5) 0,rgba(0,0,0,.15) 40%,transparent 75%);
    background-image: -o-radial-gradient(bottom,ellipse,rgba(0,0,0,.5) 0,rgba(0,0,0,.15) 40%,transparent 75%);
    background-image: radial-gradient(ellipse at bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.15) 40%,transparent 75%)
}

@media screen and (max-width: 480px) {
    .lt-pic {
        height:145px
    }
}

.lt-dtls {
    height: 135px;
    padding: 35px 10px;
    text-align: center;
    font-weight: 300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media screen and (max-width: 480px) {
    .lt-dtls {
        height:80px;
        padding: 10px
    }
}

.lt-name {
    font-family: 'Proxima Nova',sans-serif;
    font-size: 24px;
    line-height: 1.125;
    color: #915da3
}

@media screen and (max-width: 480px) {
    .lt-name {
        font-size:18px
    }
}

.lt-role {
    font-size: 16px
}

@media screen and (max-width: 480px) {
    .lt-role {
        font-size:12px
    }
}

#modal-leadership-team .modal-dialog {
    width: 630px;
    margin-left: auto;
    margin-right: auto
}

#modal-leadership-team .modal-content {
    background-color: #fff
}

#modal-leadership-team .modal-body {
    padding: 0
}

#modal-leadership-team .fa-stack {
    display: inline-block;
    line-height: 2em;
    vertical-align: middle;
    position: absolute;
    width: 32px;
    height: 32px;
    top: -16px;
    right: -13px;
    color: #fff;
    cursor: pointer;
    z-index: 100
}

@media screen and (max-width: 680px) {
    #modal-leadership-team .modal-dialog {
        width:95%
    }

    #modal-leadership-team .fa-stack {
        top: -45px;
        right: -5px
    }
}

.leadership-team-carousel {
    height: 480px;
    overflow: hidden
}

.leadership-team-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 190px;
    pointer-events: none
}

.leadership-team-carousel .owl-next,.leadership-team-carousel .owl-prev {
    position: absolute;
    display: block;
    width: 37px;
    min-height: 190px;
    font-size: 23px;
    text-align: center;
    color: #fff;
    pointer-events: auto
}

.leadership-team-carousel .owl-next .fa,.leadership-team-carousel .owl-prev .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.leadership-team-carousel .owl-prev {
    left: 0
}

.leadership-team-carousel .owl-next {
    right: 0
}

@media screen and (max-width: 680px) {
    .leadership-team-carousel {
        height:525px
    }

    .owl-carousel.leadership-team-carousel .owl-stage,.owl-carousel.leadership-team-carousel .owl-stage-outer {
        height: 100%
    }

    .leadership-team-carousel .owl-next .fa,.leadership-team-carousel .owl-prev .fa {
        top: 80%
    }
}

@media screen and (max-width: 480px) {
    .leadership-team-carousel {
        width:100%;
        height: 640px
    }
}

.ltc-item {
    width: 630px;
    height: 480px
}

@media screen and (max-width: 680px) {
    .ltc-item {
        width:100%;
        height: 525px
    }
}

@media screen and (max-width: 680px) {
    .ltc-item {
        height:640px
    }
}

.ltc-dtls {
    height: 190px;
    padding: 0 0 0 35px
}

.ltc-dtls:after,.ltc-dtls:before {
    content: " ";
    display: table
}

.ltc-dtls:after {
    clear: both
}

.ltc-dtls:after,.ltc-dtls:before {
    content: " ";
    display: table
}

.ltc-dtls:after {
    clear: both
}

@media screen and (max-width: 680px) {
    .ltc-dtls {
        padding:0
    }
}

.ltc-img {
    height: inherit;
    width: 200px;
    position: relative;
    float: left;
    overflow: hidden
}

.ltc-img::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-radial-gradient(bottom,ellipse,rgba(0,0,0,.5) 0,rgba(0,0,0,.15) 40%,transparent 75%);
    background-image: -o-radial-gradient(bottom,ellipse,rgba(0,0,0,.5) 0,rgba(0,0,0,.15) 40%,transparent 75%);
    background-image: radial-gradient(ellipse at bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.15) 40%,transparent 75%)
}

.ltc-img img {
    display: block;
    max-height: 90%;
    max-width: 90%;
    width: initial!important;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

@media screen and (max-width: 680px) {
    .ltc-img {
        width:40%
    }
}

@media screen and (max-width: 480px) {
    .ltc-img {
        width:45%
    }
}

@media screen and (max-width: 380px) {
    .ltc-img {
        display:none
    }
}

.ltc-cpy {
    float: left;
    padding: 40px 0 0 20px
}

@media screen and (max-width: 680px) {
    .ltc-cpy {
        width:60%;
        padding: 20px 15px 0 0
    }
}

@media screen and (max-width: 480px) {
    .ltc-cpy {
        width:55%
    }
}

@media screen and (max-width: 380px) {
    .ltc-cpy {
        width:100%;
        padding: 40px 50px
    }
}

.ltc-name {
    font-family: 'Proxima Nova',sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1
}

@media screen and (max-width: 680px) {
    .ltc-name {
        font-size:26px
    }
}

.ltc-role {
    font-size: 23px;
    font-weight: 200
}

@media screen and (max-width: 680px) {
    .ltc-role {
        font-size:17px
    }
}

.ltc-linkd {
    margin: 20px 0 0
}

.ltc-linkd a {
    color: #fff
}

.ltc-linkd .fa {
    font-size: 24px
}

.ltc-info {
    width: 100%;
    height: 290px;
    padding: 30px;
    color: #585858;
    background-color: #fff
}

@media screen and (max-width: 680px) {
    .ltc-info {
        height:335px;
        padding: 30px 15px
    }
}

@media screen and (max-width: 480px) {
    .ltc-info {
        height:450px;
        padding: 20px 15px
    }
}

.ltc-ttl {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600
}

.modal-content .ltc-txt {
    color: #585858
}

.modal-content .ltc-txt p {
    color: inherit;
    font-size: 15px;
    line-height: 1.33
}

.ltc-txt ul li {
    margin-bottom: 10px;
    font-size: 15px
}

@media screen and (max-width: 680px) {
    .ltc-txt ul {
        padding-left:20px
    }
}

.video-modal-thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

.video-modal-thumb:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),color-stop(20%,rgba(0,0,0,.2)),color-stop(40%,transparent));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.7),rgba(0,0,0,.2) 20%,transparent 40%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.7),rgba(0,0,0,.2) 20%,transparent 40%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.2) 20%,transparent 40%)
}

.video-modal-thumb .video-title {
    padding: 15px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 3px #000;
    position: relative;
    z-index: 10
}

.video-modal-thumb .video-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.video-modal-thumb .video-icon::after,.video-modal-thumb .video-icon::before {
    content: '';
    display: block;
    width: 20%;
    height: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.video-modal-thumb .video-icon::before {
    background-image: url(../images/icons/youtube-modal/youtube_on.png);
    opacity: 1
}

.video-modal-thumb .video-icon::after {
    background-image: url(../images/icons/youtube-modal/youtube_hover.png);
    opacity: 0
}

.video-modal-thumb .video-icon:hover {
    background-color: rgba(0,0,0,.33)
}

.video-modal-thumb .video-icon:hover::before {
    opacity: 0
}

.video-modal-thumb .video-icon:hover::after {
    opacity: 1
}

@media screen and (max-width: 480px) {
    .video-modal {
        top:20%;
        bottom: inherit
    }
}

.video-modal .modal-dialog {
    width: 1140px;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto
}

.video-modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent
}

.video-modal .modal-content .video-modal-close {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    text-align: right;
    cursor: pointer
}

.video-modal .modal-content .modal-body {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

.video-modal .modal-content .modal-body iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0
}

@media (min-width: 1200px) {
    .container.width-lg-1220 {
        width:960px
    }
}

@media (min-width: 1240px) {
    .container.width-lg-1220 {
        width:1220px
    }
}

.key-facts {
    position: relative;
    overflow: hidden
}

.key-facts .keyfacts-bg-sm {
    display: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.key-facts .facts-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.key-facts div[class^=fact-numb-] {
    position: absolute;
    font-family: 'Proxima Nova',serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    color: #fff
}

.key-facts div[class^=fact-numb-] span {
    display: block
}

.key-facts div[class^=fact-numb-] span sup {
    top: 0;
    padding-left: .055em;
    font-size: 52.5%;
    vertical-align: text-top;
    line-height: 1.15
}

.key-facts div[class^=fact-numb-] .txt-108,.key-facts div[class^=fact-numb-] .txt-45,.key-facts div[class^=fact-numb-] .txt-59,.key-facts div[class^=fact-numb-] .txt-63,.key-facts div[class^=fact-numb-] .txt-64,.key-facts div[class^=fact-numb-] .txt-70,.key-facts div[class^=fact-numb-] .txt-77 {
    font-weight: 700;
    line-height: .9
}

.key-facts div[class^=fact-numb-] .txt-108 {
    font-size: 108px
}

.key-facts div[class^=fact-numb-] .txt-77 {
    font-size: 77px
}

.key-facts div[class^=fact-numb-] .txt-70 {
    font-size: 70px
}

.key-facts div[class^=fact-numb-] .txt-64 {
    font-size: 64px
}

.key-facts div[class^=fact-numb-] .txt-63 {
    font-size: 63px
}

.key-facts div[class^=fact-numb-] .txt-45 {
    font-size: 45px
}

.key-facts div[class^=fact-numb-] .txt-59 {
    font-size: 59px
}

.key-facts div[class^=fact-numb-] .txt-25 {
    font-size: 25px
}

.key-facts div[class^=fact-numb-] .txt-24 {
    font-size: 24px
}

.key-facts div[class^=fact-numb-] .txt-20 {
    font-size: 20px
}

.key-facts div.fact-numb-1 {
    width: 240px;
    height: 180px;
    top: 129px;
    left: 160px;
    text-align: center
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-1 {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(129px * .78);
        top: calc(129px * .78);
        left: -webkit-calc(160px * .78);
        left: calc(160px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-1 {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(129px * .6);
        top: calc(129px * .6);
        left: -webkit-calc(160px * .6);
        left: calc(160px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-1 {
        -webkit-transform:scale(.85) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.85) translateX(calc(-50% + 6px));
        transform: scale(.85) translateX(calc(-50% + 6px));
        top: 60px;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-1 img {
        margin-bottom:10px
    }
}

.key-facts div.fact-numb-1 img {
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-1 {
        top:40px
    }
}

.key-facts .fact-numb-1-paragraph {
    width: 417px;
    height: 45px;
    top: 137px;
    left: 460px;
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.35px
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-1-paragraph {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(137px * .78);
        top: calc(137px * .78);
        left: -webkit-calc(460px * .78);
        left: calc(460px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-1-paragraph {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(137px * .6);
        top: calc(137px * .6);
        left: -webkit-calc(460px * .6);
        left: calc(460px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-1-paragraph {
        -webkit-transform:scale(.85) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.85) translateX(calc(-50% + 6px));
        transform: scale(.85) translateX(calc(-50% + 6px));
        top: 60px;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-1-paragraph {
        left:50%;
        top: 293px;
        width: 170px;
        font-size: 15px;
        line-height: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.key-facts div.fact-numb-2 {
    width: 170px;
    height: 110px;
    top: 264px;
    left: 970px
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-2 {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(264px * .78);
        top: calc(264px * .78);
        left: -webkit-calc(970px * .78);
        left: calc(970px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-2 {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(264px * .6);
        top: calc(264px * .6);
        left: -webkit-calc(970px * .6);
        left: calc(970px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-2 {
        -webkit-transform:scale(1.3) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(1.3) translateX(calc(-50% + 6px));
        transform: scale(1.3) translateX(calc(-50% + 6px));
        top: 740px;
        left: 50%;
        text-align: center
    }
}

.key-facts div.fact-numb-2 .txt-20 {
    padding-left: 15px
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-2 {
        text-align:left;
        top: 630px
    }
}

.key-facts .fact-numb-2-paragraph {
    width: 317px;
    height: 50px;
    top: 312px;
    left: 600px;
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.35px
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-2-paragraph {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(312px * .78);
        top: calc(312px * .78);
        left: -webkit-calc(600px * .78);
        left: calc(600px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-2-paragraph {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(312px * .6);
        top: calc(312px * .6);
        left: -webkit-calc(600px * .6);
        left: calc(600px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-2-paragraph {
        -webkit-transform:scale(.85) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.85) translateX(calc(-50% + 6px));
        transform: scale(.85) translateX(calc(-50% + 6px));
        top: 60px;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-2-paragraph {
        left:50%;
        top: 768px;
        width: 193px;
        font-size: 15px;
        line-height: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.key-facts div.fact-numb-3 {
    width: 225px;
    height: 95px;
    top: 518px;
    left: 323px
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-3 {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(518px * .78);
        top: calc(518px * .78);
        left: -webkit-calc(323px * .78);
        left: calc(323px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-3 {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(518px * .6);
        top: calc(518px * .6);
        left: -webkit-calc(323px * .6);
        left: calc(323px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-3 {
        -webkit-transform:scale(.9) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.9) translateX(calc(-50% + 6px));
        transform: scale(.9) translateX(calc(-50% + 6px));
        top: 1078px;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-3 {
        font-size:30px;
        top: 910px
    }
}

.key-facts .fact-numb-3-paragraph {
    width: 249px;
    height: 48px;
    top: 620px;
    left: 324px;
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.35px
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-3-paragraph {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(620px * .78);
        top: calc(620px * .78);
        left: -webkit-calc(324px * .78);
        left: calc(324px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-3-paragraph {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(620px * .6);
        top: calc(620px * .6);
        left: -webkit-calc(324px * .6);
        left: calc(324px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-3-paragraph {
        -webkit-transform:scale(.85) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.85) translateX(calc(-50% + 6px));
        transform: scale(.85) translateX(calc(-50% + 6px));
        top: 60px;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-3-paragraph {
        left:50%;
        top: 1005px;
        width: 193px;
        font-size: 15px;
        line-height: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.key-facts div.fact-numb-4 {
    width: 272px;
    height: 125px;
    top: 542px;
    left: 675px;
    color: #000
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-4 {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(542px * .78);
        top: calc(542px * .78);
        left: -webkit-calc(675px * .78);
        left: calc(675px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-4 {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(542px * .6);
        top: calc(542px * .6);
        left: -webkit-calc(675px * .6);
        left: calc(675px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-4 {
        -webkit-transform:scale(.89) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.89) translateX(calc(-50% + 6px));
        transform: scale(.89) translateX(calc(-50% + 6px));
        top: 1571px;
        left: 50%;
        text-align: center
    }
}

.key-facts div.fact-numb-4 .txt-70 {
    color: #fff
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-4 {
        top:1356px
    }
}

.key-facts .fact-numb-4-paragraph {
    width: 207px;
    height: 45px;
    top: 557px;
    left: 966px;
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.35px;
    color: #3c3c3b
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-4-paragraph {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(557px * .78);
        top: calc(557px * .78);
        left: -webkit-calc(966px * .78);
        left: calc(966px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-4-paragraph {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(557px * .6);
        top: calc(557px * .6);
        left: -webkit-calc(966px * .6);
        left: calc(966px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-4-paragraph {
        -webkit-transform:scale(.85) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.85) translateX(calc(-50% + 6px));
        transform: scale(.85) translateX(calc(-50% + 6px));
        top: 60px;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-4-paragraph {
        left:50%;
        top: 1454px;
        width: 152px;
        font-size: 15px;
        line-height: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.key-facts div.fact-numb-5 {
    width: 385px;
    height: 80px;
    top: 879px;
    left: 70px;
    color: #000;
    text-align: center
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-5 {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(879px * .78);
        top: calc(879px * .78);
        left: -webkit-calc(70px * .78);
        left: calc(70px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-5 {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(879px * .6);
        top: calc(879px * .6);
        left: -webkit-calc(70px * .6);
        left: calc(70px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-5 {
        -webkit-transform:scale(.55) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.55) translateX(calc(-50% + 6px));
        transform: scale(.55) translateX(calc(-50% + 6px));
        top: 2015px;
        left: 50%;
        text-align: center
    }
}

.key-facts div.fact-numb-5 .txt-63 {
    color: #00aca2
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-5 {
        top:1735px
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-5 {
        font-size:55px
    }

    .key-facts div.fact-numb-5 .txt-63 {
        line-height: 1.1
    }
}

.key-facts .fact-numb-5-paragraph {
    width: 471px;
    height: 25px;
    top: 956px;
    left: 39px;
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.35px
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-5-paragraph {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(956px * .78);
        top: calc(956px * .78);
        left: -webkit-calc(39px * .78);
        left: calc(39px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-5-paragraph {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(956px * .6);
        top: calc(956px * .6);
        left: -webkit-calc(39px * .6);
        left: calc(39px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-5-paragraph {
        -webkit-transform:scale(.85) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.85) translateX(calc(-50% + 6px));
        transform: scale(.85) translateX(calc(-50% + 6px));
        top: 60px;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-5-paragraph {
        left:50%;
        top: 1833px;
        width: 214px;
        font-size: 15px;
        line-height: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.key-facts div.fact-numb-6 {
    width: 350px;
    height: 80px;
    top: 944px;
    left: 649px;
    color: #3c3c3b;
    text-align: right
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-6 {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(944px * .78);
        top: calc(944px * .78);
        left: -webkit-calc(649px * .78);
        left: calc(649px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-6 {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(944px * .6);
        top: calc(944px * .6);
        left: -webkit-calc(649px * .6);
        left: calc(649px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-6 {
        -webkit-transform:scale(.7) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.7) translateX(calc(-50% + 6px));
        transform: scale(.7) translateX(calc(-50% + 6px));
        top: 2460px;
        left: 50%;
        text-align: center
    }
}

.key-facts div.fact-numb-6 .txt-63 {
    color: #00aca2
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-6 .txt-70 {
        font-size:46px
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-6 {
        font-size:55px;
        top: 2115px
    }

    .key-facts div.fact-numb-6 .txt-63 {
        line-height: 1.1
    }
}

.key-facts div.fact-numb-7 {
    width: 225px;
    height: 140px;
    top: 1199px;
    left: 35px;
    text-align: center
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-7 {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(1199px * .78);
        top: calc(1199px * .78);
        left: -webkit-calc(35px * .78);
        left: calc(35px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-7 {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(1199px * .6);
        top: calc(1199px * .6);
        left: -webkit-calc(35px * .6);
        left: calc(35px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-7 {
        -webkit-transform:scale(1) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(1) translateX(calc(-50% + 6px));
        transform: scale(1) translateX(calc(-50% + 6px));
        top: 3270px;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-7 {
        top:2839px
    }

    .key-facts div.fact-numb-7 .txt-108 {
        font-size: 89px;
        line-height: 90px
    }
}

.key-facts .fact-numb-7-paragraph {
    width: 326px;
    height: 53px;
    top: 1354px;
    left: 39px;
    position: absolute;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    letter-spacing: -.35px
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-7-paragraph {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(1354px * .78);
        top: calc(1354px * .78);
        left: -webkit-calc(39px * .78);
        left: calc(39px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-7-paragraph {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(1354px * .6);
        top: calc(1354px * .6);
        left: -webkit-calc(39px * .6);
        left: calc(39px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-7-paragraph {
        -webkit-transform:scale(.85) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.85) translateX(calc(-50% + 6px));
        transform: scale(.85) translateX(calc(-50% + 6px));
        top: 60px;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-7-paragraph {
        left:50%;
        top: 2962px;
        width: 170px;
        font-size: 15px;
        line-height: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.key-facts div.fact-numb-8 {
    width: 290px;
    height: 200px;
    top: 1309px;
    left: 720px;
    position: relative
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-8 {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(1309px * .78);
        top: calc(1309px * .78);
        left: -webkit-calc(720px * .78);
        left: calc(720px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-8 {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(1309px * .6);
        top: calc(1309px * .6);
        left: -webkit-calc(720px * .6);
        left: calc(720px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-8 {
        -webkit-transform:scale(1) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(1) translateX(calc(-50% + 6px));
        transform: scale(1) translateX(calc(-50% + 6px));
        top: 0;
        left: 50%;
        text-align: center
    }
}

.key-facts div.fact-numb-8 .txt-108 {
    line-height: 1;
    position: absolute;
    bottom: -20px;
    right: 0
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-8 {
        top:1030px;
        height: 195px
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-8 {
        top:795px
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-8 {
        top:3115px;
        text-align: center
    }

    .key-facts div.fact-numb-8 .txt-24 {
        font-size: 28px
    }

    .key-facts div.fact-numb-8 .txt-108 {
        font-size: 96px;
        right: 50%;
        -webkit-transform: translateX(-webkit-calc(50% + 6px));
        -ms-transform: translateX(calc(50% + 6px));
        transform: translateX(calc(50% + 6px))
    }
}

.key-facts div.fact-numb-10 {
    width: 250px;
    height: 215px;
    top: 1660px;
    left: 60px;
    text-align: right
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-10 {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(1660px * .78);
        top: calc(1660px * .78);
        left: -webkit-calc(60px * .78);
        left: calc(60px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-10 {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(1660px * .6);
        top: calc(1660px * .6);
        left: -webkit-calc(60px * .6);
        left: calc(60px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-10 {
        -webkit-transform:scale(.8) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.8) translateX(calc(-50% + 6px));
        transform: scale(.8) translateX(calc(-50% + 6px));
        top: 4730px;
        left: 50%;
        text-align: center
    }
}

.key-facts div.fact-numb-10 .txt-108 {
    text-align: left;
    padding-left: 30px
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-10 {
        text-align:right;
        top: 4090px
    }

    .key-facts div.fact-numb-10 .txt-108 {
        padding-left: 0;
        font-size: 95px
    }

    .key-facts div.fact-numb-10 .txt-70 {
        font-size: 60px;
        line-height: 1
    }
}

.key-facts .fact-numb-10-paragraph {
    width: 195px;
    height: 134px;
    top: 1781px;
    left: 670px;
    position: absolute;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    letter-spacing: -.35px
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-10-paragraph {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(1781px * .78);
        top: calc(1781px * .78);
        left: -webkit-calc(670px * .78);
        left: calc(670px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-10-paragraph {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(1781px * .6);
        top: calc(1781px * .6);
        left: -webkit-calc(670px * .6);
        left: calc(670px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-10-paragraph {
        -webkit-transform:scale(.85) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(.85) translateX(calc(-50% + 6px));
        transform: scale(.85) translateX(calc(-50% + 6px));
        top: 60px;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-10-paragraph {
        left:50%;
        top: 4260px;
        width: 204px;
        font-size: 15px;
        line-height: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.key-facts div.fact-numb-11 {
    width: 230px;
    height: 135px;
    top: 1809px;
    left: 955px;
    text-align: center
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-11 {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(1809px * .78);
        top: calc(1809px * .78);
        left: -webkit-calc(955px * .78);
        left: calc(955px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-11 {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(1809px * .6);
        top: calc(1809px * .6);
        left: -webkit-calc(955px * .6);
        left: calc(955px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-11 {
        -webkit-transform:scale(1) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(1) translateX(calc(-50% + 6px));
        transform: scale(1) translateX(calc(-50% + 6px));
        top: 0;
        left: 50%;
        text-align: center
    }
}

.key-facts div.fact-numb-11 .txt-70 {
    line-height: .775
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-11 {
        top:1400px;
        left: 750px
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-11 {
        top:1080px;
        left: 579px
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-11 {
        top:4470px;
        left: 50%
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-11-values {
        left:50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        top: 0
    }
}

.key-facts .fact-numb-11-value {
    padding-top: 5px;
    position: absolute;
    border-top: 5px solid #00f
}

.key-facts .fact-numb-11-value p {
    color: #fff
}

.key-facts .fact-numb-11-value .value-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px
}

.key-facts .fact-numb-11-value .value-excerpt {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .66px
}

.key-facts .fact-numb-11-value:nth-of-type(1) {
    width: 141px;
    height: 154px;
    top: 1792px;
    left: 459px;
    border-top-color: #c94792
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-11-value:nth-of-type(1) {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(1792px * .78);
        top: calc(1792px * .78);
        left: -webkit-calc(459px * .78);
        left: calc(459px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-11-value:nth-of-type(1) {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(1792px * .6);
        top: calc(1792px * .6);
        left: -webkit-calc(459px * .6);
        left: calc(459px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-11-value:nth-of-type(1) {
        -webkit-transform:scale(1) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(1) translateX(calc(-50% + 6px));
        transform: scale(1) translateX(calc(-50% + 6px));
        top: 0;
        left: 50%;
        text-align: center
    }
}

.key-facts .fact-numb-11-value:nth-of-type(2) {
    width: 141px;
    height: 154px;
    top: 1792px;
    left: 620px;
    border-top-color: #bfd23f
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-11-value:nth-of-type(2) {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(1792px * .78);
        top: calc(1792px * .78);
        left: -webkit-calc(620px * .78);
        left: calc(620px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-11-value:nth-of-type(2) {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(1792px * .6);
        top: calc(1792px * .6);
        left: -webkit-calc(620px * .6);
        left: calc(620px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-11-value:nth-of-type(2) {
        -webkit-transform:scale(1) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(1) translateX(calc(-50% + 6px));
        transform: scale(1) translateX(calc(-50% + 6px));
        top: 0;
        left: 50%;
        text-align: center
    }
}

.key-facts .fact-numb-11-value:nth-of-type(3) {
    width: 141px;
    height: 154px;
    top: 1792px;
    left: 781px;
    border-top-color: #0790cf
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-11-value:nth-of-type(3) {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(1792px * .78);
        top: calc(1792px * .78);
        left: -webkit-calc(781px * .78);
        left: calc(781px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-11-value:nth-of-type(3) {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(1792px * .6);
        top: calc(1792px * .6);
        left: -webkit-calc(781px * .6);
        left: calc(781px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-11-value:nth-of-type(3) {
        -webkit-transform:scale(1) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(1) translateX(calc(-50% + 6px));
        transform: scale(1) translateX(calc(-50% + 6px));
        top: 0;
        left: 50%;
        text-align: center
    }
}

.key-facts .fact-numb-11-value:nth-of-type(4) {
    width: 141px;
    height: 154px;
    top: 1792px;
    left: 946px;
    border-top-color: #fbbd56
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-11-value:nth-of-type(4) {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(1792px * .78);
        top: calc(1792px * .78);
        left: -webkit-calc(946px * .78);
        left: calc(946px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-11-value:nth-of-type(4) {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(1792px * .6);
        top: calc(1792px * .6);
        left: -webkit-calc(946px * .6);
        left: calc(946px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-11-value:nth-of-type(4) {
        -webkit-transform:scale(1) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(1) translateX(calc(-50% + 6px));
        transform: scale(1) translateX(calc(-50% + 6px));
        top: 0;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 1240px) {
    .key-facts .fact-numb-11-value:nth-of-type(1),.key-facts .fact-numb-11-value:nth-of-type(2),.key-facts .fact-numb-11-value:nth-of-type(3),.key-facts .fact-numb-11-value:nth-of-type(4) {
        top:1371px
    }

    .key-facts .fact-numb-11-value:nth-of-type(1) .value-title,.key-facts .fact-numb-11-value:nth-of-type(2) .value-title,.key-facts .fact-numb-11-value:nth-of-type(3) .value-title,.key-facts .fact-numb-11-value:nth-of-type(4) .value-title {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width: 992px) {
    .key-facts .fact-numb-11-value:nth-of-type(1),.key-facts .fact-numb-11-value:nth-of-type(2),.key-facts .fact-numb-11-value:nth-of-type(3),.key-facts .fact-numb-11-value:nth-of-type(4) {
        top:1011px
    }
}

@media screen and (max-width: 768px) {
    .key-facts .fact-numb-11-value:nth-of-type(1),.key-facts .fact-numb-11-value:nth-of-type(2),.key-facts .fact-numb-11-value:nth-of-type(3),.key-facts .fact-numb-11-value:nth-of-type(4) {
        left:50%;
        width: 173px;
        font-size: 15px;
        line-height: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-top: 5px
    }

    .key-facts .fact-numb-11-value:nth-of-type(1) .value-excerpt,.key-facts .fact-numb-11-value:nth-of-type(2) .value-excerpt,.key-facts .fact-numb-11-value:nth-of-type(3) .value-excerpt,.key-facts .fact-numb-11-value:nth-of-type(4) .value-excerpt {
        font-size: 14px;
        line-height: 20px
    }

    .key-facts .fact-numb-11-value:nth-of-type(1) {
        top: 4630px
    }

    .key-facts .fact-numb-11-value:nth-of-type(2) {
        top: 4769px
    }

    .key-facts .fact-numb-11-value:nth-of-type(3) {
        top: 4903px
    }

    .key-facts .fact-numb-11-value:nth-of-type(4) {
        top: 5037px
    }
}

.key-facts div.fact-numb-12 {
    width: 320px;
    height: 130px;
    top: 2054px;
    left: 48px;
    text-align: center
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-12 {
        -webkit-transform:scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: -webkit-calc(2054px * .78);
        top: calc(2054px * .78);
        left: -webkit-calc(48px * .78);
        left: calc(48px * .78)
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-12 {
        -webkit-transform:scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        top: -webkit-calc(2054px * .6);
        top: calc(2054px * .6);
        left: -webkit-calc(48px * .6);
        left: calc(48px * .6)
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-12 {
        -webkit-transform:scale(1) translateX(-webkit-calc(-50% + 6px));
        -ms-transform: scale(1) translateX(calc(-50% + 6px));
        transform: scale(1) translateX(calc(-50% + 6px));
        top: 0;
        left: 50%;
        text-align: center
    }
}

@media screen and (max-width: 1240px) {
    .key-facts div.fact-numb-12 {
        top:1590px;
        left: 42px
    }
}

@media screen and (max-width: 992px) {
    .key-facts div.fact-numb-12 {
        top:1225px;
        left: 33px
    }
}

@media screen and (max-width: 768px) {
    .key-facts div.fact-numb-12 {
        top:5215px;
        left: 50%;
        line-height: 1.5
    }

    .key-facts div.fact-numb-12 .txt-64 {
        font-size: 46px
    }
}

@media screen and (max-width: 768px) {
    .key-facts {
        width:385px;
        margin: 0 auto
    }

    .key-facts .keyfacts-bg-lg {
        display: none
    }

    .key-facts .keyfacts-bg-sm {
        display: block
    }
}

@media screen and (max-width: 386px) {
    .key-facts {
        width:320px
    }
}

@media screen and (min-width: 768px) {
    .icon-columns-graphic {
        position:relative
    }

    .icon-columns-graphic .graphic-column-headers-wrapper {
        display: block;
        width: 75%;
        margin-left: 25%;
        border-bottom: 0;
        border-top-width: 3px;
        border-top-style: solid;
        border-right-width: 3px;
        border-right-style: solid;
        border-left-width: 3px;
        border-left-style: solid
    }

    .icon-columns-graphic .graphic-column-headers-wrapper .graphic-column-headers {
        display: table;
        width: 100%
    }

    .icon-columns-graphic .graphic-column-headers-wrapper .column-header {
        display: table-cell;
        width: 33.33333333%;
        padding: 15px;
        border-left: 1px solid #000;
        text-align: center;
        vertical-align: top
    }

    .icon-columns-graphic .graphic-column-headers-wrapper .column-header p {
        margin: 0
    }

    .icon-columns-graphic .graphic-column-headers-wrapper .column-header p.title-text {
        margin: 0 0 5px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600
    }

    .icon-columns-graphic .graphic-column-headers-wrapper .column-header:first-child {
        border-left: none
    }

    .icon-columns-graphic .graphic-wrapper {
        display: table;
        width: 100%;
        height: 100%;
        border-top-width: 3px;
        border-top-style: solid;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        background-color: #fff
    }

    .icon-columns-graphic .graphic-controls {
        display: table-cell;
        width: 25%;
        border-left-width: 3px;
        border-left-style: solid;
        vertical-align: top
    }

    .icon-columns-graphic .graphic-controls .control {
        position: relative
    }

    .icon-columns-graphic .graphic-controls .control .control-title {
        position: relative;
        padding: 15px 40px 15px 15px;
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        cursor: pointer
    }

    .icon-columns-graphic .graphic-controls .control .control-title.no-jutout {
        margin-right: 0!important
    }

    .icon-columns-graphic .graphic-controls .control .control-title i.fa {
        position: absolute;
        height: 16px;
        top: 0;
        right: 15px;
        bottom: 0;
        margin: auto 0;
        font-size: 18px;
        line-height: 18px
    }

    .icon-columns-graphic .graphic-controls .control .intro-text {
        height: 0;
        padding: 0 20px;
        overflow: hidden
    }

    .icon-columns-graphic .graphic-controls .control .intro-text p {
        display: none
    }

    .icon-columns-graphic .graphic-controls .control:not(.active) .control-title {
        background-color: #aaaab4
    }

    .icon-columns-graphic .graphic-controls .control.active .control-title,.icon-columns-graphic .graphic-controls .control.spoof-active .control-title {
        padding: 20px 35px 20px 20px;
        margin-right: -10px;
        font-size: 18px;
        line-height: 24px
    }

    .icon-columns-graphic .graphic-controls .control.active .control-title.no-jutout,.icon-columns-graphic .graphic-controls .control.spoof-active .control-title.no-jutout {
        margin-right: 0!important
    }

    .icon-columns-graphic .graphic-controls .control.active .intro-text,.icon-columns-graphic .graphic-controls .control.spoof-active .intro-text {
        height: auto;
        padding: 12px 20px
    }

    .icon-columns-graphic .graphic-controls .control.active .intro-text p,.icon-columns-graphic .graphic-controls .control.spoof-active .intro-text p {
        display: block
    }

    .icon-columns-graphic .graphic-columns-wrapper {
        display: table-cell;
        width: 75%;
        height: 100%;
        border-right-width: 3px;
        border-right-style: solid;
        border-left: 3px solid transparent;
        vertical-align: top
    }

    .icon-columns-graphic .graphic-columns {
        display: none;
        width: 100%;
        height: 100%
    }

    .icon-columns-graphic .graphic-columns .mobile-column-header {
        display: none
    }

    .icon-columns-graphic .graphic-columns .column {
        display: table-cell;
        position: relative;
        width: 33.33333333%;
        height: 100%;
        padding: 40px 3px 20px;
        border-left: 1px solid #000;
        text-align: center;
        vertical-align: top
    }

    .icon-columns-graphic .graphic-columns .column:first-child {
        border-left: none
    }

    .icon-columns-graphic .graphic-columns.active,.icon-columns-graphic .graphic-columns.spoof-active {
        display: table
    }

    .icon-columns-graphic .icon-item {
        display: inline-block;
        width: 120px;
        margin: 0 10px;
        background-color: transparent;
        cursor: pointer
    }

    .icon-columns-graphic .icon-item .icon {
        width: 100px;
        height: 100px;
        margin: 10px auto;
        background-position: center center;
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s,-webkit-transform .2s
    }

    .icon-columns-graphic .icon-item .text {
        width: 100%;
        height: 70px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600
    }

    .no-touch .icon-columns-graphic .icon-item:hover .icon {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .icon-columns-graphic .graphic-column-headers-wrapper .column-header p.title-text {
        font-size:18px;
        line-height: 22px
    }

    .icon-columns-graphic .graphic-controls .control .control-title {
        padding: 10px 30px 10px 10px;
        font-size: 14px;
        line-height: 20px
    }

    .icon-columns-graphic .graphic-controls .control.active .control-title,.icon-columns-graphic .graphic-controls .control.spoof-active .control-title {
        padding: 15px 30px 15px 15px;
        margin-right: -5px;
        font-size: 16px;
        line-height: 22px
    }

    .icon-columns-graphic .graphic-controls .control.active .control-title.no-jutout,.icon-columns-graphic .graphic-controls .control.spoof-active .control-title.no-jutout {
        margin-right: 0!important
    }

    .icon-columns-graphic .graphic-controls .control.active .intro-text,.icon-columns-graphic .graphic-controls .control.spoof-active .intro-text {
        padding: 7px 20px
    }

    .icon-columns-graphic .graphic-columns .column {
        padding: 30px 4px 15px
    }

    .icon-columns-graphic .icon-item {
        width: 80px
    }

    .icon-columns-graphic .icon-item .icon {
        width: 70px;
        height: 70px
    }

    .icon-columns-graphic .icon-item .text {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .icon-columns-graphic .icon-item {
        width:120px
    }
}

@media screen and (max-width: 767px) {
    .icon-columns-graphic {
        position:relative
    }

    .icon-columns-graphic .graphic-column-headers-wrapper {
        display: none
    }

    .icon-columns-graphic .graphic-controls {
        margin: 0 -10px;
        text-align: center
    }

    .icon-columns-graphic .graphic-controls .control {
        background-color: #fff
    }

    .icon-columns-graphic .graphic-controls .control .control-title {
        width: 100%;
        padding: 20px 10px 19px;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer
    }

    .icon-columns-graphic .graphic-controls .control .control-title i.fa {
        margin-left: 10px;
        font-size: 18px;
        line-height: 26px;
        vertical-align: middle
    }

    .icon-columns-graphic .graphic-controls .control .intro-text {
        width: 300px;
        padding: 20px;
        margin: 0 auto
    }

    .icon-columns-graphic .graphic-controls .control.active .control-title i.fa {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .icon-columns-graphic .graphic-columns-wrapper {
        position: absolute;
        top: 0;
        right: -10px;
        left: -10px
    }

    .icon-columns-graphic .graphic-columns-wrapper .graphic-columns {
        position: absolute;
        width: 100%;
        background-color: #fff
    }

    .icon-columns-graphic .graphic-columns-wrapper .column {
        width: 100%;
        text-align: center
    }

    .icon-columns-graphic .graphic-columns-wrapper .column .mobile-column-header {
        width: 300px;
        padding: 20px;
        margin: 0 auto
    }

    .icon-columns-graphic .graphic-columns-wrapper .column .mobile-column-header p {
        margin: 0
    }

    .icon-columns-graphic .graphic-columns-wrapper .column .mobile-column-header p.title-text {
        margin: 0 0 5px;
        font-size: 23px;
        line-height: 33px;
        font-weight: 600
    }

    .icon-columns-graphic .graphic-columns-wrapper .icon-item {
        display: inline-block;
        width: 120px;
        margin: 0 20px;
        background-color: transparent;
        cursor: pointer
    }

    .icon-columns-graphic .graphic-columns-wrapper .icon-item .icon {
        width: 100px;
        height: 100px;
        margin: 10px auto;
        background-position: center center;
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s,-webkit-transform .2s
    }

    .icon-columns-graphic .graphic-columns-wrapper .icon-item .text {
        width: 100%;
        height: 70px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600
    }

    .no-touch .icon-columns-graphic .graphic-columns-wrapper .icon-item:hover .icon {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.icon-columns-graphic-modal .modal-close-icon {
    position: absolute;
    top: 0;
    right: 10px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 0;
    color: #585858;
    font-size: 24px
}

.icon-columns-graphic-modal .modal-body {
    padding: 30px 15px
}

.icon-columns-graphic-modal .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0
}

.icon-columns-graphic-modal .modal-content h3 {
    margin: 0 0 10px
}

.icon-columns-graphic-modal .modal-content p {
    color: #585858;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300
}

.icon-columns-graphic-modal .service-boxes-combined {
    margin: 20px -5px 0
}

.icon-columns-graphic-modal .service-boxes-combined .icon-block-no-overlay .inner {
    width: 133px;
    height: 133px
}

.icon-columns-graphic-modal .service-boxes-combined .icon-block-no-overlay .inner .box-icon {
    width: 83px;
    height: 83px
}

.icon-columns-graphic-modal .service-boxes-combined .icon-block-no-overlay .inner .box-text {
    height: 40px;
    font-size: 11px
}

.icon-columns-graphic-modal .service-boxes-combined .service-product-box {
    width: 133px;
    height: 133px
}

.icon-columns-graphic-modal .service-boxes-combined .service-product-box .inner {
    height: 124px
}

.icon-columns-graphic-modal .service-boxes-combined .service-product-box .inner .box-icon {
    height: 86px
}

.icon-columns-graphic-modal .service-boxes-combined .service-product-box .inner .box-text {
    height: 40px;
    font-size: 11px
}

@media screen and (max-width: 767px) {
    .icon-columns-graphic-modal .modal-content {
        text-align:center
    }

    .icon-columns-graphic-modal .modal-content .title {
        font-size: 20px
    }

    .icon-columns-graphic-modal .modal-content p {
        font-size: 14px;
        line-height: 20px
    }

    .icon-columns-graphic-modal .cyber-graphic-modal-icon {
        width: 80px;
        margin: 0 auto
    }
}

.split-feature-banner {
    position: relative;
    width: 100%;
    height: 640px;
    padding-top: 20px;
    background-color: #fafafa
}

.split-feature-banner .pre-title,.split-feature-banner .pre-title>h1 {
    margin: 0 0 10px;
    color: #363636;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300
}

.split-feature-banner .text-link {
    display: inline-block;
    margin: 0 0 20px;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-decoration: none
}

.split-feature-banner .text-link:hover {
    text-decoration: none
}

.split-feature-banner .text-link:active {
    text-decoration: none
}

.split-feature-banner .text-link:focus {
    text-decoration: none
}

.split-feature-banner .text-link i.fa {
    margin-left: 5px
}

.split-feature-banner .text-link:active,.split-feature-banner .text-link:focus,.split-feature-banner .text-link:hover {
    color: #915da3
}

@media screen and (min-width: 768px) {
    .split-feature-banner .bg-image-container {
        position:absolute;
        width: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    .split-feature-banner .bg-image-container .curve {
        position: absolute;
        width: 365px;
        height: 75px;
        right: 0;
        bottom: -1px;
        background-image: url(../../uploads/homepagev3/curve.svg);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right
    }
}

@media screen and (max-width: 1199px) {
    .split-feature-banner {
        height:560px
    }

    .split-feature-banner .main-title {
        line-height: 45px
    }
}

@media screen and (max-width: 991px) {
    .split-feature-banner .main-title {
        line-height:42px
    }
}

@media screen and (max-width: 767px) {
    .split-feature-banner {
        height:auto;
        padding-top: 50px;
        text-align: center
    }

    .split-feature-banner .t-onehundred {
        height: auto
    }

    .split-feature-banner .main-title {
        line-height: 40px
    }

    .split-feature-banner .bg-image-container {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 69%;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }
}

.cta-style-1 {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80.3%;
    margin: 0 0 20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: .2s -webkit-box-shadow;
    transition: .2s -webkit-box-shadow;
    -o-transition: .2s box-shadow;
    transition: .2s box-shadow;
    transition: .2s box-shadow,.2s -webkit-box-shadow;
    text-align: center
}

.cta-style-1 .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 30px;
    -webkit-transition: .2s background-color;
    -o-transition: .2s background-color;
    transition: .2s background-color
}

.cta-style-1 .button {
    display: inline-block;
    min-width: 73%;
    padding: 10px 25px;
    margin: 0 auto 30px;
    background-color: currentColor;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600
}

.cta-style-1 .button .button-text {
    color: #fff
}

.cta-style-1 .cta {
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0,0,0,.9);
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity
}

.cta-style-1:active,.cta-style-1:focus,.cta-style-1:hover {
    -webkit-box-shadow: 3px 3px 15px 2px rgba(0,0,0,.4);
    box-shadow: 3px 3px 15px 2px rgba(0,0,0,.4)
}

.cta-style-1:active .inner,.cta-style-1:focus .inner,.cta-style-1:hover .inner {
    background-color: rgba(0,0,0,.6)
}

.cta-style-1:active .cta,.cta-style-1:focus .cta,.cta-style-1:hover .cta {
    opacity: 1
}

@media screen and (min-width: 768px) {
    .cta-style-1.offset {
        margin:20px 0 0
    }
}

@media screen and (max-width: 767px) {
    .cta-style-1 {
        display:inline-block;
        width: 225px
    }
}

.cta-style-2 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #ebebed;
    -webkit-transition: .2s -webkit-box-shadow;
    transition: .2s -webkit-box-shadow;
    -o-transition: .2s box-shadow;
    transition: .2s box-shadow;
    transition: .2s box-shadow,.2s -webkit-box-shadow;
    background: #fff;
    text-decoration: none
}

.cta-style-2:hover {
    text-decoration: none
}

.cta-style-2:active {
    text-decoration: none
}

.cta-style-2:focus {
    text-decoration: none
}

.cta-style-2 .image {
    width: 100%;
    padding-bottom: 68.5%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.cta-style-2 .content {
    padding: 30px 20px 75px;
    min-height: 160px
}

.cta-style-2 .block-title {
    margin: 0 0 10px;
    color: #333;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.cta-style-2 .block-text {
    color: #666;
    font-size: 15px;
    line-height: 21px
}

.cta-style-2 .cta {
    display: inline-block;
    position: absolute;
    bottom: 13px;
    right: 16px;
    min-width: 165px;
    padding: 6px 14px;
    border: 2px solid #915da3;
    background-color: #915da3;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-decoration: none
}

.cta-style-2 .cta:hover {
    text-decoration: none
}

.cta-style-2 .cta:active {
    text-decoration: none
}

.cta-style-2 .cta:focus {
    text-decoration: none
}

.cta-style-2 .cta:active,.cta-style-2 .cta:focus,.cta-style-2 .cta:hover {
    background-color: transparent;
    color: #915da3
}

.cta-style-2:active,.cta-style-2:focus,.cta-style-2:hover {
    -webkit-box-shadow: 3px 3px 15px 2px rgba(0,0,0,.4);
    box-shadow: 3px 3px 15px 2px rgba(0,0,0,.4)
}

@media screen and (max-width: 767px) {
    .cta-style-2 {
        width:300px
    }
}

.cta-style-3 {
    display: block;
    position: relative;
    width: 320px;
    min-height: 280px;
    margin: 0 0 20px;
    border: 1px solid #dedede;
    -webkit-transition: .2s -webkit-box-shadow;
    transition: .2s -webkit-box-shadow;
    -o-transition: .2s box-shadow;
    transition: .2s box-shadow;
    transition: .2s box-shadow,.2s -webkit-box-shadow;
    background-position: top center!important;
    background-repeat: no-repeat!important;
    text-decoration: none
}

.cta-style-3:hover {
    -webkit-box-shadow: 6px 10px 8px 2px rgba(0,0,0,.1);
    box-shadow: 6px 10px 8px 2px rgba(0,0,0,.1);
    background: #915da3;
    border: 1px solid transparent
}

.cta-style-3:hover .block-title {
    color: #fff
}

.cta-style-3:hover .block-text {
    color: #fff
}

.cta-style-3:hover .cta {
    color: #fff
}

.cta-style-3:hover .cta:hover {
    color: #fff
}

.cta-style-3:hover .number {
    color: #fff
}

.cta-style-3.right {
    margin: 0 0 0 auto
}

.cta-style-3.center {
    margin: 0 auto
}

.cta-style-3:hover {
    text-decoration: none
}

.cta-style-3:active {
    text-decoration: none
}

.cta-style-3:focus {
    text-decoration: none
}

.cta-style-3 .content {
    padding: 75px 20px 0;
    min-height: 160px
}

.cta-style-3 .block-title {
    margin: 0 0 12px;
    color: #363636;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.cta-style-3 .block-text {
    margin-right: 0;
    color: #363636;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px
}

.cta-style-3 .cta-text {
    position: absolute;
    bottom: 0
}

.cta-style-3 .cta {
    display: inline-block;
    padding: 20px 0;
    color: #915da3;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none
}

.cta-style-3 .cta:hover {
    text-decoration: none
}

.cta-style-3 .cta:active {
    text-decoration: none
}

.cta-style-3 .cta:focus {
    text-decoration: none
}

.cta-style-3 .cta:active,.cta-style-3 .cta:focus,.cta-style-3 .cta:hover {
    background-color: transparent;
    color: #915da3
}

.cta-style-3 .number {
    position: absolute;
    top: 20px;
    right: 18px;
    color: #363636;
    font-size: 18px;
    font-weight: 600
}

.cta-style-3:active,.cta-style-3:focus,.cta-style-3:hover {
    -webkit-box-shadow: 6px 10px 8px 2px rgba(0,0,0,.1);
    box-shadow: 6px 10px 8px 2px rgba(0,0,0,.1)
}

@media screen and (max-width: 1199px) {
    .cta-style-3 {
        min-height:300px;
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .cta-style-3 {
        min-height:350px;
        width: 100%
    }

    .cta-style-3 .block-text {
        margin-right: 10px
    }
}

@media screen and (max-width: 767px) {
    .cta-style-3 {
        width:300px;
        min-height: 230px;
        margin: 20px auto!important
    }

    .cta-style-3 .content {
        padding: 75px 25px 0
    }

    .cta-style-3 .cta {
        padding: 15px 0
    }
}

.cta-style-4 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    min-height: 700px;
    border: 1px solid #ebebed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .2s -webkit-box-shadow;
    transition: .2s -webkit-box-shadow;
    -o-transition: .2s box-shadow;
    transition: .2s box-shadow;
    transition: .2s box-shadow,.2s -webkit-box-shadow;
    background: #fff;
    text-decoration: none
}

.cta-style-4:hover {
    text-decoration: none
}

.cta-style-4:active {
    text-decoration: none
}

.cta-style-4:focus {
    text-decoration: none
}

.cta-style-4 .image {
    width: 100%;
    padding-bottom: 68.5%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.cta-style-4 hr {
    margin: 15px 0 17px
}

.cta-style-4 ul {
    color: #707070;
    list-style-type: none;
    font-weight: 100
}

.cta-style-4 ul li {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #dedede;
    font-size: 15px
}

.cta-style-4 ul li:last-child {
    border-bottom: 0
}

.cta-style-4 h3 {
    font-family: proxima-nova,sans-serif;
    font-size: 21px;
    padding-left: 20px
}

.cta-style-4 .top {
    min-height: 240px
}

.cta-style-4 .content {
    padding: 0 20px 20px;
    min-height: 150px
}

.cta-style-4 .content p {
    font-size: 15px;
    font-weight: 500
}

.cta-style-4 .block-title {
    margin: 0 0 10px;
    color: #333;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.cta-style-4 .block-text {
    color: #666;
    font-size: 15px;
    line-height: 21px
}

.cta-style-4 .cta {
    display: inline-block;
    position: absolute;
    bottom: 13px;
    right: 16px;
    min-width: 165px;
    padding: 6px 14px;
    border: 2px solid #915da3;
    background-color: #915da3;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-decoration: none
}

.cta-style-4 .cta:hover {
    text-decoration: none
}

.cta-style-4 .cta:active {
    text-decoration: none
}

.cta-style-4 .cta:focus {
    text-decoration: none
}

.cta-style-4 .cta:active,.cta-style-4 .cta:focus,.cta-style-4 .cta:hover {
    background-color: transparent;
    color: #915da3
}

.cta-style-4:active,.cta-style-4:focus,.cta-style-4:hover {
    -webkit-box-shadow: 4px 7px 10px 2px rgba(0,0,0,.2);
    box-shadow: 4px 7px 10px 2px rgba(0,0,0,.2)
}

@media screen and (max-width: 767px) {
    .cta-style-4 {
        width:300px
    }
}

.richtext-style-1 h1,.richtext-style-1 h2 {
    margin: 0 0 20px;
    color: #333;
    font-size: 35px;
    line-height: 50px;
    font-weight: 700
}

.richtext-style-1 p {
    margin: 0 0 20px;
    color: #666;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300
}

.richtext-style-1 .button {
    display: inline-block;
    margin: 0 0 20px;
    padding: 8px 24px;
    border: 2px solid #915da3;
    background-color: #915da3;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-decoration: none
}

.richtext-style-1 .button:hover {
    text-decoration: none
}

.richtext-style-1 .button:active {
    text-decoration: none
}

.richtext-style-1 .button:focus {
    text-decoration: none
}

.richtext-style-1 .button:active,.richtext-style-1 .button:focus,.richtext-style-1 .button:hover {
    background-color: transparent;
    color: #915da3
}

.homev3-signup-section {
    background-color: #f2f2f2
}

.homev3-signup-section .fa-check {
    display: none!important
}

@media (min-width: 768px) {
    .homev3-signup-section {
        min-height:507px
    }
}

@media (max-width: 768px) {
    .homev3-signup-section.section {
        padding:28px 0
    }
}

.homev3-signup-section .help-block>.help-block {
    background: #e43b3b;
    padding: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    margin: 15px 0
}

.homev3-signup-section .homev3-sign-up-subtitle {
    color: #915da3;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .homev3-signup-section .homev3-sign-up-subtitle {
        margin-bottom:30px
    }
}

.homev3-signup-section .homev3-sign-up-paragraph {
    color: #707070;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px
}

.homev3-signup-section .checkbox label {
    font-size: 15px;
    font-weight: 100;
    color: #707070
}

.homev3-signup-section .checkboxes {
    margin: 20px 0 35px
}

.homev3-signup-section .checkboxes .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 100;
    color: #707070;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.homev3-signup-section .checkboxes .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.homev3-signup-section .checkboxes .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 3px solid #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent
}

.homev3-signup-section .checkboxes .container input:checked~.checkmark {
    border-color: #915da3
}

.homev3-signup-section .checkboxes .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.homev3-signup-section .checkboxes .container input:checked~.checkmark:after {
    display: block
}

.homev3-signup-section .checkboxes .container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 7px;
    height: 10px;
    border: solid #915da3;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.homev3-signup-section .homev3-subscribe-btn {
    padding-top: 15px;
    padding-bottom: 15px
}

.homev3-signup-section input[type=email],.homev3-signup-section input[type=text] {
    margin-bottom: 22px;
    height: 56px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.homev3-signup-section input[type=email] :placeholder,.homev3-signup-section input[type=text] :placeholder {
    color: #707070
}

.homev3-signup-section .richtext-style-1 {
    text-align: center
}

@media (min-width: 768px) {
    .homev3-signup-section .richtext-style-1 {
        padding-right:60px;
        text-align: left
    }
}

.homev3-signup-section .homev3-sign-up-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 36px;
    color: #363636;
    margin-top: 0;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .homev3-signup-section .homev3-sign-up-title {
        margin-bottom:30px
    }
}

.homev3-signup-section .bg-image-container {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.three-steps-section {
    padding: 140px 0
}

.three-steps-section h1 {
    margin: 30px 0 120px;
    color: #363636;
    font-size: 48px
}

.three-steps-section p {
    color: #707070
}

.three-steps-section .top {
    margin: 0 0 60px
}

.three-steps-section .cta-style-3:hover .cta-text {
    color: #fff
}

.three-steps-section .cta-style-3.box-1 {
    background-image: url(../../uploads/it-priorities/adopt-bg.png)
}

.three-steps-section .cta-style-3.box-1:hover {
    background-image: url(../../uploads/it-priorities/adopt-over-bg.png)
}

.three-steps-section .cta-style-3.box-2 {
    background-image: url(../../uploads/it-priorities/accelerate-bg.png)
}

.three-steps-section .cta-style-3.box-2:hover {
    background-image: url(../../uploads/it-priorities/accelerate-over-bg.png)
}

.three-steps-section .cta-style-3.box-3 {
    background-image: url(../../uploads/it-priorities/transform-bg.png)
}

.three-steps-section .cta-style-3.box-3:hover {
    background-image: url(../../uploads/it-priorities/transform-over-bg.png)
}

.three-steps-section .cta-style-3.quebec {
    background-position: top right!important;
    min-height: 245px
}

.three-steps-section .cta-style-3.quebec:hover {
    background: #9c1a2b
}

.three-steps-section .cta-style-3.quebec:hover .cta-text {
    color: #fff
}

.three-steps-section .cta-style-3.quebec .block-title {
    margin-right: 100px
}

.three-steps-section .cta-style-3.quebec .number {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px
}

.three-steps-section .cta-style-3.quebec .content {
    padding: 55px 35px 0 20px
}

.three-steps-section .cta-style-3.quebec .cta {
    color: #9c1a2b;
    text-decoration: none
}

.three-steps-section .cta-style-3.quebec .cta:hover {
    text-decoration: none
}

.three-steps-section .cta-style-3.quebec .cta:active {
    text-decoration: none
}

.three-steps-section .cta-style-3.quebec .cta:focus {
    text-decoration: none
}

.three-steps-section .cta-style-3.quebec .cta:active,.three-steps-section .cta-style-3.quebec .cta:focus,.three-steps-section .cta-style-3.quebec .cta:hover {
    background-color: transparent;
    color: #9c1a2b
}

.three-steps-section .cta-style-3.quebec .cta-text {
    color: #9c1a2b
}

.three-steps-section .cta-style-3.quebec.box-1 {
    background-image: url(../../uploads/it-priorities/baseline-controls-bg.png)
}

.three-steps-section .cta-style-3.quebec.box-1:hover {
    background-image: url(../../uploads/it-priorities/baseline-controls-over-bg.png)
}

.three-steps-section .cta-style-3.quebec.box-2 {
    background-image: url(../../uploads/it-priorities/recommended-controls-bg.png)
}

.three-steps-section .cta-style-3.quebec.box-2:hover {
    background-image: url(../../uploads/it-priorities/recommended-controls-over-bg.png)
}

.three-steps-section .cta-style-3.quebec.box-3 {
    background-image: url(../../uploads/it-priorities/advanced-controls-bg.png)
}

.three-steps-section .cta-style-3.quebec.box-3:hover {
    background-image: url(../../uploads/it-priorities/advanced-controls-over-bg.png)
}

.three-steps-section .cta-text {
    display: inline-block;
    padding: 20px 0;
    color: #915da3;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent
}

@media screen and (max-width: 1199px) {
    .three-steps-section .top {
        margin:0 0 20px
    }

    .three-steps-section .cta-style-3.quebec {
        -webkit-background-size: 110px 110px!important;
        background-size: 110px!important
    }

    .three-steps-section .cta-style-3.quebec .number {
        position: absolute;
        top: 10px;
        right: 10px
    }
}

@media screen and (max-width: 991px) {
    .three-steps-section {
        padding:60px 0
    }

    .three-steps-section .cta-style-3 {
        -webkit-background-size: 70% 70%;
        background-size: 70%
    }

    .three-steps-section .cta-style-3.quebec {
        -webkit-background-size: 90px 90px!important;
        background-size: 90px!important
    }

    .three-steps-section .cta-style-3.quebec .content {
        padding: 35px 35px 0 10px
    }

    .three-steps-section .cta-style-3.quebec .number {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 15px
    }

    .three-steps-section .cta-style-3.quebec .block-title {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width: 767px) {
    .three-steps-section {
        padding:50px 0 30px
    }

    .three-steps-section h1 {
        font-size: 34px!important
    }

    .three-steps-section .top {
        margin: auto;
        text-align: left
    }

    .three-steps-section .cta-style-3 {
        margin: 30px auto!important
    }

    .three-steps-section .cta-style-3.quebec {
        min-height: 205px!important
    }
}

.it-priorities-partners {
    background-image: url(../../uploads/it-priorities/priorities-partners-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.it-priorities-partners h1 {
    margin: 0 0 40px 0!important;
    color: #363636;
    font-family: proxima-nova,sans-serif;
    font-size: 48px;
    font-weight: 600
}

.it-priorities-partners .partner-boxes {
    margin-bottom: 30px
}

.it-priorities-partners .container {
    position: relative;
    z-index: 3
}

.it-priorities-partners .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(232,232,232,.4);
    z-index: 2
}

@media screen and (max-width: 991px) {
    .it-priorities-partners h1 {
        font-size:34px!important
    }
}

@media screen and (max-width: 1199px) {
    .it-priorities-partners h1 {
        font-size:40px!important
    }
}

@media screen and (max-width: 767px) {
    .it-priorities-partners .partner-boxes {
        width:300px;
        margin: auto;
        text-align: center
    }

    .it-priorities-partners .btn {
        width: 300px;
        margin: 30px 0!important
    }
}

.resources-v2 {
    padding: 100px 0 65px!important;
    font-family: proxima-nova,sans-serif
}

.resources-v2 p {
    margin: 0 0 10px!important;
    font-size: 14px!important
}

.resources-v2 h3 {
    margin: 10px 0!important;
    font-size: 28px!important;
    font-weight: 600
}

.resources-v2 .nav-tabs {
    float: right;
    border-bottom: none
}

.resources-v2 .nav-tabs li {
    margin-left: 70px;
    padding: 4px 0
}

.resources-v2 .nav-tabs li a {
    padding: 10px 8px 2px 8px;
    border: none;
    color: #363636;
    font-size: 18px;
    font-weight: 300
}

.resources-v2 .nav-tabs li a:focus,.resources-v2 .nav-tabs li a:hover {
    border: none
}

.resources-v2 .nav-tabs li.active a {
    border-bottom: 3px solid #915da3;
    color: #915da3;
    font-weight: 600
}

.resources-v2 .cta-style-2 {
    min-height: 500px
}

.resources-v2 .cta-style-2 .content {
    padding: 25px 20px 70px
}

.resources-v2 .cta-style-2 .block-text {
    font-weight: 100
}

.resources-v2 .tab-content {
    margin: 30px 0
}

@media screen and (max-width: 1199px) {
    .resources-v2 .nav-tabs li {
        margin-left:30px
    }
}

@media screen and (max-width: 767px) {
    .resources-v2 {
        padding:40px 0 20px!important;
        margin: 0
    }

    .resources-v2 .btn {
        margin: 30px 0!important
    }

    .resources-v2 .info-card-slider-dots {
        margin: 20px 0 0
    }

    .resources-v2 .info-card-slider-dots .owl-dot {
        height: 11px;
        width: 11px
    }

    .resources-v2 #resources-mobile {
        float: none;
        margin: 0
    }

    .resources-v2 #resources-mobile li {
        margin: 0
    }

    .resources-v2 #resources-mobile li a {
        padding: 10px 5px
    }

    .resources-v2 nav {
        margin: 25px 0 10px 0;
        border-bottom: 2px solid #915da3
    }

    .resources-v2 nav:hover {
        cursor: pointer
    }

    .resources-v2 nav a,.resources-v2 nav span {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 5px;
        color: #915da3;
        border: none!important
    }

    .resources-v2 nav i {
        font-size: 18px;
        color: #915da3
    }

    .resources-v2 .fa-chevron-down {
        float: right;
        -webkit-transform: rotate(180deg)!important;
        -ms-transform: rotate(180deg)!important;
        transform: rotate(180deg)!important;
        transition: transform .5s,-webkit-transform .5s
    }

    .resources-v2 .collapsed .fa-chevron-down {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        transition: transform .5s,-webkit-transform .5s
    }

    .resources-v2 .cta-style-2 {
        margin: 30px auto;
        min-height: 475px
    }

    .resources-v2 .cta-style-2 .cta {
        margin: 20px auto;
        left: 0;
        right: 0;
        width: 220px;
        font-size: 15px;
        text-align: center
    }

    .resources-v2 .cta-style-2 .content {
        padding: 25px 30px 50px
    }

    .resources-v2 .cta-style-2 .image {
        padding-bottom: 58%
    }

    .resources-v2 .nav-tabs {
        float: left;
        border-bottom: none;
        width: 100%
    }

    .resources-v2 .nav-tabs li {
        float: none
    }
}

.service-carousel {
    padding: 50px 0 90px!important
}

.service-carousel h3 {
    font-family: proxima-nova,sans-serif
}

.service-carousel .info-card-slider {
    margin-top: 20px
}

.service-carousel .info-card-slider-dots {
    margin-top: 10px
}

.service-carousel .info-card-slider-dots .owl-dot {
    height: 10px;
    width: 10px
}

.service-carousel .info-card-slider-nav {
    position: absolute;
    top: 45%;
    width: 100%
}

.service-carousel .info-card-slider-nav>div {
    position: absolute;
    top: 120px;
    height: 75px;
    width: 32px;
    background-color: #915da3;
    line-height: 75px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 3
}

.service-carousel .info-card-slider-nav .owl-prev {
    left: 0;
    -webkit-border-top-right-radius: 125px;
    border-top-right-radius: 125px;
    -webkit-border-bottom-right-radius: 125px;
    border-bottom-right-radius: 125px;
    padding-left: 2px
}

.service-carousel .info-card-slider-nav .owl-next {
    right: 0;
    -webkit-border-top-left-radius: 125px;
    border-top-left-radius: 125px;
    -webkit-border-bottom-left-radius: 125px;
    border-bottom-left-radius: 125px;
    padding-left: 8px
}

.service-carousel .white-box {
    margin-top: 20px
}

.service-carousel .speak-to-expert {
    margin-top: 50px!important
}

.service-carousel .pink-box-header-container .pink-box {
    background-image: url(../../uploads/it-priorities/pink-bg-1.png);
    background-position: right center;
    -webkit-background-size: auto auto;
    background-size: auto
}

@media screen and (max-width: 991px) {
    .service-carousel .pink-box-header-container .pink-box {
        left:-webkit-calc(-50% + 30px);
        left: calc(-50% + 30px)
    }
}

@media screen and (max-width: 767px) {
    .service-carousel .pink-box-header-container {
        margin:0 -20px;
        padding: 0;
        font-family: proxima-nova,sans-serif
    }

    .service-carousel .pink-box-header-container h3 {
        width: 100%;
        text-align: center;
        padding: 30px 40px;
        font-size: 35px;
        line-height: 45px
    }

    .service-carousel .pink-box-header-container .pink-box {
        height: 270px;
        left: 0
    }

    .service-carousel .pink-box-header-container .pink-box::before {
        content: none
    }

    .service-carousel .pink-box-header-container .pink-box:after {
        content: none
    }

    .service-carousel .white-box {
        position: relative;
        background-color: #fff;
        padding: 50px 30px 20px
    }
}

.contact-section {
    background-color: #f8f9fb;
    padding: 70px 0 50px!important
}

.contact-section h2 {
    color: #000!important
}

.contact-section input {
    margin: 3px 0 22px 0;
    height: 37px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-color: #dedede
}

.contact-section input[type=checkbox] {
    position: absolute;
    top: -5px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 0!important;
    border-radius: 0!important
}

.contact-section button[type=submit] {
    float: right
}

.contact-section textarea {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-color: #dedede
}

.contact-section label {
    font-size: 13px;
    font-weight: 300;
    color: #363636
}

.contact-section .softcat-logo {
    width: 150px
}

.contact-section .txt-conf {
    margin: 0 30px 20px 40px;
    font-size: 14px;
    line-height: 20px
}

.contact-section .intro-text {
    margin-bottom: 40px;
    line-height: 22px
}

@media screen and (max-width: 767px) {
    .contact-section {
        padding:40px 20px!important
    }

    .contact-section button[type=submit] {
        float: none
    }

    .contact-section .softcat-logo {
        float: left!important;
        margin-bottom: 20px
    }
}

.nounderscore {
    text-decoration: none
}

.nounderscore:hover {
    text-decoration: none
}

.nounderscore:active {
    text-decoration: none
}

.nounderscore:focus {
    text-decoration: none
}

.center-valign .valign {
    margin: 0 auto
}

.absolute-center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

body.no-scroll {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body {
    font-family: 'Open Sans',sans-serif
}

html {
    background-color: #cbc5c5
}

.container.relative-container {
    position: relative
}

.row.content {
    margin-top: 80px;
    margin-bottom: 80px
}

.container-full {
    margin: 0 auto;
    width: 100%
}

.noTel {
    cursor: default
}

.col-lg-pull-right {
    float: right
}

div[data-scrollax-parent=true] {
    overflow: hidden
}

.t-outer {
    display: table
}

.t-outer .t-inner {
    display: table-cell;
    vertical-align: middle
}

.parallax-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

.parallax-image img {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.parallaxParent {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

.parallaxParent .parallax-image {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.subpage-container {
    padding: 40px 0
}

.subpage-container .sidebar .buttons {
    width: 100%;
    position: relative
}

.subpage-container .sidebar .buttons .sidebar-button {
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 12px;
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    color: #585858;
    background-color: #fff;
    text-decoration: none
}

.subpage-container .sidebar .buttons .sidebar-button:hover {
    text-decoration: none
}

.subpage-container .sidebar .buttons .sidebar-button:active {
    text-decoration: none
}

.subpage-container .sidebar .buttons .sidebar-button:focus {
    text-decoration: none
}

.subpage-container .sidebar .buttons .sidebar-button.selected {
    color: #fff
}

.subpage-container .sidebar .buttons .sidebar-button.selected.alpha {
    background-color: #915da3;
    border-bottom-color: #744a83
}

.subpage-container .sidebar .buttons .sidebar-button.selected.tau {
    background-color: #00aca2;
    border-bottom-color: #007972
}

.subpage-container .sidebar .buttons .sidebar-button.selected.rho {
    background-color: #fbbd56;
    border-bottom-color: #faaa24
}

.subpage-container .sidebar .buttons .sidebar-button.selected.chi {
    background-color: #006962;
    border-bottom-color: #003632
}

.subpage-container .sidebar .buttons .sidebar-button.selected.sigma {
    background-color: #83b823;
    border-bottom-color: #648d1b
}

.subpage-container .sidebar .buttons .sidebar-button.selected.echo {
    background-color: #0072aa;
    border-bottom-color: #005077
}

.subpage-container .sidebar .buttons .sidebar-button.selected.omicron {
    background-color: #cc5299;
    border-bottom-color: #b53680
}

.subpage-container .sidebar .buttons .sidebar-button.alpha {
    border-left: 3px solid #744a83
}

.subpage-container .sidebar .buttons .sidebar-button.tau {
    border-left: 3px solid #007972
}

.subpage-container .sidebar .buttons .sidebar-button.rho {
    border-left: 3px solid #faaa24
}

.subpage-container .sidebar .buttons .sidebar-button.chi {
    border-left: 3px solid #003632
}

.subpage-container .sidebar .buttons .sidebar-button.sigma {
    border-left: 3px solid #648d1b
}

.subpage-container .sidebar .buttons .sidebar-button.echo {
    border-left: 3px solid #005077
}

.subpage-container .sidebar .buttons .sidebar-button.omicron {
    border-left: 3px solid #b53680
}

.subpage-container .content-area {
    border-left: 3px solid #f5f5f5
}

@media screen and (min-width: 768px) {
    .subpage-container .content-area.with-padding {
        padding-left:20px
    }
}

.subpage-container.content-tau h1,.subpage-container.content-tau h2,.subpage-container.content-tau h3 {
    color: #00aca2
}

.subpage-container.standard-subpage .sidebar {
    padding-right: 0
}

.subpage-container.standard-subpage .sidebar .buttons .sidebar-button {
    border-bottom: 3px solid #ebebed;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.subpage-container.standard-subpage .sidebar .buttons .sidebar-button:not(.selected):hover {
    background-color: #ebebed
}

.subpage-container.standard-subpage .content-blocks {
    margin-top: 0!important
}

.subpage-container.standard-subpage .content-blocks h2 {
    margin-top: 0
}

.square-bullets {
    list-style: square
}

.t-outer {
    display: table;
    width: 100%
}

.t-outer.t-financial-calender-box {
    height: 85px
}

.t-outer.t-person-highlight {
    height: 80px
}

.t-outer.t-progression-plan {
    height: 200px
}

.t-outer.t-onehundred {
    height: 100%
}

.t-outer.t-lower-events-page {
    height: 386px
}

.t-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.section {
    position: relative;
    width: 100%;
    padding: 50px 0;
    overflow: hidden
}

.section.no-padding {
    padding: 0
}

.section.no-padding-top {
    padding-top: 0
}

.section.no-padding-bottom {
    padding-bottom: 0
}

.section.small-padding {
    padding: 25px 0
}

.section.sm-padding-bottom {
    padding-bottom: 5px
}

.section.md-padding-top {
    padding-top: 20px
}

.section.show-overflow {
    overflow: visible
}

.section .bg-section {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .section .bg-section {
        background-image:none!important
    }
}

.relative {
    position: relative
}

.showverflow {
    overflow: visible
}

.container.padded {
    padding: 20px
}

.bordered-box {
    display: block;
    position: relative;
    padding: 20px;
    border: 3px solid;
    text-decoration: none
}

.bordered-box:hover {
    text-decoration: none
}

.bordered-box:active {
    text-decoration: none
}

.bordered-box:focus {
    text-decoration: none
}

.bordered-box .text-link {
    display: block;
    margin: 20px 0 0;
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    text-decoration: none
}

.bordered-box .text-link:hover {
    text-decoration: none
}

.bordered-box .text-link:active {
    text-decoration: none
}

.bordered-box .text-link:focus {
    text-decoration: none
}

.bordered-box .btn-investors-centre {
    display: block;
    margin: 20px 0 0;
    text-align: center
}

.bordered-box.omicron {
    color: #cc5299
}

.bordered-box.tau {
    color: #00aca2
}

.bordered-box.echo {
    color: #0072aa
}

.bordered-box.theta {
    color: #068fcf
}

.square-social-icons .facebook,.square-social-icons .linkedin,.square-social-icons .twitter {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    vertical-align: top;
    color: #fff;
    text-align: center
}

.square-social-icons .facebook i.fa,.square-social-icons .linkedin i.fa,.square-social-icons .twitter i.fa {
    position: absolute;
    height: 32px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 32px;
    line-height: 32px
}

.square-social-icons .twitter {
    background-color: #1da1f2
}

.square-social-icons .linkedin {
    background-color: #0074b1
}

.square-social-icons .facebook {
    background-color: #3b5998
}

.square-social-icons .btn {
    position: relative;
    padding: 9px 36px 9px 12px;
    background: 0 0;
    border: 3px solid #915da3;
    color: #915da3;
    font-size: 16px;
    line-height: 16px
}

.square-social-icons .btn i.fa {
    position: absolute;
    height: 16px;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    color: #915da3;
    font-size: 20px
}

.navigation-boxes-container {
    position: relative;
    width: 1160px;
    margin: 0 auto
}

.navigation-boxes-container hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebed
}

.navigation-boxes-container i {
    position: absolute;
    height: 28px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 30px;
    cursor: pointer
}

.navigation-boxes-container .top {
    position: relative;
    float: left;
    height: 60px;
    width: 60px;
    margin: 0 20px;
    border: 2px solid #915da3;
    background-color: #915da3;
    color: #fff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    text-decoration: none
}

.navigation-boxes-container .top:hover {
    text-decoration: none
}

.navigation-boxes-container .top:active {
    text-decoration: none
}

.navigation-boxes-container .top:focus {
    text-decoration: none
}

.navigation-boxes-container .top i {
    height: 32px;
    left: 0;
    right: 0;
    margin: auto
}

.navigation-boxes-container .top:hover {
    background-color: #fff;
    color: #915da3
}

.navigation-boxes-container .return {
    position: relative;
    float: left;
    width: 520px;
    height: 60px;
    border: 2px solid #fff;
    color: #fff;
    background-color: #915da3;
    line-height: 54px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none
}

.navigation-boxes-container .return:hover {
    text-decoration: none
}

.navigation-boxes-container .return:active {
    text-decoration: none
}

.navigation-boxes-container .return:focus {
    text-decoration: none
}

.navigation-boxes-container .return i {
    left: 10px
}

.navigation-boxes-container .return:hover {
    background-color: #fff;
    border: 2px solid #915da3;
    color: #915da3
}

.navigation-boxes-container .next {
    position: relative;
    float: left;
    width: 520px;
    height: 60px;
    border: 2px solid #fff;
    color: #fff;
    background-color: #915da3;
    line-height: 54px;
    text-align: center;
    margin: 0 0 0 10px;
    cursor: pointer;
    text-decoration: none
}

.navigation-boxes-container .next:hover {
    text-decoration: none
}

.navigation-boxes-container .next:active {
    text-decoration: none
}

.navigation-boxes-container .next:focus {
    text-decoration: none
}

.navigation-boxes-container .next i {
    right: 10px
}

.navigation-boxes-container .next:hover {
    background-color: #fff;
    border: 2px solid #915da3;
    color: #915da3
}

.navigation-boxes-container.two-box .next,.navigation-boxes-container.two-box .return {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px)
}

@media screen and (max-width: 1199px) {
    .navigation-boxes-container {
        width:700px
    }

    .navigation-boxes-container .next,.navigation-boxes-container .return {
        width: 290px
    }
}

@media screen and (max-width: 767px) {
    .navigation-boxes-container {
        width:300px
    }

    .navigation-boxes-container .next,.navigation-boxes-container .return {
        width: 60px;
        margin: 0 20px;
        font-size: 0
    }

    .navigation-boxes-container .next i,.navigation-boxes-container .return i {
        left: 0;
        right: 0;
        margin: auto
    }

    .navigation-boxes-container.two-box .next,.navigation-boxes-container.two-box .return {
        margin: 0 5px
    }
}

.no-touch .square-social-icons .btn:hover {
    background: #915da3;
    color: #fff
}

.no-touch .square-social-icons .btn:hover i.fa {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .col-xs-12.resp-spacer {
        margin-top:30px;
        margin-bottom: 30px
    }

    .col-xs-12.resp-spacer-top {
        margin-top: 30px!important
    }

    .col-xs-12.resp-spacer-top-large {
        margin-top: 60px!important
    }

    .t-outer.t-lower-events-page {
        height: 360px
    }
}

@media screen and (max-width: 991px) {
    .t-outer.t-progression-plan {
        height:300px
    }

    .t-outer.t-lower-events-page {
        height: 280px
    }

    .square-social-icons .btn {
        display: block;
        margin: 10px 3px 0
    }
}

@media screen and (max-width: 767px) {
    .parallax-image img {
        width:100%
    }

    .center-mobile {
        text-align: center
    }

    .t-outer.t-lower-events-page,.t-outer.t-progression-plan {
        display: block;
        height: auto
    }

    .t-outer.t-lower-events-page .t-inner,.t-outer.t-progression-plan .t-inner {
        display: block
    }

    .t-outer.t-lower-events-page {
        margin-bottom: 30px
    }

    .col-xs-inline-block {
        display: inline-block;
        float: none;
        vertical-align: top
    }
}

.text-right-xs {
    text-align: right
}

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

.text-left-xs {
    text-align: left
}

@media screen and (min-width: 768px) {
    .text-right-sm {
        text-align:right
    }

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

    .text-left-sm {
        text-align: left
    }
}

@media screen and (min-width: 992px) {
    .text-right-md {
        text-align:right
    }

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

    .text-left-md {
        text-align: left
    }
}

@media screen and (min-width: 1200px) {
    .text-right-lg {
        text-align:right
    }

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

    .text-left-lg {
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    body {
        padding-top:80px
    }
}

@media screen and (max-width: 767px) {
    .mobile-menu-open {
        position:relative;
        height: 100%;
        overflow: hidden
    }
}

.top-nav-container {
    position: relative;
    padding: 10px 0;
    background-color: #915da3;
    z-index: 1021
}

.top-nav-container ul {
    margin: 0
}

.top-nav-container ul .top-bar-text-link {
    position: relative;
    border-left: 1px solid #7b4783;
    padding: 0 8px;
    vertical-align: middle
}

.top-nav-container ul .top-bar-text-link a {
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-decoration: none
}

.top-nav-container ul .top-bar-text-link a:hover {
    text-decoration: none
}

.top-nav-container ul .top-bar-text-link a:active {
    text-decoration: none
}

.top-nav-container ul .top-bar-text-link a:focus {
    text-decoration: none
}

.top-nav-container ul .top-bar-text-link:first-child {
    border-left: none
}

.top-nav-container.main-menu-stuck {
    margin-bottom: 80px
}

@media screen and (max-width: 767px) {
    .top-nav-container {
        display:none
    }
}

.header-menu-wrapper {
    position: relative;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
    background-color: #fff;
    z-index: 1020
}

.header-menu-wrapper .header-logo-wrapper {
    display: block;
    height: 80px
}

.header-menu-wrapper .header-logo-wrapper:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.header-menu-wrapper .header-logo {
    width: 120px;
    max-width: 100%;
    vertical-align: middle
}

.header-menu-wrapper.stuck {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

@media screen and (max-width: 767px) {
    .header-menu-wrapper {
        position:fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1020
    }

    .header-menu-wrapper .header-logo-wrapper {
        display: inline-block;
        vertical-align: middle
    }
}

.main-menu {
    position: relative;
    margin: 0;
    text-align: right
}

.main-menu .main-menu-item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.main-menu .main-menu-search {
    padding-left: 5px;
    cursor: pointer
}

.main-menu .main-menu-search .fa-search {
    margin: 27px 0;
    padding-left: 10px;
    border-left: 2px solid #915da3;
    color: #585858;
    font-size: 18px;
    line-height: 26px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.main-menu .menu-link {
    display: block;
    padding: 30px 20px;
    background-color: #fff;
    color: #000;
    font-family: Proxima-nova,sans-serif;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .2s background-color;
    -o-transition: .2s background-color;
    transition: .2s background-color;
    text-decoration: none
}

.main-menu .menu-link:hover {
    text-decoration: none
}

.main-menu .menu-link:active {
    text-decoration: none
}

.main-menu .menu-link:focus {
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .no-touch .main-menu .main-menu-search:hover .fa-search {
        -webkit-transform:scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .no-touch .main-menu .main-menu-item:hover .menu-link {
        background-color: inherit;
        color: #fff
    }

    .no-touch .main-menu .main-menu-item:hover .mega-menu {
        display: table
    }

    .touch .main-menu .main-menu-item.hovering .menu-link {
        background-color: inherit;
        color: #fff
    }

    .touch .main-menu .main-menu-item.hovering .mega-menu {
        display: table
    }
}

@media screen and (max-width: 1199px) {
    .main-menu .main-menu-search .fa-search {
        padding-left:10px;
        font-size: 17px
    }

    .main-menu .menu-link {
        padding: 30px 14px;
        font-size: 16px
    }
}

@media screen and (max-width: 991px) {
    .main-menu .main-menu-search .fa-search {
        padding-left:5px;
        font-size: 14px;
        line-height: 24px
    }

    .main-menu .menu-link {
        padding: 30px 7px;
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .main-menu {
        display:block;
        position: absolute;
        width: 100%;
        height: 0;
        max-height: -webkit-calc(100vh - 80px);
        max-height: calc(100vh - 80px);
        top: 100%;
        left: 0;
        overflow: auto;
        background-color: #282332
    }

    .main-menu .main-menu-item {
        display: block;
        position: relative;
        width: 100%;
        border-bottom-width: 3px;
        border-bottom-style: solid
    }

    .main-menu .main-menu-item .menu-link {
        padding: 20px 15px;
        border: none;
        background-color: #282332;
        color: #fff;
        font-size: 16px;
        text-align: left
    }

    .main-menu .main-menu-item .menu-link:after,.main-menu .main-menu-item .menu-link:before {
        font-family: FontAwesome;
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0;
        margin: auto 0;
        color: inherit;
        font-size: 16px;
        line-height: 62px;
        text-align: center;
        vertical-align: middle;
        -webkit-transition: .5s -webkit-transform;
        transition: .5s -webkit-transform;
        -o-transition: .5s transform;
        transition: .5s transform;
        transition: .5s transform,.5s -webkit-transform
    }

    .main-menu .main-menu-item .menu-link:after {
        content: '\f054';
        right: 0
    }

    .main-menu .main-menu-item.active .menu-link {
        border: none;
        color: #fff
    }

    .main-menu .main-menu-item.search {
        display: none
    }

    .main-menu .main-menu-item.has-sub .menu-link {
        position: relative;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px)
    }

    .main-menu .main-menu-item.has-sub .menu-link:before {
        content: '\f078';
        left: 100%;
        margin: auto 0;
        background-color: rgba(0,0,0,.5)
    }

    .main-menu .main-menu-item.has-sub .menu-link:after {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: inherit
    }

    .main-menu .main-menu-item.has-sub.open .menu-link {
        border-bottom: 1px solid #fff
    }

    .main-menu .main-menu-item.has-sub.open .menu-link:before {
        content: '\f077';
        border-bottom: 1px solid #fff;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .main-menu .main-menu-item.has-sub.open .menu-link:after {
        border-color: #fff;
        color: #fff
    }

    .main-menu .main-menu-search {
        display: none
    }

    .main-menu.open {
        height: auto
    }
}

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: inherit;
    table-layout: fixed;
    text-align: left;
    z-index: 10;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.3)
}

.mega-menu:after,.mega-menu:before {
    content: " ";
    display: table
}

.mega-menu:after {
    clear: both
}

.mega-menu:after,.mega-menu:before {
    content: " ";
    display: table
}

.mega-menu:after {
    clear: both
}

.mega-menu .mega-menu-column {
    position: relative;
    display: table-cell;
    width: 232px;
    padding: 0;
    background-color: #fff;
    vertical-align: top
}

.mega-menu .mega-menu-items .mega-menu-item,.mega-menu .mega-menu-items .mega-menu-sub-item {
    display: block;
    position: relative;
    padding: 11px 18px 11px 10px;
    background-color: #fff;
    color: #000;
    font-family: proxima-nova,sans-serif;
    line-height: 20px;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    text-decoration: none
}

.mega-menu .mega-menu-items .mega-menu-item:hover,.mega-menu .mega-menu-items .mega-menu-sub-item:hover {
    text-decoration: none
}

.mega-menu .mega-menu-items .mega-menu-item:active,.mega-menu .mega-menu-items .mega-menu-sub-item:active {
    text-decoration: none
}

.mega-menu .mega-menu-items .mega-menu-item:focus,.mega-menu .mega-menu-items .mega-menu-sub-item:focus {
    text-decoration: none
}

.mega-menu .mega-menu-items .mega-menu-item:after,.mega-menu .mega-menu-items .mega-menu-sub-item:after {
    content: "\f054";
    position: absolute;
    height: 16px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto 0;
    opacity: 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all
}

@media screen and (min-width: 768px) {
    .no-touch .mega-menu .mega-menu-items .mega-menu-item:hover,.no-touch .mega-menu .mega-menu-items .mega-menu-sub-item:hover {
        background-color:inherit;
        color: #fff
    }

    .no-touch .mega-menu .mega-menu-items .mega-menu-item:hover:after,.no-touch .mega-menu .mega-menu-items .mega-menu-sub-item:hover:after {
        opacity: 1
    }
}

.mega-menu .mega-menu-items .mega-menu-item {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-size: 17px;
    font-weight: 600
}

.mega-menu .mega-menu-items .mega-menu-item+.mega-menu-item {
    border-top-color: transparent
}

.mega-menu .mega-menu-items .mega-menu-item:first-child {
    border-top-color: transparent
}

.mega-menu .mega-menu-items .mega-menu-item:last-child {
    border-bottom-color: transparent
}

.mega-menu .mega-menu-items .mega-menu-sub-item {
    font-size: 14px;
    font-weight: 300
}

@media screen and (min-width: 768px) {
    .mega-menu:hover {
        display:table
    }
}

.mega-menu.cols-5 {
    width: 1160px
}

.mega-menu.cols-4 {
    width: 928px
}

.mega-menu.cols-3 {
    width: 696px
}

.mega-menu.cols-2 {
    width: 464px
}

.mega-menu.cols-1 {
    width: 232px
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .mega-menu .mega-menu-column {
        width:188px
    }

    .mega-menu .mega-menu-items .mega-menu-item,.mega-menu .mega-menu-items .mega-menu-sub-item {
        line-height: 20px
    }

    .mega-menu .mega-menu-items .mega-menu-item {
        font-size: 16px
    }

    .mega-menu .mega-menu-items .mega-menu-sub-item {
        font-size: 13px
    }

    .mega-menu.cols-5 {
        width: 940px
    }

    .mega-menu.cols-4 {
        width: 752px
    }

    .mega-menu.cols-3 {
        width: 564px
    }

    .mega-menu.cols-2 {
        width: 376px
    }

    .mega-menu.cols-1 {
        width: 188px
    }
}

@media screen and (max-width: 991px) {
    .mega-menu .mega-menu-column {
        width:144px
    }

    .mega-menu .mega-menu-items .mega-menu-item,.mega-menu .mega-menu-items .mega-menu-sub-item {
        line-height: 18px
    }

    .mega-menu .mega-menu-items .mega-menu-item {
        font-size: 14px
    }

    .mega-menu .mega-menu-items .mega-menu-sub-item {
        font-size: 12px
    }

    .mega-menu.cols-5 {
        width: 720px
    }

    .mega-menu.cols-4 {
        width: 576px
    }

    .mega-menu.cols-3 {
        width: 432px
    }

    .mega-menu.cols-2 {
        width: 288px
    }

    .mega-menu.cols-1 {
        width: 144px
    }
}

@media screen and (max-width: 767px) {
    .mega-menu {
        display:block;
        position: relative;
        width: 100%!important;
        right: 0!important;
        left: 0!important;
        border: 0;
        overflow: hidden
    }

    .mega-menu .mega-menu-column {
        display: block;
        width: 100%;
        background-color: inherit
    }

    .mega-menu .mega-menu-items .mega-menu-item {
        padding: 15px 20px;
        border-top: 0;
        background-color: rgba(0,0,0,.5);
        color: #fff
    }

    .mega-menu .mega-menu-items .mega-menu-sub-item {
        display: none
    }

    .mega-menu.shut {
        height: 0
    }
}

.country-selector-dropdown {
    position: relative
}

.country-selector-dropdown .country-selector-dropdown-selected .flag {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    vertical-align: middle
}

.country-selector-dropdown .country-selector-dropdown-selected .fa-chevron-down {
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.country-selector-dropdown .country-selector-dropdown-menu {
    display: none;
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    right: 0;
    border-left: 3px solid #ebebed;
    border-right: 3px solid #ebebed;
    background-color: #7b4783;
    z-index: 52
}

.country-selector-dropdown .country-selector-dropdown-item {
    display: block;
    width: 200px;
    padding: 7px;
    color: #fff;
    text-align: justify
}

.country-selector-dropdown .country-selector-dropdown-item .flag {
    display: inline-block;
    width: 28px;
    vertical-align: middle
}

.country-selector-dropdown .country-selector-dropdown-item .text {
    display: inline-block;
    width: -webkit-calc(100% - 38px);
    width: calc(100% - 38px);
    padding: 0 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    vertical-align: middle
}

.country-selector-dropdown .country-selector-dropdown-item .fa-chevron-left {
    display: none;
    width: 10px;
    font-size: 14px;
    vertical-align: middle
}

.country-selector-dropdown .country-selector-dropdown-item.active {
    background-color: #1695d3
}

.country-selector-dropdown .country-selector-dropdown-item.active i.fa-chevron-left {
    display: inline-block
}

.country-selector-dropdown .country-selector-dropdown-item.active:hover {
    background-color: #1695d3
}

.no-touch .country-selector-dropdown .country-selector-dropdown-item:not(.active):hover {
    background-color: #cc5299
}

.country-selector-dropdown.open .country-selector-dropdown-menu {
    display: block
}

.country-selector-dropdown.open .country-selector-dropdown-selected .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-search-wrapper {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 16.6667%;
    background: #fff;
    z-index: 1000
}

.header-search-wrapper .header-search-input {
    display: inline-block;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 1px 90px 1px 20px;
    background-color: #915da3;
    color: #fff;
    font-size: 18px;
    z-index: 1
}

.header-search-wrapper .header-search-input::-webkit-input-placeholder {
    color: #fff
}

.header-search-wrapper .header-search-input::-moz-placeholder {
    color: #fff
}

.header-search-wrapper .header-search-input:-ms-input-placeholder {
    color: #fff
}

.header-search-wrapper .header-search-input::-ms-input-placeholder {
    color: #fff
}

.header-search-wrapper .header-search-input::placeholder {
    color: #fff
}

.header-search-wrapper .fa-search {
    position: absolute;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 60px;
    margin: auto 0;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    z-index: 1
}

.header-search-wrapper .fa-times {
    position: absolute;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .header-search-wrapper {
        right:10px;
        left: 10px
    }
}

.mobile-menu {
    display: inline-block;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    text-align: right;
    vertical-align: middle
}

.mobile-menu .mobile-menu-item {
    display: inline-block;
    padding: 0 8px;
    vertical-align: middle;
    cursor: pointer
}

.mobile-menu .mobile-menu-item>.fa {
    color: #585858;
    font-size: 22px
}

.mobile-menu .country-selector-dropdown .country-selector-dropdown-selected .flag {
    width: 28px
}

.mobile-menu .country-selector-dropdown .country-selector-dropdown-selected .fa-chevron-down {
    font-size: 18px;
    color: #915da3
}

@media screen and (min-width: 768px) {
    .mobile-menu {
        display:none
    }
}

html {
    background-color: #fff
}

.footer-v2 {
    position: relative
}

.footer-v2 .colored-bars {
    position: relative;
    min-height: 90px;
    background-image: url(../images/layout/footer-colored-bars.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-color: #fff;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .footer-v2 .colored-bars {
        min-height:64px
    }
}

.footer-v2 .deep-links-sticky-header {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 10
}

.footer-v2 .deep-links-sticky-header .sticky-header {
    position: relative;
    float: right;
    right: 10px;
    bottom: 0;
    width: 214px;
    height: 50px;
    background-color: #0072aa;
    pointer-events: auto;
    z-index: 5
}

.footer-v2 .deep-links-sticky-header .sticky-header .sticky-overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #068fcf;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: visibility 0s,opacity .6s linear;
    -o-transition: visibility 0s,opacity .6s linear;
    transition: visibility 0s,opacity .6s linear
}

.footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline {
    padding: 0;
    margin-bottom: 0;
    margin-left: 0
}

.footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline li {
    float: left;
    height: 48px;
    width: 107px;
    max-width: 107px;
    padding: 15px 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline li .fa-chevron-up {
    position: relative;
    top: -5px;
    font-size: 24px;
    color: #fff
}

.footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline li:hover {
    background-color: #068fcf
}

.footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline li.get-in-touch:hover .overlay-get-in-touch {
    visibility: visible;
    opacity: 1
}

.footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline li.back-to-top:hover .overlay-back-to-top {
    visibility: visible;
    opacity: 1
}

.footer-v2 .deep-links-sticky-header.stuck {
    position: absolute;
    top: 95px
}

.footer-v2 .deep-links-sticky-header.stuck .sticky-header {
    top: -53px
}

@media screen and (max-width: 767px) {
    .footer-v2 .deep-links-sticky-header {
        display:none
    }
}

.footer-v2 .footer-contact-takeover,.footer-v2 .footer-contact-thanks {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 20px;
    background-color: #7b4783;
    overflow: scroll;
    z-index: 1024
}

.footer-v2 .footer-contact-takeover .cross,.footer-v2 .footer-contact-thanks .cross {
    position: absolute;
    right: 25px;
    font-size: 25px;
    color: #fff;
    cursor: pointer
}

.footer-v2 .footer-contact-takeover .title,.footer-v2 .footer-contact-thanks .title {
    margin-bottom: 0;
    font-family: proxima-nova,sans-serif;
    font-size: 24px;
    color: #fff
}

.footer-v2 .footer-contact-takeover .subtitle,.footer-v2 .footer-contact-thanks .subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.footer-v2 .footer-contact-takeover .consent,.footer-v2 .footer-contact-thanks .consent {
    float: left;
    width: 57%;
    padding-left: 0;
    padding-right: 10px
}

@media screen and (max-width: 991px) {
    .footer-v2 .footer-contact-takeover .consent,.footer-v2 .footer-contact-thanks .consent {
        width:100%
    }
}

@media screen and (max-width: 767px) {
    .footer-v2 .footer-contact-takeover .consent,.footer-v2 .footer-contact-thanks .consent {
        float:none
    }
}

.footer-v2 .footer-contact-takeover .recaptcha,.footer-v2 .footer-contact-thanks .recaptcha {
    float: left;
    width: 36%
}

.footer-v2 .footer-contact-takeover .recaptcha i,.footer-v2 .footer-contact-thanks .recaptcha i {
    opacity: 0
}

@media screen and (max-width: 991px) {
    .footer-v2 .footer-contact-takeover .recaptcha,.footer-v2 .footer-contact-thanks .recaptcha {
        width:100%;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden
    }
}

@media screen and (max-width: 767px) {
    .footer-v2 .footer-contact-takeover .recaptcha,.footer-v2 .footer-contact-thanks .recaptcha {
        float:none
    }
}

.footer-v2 .footer-contact-takeover .consent-container .checkbox,.footer-v2 .footer-contact-thanks .consent-container .checkbox {
    min-height: 76px;
    margin: 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 9px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08)
}

.footer-v2 .footer-contact-takeover .consent-container .checkbox label,.footer-v2 .footer-contact-thanks .consent-container .checkbox label {
    position: relative;
    padding-left: 45px;
    text-align: left
}

.footer-v2 .footer-contact-takeover .consent-container .checkbox label:before,.footer-v2 .footer-contact-thanks .consent-container .checkbox label:before {
    content: " ";
    position: absolute;
    left: 2px;
    top: 12px;
    height: 28px;
    width: 28px;
    border: 2px solid #c1c1c1;
    background-color: #fff
}

.footer-v2 .footer-contact-takeover .consent-container .checkbox input,.footer-v2 .footer-contact-thanks .consent-container .checkbox input {
    opacity: 0;
    height: 13px;
    margin-left: -16px;
    zoom:3}

.footer-v2 .footer-contact-takeover .consent-container i.fa-check,.footer-v2 .footer-contact-thanks .consent-container i.fa-check {
    position: absolute;
    top: 27px;
    left: 11px;
    font-size: 20px
}

.footer-v2 .footer-contact-takeover .consent-container i.fa-times,.footer-v2 .footer-contact-thanks .consent-container i.fa-times {
    opacity: 0
}

.footer-v2 .footer-contact-takeover .thanks-tick,.footer-v2 .footer-contact-thanks .thanks-tick {
    position: relative;
    margin: 20px 0
}

.footer-v2 .footer-contact-takeover .thanks-tick .ani-circle,.footer-v2 .footer-contact-thanks .thanks-tick .ani-circle {
    position: relative;
    top: -1px;
    left: 0;
    margin: 0 auto;
    border-color: #7b4783
}

.footer-v2 .footer-contact-takeover .btn-close,.footer-v2 .footer-contact-thanks .btn-close {
    border: 3px solid #fff;
    padding: 8px 20px;
    background-color: transparent
}

.footer-v2 .footer-contact-takeover .btn-close i,.footer-v2 .footer-contact-thanks .btn-close i {
    padding-left: 5px
}

.footer-v2 .footer-contact-takeover .btn-close:hover,.footer-v2 .footer-contact-thanks .btn-close:hover {
    background-color: #fff;
    color: #7b4783
}

.footer-v2 .footer-contact-takeover .form-group input[type=text],.footer-v2 .footer-contact-thanks .form-group input[type=text] {
    height: 38px
}

.footer-v2 .footer-contact-takeover .help-block,.footer-v2 .footer-contact-thanks .help-block {
    color: #fff
}

.footer-v2 .footer-contact-takeover .takeover-form-container,.footer-v2 .footer-contact-thanks .takeover-form-container {
    max-width: 700px;
    margin: 100px auto;
    text-align: center
}

.footer-v2 .footer-contact-takeover #captchaContainerGlobal>div,.footer-v2 .footer-contact-thanks #captchaContainerGlobal>div {
    margin: 0 auto
}

.footer-v2 .footer-contact-takeover #captchaContainerGlobal>div>div,.footer-v2 .footer-contact-thanks #captchaContainerGlobal>div>div {
    margin: 0 auto
}

.footer-v2 .footer-contact-takeover .modal-takeover-submit .submit,.footer-v2 .footer-contact-thanks .modal-takeover-submit .submit {
    border: 3px solid #fff;
    padding: 10px;
    color: #fff;
    background-color: transparent
}

.footer-v2 .footer-contact-takeover .modal-takeover-submit .submit i,.footer-v2 .footer-contact-thanks .modal-takeover-submit .submit i {
    margin-left: 5px
}

.footer-v2 .footer-contact-takeover .modal-takeover-submit .submit:hover,.footer-v2 .footer-contact-thanks .modal-takeover-submit .submit:hover {
    background-color: #fff;
    color: #7b4783;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-v2 .footer-contact-takeover .modal-takeover-submit .submit:hover i,.footer-v2 .footer-contact-thanks .modal-takeover-submit .submit:hover i {
    color: #7b4783;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-v2 .footer-contact-takeover #global-form-errors,.footer-v2 .footer-contact-thanks #global-form-errors {
    margin: 20px 0 0 0
}

@media screen and (max-width: 767px) {
    .footer-v2 .footer-contact-takeover #captchaContainerGlobal,.footer-v2 .footer-contact-thanks #captchaContainerGlobal {
        position:relative;
        left: -11px
    }
}

@media screen and (min-width: 768px) {
    .footer-v2 .footer-contact-takeover .form-textarea,.footer-v2 .footer-contact-thanks .form-textarea {
        margin:0
    }
}

.footer-v2 .offices-links-container {
    background-color: #7b4783
}

.footer-v2 .offices-links-container .container {
    position: relative
}

.footer-v2 .offices-links-container .offices {
    padding: 45px 0;
    color: #fff
}

.footer-v2 .offices-links-container .offices .offices-title {
    height: 37px;
    margin-bottom: 25px;
    padding-left: 57px;
    font-size: 24px;
    font-weight: 300;
    background-image: url(../images/layout/head-foot-spmap.png);
    background-repeat: no-repeat;
    -webkit-background-size: 153px 153px;
    background-size: 153px;
    background-position: -110px 0
}

.footer-v2 .offices-links-container .offices .offices-title img {
    float: left;
    padding-right: 15px
}

.footer-v2 .offices-links-container .offices .offices-title .our-offices {
    float: left;
    position: relative;
    top: 10px
}

@media screen and (max-width: 767px) {
    .footer-v2 .offices-links-container .offices .offices-title {
        max-width:180px;
        margin: 25px auto
    }
}

.footer-v2 .offices-links-container .offices .address-line {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 200
}

.footer-v2 .offices-links-container .offices ul.list-inline {
    margin-bottom: 15px
}

.footer-v2 .offices-links-container .offices ul.list-inline li {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 200
}

.footer-v2 .offices-links-container .offices ul.list-inline li img {
    float: left;
    padding-right: 5px
}

.footer-v2 .offices-links-container .offices ul.list-inline li .fa-phone {
    position: relative;
    top: 1px;
    padding-right: 6px;
    font-size: 19px
}

.footer-v2 .offices-links-container .offices ul.list-inline li a {
    float: left;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

.footer-v2 .offices-links-container .offices ul.list-inline li a:hover {
    text-decoration: none
}

.footer-v2 .offices-links-container .offices ul.list-inline li a:active {
    text-decoration: none
}

.footer-v2 .offices-links-container .offices ul.list-inline li a:focus {
    text-decoration: none
}

.footer-v2 .offices-links-container .offices ul.list-inline li a:first-child {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(../images/layout/head-foot-spmap.png);
    background-repeat: no-repeat;
    -webkit-background-size: 153px 153px;
    background-size: 153px;
    background-position: 0 0
}

.footer-v2 .offices-links-container .offices ul.list-inline li a.ico-phone {
    background-position: -40px 0
}

.footer-v2 .offices-links-container .offices ul.list-inline li a.ico-mail {
    width: 25px;
    background-position: -60px 2px
}

.footer-v2 .offices-links-container .offices ul.list-inline li a.ico-map {
    width: 16px;
    height: 25px;
    background-position: -90px 0
}

.footer-v2 .offices-links-container .offices .btn-view-all-offices {
    margin: 0 6px 10px 0;
    border: 3px solid #fff;
    padding: 10px;
    background-color: #fff;
    color: #7b4783
}

.footer-v2 .offices-links-container .offices .btn-view-all-offices i {
    color: #7b4783;
    margin-left: 5px
}

.footer-v2 .offices-links-container .offices .btn-view-all-offices:hover {
    background-color: transparent;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-v2 .offices-links-container .offices .btn-view-all-offices:hover i {
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-v2 .offices-links-container .deep-links-column .deep-links {
    float: right;
    padding: 40px 17px 40px 16px;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #0072aa
}

.footer-v2 .offices-links-container .deep-links-column .deep-links .deep-title {
    padding-bottom: 25px;
    font-size: 24px;
    color: #fff
}

.footer-v2 .offices-links-container .deep-links-column .deep-links ul {
    margin: 0;
    padding: 0
}

.footer-v2 .offices-links-container .deep-links-column .deep-links ul li {
    padding: 5px 0;
    list-style: none
}

.footer-v2 .offices-links-container .deep-links-column .deep-links ul li a {
    color: #e0e0e0;
    font-size: 13px;
    font-weight: 200;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

.footer-v2 .offices-links-container .deep-links-column .deep-links ul li a:hover {
    text-decoration: none
}

.footer-v2 .offices-links-container .deep-links-column .deep-links ul li a:active {
    text-decoration: none
}

.footer-v2 .offices-links-container .deep-links-column .deep-links ul li a:focus {
    text-decoration: none
}

.footer-v2 .offices-links-container .deep-links-column .deep-links ul li a:hover {
    color: #fff
}

@media screen and (max-width: 767px) {
    .footer-v2 .offices-links-container .deep-links-column .deep-links {
        width:100%;
        background-color: #0072aa
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .footer-v2 .offices-links-container .deep-links-column .deep-links {
        min-height:390px;
        width: 214px;
        max-width: 214px
    }
}

@media screen and (min-width: 992px) {
    .footer-v2 .offices-links-container .deep-links-column .deep-links {
        width:214px;
        max-width: 214px;
        min-height: 285px
    }
}

@media screen and (max-width: 767px) {
    .footer-v2 .offices-links-container .deep-links-column {
        margin-left:-10px;
        margin-right: -10px;
        text-align: center;
        background-color: #0072aa
    }
}

@media screen and (max-width: 767px) {
    .footer-v2 .offices-links-container {
        text-align:center
    }
}

.footer-v2 .copyright-social-container {
    background-color: #915da3
}

.footer-v2 .copyright-social-container .copyright {
    padding: 33px 0;
    font-size: 11px;
    color: #fff
}

.footer-v2 .copyright-social-container .social-column ul.list-inline {
    float: right;
    padding: 20px 10px;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #0072aa
}

.footer-v2 .copyright-social-container .social-column ul.list-inline li {
    padding: 0 2.9px;
    font-size: 30px
}

.footer-v2 .copyright-social-container .social-column ul.list-inline li a {
    text-decoration: none
}

.footer-v2 .copyright-social-container .social-column ul.list-inline li a .fa {
    background-color: #fff;
    width: 30px;
    height: 30px;
    color: #0072aa;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-v2 .copyright-social-container .social-column ul.list-inline li a .fa:hover {
    background-color: #e0e0e0
}

.footer-v2 .copyright-social-container .social-column ul.list-inline li a:hover {
    text-decoration: none
}

.footer-v2 .copyright-social-container .social-column ul.list-inline li a:active {
    text-decoration: none
}

.footer-v2 .copyright-social-container .social-column ul.list-inline li a:focus {
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .footer-v2 .copyright-social-container .social-column ul.list-inline {
        width:100%
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .footer-v2 .copyright-social-container .social-column ul.list-inline {
        padding:30px 10px
    }
}

@media screen and (min-width: 992px) {
    .footer-v2 .copyright-social-container .social-column ul.list-inline {
        min-height:81px;
        max-width: 214px
    }
}

@media screen and (max-width: 767px) {
    .footer-v2 .copyright-social-container {
        background-color:#0072aa;
        text-align: center
    }
}

.homepage-parallax {
    -webkit-transition: opacity 520ms;
    -o-transition: opacity 520ms;
    transition: opacity 520ms;
    opacity: 0;
    z-index: 0
}

.homepage-parallax.current-slide {
    opacity: 1;
    z-index: 1!important
}

.home-banner-slide {
    display: none
}

.home-banner-slide:first-child {
    display: block
}

.homepage-slider {
    position: relative;
    height: 482px;
    max-height: 482px;
    overflow: hidden;
    z-index: 1
}

.homepage-slider .slick-track {
    height: 482px
}

.homepage-slider .slick-list.draggable {
    height: 482px
}

.homepage-slider .image {
    min-height: 482px
}

.homepage-slider .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    background-color: rgba(0,0,0,.45);
    z-index: 2
}

.homepage-slider .image .container {
    position: relative;
    padding: 140px 0 0 0;
    z-index: 3
}

.homepage-slider .image .container h2 {
    max-width: 550px;
    margin: 0;
    font-family: Proxima-nova;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

.homepage-slider .image .container h3 {
    max-width: 550px;
    margin: 0 0 20px 0;
    font-family: Proxima-nova;
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase
}

.homepage-slider .image .container .btn {
    margin-top: 10px;
    background-color: #7b4783;
    border: 2px solid #7b4783;
    font-size: 16px
}

.homepage-slider .image .container .btn:hover {
    background-color: #fff;
    color: #7b4783
}

.homepage-slider .image .container .btn:hover i {
    color: #7b4783
}

.homepage-slider .image .container .btn-find-out-more {
    position: relative;
    display: inline-block;
    padding: 6px 24px 6px 12px;
    margin: 10px 10px 0 0;
    border: 2px solid #7b4783;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    background-color: #7b4783;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}

.homepage-slider .image .container .btn-find-out-more:hover {
    text-decoration: none
}

.homepage-slider .image .container .btn-find-out-more:active {
    text-decoration: none
}

.homepage-slider .image .container .btn-find-out-more:focus {
    text-decoration: none
}

.homepage-slider .image .container .btn-find-out-more i {
    position: absolute;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.homepage-slider .image .container .btn-find-out-more:hover {
    color: #7b4783;
    background-color: #fff
}

.homepage-slider .image .container .btn-find-out-more:hover i {
    color: #7b4783
}

.homepage-slider .slick-dots {
    position: relative;
    bottom: 70px;
    left: 0;
    padding: 0;
    list-style: none;
    z-index: 2
}

.homepage-slider .slick-dots li {
    display: inline-block
}

.homepage-slider .slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    margin: 0 6px 0 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: 0;
    background: 0 0;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.homepage-slider .slick-dots li.slick-active button {
    background-color: #915da3
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .homepage-slider .slick-dots {
        left:17px
    }
}

@media screen and (max-width: 767px) {
    .homepage-slider {
        text-align:center;
        min-height: 330px
    }

    .homepage-slider .slick-track {
        min-height: 330px
    }

    .homepage-slider .slick-list.draggable {
        min-height: 330px
    }

    .homepage-slider .image img {
        height: auto;
        width: auto
    }

    .homepage-slider .image .container {
        text-align: center;
        padding: 55px 10px 0 10px
    }

    .homepage-slider .image .container h1,.homepage-slider .image .container h2 {
        max-width: 100%
    }

    .homepage-slider .slick-dots {
        bottom: 50px
    }
}

.home-column-container-new {
    background-color: #f5f5f5;
    text-align: center
}

.home-column-container-new .home-column {
    padding: 34px 0 50px 0;
    min-height: 300px
}

.home-column-container-new .middle-column {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.home-column-container-new p {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px
}

.home-column-container-new h3 a {
    text-decoration: none
}

.home-column-container-new h3 a:hover {
    text-decoration: none
}

.home-column-container-new h3 a:active {
    text-decoration: none
}

.home-column-container-new h3 a:focus {
    text-decoration: none
}

.home-column-container-new .theta a {
    color: #068fcf
}

.home-column-container-new .tau a {
    color: #00aca2
}

.home-column-container-new .alpha a {
    color: #915da3
}

.home-column-container-new .btn {
    background-color: transparent;
    border: 3px solid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 30px auto 0 auto
}

.home-column-container-new .btn:hover {
    color: #fff
}

.home-column-container-new .btn-theta {
    border-color: #068fcf;
    color: #fff;
    background-color: #068fcf
}

.home-column-container-new .btn-theta:hover {
    background-color: transparent;
    color: #068fcf
}

.home-column-container-new .btn-tau {
    border-color: #00aca2;
    color: #fff;
    background-color: #00aca2
}

.home-column-container-new .btn-tau:hover {
    background-color: transparent;
    color: #00aca2
}

.home-column-container-new .btn-alpha {
    margin-top: 50px;
    border-color: #915da3;
    color: #fff;
    background-color: #915da3
}

.home-column-container-new .btn-alpha:hover {
    background-color: transparent;
    color: #915da3
}

@media screen and (min-width: 1200px) {
    .home-column-container-new p {
        max-width:311px
    }

    .home-column-container-new .btn {
        min-width: 274px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .home-column-container-new p {
        min-height:180px
    }

    .home-column-container-new .btn {
        font-size: 11px;
        width: 220px
    }

    .home-column-container-new .btn.btn-alpha {
        margin-top: 90px
    }
}

.home-welcome-container-new {
    position: relative;
    padding-top: 4px;
    padding-bottom: 0;
    overflow: hidden;
    background-color: #1695d3
}

.home-welcome-container-new .intro-image {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 295px
}

.home-welcome-container-new .intro-image img {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .home-welcome-container-new .intro-image {
        display:block
    }
}

@media screen and (min-width: 1199px) {
    .home-welcome-container-new .welcome-text {
        margin-left:4%!important
    }
}

.home-welcome-container-new .welcome-text .embed-responsive {
    margin-top: 13px
}

.home-welcome-container-new .welcome-text .btn-white {
    width: 100%;
    min-width: 210px;
    margin-top: 16px;
    background-color: #fff;
    border: 3px solid #fff;
    color: #1695d3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.home-welcome-container-new .welcome-text .btn-white:hover {
    background-color: transparent;
    color: #fff
}

.home-welcome-container-new .home-tabs {
    position: relative;
    z-index: 5;
    width: 302px;
    float: right
}

.home-welcome-container-new .home-tabs .sub-title {
    padding: 20px 40px 0 40px;
    color: #333
}

@media screen and (max-width: 991px) {
    .home-welcome-container-new .home-tabs .sub-title {
        display:none
    }
}

.home-welcome-container-new .home-tabs .title-block {
    display: none;
    width: 100%;
    height: 50px;
    top: 30px;
    margin-bottom: 30px;
    background-color: #136c97;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px
}

@media screen and (max-width: 767px) {
    .home-welcome-container-new .home-tabs .title-block {
        display:block
    }
}

.home-welcome-container-new .home-tabs .small-tab {
    height: 75px;
    border-left: 1px solid #fff;
    background-color: #136c97
}

.home-welcome-container-new .home-tabs .small-tab:first-child {
    border-left: none
}

.home-welcome-container-new .home-tabs .small-tab a {
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none
}

.home-welcome-container-new .home-tabs .small-tab a:hover {
    text-decoration: none
}

.home-welcome-container-new .home-tabs .small-tab a:active {
    text-decoration: none
}

.home-welcome-container-new .home-tabs .small-tab a:focus {
    text-decoration: none
}

.home-welcome-container-new .home-tabs .small-tab a .valign {
    display: table;
    height: 75px
}

.home-welcome-container-new .home-tabs .small-tab a .valign-content {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
    text-align: center
}

.home-welcome-container-new .home-tabs .small-tab a .valign {
    margin: 0 auto;
    font-size: 18px
}

.home-welcome-container-new .home-tabs .small-tab.active {
    background-color: #0d4c6a
}

.home-welcome-container-new .home-tabs .tab-pane {
    display: none;
    background-color: rgba(51,51,51,.9);
    padding: 21px 33px
}

.home-welcome-container-new .home-tabs .tab-pane.active {
    display: block
}

.home-welcome-container-new .home-tabs .tab-pane .also-interested-block {
    background-color: #fff
}

.home-welcome-container-new .home-tabs .tab-pane .btn {
    margin-bottom: 25px;
    margin-left: 11px;
    background-color: #1695d3
}

.home-welcome-container-new .home-tabs .tab-pane .view-more-btn {
    display: block;
    width: 100%;
    height: 60px;
    border: 3px solid #915da3;
    background-color: #915da3;
    color: #fff;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    margin: 20px auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

.home-welcome-container-new .home-tabs .tab-pane .view-more-btn:hover {
    text-decoration: none
}

.home-welcome-container-new .home-tabs .tab-pane .view-more-btn:active {
    text-decoration: none
}

.home-welcome-container-new .home-tabs .tab-pane .view-more-btn:focus {
    text-decoration: none
}

.home-welcome-container-new .home-tabs .tab-pane .view-more-btn:hover {
    background-color: transparent;
    color: #fff
}

@media screen and (max-width: 991px) {
    .home-welcome-container-new .home-tabs .tab-pane {
        padding-top:20px
    }
}

@media screen and (max-width: 767px) {
    .home-welcome-container-new .home-tabs .tab-pane {
        display:block;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .home-welcome-container-new .home-tabs {
        top:10px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .home-welcome-container-new .home-tabs {
        width:266px
    }
}

@media screen and (max-width: 767px) {
    .home-welcome-container-new {
        padding-bottom:45px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .home-welcome-container-new {
        padding-top:0
    }

    .home-welcome-container-new .welcome-text {
        margin-top: 80px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .home-welcome-container-new .welcome-text {
        margin-top:40px
    }

    .home-welcome-container-new .home-tabs {
        width: 277px
    }

    .home-welcome-container-new .home-tabs .tab-pane {
        padding: 21px 9px
    }

    .home-welcome-container-new .home-tabs .tab-pane .view-more-btn {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .home-welcome-container-new .welcome-text {
        margin-top:0;
        text-align: center
    }

    .home-welcome-container-new .welcome-text .btn-white {
        margin-bottom: 20px
    }

    .home-welcome-container-new .home-tabs {
        width: 100%
    }

    .home-welcome-container-new .home-tabs .tab-pane .view-more-btn {
        width: 80%
    }
}

.home-column-container {
    position: relative;
    background-color: #f5f5f5;
    z-index: 1
}

.home-column-container .container .home-columns {
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (min-width: 1200px) {
    .home-column-container .container .home-columns div {
        padding-left:50px;
        padding-right: 50px
    }
}

.home-column-container .container .home-columns h3 {
    margin-top: 37px;
    margin-bottom: 17px;
    font-size: 30px
}

.home-column-container .container .home-columns h3.alpha {
    color: #915da3
}

.home-column-container .container .home-columns h3.tau {
    color: #00aca2
}

.home-column-container .container .home-columns h3.theta {
    color: #068fcf
}

@media screen and (max-width: 991px) {
    .home-column-container .container .home-columns h3 {
        display:inline-block;
        width: 100%
    }
}

.home-column-container .container .home-columns a {
    text-decoration: none
}

.home-column-container .container .home-columns a:hover {
    text-decoration: none
}

.home-column-container .container .home-columns a:active {
    text-decoration: none
}

.home-column-container .container .home-columns a:focus {
    text-decoration: none
}

.home-column-container .container .home-columns p {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .home-column-container .container .home-columns p {
        padding-bottom:30px
    }
}

.home-column-container .container .home-columns img {
    position: absolute;
    float: right;
    top: 20px;
    right: 30px
}

@media screen and (max-width: 991px) {
    .home-column-container .container .home-columns img {
        position:relative;
        float: left;
        right: auto
    }
}

@media screen and (max-width: 991px) {
    .home-column-container .container .home-columns img {
        float:none
    }
}

.home-column-container .container .home-columns .alpha a {
    color: #915da3;
    font-weight: 600
}

@media screen and (max-width: 991px) {
    .home-column-container .container .home-columns {
        text-align:center
    }
}

.home-countdown {
    margin-top: 80px
}

.welcome-softcat {
    margin-top: 30px!important;
    margin-bottom: 30px!important
}

.home-welcome-container {
    position: relative;
    padding-top: 45px;
    padding-bottom: 0;
    overflow: hidden;
    background-color: #1695d3;
    background-image: url(/assets/template/images/layout/home-skyline.png);
    background-position: center bottom;
    background-repeat: repeat-x
}

.home-welcome-container .clouds {
    position: absolute;
    display: none;
    width: 170px;
    height: 111px;
    background-image: url(/assets/template/images/layout/home-clouds.png);
    background-repeat: no-repeat;
    z-index: 2
}

@media screen and (min-width: 1200px) {
    .home-welcome-container .clouds {
        display:block
    }
}

.home-welcome-container .clouds-left {
    left: -200px;
    top: 160px
}

.home-welcome-container .clouds-center {
    width: 113px;
    height: 75px;
    right: -230px;
    background-image: url(/assets/template/images/layout/home-clouds-single.png)
}

.home-welcome-container .clouds-right {
    top: 300px;
    right: -195px
}

@media screen and (max-width: 767px) {
    .home-welcome-container .welcome-text {
        top:-65px;
        margin-bottom: -65px
    }
}

.home-welcome-container h1 {
    color: #fff
}

.home-welcome-container .sub-title {
    color: #fff
}

.home-welcome-container p {
    color: #fff
}

.home-welcome-container h2.phone-number {
    color: #fff
}

.home-welcome-container .home-tabs {
    position: relative;
    top: -40px;
    background-color: #fff;
    z-index: 5
}

.home-welcome-container .home-tabs .sub-title {
    padding: 20px 40px 0 40px;
    color: #333
}

@media screen and (max-width: 991px) {
    .home-welcome-container .home-tabs .sub-title {
        display:none
    }
}

.home-welcome-container .home-tabs .title-block {
    display: none;
    width: 100%;
    height: 50px;
    top: 30px;
    margin-bottom: 30px;
    background-color: #136c97;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px
}

@media screen and (max-width: 767px) {
    .home-welcome-container .home-tabs .title-block {
        display:block
    }
}

.home-welcome-container .home-tabs .small-tab {
    height: 75px;
    border-left: 1px solid #fff;
    background-color: #136c97
}

.home-welcome-container .home-tabs .small-tab:first-child {
    border-left: none
}

.home-welcome-container .home-tabs .small-tab a {
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none
}

.home-welcome-container .home-tabs .small-tab a:hover {
    text-decoration: none
}

.home-welcome-container .home-tabs .small-tab a:active {
    text-decoration: none
}

.home-welcome-container .home-tabs .small-tab a:focus {
    text-decoration: none
}

.home-welcome-container .home-tabs .small-tab a .valign {
    display: table;
    height: 75px
}

.home-welcome-container .home-tabs .small-tab a .valign-content {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
    text-align: center
}

.home-welcome-container .home-tabs .small-tab a .valign {
    margin: 0 auto
}

.home-welcome-container .home-tabs .small-tab.active {
    background-color: #0d4c6a
}

.home-welcome-container .home-tabs .tab-pane {
    display: none;
    padding-left: 45px;
    padding-right: 45px
}

.home-welcome-container .home-tabs .tab-pane.active {
    display: block
}

.home-welcome-container .home-tabs .tab-pane .btn {
    margin-bottom: 25px;
    margin-left: 11px;
    background-color: #1695d3
}

@media screen and (max-width: 991px) {
    .home-welcome-container .home-tabs .tab-pane {
        padding-top:20px
    }
}

@media screen and (max-width: 767px) {
    .home-welcome-container .home-tabs .tab-pane {
        display:block;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 0px) and (max-width:991px) {
    .home-welcome-container .home-tabs {
        top:15px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .home-welcome-container .home-tabs {
        top:10px
    }
}

@media screen and (max-width: 991px) {
    .home-welcome-container {
        text-align:center
    }
}

@media screen and (max-width: 767px) {
    .home-welcome-container {
        padding-bottom:45px
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .home-welcome-container {
        padding-top:0
    }
}

.news-case-study-container {
    position: relative
}

.news-case-study-container .news-case-study-center-block {
    position: relative;
    max-width: 280px;
    min-height: 77px;
    margin-left: auto;
    margin-right: auto
}

.news-case-study-container .over {
    position: absolute;
    width: 35px;
    height: 77px;
    left: 0;
    top: 0
}

.news-case-study-container .over.news {
    background-image: url(/assets/template/images/layout/news-tag.png)
}

.news-case-study-container .over.case-study {
    background-image: url(/assets/template/images/layout/case-study-tag.png)
}

.news-case-study-container .over.event {
    background-image: url(/assets/template/images/layout/event-tag.png)
}

.news-case-study-container img {
    max-height: 77px;
    padding-left: 15px
}

.news-case-study-container .headline {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 5px
}

.news-case-study-container .headline a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -1px;
    text-decoration: none
}

.news-case-study-container .headline a:hover {
    text-decoration: none
}

.news-case-study-container .headline a:active {
    text-decoration: none
}

.news-case-study-container .headline a:focus {
    text-decoration: none
}

.news-case-study-container .intro {
    position: relative;
    top: -20px;
    margin-top: 20px;
    padding-left: 5px
}

.news-case-study-container .intro a {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.news-case-study-container .intro a:hover {
    text-decoration: none
}

.news-case-study-container .intro a:active {
    text-decoration: none
}

.news-case-study-container .intro a:focus {
    text-decoration: none
}

.news-case-study-container .intro a.read-more {
    color: #915da3
}

h2.phone-number {
    margin-top: 20px;
    color: #fff
}

h2.phone-number a {
    color: #fff;
    text-decoration: none
}

h2.phone-number a:hover {
    text-decoration: none
}

h2.phone-number a:active {
    text-decoration: none
}

h2.phone-number a:focus {
    text-decoration: none
}

.home-twitter-partners-container {
    background-color: #ebebed
}

@media screen and (max-width: 767px) {
    .home-twitter-partners-container .twitter-block {
        padding:35px 0
    }
}

.home-twitter-partners-container .twitter-container {
    width: 486px;
    height: 488px;
    background-image: url(/assets/template/images/layout/twitter-holder.png)
}

.home-twitter-partners-container .twitter-container .tweet {
    position: absolute;
    width: 365px;
    top: 183px;
    left: 139px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: 23px
}

.home-twitter-partners-container .twitter-container .tweet a {
    color: #fff;
    text-decoration: none
}

.home-twitter-partners-container .twitter-container .tweet a:hover {
    text-decoration: none
}

.home-twitter-partners-container .twitter-container .tweet a:active {
    text-decoration: none
}

.home-twitter-partners-container .twitter-container .tweet a:focus {
    text-decoration: none
}

@media screen and (max-width: 1200px) {
    .home-twitter-partners-container .twitter-container .tweet {
        left:322px
    }
}

@media screen and (width: 1200px) {
    .home-twitter-partners-container .twitter-container .tweet {
        left:139px
    }
}

@media screen and (max-width: 992px) {
    .home-twitter-partners-container .twitter-container .tweet {
        left:212px
    }
}

@media screen and (width: 768px) {
    .home-twitter-partners-container .twitter-container .tweet {
        width:273px;
        left: 24px;
        top: 82px
    }
}

@media screen and (max-width: 767px) {
    .home-twitter-partners-container .twitter-container .tweet {
        width:273px;
        left: 24px;
        top: 82px
    }
}

.home-twitter-partners-container .twitter-container .time {
    position: absolute;
    width: 365px;
    top: 305px;
    left: 139px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: 23px
}

@media screen and (max-width: 1200px) {
    .home-twitter-partners-container .twitter-container .time {
        left:322px
    }
}

@media screen and (width: 1200px) {
    .home-twitter-partners-container .twitter-container .time {
        left:139px
    }
}

@media screen and (max-width: 992px) {
    .home-twitter-partners-container .twitter-container .time {
        left:212px
    }
}

@media screen and (width: 768px) {
    .home-twitter-partners-container .twitter-container .time {
        width:273px;
        left: 24px;
        top: 260px
    }
}

@media screen and (max-width: 767px) {
    .home-twitter-partners-container .twitter-container .time {
        width:273px;
        left: 24px;
        top: 260px
    }
}

@media screen and (max-width: 768px) {
    .home-twitter-partners-container .twitter-container {
        position:relative;
        width: 320px;
        height: 400px;
        background-image: url(/assets/template/images/layout/twitter-holder-mobile.png);
        background-repeat: no-repeat;
        background-position: center center
    }
}

.home-twitter-partners-container .spacer {
    position: absolute;
    height: 22px;
    left: 0;
    background-color: #fff
}

.home-twitter-partners-container .partners-container {
    margin-top: 31px;
    margin-bottom: 29px
}

.home-twitter-partners-container .partners-container .home-partner {
    height: 107px
}

.home-twitter-partners-container .partners-container .home-partner img {
    max-width: 120px;
    max-height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media screen and (max-width: 1199px) {
    .home-twitter-partners-container .partners-container {
        margin-top:59px
    }
}

@media screen and (max-width: 670px) {
    .col-xxs-12 {
        width:100%
    }
}

.row.content {
    margin-top: 40px;
    margin-bottom: 40px
}

.home-v2 .priorities-header {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 15px
}

.home-v2 .priorities-header .left,.home-v2 .priorities-header .right {
    float: left;
    height: 300px
}

.home-v2 .priorities-header .right {
    width: 68%
}

.home-v2 .priorities-header .left {
    width: 32%;
    padding-top: 30px
}

.home-v2 .priorities-header .left .thin {
    font-size: 23px;
    line-height: 30px
}

.home-v2 .priorities-header .left .bold {
    font-weight: 700;
    font-size: 27px;
    line-height: 29px
}

.home-v2 .priorities-header .left .sub {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.home-v2 .priorities-header .left .btn {
    padding: 15px
}

.home-v2 .priorities-header .title-image {
    max-width: 300px;
    width: 40%;
    margin: 0 auto
}

.home-v2 .priorities-header .summary-boxes {
    margin: 0 0 0 auto;
    width: 800px
}

.home-v2 .priorities-header .summary-boxes .priorities-summary-box {
    width: 200px;
    height: 200px;
    float: right
}

@media (max-width: 1199px) {
    .home-v2 .priorities-header {
        height:auto
    }

    .home-v2 .priorities-header .left,.home-v2 .priorities-header .right {
        width: 100%;
        height: auto
    }

    .home-v2 .priorities-header .left {
        text-align: center
    }

    .home-v2 .priorities-header .left .bold {
        font-size: 37px;
        line-height: 30px
    }

    .home-v2 .priorities-header .summary-boxes {
        margin: 0 auto;
        width: 960px
    }

    .home-v2 .priorities-header .summary-boxes .priorities-summary-box {
        width: 240px;
        height: 240px
    }
}

@media (max-width: 991px) {
    .home-v2 .priorities-header {
        height:auto
    }

    .home-v2 .priorities-header .left {
        padding: 20px 0 0
    }

    .home-v2 .priorities-header .left .bold {
        font-size: 40px;
        line-height: 40px
    }

    .home-v2 .priorities-header .left .sub {
        margin-top: 15px
    }

    .home-v2 .priorities-header .summary-boxes {
        width: 100%
    }

    .home-v2 .priorities-header .summary-boxes .priorities-summary-box {
        width: 50%;
        border-bottom: 1px solid #fff
    }
}

.home-v2 .priorities-header .summary-boxes .priorities-summary-box .t-outer {
    height: 100%
}

.home-v2 .priorities-header .summary-boxes .priorities-summary-box p.tag {
    font-size: 20px;
    line-height: 26px;
    font-weight: 200;
    text-align: center;
    margin-top: 20px
}

.home-v2 .priorities-header .summary-boxes .priorities-summary-box .btn {
    position: static;
    width: 80%;
    margin: 30px auto 0;
    display: block
}

@media (max-width: 767px) {
    .home-v2 .priorities-header .summary-boxes .priorities-summary-box {
        width:100%;
        max-width: 100%;
        margin: 0 auto
    }

    .home-v2 .priorities-header .summary-boxes .priorities-summary-box p.tag {
        font-size: 36px;
        line-height: 40px
    }
}

.home-v2 .homepage-parallax {
    -webkit-transition: opacity 520ms;
    -o-transition: opacity 520ms;
    transition: opacity 520ms;
    opacity: 0;
    z-index: 0
}

.home-v2 .homepage-parallax.current-slide {
    opacity: 1;
    z-index: 1!important
}

.home-v2 .home-banner-slide:first-child {
    display: block
}

.home-v2 .homepage-slider {
    position: relative;
    height: 350px;
    max-height: 400px;
    overflow: hidden;
    z-index: 1
}

.home-v2 .homepage-slider .slick-track {
    height: 400px
}

.home-v2 .homepage-slider .slick-list.draggable {
    height: 400px
}

.home-v2 .homepage-slider .image {
    min-height: 482px
}

.home-v2 .homepage-slider .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    background-color: rgba(0,0,0,.45);
    z-index: 2
}

.home-v2 .homepage-slider .image .container {
    position: relative;
    padding: 80px 0 0;
    z-index: 3
}

.home-v2 .homepage-slider .image .container h2 {
    max-width: 550px;
    margin: 0;
    font-family: Proxima-nova;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

.home-v2 .homepage-slider .image .container h3 {
    max-width: 550px;
    margin: 0 0 20px;
    font-family: Proxima-nova;
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase
}

.home-v2 .homepage-slider .image .container .btn {
    margin-top: 10px;
    background-color: #7b4783;
    border: 2px solid #7b4783;
    font-size: 16px
}

.home-v2 .homepage-slider .image .container .btn:hover {
    background-color: #fff;
    color: #7b4783
}

.home-v2 .homepage-slider .image .container .btn:hover i {
    color: #7b4783
}

.home-v2 .homepage-slider .image .container .btn-find-out-more {
    position: relative;
    display: inline-block;
    padding: 6px 24px 6px 12px;
    margin: 10px 10px 0 0;
    border: 2px solid #7b4783;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    background-color: #7b4783;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}

.home-v2 .homepage-slider .image .container .btn-find-out-more:hover {
    text-decoration: none
}

.home-v2 .homepage-slider .image .container .btn-find-out-more:active {
    text-decoration: none
}

.home-v2 .homepage-slider .image .container .btn-find-out-more:focus {
    text-decoration: none
}

.home-v2 .homepage-slider .image .container .btn-find-out-more i {
    position: absolute;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.home-v2 .homepage-slider .image .container .btn-find-out-more:hover {
    color: #7b4783;
    background-color: #fff
}

.home-v2 .homepage-slider .image .container .btn-find-out-more:hover i {
    color: #7b4783
}

.home-v2 .homepage-slider .slick-dots {
    position: relative;
    bottom: 90px;
    left: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
    text-align: center
}

.home-v2 .homepage-slider .slick-dots li {
    display: inline-block
}

.home-v2 .homepage-slider .slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    margin: 0 6px 0 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: 0;
    background: 0 0;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.home-v2 .homepage-slider .slick-dots li.slick-active button {
    background-color: #915da3
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .home-v2 .homepage-slider .slick-dots {
        left:17px
    }
}

@media screen and (max-width: 767px) {
    .home-v2 .homepage-slider {
        text-align:center;
        min-height: 330px
    }

    .home-v2 .homepage-slider .slick-track {
        min-height: 330px
    }

    .home-v2 .homepage-slider .slick-list.draggable {
        min-height: 330px
    }

    .home-v2 .homepage-slider .image img {
        height: auto;
        width: auto
    }

    .home-v2 .homepage-slider .image .container {
        text-align: center;
        padding: 55px 10px 0
    }

    .home-v2 .homepage-slider .image .container h1,.home-v2 .homepage-slider .image .container h2 {
        max-width: 100%
    }

    .home-v2 .homepage-slider .slick-dots {
        bottom: 50px
    }
}

.home-v2 .home-column-container-new {
    background-color: #f5f5f5;
    text-align: center
}

.home-v2 .home-column-container-new .home-column {
    padding: 34px 0 50px;
    min-height: 300px
}

.home-v2 .home-column-container-new .middle-column {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.home-v2 .home-column-container-new p {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px
}

.home-v2 .home-column-container-new h3 a {
    text-decoration: none
}

.home-v2 .home-column-container-new h3 a:hover {
    text-decoration: none
}

.home-v2 .home-column-container-new h3 a:active {
    text-decoration: none
}

.home-v2 .home-column-container-new h3 a:focus {
    text-decoration: none
}

.home-v2 .home-column-container-new .theta a {
    color: #068fcf
}

.home-v2 .home-column-container-new .tau a {
    color: #00aca2
}

.home-v2 .home-column-container-new .alpha a {
    color: #915da3
}

.home-v2 .home-column-container-new .btn {
    background-color: transparent;
    border: 3px solid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 30px auto 0
}

.home-v2 .home-column-container-new .btn:hover {
    color: #fff
}

.home-v2 .home-column-container-new .btn-theta {
    border-color: #068fcf;
    color: #fff;
    background-color: #068fcf
}

.home-v2 .home-column-container-new .btn-theta:hover {
    background-color: transparent;
    color: #068fcf
}

.home-v2 .home-column-container-new .btn-tau {
    border-color: #00aca2;
    color: #fff;
    background-color: #00aca2
}

.home-v2 .home-column-container-new .btn-tau:hover {
    background-color: transparent;
    color: #00aca2
}

.home-v2 .home-column-container-new .btn-alpha {
    margin-top: 50px;
    border-color: #915da3;
    color: #fff;
    background-color: #915da3
}

.home-v2 .home-column-container-new .btn-alpha:hover {
    background-color: transparent;
    color: #915da3
}

@media screen and (min-width: 1200px) {
    .home-v2 .home-column-container-new p {
        max-width:311px
    }

    .home-v2 .home-column-container-new .btn {
        min-width: 274px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .home-v2 .home-column-container-new p {
        min-height:180px
    }

    .home-v2 .home-column-container-new .btn {
        font-size: 11px;
        width: 220px
    }

    .home-v2 .home-column-container-new .btn.btn-alpha {
        margin-top: 90px
    }
}

.home-v2 .home-welcome-container-new {
    position: relative;
    padding-top: 4px;
    padding-bottom: 0;
    overflow: hidden;
    background-color: #1695d3
}

.home-v2 .home-welcome-container-new .intro-image {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 295px
}

.home-v2 .home-welcome-container-new .intro-image img {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .home-v2 .home-welcome-container-new .intro-image {
        display:block
    }
}

@media screen and (min-width: 1199px) {
    .home-v2 .home-welcome-container-new .welcome-text {
        margin-left:4%!important
    }
}

.home-v2 .home-welcome-container-new .welcome-text .embed-responsive {
    margin-top: 13px
}

.home-v2 .home-welcome-container-new .welcome-text .btn-white {
    width: 100%;
    min-width: 210px;
    margin-top: 16px;
    background-color: #fff;
    border: 3px solid #fff;
    color: #1695d3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.home-v2 .home-welcome-container-new .welcome-text .btn-white:hover {
    background-color: transparent;
    color: #fff
}

.home-v2 .home-welcome-container-new .home-tabs {
    position: relative;
    z-index: 5;
    width: 302px;
    float: right
}

.home-v2 .home-welcome-container-new .home-tabs .sub-title {
    padding: 20px 40px 0;
    color: #333
}

@media screen and (max-width: 991px) {
    .home-v2 .home-welcome-container-new .home-tabs .sub-title {
        display:none
    }
}

.home-v2 .home-welcome-container-new .home-tabs .title-block {
    display: none;
    width: 100%;
    height: 50px;
    top: 30px;
    margin-bottom: 30px;
    background-color: #136c97;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px
}

@media screen and (max-width: 767px) {
    .home-v2 .home-welcome-container-new .home-tabs .title-block {
        display:block
    }
}

.home-v2 .home-welcome-container-new .home-tabs .small-tab {
    height: 75px;
    border-left: 1px solid #fff;
    background-color: #136c97
}

.home-v2 .home-welcome-container-new .home-tabs .small-tab:first-child {
    border-left: none
}

.home-v2 .home-welcome-container-new .home-tabs .small-tab a {
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none
}

.home-v2 .home-welcome-container-new .home-tabs .small-tab a:hover {
    text-decoration: none
}

.home-v2 .home-welcome-container-new .home-tabs .small-tab a:active {
    text-decoration: none
}

.home-v2 .home-welcome-container-new .home-tabs .small-tab a:focus {
    text-decoration: none
}

.home-v2 .home-welcome-container-new .home-tabs .small-tab a .valign {
    display: table;
    height: 75px
}

.home-v2 .home-welcome-container-new .home-tabs .small-tab a .valign-content {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
    text-align: center
}

.home-v2 .home-welcome-container-new .home-tabs .small-tab a .valign {
    margin: 0 auto;
    font-size: 18px
}

.home-v2 .home-welcome-container-new .home-tabs .small-tab.active {
    background-color: #0d4c6a
}

.home-v2 .home-welcome-container-new .home-tabs .tab-pane {
    display: none;
    background-color: rgba(51,51,51,.9);
    padding: 21px 33px
}

.home-v2 .home-welcome-container-new .home-tabs .tab-pane.active {
    display: block
}

.home-v2 .home-welcome-container-new .home-tabs .tab-pane .also-interested-block {
    background-color: #fff
}

.home-v2 .home-welcome-container-new .home-tabs .tab-pane .btn {
    margin-bottom: 25px;
    margin-left: 11px;
    background-color: #1695d3
}

.home-v2 .home-welcome-container-new .home-tabs .tab-pane .view-more-btn {
    display: block;
    width: 100%;
    height: 60px;
    border: 3px solid #915da3;
    background-color: #915da3;
    color: #fff;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    margin: 20px auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

.home-v2 .home-welcome-container-new .home-tabs .tab-pane .view-more-btn:hover {
    text-decoration: none
}

.home-v2 .home-welcome-container-new .home-tabs .tab-pane .view-more-btn:active {
    text-decoration: none
}

.home-v2 .home-welcome-container-new .home-tabs .tab-pane .view-more-btn:focus {
    text-decoration: none
}

.home-v2 .home-welcome-container-new .home-tabs .tab-pane .view-more-btn:hover {
    background-color: transparent;
    color: #fff
}

@media screen and (max-width: 991px) {
    .home-v2 .home-welcome-container-new .home-tabs .tab-pane {
        padding-top:20px
    }
}

@media screen and (max-width: 767px) {
    .home-v2 .home-welcome-container-new .home-tabs .tab-pane {
        display:block;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .home-v2 .home-welcome-container-new .home-tabs {
        top:10px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .home-v2 .home-welcome-container-new .home-tabs {
        width:266px
    }
}

@media screen and (max-width: 767px) {
    .home-v2 .home-welcome-container-new {
        padding-bottom:45px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .home-v2 .home-welcome-container-new {
        padding-top:0
    }

    .home-v2 .home-welcome-container-new .welcome-text {
        margin-top: 80px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .home-v2 .home-welcome-container-new .welcome-text {
        margin-top:40px
    }

    .home-v2 .home-welcome-container-new .home-tabs {
        width: 277px
    }

    .home-v2 .home-welcome-container-new .home-tabs .tab-pane {
        padding: 21px 9px
    }

    .home-v2 .home-welcome-container-new .home-tabs .tab-pane .view-more-btn {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .home-v2 .home-welcome-container-new .welcome-text {
        margin-top:0;
        text-align: center
    }

    .home-v2 .home-welcome-container-new .welcome-text .btn-white {
        margin-bottom: 20px
    }

    .home-v2 .home-welcome-container-new .home-tabs {
        width: 100%
    }

    .home-v2 .home-welcome-container-new .home-tabs .tab-pane .view-more-btn {
        width: 80%
    }
}

.home-v2 .home-column-container {
    position: relative;
    background-color: #f5f5f5;
    z-index: 1
}

.home-v2 .home-column-container .container .home-columns {
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (min-width: 1200px) {
    .home-v2 .home-column-container .container .home-columns div {
        padding-left:50px;
        padding-right: 50px
    }
}

.home-v2 .home-column-container .container .home-columns h3 {
    margin-top: 37px;
    margin-bottom: 17px;
    font-size: 30px
}

.home-v2 .home-column-container .container .home-columns h3.alpha {
    color: #915da3
}

.home-v2 .home-column-container .container .home-columns h3.tau {
    color: #00aca2
}

.home-v2 .home-column-container .container .home-columns h3.theta {
    color: #068fcf
}

@media screen and (max-width: 991px) {
    .home-v2 .home-column-container .container .home-columns h3 {
        display:inline-block;
        width: 100%
    }
}

.home-v2 .home-column-container .container .home-columns a {
    text-decoration: none
}

.home-v2 .home-column-container .container .home-columns a:hover {
    text-decoration: none
}

.home-v2 .home-column-container .container .home-columns a:active {
    text-decoration: none
}

.home-v2 .home-column-container .container .home-columns a:focus {
    text-decoration: none
}

.home-v2 .home-column-container .container .home-columns p {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .home-v2 .home-column-container .container .home-columns p {
        padding-bottom:30px
    }
}

.home-v2 .home-column-container .container .home-columns img {
    position: absolute;
    float: right;
    top: 20px;
    right: 30px
}

@media screen and (max-width: 991px) {
    .home-v2 .home-column-container .container .home-columns img {
        position:relative;
        float: left;
        right: auto
    }
}

@media screen and (max-width: 991px) {
    .home-v2 .home-column-container .container .home-columns img {
        float:none
    }
}

.home-v2 .home-column-container .container .home-columns .alpha a {
    color: #915da3;
    font-weight: 600
}

@media screen and (max-width: 991px) {
    .home-v2 .home-column-container .container .home-columns {
        text-align:center
    }
}

.home-v2 .home-countdown {
    margin-top: 80px
}

.home-v2 .welcome-softcat {
    margin-top: 30px!important;
    margin-bottom: 30px!important
}

.home-v2 .home-welcome-container {
    position: relative;
    padding-top: 45px;
    padding-bottom: 0;
    overflow: hidden;
    background-color: #1695d3;
    background-image: url(/assets/template/images/layout/home-skyline.png);
    background-position: center bottom;
    background-repeat: repeat-x
}

.home-v2 .home-welcome-container .clouds {
    position: absolute;
    display: none;
    width: 170px;
    height: 111px;
    background-image: url(/assets/template/images/layout/home-clouds.png);
    background-repeat: no-repeat;
    z-index: 2
}

@media screen and (min-width: 1200px) {
    .home-v2 .home-welcome-container .clouds {
        display:block
    }
}

.home-v2 .home-welcome-container .clouds-left {
    left: -200px;
    top: 160px
}

.home-v2 .home-welcome-container .clouds-center {
    width: 113px;
    height: 75px;
    right: -230px;
    background-image: url(/assets/template/images/layout/home-clouds-single.png)
}

.home-v2 .home-welcome-container .clouds-right {
    top: 300px;
    right: -195px
}

@media screen and (max-width: 767px) {
    .home-v2 .home-welcome-container .welcome-text {
        top:-65px;
        margin-bottom: -65px
    }
}

.home-v2 .home-welcome-container h1 {
    color: #fff
}

.home-v2 .home-welcome-container .sub-title {
    color: #fff
}

.home-v2 .home-welcome-container p {
    color: #fff
}

.home-v2 .home-welcome-container h2.phone-number {
    color: #fff
}

.home-v2 .home-welcome-container .home-tabs {
    position: relative;
    top: -40px;
    background-color: #fff;
    z-index: 5
}

.home-v2 .home-welcome-container .home-tabs .sub-title {
    padding: 20px 40px 0;
    color: #333
}

@media screen and (max-width: 991px) {
    .home-v2 .home-welcome-container .home-tabs .sub-title {
        display:none
    }
}

.home-v2 .home-welcome-container .home-tabs .title-block {
    display: none;
    width: 100%;
    height: 50px;
    top: 30px;
    margin-bottom: 30px;
    background-color: #136c97;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px
}

@media screen and (max-width: 767px) {
    .home-v2 .home-welcome-container .home-tabs .title-block {
        display:block
    }
}

.home-v2 .home-welcome-container .home-tabs .small-tab {
    height: 75px;
    border-left: 1px solid #fff;
    background-color: #136c97
}

.home-v2 .home-welcome-container .home-tabs .small-tab:first-child {
    border-left: none
}

.home-v2 .home-welcome-container .home-tabs .small-tab a {
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none
}

.home-v2 .home-welcome-container .home-tabs .small-tab a:hover {
    text-decoration: none
}

.home-v2 .home-welcome-container .home-tabs .small-tab a:active {
    text-decoration: none
}

.home-v2 .home-welcome-container .home-tabs .small-tab a:focus {
    text-decoration: none
}

.home-v2 .home-welcome-container .home-tabs .small-tab a .valign {
    display: table;
    height: 75px
}

.home-v2 .home-welcome-container .home-tabs .small-tab a .valign-content {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
    text-align: center
}

.home-v2 .home-welcome-container .home-tabs .small-tab a .valign {
    margin: 0 auto
}

.home-v2 .home-welcome-container .home-tabs .small-tab.active {
    background-color: #0d4c6a
}

.home-v2 .home-welcome-container .home-tabs .tab-pane {
    display: none;
    padding-left: 45px;
    padding-right: 45px
}

.home-v2 .home-welcome-container .home-tabs .tab-pane.active {
    display: block
}

.home-v2 .home-welcome-container .home-tabs .tab-pane .btn {
    margin-bottom: 25px;
    margin-left: 11px;
    background-color: #1695d3
}

@media screen and (max-width: 991px) {
    .home-v2 .home-welcome-container .home-tabs .tab-pane {
        padding-top:20px
    }
}

@media screen and (max-width: 767px) {
    .home-v2 .home-welcome-container .home-tabs .tab-pane {
        display:block;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 0px) and (max-width:991px) {
    .home-v2 .home-welcome-container .home-tabs {
        top:15px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .home-v2 .home-welcome-container .home-tabs {
        top:10px
    }
}

@media screen and (max-width: 991px) {
    .home-v2 .home-welcome-container {
        text-align:center
    }
}

@media screen and (max-width: 767px) {
    .home-v2 .home-welcome-container {
        padding-bottom:45px
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .home-v2 .home-welcome-container {
        padding-top:0
    }
}

.home-v2 .news-case-study-container {
    position: relative
}

.home-v2 .news-case-study-container .news-case-study-center-block {
    position: relative;
    max-width: 280px;
    min-height: 77px;
    margin-left: auto;
    margin-right: auto
}

.home-v2 .news-case-study-container .over {
    position: absolute;
    width: 35px;
    height: 77px;
    left: 0;
    top: 0
}

.home-v2 .news-case-study-container .over.news {
    background-image: url(/assets/template/images/layout/news-tag.png)
}

.home-v2 .news-case-study-container .over.case-study {
    background-image: url(/assets/template/images/layout/case-study-tag.png)
}

.home-v2 .news-case-study-container .over.event {
    background-image: url(/assets/template/images/layout/event-tag.png)
}

.home-v2 .news-case-study-container img {
    max-height: 77px;
    padding-left: 15px
}

.home-v2 .news-case-study-container .headline {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 5px
}

.home-v2 .news-case-study-container .headline a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -1px;
    text-decoration: none
}

.home-v2 .news-case-study-container .headline a:hover {
    text-decoration: none
}

.home-v2 .news-case-study-container .headline a:active {
    text-decoration: none
}

.home-v2 .news-case-study-container .headline a:focus {
    text-decoration: none
}

.home-v2 .news-case-study-container .intro {
    position: relative;
    top: -20px;
    margin-top: 20px;
    padding-left: 5px
}

.home-v2 .news-case-study-container .intro a {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.home-v2 .news-case-study-container .intro a:hover {
    text-decoration: none
}

.home-v2 .news-case-study-container .intro a:active {
    text-decoration: none
}

.home-v2 .news-case-study-container .intro a:focus {
    text-decoration: none
}

.home-v2 .news-case-study-container .intro a.read-more {
    color: #915da3
}

.home-v2 h2.phone-number {
    margin-top: 20px;
    color: #fff
}

.home-v2 h2.phone-number a {
    color: #fff;
    text-decoration: none
}

.home-v2 h2.phone-number a:hover {
    text-decoration: none
}

.home-v2 h2.phone-number a:active {
    text-decoration: none
}

.home-v2 h2.phone-number a:focus {
    text-decoration: none
}

.home-v2 .home-twitter-partners-container {
    background-color: #ebebed
}

@media screen and (max-width: 767px) {
    .home-v2 .home-twitter-partners-container .twitter-block {
        padding:35px 0
    }
}

.home-v2 .home-twitter-partners-container .twitter-container {
    width: 486px;
    height: 488px;
    background-image: url(/assets/template/images/layout/twitter-holder.png)
}

.home-v2 .home-twitter-partners-container .twitter-container .tweet {
    position: absolute;
    width: 365px;
    top: 183px;
    left: 139px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: 23px
}

.home-v2 .home-twitter-partners-container .twitter-container .tweet a {
    color: #fff;
    text-decoration: none
}

.home-v2 .home-twitter-partners-container .twitter-container .tweet a:hover {
    text-decoration: none
}

.home-v2 .home-twitter-partners-container .twitter-container .tweet a:active {
    text-decoration: none
}

.home-v2 .home-twitter-partners-container .twitter-container .tweet a:focus {
    text-decoration: none
}

@media screen and (max-width: 1200px) {
    .home-v2 .home-twitter-partners-container .twitter-container .tweet {
        left:322px
    }
}

@media screen and (width: 1200px) {
    .home-v2 .home-twitter-partners-container .twitter-container .tweet {
        left:139px
    }
}

@media screen and (max-width: 992px) {
    .home-v2 .home-twitter-partners-container .twitter-container .tweet {
        left:212px
    }
}

@media screen and (width: 768px) {
    .home-v2 .home-twitter-partners-container .twitter-container .tweet {
        width:273px;
        left: 24px;
        top: 82px
    }
}

@media screen and (max-width: 767px) {
    .home-v2 .home-twitter-partners-container .twitter-container .tweet {
        width:273px;
        left: 24px;
        top: 82px
    }
}

.home-v2 .home-twitter-partners-container .twitter-container .time {
    position: absolute;
    width: 365px;
    top: 305px;
    left: 139px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: 23px
}

@media screen and (max-width: 1200px) {
    .home-v2 .home-twitter-partners-container .twitter-container .time {
        left:322px
    }
}

@media screen and (width: 1200px) {
    .home-v2 .home-twitter-partners-container .twitter-container .time {
        left:139px
    }
}

@media screen and (max-width: 992px) {
    .home-v2 .home-twitter-partners-container .twitter-container .time {
        left:212px
    }
}

@media screen and (width: 768px) {
    .home-v2 .home-twitter-partners-container .twitter-container .time {
        width:273px;
        left: 24px;
        top: 260px
    }
}

@media screen and (max-width: 767px) {
    .home-v2 .home-twitter-partners-container .twitter-container .time {
        width:273px;
        left: 24px;
        top: 260px
    }
}

@media screen and (max-width: 768px) {
    .home-v2 .home-twitter-partners-container .twitter-container {
        position:relative;
        width: 320px;
        height: 400px;
        background-image: url(/assets/template/images/layout/twitter-holder-mobile.png);
        background-repeat: no-repeat;
        background-position: center center
    }
}

.home-v2 .home-twitter-partners-container .spacer {
    position: absolute;
    height: 22px;
    left: 0;
    background-color: #fff
}

.home-v2 .home-twitter-partners-container .partners-container {
    margin-top: 31px;
    margin-bottom: 29px
}

.home-v2 .home-twitter-partners-container .partners-container .home-partner {
    height: 107px
}

.home-v2 .home-twitter-partners-container .partners-container .home-partner img {
    max-width: 120px;
    max-height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media screen and (max-width: 1199px) {
    .home-v2 .home-twitter-partners-container .partners-container {
        margin-top:59px
    }
}

@media screen and (max-width: 670px) {
    .home-v2 .col-xxs-12 {
        width:100%
    }
}

.home-v2 .row.content {
    margin-top: 40px;
    margin-bottom: 40px
}

.home-partners-container {
    background-color: #fff;
    padding: 50px 0
}

.home-partners-container h3 {
    display: block;
    text-align: center;
    margin: 0 0 45px;
    font-family: Open-sans,sans-serif;
    font-size: 24px;
    color: #915da3
}

.home-partners-container .slick-slide {
    position: relative;
    min-height: 100px
}

.home-partners-container .slick-slide img {
    position: absolute;
    max-width: 80%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.home-partners-container .slick-slide img:focus {
    outline: 0
}

.home-partners-container .slick-slide:focus {
    outline: 0
}

.pink-box-header-container {
    min-height: 140px;
    color: #fff;
    position: relative;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pink-box-header-container h3 {
    z-index: 10;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 60px
}

@media (max-width: 500px) {
    .pink-box-header-container h3 {
        width:300px;
        max-width: 100%;
        text-align: center
    }
}

.pink-box {
    background-color: #915da3;
    height: 374px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    position: absolute;
    z-index: 0;
    top: 0;
    left: -10px;
    background-image: url(../../uploads/homepagev3/pink-bg-1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    text-align: center
}

.pink-box.blue {
    background-color: #068fcf!important;
    background-image: url(../../uploads/it-priorities/blue-bg.png)!important
}

@media (min-width: 500px) {
    .pink-box.blue:before {
        background-color:#068fcf
    }
}

.pink-box.red {
    background-color: #9c1a2b!important;
    background-image: url(../../uploads/it-priorities/red-bg.png)!important
}

@media (min-width: 500px) {
    .pink-box.red:before {
        background-color:#9c1a2b
    }
}

.pink-box.green {
    background-color: #00aca2!important;
    background-image: url(../../uploads/it-priorities/green-bg.png)!important
}

@media (min-width: 500px) {
    .pink-box.green:before {
        background-color:#00aca2
    }
}

@media (min-width: 500px) {
    .pink-box {
        left:-webkit-calc(-50% + 130px);
        left: calc(-50% + 130px);
        text-align: left;
        width: 100%
    }
}

@media (min-width: 500px) {
    .pink-box:before {
        height:100%;
        width: 100vw;
        left: -100vw;
        content: '';
        background-color: #915da3;
        position: absolute
    }
}

.faqs {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left
}

.faqs p {
    color: #000;
    text-align: left;
    font-size: 14px
}

.faqs .panel-group {
    margin-bottom: 1px
}

.faqs .panel-group .panel {
    border: 0;
    background-color: transparent
}

.faqs .panel-group .panel-heading {
    position: relative;
    background-color: rgba(0,0,0,.6);
    border: 0;
    color: #fff;
    cursor: pointer
}

.faqs .panel-group .panel-heading h4 {
    font-weight: 800
}

.faqs .panel-group .panel-heading h4 a {
    text-decoration: none
}

.faqs .panel-group .panel-heading h4 a:hover {
    text-decoration: none
}

.faqs .panel-group .panel-heading h4 a:active {
    text-decoration: none
}

.faqs .panel-group .panel-heading h4 a:focus {
    text-decoration: none
}

.faqs .panel-group .panel-heading.open:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.faqs .panel-group .panel-heading:before {
    content: " ";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.faqs .panel-group .panel-heading:after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.faqs .panel-group .panel-body {
    border-top: 0!important;
    background-color: rgba(0,0,0,.85)
}

.faqs .panel-group .panel-body p {
    padding: 0 25px;
    margin-top: 10px;
    color: #fff
}

.inner-content h1 {
    margin-top: 0
}

.quote-container {
    margin-bottom: 100px;
    margin-top: 35px
}

.quote-container .row.quote {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #cc5299
}

.quote-container .row.quote .quote-mark {
    width: 75px;
    height: 75px
}

.quote-container .row.quote p {
    padding: 8px;
    margin: 8px;
    color: #fff;
    font-size: 38px;
    font-style: italic;
    font-weight: 200;
    line-height: 38px
}

.quote-container .row.quote .arrow {
    position: absolute;
    width: 45px;
    height: 23px;
    bottom: -53px;
    left: 50%
}

.quote-container .row.quote .arrow:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -46px;
    margin-top: -23px;
    border: solid transparent;
    border-color: rgba(136,183,213,0);
    border-top-color: #cc5299;
    border-width: 23px;
    pointer-events: none
}

@media screen and (max-width: 1199px) {
    .quote-container .quote-text {
        font-size:24px!important;
        text-align: center;
        line-height: 24px!important
    }
}

.quote-container .quotee {
    margin-top: 35px;
    color: #cc5299;
    font-size: 16px;
    font-weight: 600
}

.banner {
    width: 100%;
    min-height: 215px;
    margin-bottom: 80px;
    background-color: #bed140
}

.banner .banner-container {
    position: relative;
    margin: 0 auto;
    padding-top: 15%;
    text-align: center
}

.banner .banner-corner {
    position: absolute;
    width: 62px;
    height: 62px;
    right: 10px;
    bottom: 80px;
    background-repeat: none;
    background-image: url(/assets/template/images/layout/quote-triangle.png)
}

@media screen and (max-width: 991px) {
    .banner .banner-corner {
        width:32px;
        height: 32px;
        bottom: 0;
        background-image: url(/assets/template/images/layout/quote-triangle-mobile.png)
    }
}

.banner .banner-text {
    position: relative;
    display: inline-block;
    top: -10px;
    padding-left: 15px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 47px;
    font-weight: 200
}

@media screen and (max-width: 991px) {
    .banner .banner-text {
        font-size:16px
    }
}

.banner i {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 53px
}

@media screen and (max-width: 991px) {
    .banner i {
        font-size:35px
    }
}

.banner a {
    color: #fff;
    text-decoration: none
}

.banner a:hover {
    text-decoration: none
}

.banner a:active {
    text-decoration: none
}

.banner a:focus {
    text-decoration: none
}

.banner a.tel {
    font-size: 34px
}

@media screen and (max-width: 991px) {
    .banner a.tel {
        font-size:20px
    }
}

.banner.banner-rho {
    background-color: #fbbd56
}

.banner.banner-alpha {
    background-color: #915da3
}

@media screen and (max-width: 991px) {
    .banner {
        min-height:130px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .banner {
        min-height:150px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 321px) {
    .banner {
        height:123px;
        min-height: 123px
    }
}

.refresh-icon {
    position: relative;
    top: -70px;
    color: #915da3;
    font-size: 35px;
    text-align: center;
    text-decoration: none
}

.refresh-icon a {
    color: #915da3
}

.refresh-icon:hover {
    text-decoration: none
}

.refresh-icon:active {
    text-decoration: none
}

.refresh-icon:focus {
    text-decoration: none
}

.datasheet-container {
    display: table
}

.datasheet-container h3 {
    display: table-cell;
    height: 184px;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .datasheet-container h3 {
        height:26px;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .g-recaptcha {
        border-right:1px solid #d3d3d3;
        overflow-x: hidden
    }
}

.alert.alert-danger,.alert.alert-success {
    margin-top: 20px
}

.alert.alert-danger h3,.alert.alert-success h3 {
    margin-top: 10px
}

.ecat-login {
    position: relative;
    margin-top: 40px
}

.ecat-login button {
    right: 0!important
}

.ecat-forgot-password {
    position: relative;
    margin-bottom: 25px
}

.ecat-forgot-password button {
    right: 0!important
}

img.content-image {
    margin-top: 30px;
    margin-bottom: 20px
}

.secure-area-login {
    margin-bottom: 30px
}

.secure-area-login .form-block {
    width: 100%;
    margin-bottom: 20px
}

.secure-area-login .form-block input {
    width: 100%
}

.secure-area-login .form-block label {
    width: 100%
}

@media screen and (min-width: 767px) and (max-width:991px) {
    .secure-area-login .form-block {
        width:320px
    }

    .secure-area-login .form-block input {
        width: 280px
    }
}

.secure-area-login .form-block .btn {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0
}

.secure-field {
    margin-top: 20px;
    margin-bottom: 20px
}

.secure-area-register .form-block .btn {
    position: relative;
    width: 100%;
    height: 36px;
    right: 0;
    bottom: 0;
    margin-top: 24px;
    font-size: 17px
}

.secure-area-register .form-block label .error {
    color: #a94442;
    font-weight: 400
}

.secure-forgot-pass {
    width: 300px
}

.secure-forgot-pass .btn {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0
}

.secure-forgot-pass input {
    width: 100%
}

.secure-forgot-pass label {
    width: 100%
}

.secure-forgot-pass label .error {
    color: #a94442;
    font-weight: 400
}

.loginFPErrors {
    color: #a94442
}

.button-box-container {
    margin-bottom: 20px
}

.button-box-container .button-box {
    width: 100%;
    height: 75px;
    padding: 0;
    padding-right: 10px;
    border: 3px solid #068fcf
}

.button-box-container .button-box:after,.button-box-container .button-box:before {
    content: " ";
    display: table
}

.button-box-container .button-box:after {
    clear: both
}

.button-box-container .button-box:after,.button-box-container .button-box:before {
    content: " ";
    display: table
}

.button-box-container .button-box:after {
    clear: both
}

.button-box-container .button-box .text {
    float: left;
    max-width: 79%;
    padding: 5px 0 5px 20px
}

.button-box-container .button-box .text .valign {
    display: table;
    height: 60px
}

.button-box-container .button-box .text .valign-content {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    text-align: center
}

.button-box-container .button-box .text span.title {
    color: #068fcf;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-decoration: none
}

.button-box-container .button-box .text span.title:hover {
    text-decoration: none
}

.button-box-container .button-box .text span.title:active {
    text-decoration: none
}

.button-box-container .button-box .text span.title:focus {
    text-decoration: none
}

.button-box-container .button-box .text span.sub {
    display: block;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-decoration: none
}

.button-box-container .button-box .text span.sub:hover {
    text-decoration: none
}

.button-box-container .button-box .text span.sub:active {
    text-decoration: none
}

.button-box-container .button-box .text span.sub:focus {
    text-decoration: none
}

.button-box-container .button-box .icon {
    position: relative;
    float: right;
    width: 69px;
    height: 69px
}

.button-box-container .button-box .icon .fa {
    color: #068fcf;
    font-size: 52px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.button-box-container .button-box .icon .fa.fa-download {
    width: 49px;
    height: 45px
}

.button-box-container .button-box .icon .fa.fa-chevron-right {
    width: 34px;
    height: 48px
}

@media screen and (max-width: 991px) {
    .button-box-container {
        padding:0 10px
    }

    .button-box-container.odd {
        padding: 0 10px
    }
}

@media screen and (max-width: 767px) {
    .button-box-container .button-box {
        height:auto
    }

    .button-box-container .button-box .text {
        max-width: 74%;
        padding-left: 20px
    }

    .button-box-container .button-box .text a.title,.button-box-container .button-box .text span.sub {
        height: auto
    }
}

.button-box-container:hover .button-box {
    background-color: #068fcf
}

.button-box-container:hover .button-box .text span.sub,.button-box-container:hover .button-box .text span.title {
    color: #fff
}

.button-box-container:hover .button-box .icon .fa {
    color: #fff
}

.policies h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #666;
    font-family: 'Open Sans',sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600
}

.policies p {
    color: #666;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    line-height: 24px
}

.coloured-block {
    margin: 30px 0;
    padding: 30px 25px
}

.coloured-block h2 {
    font-size: 29px;
    color: #fff!important
}

.coloured-block p {
    font-size: 20px;
    color: #fff!important
}

.parallaxParent {
    overflow: hidden
}

#parallax1 .parallax-image {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.credential-blocks {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 20px
}

.credential-blocks .container {
    max-width: 100%
}

.credential-blocks hr {
    clear: both
}

.credential-blocks .credential-block {
    position: relative;
    display: block;
    float: left;
    width: 275px;
    height: 207px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 3px solid #915da3;
    text-decoration: none
}

.credential-blocks .credential-block:hover {
    text-decoration: none
}

.credential-blocks .credential-block:active {
    text-decoration: none
}

.credential-blocks .credential-block:focus {
    text-decoration: none
}

.credential-blocks .credential-block:after,.credential-blocks .credential-block:before {
    content: " ";
    display: table
}

.credential-blocks .credential-block:after {
    clear: both
}

.credential-blocks .credential-block:after,.credential-blocks .credential-block:before {
    content: " ";
    display: table
}

.credential-blocks .credential-block:after {
    clear: both
}

.credential-blocks .credential-block.double {
    width: 570px
}

.credential-blocks .credential-block.double .lower,.credential-blocks .credential-block.double .upper {
    float: right;
    width: 292px;
    padding-left: 20px
}

.credential-blocks .credential-block.double .lower {
    padding-left: 37px
}

.credential-blocks .credential-block.double .company {
    width: 100%;
    text-align: left
}

.credential-blocks .credential-block.double .image-box {
    position: relative;
    float: left;
    width: 272px;
    height: 174px;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2
}

.credential-blocks .credential-block .upper {
    position: relative;
    width: 100%;
    height: 84px;
    background-color: #fff;
    z-index: 2
}

.credential-blocks .credential-block .upper img {
    position: absolute;
    max-width: 260px;
    max-height: 80px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2
}

.credential-blocks .credential-block .lower {
    position: relative;
    width: 100%;
    height: 90px;
    padding: 15px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    line-height: 20px;
    z-index: 2
}

.credential-blocks .credential-block .hunderlay {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.credential-blocks .credential-block .company {
    position: relative;
    float: right;
    width: 100%;
    height: 27px;
    padding: 6px 6px 6px 14px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 13px;
    font-weight: 600;
    z-index: 2
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .credential-blocks .credential-block {
        width:220px;
        height: 179px
    }

    .credential-blocks .credential-block.double {
        width: 460px
    }

    .credential-blocks .credential-block.double .image-box {
        width: 218px;
        height: 140px
    }

    .credential-blocks .credential-block.double .lower,.credential-blocks .credential-block.double .upper {
        width: 236px
    }

    .credential-blocks .credential-block.double .company {
        width: 100%
    }

    .credential-blocks .credential-block .upper {
        height: 65px
    }

    .credential-blocks .credential-block .upper img {
        max-width: 180px;
        max-height: 60px
    }

    .credential-blocks .credential-block .lower {
        height: 75px;
        padding: 10px;
        font-size: 16px;
        line-height: 17px
    }

    .credential-blocks .credential-block .company {
        height: 33px;
        padding: 10px 6px 6px 10px;
        font-size: 11px
    }
}

@media screen and (max-width: 991px) {
    .credential-blocks {
        width:590px
    }
}

@media screen and (max-width: 767px) {
    .credential-blocks {
        width:296px
    }

    .credential-blocks .credential-block.double {
        width: 275px
    }

    .credential-blocks .credential-block.double .image-box {
        display: none
    }

    .credential-blocks .credential-block.double .lower,.credential-blocks .credential-block.double .upper {
        width: 100%;
        padding: 15px
    }

    .credential-blocks .credential-block.double .company {
        width: 100%;
        padding: 6px 6px 6px 13px
    }
}

.no-touch .credential-block:hover .lower {
    color: #fff!important
}

.no-touch .credential-block:hover .hunderlay {
    display: block
}

.credential-container {
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .credential-container .grey-area {
        position:absolute;
        width: 1px;
        height: 97%;
        left: 895px;
        top: 15px;
        background-color: #ebebed
    }

    .credential-container .grey-area.left {
        left: 195px
    }
}

.credential-container .credential-content {
    padding-bottom: 60px
}

.credential-container .credential-content .row.content-blocks {
    margin-top: 15px!important
}

@media screen and (min-width: 1199px) {
    .credential-container .credential-content {
        padding-right:0
    }
}

.credential-container .credential-content h5 {
    font-size: 22px
}

.credential-container .credential-content h2 {
    font-size: 22px
}

.credential-container .credential-content p {
    margin-bottom: 18px
}

.credential-container .credential-content .container {
    max-width: 100%
}

.credential-container .credential-content .key-facts-box {
    padding: 15px 10px;
    background-color: #068fcf;
    color: #fff;
    text-align: center
}

.credential-container .credential-content .key-facts-box:after,.credential-container .credential-content .key-facts-box:before {
    content: " ";
    display: table
}

.credential-container .credential-content .key-facts-box:after {
    clear: both
}

.credential-container .credential-content .key-facts-box:after,.credential-container .credential-content .key-facts-box:before {
    content: " ";
    display: table
}

.credential-container .credential-content .key-facts-box:after {
    clear: both
}

.credential-container .credential-content .key-facts-box h1,.credential-container .credential-content .key-facts-box h2,.credential-container .credential-content .key-facts-box h3,.credential-container .credential-content .key-facts-box h4,.credential-container .credential-content .key-facts-box h5,.credential-container .credential-content .key-facts-box h6,.credential-container .credential-content .key-facts-box p,.credential-container .credential-content .key-facts-box span {
    color: #fff
}

.credential-container .credential-content .key-facts-box p {
    margin-bottom: 5px
}

.credential-container .credential-content .key-facts-box h3 {
    margin-top: 0
}

@media screen and (max-width: 991px) {
    .credential-container .credential-content .key-facts-box h3 {
        margin-top:10px
    }
}

.credential-container .interested-container {
    padding-left: 27px
}

.credential-container .interested-container h3 {
    margin-top: 13px;
    color: #915da3;
    font-family: proxima-nova,sans-serif;
    font-size: 19px
}

.credential-container .interested-container .interested-block {
    width: 100%;
    height: 195px;
    margin-bottom: 20px;
    padding: 22px 15px;
    border: 3px solid;
    background-color: #fff
}

.credential-container .interested-container .interested-block .title a {
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none
}

.credential-container .interested-container .interested-block .title a:hover {
    text-decoration: none
}

.credential-container .interested-container .interested-block .title a:active {
    text-decoration: none
}

.credential-container .interested-container .interested-block .title a:focus {
    text-decoration: none
}

.credential-container .interested-container .interested-block .date {
    padding-top: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width: 1199px) {
    .credential-container .interested-container .interested-block {
        padding:15px
    }

    .credential-container .interested-container .interested-block .title a {
        font-size: 16px
    }

    .credential-container .interested-container .interested-block .date {
        font-size: 13px
    }
}

.credential-container .interested-container .interested-block.tau {
    border-color: #00aca2
}

.credential-container .interested-container .interested-block.tau a {
    color: #00aca2
}

.credential-container .interested-container .interested-block.omicron {
    border-color: #cc5299
}

.credential-container .interested-container .interested-block.omicron a {
    color: #cc5299
}

.credential-container .interested-container .interested-block.rho {
    border-color: #fbbd56
}

.credential-container .interested-container .interested-block.rho a {
    color: #fbbd56
}

.credential-container .interested-container .interested-block.chi {
    border-color: #006962
}

.credential-container .interested-container .interested-block.chi a {
    color: #006962
}

@media screen and (max-width: 991px) {
    .credential-container .interested-container .interested-block {
        height:auto;
        max-height: 195px!important
    }
}

@media screen and (max-width: 991px) {
    .credential-container .interested-container {
        padding-left:10px
    }
}

.credential-container .view-more-btn {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #915da3;
    color: #915da3;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.credential-container .view-more-btn:hover {
    text-decoration: none
}

.credential-container .view-more-btn:active {
    text-decoration: none
}

.credential-container .view-more-btn:focus {
    text-decoration: none
}

.new-credential-row {
    position: relative;
    margin-top: 30px
}

.new-credential-row .vendor-logo {
    margin-bottom: 25px
}

@media screen and (max-width: 991px) {
    .new-credential-row .vendor-logo {
        max-width:200px
    }
}

.new-credential-row .poster-information {
    text-align: center
}

.new-credential-row .poster-information .author {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #068fcf;
    font-size: 18px
}

.new-credential-row .poster-information .author-job {
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.new-credential-row .poster-information .social {
    height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #f0f0f0;
    line-height: 25px
}

.new-credential-row .poster-information .social a {
    color: #1695d3;
    text-decoration: none
}

.new-credential-row .poster-information .social a:hover {
    text-decoration: none
}

.new-credential-row .poster-information .social a:active {
    text-decoration: none
}

.new-credential-row .poster-information .social a:focus {
    text-decoration: none
}

.new-credential-row .poster-information .social i.fa-linkedin {
    position: relative;
    top: -1px
}

.new-credential-row .poster-information .share {
    margin-bottom: 10px;
    color: #068fcf;
    font-size: 18px
}

.new-credential-row .poster-information .addthis_toolbox_internal {
    width: 134px;
    margin: 0 auto;
    margin-bottom: 20px
}

.contact-slider {
    position: relative
}

.contact-slider #contact-map {
    height: 400px
}

.contact-slider .container .col-lg-5 {
    position: absolute;
    top: 0
}

.contact-slider .container .col-lg-5.map-overlay {
    z-index: 500
}

.contact-slider .container .col-lg-5.map-overlay h1 {
    margin-top: 65px;
    margin-bottom: 8px;
    color: #915da3;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase
}

.contact-slider .container .col-lg-5.map-overlay .contact-address a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    top: -15px;
    background-color: #915da3;
    text-align: center
}

.contact-slider .container .col-lg-5.map-overlay .contact-address a .fa {
    color: #fff;
    font-size: 30px;
    line-height: 60px
}

.contact-slider .container .col-lg-5.map-overlay .contact-address a.map-marker {
    background-color: #744a83
}

@media screen and (max-width: 767px) {
    .contact-slider .container .col-lg-5.map-overlay .contact-address a {
        margin-top:30px
    }
}

.contact-slider .container .col-lg-5.map-overlay .contact-address li.contact-push {
    display: none
}

@media screen and (max-width: 446px) {
    .contact-slider .container .col-lg-5.map-overlay .contact-address li.contact-push {
        display:block;
        width: 100%
    }
}

.contact-slider .container .col-lg-5.map-overlay .contact-numbers {
    margin-bottom: 0
}

.contact-slider .container .col-lg-5.map-overlay .contact-numbers li {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700
}

.contact-slider .container .col-lg-5.map-overlay .contact-numbers li:first-child {
    width: 205px;
    color: #666
}

.contact-slider .container .col-lg-5.map-overlay .contact-numbers li a {
    color: #915da3;
    text-decoration: none
}

.contact-slider .container .col-lg-5.map-overlay .contact-numbers li a:hover {
    text-decoration: none
}

.contact-slider .container .col-lg-5.map-overlay .contact-numbers li a:active {
    text-decoration: none
}

.contact-slider .container .col-lg-5.map-overlay .contact-numbers li a:focus {
    text-decoration: none
}

.contact-slider .container .col-lg-5 p.address {
    color: #666;
    font-weight: 700;
    font-size: 18px
}

.contact-slider .container .col-lg-5 p.tel {
    margin-bottom: 30px;
    color: #915da3;
    font-size: 25px;
    font-weight: 600
}

.contact-slider .container .col-lg-5 p.tel a {
    color: #915da3;
    text-decoration: none
}

.contact-slider .container .col-lg-5 p.tel a:hover {
    text-decoration: none
}

.contact-slider .container .col-lg-5 p.tel a:active {
    text-decoration: none
}

.contact-slider .container .col-lg-5 p.tel a:focus {
    text-decoration: none
}

.contact-slider .map-bar {
    width: 100%;
    min-height: 20px;
    background: #915da3;
    background-image: url(/assets/template/images/layout/slider-overlay.png);
    background-repeat: repeat-x;
    background-position: center center
}

.contact-maps-container {
    margin-top: 80px;
    margin-bottom: 80px
}

.secondary-map-container {
    position: relative;
    height: 320px;
    min-height: 320px;
    margin-bottom: 25px;
    border: 1px solid
}

.secondary-map-container .fa {
    color: #fff
}

.secondary-map-container h4 {
    margin-top: 70px;
    margin-left: 60px;
    font-family: proxima-nova,sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px
}

@media screen and (max-width: 991px) {
    .secondary-map-container h4 {
        margin-top:30px;
        margin-left: 20px
    }
}

.secondary-map-container p.address {
    padding-left: 60px;
    color: #666;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px #fff
}

@media screen and (max-width: 991px) {
    .secondary-map-container p.address {
        padding-left:20px
    }
}

@media screen and (max-width: 767px) {
    .secondary-map-container p.address {
        font-size:14px
    }
}

.secondary-map-container p.tel {
    padding-top: 30px;
    padding-left: 60px;
    font-size: 25px;
    font-weight: 700
}

.secondary-map-container p.tel a {
    text-decoration: none
}

.secondary-map-container p.tel a:hover {
    text-decoration: none
}

.secondary-map-container p.tel a:active {
    text-decoration: none
}

.secondary-map-container p.tel a:focus {
    text-decoration: none
}

@media screen and (max-width: 991px) {
    .secondary-map-container p.tel {
        padding-left:20px;
        padding-bottom: 60px
    }
}

.secondary-map-container.single-iconed .map-icons {
    width: auto
}

.secondary-map-container.map-australia {
    border-color: #0168a2;
    background-image: url(/assets/uploads/contact/map-australia.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-australia a,.secondary-map-container.map-australia h4,.secondary-map-container.map-australia p.tel {
    color: #0168a2
}

.secondary-map-container.map-australia .map-icons a {
    background-color: #0168a2
}

.secondary-map-container.map-australia .map-car {
    background-color: #00273d!important
}

.secondary-map-container.map-hongkong {
    border-color: #d13968;
    background-image: url(/assets/uploads/contact/map-hongkong.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-hongkong a,.secondary-map-container.map-hongkong h4,.secondary-map-container.map-hongkong p.tel {
    color: #d13968
}

.secondary-map-container.map-hongkong .map-icons a {
    background-color: #d13968
}

.secondary-map-container.map-hongkong .map-car {
    background-color: #851f3f!important
}

.secondary-map-container.map-birmingham {
    border-color: #e06d2d;
    background-image: url(/assets/uploads/contact/map-birmingham.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-birmingham a,.secondary-map-container.map-birmingham h4,.secondary-map-container.map-birmingham p.tel {
    color: #e06d2d
}

.secondary-map-container.map-birmingham .map-icons a {
    background-color: #e06d2d
}

.secondary-map-container.map-birmingham .map-car {
    background-color: #924215!important
}

.secondary-map-container.map-singapore {
    border-color: #006962;
    background-image: url(/assets/uploads/contact/map-singapore.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-singapore a,.secondary-map-container.map-singapore h4,.secondary-map-container.map-singapore p.tel {
    color: #006962
}

.secondary-map-container.map-singapore .map-icons a {
    background-color: #006962
}

.secondary-map-container.map-singapore .map-car {
    background-color: #000303!important
}

.secondary-map-container.map-usa {
    border-color: #9c1a2b;
    background-image: url(/assets/uploads/contact/map-usa.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-usa a,.secondary-map-container.map-usa h4,.secondary-map-container.map-usa p.tel {
    color: #9c1a2b
}

.secondary-map-container.map-usa .map-icons a {
    background-color: #9c1a2b
}

.secondary-map-container.map-usa .map-car {
    background-color: #450b13!important
}

.secondary-map-container.map-manchester {
    border-color: #cc5299;
    background-image: url(/assets/uploads/contact/map-manchester.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-manchester a,.secondary-map-container.map-manchester h4,.secondary-map-container.map-manchester p.tel {
    color: #cc5299
}

.secondary-map-container.map-manchester .map-icons a {
    background-color: #cc5299
}

.secondary-map-container.map-manchester .map-car {
    background-color: #8e2a64!important
}

.secondary-map-container.map-london {
    border-color: #bed140;
    background-image: url(/assets/uploads/contact/map-london.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-london a,.secondary-map-container.map-london h4,.secondary-map-container.map-london p.tel {
    color: #bed140
}

.secondary-map-container.map-london .map-icons a {
    background-color: #bed140
}

.secondary-map-container.map-london .map-car {
    background-color: #7c8a21!important
}

.secondary-map-container.map-bristol {
    border-color: #fbbd56;
    background-image: url(/assets/uploads/contact/map-bristol.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-bristol a,.secondary-map-container.map-bristol h4,.secondary-map-container.map-bristol p.tel {
    color: #fbbd56
}

.secondary-map-container.map-bristol .map-icons a {
    background-color: #fbbd56
}

.secondary-map-container.map-bristol .map-car {
    background-color: #e69105!important
}

.secondary-map-container.map-dublin {
    border-color: #d83545;
    background-image: url(/assets/uploads/contact/map-dublin.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-dublin a,.secondary-map-container.map-dublin h4,.secondary-map-container.map-dublin p.tel {
    color: #d83545
}

.secondary-map-container.map-dublin .map-icons a {
    background-color: #d83545
}

.secondary-map-container.map-dublin .map-car {
    background-color: #8c1b26!important
}

.secondary-map-container.map-leeds {
    border-color: #068fcf;
    background-image: url(/assets/uploads/contact/map-leeds.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-leeds a,.secondary-map-container.map-leeds h4,.secondary-map-container.map-leeds p.tel {
    color: #068fcf
}

.secondary-map-container.map-leeds .map-icons a {
    background-color: #068fcf
}

.secondary-map-container.map-leeds .map-car {
    background-color: #034b6c!important
}

.secondary-map-container.map-glasgow {
    border-color: #00aca2;
    background-image: url(/assets/uploads/contact/map-glasgow.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-glasgow a,.secondary-map-container.map-glasgow h4,.secondary-map-container.map-glasgow p.tel {
    color: #00aca2
}

.secondary-map-container.map-glasgow .map-icons a {
    background-color: #00aca2
}

.secondary-map-container.map-glasgow .map-car {
    background-color: #004642!important
}

.secondary-map-container.map-south-coast {
    border-color: #666;
    background-image: url(/assets/uploads/contact/map-south-coast.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.secondary-map-container.map-south-coast a,.secondary-map-container.map-south-coast h4,.secondary-map-container.map-south-coast p.tel {
    color: #666
}

.secondary-map-container.map-south-coast .map-icons a {
    background-color: #666
}

.secondary-map-container.map-south-coast .map-car {
    background-color: #333!important
}

.secondary-map-container .map-icons {
    position: absolute;
    height: 60px;
    width: 134px;
    bottom: 0;
    right: -2px;
    margin-bottom: 0
}

.secondary-map-container .map-icons li {
    padding-right: 0
}

.secondary-map-container .map-icons a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center
}

.secondary-map-container .map-icons a .fa {
    color: #fff;
    font-size: 30px;
    line-height: 60px
}

@media screen and (max-width: 991px) {
    .secondary-map-container {
        height:400px
    }
}

@media screen and (max-width: 767px) {
    .secondary-map-container {
        height:340px
    }
}

.alternative-contact {
    margin-top: 0!important;
    margin-bottom: 70px!important
}

.alternative-contact .col-sm-6 {
    min-height: 190px
}

@media screen and (max-width: 767px) {
    .alternative-contact .col-sm-6 {
        min-height:0
    }
}

.alternative-contact h2 {
    margin-bottom: 30px;
    margin-top: 60px
}

.alternative-contact h3 {
    margin-bottom: 30px
}

.alternative-contact a {
    color: #666;
    font-weight: 600
}

.directions-banner a {
    display: block;
    border: 3px solid #fff;
    padding: 10px;
    float: right;
    color: #fff;
    text-align: center;
    min-width: 100%;
    text-decoration: none
}

.directions-banner a:hover {
    text-decoration: none
}

.directions-banner a:active {
    text-decoration: none
}

.directions-banner a:focus {
    text-decoration: none
}

.directions-banner a:hover {
    background-color: #fff;
    color: #915da3
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .directions-banner a {
        margin-top:79px;
        min-width: 213px;
        margin-right: 21px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .directions-banner a {
        margin-top:79px;
        min-width: 286px;
        margin-right: 21px
    }
}

@media screen and (min-width: 1200px) {
    .directions-banner a {
        margin-top:79px;
        min-width: 370px
    }
}

.office-list-container {
    padding-top: 40px
}

@media screen and (min-width: 1200px) {
    .office-list-container div:first-child {
        padding-left:0
    }

    .office-list-container div:first-child div:first-child {
        padding-left: 0
    }

    .office-list-container div:last-child {
        padding-right: 0
    }

    .office-list-container div:last-child div:last-child {
        padding-right: 0
    }
}

.office-list-container .office-block {
    min-height: 75px;
    margin-bottom: 15px
}

.office-list-container .office-block .valign {
    display: table;
    height: 75px
}

.office-list-container .office-block .valign-content {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
    text-align: center
}

.office-list-container .office-block .valign {
    margin: 0 auto
}

.office-list-container .office-block a {
    color: #fff;
    text-decoration: none
}

.office-list-container .office-block a:hover {
    text-decoration: none
}

.office-list-container .office-block a:active {
    text-decoration: none
}

.office-list-container .office-block a:focus {
    text-decoration: none
}

.office-list-container .office-block .inner {
    width: 100%
}

.office-list-container .office-block .tau {
    background-color: #00aca2
}

.office-list-container .office-block .theta {
    background-color: #068fcf
}

.office-list-container .office-block .omicron {
    background-color: #cc5299
}

.office-list-container .office-block .rho {
    background-color: #fbbd56
}

.office-list-container .office-block .pi {
    background-color: #bed140
}

.office-list-container .office-block .alpha {
    background-color: #915da3
}

.office-list-container .office-block .thorn {
    background-color: #dbb100
}

@media screen and (max-width: 1199px) {
    .office-list-container {
        padding-top:10px
    }
}

.partner-dropdown-container {
    margin-top: 0;
    margin-bottom: 80px
}

.partner-dropdown-container .secondary-menu {
    padding-left: 0
}

.partner-dropdown-container .secondary-menu ul {
    margin-left: 0
}

.partner-back-button {
    display: block;
    height: 30px;
    padding-top: 15px;
    padding-left: 4px;
    font-size: 18px;
    color: #fff;
    text-decoration: none
}

.partner-back-button:hover {
    text-decoration: none
}

.partner-back-button:active {
    text-decoration: none
}

.partner-back-button:focus {
    text-decoration: none
}

.partner-back-button:hover {
    color: #eee
}

.partner-back-button.extra-padding {
    padding-top: 20px;
    padding-left: 0
}

.mobile-logo-container {
    margin-top: 30px;
    margin-bottom: 30px
}

.partner-content {
    position: relative
}

.partner-content h2 {
    margin: 0 0 20px
}

.partner-content p {
    margin-bottom: 20px
}

.other-partners {
    margin-top: 0;
    margin-bottom: 0
}

.other-partners div {
    margin-bottom: 30px
}

.partner-quote {
    margin-top: 45px;
    margin-bottom: 50px
}

.partner-quote .quote-text {
    font-size: 24px!important;
    line-height: 24px!important
}

.featured-products-container {
    margin: 0 -3px 30px
}

.featured-products-container .cols-5 {
    width: 20%;
    position: relative;
    margin-top: 2px;
    margin-bottom: 0;
    padding: 0;
    cursor: pointer
}

.featured-products-container .cols-5 .inner {
    display: table;
    position: relative;
    height: 168px;
    margin: 3px;
    padding: 10px;
    color: #fff;
    text-align: center
}

.featured-products-container .cols-5 .inner .box-icon {
    display: table-cell;
    height: 148px;
    vertical-align: middle;
    padding-bottom: 20px
}

.featured-products-container .cols-5 .inner .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22px;
    text-align: center;
    font-weight: 600
}

.featured-products-container .cols-5 .overlay {
    position: absolute;
    display: none;
    height: 168px;
    width: 94%;
    top: 3px;
    left: 3px;
    margin: 3px;
    padding: 10px;
    color: #fff;
    text-align: center
}

.featured-products-container .cols-5 .overlay .text {
    display: table-cell;
    height: 148px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px
}

@media screen and (min-width: 768px) {
    .featured-products-container .cols-5:hover .overlay {
        display:table
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .featured-products-container .cols-5 {
        width:25%
    }
}

@media screen and (max-widtH: 991px) {
    .featured-products-container .cols-5 {
        width:100%
    }

    .featured-products-container .cols-5 .inner {
        margin: 20px auto
    }
}

.partner-awards {
    padding-top: 50px
}

.partner-news .row.content.intro {
    margin-bottom: 0
}

.partner-news .row.content.items {
    margin-top: 40px
}

.partner-news .news-item .headline {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 5px
}

.partner-news .news-item .headline a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -1px;
    text-decoration: none
}

.partner-news .news-item .headline a:hover {
    text-decoration: none
}

.partner-news .news-item .headline a:active {
    text-decoration: none
}

.partner-news .news-item .headline a:focus {
    text-decoration: none
}

.partner-news .news-item .intro {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 5px
}

.partner-news .news-item .intro a {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.partner-news .news-item .intro a:hover {
    text-decoration: none
}

.partner-news .news-item .intro a:active {
    text-decoration: none
}

.partner-news .news-item .intro a:focus {
    text-decoration: none
}

.partner-sigma.row-fluid {
    background-color: #83b823
}

.partner-sigma h2 {
    color: #83b823
}

.partner-sigma .content li:before {
    color: #83b823
}

.partner-sigma .slider-bullet-container {
    background-color: #83b823
}

.partner-promo-banner {
    padding-top: 40px
}

.partner-overview-page {
    padding-top: 40px
}

.partner-overview-page h2 {
    margin: 0;
    color: #068fcf;
    font-family: proxima-nova;
    font-size: 24px;
    line-height: 38px
}

.partner-overview-page h2.no-results {
    display: none;
    text-align: center
}

.partner-overview-page hr {
    margin-top: 0;
    border-color: #068fcf
}

.partner-overview-page .solution-filter {
    font-size: 16px
}

.partner-overview-page .strategic-partners-container {
    margin: 0 -10px 20px
}

.partner-overview-page .strategic-partners-container:after,.partner-overview-page .strategic-partners-container:before {
    content: " ";
    display: table
}

.partner-overview-page .strategic-partners-container:after {
    clear: both
}

.partner-overview-page .strategic-partners-container:after,.partner-overview-page .strategic-partners-container:before {
    content: " ";
    display: table
}

.partner-overview-page .strategic-partners-container:after {
    clear: both
}

.partner-overview-page .strategic-partner-box {
    display: block;
    position: relative;
    float: left;
    width: 180.666px;
    height: 180.666px;
    margin: 8px;
    text-decoration: none;
    border: none
}

.partner-overview-page .strategic-partner-box img {
    position: absolute;
    max-width: 130px;
    max-height: 90px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.partner-overview-page .strategic-partner-box p {
    display: none;
    position: absolute;
    width: 145px;
    height: 22px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px
}

.partner-overview-page .strategic-partner-box i.right-arrow {
    position: absolute;
    height: 30px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #fff;
    font-size: 30px
}

@media screen and (min-width: 767px) {
    .partner-overview-page .strategic-partner-box:hover {
        background-color:#fff!important;
        border: 3px solid
    }

    .partner-overview-page .strategic-partner-box:hover img {
        display: none
    }

    .partner-overview-page .strategic-partner-box:hover p {
        display: block
    }
}

@media screen and (max-width: 1199px) {
    .partner-overview-page .strategic-partner-box {
        width:176px;
        height: 176px
    }
}

@media screen and (max-width: 991px) {
    .partner-overview-page .strategic-partner-box {
        width:169px;
        height: 169px
    }
}

@media screen and (max-width: 767px) {
    .partner-overview-page .strategic-partner-box {
        display:block;
        float: none;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        height: 100px;
        margin: 10px
    }

    .partner-overview-page .strategic-partner-box img {
        max-height: 90px;
        left: 20px;
        right: auto;
        margin: auto 0
    }
}

.partner-overview-page .all-partners-container {
    position: relative;
    margin: 0 -10px 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center
}

.partner-overview-page .all-partners-container .box-wrapper {
    display: inline-block
}

.partner-overview-page .all-partners-container:after,.partner-overview-page .all-partners-container:before {
    content: " ";
    display: table
}

.partner-overview-page .all-partners-container:after {
    clear: both
}

.partner-overview-page .all-partners-container:after,.partner-overview-page .all-partners-container:before {
    content: " ";
    display: table
}

.partner-overview-page .all-partners-container:after {
    clear: both
}

.partner-overview-page .all-partners-container .all-partner-box {
    display: inline-block;
    position: relative;
    float: none;
    width: 180.666px;
    height: 180.666px;
    margin: 8px 5px;
    border: 3px solid;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.partner-overview-page .all-partners-container .all-partner-box img {
    position: absolute;
    max-width: 130px;
    max-height: 90px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.partner-overview-page .all-partners-container .all-partner-box i.fa-plus {
    position: absolute;
    visibility: hidden;
    height: 30px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #fff;
    font-size: 30px
}

@media screen and (max-width: 767px) {
    .partner-overview-page .all-partners-container .all-partner-box i.fa-plus {
        visibility:visible
    }
}

.partner-overview-page .all-partners-container .all-partner-box i.fa-minus {
    position: absolute;
    visibility: hidden;
    height: 30px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #fff;
    font-size: 30px
}

@media screen and (max-width: 767px) {
    .partner-overview-page .all-partners-container .all-partner-box i.fa-minus {
        visibility:visible
    }
}

.partner-overview-page .all-partners-container .all-partner-box .hunder-lay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.partner-overview-page .all-partners-container .all-partner-box .hunder-lay p {
    position: absolute;
    width: 150px;
    height: 22px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 22px
}

.partner-overview-page .all-partners-container .all-partner-box .hunder-lay p.shut {
    width: 85px
}

.partner-overview-page .all-partners-container .all-partner-box .expandown {
    position: absolute;
    height: 0;
    bottom: 0;
    left: -3px;
    right: -3px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

@media screen and (min-width: 767px) {
    .partner-overview-page .all-partners-container .all-partner-box.strategic:hover .hunder-lay {
        background-color:#fff!important
    }

    .partner-overview-page .all-partners-container .all-partner-box:hover .hunder-lay {
        display: block
    }

    .partner-overview-page .all-partners-container .all-partner-box:hover .hunder-lay p.read {
        display: block
    }

    .partner-overview-page .all-partners-container .all-partner-box:hover .hunder-lay p.shut {
        display: none
    }

    .partner-overview-page .all-partners-container .all-partner-box:hover.active .hunder-lay {
        display: block
    }

    .partner-overview-page .all-partners-container .all-partner-box:hover.active .hunder-lay p.read {
        display: none
    }

    .partner-overview-page .all-partners-container .all-partner-box:hover.active .hunder-lay p.shut {
        display: block
    }
}

@media screen and (max-width: 1199px) {
    .partner-overview-page .all-partners-container .all-partner-box {
        width:176px;
        height: 176px
    }
}

@media screen and (max-width: 991px) {
    .partner-overview-page .all-partners-container .all-partner-box {
        width:169px;
        height: 169px
    }
}

@media screen and (max-width: 767px) {
    .partner-overview-page .all-partners-container .all-partner-box {
        display:block;
        float: none;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        height: 100px;
        margin: 10px
    }

    .partner-overview-page .all-partners-container .all-partner-box img {
        max-height: 90px;
        left: 20px;
        right: auto;
        margin: auto 0
    }
}

.partner-overview-page .all-partners-container .all-partner-more-info {
    display: none;
    position: absolute;
    top: 236px;
    left: 8px;
    right: 8px;
    padding: 20px;
    margin: 0
}

.partner-overview-page .all-partners-container .all-partner-more-info i.fa {
    position: absolute;
    top: 3px;
    right: 5px;
    color: #fff;
    font-size: 29px;
    cursor: pointer
}

.partner-overview-page .all-partners-container .all-partner-more-info i.fa.fa-share-square-o {
    top: 4.9pt;
    right: 32px;
    font-size: 19.5pt
}

.partner-overview-page .all-partners-container .all-partner-more-info h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 20px
}

.partner-overview-page .all-partners-container .all-partner-more-info p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300
}

@media screen and (max-width: 1199px) {
    .partner-overview-page .all-partners-container .all-partner-more-info p {
        font-size:14px;
        line-height: 17px
    }
}

.partner-overview-page .all-partners-container .all-partner-more-info .overview .award-block {
    width: 186px;
    height: 186px;
    margin: 2px 0;
    padding: 5px 0;
    border-left: 2px solid;
    border-right: 2px solid;
    background-color: #fff
}

.partner-overview-page .all-partners-container .all-partner-more-info .overview .award-block .icon-container {
    width: 120px;
    height: 100px;
    pointer-events: none
}

.partner-overview-page .all-partners-container .all-partner-more-info .overview .award-block img.glass {
    height: 140px
}

.partner-overview-page .all-partners-container .all-partner-more-info .overview .award-block .award-container {
    width: 150px;
    height: 80px;
    margin-top: 90px
}

.partner-overview-page .all-partners-container .all-partner-more-info .overview .award-block .award-container h2 {
    font-size: 14px;
    line-height: 14px;
    margin: 3px 0
}

.partner-overview-page .all-partners-container .all-partner-more-info .overview .award-block .award-container p {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 3px
}

.partner-overview-page .all-partners-container .all-partner-more-info .overview .award-block .award-container .hoverlay {
    height: 54px
}

.partner-overview-page .all-partners-container .all-partner-more-info .overview .award-block .award-container .hoverlay h4 {
    width: 100%;
    padding-right: 34px;
    font-size: 16px;
    line-height: 18px
}

.partner-overview-page .all-partners-container .all-partner-more-info .overview .award-block .award-container .hoverlay i.fa {
    top: 15px;
    right: 0;
    width: 20px
}

.partner-overview-page .all-partners-container .all-partner-more-info .overview .award-block:hover .award-container .hoverlay {
    display: block
}

.partner-overview-page .all-partners-container .all-partner-more-info .ctas {
    clear: both
}

.partner-overview-page .all-partners-container .all-partner-more-info .ctas a {
    display: inline-block;
    width: 50%;
    text-decoration: none
}

.partner-overview-page .all-partners-container .all-partner-more-info .ctas a.full {
    width: 100%
}

.partner-overview-page .all-partners-container .all-partner-more-info .ctas a:first-child {
    padding-right: 5px
}

.partner-overview-page .all-partners-container .all-partner-more-info .ctas a:last-child {
    padding-left: 5px
}

.partner-overview-page .all-partners-container .all-partner-more-info .find-out.more {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 20px 0 0;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none
}

.partner-overview-page .all-partners-container .all-partner-more-info .find-out.more:hover {
    background-color: #fff;
    color: inherit
}

.partner-overview-page .all-partners-container .all-partner-more-info .accreditation-image {
    max-height: 145px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff
}

.partner-overview-page .all-partners-container .all-partner-more-info .accreditation-image img {
    max-height: 115px
}

.partner-overview-page .all-partners-container .all-partner-more-info .accreditation-name {
    text-align: center
}

@media screen and (max-width: 767px) {
    .partner-overview-page .all-partners-container .all-partner-more-info {
        right:10px;
        left: 10px;
        text-align: center
    }
}

.partner-overview-page .all-partners-container .why-container {
    background-color: transparent
}

.partner-overview-page .all-partners-container .why-container.blocks .why-block {
    height: 145px;
    margin: 2px 0;
    border-width: 0 2px;
    background-color: #fff
}

.partner-overview-page .all-partners-container .why-container.blocks .why-block .why-icon-background {
    width: 145px;
    margin: 15px auto
}

.partner-overview-page .all-partners-container .why-container.blocks .why-block .partner-status-logo {
    height: 110px;
    padding: 15px 0
}

.partner-overview-page .all-partners-container .why-container.blocks .why-block .partner-status-logo.with-text {
    height: 75px;
    margin: 15px auto
}

.partner-overview-page .all-partners-container .why-container.blocks .why-block .partner-status-logo.with-text img {
    max-height: 70px
}

.partner-overview-page .all-partners-container .why-container.blocks .why-block .partner-status-logo img {
    max-height: 100px
}

.partner-overview-page .all-partners-container .why-container.blocks .why-block .why-text {
    margin: 22px 0;
    color: #000
}

.partner-overview-page .all-partners-container .why-container.blocks.next-to-text .why-block {
    height: 112px
}

.partner-overview-page .all-partners-container .why-container.blocks.next-to-text .why-block.double {
    height: 145px
}

.partner-overview-page .all-partners-container .why-container.blocks.next-to-text .why-block.double .partner-status-logo {
    height: 220px;
    max-height: 145px
}

.partner-overview-page .all-partners-container .why-container.blocks.next-to-text .why-block.double .partner-status-logo.with-text {
    height: 75px;
    margin: 15px auto
}

.partner-overview-page .all-partners-container .why-container.blocks.next-to-text .why-block.double .partner-status-logo.with-text img {
    max-height: 70px
}

@media screen and (min-width: 1200px) {
    .partner-overview-page .all-partners-container .why-container.blocks .why-block {
        width:224px
    }

    .partner-overview-page .all-partners-container .why-container.blocks .why-block.double {
        width: 448px;
        height: 145px
    }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .partner-overview-page .all-partners-container .why-container {
        width:900px
    }

    .partner-overview-page .all-partners-container .why-container.next-to-text {
        width: auto;
        margin-bottom: 70px
    }

    .partner-overview-page .all-partners-container .why-container.next-to-text .why-block {
        width: 224px
    }

    .partner-overview-page .all-partners-container .why-container.next-to-text .why-block.double {
        width: 448px;
        height: 145px
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .partner-overview-page .all-partners-container .why-container {
        width:672px
    }
}

@media screen and (max-width: 991px) {
    .partner-overview-page .all-partners-container .why-container.blocks {
        background-color:#fff
    }

    .partner-overview-page .all-partners-container .why-container.blocks .why-block {
        height: auto;
        margin: 0;
        border: none;
        border-bottom: 1px solid
    }

    .partner-overview-page .all-partners-container .why-container.blocks.next-to-text .why-block.double {
        height: 146px
    }
}

.partner-overview-page .all-partners-container .more-info-section {
    display: inline-block;
    float: left;
    min-height: 186px
}

.partner-overview-page .all-partners-container .more-info-section.text {
    width: 894px;
    padding-right: 30px
}

.partner-overview-page .all-partners-container .more-info-section.text.double {
    width: 672px
}

@media screen and (max-width: 1199px) {
    .partner-overview-page .all-partners-container .more-info-section.text {
        width:672px
    }

    .partner-overview-page .all-partners-container .more-info-section.text.double {
        width: 448px
    }
}

@media screen and (max-width: 991px) {
    .partner-overview-page .all-partners-container .more-info-section {
        min-height:0;
        padding-top: 10px
    }

    .partner-overview-page .all-partners-container .more-info-section.text {
        width: 100%;
        padding-right: 0
    }

    .partner-overview-page .all-partners-container .more-info-section.text.double {
        width: 100%
    }
}

.partner-overview-page .all-partners-container .tagged-block {
    position: relative;
    float: left;
    width: 186px;
    height: 186px;
    margin: 2px 0;
    border-left: 2px solid;
    border-right: 2px solid;
    background-color: #fff
}

.partner-overview-page .all-partners-container .tagged-block a {
    text-decoration: none
}

.partner-overview-page .all-partners-container .tagged-block a:hover {
    text-decoration: none
}

.partner-overview-page .all-partners-container .tagged-block a:active {
    text-decoration: none
}

.partner-overview-page .all-partners-container .tagged-block a:focus {
    text-decoration: none
}

.partner-overview-page .all-partners-container .tagged-block .image {
    position: relative;
    height: 70px;
    width: 100%;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff
}

.partner-overview-page .all-partners-container .tagged-block .content {
    position: relative;
    padding: 8px 12px
}

.partner-overview-page .all-partners-container .tagged-block .content .title {
    font-size: 15px;
    line-height: 17px
}

.partner-overview-page .all-partners-container .tagged-block .content .date {
    margin-top: 6px;
    margin-bottom: 6px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.partner-overview-page .all-partners-container .tagged-block .content hr {
    margin-bottom: 3px
}

.partner-overview-page .all-partners-container .tagged-block .content .type {
    color: #000;
    font-size: 13px
}

.partner-overview-page .all-partners-container .tagged-block:hover {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    background-color: transparent
}

.partner-overview-page .all-partners-container .tagged-block:hover .content .date,.partner-overview-page .all-partners-container .tagged-block:hover .content .title,.partner-overview-page .all-partners-container .tagged-block:hover .content .type {
    color: #fff!important
}

.partner-overview-page .all-partners-container .tagged-block:hover .content hr {
    border-color: #fff!important
}

.partner-overview-page .all-partners-container .partner-solution {
    position: relative;
    float: left;
    width: 186px;
    height: 186px;
    padding: 25px;
    margin: 2px 0;
    border-left: 2px solid;
    border-right: 2px solid;
    background-color: #fff
}

.partner-overview-page .all-partners-container .partner-solution:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 140px;
    font-size: 15px;
    font-weight: 600;
    text-align: center
}

.partner-overview-page .all-partners-container .partner-solution:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    top: 0;
    right: 0;
    bottom: 40px;
    left: 0;
    margin: auto;
    -webkit-background-size: 130px 130px;
    background-size: 130px;
    background-position: center
}

.partner-overview-page .all-partners-container .partner-solution.analytics:after {
    background-image: url(../images/icons/inverted/icon1_bia.png);
    background-color: #238746
}

.partner-overview-page .all-partners-container .partner-solution.analytics:before {
    content: "BI & analytics";
    color: #238746
}

.partner-overview-page .all-partners-container .partner-solution.commodity-sourcing:after {
    background-image: url(../images/icons/inverted/icon2_cs.png);
    background-color: #068fe6
}

.partner-overview-page .all-partners-container .partner-solution.commodity-sourcing:before {
    content: "Commodity sourcing";
    color: #068fe6
}

.partner-overview-page .all-partners-container .partner-solution.datacentre-cloud:after {
    background-image: url(../images/icons/inverted/icon3_dc.png);
    background-color: #0168a2
}

.partner-overview-page .all-partners-container .partner-solution.datacentre-cloud:before {
    content: "Datacentre";
    color: #0168a2
}

.partner-overview-page .all-partners-container .partner-solution.end-user-computing:after {
    background-image: url(../images/icons/inverted/icon4_eu.png);
    background-color: #d13968
}

.partner-overview-page .all-partners-container .partner-solution.end-user-computing:before {
    content: "End User Computing & Mobility";
    color: #d13968
}

.partner-overview-page .all-partners-container .partner-solution.asset-management:after {
    background-image: url(../images/icons/inverted/icon5_itam.png);
    background-color: #81c462
}

.partner-overview-page .all-partners-container .partner-solution.asset-management:before {
    content: "Asset management";
    color: #81c462
}

.partner-overview-page .all-partners-container .partner-solution.managed-print:after {
    background-image: url(../images/icons/inverted/icon6_mps.png);
    background-color: #e02b3c
}

.partner-overview-page .all-partners-container .partner-solution.managed-print:before {
    content: "Print";
    color: #e02b3c
}

.partner-overview-page .all-partners-container .partner-solution.managed-services:after {
    background-image: url(../images/icons/inverted/icon7_ms.png);
    background-color: #cc5299
}

.partner-overview-page .all-partners-container .partner-solution.managed-services:before {
    content: "Cloud & managed services";
    color: #cc5299
}

.partner-overview-page .all-partners-container .partner-solution.services:after {
    background-image: url(../images/icons/inverted/icon13_s.png);
    background-color: #dc3041
}

.partner-overview-page .all-partners-container .partner-solution.services:before {
    content: "Services";
    color: #dc3041
}

.partner-overview-page .all-partners-container .partner-solution.networking-security:after {
    background-image: url(../images/icons/inverted/icon8_ns.png);
    background-color: #9c1a2b
}

.partner-overview-page .all-partners-container .partner-solution.networking-security:before {
    content: "Networking & security";
    color: #9c1a2b
}

.partner-overview-page .all-partners-container .partner-solution.professional-services:after {
    background-image: url(../images/icons/inverted/icon9_ps.png);
    background-color: #00aca2
}

.partner-overview-page .all-partners-container .partner-solution.professional-services:before {
    content: "Professional services";
    color: #00aca2
}

.partner-overview-page .all-partners-container .partner-solution.software-licensing:after {
    background-image: url(../images/icons/inverted/icon10_sl.png);
    background-color: #ffaa14
}

.partner-overview-page .all-partners-container .partner-solution.software-licensing:before {
    content: "Software licensing";
    color: #ffaa14
}

.partner-overview-page .all-partners-container .partner-solution.unified-communications:after {
    background-image: url(../images/icons/inverted/icon11_uc.png);
    background-color: #23bce5
}

.partner-overview-page .all-partners-container .partner-solution.unified-communications:before {
    content: "Collaboration";
    color: #23bce5
}

@media screen and (max-width: 767px) {
    .partner-overview-page .all-partners-container .more-info-section {
        float:none;
        display: block;
        width: 224px;
        margin: 0 auto
    }

    .partner-overview-page .all-partners-container .tagged-block {
        float: none;
        margin: 0 0 20px
    }
}

.why-sof-img-wrapper-o {
    display: table;
    width: 100%;
    height: 145px
}

.why-sof-img-wrapper-o .why-sof-img-wrapper-i {
    display: table-cell;
    vertical-align: middle
}

.why-sof-img-wrapper-o .why-sof-img-wrapper-i .why-sof-img {
    display: block;
    max-width: 80%;
    max-height: 130px;
    margin: 0 auto
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.analytics {
    background-color: #238746
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.analytics:after {
    background-image: url(../images/icons/icon1_bia.png);
    background-color: transparent
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.analytics:before {
    color: #fff
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.commodity-sourcing {
    background-color: #068fe6
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.commodity-sourcing:after {
    background-image: url(../images/icons/icon2_cs.png);
    background-color: transparent
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.commodity-sourcing:before {
    color: #fff
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.datacentre-cloud {
    background-color: #0168a2
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.datacentre-cloud:after {
    background-image: url(../images/icons/icon3_dc.png);
    background-color: transparent
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.datacentre-cloud:before {
    color: #fff
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.end-user-computing {
    background-color: #d13968
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.end-user-computing:after {
    background-image: url(../images/icons/icon4_eu.png);
    background-color: transparent
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.end-user-computing:before {
    color: #fff
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.asset-management {
    background-color: #81c462
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.asset-management:after {
    background-image: url(../images/icons/icon5_itam.png);
    background-color: transparent
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.asset-management:before {
    color: #fff
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.managed-print {
    background-color: #e02b3c
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.managed-print:after {
    background-image: url(../images/icons/icon6_mps.png);
    background-color: transparent
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.managed-print:before {
    color: #fff
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.managed-services {
    background-color: #cc5299
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.managed-services:after {
    background-image: url(../images/icons/icon7_ms.png);
    background-color: transparent
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.managed-services:before {
    color: #fff
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.networking-security {
    background-color: #9c1a2b
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.networking-security:after {
    background-image: url(../images/icons/icon8_ns.png);
    background-color: transparent
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.networking-security:before {
    color: #fff
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.professional-services {
    background-color: #00aca2
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.professional-services:after {
    background-image: url(../images/icons/icon9_ps.png);
    background-color: transparent
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.professional-services:before {
    color: #fff
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.software-licensing {
    background-color: #ffaa14
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.software-licensing:after {
    background-image: url(../images/icons/icon10_sl.png);
    background-color: transparent
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.software-licensing:before {
    color: #fff
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.unified-communications {
    background-color: #23bce5
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.unified-communications:after {
    background-image: url(../images/icons/icon11_uc.png);
    background-color: transparent
}

.no-touch .partner-overview-page .all-partners-container .partner-solution:hover.unified-communications:before {
    color: #fff
}

.partner-content .gray-area {
    position: absolute;
    width: 1px;
    height: 93%;
    left: 897px;
    top: 15px;
    background-color: #ebebed
}

.partner-content h1 {
    color: #068fcf;
    font-family: proxima-nova,sans-serif;
    font-size: 22px
}

.partner-content p {
    margin: 0 0 20px;
    color: #666;
    font-size: 20px;
    line-height: 26px;
    font-weight: 200
}

.partner-content p.small-txt {
    font-size: 14px
}

.partner-content h3 {
    margin-top: 0;
    color: #915da3;
    font-family: proxima-nova,sans-serif;
    font-size: 19px
}

@media screen and (max-width: 991px) {
    .partner-content h3 {
        margin-top:40px;
        margin-bottom: 20px;
        text-align: center
    }
}

.partner-content h4 {
    color: #068fcf;
    font-family: proxima-nova,sans-serif;
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .partner-content h1,.partner-content h2,.partner-content h3,.partner-content h4,.partner-content p {
        text-align:center
    }
}

.partner-content .box-container {
    position: relative;
    margin: 0 -3px 30px
}

.partner-content .box-container:after,.partner-content .box-container:before {
    content: " ";
    display: table
}

.partner-content .box-container:after {
    clear: both
}

.partner-content .box-container:after,.partner-content .box-container:before {
    content: " ";
    display: table
}

.partner-content .box-container:after {
    clear: both
}

@media screen and (min-width: 1200px) {
    .partner-content .box-container .col-sm-3.cols-5 {
        width:20%
    }
}

@media screen and (max-width: 767px) {
    .partner-content .box-container {
        height:auto!important
    }
}

.partner-content .icon-block {
    position: static;
    margin-top: 2px;
    margin-bottom: 0;
    padding: 0;
    cursor: pointer
}

.partner-content .icon-block .inner {
    position: relative;
    height: 171px;
    margin: 3px;
    padding: 3px;
    color: #fff;
    text-align: center
}

.partner-content .icon-block .inner .box-icon {
    width: 128px;
    height: 128px;
    margin: 0 auto;
    -webkit-background-size: 128px 128px;
    background-size: 128px
}

.partner-content .icon-block .inner .box-text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    font-size: 13px
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block .inner:hover {
        padding:0
    }
}

.partner-content .icon-block .overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 200px;
    padding-top: 20px;
    z-index: 100
}

.partner-content .icon-block .overlay img {
    position: absolute;
    left: 45px;
    top: 50px;
    max-height: 110px;
    max-width: 110px
}

.partner-content .icon-block .overlay i {
    position: absolute;
    width: 48px;
    height: 51px;
    right: 10px;
    top: 10px;
    padding: 0 5px;
    background-color: #fff;
    font-size: 50px;
    cursor: pointer
}

.partner-content .icon-block .overlay h2 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 29px
}

.partner-content .icon-block .overlay p {
    margin-bottom: 30px;
    color: #fff
}

.partner-content .icon-block .overlay .find-out.more {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 3px solid #fff;
    color: #fff
}

.partner-content .icon-block .overlay .find-out.more:hover {
    background-color: #fff
}

.partner-content .icon-block.psi .overlay {
    background-color: #068fe6
}

.partner-content .icon-block.psi .overlay i {
    color: #068fe6
}

.partner-content .icon-block.psi .overlay .find-out.more:hover {
    color: #068fe6
}

.partner-content .icon-block.psi .inner {
    background-color: #068fe6
}

.partner-content .icon-block.psi .inner .box-icon {
    background-image: url(../images/icons/icon2_cs.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.psi .inner:hover {
        border:3px solid #068fe6;
        background-color: #fff;
        color: #068fe6
    }

    .partner-content .icon-block.psi .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon2_cs.png);
        background-color: #068fe6
    }
}

.partner-content .icon-block.theta .overlay {
    background-color: #0168a2
}

.partner-content .icon-block.theta .overlay i {
    color: #0168a2
}

.partner-content .icon-block.theta .overlay .find-out.more:hover {
    color: #0168a2
}

.partner-content .icon-block.theta .inner {
    background-color: #0168a2
}

.partner-content .icon-block.theta .inner .box-icon {
    background-image: url(../images/icons/icon3_dc.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.theta .inner:hover {
        border:3px solid #0168a2;
        background-color: #fff;
        color: #0168a2
    }

    .partner-content .icon-block.theta .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon3_dc.png);
        background-color: #0168a2
    }
}

.partner-content .icon-block.omicron .overlay {
    background-color: #d13968
}

.partner-content .icon-block.omicron .overlay i {
    color: #d13968
}

.partner-content .icon-block.omicron .overlay .find-out.more:hover {
    color: #d13968
}

.partner-content .icon-block.omicron .inner {
    background-color: #d13968
}

.partner-content .icon-block.omicron .inner .box-icon {
    background-image: url(../images/icons/icon4_eu.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.omicron .inner:hover {
        border:3px solid #d13968;
        background-color: #fff;
        color: #d13968
    }

    .partner-content .icon-block.omicron .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon4_eu.png);
        background-color: #d13968
    }
}

.partner-content .icon-block.omega .overlay {
    background-color: #e02b3c
}

.partner-content .icon-block.omega .overlay i {
    color: #e02b3c
}

.partner-content .icon-block.omega .overlay .find-out.more:hover {
    color: #e02b3c
}

.partner-content .icon-block.omega .inner {
    background-color: #e02b3c
}

.partner-content .icon-block.omega .inner .box-icon {
    background-image: url(../images/icons/icon6_mps.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.omega .inner:hover {
        border:3px solid #e02b3c;
        background-color: #fff;
        color: #e02b3c
    }

    .partner-content .icon-block.omega .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon6_mps.png);
        background-color: #e02b3c
    }
}

.partner-content .icon-block.eth .overlay {
    background-color: #9c1a2b
}

.partner-content .icon-block.eth .overlay i {
    color: #9c1a2b
}

.partner-content .icon-block.eth .overlay .find-out.more:hover {
    color: #9c1a2b
}

.partner-content .icon-block.eth .inner {
    background-color: #9c1a2b
}

.partner-content .icon-block.eth .inner .box-icon {
    background-image: url(../images/icons/icon8_ns.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.eth .inner:hover {
        border:3px solid #9c1a2b;
        background-color: #fff;
        color: #9c1a2b
    }

    .partner-content .icon-block.eth .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon8_ns.png);
        background-color: #9c1a2b
    }
}

.partner-content .icon-block.thorn .overlay {
    background-color: #00aca2
}

.partner-content .icon-block.thorn .overlay i {
    color: #00aca2
}

.partner-content .icon-block.thorn .overlay .find-out.more:hover {
    color: #00aca2
}

.partner-content .icon-block.thorn .inner {
    background-color: #00aca2
}

.partner-content .icon-block.thorn .inner .box-icon {
    background-image: url(../images/icons/icon9_ps.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.thorn .inner:hover {
        border:3px solid #00aca2;
        background-color: #fff;
        color: #00aca2
    }

    .partner-content .icon-block.thorn .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon9_ps.png);
        background-color: #00aca2
    }
}

.partner-content .icon-block.pi .overlay {
    background-color: #ffaa14
}

.partner-content .icon-block.pi .overlay i {
    color: #ffaa14
}

.partner-content .icon-block.pi .overlay .find-out.more:hover {
    color: #ffaa14
}

.partner-content .icon-block.pi .inner {
    background-color: #ffaa14
}

.partner-content .icon-block.pi .inner .box-icon {
    background-image: url(../images/icons/icon10_sl.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.pi .inner:hover {
        border:3px solid #ffaa14;
        background-color: #fff;
        color: #ffaa14
    }

    .partner-content .icon-block.pi .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon10_sl.png);
        background-color: #ffaa14
    }
}

.partner-content .icon-block.eta .inner {
    background-color: #81c462
}

.partner-content .icon-block.wynn .overlay {
    background-color: #81c462
}

.partner-content .icon-block.wynn .overlay i {
    color: #81c462
}

.partner-content .icon-block.wynn .overlay .find-out.more:hover {
    color: #81c462
}

.partner-content .icon-block.wynn .inner {
    background-color: #81c462
}

.partner-content .icon-block.wynn .inner .box-icon {
    background-image: url(../images/icons/icon5_itam.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.wynn .inner:hover {
        border:3px solid #81c462;
        background-color: #fff;
        color: #81c462
    }

    .partner-content .icon-block.wynn .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon5_itam.png);
        background-color: #81c462
    }
}

.partner-content .icon-block.schwa .overlay {
    background-color: #23bce5
}

.partner-content .icon-block.schwa .overlay i {
    color: #23bce5
}

.partner-content .icon-block.schwa .overlay .find-out.more:hover {
    color: #23bce5
}

.partner-content .icon-block.schwa .inner {
    background-color: #23bce5
}

.partner-content .icon-block.schwa .inner .box-icon {
    background-image: url(../images/icons/icon11_uc.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.schwa .inner:hover {
        border:3px solid #23bce5;
        background-color: #fff;
        color: #23bce5
    }

    .partner-content .icon-block.schwa .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon11_uc.png);
        background-color: #23bce5
    }
}

.partner-content .icon-block.kappa .overlay {
    background-color: #dc3041
}

.partner-content .icon-block.kappa .overlay i {
    color: #dc3041
}

.partner-content .icon-block.kappa .overlay .find-out.more:hover {
    color: #dc3041
}

.partner-content .icon-block.kappa .inner {
    background-color: #dc3041
}

.partner-content .icon-block.kappa .inner .box-icon {
    background-image: url(../images/icons/icon13_s.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.kappa .inner:hover {
        border:3px solid #dc3041;
        background-color: #fff;
        color: #dc3041
    }

    .partner-content .icon-block.kappa .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon13_s.png);
        background-color: #dc3041
    }
}

.partner-content .icon-block.schwa .inner {
    background-color: #dc3041
}

.partner-content .icon-block.schwa .inner .box-icon {
    background-image: url(../images/icons/icon13_s.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.schwa .inner:hover {
        border:3px solid #dc3041;
        background-color: #fff;
        color: #dc3041
    }

    .partner-content .icon-block.schwa .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon13_s.png);
        background-color: #dc3041
    }
}

.partner-content .icon-block.eng .overlay {
    background-color: #cc5299
}

.partner-content .icon-block.eng .overlay i {
    color: #cc5299
}

.partner-content .icon-block.eng .overlay .find-out.more:hover {
    color: #cc5299
}

.partner-content .icon-block.eng .inner {
    background-color: #cc5299
}

.partner-content .icon-block.eng .inner .box-icon {
    background-image: url(../images/icons/icon7_ms.png)
}

@media screen and (min-width: 768px) {
    .partner-content .icon-block.eng .inner:hover {
        border:3px solid #cc5299;
        background-color: #fff;
        color: #cc5299
    }

    .partner-content .icon-block.eng .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon7_ms.png);
        background-color: #cc5299
    }
}

.partner-content .icon-block.tau .overlay {
    background-color: #238746
}

.partner-content .icon-block.tau .overlay i {
    color: #238746
}

.partner-content .icon-block.tau .overlay .find-out.more:hover {
    color: #238746
}

.partner-content .icon-block.tau .inner {
    background-color: #238746
}

.partner-content .icon-block.tau .inner .box-icon {
    background-image: url(../images/icons/icon1_bia.png)
}

@media screen and (min-width: 767px) {
    .partner-content .icon-block.tau .inner:hover {
        border:3px solid #238746;
        background-color: #fff;
        color: #238746
    }

    .partner-content .icon-block.tau .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon1_bia.png);
        background-color: #238746
    }
}

@media screen and (max-width: 767px) {
    .partner-content .icon-block .inner {
        display:table;
        width: 100%;
        height: initial;
        margin: 0
    }

    .partner-content .icon-block .inner .box-icon {
        display: table-cell;
        width: 75px;
        min-width: 75px;
        height: 75px;
        margin: 0;
        -webkit-background-size: cover;
        background-size: cover
    }

    .partner-content .icon-block .inner .box-text {
        display: block;
        height: initial;
        padding-right: 40px;
        padding-left: 10px
    }

    .partner-content .icon-block .inner .t-wrap {
        display: table-cell;
        vertical-align: middle
    }

    .partner-content .icon-block .inner .fa-plus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .partner-content .icon-block .inner .fa-minus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .partner-content .icon-block .overlay {
        position: relative;
        height: initial;
        padding: 20px
    }

    .partner-content .icon-block .overlay img.overlay-icon {
        display: none
    }

    .partner-content .icon-block .overlay i {
        display: none
    }

    .partner-content .icon-block .overlay h2 {
        margin-top: 0;
        margin-bottom: 20px;
        color: #fff;
        font-size: 25px
    }

    .partner-content .icon-block .overlay p {
        margin-bottom: 10px;
        color: #fff;
        font-size: 14px;
        line-height: 18px
    }
}

.partner-content .why-container .why-section h2 {
    font-size: 34px
}

.partner-content .why-container.header,.partner-content .why-container.text-block {
    background-color: #915da3
}

.partner-content .why-container.blocks .why-block {
    border-color: #915da3
}

.partner-content .why-container.blocks .why-block .partner-status-logo.with-text {
    height: 145px
}

.partner-content .why-container.blocks .why-block .partner-status-logo.with-text img {
    max-height: 135px
}

.partner-content .why-container.blocks .why-block .why-icon-background {
    background-color: #915da3
}

.partner-content .why-container.blocks .why-block .why-icon-number.icon-5 {
    width: 78px;
    font-size: 18px;
    line-height: 22px;
    top: 52px
}

.partner-content .why-container.blocks .why-block .why-text {
    color: #915da3
}

.partner-content .cred-container {
    position: relative;
    margin-bottom: 20px
}

.partner-content .cred-container:after,.partner-content .cred-container:before {
    content: " ";
    display: table
}

.partner-content .cred-container:after {
    clear: both
}

.partner-content .cred-container:after,.partner-content .cred-container:before {
    content: " ";
    display: table
}

.partner-content .cred-container:after {
    clear: both
}

.partner-content .cred-container .border-override {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #fff
}

@media screen and (max-width: 991px) {
    .partner-content .cred-container .border-override {
        display:none;
        border: none
    }
}

.partner-content .cred-container .cred-row:after,.partner-content .cred-container .cred-row:before {
    content: " ";
    display: table
}

.partner-content .cred-container .cred-row:after {
    clear: both
}

.partner-content .cred-container .cred-row:after,.partner-content .cred-container .cred-row:before {
    content: " ";
    display: table
}

.partner-content .cred-container .cred-row:after {
    clear: both
}

.partner-content .cred-container .cred-row .mod-award .modal-body p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400
}

.partner-content .cred-container .cred-row .mod-award .modal-body p.lead-text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px
}

.partner-content .cred-container .cred-row .mod-award .modal-body .award-block {
    width: 100%
}

.partner-content .cred-container .cred-row .award-block {
    position: relative;
    float: left;
    width: 25%;
    height: 275px;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

@media screen and (max-width: 1199px) {
    .partner-content .cred-container .cred-row .award-block {
        width:33%
    }
}

.partner-content .cred-container .cred-row .award-block:focus {
    outline: 0
}

@media screen and (max-width: 991px) {
    .partner-content .cred-container .cred-row .award-block {
        width:50%
    }
}

@media screen and (max-width: 650px) {
    .partner-content .cred-container .cred-row .award-block {
        width:50%
    }
}

@media screen and (max-width: 440px) {
    .partner-content .cred-container .cred-row .award-block {
        width:100%
    }
}

.partner-content .cred-container .cred-row .award-block img.glass {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
}

.partner-content .cred-container .cred-row .award-block .award-container {
    position: relative;
    width: 200px;
    height: 110px;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    border: 4px solid #915da3;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 2
}

.partner-content .cred-container .cred-row .award-block .award-container h2 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600
}

.partner-content .cred-container .cred-row .award-block .award-container p {
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 16px
}

.partner-content .cred-container .cred-row .award-block .award-container:hover .hoverlay {
    display: block
}

.partner-content .cred-container .cred-row .award-block .award-container .hoverlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 36px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.partner-content .cred-container .cred-row .award-block .award-container .hoverlay h4 {
    display: inline-block;
    width: 78%;
    margin: 0;
    color: #fff;
    font-size: 18px
}

.partner-content .cred-container .cred-row .award-block .award-container .hoverlay i {
    width: 18%;
    color: #fff;
    font-size: 36px
}

.partner-content .cred-container .cred-row .award-block .icon-container {
    position: absolute;
    width: 200px;
    height: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3
}

.partner-content .cred-container .cred-row .award-block .icon-container img {
    max-width: 70%;
    max-height: 50%;
    display: inline-block
}

.partner-content .cred-container .cred-row.no-bor .cred-block {
    border-bottom: none
}

@media screen and (min-width: 1200px) {
    .partner-content .interested-container {
        padding-left:25px
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .partner-content .interested-container {
        padding:0 90px
    }
}

.partner-content .interested-block {
    width: 100%;
    height: 210px;
    margin-bottom: 20px;
    padding: 22px 15px;
    border: 3px solid
}

@media screen and (max-width: 1199px) {
    .partner-content .interested-block {
        padding:10px 15px
    }
}

.partner-content .interested-block .title a {
    font-family: proxima-nova,sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none
}

.partner-content .interested-block .title a:hover {
    text-decoration: none
}

.partner-content .interested-block .title a:active {
    text-decoration: none
}

.partner-content .interested-block .title a:focus {
    text-decoration: none
}

.partner-content .interested-block .date {
    padding-top: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.partner-content .interested-block.tau {
    border-color: #00aca2
}

.partner-content .interested-block.tau a {
    color: #00aca2
}

.partner-content .interested-block.omicron {
    border-color: #cc5299
}

.partner-content .interested-block.omicron a {
    color: #cc5299
}

.partner-content .interested-block.rho {
    border-color: #fbbd56
}

.partner-content .interested-block.rho a {
    color: #fbbd56
}

.partner-content .interested-block.chi {
    border-color: #006962
}

.partner-content .interested-block.chi a {
    color: #006962
}

@media screen and (max-width: 991px) {
    .partner-content .interested-block {
        height:auto;
        max-height: 195px!important
    }
}

.partner-content .view-more-btn {
    display: block;
    width: 100%;
    margin: 20px auto;
    height: 60px;
    border: 3px solid #915da3;
    color: #915da3;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.partner-content .view-more-btn:hover {
    text-decoration: none
}

.partner-content .view-more-btn:active {
    text-decoration: none
}

.partner-content .view-more-btn:focus {
    text-decoration: none
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .partner-content .view-more-btn {
        clear:both;
        width: auto;
        margin: 20px 10px
    }
}

@media screen and (max-width: 767px) {
    .partner-content .view-more-btn {
        width:260px;
        margin: 0 auto
    }
}

.partner-content .view-more-btn-inversed {
    display: block;
    width: 100%;
    margin: 20px auto;
    height: 60px;
    border: 3px solid #915da3;
    background-color: #915da3;
    color: #fff;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    text-decoration: none
}

.partner-content .view-more-btn-inversed:hover {
    text-decoration: none
}

.partner-content .view-more-btn-inversed:active {
    text-decoration: none
}

.partner-content .view-more-btn-inversed:focus {
    text-decoration: none
}

.partner-content .view-more-btn-inversed:hover {
    background-color: #fff;
    color: #915da3
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .partner-content .view-more-btn-inversed {
        clear:both;
        width: auto;
        margin: 20px 10px
    }
}

@media screen and (max-width: 767px) {
    .partner-content .view-more-btn-inversed {
        width:260px;
        margin: 0 auto
    }
}

.t-wrap {
    display: table;
    width: 100%
}

.featured-products-benefit {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.featured-products-benefit>div {
    padding: 25px
}

@media screen and (min-width: 768px) {
    .featured-products-benefit>div {
        display:table-cell;
        vertical-align: middle;
        float: none
    }
}

.featured-products-benefit.odd h3 {
    padding-top: 15px;
    color: #fff
}

.featured-products-benefit.odd p {
    color: #fff
}

.featured-products-benefit.even {
    background-color: #eaeaea
}

.featured-products-benefit.even h3 {
    padding-top: 15px
}

.journey-boxes {
    background-image: url(/assets/template/images/layout/partner-journey-lines.png);
    background-position: center 62px;
    background-repeat: no-repeat;
    padding: 70px 0 40px 0
}

.journey-boxes .title {
    text-align: center;
    position: relative;
    top: -55px;
    font-size: 22px;
    font-weight: 500;
    color: #068fcf
}

.journey-boxes .boxes .softcat-block {
    position: relative;
    height: 196px;
    border: 3px solid;
    margin-bottom: 20px;
    background-color: #fff
}

.journey-boxes .boxes .softcat-block .number {
    position: absolute;
    height: 40px;
    width: 40px;
    left: -2px;
    top: -2px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 37px
}

.journey-boxes .boxes .softcat-block .textarea {
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.journey-boxes .boxes .softcat-block .textarea .text {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-weight: 500
}

.journey-boxes+img {
    margin-top: 10px;
    margin-bottom: 60px
}

.full-width-buttons .return {
    width: 540px;
    margin: 0 20px
}

.full-width-buttons .next {
    width: 540px;
    margin: 0 20px
}

@media screen and (max-width: 1199px) {
    .full-width-buttons {
        width:700px
    }

    .full-width-buttons .next,.full-width-buttons .return {
        width: 310px
    }
}

@media screen and (max-width: 767px) {
    .full-width-buttons {
        width:300px
    }

    .full-width-buttons .next,.full-width-buttons .return {
        width: 60px;
        margin: 0 45px;
        font-size: 0
    }

    .full-width-buttons .next i,.full-width-buttons .return i {
        left: 0;
        right: 0;
        margin: auto
    }
}

.partner-quote-container:after,.partner-quote-container:before {
    content: " ";
    display: table
}

.partner-quote-container:after {
    clear: both
}

.partner-quote-container:after,.partner-quote-container:before {
    content: " ";
    display: table
}

.partner-quote-container:after {
    clear: both
}

.col-sm-6 .quote-wrapper {
    min-height: 180px
}

.quote-wrapper {
    position: relative;
    padding: 17px 17px 17px 77px;
    margin-bottom: 30px;
    border: 4px solid #915da3
}

.quote-wrapper .top-left {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #915da3;
    top: 0;
    left: 0
}

.quote-wrapper .top-left:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/assets/template/images/layout/partner-quote-marks.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.quote-wrapper .quote {
    margin-left: 10px;
    color: #666;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300
}

.quote-wrapper .quotee {
    margin-left: 10px;
    margin-top: 10px;
    color: #915da3;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600
}

.form-group.select {
    position: relative
}

.form-group.select label {
    color: #fff
}

.form-group.select .optgroup {
    position: absolute;
    width: 100%;
    max-height: 200px;
    padding: 0;
    border-top: 1px solid #068fcf;
    overflow-y: scroll;
    background-color: #fff;
    text-align: left;
    z-index: 99
}

.form-group.select .optgroup.hidden {
    display: none
}

.form-group.select .optgroup label {
    width: 96%;
    margin: 0 2%;
    padding: 7px 0;
    border-top: 1px solid #068fcf;
    color: #068fcf;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer
}

.form-group.select .optgroup label:first-child {
    border: none
}

.form-group.select select {
    display: none
}

.form-group.select .fa.fa-caret-down {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 25px;
    color: #068fcf;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.all-vendors-list .vendor {
    position: absolute;
    width: 260px;
    right: 10px;
    bottom: 30px;
    margin-left: 2%;
    padding: 10px 0;
    border: 3px solid #fff;
    text-align: center;
    cursor: pointer;
    color: #fff
}

.all-vendors-list .vendor i.fa-chevron-down {
    position: absolute;
    height: 32px;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    font-size: 30px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

.all-vendors-list .vendor.open i.fa-chevron-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.all-vendors-list .vendor.area-active {
    background-color: #fff;
    color: #915da3
}

.all-vendors-list .vendor .drop-menu-open {
    position: absolute;
    width: 100%;
    height: 350px;
    max-height: 0;
    top: 42px;
    left: -2px;
    padding-top: 0;
    border-left: 2px solid #ebebf2;
    border-right: 2px solid #ebebf2;
    overflow: hidden;
    background-color: #ebebf2;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 52
}

.all-vendors-list .vendor .drop-menu-open .drop-menu-item {
    position: relative;
    width: 96%;
    height: 50px;
    margin: 0 2%;
    border-bottom: 1px solid #fff;
    background-color: #ebebf2;
    text-align: left
}

.all-vendors-list .vendor .drop-menu-open .drop-menu-item span {
    margin-left: 30px;
    color: #333;
    font-size: 13px;
    line-height: 50px
}

.all-vendors-list .vendor .drop-menu-open .drop-menu-item a.logo {
    display: block;
    float: left
}

.all-vendors-list .vendor .drop-menu-open .drop-menu-item a.arrow {
    display: block;
    float: right;
    padding-right: 5px;
    font-size: 25px;
    line-height: 50px
}

.all-vendors-list .vendor .drop-menu-open .drop-menu-item .vendor-img {
    position: relative;
    max-width: 160px;
    max-height: 37px;
    top: 5px;
    margin-left: 27px
}

.all-vendors-list .vendor .filter-role {
    height: 300px
}

.all-vendors-list .vendor:hover {
    background-color: #fff;
    color: #aa7cb9
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .all-vendors-list .vendor {
        width:258px;
        right: 0
    }
}

@media screen and (max-width: 991px) {
    .all-vendors-list .vendor {
        display:none
    }
}

.partner-individual-content h2 {
    margin-bottom: 30px
}

.partner-individual-content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px
}

.partner-individual-content hr {
    margin-top: 20px;
    margin-bottom: 30px
}

.partner-individual-content .btn-full-width,.partner-individual-content .btn-white-full-width {
    position: relative
}

.partner-individual-content .btn-full-width i.fa,.partner-individual-content .btn-white-full-width i.fa {
    position: relative;
    top: 3px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 25px
}

.partner-individual-content .btn-full-width .icon-speech-bubble,.partner-individual-content .btn-white-full-width .icon-speech-bubble {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-bottom: 9px;
    margin-left: 10px;
    font-size: 29px
}

@media screen and (max-width: 991px) {
    .partner-individual-content h2,.partner-individual-content h3,.partner-individual-content p {
        text-align:center
    }

    .partner-individual-content .btn-white-full-width {
        margin-bottom: 10px
    }
}

.partner-individual-content .partner-overview-page .all-partners-container {
    margin-bottom: 0
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner {
    position: relative;
    height: 175px;
    color: #fff;
    text-align: center
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner .box-icon {
    width: 128px;
    height: 128px;
    margin: 0 auto;
    -webkit-background-size: 128px 128px;
    background-size: 128px
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner .box-text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    font-size: 13px
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.psi {
    border-color: #068fe6
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.psi .inner {
    background-color: #068fe6
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.psi .inner .box-icon {
    background-image: url(../images/icons/icon2_cs.png)
}

@media screen and (min-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.psi .inner:hover {
        background-color:#fff;
        color: #068fe6
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.psi .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon2_cs.png);
        background-color: #068fe6
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.psi .expandown {
    background-color: #068fe6
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.theta {
    border-color: #0168a2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.theta .inner {
    background-color: #0168a2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.theta .inner .box-icon {
    background-image: url(../images/icons/icon3_dc.png)
}

@media screen and (min-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.theta .inner:hover {
        background-color:#fff;
        color: #0168a2
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.theta .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon3_dc.png);
        background-color: #0168a2
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.theta .expandown {
    background-color: #0168a2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omicron {
    border-color: #d13968
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omicron .inner {
    background-color: #d13968
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omicron .inner .box-icon {
    background-image: url(../images/icons/icon4_eu.png)
}

@media screen and (min-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omicron .inner:hover {
        background-color:#fff;
        color: #d13968
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omicron .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon4_eu.png);
        background-color: #d13968
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omicron .expandown {
    background-color: #d13968
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omega {
    border-color: #e02b3c
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omega .inner {
    background-color: #e02b3c
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omega .inner .box-icon {
    background-image: url(../images/icons/icon6_mps.png)
}

@media screen and (min-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omega .inner:hover {
        background-color:#fff;
        color: #e02b3c
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omega .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon6_mps.png);
        background-color: #e02b3c
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.omega .expandown {
    background-color: #e02b3c
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.upsilon {
    border-color: #9c1a2b
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.upsilon .inner {
    background-color: #9c1a2b
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.upsilon .inner .box-icon {
    background-image: url(../images/icons/icon8_ns.png)
}

@media screen and (min-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.upsilon .inner:hover {
        background-color:#fff;
        color: #9c1a2b
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.upsilon .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon8_ns.png);
        background-color: #9c1a2b
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.upsilon .expandown {
    background-color: #9c1a2b
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.thorn {
    border-color: #00aca2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.thorn .inner {
    background-color: #00aca2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.thorn .inner .box-icon {
    background-image: url(../images/icons/icon9_ps.png)
}

@media screen and (min-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.thorn .inner:hover {
        background-color:#fff;
        color: #00aca2
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.thorn .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon9_ps.png);
        background-color: #00aca2
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.thorn .expandown {
    background-color: #00aca2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.pi {
    border-color: #ffaa14
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.pi .inner {
    background-color: #ffaa14
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.pi .inner .box-icon {
    background-image: url(../images/icons/icon10_sl.png)
}

@media screen and (min-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.pi .inner:hover {
        background-color:#fff;
        color: #ffaa14
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.pi .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon10_sl.png);
        background-color: #ffaa14
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.pi .expandown {
    background-color: #ffaa14
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.wynn {
    border-color: #81c462
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.wynn .inner {
    background-color: #81c462
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.wynn .inner .box-icon {
    background-image: url(../images/icons/icon5_itam.png)
}

@media screen and (min-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.wynn .inner:hover {
        background-color:#fff;
        color: #81c462
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.wynn .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon5_itam.png);
        background-color: #81c462
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.wynn .expandown {
    background-color: #81c462
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.schwa {
    border-color: #23bce5
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.schwa .inner {
    background-color: #23bce5
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.schwa .inner .box-icon {
    background-image: url(../images/icons/icon11_uc.png)
}

@media screen and (min-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.schwa .inner:hover {
        background-color:#fff;
        color: #23bce5
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.schwa .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon11_uc.png);
        background-color: #23bce5
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.schwa .expandown {
    background-color: #23bce5
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.eng {
    border-color: #cc5299
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.eng .inner {
    background-color: #cc5299
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.eng .inner .box-icon {
    background-image: url(../images/icons/icon7_ms.png)
}

@media screen and (min-width: 768px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.eng .inner:hover {
        background-color:#fff;
        color: #cc5299
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.eng .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon7_ms.png);
        background-color: #cc5299
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.eng .expandown {
    background-color: #cc5299
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.tau {
    border-color: #238746
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.tau .inner {
    background-color: #238746
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.tau .inner .box-icon {
    background-image: url(../images/icons/icon1_bia.png)
}

@media screen and (min-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.tau .inner:hover {
        background-color:#fff;
        color: #238746
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.tau .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon1_bia.png);
        background-color: #238746
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.tau .expandown {
    background-color: #238746
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.kappa {
    border-color: #dc3041
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.kappa .inner {
    background-color: #dc3041
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.kappa .inner .box-icon {
    background-image: url(../images/icons/icon13_s.png)
}

@media screen and (min-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.kappa .inner:hover {
        background-color:#fff;
        color: #dc3041
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.kappa .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon13_s.png);
        background-color: #dc3041
    }
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-box.kappa .expandown {
    background-color: #dc3041
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info {
    text-align: center
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info h3,.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info p {
    margin-bottom: 30px
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info .btn-white-full-width i.fa {
    position: relative;
    top: 3px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 25px
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.psi {
    background-color: #068fe6
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.psi .btn-white-full-width:hover {
    color: #068fe6
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.psi .btn-white-full-width:hover i.fa {
    color: #068fe6
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.theta {
    background-color: #0168a2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.theta .btn-white-full-width:hover {
    color: #0168a2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.theta .btn-white-full-width:hover i.fa {
    color: #0168a2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.omicron {
    background-color: #d13968
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.omicron .btn-white-full-width:hover {
    color: #d13968
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.omicron .btn-white-full-width:hover i.fa {
    color: #d13968
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.omega {
    background-color: #e02b3c
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.omega .btn-white-full-width:hover {
    color: #e02b3c
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.omega .btn-white-full-width:hover i.fa {
    color: #e02b3c
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.upsilon {
    background-color: #9c1a2b
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.upsilon .btn-white-full-width:hover {
    color: #9c1a2b
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.upsilon .btn-white-full-width:hover i.fa {
    color: #9c1a2b
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.thorn {
    background-color: #00aca2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.thorn .btn-white-full-width:hover {
    color: #00aca2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.thorn .btn-white-full-width:hover i.fa {
    color: #00aca2
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.pi {
    background-color: #ffaa14
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.pi .btn-white-full-width:hover {
    color: #ffaa14
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.pi .btn-white-full-width:hover i.fa {
    color: #ffaa14
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.wynn {
    background-color: #81c462
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.wynn .btn-white-full-width:hover {
    color: #81c462
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.wynn .btn-white-full-width:hover i.fa {
    color: #81c462
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.schwa {
    background-color: #23bce5
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.schwa .btn-white-full-width:hover {
    color: #23bce5
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.schwa .btn-white-full-width:hover i.fa {
    color: #23bce5
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.kappa {
    background-color: #dc3041
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.kappa .btn-white-full-width:hover {
    color: #dc3041
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.kappa .btn-white-full-width:hover i.fa {
    color: #dc3041
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.eng {
    background-color: #cc5299
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.eng .btn-white-full-width:hover {
    color: #cc5299
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.eng .btn-white-full-width:hover i.fa {
    color: #cc5299
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.tau {
    background-color: #238746
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.tau .btn-white-full-width:hover {
    color: #238746
}

.partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info.tau .btn-white-full-width:hover i.fa {
    color: #238746
}

@media screen and (max-width: 1199px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner {
        height:171px
    }
}

@media screen and (max-width: 991px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner {
        height:164px
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner .box-icon {
        width: 120px;
        height: 120px
    }
}

@media screen and (max-width: 767px) {
    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner {
        display:table;
        width: 100%;
        height: 100%;
        margin: 0
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner .box-icon {
        display: table-cell;
        width: 75px;
        min-width: 75px;
        height: 75px;
        margin: 0;
        -webkit-background-size: cover;
        background-size: cover
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner .box-text {
        display: block;
        height: initial;
        padding-right: 85px;
        padding-left: 10px
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner .t-wrap {
        display: table-cell;
        vertical-align: middle
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner .fa-plus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-box .inner .fa-minus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info {
        padding-top: 0
    }

    .partner-individual-content .partner-overview-page .all-partners-container .all-partner-more-info .btn-white-full-width {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 18px
    }
}

.partner-icons {
    margin: 0 0 20px;
    text-align: center
}

.partner-icons:after,.partner-icons:before {
    content: " ";
    display: table
}

.partner-icons:after {
    clear: both
}

.partner-icons:after,.partner-icons:before {
    content: " ";
    display: table
}

.partner-icons:after {
    clear: both
}

.partner-icon-box {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 140px;
    border-right: 1px solid #ebebed
}

@media screen and (max-width: 991px) {
    .partner-icon-box {
        border-right:0
    }
}

.partner-icon-box .icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 10px auto 0;
    background-color: #915da3
}

.partner-icon-box .icon-wrapper .icon {
    width: 100%
}

.partner-icon-box .icon-text {
    position: absolute;
    width: 100%;
    top: 37px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-align: center
}

.partner-icon-box .text {
    width: 120px;
    margin: 0 auto;
    color: #915da3;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    text-align: center
}

.partner-icon-box:last-child {
    border-right: none
}

@media screen and (max-width: 1199px) {
    .partner-icon-box {
        width:155px
    }
}

@media screen and (max-width: 991px) {
    .partner-icon-box {
        width:180px
    }
}

@media screen and (max-width: 767px) {
    .partner-icon-box {
        width:140px;
        border: none
    }
}

.square-quote-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border: 3px solid #915da3
}

.square-quote-box .quote-box-inner {
    position: absolute;
    height: 100%;
    top: 20px;
    right: 30px;
    left: 70px
}

.square-quote-box .top-left {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #915da3;
    top: 0;
    left: 0
}

.square-quote-box .top-left:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/assets/template/images/layout/partner-quote-marks.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media screen and (max-width: 1199px) {
    .square-quote-box .top-left {
        width:42px;
        height: 42px
    }

    .square-quote-box .top-left .top-left:after {
        -webkit-background-size: 65% 65%;
        background-size: 65%
    }
}

.square-quote-box .quote {
    color: #666;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300
}

.square-quote-box .quotee {
    margin-top: 10px;
    color: #915da3;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600
}

@media screen and (max-width: 1199px) {
    .square-quote-box .quote-box-inner {
        right:30px;
        left: 30px
    }

    .square-quote-box .quote {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width: 991px) {
    .square-quote-box {
        width:300px;
        height: 300px;
        padding: 0;
        margin: 20px auto 0
    }
}

.featured-products {
    margin: 0 -10px 20px
}

.featured-products .all-partners-container {
    margin-top: 20px
}

.featured-products .box-wrapper {
    margin: 40px 0 0
}

.featured-products .load-more {
    width: 100%;
    max-height: 0;
    height: auto;
    opacity: 0;
    overflow: hidden;
    background: #efefef
}

.featured-products .icon-block-no-overlay {
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px
}

.featured-products .icon-block-no-overlay .inner {
    position: relative;
    height: 180px;
    width: 180px;
    margin: 0 5px;
    padding: 5px;
    color: #fff;
    text-align: center
}

.featured-products .icon-block-no-overlay .inner .box-icon {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.featured-products .icon-block-no-overlay .inner .box-text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    font-size: 13px
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner:hover {
        padding:2px;
        border: 3px solid;
        background-color: #fff!important
    }
}

@media screen and (max-width: 767px) {
    .featured-products .icon-block-no-overlay .inner {
        width:140px
    }
}

.featured-products .icon-block-no-overlay .inner.analytics {
    background-color: #238746
}

.featured-products .icon-block-no-overlay .inner.analytics .box-icon {
    background-image: url(../images/icons/icon1_bia.png)
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.analytics:hover {
        border-color:#238746;
        color: #238746
    }

    .featured-products .icon-block-no-overlay .inner.analytics:hover .box-icon {
        background-image: url(../images/icons/inverted/icon1_bia.png);
        background-color: #238746
    }
}

.featured-products .icon-block-no-overlay .inner.commodity-sourcing {
    background-color: #068fe6
}

.featured-products .icon-block-no-overlay .inner.commodity-sourcing .box-icon {
    background-image: url(../images/icons/icon2_cs.png)
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.commodity-sourcing:hover {
        border-color:#068fe6;
        color: #068fe6
    }

    .featured-products .icon-block-no-overlay .inner.commodity-sourcing:hover .box-icon {
        background-image: url(../images/icons/inverted/icon2_cs.png);
        background-color: #068fe6
    }
}

.featured-products .icon-block-no-overlay .inner.datacentre-cloud {
    background-color: #0168a2
}

.featured-products .icon-block-no-overlay .inner.datacentre-cloud .box-icon {
    background-image: url(../images/icons/icon3_dc.png)
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.datacentre-cloud:hover {
        border-color:#0168a2;
        color: #0168a2
    }

    .featured-products .icon-block-no-overlay .inner.datacentre-cloud:hover .box-icon {
        background-image: url(../images/icons/inverted/icon3_dc.png);
        background-color: #0168a2
    }
}

.featured-products .icon-block-no-overlay .inner.end-user-computing {
    background-color: #d13968
}

.featured-products .icon-block-no-overlay .inner.end-user-computing .box-icon {
    background-image: url(../images/icons/icon4_eu.png)
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.end-user-computing:hover {
        border-color:#d13968;
        color: #d13968
    }

    .featured-products .icon-block-no-overlay .inner.end-user-computing:hover .box-icon {
        background-image: url(../images/icons/inverted/icon4_eu.png);
        background-color: #d13968
    }
}

.featured-products .icon-block-no-overlay .inner.asset-management {
    background-color: #81c462
}

.featured-products .icon-block-no-overlay .inner.asset-management .box-icon {
    background-image: url(../images/icons/icon5_itam.png)
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.asset-management:hover {
        border-color:#81c462;
        color: #81c462
    }

    .featured-products .icon-block-no-overlay .inner.asset-management:hover .box-icon {
        background-image: url(../images/icons/inverted/icon5_itam.png);
        background-color: #81c462
    }
}

.featured-products .icon-block-no-overlay .inner.managed-print {
    background-color: #e02b3c
}

.featured-products .icon-block-no-overlay .inner.managed-print .box-icon {
    background-image: url(../images/icons/icon6_mps.png)
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.managed-print:hover {
        border-color:#e02b3c;
        color: #e02b3c
    }

    .featured-products .icon-block-no-overlay .inner.managed-print:hover .box-icon {
        background-image: url(../images/icons/inverted/icon6_mps.png);
        background-color: #e02b3c
    }
}

.featured-products .icon-block-no-overlay .inner.managed-services {
    background-color: #cc5299
}

.featured-products .icon-block-no-overlay .inner.managed-services .box-icon {
    background-image: url(../images/icons/icon7_ms.png)
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.managed-services:hover {
        border-color:#cc5299;
        color: #cc5299
    }

    .featured-products .icon-block-no-overlay .inner.managed-services:hover .box-icon {
        background-image: url(../images/icons/inverted/icon7_ms.png);
        background-color: #cc5299
    }
}

.featured-products .icon-block-no-overlay .inner.networking-security {
    background-color: #9c1a2b
}

.featured-products .icon-block-no-overlay .inner.networking-security .box-icon {
    background-image: url(../images/icons/icon8_ns.png)
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.networking-security:hover {
        border-color:#9c1a2b;
        color: #9c1a2b
    }

    .featured-products .icon-block-no-overlay .inner.networking-security:hover .box-icon {
        background-image: url(../images/icons/inverted/icon8_ns.png);
        background-color: #9c1a2b
    }
}

.featured-products .icon-block-no-overlay .inner.services {
    background-color: #dc3041
}

.featured-products .icon-block-no-overlay .inner.services .box-icon {
    background-image: url(../images/icons/icon13_s.png)
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.services:hover {
        border-color:#dc3041;
        color: #dc3041
    }

    .featured-products .icon-block-no-overlay .inner.services:hover .box-icon {
        background-image: url(../images/icons/inverted/icon13_s.png);
        background-color: #dc3041
    }
}

.featured-products .icon-block-no-overlay .inner.software-licensing {
    background-color: #ffaa14
}

.featured-products .icon-block-no-overlay .inner.software-licensing .box-icon {
    background-image: url(../images/icons/icon10_sl.png)
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.software-licensing:hover {
        border-color:#ffaa14;
        color: #ffaa14
    }

    .featured-products .icon-block-no-overlay .inner.software-licensing:hover .box-icon {
        background-image: url(../images/icons/inverted/icon10_sl.png);
        background-color: #ffaa14
    }
}

.featured-products .icon-block-no-overlay .inner.unified-communications {
    background-color: #23bce5
}

.featured-products .icon-block-no-overlay .inner.unified-communications .box-icon {
    background-image: url(../images/icons/icon11_uc.png)
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.unified-communications:hover {
        border-color:#23bce5;
        color: #23bce5
    }

    .featured-products .icon-block-no-overlay .inner.unified-communications:hover .box-icon {
        background-image: url(../images/icons/inverted/icon11_uc.png);
        background-color: #23bce5
    }
}

.featured-products .icon-block-no-overlay .inner.yogh {
    background-color: #7b4783
}

.featured-products .icon-block-no-overlay .inner.yogh .box-icon {
    background-image: url(../images/icons/gdpr_icon.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

@media screen and (min-width: 767px) {
    .featured-products .icon-block-no-overlay .inner.yogh:hover {
        border-color:#7b4783;
        color: #7b4783
    }

    .featured-products .icon-block-no-overlay .inner.yogh:hover .box-icon {
        background-image: url(../images/icons/inverted/gdpr_icon.png)
    }
}

.featured-products .icon-block-no-overlay .overlay {
    background-color: #7b4783;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    cursor: auto;
    z-index: 100
}

.featured-products .icon-block-no-overlay .overlay i.fa-times {
    position: absolute;
    width: 24px;
    height: 25px;
    right: 10px;
    top: 10px;
    padding: 0 4px;
    color: #fff!important;
    font-size: 25px;
    cursor: pointer
}

.featured-products .icon-block-no-overlay .overlay h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600
}

.featured-products .icon-block-no-overlay .overlay p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300
}

.featured-products .icon-block-no-overlay .overlay p strong {
    font-weight: 600
}

.featured-products .icon-block-no-overlay .overlay .find-out.more {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 20px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px
}

.featured-products .icon-block-no-overlay .overlay .find-out.more:hover {
    background-color: #fff
}

.featured-products .service-product-box {
    display: inline-block;
    position: relative;
    float: none;
    width: 180.666px;
    height: 180.666px;
    margin: 0 5px 10px;
    border: 3px solid;
    vertical-align: top;
    text-decoration: none
}

.featured-products .service-product-box:hover {
    text-decoration: none
}

.featured-products .service-product-box:active {
    text-decoration: none
}

.featured-products .service-product-box:focus {
    text-decoration: none
}

.featured-products .service-product-box img {
    position: absolute;
    max-width: 130px;
    max-height: 90px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.featured-products .service-product-box .hunder-lay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.featured-products .service-product-box .hunder-lay p {
    position: absolute;
    width: 150px;
    height: 22px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 22px
}

.featured-products .service-product-box .hunder-lay p.shut {
    width: 85px
}

.featured-products .service-product-box .expandown {
    position: absolute;
    height: 0;
    bottom: 0;
    left: -3px;
    right: -3px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.featured-products .service-product-box .inner {
    position: relative;
    height: 175px;
    color: #fff;
    text-align: center
}

.featured-products .service-product-box .inner .box-icon {
    width: 100%;
    height: 128px;
    margin: 0 auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.featured-products .service-product-box .inner .box-text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    font-size: 13px;
    text-decoration: none
}

.featured-products .service-product-box .inner .box-text:hover {
    text-decoration: none
}

.featured-products .service-product-box .inner .box-text:active {
    text-decoration: none
}

.featured-products .service-product-box .inner .box-text:focus {
    text-decoration: none
}

.featured-products .service-product-box.psi {
    border-color: #068fe6
}

.featured-products .service-product-box.psi .inner {
    background-color: #068fe6
}

@media screen and (min-width: 767px) {
    .featured-products .service-product-box.psi .inner:hover {
        background-color:#fff;
        color: #068fe6
    }
}

.featured-products .service-product-box.psi .expandown {
    background-color: #068fe6
}

.featured-products .service-product-box.theta {
    border-color: #0168a2
}

.featured-products .service-product-box.theta .inner {
    background-color: #0168a2
}

@media screen and (min-width: 767px) {
    .featured-products .service-product-box.theta .inner:hover {
        background-color:#fff;
        color: #0168a2
    }
}

.featured-products .service-product-box.theta .expandown {
    background-color: #0168a2
}

.featured-products .service-product-box.omicron {
    border-color: #d13968
}

.featured-products .service-product-box.omicron .inner {
    background-color: #d13968
}

@media screen and (min-width: 767px) {
    .featured-products .service-product-box.omicron .inner:hover {
        background-color:#fff;
        color: #d13968
    }
}

.featured-products .service-product-box.omicron .expandown {
    background-color: #d13968
}

.featured-products .service-product-box.omega {
    border-color: #e02b3c
}

.featured-products .service-product-box.omega .inner {
    background-color: #e02b3c
}

@media screen and (min-width: 767px) {
    .featured-products .service-product-box.omega .inner:hover {
        background-color:#fff;
        color: #e02b3c
    }
}

.featured-products .service-product-box.omega .expandown {
    background-color: #e02b3c
}

.featured-products .service-product-box.upsilon {
    border-color: #9c1a2b
}

.featured-products .service-product-box.upsilon .inner {
    background-color: #9c1a2b
}

.featured-products .service-product-box.upsilon .inner .box-icon {
    background-image: url(../images/icons/icon8_ns.png)
}

@media screen and (min-width: 767px) {
    .featured-products .service-product-box.upsilon .inner:hover {
        background-color:#fff;
        color: #9c1a2b
    }

    .featured-products .service-product-box.upsilon .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon8_ns.png);
        background-color: #9c1a2b
    }
}

.featured-products .service-product-box.upsilon .expandown {
    background-color: #9c1a2b
}

.featured-products .service-product-box.thorn {
    border-color: #00aca2
}

.featured-products .service-product-box.thorn .inner {
    background-color: #00aca2
}

.featured-products .service-product-box.thorn .inner .box-icon {
    background-image: url(../images/icons/icon9_ps.png)
}

@media screen and (min-width: 767px) {
    .featured-products .service-product-box.thorn .inner:hover {
        background-color:#fff;
        color: #00aca2
    }

    .featured-products .service-product-box.thorn .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon9_ps.png);
        background-color: #00aca2
    }
}

.featured-products .service-product-box.thorn .expandown {
    background-color: #00aca2
}

.featured-products .service-product-box.pi {
    border-color: #ffaa14
}

.featured-products .service-product-box.pi .inner {
    background-color: #ffaa14
}

.featured-products .service-product-box.pi .inner .box-icon {
    background-image: url(../images/icons/icon10_sl.png)
}

@media screen and (min-width: 767px) {
    .featured-products .service-product-box.pi .inner:hover {
        background-color:#fff;
        color: #ffaa14
    }

    .featured-products .service-product-box.pi .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon10_sl.png);
        background-color: #ffaa14
    }
}

.featured-products .service-product-box.pi .expandown {
    background-color: #ffaa14
}

.featured-products .service-product-box.wynn {
    border-color: #81c462
}

.featured-products .service-product-box.wynn .inner {
    background-color: #81c462
}

.featured-products .service-product-box.wynn .inner .box-icon {
    background-image: url(../images/icons/icon5_itam.png)
}

@media screen and (min-width: 767px) {
    .featured-products .service-product-box.wynn .inner:hover {
        background-color:#fff;
        color: #81c462
    }

    .featured-products .service-product-box.wynn .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon5_itam.png);
        background-color: #81c462
    }
}

.featured-products .service-product-box.wynn .expandown {
    background-color: #81c462
}

.featured-products .service-product-box.schwa {
    border-color: #23bce5
}

.featured-products .service-product-box.schwa .inner {
    background-color: #23bce5
}

.featured-products .service-product-box.schwa .inner .box-icon {
    background-image: url(../images/icons/icon11_uc.png)
}

@media screen and (min-width: 767px) {
    .featured-products .service-product-box.schwa .inner:hover {
        background-color:#fff;
        color: #23bce5
    }

    .featured-products .service-product-box.schwa .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon11_uc.png);
        background-color: #23bce5
    }
}

.featured-products .service-product-box.schwa .expandown {
    background-color: #23bce5
}

.featured-products .service-product-box.eng {
    border-color: #cc5299
}

.featured-products .service-product-box.eng .inner {
    background-color: #cc5299
}

.featured-products .service-product-box.eng .inner .box-icon {
    background-image: url(../images/icons/icon7_ms.png)
}

@media screen and (min-width: 768px) {
    .featured-products .service-product-box.eng .inner:hover {
        background-color:#fff;
        color: #cc5299
    }

    .featured-products .service-product-box.eng .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon7_ms.png);
        background-color: #cc5299
    }
}

.featured-products .service-product-box.eng .expandown {
    background-color: #cc5299
}

.featured-products .service-product-box.tau {
    border-color: #238746
}

.featured-products .service-product-box.tau .inner {
    background-color: #238746
}

.featured-products .service-product-box.tau .inner .box-icon {
    background-image: url(../images/icons/icon1_bia.png)
}

@media screen and (min-width: 767px) {
    .featured-products .service-product-box.tau .inner:hover {
        background-color:#fff;
        color: #238746
    }

    .featured-products .service-product-box.tau .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon1_bia.png);
        background-color: #238746
    }
}

.featured-products .service-product-box.tau .expandown {
    background-color: #238746
}

@media screen and (min-width: 767px) {
    .featured-products .service-product-box.strategic:hover .hunder-lay {
        background-color:#fff!important
    }

    .featured-products .service-product-box:hover .hunder-lay {
        display: block
    }

    .featured-products .service-product-box:hover .hunder-lay p.read {
        display: block
    }

    .featured-products .service-product-box:hover .hunder-lay p.shut {
        display: none
    }

    .featured-products .service-product-box:hover.active .hunder-lay {
        display: block
    }

    .featured-products .service-product-box:hover.active .hunder-lay p.read {
        display: none
    }

    .featured-products .service-product-box:hover.active .hunder-lay p.shut {
        display: block
    }
}

@media screen and (max-width: 991px) {
    .featured-products .service-product-box {
        width:140px
    }
}

@media screen and (max-width: 1199px) {
    .featured-products .all-partner-box .inner {
        height:171px
    }
}

@media screen and (max-width: 991px) {
    .featured-products .all-partner-box .inner {
        height:164px
    }

    .featured-products .all-partner-box .inner .box-icon {
        width: 120px;
        height: 120px
    }
}

@media screen and (max-width: 767px) {
    .featured-products .all-partner-box .inner {
        display:table;
        width: 100%;
        height: 100%;
        margin: 0
    }

    .featured-products .all-partner-box .inner .box-icon {
        display: table-cell;
        width: 75px;
        min-width: 75px;
        height: 75px;
        margin: 0;
        -webkit-background-size: cover;
        background-size: cover
    }

    .featured-products .all-partner-box .inner .box-text {
        display: block;
        height: initial;
        padding-right: 85px;
        padding-left: 10px
    }

    .featured-products .all-partner-box .inner .t-wrap {
        display: table-cell;
        vertical-align: middle
    }

    .featured-products .all-partner-box .inner .fa-plus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .featured-products .all-partner-box .inner .fa-minus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .featured-products .all-partner-more-info {
        padding-top: 0
    }

    .featured-products .all-partner-more-info .btn-white-full-width {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width: 767px) {
    .featured-products {
        margin:0 0 20px;
        text-align: center
    }
}

.featured-product-icon-block {
    display: inline-block;
    position: static;
    padding: 0;
    margin: 0 0 15px;
    cursor: pointer;
    text-decoration: none
}

.featured-product-icon-block:hover {
    text-decoration: none
}

.featured-product-icon-block:active {
    text-decoration: none
}

.featured-product-icon-block:focus {
    text-decoration: none
}

.featured-product-icon-block .inner {
    position: relative;
    width: 176px;
    height: 176px;
    margin: 0 8px;
    padding: 5px;
    border: 3px solid;
    color: #fff;
    text-align: center
}

.featured-product-icon-block .inner .box-image {
    position: relative;
    max-width: 150px;
    height: 40px;
    margin: 0 auto;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.featured-product-icon-block .inner .box-text {
    display: table-cell;
    height: 120px;
    vertical-align: middle;
    padding-bottom: 15px;
    font-size: 20px
}

.featured-product-icon-block .inner .hoverlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer
}

.featured-product-icon-block .inner .hoverlay p {
    position: absolute;
    width: 100%;
    height: 22px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 22px;
    text-align: center
}

@media screen and (min-width: 767px) {
    .featured-product-icon-block .inner:hover .hoverlay {
        display:block
    }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .featured-product-icon-block {
        position:relative;
        top: 15px
    }

    .featured-product-icon-block .inner {
        width: 170px;
        height: 176px
    }

    .featured-product-icon-block .inner .box-image {
        width: 80px;
        height: 40px
    }

    .featured-product-icon-block .inner .hoverlay p {
        height: 48px
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .featured-product-icon-block .inner {
        width:226px;
        height: 226px;
        padding: 30px
    }

    .featured-product-icon-block .inner .box-image {
        margin-bottom: 20px
    }

    .featured-product-icon-block .inner:hover {
        padding: 27px
    }
}

.partner-award-section .cred-container {
    position: relative;
    margin-bottom: 20px
}

.partner-award-section .cred-container:after,.partner-award-section .cred-container:before {
    content: " ";
    display: table
}

.partner-award-section .cred-container:after {
    clear: both
}

.partner-award-section .cred-container:after,.partner-award-section .cred-container:before {
    content: " ";
    display: table
}

.partner-award-section .cred-container:after {
    clear: both
}

.partner-award-section .cred-container .border-override {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #fff
}

@media screen and (max-width: 991px) {
    .partner-award-section .cred-container .border-override {
        display:none;
        border: none
    }
}

.partner-award-section .cred-container .cred-row {
    display: inline-block
}

.partner-award-section .cred-container .cred-row:after,.partner-award-section .cred-container .cred-row:before {
    content: " ";
    display: table
}

.partner-award-section .cred-container .cred-row:after {
    clear: both
}

.partner-award-section .cred-container .cred-row:after,.partner-award-section .cred-container .cred-row:before {
    content: " ";
    display: table
}

.partner-award-section .cred-container .cred-row:after {
    clear: both
}

.partner-award-section .cred-container .cred-row .mod-award .modal-body p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400
}

.partner-award-section .cred-container .cred-row .mod-award .modal-body p.lead-text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px
}

.partner-award-section .cred-container .cred-row .mod-award .modal-body .award-block {
    width: 100%;
    height: 250px
}

.partner-award-section .cred-container .cred-row .award-block {
    position: relative;
    float: left;
    width: 196px;
    height: 176px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.partner-award-section .cred-container .cred-row .award-block:focus {
    outline: 0
}

@media screen and (max-width: 1199px) {
    .partner-award-section .cred-container .cred-row .award-block {
        width:33%
    }
}

@media screen and (max-width: 991px) {
    .partner-award-section .cred-container .cred-row .award-block {
        width:33%
    }
}

@media screen and (max-width: 767px) {
    .partner-award-section .cred-container .cred-row .award-block {
        width:180px
    }
}

.partner-award-section .cred-container .cred-row .award-block img.glass {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    z-index: 1
}

.partner-award-section .cred-container .cred-row .award-block .award-container {
    position: relative;
    width: 100%;
    height: 45%;
    margin-top: 55%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    border: 3px solid #915da3;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 2
}

.partner-award-section .cred-container .cred-row .award-block .award-container p {
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 16px
}

.partner-award-section .cred-container .cred-row .award-block .award-container:hover .hoverlay {
    display: block
}

.partner-award-section .cred-container .cred-row .award-block .award-container .hoverlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 58px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.partner-award-section .cred-container .cred-row .award-block .award-container .hoverlay h4 {
    display: inline-block;
    width: 78%;
    margin: 0;
    color: #fff;
    font-size: 18px
}

.partner-award-section .cred-container .cred-row .award-block .award-container .hoverlay i {
    position: relative;
    width: 18%;
    top: -11px;
    color: #fff;
    font-size: 36px
}

.partner-award-section .cred-container .cred-row .award-block .icon-container {
    position: absolute;
    width: 100%;
    height: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3
}

.partner-award-section .cred-container .cred-row .award-block .icon-container img {
    max-width: 70%;
    max-height: 50%;
    display: inline-block
}

.partner-award-section .cred-container .cred-row.no-bor .cred-block {
    border-bottom: none
}

@media screen and (max-width: 767px) {
    .partner-award-section .cred-container .cred-row {
        width:180px;
        margin: 0 auto
    }
}

#msft .award-block {
    position: relative;
    float: left;
    width: 196px;
    height: 176px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

#msft .award-block:focus {
    outline: 0
}

@media screen and (max-width: 1199px) {
    #msft .award-block {
        width:196px
    }
}

@media screen and (max-width: 991px) {
    #msft .award-block {
        width:196px
    }
}

@media screen and (max-width: 767px) {
    #msft .award-block {
        width:196px
    }
}

.also-interested-inline {
    margin: 0 -10px
}

.also-interested-inline:after,.also-interested-inline:before {
    content: " ";
    display: table
}

.also-interested-inline:after {
    clear: both
}

.also-interested-inline:after,.also-interested-inline:before {
    content: " ";
    display: table
}

.also-interested-inline:after {
    clear: both
}

.also-interested-inline .also-interested-block {
    float: left;
    width: 275px;
    height: 275px;
    margin: 0 10px
}

.also-interested-inline .also-interested-block .also-interested-image {
    width: 269px;
    height: 95px
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .also-interested-inline .also-interested-block {
        width:220px;
        height: 220px
    }

    .also-interested-inline .also-interested-block .also-interested-image {
        width: 214px;
        height: 76px
    }
}

@media screen and (max-width: 991px) {
    .also-interested-inline {
        text-align:center;
        margin: 0 30px
    }

    .also-interested-inline .also-interested-block {
        display: inline-block;
        float: none;
        margin: 10px;
        vertical-align: top
    }
}

@media screen and (max-width: 767px) {
    .also-interested-inline {
        margin:0
    }
}

.comparison-table h2 {
    margin-top: 70px;
    margin-bottom: 40px
}

.comparison-table .table>thead>tr>th {
    text-align: center;
    border-bottom: 1px solid #02a4ef
}

.comparison-table .table>thead>tr>th.blue {
    color: #fff;
    background: #2f75b5
}

.comparison-table .table>thead>tr>th.orange {
    color: #fff;
    background: #c65910
}

.comparison-table .table>thead>tr>th.green {
    color: #fff;
    background: #548235
}

.comparison-table .table>tbody>tr>td {
    padding: 20px;
    border-top: 1px solid #02a4ef;
    border-bottom: 1px solid #02a4ef;
    color: #585858;
    font-size: 17px
}

.comparison-table .table>tbody>tr>td:nth-of-type(2),.comparison-table .table>tbody>tr>td:nth-of-type(3),.comparison-table .table>tbody>tr>td:nth-of-type(4) {
    text-align: center
}

.comparison-table .buttons {
    text-align: center;
    margin-top: 40px
}

.comparison-table .button-wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px
}

@media screen and (max-width: 1199px) {
    .comparison-table {
        -webkit-background-size:100% 100%;
        background-size: 100%
    }
}

@media screen and (max-width: 767px) {
    .comparison-table .table>tbody>tr>td {
        font-size:10px
    }
}

.partner-facts-slider {
    margin-bottom: 50px;
    color: #fff
}

.partner-facts-slider .single-slide {
    width: 300px;
    padding: 0 5px
}

.partner-facts-slider .single-slide .fact-square {
    width: 290px;
    height: 290px;
    padding: 10px;
    text-align: center
}

.partner-facts-slider .single-slide .fact-square p {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 34px
}

.partner-facts-slider .double-slide {
    width: 150px;
    padding: 0 5px
}

.partner-facts-slider .double-slide .fact-square {
    width: 140px;
    height: 140px;
    padding: 10px;
    text-align: center
}

.partner-facts-slider .double-slide .fact-square p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 22px
}

.partner-facts-slider .double-slide .fact-square p.large {
    font-size: 25px;
    line-height: 31px
}

.partner-facts-slider .double-slide .fact-square:last-child {
    margin-top: 10px
}

.partner-facts-slider .owl-nav {
    position: absolute;
    top: 0;
    width: inherit;
    min-height: 290px
}

.partner-facts-slider .owl-nav .owl-next,.partner-facts-slider .owl-nav .owl-prev {
    position: absolute;
    display: block;
    width: 120px;
    min-height: inherit;
    background-color: rgba(255,255,255,.9);
    font-size: 40px;
    text-align: center;
    color: #915da3
}

.partner-facts-slider .owl-nav .owl-next .fa,.partner-facts-slider .owl-nav .owl-prev .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.partner-facts-slider .owl-nav .owl-prev {
    left: 0
}

.partner-facts-slider .owl-nav .owl-next {
    right: 0
}

@media screen and (max-width: 991px) {
    .partner-facts-slider .owl-nav .owl-next,.partner-facts-slider .owl-nav .owl-prev {
        width:60px
    }
}

@media screen and (max-width: 767px) {
    .partner-facts-slider .owl-nav {
        display:block
    }

    .partner-facts-slider .owl-nav .owl-next,.partner-facts-slider .owl-nav .owl-prev {
        display: block;
        background: 0 0
    }

    .partner-facts-slider .owl-nav .owl-next i.fa,.partner-facts-slider .owl-nav .owl-prev i.fa {
        top: 90%!important;
        text-shadow: 1px 2px 1px #000;
        color: #fff
    }
}

@media screen and (max-width: 320px) {
    .partner-facts-slider .owl-nav {
        top:20%
    }

    .partner-facts-slider .owl-nav .owl-next i.fa,.partner-facts-slider .owl-nav .owl-prev i.fa {
        text-shadow: none;
        color: #000
    }
}

.partner-logo-row img {
    height: 60px;
    margin: 0 10px;
    display: inline
}

.spacing-box {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 20px;
    border: 2px solid #fff;
    background-color: #fff;
    color: #fff
}

@media screen and (max-width: 767px) {
    .partner-logo-row img {
        float:none!important;
        height: auto;
        max-width: 70%;
        max-height: 60px;
        margin: 0 auto 30px
    }
}

.partner-header {
    position: relative;
    width: 100%;
    height: 340px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.partner-header h1 {
    margin: 0;
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left
}

.partner-header .t-outer.t-banner {
    height: 340px
}

.partner-header .btn {
    margin-top: 35px;
    padding: 13px 55px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    color: #915da3
}

.partner-header .btn:hover {
    background-color: #915da3;
    color: #fff
}

@media screen and (max-width: 767px) {
    .partner-header {
        height:140px
    }

    .partner-header h1 {
        font-size: 25px
    }

    .partner-header .btn {
        margin-top: 12px;
        font-size: 14px;
        padding: 5px 20px
    }

    .partner-header .t-outer.t-banner {
        height: 140px
    }
}

.partner-update-container {
    margin: 0 -8px 20px
}

@media screen and (max-width: 767px) {
    .partner-update-container {
        margin:0 -8px 0
    }

    .partner-update-container .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px
    }
}

.solutions-page-overview .icon-block-no-overlay .inner {
    height: 210px!important;
    margin: 0 8px!important
}

@media screen and (max-width: 767px) {
    .solutions-page-overview .icon-block-no-overlay .inner {
        height:180px!important;
        margin: 3px 5px!important
    }
}

#partner-modal-small .icon-block-no-overlay .inner {
    margin: 0 5px!important
}

@media screen and (max-width: 767px) {
    #partner-modal-small .partner-update-container .col-sm-12 {
        padding:0
    }

    #partner-modal-small .box-container .col-sm-12 {
        padding: 0
    }
}

.partner-update-box {
    position: relative;
    float: left;
    width: 100%;
    height: 210px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px
}

.partner-update-box .t-outer {
    display: table;
    height: 210px
}

.partner-update-box .t-inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 2
}

.partner-update-box .t-inner p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 10% 0;
    line-height: 18px
}

.partner-update-box .category {
    position: absolute;
    top: 25px;
    left: 0;
    background-color: #915da3;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px 10px 20px
}

.partner-update-box .overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4
}

@media screen and (max-width: 991px) {
    .partner-update-box .t-inner p {
        margin-top:10px;
        font-size: 15px
    }
}

@media screen and (max-width: 767px) {
    .partner-update-box {
        width:100%;
        height: 180px;
        margin-bottom: 10px
    }

    .partner-update-box .t-outer {
        height: 180px
    }

    .partner-update-box .t-inner p {
        margin-top: 10px;
        font-size: 13px
    }

    .partner-update-box .category {
        top: 0;
        padding: 10px 15px 10px 20px;
        font-size: 12px
    }
}

.partners-v2 .nav-block {
    overflow: hidden;
    width: 100%
}

.partners-v2 .nav-tabs {
    height: 108px;
    line-height: 108px;
    font-size: 28px;
    border: none;
    text-align: center
}

.partners-v2 .nav-tabs li {
    font-weight: 500;
    display: block;
    float: left;
    width: 50%;
    height: 108px;
    margin: 0;
    background-color: #915da3
}

.partners-v2 .nav-tabs li.active {
    position: relative;
    background-color: #fff;
    color: #585858
}

.partners-v2 .nav-tabs li.active a {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 6px solid #915da3!important;
    color: #585858
}

.partners-v2 .nav-tabs li:first-child {
    padding-right: 80px
}

.partners-v2 .nav-tabs li:first-child.active:after {
    content: ' ';
    background-color: #915da3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 5000px
}

.partners-v2 .nav-tabs li:first-child:not(.active):before {
    content: ' ';
    background-color: #915da3;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 5000px
}

.partners-v2 .nav-tabs li:last-child {
    padding-left: 80px
}

.partners-v2 .nav-tabs li a {
    background: 0 0;
    border: none;
    border-bottom: 6px solid transparent!important;
    line-height: 82px;
    text-align: left;
    color: #fff
}

@media screen and (max-width: 767px) {
    .partners-v2 .nav-tabs li:first-child {
        padding-right:10px
    }

    .partners-v2 .nav-tabs li:last-child {
        padding-left: 10px
    }

    .partners-v2 .nav-tabs li a {
        font-size: 16px;
        padding: 10px 2px
    }
}

.partner-box-v2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #585858!important;
    float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 179px;
    height: 179px;
    margin: 8px;
    text-decoration: none;
    border: none
}

.partner-box-v2 p {
    display: none;
    position: absolute;
    width: 90px;
    height: 22px;
    left: 0;
    right: 0;
    bottom: 10px;
    border-bottom: 1px solid #1695d3;
    margin: auto;
    font-size: 16px;
    text-align: center;
    color: #1695d3!important;
    z-index: 3
}

.partner-box-v2 img {
    display: block;
    position: absolute;
    max-width: 180px;
    max-height: 180px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.partner-box-v2 img.off {
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    max-width: 180px;
    max-height: 180px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.partner-box-v2:hover {
    -webkit-filter: none;
    filter: none;
    background-color: #f8f8f8!important;
    -webkit-box-shadow: 0 3px 6px 1px rgba(204,204,204,.4);
    box-shadow: 0 3px 6px 1px rgba(204,204,204,.4)
}

.partner-box-v2:hover p {
    display: inline-block
}

.partner-box-v2:hover img.off {
    opacity: 1
}

.partner-box-v2.small {
    width: 113px;
    height: 114px;
    margin: 9px 7px;
    -webkit-box-shadow: 0 3px 6px 1px rgba(204,204,204,.7);
    box-shadow: 0 3px 6px 1px rgba(204,204,204,.7)
}

.partner-box-v2.small img {
    max-width: 120px;
    max-height: 120px
}

@media screen and (max-width: 1199px) {
    .partner-box-v2.small {
        width:109px;
        height: 110px
    }

    .partner-box-v2.small img,.partner-box-v2.small img.off {
        max-width: 110px;
        max-height: 110px
    }

    .partner-box-v2 img,.partner-box-v2 img.off {
        max-width: 180px;
        max-height: 180px
    }
}

@media screen and (max-width: 991px) {
    .partner-box-v2.small {
        width:104px;
        height: 104px
    }

    .partner-box-v2.small img,.partner-box-v2.small img.off {
        max-width: 104px;
        max-height: 104px
    }

    .partner-box-v2 img,.partner-box-v2 img.off {
        max-width: 172px;
        max-height: 172px
    }
}

@media screen and (max-width: 767px) {
    .partner-box-v2 {
        display:inline-block;
        float: none;
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
        height: 140px;
        margin: 5px
    }

    .partner-box-v2.small {
        width: 128px;
        height: 128px
    }

    .partner-box-v2.small img,.partner-box-v2.small img.off {
        max-width: 104px;
        max-height: 104px
    }

    .partner-box-v2 img,.partner-box-v2 img.off {
        max-width: 130px;
        max-height: 130px;
        margin: auto
    }
}

.strategic-partners-container .partner-box-v2 {
    width: 179px;
    height: 179px
}

@media screen and (max-width: 1199px) {
    .strategic-partners-container .partner-box-v2 {
        width:176px;
        height: 176px
    }
}

@media screen and (max-width: 991px) {
    .strategic-partners-container .partner-box-v2 {
        width:169px;
        height: 169px
    }
}

@media screen and (max-width: 767px) {
    .strategic-partners-container .partner-box-v2 {
        display:inline-block;
        float: none;
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
        height: 140px;
        margin: 5px
    }

    .strategic-partners-container .partner-box-v2 img,.strategic-partners-container .partner-box-v2 img.off {
        max-width: 130px;
        max-height: 130px;
        margin: auto
    }
}

.all-partners-container .filter-no-results {
    display: none;
    margin-top: 30px
}

.all-partners-container .partner-box-v2 {
    width: 179px;
    height: 179px
}

@media screen and (max-width: 1199px) {
    .all-partners-container .partner-box-v2 {
        width:168px;
        height: 168px
    }
}

@media screen and (max-width: 991px) {
    .all-partners-container .partner-box-v2 {
        width:172px;
        height: 172px
    }
}

@media screen and (max-width: 767px) {
    .all-partners-container .partner-box-v2 {
        display:inline-block;
        float: none;
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
        height: 140px;
        margin: 5px
    }

    .all-partners-container .partner-box-v2 img {
        max-width: 130px;
        max-height: 130px;
        margin: auto
    }
}

.strategic-partners .strategic-partner-box:hover {
    -webkit-filter: none;
    filter: none;
    background-color: transparent
}

.strategic-partners .text-container {
    padding-right: 25%;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .strategic-partners .partner-overview-page {
        padding-top:30px
    }

    .strategic-partners .partner-overview-page .strategic-partners-container {
        margin: 0 -5px 20px
    }

    .strategic-partners .text-container {
        padding-right: 0;
        margin-bottom: 20px
    }
}

.all-partners h2 {
    color: #915da3;
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: 400
}

.all-partners .all-partner-box {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-color: #585858!important
}

.all-partners .all-partner-box:hover {
    -webkit-filter: none;
    filter: none;
    background-color: transparent
}

.all-partners .strategic-partner-box {
    width: 178px!important
}

.all-partners .all-partners-container {
    margin: 0 0 20px 5px
}

.all-partners .solution-filter {
    color: #915da3;
    margin: 25px 0
}

.all-partners .solution-filter:hover {
    cursor: pointer
}

.all-partners .solution-filter.active {
    color: #1695d3
}

.all-partners .letter-container {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 18px 8px;
    margin: 5px 2px
}

.all-partners .letter-group {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #915da3;
    margin: 11px 5px;
    padding: 1px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.all-partners .letter-group:hover {
    color: #1695d3;
    border-top: 1px solid #1695d3;
    border-bottom: 1px solid #1695d3;
    cursor: pointer
}

.all-partners .letter-group.active {
    background-color: #1695d3;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #fff
}

@media screen and (max-width: 1199px) {
    .all-partners .letter-container {
        margin:5px 28px
    }
}

@media screen and (max-width: 991px) {
    .all-partners h2 {
        font-size:22px
    }

    .all-partners .all-partners-container {
        margin: 0 0 20px 55px
    }

    .all-partners .letter-container {
        margin: 5px 10px
    }
}

@media screen and (min-width: 767px) {
    .all-partners .pos-f-t {
        display:none
    }
}

@media screen and (max-width: 767px) {
    .all-partners .non-mobile-solutions {
        display:none
    }

    .all-partners .non-mobile-letter-groups {
        display: none
    }

    .all-partners .filter-results-partners {
        line-height: 0
    }

    .all-partners .pos-f-t {
        margin-bottom: 3px
    }

    .all-partners .pos-f-t .solution-container {
        background-color: #ddd;
        padding: 10px 20px;
        border-bottom: 1px solid #fff
    }

    .all-partners .pos-f-t .letter-container {
        background-color: #ddd;
        padding: 10px 20px;
        margin: 0;
        border: none
    }

    .all-partners .pos-f-t .solution-filter {
        margin: 20px 0
    }

    .all-partners .pos-f-t .letter-group {
        margin: 5px;
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
        float: left
    }

    .all-partners .navbar {
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
        background-color: #ddd
    }

    .all-partners .navbar:hover {
        cursor: pointer
    }

    .all-partners .navbar h2 {
        font-size: 18px;
        margin: 0;
        padding: 19px 20px
    }

    .all-partners .navbar .fa-chevron-down {
        float: right;
        line-height: 35px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s,-webkit-transform .5s
    }

    .all-partners .navbar.collapsed .fa-chevron-down {
        float: right;
        line-height: 35px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s,-webkit-transform .5s
    }

    .all-partners .navbar .solution-filter {
        margin: 10px 0
    }

    .all-partners .partner-overview-page {
        padding: 10px 0
    }

    .all-partners .all-partners-container {
        margin: 0 3px
    }
}

#letter_group_filter {
    display: none
}

#solution_filter {
    display: none
}

.partner-modal h3 {
    font-size: 22px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    color: #915da3;
    margin-bottom: 15px
}

.partner-modal h4 {
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    color: #915da3;
    margin-bottom: 20px
}

.partner-modal p {
    font-size: 16px;
    color: #000;
    line-height: 24px
}

.partner-modal .modal-dialog {
    width: 1140px;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto
}

.partner-modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent
}

.partner-modal .modal-content .modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
    text-align: right;
    cursor: pointer
}

.partner-modal .modal-content .modal-body {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 50px;
    background-color: #fff
}

.partner-modal .modal-content .modal-body .text-container {
    position: relative;
    margin-bottom: 30px;
    padding-right: 40px
}

.partner-modal .modal-content .modal-body .text-container p {
    font-size: 16px;
    color: #000;
    line-height: 24px
}

.partner-modal .modal-content .modal-body .solutions-page-overview {
    margin-bottom: 20px
}

.partner-modal .modal-content .modal-body .share-link {
    font-size: 18px;
    color: #585858;
    position: absolute;
    bottom: 20px;
    right: 20px
}

.partner-modal .modal-content .modal-body .share-link i {
    margin-left: 10px
}

.partner-modal .modal-content .modal-body .partner-logo-container {
    margin-top: 70px
}

.partner-modal .modal-content .modal-body .partner-logo {
    max-width: 190px
}

.partner-modal .modal-content .modal-body .box-container {
    margin-top: 0
}

.partner-modal .modal-content .modal-body .partner-accreditations img {
    width: 170px
}

.partner-modal .modal-content .modal-body iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0
}

@media screen and (max-width: 767px) {
    .partner-modal h4 {
        font-size:14px
    }

    .partner-modal .modal-content .modal-body {
        padding: 35px 10px 50px
    }

    .partner-modal .modal-content .modal-body .partner-logo-container {
        margin-top: 0
    }

    .partner-modal .modal-content .modal-body .partner-logo {
        margin: 30px 0 20px 0;
        position: static;
        float: none
    }

    .partner-modal .modal-content .modal-body .text-container {
        padding-right: 0;
        margin-bottom: 10px
    }

    .partner-modal .modal-content .modal-body .box-container .icon-block-no-overlay {
        margin: 0 0 5px
    }

    .partner-modal .modal-content .modal-body .box-container .inner {
        margin: 5px
    }

    .partner-modal .modal-content .modal-body .box-container .box-text {
        font-size: 12px
    }
}

.partners-individual .partner-banner {
    position: relative;
    min-height: 450px;
    padding-top: 80px;
    padding-bottom: 80px
}

.partners-individual .partner-banner .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.partners-individual .partner-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),color-stop(50%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 50%);
    background: -o-linear-gradient(left,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 50%);
    background: linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 50%);
    z-index: 2
}

.partners-individual .partner-banner .container {
    position: relative;
    display: table;
    height: 100%;
    padding-right: 240px;
    min-height: 290px;
    z-index: 3
}

.partners-individual .partner-banner .container .container-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.partners-individual .partner-banner .container .container-inner p {
    padding: 25px 0;
    max-width: 490px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700
}

.partners-individual .partner-banner .container .container-inner .button {
    font-size: 14px;
    color: #000;
    padding: 15px 20px;
    background-color: #fff
}

.partners-individual .partner-banner .container .container-inner .button i {
    padding-left: 65px;
    color: #915da3
}

.partners-individual .partner-banner .container .container-inner .button i.fa-comment-o,.partners-individual .partner-banner .container .container-inner .button i.fa-comments-o {
    font-size: 20px
}

.partners-individual .partner-banner .container .container-inner .button+.button {
    margin-left: 45px
}

.partners-individual .partner-banner .container .container-inner .button:hover {
    text-decoration: none
}

.partners-individual .partner-banner .container .client-logo {
    max-width: 320px
}

.partners-individual .partner-banner .featured-case-study {
    position: absolute;
    right: 0;
    top: 25%;
    background-color: #fff;
    width: 215px;
    -webkit-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 15px;
    z-index: 3
}

.partners-individual .partner-banner .featured-case-study .title {
    font-size: 20px;
    font-family: proxima-nova,san-serif;
    color: #915da3;
    font-weight: 700
}

.partners-individual .partner-banner .featured-case-study p {
    font-size: 14px;
    line-height: 18px;
    color: #585858
}

.partners-individual .partner-banner .featured-case-study .link {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    color: #23bce5
}

.partners-individual .partner-banner .featured-case-study:hover {
    text-decoration: none
}

.partners-individual .nav-banner {
    position: relative;
    height: 70px;
    background-color: #915da3
}

.partners-individual .nav-banner .back {
    display: block;
    position: relative;
    height: 70px;
    line-height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #7b4783;
    color: #fff;
    font-size: 13px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.partners-individual .nav-banner .back i {
    padding-right: 10px
}

.partners-individual .nav-banner .back:hover {
    text-decoration: none;
    background-color: #5c3562
}

.partners-individual .nav-banner .button {
    display: inline-block;
    position: relative;
    height: 70px;
    line-height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.partners-individual .nav-banner .button:hover {
    text-decoration: none;
    background-color: #5c3562
}

.partners-individual .quote-banner {
    position: relative;
    padding: 60px 0 90px 0
}

.partners-individual .quote-banner .image {
    position: relative;
    min-height: 450px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.partners-individual .quote-banner .quote-circle {
    position: absolute;
    top: 0;
    height: 550px;
    width: 550px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 5px 4px 12px 0 #0000008c;
    box-shadow: 5px 4px 12px 0 #0000008c
}

.partners-individual .quote-banner .quote-circle .text {
    position: relative;
    padding: 147px 90px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    text-align: center
}

.partners-individual .quote-banner .quote-circle .text:before {
    content: "â€œ";
    position: absolute;
    top: 123px;
    font-family: proxima-nova,sans-serif;
    font-size: 165px;
    color: #fff;
    font-weight: 700
}

.partners-individual .quote-banner .quote-circle .text:after {
    content: "â€";
    position: absolute;
    bottom: 60px;
    right: 80px;
    font-family: proxima-nova,sans-serif;
    font-size: 165px;
    color: #fff;
    font-weight: 700
}

.partners-individual .quote-banner .quote-circle .quotee-circle {
    position: absolute;
    left: 50px;
    bottom: -50px;
    width: 155px;
    height: 155px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: proxima-nova,sans-serif;
    text-align: center;
    padding: 50px 12px
}

.partners-individual .partner-highlights-slider {
    background-image: url(../../uploads/partners/partner-slider-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 245px
}

.partners-individual .partner-highlights-slider h1 {
    font-size: 72px
}

.partners-individual .partner-highlights-slider h2 {
    font-size: 30px
}

.partners-individual .partner-highlights-slider .t-outer {
    display: table;
    height: 245px
}

.partners-individual .partner-highlights-slider .t-inner {
    display: table-cell;
    vertical-align: middle
}

.partners-individual .partner-highlights-slider .summary {
    font-size: 34px;
    line-height: 38px;
    color: #068fe6
}

.partners-individual .partner-highlights-slider .carousel-arrows {
    position: absolute;
    top: 35%;
    width: 100%;
    color: #fff;
    font-size: 30px
}

.partners-individual .partner-highlights-slider .carousel-arrows>div {
    position: absolute;
    top: 0;
    height: 75px;
    width: 32px;
    line-height: 70px;
    font-size: 30px
}

.partners-individual .partner-highlights-slider .carousel-arrows .next {
    position: absolute;
    right: 0
}

.partners-individual .partner-highlights-slider .item {
    padding: 10px 150px;
    text-align: center
}

.partners-individual .partner-highlights-slider .item .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-shadow: none
}

.partners-individual .partner-highlights-slider .item .carousel-caption p {
    font-weight: 300;
    margin-bottom: 35px
}

.partners-individual .partner-highlights-slider .item .carousel-caption h1 {
    color: #fff;
    margin: 0
}

.partners-individual .partner-highlights-slider .item .carousel-caption h2 {
    font-size: 34px;
    color: #fff;
    margin: 0
}

.partners-individual .partner-highlights-slider .item img {
    width: 100%
}

.partners-individual p {
    font-size: 16px;
    line-height: 24px
}

.partners-individual .microsoft-newsletter-signup-btn {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #068fe6;
    border: 2px solid #068fe6;
    color: #fff;
    padding: 13px 60px;
    -webkit-transition: background .3s,color .3s;
    -o-transition: background .3s,color .3s;
    transition: background .3s,color .3s;
    white-space: normal;
    text-decoration: none
}

.partners-individual .microsoft-newsletter-signup-btn:hover {
    text-decoration: none
}

.partners-individual .microsoft-newsletter-signup-btn:active {
    text-decoration: none
}

.partners-individual .microsoft-newsletter-signup-btn:focus {
    text-decoration: none
}

.partners-individual .microsoft-newsletter-signup-btn:hover {
    background-color: #fff;
    color: #068fe6
}

.partners-individual .resources {
    padding-top: 50px;
    padding-bottom: 50px
}

.partners-individual .resources h2 {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .partners-individual .resources h2 {
        font-size:25px
    }
}

.partners-individual .spacer {
    background-color: #585858
}

.partners-individual .resource-filter .filter {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    width: auto
}

.partners-individual .resource-filter .filter.active {
    background-color: #915da3
}

@media screen and (max-width: 767px) {
    .partners-individual .resource-filter .filter {
        display:block;
        width: 100%;
        float: none
    }
}

.partners-individual .resource-carousel .owl-stage {
    margin: 0 auto
}

.partners-individual .view-all-partners {
    background-color: #915da3;
    border: 2px solid #915da3;
    color: #fff;
    padding: 13px 60px;
    -webkit-transition: background .3s,color .3s;
    -o-transition: background .3s,color .3s;
    transition: background .3s,color .3s;
    text-decoration: none
}

.partners-individual .view-all-partners:hover {
    text-decoration: none
}

.partners-individual .view-all-partners:active {
    text-decoration: none
}

.partners-individual .view-all-partners:focus {
    text-decoration: none
}

.partners-individual .view-all-partners:hover {
    background-color: #fff;
    color: #915da3
}

.partners-individual .summary-boxes {
    text-align: center
}

.partners-individual .summary-boxes a {
    margin: 45px 0;
    display: inline-block
}

.partners-individual .summary-boxes a .tag {
    line-height: 32px
}

.partners-individual .summary-boxes a .btn:hover {
    background-color: #fff
}

@media screen and (max-width: 1199px) {
    .partners-individual .partner-banner .container {
        padding-right:0
    }

    .partners-individual .partner-banner .container .container-inner .button i {
        padding-left: 20px
    }

    .partners-individual .partner-highlights-slider .indicator-container {
        bottom: 0
    }
}

@media screen and (max-width: 991px) {
    .partners-individual .summary-boxes a {
        margin:25px 0
    }
}

@media screen and (max-width: 767px) {
    .partners-individual .h1,.partners-individual h1 {
        font-size:25px
    }

    .partners-individual .partner-banner {
        text-align: center
    }

    .partners-individual .partner-banner .overlay {
        background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.8)),to(rgba(0,0,0,.4)));
        background: -webkit-linear-gradient(left,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 100%);
        background: -o-linear-gradient(left,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 100%);
        background: linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 100%)
    }

    .partners-individual .partner-banner .featured-case-study {
        display: none
    }

    .partners-individual .partner-banner .container {
        padding-right: 10px;
        display: block
    }

    .partners-individual .partner-banner .container .client-logo {
        margin: 0 auto
    }

    .partners-individual .partner-banner .container .container-inner {
        display: block
    }

    .partners-individual .partner-banner .container .container-inner img {
        max-width: 100%
    }

    .partners-individual .partner-banner .container .container-inner p {
        max-width: 100%;
        width: 100%
    }

    .partners-individual .partner-banner .container .container-inner .button {
        display: block;
        padding: 10px;
        margin: 10px 0 10px 0;
        min-height: 42px
    }

    .partners-individual .partner-banner .container .container-inner .button i {
        padding-left: 15px
    }

    .partners-individual .partner-banner .container .container-inner .button+.button {
        margin-left: 0
    }

    .partners-individual .summary-boxes a {
        margin: 20px 0
    }

    .partners-individual .partner-highlights-slider .indicator-container {
        display: none
    }

    .partners-individual .partner-highlights-slider .t-outer {
        height: auto;
        padding: 30px 0 20px 0
    }

    .partners-individual .partner-highlights-slider .summary {
        text-align: center
    }

    .partners-individual .partner-highlights-slider .item {
        padding: 10px
    }

    .partners-individual .partner-highlights-slider .carousel-arrows {
        position: static;
        top: 35%;
        width: 100%
    }

    .partners-individual .partner-highlights-slider .carousel-arrows>div {
        position: absolute;
        top: 0;
        color: #fff;
        cursor: pointer;
        z-index: 3
    }

    .partners-individual .partner-highlights-slider .carousel-arrows .prev {
        left: 0;
        -webkit-border-top-right-radius: 125px;
        border-top-right-radius: 125px;
        -webkit-border-bottom-right-radius: 125px;
        border-bottom-right-radius: 125px;
        padding-left: 2px
    }

    .partners-individual .partner-highlights-slider .carousel-arrows .next {
        right: 0;
        -webkit-border-top-left-radius: 125px;
        border-top-left-radius: 125px;
        -webkit-border-bottom-left-radius: 125px;
        border-bottom-left-radius: 125px;
        padding-left: 8px
    }

    .partners-individual .partner-highlights-slider .item img {
        display: none
    }

    .partners-individual .partner-highlights-slider .item .carousel-caption {
        position: relative;
        top: 0
    }

    .partners-individual .partner-highlights-slider .item .carousel-caption .container {
        padding-left: 45px;
        padding-right: 45px
    }
}

.partners-individual #products .nav-tabs {
    border-bottom: 0;
    margin: 20px 0 0
}

.partners-individual #products .nav-tabs li {
    float: none;
    display: inline-block
}

.partners-individual #products .nav-tabs li.active a {
    color: #915da3;
    font-weight: 600;
    text-decoration: underline;
    border: 1px solid transparent
}

.partners-individual #products .nav-tabs li a {
    font-size: 18px;
    border: 1px solid transparent;
    color: #363636
}

.partners-individual #products .nav-tabs li a:hover {
    background-color: #fff;
    border: 1px solid transparent
}

.info-card-slider-nav {
    position: absolute;
    top: 45%;
    width: 100%
}

.info-card-slider-nav>div {
    position: absolute;
    top: 0;
    height: 75px;
    width: 32px;
    background-color: #915da3;
    line-height: 75px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 3
}

.info-card-slider-nav .owl-prev {
    left: 0;
    -webkit-border-top-right-radius: 125px;
    border-top-right-radius: 125px;
    -webkit-border-bottom-right-radius: 125px;
    border-bottom-right-radius: 125px;
    padding-left: 2px
}

.info-card-slider-nav .owl-next {
    right: 0;
    -webkit-border-top-left-radius: 125px;
    border-top-left-radius: 125px;
    -webkit-border-bottom-left-radius: 125px;
    border-bottom-left-radius: 125px;
    padding-left: 8px
}

.info-card-slider-dots {
    text-align: center
}

.info-card-slider-dots .owl-dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 2px solid #915da3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin: 5px
}

.info-card-slider-dots .owl-dot.active {
    background-color: #915da3
}

.info-card-1 {
    display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 25px
}

.info-card-1 .top {
    position: relative;
    width: 100%;
    padding-top: 79%;
    overflow: hidden
}

.info-card-1 .top .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.info-card-1 .content {
    position: relative;
    padding: 20px 30px 40px 30px;
    background-color: #f1f1f1
}

.info-card-1 .content .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 62px
}

.info-card-1 .content p {
    min-height: 70px;
    font-size: 14px;
    line-height: 22px;
    color: #585858;
    margin: 0
}

.info-card-1 .content .read-more {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 14px
}

.info-card-1 .content .read-more i {
    padding-left: 5px
}

.info-card-1:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
    text-decoration: none
}

.info-card-2 {
    position: relative;
    display: block;
    min-height: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 30px;
    cursor: pointer
}

.info-card-2 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),color-stop(50%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 50%);
    background: -o-linear-gradient(left,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 50%);
    background: linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 50%);
    z-index: 1
}

.info-card-2 .title {
    position: relative;
    font-family: proxima-nova,san-serif;
    font-size: 15px;
    font-weight: 700;
    color: #068fcf;
    z-index: 2
}

.info-card-2 p {
    position: relative;
    max-width: 300px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    z-index: 2
}

.info-card-2 .button {
    position: relative;
    display: inline-block;
    padding: 15px 15px;
    background-color: #fff;
    color: #915da3;
    font-size: 13px;
    z-index: 2
}

.info-card-2 .button i {
    padding-left: 15px
}

.info-card-2:hover {
    text-decoration: none
}

@media screen and (max-width: 991px) {
    .info-card-2 .overlay {
        background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),to(rgba(0,0,0,0)));
        background: -webkit-linear-gradient(left,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(left,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);
        background: linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%)
    }
}

.info-card-3 {
    display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: proxima-nova,sans-serif
}

.info-card-3 .top {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden
}

.info-card-3 .top .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.info-card-3 .content {
    position: relative;
    padding: 20px 15px 70px 15px;
    background-color: #f1f1f1
}

.info-card-3 .content .title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 62px
}

.info-card-3 .content p {
    min-height: 70px;
    font-size: 14px;
    line-height: 22px;
    color: #585858;
    margin: 0
}

.info-card-3 .content .read-more {
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-size: 18px;
    font-weight: 300
}

.info-card-3 .content .read-more i {
    padding-left: 5px
}

.info-card-3 .content .fa-chevron-right {
    font-size: 14px
}

.info-card-3:hover {
    -webkit-box-shadow: 9px 9px 10px 0 rgba(0,0,0,.2);
    box-shadow: 9px 9px 10px 0 rgba(0,0,0,.2);
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .info-card-3 {
        margin:15px 15px 30px;
        border: none
    }
}

.join-us-banner {
    position: relative;
    width: 100%;
    height: 400px
}

.join-us-banner .container {
    position: relative;
    z-index: 2
}

.join-us-banner h1 {
    margin: 10px 0 0;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase
}

.join-us-banner h2 {
    margin: 110px 0 0;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

.join-us-banner .overlay {
    position: absolute;
    top: -50px;
    left: 0;
    bottom: -50px;
    right: 0;
    background-color: #000;
    opacity: .3;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .join-us-banner {
        height:330px
    }

    .join-us-banner h1 {
        font-size: 40px
    }

    .join-us-banner h2 {
        margin-top: 90px;
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .join-us-banner {
        height:185px
    }

    .join-us-banner h1 {
        font-size: 24px
    }

    .join-us-banner h2 {
        margin-top: 30px;
        font-size: 16px
    }
}

.color-page-admin-and-operations {
    color: #cc5299
}

.color-page-apprentices {
    color: #00aca2
}

.color-page-sales {
    color: #7b4783
}

.color-page-technical {
    color: #068fcf
}

.current-vacancies .nav-btn-style {
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    font-weight: 600
}

.current-vacancies .navigation-row .header-cta i.fa {
    height: 16px;
    font-size: 18px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

.current-vacancies .drop-menu-item.bristol .t-inner {
    color: #fbbd56
}

.current-vacancies .drop-menu-item.glasgow .t-inner {
    color: #00aca2
}

.current-vacancies .drop-menu-item.leeds .t-inner {
    color: #068fcf
}

.current-vacancies .drop-menu-item.london .t-inner {
    color: #bed140
}

.current-vacancies .drop-menu-item.manchester .t-inner {
    color: #cc5299
}

.current-vacancies .drop-menu-item.marlow .t-inner {
    color: #915da3
}

.current-vacancies .navigation-row .drop-menu-item .check-box i.fa-check {
    font-size: 26px;
    height: 26px
}

.current-vacancies .header-cta.dropdown i.fa-chevron-down {
    height: 16px
}

.current-vacancies .header-cta.dropdown.active {
    background-color: #fff;
    color: inherit
}

.current-vacancies .open .header-cta i.fa {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.join-us-nav {
    position: relative;
    height: 83px;
    background-color: #00aca2;
    z-index: 6;
    padding-top: 10px
}

.join-us-nav .nav-btn {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    padding: 16px 12px;
    border: 3px solid #fff;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none
}

.join-us-nav .nav-btn:hover {
    text-decoration: none
}

.join-us-nav .nav-btn:active {
    text-decoration: none
}

.join-us-nav .nav-btn:focus {
    text-decoration: none
}

.join-us-nav .nav-btn i {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto 0;
    font-size: 18px
}

.join-us-nav .nav-btn i.fa-chevron-right {
    height: 16px
}

.join-us-nav .nav-btn i.fa-chevron-down {
    height: 16px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.join-us-nav .nav-btn.active {
    background-color: #fff;
    color: inherit
}

.join-us-nav .dropdown-menu {
    top: 57px;
    right: 10px;
    left: 10px;
    padding: 0 10px 5px;
    border: 0;
    border-bottom: 1px solid #00aca2;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f0f0ff
}

.join-us-nav .dropdown-menu a.nav-drop-item {
    position: relative;
    display: block;
    padding: 12px 12px 12px 2px;
    color: #585858;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none
}

.join-us-nav .dropdown-menu a.nav-drop-item i.fa-chevron-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 12px;
    margin: auto 0;
    font-size: 14px
}

.join-us-nav .dropdown-menu a.nav-drop-item.admin-operations i.fa-chevron-right {
    color: #cc5299
}

.join-us-nav .dropdown-menu a.nav-drop-item.technical i.fa-chevron-right {
    color: #068fcf
}

.join-us-nav .dropdown-menu a.nav-drop-item.apprentices i.fa-chevron-right {
    color: #00aca2
}

.join-us-nav .dropdown-menu a.nav-drop-item.sales i.fa-chevron-right {
    color: #7b4783
}

@media screen and (min-width: 767px) {
    .join-us-nav .dropdown-menu a.nav-drop-item:hover {
        padding-bottom:9px;
        border-bottom: 3px solid
    }

    .join-us-nav .dropdown-menu a.nav-drop-item:hover i.fa-chevron-right {
        top: 3px
    }

    .join-us-nav .dropdown-menu a.nav-drop-item:hover.admin-operations {
        border-color: #cc5299
    }

    .join-us-nav .dropdown-menu a.nav-drop-item:hover.technical {
        border-color: #068fcf
    }

    .join-us-nav .dropdown-menu a.nav-drop-item:hover.apprentices {
        border-color: #00aca2
    }

    .join-us-nav .dropdown-menu a.nav-drop-item:hover.sales {
        border-color: #7b4783
    }
}

.join-us-nav .open .nav-btn i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 991px) {
    .join-us-nav .nav-btn {
        padding:9px 12px;
        font-size: 14px;
        font-weight: 400;
        margin: 5px 0
    }

    .join-us-nav .dropdown-menu a.nav-drop-item {
        font-size: 12px;
        line-height: 16px
    }
}

@media screen and (max-width: 767px) {
    .join-us-nav {
        height:auto;
        padding-bottom: 20px
    }

    .join-us-nav .nav-btn {
        padding: 8px 12px;
        font-size: 16px;
        line-height: 35px
    }

    .join-us-nav .dropdown-menu {
        top: 40px
    }

    .join-us-nav .dropdown-menu a.nav-drop-item {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .softcat-locations .join-us-nav .nav-btn {
        padding:16px 10px;
        font-size: 15px
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .softcat-locations .join-us-nav .nav-btn {
        height:45px;
        font-size: 16px
    }
}

.no-touch .join-us-nav .nav-btn:hover {
    background-color: #fff;
    color: #00aca2
}

.watch-videos {
    position: relative;
    background-color: #fff;
    z-index: 5
}

.watch-videos .title {
    height: 100px
}

.watch-videos .title h2 {
    margin: 50px 0 0;
    color: #00aca2;
    text-align: center
}

.watch-videos .laptop {
    position: relative;
    height: 500px;
    background-image: url(/assets/template/images/layout/join-us/laptop.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center
}

.watch-videos .laptop-screen {
    position: absolute;
    width: 436px;
    height: 289px;
    top: 26px;
    left: 363px;
    cursor: pointer
}

.watch-videos .laptop-screen .screen-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    pointer-events: none;
    z-index: 6
}

.watch-videos .laptop-screen .screen-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5
}

.watch-videos .laptop-screen .screen-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4
}

.watch-videos .laptop-screen .fa-youtube-play {
    position: absolute;
    width: 50px;
    height: 48px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 50px;
    z-index: 7;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.watch-videos .watch-story-block {
    position: absolute;
    border: 2px solid;
    overflow: hidden
}

.watch-videos .watch-story-block img {
    width: 100%;
    height: 100%
}

.watch-videos .watch-story-block .bar {
    position: absolute;
    width: 100%;
    height: 37px;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s
}

.watch-videos .watch-story-block .text {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 11px;
    left: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    -webkit-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s
}

.watch-videos .watch-story-block .hover-text {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -40px;
    left: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    -webkit-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s
}

.watch-videos .watch-story-block .hover-text .fa {
    font-size: 14px
}

.watch-videos .watch-story-block.one {
    width: 244px;
    height: 163px;
    bottom: 322px;
    left: 102px
}

.watch-videos .watch-story-block.two {
    width: 211px;
    height: 141px;
    bottom: 165px;
    left: 82px
}

.watch-videos .watch-story-block.three {
    width: 211px;
    height: 141px;
    right: 85px;
    bottom: 351px
}

.watch-videos .watch-story-block.four {
    width: 244px;
    height: 163px;
    right: 118px;
    bottom: 173px
}

.watch-videos .watch-story-block.omicron {
    border-color: #cc5299
}

.watch-videos .watch-story-block.theta {
    border-color: #068fcf
}

.watch-videos .watch-story-block.tau {
    border-color: #00aca2
}

@media screen and (max-width: 1199px) {
    .watch-videos .title h2 {
        margin-top:30px
    }

    .watch-videos .laptop-screen {
        width: 354px;
        height: 235px;
        top: 67px;
        left: 296px
    }

    .watch-videos .watch-story-block.one {
        bottom: 300px;
        left: 37px
    }

    .watch-videos .watch-story-block.two {
        bottom: 148px;
        left: 20px
    }

    .watch-videos .watch-story-block.three {
        right: 20px;
        bottom: 360px
    }

    .watch-videos .watch-story-block.four {
        right: 51px;
        bottom: 186px
    }
}

@media screen and (max-width: 991px) {
    .watch-videos .title {
        height:60px
    }

    .watch-videos .title h2 {
        font-size: 24px
    }

    .watch-videos .laptop {
        height: 400px;
        -webkit-background-size: 108% 108%;
        background-size: 108%
    }

    .watch-videos .laptop-screen {
        width: 295px;
        height: 195px;
        top: 48px;
        left: 216px
    }

    .watch-videos .watch-story-block .text {
        font-size: 13px
    }

    .watch-videos .watch-story-block.one {
        width: 172px;
        height: 115px;
        bottom: 235px;
        left: 31px
    }

    .watch-videos .watch-story-block.two {
        width: 149px;
        height: 99px;
        bottom: 126px;
        left: 15px
    }

    .watch-videos .watch-story-block.three {
        width: 149px;
        height: 99px;
        right: 25px;
        bottom: 279px
    }

    .watch-videos .watch-story-block.four {
        width: 172px;
        height: 115px;
        right: 44px;
        bottom: 154px
    }
}

@media screen and (max-width: 767px) {
    .watch-videos .title h2 {
        margin-top:20px;
        font-size: 18px
    }

    .watch-videos .laptop {
        height: auto;
        background: 0 0
    }

    .watch-videos .laptop-screen {
        display: none
    }

    .watch-videos .watch-story-block .bar {
        height: 70px
    }

    .watch-videos .watch-story-block .text {
        font-size: 16px;
        bottom: 40px
    }

    .watch-videos .watch-story-block .hover-text {
        bottom: 15px
    }

    .watch-videos .watch-story-block.four,.watch-videos .watch-story-block.one,.watch-videos .watch-story-block.three,.watch-videos .watch-story-block.two {
        display: block;
        position: relative;
        width: 100%;
        max-width: 300px;
        height: auto;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: 0 auto 20px
    }
}

.no-touch .watch-videos .laptop-screen:hover .fa-youtube-play {
    height: 58px;
    width: 60px;
    font-size: 60px
}

.no-touch .watch-videos .watch-story-block:hover .bar {
    height: 60px
}

.no-touch .watch-videos .watch-story-block:hover .text {
    bottom: 35px
}

.no-touch .watch-videos .watch-story-block:hover .hover-text {
    bottom: 10px
}

.working-at-softcat {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #915da3
}

.working-at-softcat .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    background-color: #915da3;
    z-index: 3
}

.working-at-softcat .parallax-image {
    z-index: 1
}

.working-at-softcat .parallax-image.softcat {
    z-index: 2
}

.working-at-softcat .container {
    position: relative;
    height: 100%;
    z-index: 4
}

.working-at-softcat h3 {
    margin-top: 50px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 38px;
    line-height: 42px;
    text-align: center
}

.working-at-softcat p {
    margin: 0 0 5px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    text-align: center
}

.working-at-softcat .link-boxes {
    position: absolute;
    width: 100%;
    bottom: 50px;
    margin: 0 -10px;
    text-align: center
}

.working-at-softcat .link-boxes:after,.working-at-softcat .link-boxes:before {
    content: " ";
    display: table
}

.working-at-softcat .link-boxes:after {
    clear: both
}

.working-at-softcat .link-boxes:after,.working-at-softcat .link-boxes:before {
    content: " ";
    display: table
}

.working-at-softcat .link-boxes:after {
    clear: both
}

.working-at-softcat .link-boxes .box {
    display: inline-block;
    position: relative;
    width: 216px;
    height: 216px;
    margin: 20px 10px 0;
    border: 3px solid;
    text-decoration: none
}

.working-at-softcat .link-boxes .box .t-wrap {
    height: 100%
}

.working-at-softcat .link-boxes .box .t-wrap p {
    display: table-cell;
    vertical-align: middle
}

.working-at-softcat .link-boxes .box p {
    position: relative;
    margin: 0;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    z-index: 1
}

.working-at-softcat .link-boxes .box i {
    margin-left: 5px;
    font-size: 24px;
    line-height: 23px
}

.working-at-softcat .link-boxes .box p.hoverable {
    display: none;
    z-index: 1
}

.working-at-softcat .link-boxes .box .hunderlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    z-index: 0
}

.working-at-softcat .link-boxes .box.admin-operations {
    border-color: #cc5299
}

.working-at-softcat .link-boxes .box.apprentices {
    border-color: #00aca2
}

.working-at-softcat .link-boxes .box.sales {
    border-color: #7b4783
}

.working-at-softcat .link-boxes .box.technical {
    border-color: #068fcf
}

.working-at-softcat.admin-operations {
    background-color: #cc5299
}

.working-at-softcat.admin-operations .background-overlay {
    background-color: #cc5299
}

.working-at-softcat.apprentices {
    background-color: #00aca2
}

.working-at-softcat.apprentices .background-overlay {
    background-color: #00aca2
}

.working-at-softcat.sales {
    background-color: #7b4783
}

.working-at-softcat.sales .background-overlay {
    background-color: #7b4783
}

.working-at-softcat.technical {
    background-color: #068fcf
}

.working-at-softcat.technical .background-overlay {
    background-color: #068fcf
}

@media screen and (max-width: 1199px) {
    .working-at-softcat {
        height:350px
    }

    .working-at-softcat .background-image {
        height: 350px
    }

    .working-at-softcat h3 {
        margin-top: 25px;
        margin-bottom: 15px
    }

    .working-at-softcat .link-boxes {
        bottom: 25px;
        margin: 0 -5px
    }

    .working-at-softcat .link-boxes .box {
        width: 182px;
        height: 182px;
        margin: 10px 5px 0
    }
}

@media screen and (max-width: 991px) {
    .working-at-softcat {
        height:280px
    }

    .working-at-softcat .background-image {
        height: 280px
    }

    .working-at-softcat h3 {
        font-size: 24px;
        line-height: 28px
    }

    .working-at-softcat p {
        font-size: 16px;
        line-height: 20px
    }

    .working-at-softcat .link-boxes .box {
        width: 138px;
        height: 138px
    }

    .working-at-softcat .link-boxes .box p {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (max-width: 767px) {
    .working-at-softcat {
        height:auto
    }

    .working-at-softcat .parallax-image {
        display: none
    }

    .working-at-softcat h3 {
        margin-top: 20px;
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 22px
    }

    .working-at-softcat p {
        font-size: 13px;
        line-height: 17px
    }

    .working-at-softcat .link-boxes {
        position: relative;
        width: 180px;
        bottom: auto;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .working-at-softcat .link-boxes .box {
        float: none;
        width: 100%;
        height: 70px;
        margin: 10px 0 0;
        padding: 12px 0
    }

    .working-at-softcat .link-boxes .box .t-wrap p {
        display: block
    }

    .working-at-softcat .link-boxes .box p {
        font-size: 16px;
        line-height: 20px
    }

    .working-at-softcat .link-boxes .box i {
        font-size: 14px;
        line-height: 13px
    }

    .working-at-softcat .link-boxes .box .hoverable {
        display: block
    }
}

@media screen and (min-width: 767px) {
    .no-touch .working-at-softcat .link-boxes .box:hover p {
        display:none
    }

    .no-touch .working-at-softcat .link-boxes .box:hover .hunderlay {
        display: none
    }

    .no-touch .working-at-softcat .link-boxes .box:hover .hoverable {
        display: table-cell
    }

    .no-touch .working-at-softcat .link-boxes .box:hover.admin-operations {
        background-color: #cc5299
    }

    .no-touch .working-at-softcat .link-boxes .box:hover.apprentices {
        background-color: #00aca2
    }

    .no-touch .working-at-softcat .link-boxes .box:hover.sales {
        background-color: #7b4783
    }

    .no-touch .working-at-softcat .link-boxes .box:hover.technical {
        background-color: #068fcf
    }
}

.reasons-slider-container {
    position: relative;
    background-color: #fff;
    z-index: 5
}

.reasons-slider-container .colored-bar {
    width: 100%;
    height: 65px;
    background-color: #00aca2
}

.reasons-slider-container .colored-bar h2 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    line-height: 65px;
    text-align: center;
    z-index: 20
}

.reasons-slider-container .reasons-slider-nav {
    position: absolute;
    width: 1200px;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: 0 auto;
    padding-left: 205px;
    z-index: 5
}

.reasons-slider-container .reasons-slider-nav .item {
    float: left;
    width: 80px;
    height: 40px;
    margin: 0 5px;
    border: 3px solid #e4e4e4;
    background-color: #fff;
    color: #00aca2;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    z-index: 20
}

.reasons-slider-container .reasons-slider-nav .item.active {
    border-color: #00aca2;
    background-color: #00aca2;
    color: #fff
}

.no-touch .reasons-slider-nav .item:hover {
    border-color: #00aca2;
    background-color: #00aca2;
    color: #fff
}

.reasons-slider {
    width: 100%
}

.reasons-slider .reason {
    position: relative;
    width: 100%
}

.reasons-slider .reason:focus {
    border: 0;
    outline: 0
}

.reasons-slider .reason .slick-active {
    z-index: 10
}

.reasons-slider .reason .image-area {
    width: 100%;
    height: 435px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.reasons-slider .reason .container {
    height: 250px;
    padding-top: 25px
}

.reasons-slider .reason .container:after,.reasons-slider .reason .container:before {
    content: " ";
    display: table
}

.reasons-slider .reason .container:after {
    clear: both
}

.reasons-slider .reason .container:after,.reasons-slider .reason .container:before {
    content: " ";
    display: table
}

.reasons-slider .reason .container:after {
    clear: both
}

.reasons-slider .reason .big-number {
    float: left;
    width: 190px;
    color: #00aca2;
    font-family: proxima-nova,sans-serif;
    font-size: 240px;
    line-height: 190px;
    font-weight: 800;
    text-align: center;
    z-index: 2
}

.reasons-slider .reason .text-area {
    float: left;
    width: 735px;
    z-index: 2
}

.reasons-slider .reason .text-area h3 {
    margin: 0 0 10px;
    color: #00aca2;
    font-family: 'Open Sans',sans-serif;
    font-size: 38px
}

.reasons-slider .reason .text-area p {
    margin: 0 0 10px;
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0
}

.reasons-slider .reason .button-container {
    float: left;
    width: 235px
}

.reasons-slider .reason .button-container .btn-join-us {
    margin-top: 51px;
    margin-left: 8px
}

@media screen and (min-width: 992px) {
    .reasons-slider .reason.ten .big-number {
        font-size:180px;
        line-height: 151px;
        letter-spacing: -10px;
        text-align: left
    }
}

@media screen and (max-width: 1199px) {
    .reasons-slider-container .reasons-slider-nav {
        width:940px;
        padding-left: 180px
    }

    .reasons-slider-container .reasons-slider-nav .item {
        width: 65px
    }

    .reasons-slider .reason .image-area {
        height: 350px
    }

    .reasons-slider .reason .container {
        padding-top: 15px
    }

    .reasons-slider .reason .text-area {
        width: 590px
    }

    .reasons-slider .reason .button-container {
        width: 160px;
        text-align: right
    }

    .reasons-slider .reason .button-container .btn-join-us {
        margin: 51px 0 0
    }
}

@media screen and (max-width: 991px) {
    .reasons-slider-container .colored-bar {
        height:40px
    }

    .reasons-slider-container .colored-bar h2 {
        font-size: 24px;
        line-height: 40px
    }

    .reasons-slider-container .reasons-slider-nav {
        width: 720px;
        bottom: 25px;
        padding-left: 0
    }

    .reasons-slider-container .reasons-slider-nav .item {
        width: 62px
    }

    .reasons-slider .reason .image-area {
        height: 300px
    }

    .reasons-slider .reason .container {
        height: 375px
    }

    .reasons-slider .reason .big-number,.reasons-slider .reason .button-container,.reasons-slider .reason .text-area {
        width: 100%;
        text-align: center
    }

    .reasons-slider .reason .big-number {
        font-size: 150px;
        line-height: 130px
    }

    .reasons-slider .reason .text-area h3 {
        font-size: 24px;
        line-height: 28px
    }

    .reasons-slider .reason .text-area p {
        font-size: 13px;
        line-height: 17px
    }

    .reasons-slider .reason .button-container .btn-join-us {
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .reasons-slider-container .reasons-slider-nav {
        display:none
    }

    .reasons-slider .reason .image-area {
        height: 200px
    }

    .reasons-slider .reason .container {
        height: 350px
    }
}

.locations-container {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #01507b
}

.locations-container .container {
    position: relative;
    z-index: 2
}

.locations-container h3 {
    margin: 37px 0 0;
    color: #fff;
    font-size: 38px
}

.locations-container p {
    margin: 10px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300
}

.locations-container .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.locations-container .location-box {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    max-height: 370px;
    margin-top: 10px;
    padding: 15px;
    border: 3px solid #068fcf
}

.locations-container .location-box .underlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #068fcf;
    opacity: .7;
    z-index: 1
}

.locations-container .location-box .office {
    position: absolute;
    width: 100%;
    max-height: 145px;
    top: 0;
    left: 0;
    z-index: 2
}

.locations-container .location-box h4 {
    position: relative;
    margin: 140px 0 0;
    color: #fff;
    font-size: 38px;
    z-index: 5
}

.locations-container .location-box p {
    position: relative;
    margin: 10px 0 0;
    font-size: 16px;
    z-index: 5
}

.locations-container .location-box .btn-join-us {
    z-index: 2
}

.locations-container .location-box.active {
    display: block
}

.locations-container .map-box {
    display: inline-block;
    position: relative;
    margin-top: 46px;
    margin-left: 75px
}

.locations-container .map-box .map {
    width: 100%;
    height: 100%
}

.locations-container .map-box .circle.map-element {
    position: absolute;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

.locations-container .map-box .circle.map-element:before {
    position: absolute;
    right: 0
}

.locations-container .map-box .circle.map-element.glasgow {
    top: 162px;
    left: 219px
}

.locations-container .map-box .circle.map-element.leeds {
    top: 273px;
    left: 313px
}

.locations-container .map-box .circle.map-element.manchester {
    top: 284px;
    left: 280px
}

.locations-container .map-box .circle.map-element.marlow {
    top: 377px;
    left: 349px
}

.locations-container .map-box .circle.map-element.london {
    top: 394px;
    left: 382px
}

.locations-container .map-box .circle.map-element.bristol {
    top: 429px;
    left: 296px
}

.locations-container .map-box .circle.map-element.southampton {
    top: 448px;
    left: 335px
}

.locations-container .map-box .circle.map-element.dublin {
    top: 308px;
    left: 135px
}

.locations-container .map-box .circle.map-element:hover .map-hover {
    display: block
}

.locations-container .map-box .circle.map-element.active {
    background-color: #068fcf
}

.locations-container .map-box .circle.map-element.active .map-hover {
    display: none
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1,.1);
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1,.1);
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 0
    }
}

.locations-container .map-box .map-hover {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    left: 1px;
    border: 3px solid #068fcf;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.locations-container .map-box .map-selection.dot {
    display: none;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

.locations-container .map-box .map-selection.dot.glasgow {
    top: 162px;
    left: 219px
}

.locations-container .map-box .map-selection.dot.leeds {
    top: 273px;
    left: 313px
}

.locations-container .map-box .map-selection.dot.manchester {
    top: 284px;
    left: 280px
}

.locations-container .map-box .map-selection.dot.marlow {
    top: 377px;
    left: 349px
}

.locations-container .map-box .map-selection.dot.london {
    top: 394px;
    left: 382px
}

.locations-container .map-box .map-selection.dot.bristol {
    top: 429px;
    left: 296px
}

.locations-container .map-box .map-selection.dot.southampton {
    top: 448px;
    left: 335px
}

.locations-container .map-box .map-selection.dot.dublin {
    top: 308px;
    left: 135px
}

.locations-container .map-box .map-selection.dot.active {
    display: block
}

.locations-container .map-box .map-selection.line {
    display: none;
    position: absolute;
    height: 3px;
    left: -96px;
    background-color: #068fcf
}

.locations-container .map-box .map-selection.line.glasgow {
    top: -webkit-calc(172px);
    top: calc(172px);
    right: -webkit-calc(241px);
    right: calc(241px)
}

.locations-container .map-box .map-selection.line.leeds {
    top: -webkit-calc(283px);
    top: calc(283px);
    right: -webkit-calc(147px);
    right: calc(147px)
}

.locations-container .map-box .map-selection.line.manchester {
    top: -webkit-calc(294px);
    top: calc(294px);
    right: -webkit-calc(180px);
    right: calc(180px)
}

.locations-container .map-box .map-selection.line.marlow {
    top: -webkit-calc(387px);
    top: calc(387px);
    right: -webkit-calc(111px);
    right: calc(111px)
}

.locations-container .map-box .map-selection.line.london {
    top: -webkit-calc(405px);
    top: calc(405px);
    right: -webkit-calc(85px);
    right: calc(85px)
}

.locations-container .map-box .map-selection.line.bristol {
    top: -webkit-calc(440px);
    top: calc(440px);
    right: -webkit-calc(164px);
    right: calc(164px)
}

.locations-container .map-box .map-selection.line.southampton {
    top: -webkit-calc(458px);
    top: calc(458px);
    right: -webkit-calc(130px);
    right: calc(130px)
}

.locations-container .map-box .map-selection.line.dublin {
    top: -webkit-calc(318px);
    top: calc(318px);
    right: -webkit-calc(330px);
    right: calc(330px)
}

.locations-container .map-box .map-selection.line.active {
    display: block
}

.locations-container .map-box span {
    position: absolute;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 20px;
    font-weight: 200;
    cursor: pointer
}

.locations-container .map-box span.glasgow {
    top: 185px;
    left: 219px
}

.locations-container .map-box span.leeds {
    top: 246px;
    left: 297px
}

.locations-container .map-box span.manchester {
    top: 311px;
    left: 268px
}

.locations-container .map-box span.marlow {
    top: 352px;
    left: 328px
}

.locations-container .map-box span.london {
    top: 376px;
    left: 422px
}

.locations-container .map-box span.bristol {
    top: 448px;
    left: 283px
}

.locations-container .map-box span.southampton {
    top: 455px;
    left: 360px
}

.locations-container .map-box span.dublin {
    top: 328px;
    left: 135px
}

@media screen and (max-width: 1199px) {
    .locations-container .location-box h4 {
        margin-top:120px
    }

    .locations-container .map-box {
        margin-left: 0
    }

    .locations-container .map-box .map-selection.line {
        left: -86px
    }

    .locations-container .map-box .circle.map-element {
        position: absolute;
        width: 22px;
        height: 22px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer
    }

    .locations-container .map-box .circle.map-element:before {
        position: absolute;
        right: 0
    }

    .locations-container .map-box .circle.map-element.glasgow {
        top: 142px;
        left: 209px
    }

    .locations-container .map-box .circle.map-element.leeds {
        top: 253px;
        left: 303px
    }

    .locations-container .map-box .circle.map-element.manchester {
        top: 264px;
        left: 270px
    }

    .locations-container .map-box .circle.map-element.marlow {
        top: 357px;
        left: 339px
    }

    .locations-container .map-box .circle.map-element.london {
        top: 374px;
        left: 372px
    }

    .locations-container .map-box .circle.map-element.bristol {
        top: 409px;
        left: 286px
    }

    .locations-container .map-box .circle.map-element.southampton {
        top: 428px;
        left: 325px
    }

    .locations-container .map-box .circle.map-element.dublin {
        top: 308px;
        left: 135px
    }

    .locations-container .map-box .circle.map-element:hover .map-hover {
        display: block
    }

    .locations-container .map-box .circle.map-element.active {
        background-color: #068fcf
    }

    .locations-container .map-box .circle.map-element.active .map-hover {
        display: none
    }

    .locations-container .map-box .map-selection.dot {
        display: none;
        position: absolute;
        width: 22px;
        height: 22px;
        border: 3px solid #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer
    }

    .locations-container .map-box .map-selection.dot.glasgow {
        top: 142px;
        left: 209px
    }

    .locations-container .map-box .map-selection.dot.leeds {
        top: 253px;
        left: 303px
    }

    .locations-container .map-box .map-selection.dot.manchester {
        top: 264px;
        left: 270px
    }

    .locations-container .map-box .map-selection.dot.marlow {
        top: 357px;
        left: 339px
    }

    .locations-container .map-box .map-selection.dot.london {
        top: 374px;
        left: 372px
    }

    .locations-container .map-box .map-selection.dot.bristol {
        top: 409px;
        left: 286px
    }

    .locations-container .map-box .map-selection.dot.southampton {
        top: 428px;
        left: 325px
    }

    .locations-container .map-box .map-selection.dot.dublin {
        top: 308px;
        left: 135px
    }

    .locations-container .map-box .map-selection.dot.active {
        display: block
    }

    .locations-container .map-box .map-selection.line {
        display: none;
        position: absolute;
        height: 3px;
        left: -20px;
        background-color: #068fcf
    }

    .locations-container .map-box .map-selection.line.glasgow {
        top: -webkit-calc(152px);
        top: calc(152px);
        right: -webkit-calc(231px);
        right: calc(231px)
    }

    .locations-container .map-box .map-selection.line.leeds {
        top: -webkit-calc(263px);
        top: calc(263px);
        right: -webkit-calc(137px);
        right: calc(137px)
    }

    .locations-container .map-box .map-selection.line.manchester {
        top: -webkit-calc(274px);
        top: calc(274px);
        right: -webkit-calc(170px);
        right: calc(170px)
    }

    .locations-container .map-box .map-selection.line.marlow {
        top: -webkit-calc(367px);
        top: calc(367px);
        right: -webkit-calc(101px);
        right: calc(101px)
    }

    .locations-container .map-box .map-selection.line.london {
        top: -webkit-calc(385px);
        top: calc(385px);
        right: -webkit-calc(70px);
        right: calc(70px)
    }

    .locations-container .map-box .map-selection.line.bristol {
        top: -webkit-calc(420px);
        top: calc(420px);
        right: -webkit-calc(154px);
        right: calc(154px)
    }

    .locations-container .map-box .map-selection.line.southampton {
        top: -webkit-calc(438px);
        top: calc(438px);
        right: -webkit-calc(120px);
        right: calc(120px)
    }

    .locations-container .map-box .map-selection.line.dublin {
        top: -webkit-calc(318px);
        top: calc(318px);
        right: -webkit-calc(310px);
        right: calc(310px)
    }

    .locations-container .map-box .map-selection.line.active {
        display: block
    }

    .locations-container .map-box span {
        position: absolute;
        color: #fff;
        font-family: proxima-nova,sans-serif;
        font-size: 20px;
        font-weight: 200;
        cursor: pointer
    }

    .locations-container .map-box span.glasgow {
        top: 165px;
        left: 209px
    }

    .locations-container .map-box span.leeds {
        top: 226px;
        left: 287px
    }

    .locations-container .map-box span.manchester {
        top: 291px;
        left: 258px
    }

    .locations-container .map-box span.marlow {
        top: 332px;
        left: 318px
    }

    .locations-container .map-box span.london {
        top: 356px;
        left: 412px
    }

    .locations-container .map-box span.bristol {
        top: 428px;
        left: 273px
    }

    .locations-container .map-box span.southampton {
        top: 435px;
        left: 350px
    }

    .locations-container .map-box span.dublin {
        top: 328px;
        left: 135px
    }
}

@media screen and (max-width: 991px) {
    .locations-container {
        height:450px
    }

    .locations-container .boxes {
        padding: 0
    }

    .locations-container h3 {
        margin-top: 15px;
        font-size: 24px
    }

    .locations-container p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 17px
    }

    .locations-container .location-box {
        margin-top: 10px
    }

    .locations-container .location-box h4 {
        margin-top: 90px;
        font-size: 24px
    }

    .locations-container .location-box p {
        font-size: 13px;
        line-height: 17px
    }

    .locations-container .map-box {
        margin-top: 20px
    }

    .locations-container .map-box .circle.map-element {
        width: 16px;
        height: 16px
    }

    .locations-container .map-box .circle.map-element.glasgow {
        top: 129px;
        left: 174px
    }

    .locations-container .map-box .circle.map-element.leeds {
        top: 216px;
        left: 246px
    }

    .locations-container .map-box .circle.map-element.manchester {
        top: 224px;
        left: 222px
    }

    .locations-container .map-box .circle.map-element.marlow {
        top: 297px;
        left: 276px
    }

    .locations-container .map-box .circle.map-element.london {
        top: 309px;
        left: 302px
    }

    .locations-container .map-box .circle.map-element.bristol {
        top: 320px;
        left: 236px
    }

    .locations-container .map-box .circle.map-element.southampton {
        top: 340px;
        left: 268px
    }

    .locations-container .map-box .circle.map-element.dublin {
        top: 238px;
        left: 105px
    }

    .locations-container .map-box .circle.map-element.active {
        background-color: #068fcf
    }

    .locations-container .map-box .map-hover {
        width: 14px;
        height: 14px;
        top: 1px;
        left: 1px;
        border-width: 2px
    }

    .locations-container .map-box .map-selection.dot {
        width: 17px;
        height: 17px
    }

    .locations-container .map-box .map-selection.dot.glasgow {
        top: 129px;
        left: 174px
    }

    .locations-container .map-box .map-selection.dot.leeds {
        top: 216px;
        left: 246px
    }

    .locations-container .map-box .map-selection.dot.manchester {
        top: 224px;
        left: 222px
    }

    .locations-container .map-box .map-selection.dot.marlow {
        top: 297px;
        left: 276px
    }

    .locations-container .map-box .map-selection.dot.london {
        top: 309px;
        left: 302px
    }

    .locations-container .map-box .map-selection.dot.bristol {
        top: 320px;
        left: 236px
    }

    .locations-container .map-box .map-selection.dot.southampton {
        top: 340px;
        left: 268px
    }

    .locations-container .map-box .map-selection.dot.dublin {
        top: 238px;
        left: 105px
    }

    .locations-container .map-box .map-selection.dot.active {
        display: block
    }

    .locations-container .map-box .map-selection.line {
        display: none;
        position: absolute;
        left: 0;
        height: 3px;
        background-color: #068fcf
    }

    .locations-container .map-box .map-selection.line.bristol {
        top: -webkit-calc(327px);
        top: calc(327px);
        right: -webkit-calc(114px);
        right: calc(114px)
    }

    .locations-container .map-box .map-selection.line.glasgow {
        top: -webkit-calc(137px);
        top: calc(137px);
        right: -webkit-calc(176px);
        right: calc(176px)
    }

    .locations-container .map-box .map-selection.line.leeds {
        top: -webkit-calc(224px);
        top: calc(224px);
        right: -webkit-calc(104px);
        right: calc(104px)
    }

    .locations-container .map-box .map-selection.line.manchester {
        top: -webkit-calc(232px);
        top: calc(232px);
        right: -webkit-calc(128px);
        right: calc(128px)
    }

    .locations-container .map-box .map-selection.line.marlow {
        top: -webkit-calc(305px);
        top: calc(305px);
        right: -webkit-calc(74px);
        right: calc(74px)
    }

    .locations-container .map-box .map-selection.line.london {
        top: -webkit-calc(317px);
        top: calc(317px);
        right: -webkit-calc(48px);
        right: calc(48px)
    }

    .locations-container .map-box .map-selection.line.southampton {
        top: -webkit-calc(348px);
        top: calc(348px);
        right: -webkit-calc(88px);
        right: calc(88px)
    }

    .locations-container .map-box .map-selection.line.dublin {
        top: -webkit-calc(245px);
        top: calc(245px);
        right: -webkit-calc(250px);
        right: calc(250px)
    }

    .locations-container .map-box .map-selection.line.active {
        display: block
    }

    .locations-container .map-box span {
        font-size: 16px
    }

    .locations-container .map-box span.glasgow {
        top: 145px;
        left: 174px
    }

    .locations-container .map-box span.leeds {
        top: 195px;
        left: 234px
    }

    .locations-container .map-box span.manchester {
        top: 245px;
        left: 218px
    }

    .locations-container .map-box span.marlow {
        top: 277px;
        left: 259px
    }

    .locations-container .map-box span.london {
        top: 295px;
        left: 335px
    }

    .locations-container .map-box span.bristol {
        top: 335px;
        left: 224px
    }

    .locations-container .map-box span.southampton {
        top: 333px;
        left: 288px
    }

    .locations-container .map-box span.dublin {
        top: 258px;
        left: 105px
    }
}

@media screen and (max-width: 767px) {
    .locations-container {
        height:auto;
        padding: 20px 0;
        background-image: none;
        text-align: center
    }

    .locations-container h3 {
        margin-top: 0;
        font-size: 18px;
        line-height: 22px
    }

    .locations-container p {
        font-size: 13px;
        line-height: 17px
    }

    .locations-container .parallax-image {
        display: none
    }

    .locations-container .location-box {
        display: block;
        width: 300px;
        margin: 20px auto 0
    }

    .locations-container .location-box .underlay {
        display: none
    }

    .locations-container .location-box h4 {
        margin-top: 70px;
        font-size: 18px;
        line-height: 22px
    }

    .locations-container .map-box {
        display: none
    }
}

.our-stories-container {
    position: relative;
    height: 600px;
    padding-bottom: 30px;
    background-color: #fff;
    z-index: 5
}

.our-stories-container h2 {
    margin-top: 50px;
    margin-bottom: 10px;
    color: #7b4783;
    font-size: 38px;
    text-align: center
}

@media screen and (max-width: 1199px) {
    .our-stories-container {
        height:auto
    }

    .our-stories-container h2 {
        margin-top: 30px
    }
}

@media screen and (max-width: 1199px) {
    .our-stories-container h2 {
        font-size:24px;
        line-height: 28px
    }
}

@media screen and (max-width: 767px) {
    .our-stories-container {
        padding-bottom:20px
    }

    .our-stories-container h2 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 22px
    }
}

.our-stories {
    position: relative;
    margin: 0 -10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.our-stories:after,.our-stories:before {
    content: " ";
    display: table
}

.our-stories:after {
    clear: both
}

.our-stories:after,.our-stories:before {
    content: " ";
    display: table
}

.our-stories:after {
    clear: both
}

.our-stories .our-story-box {
    display: block;
    position: relative;
    float: left;
    width: 216px;
    height: 216px;
    margin: 10px;
    border: 3px solid;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.our-stories .our-story-box .image,.our-stories .our-story-box img {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.our-stories .our-story-box p {
    position: absolute;
    color: #fff
}

.our-stories .our-story-box p.name {
    top: 160px;
    right: 0;
    left: 0;
    margin: 0;
    font-size: 18px;
    text-align: center
}

.our-stories .our-story-box p.job-area {
    top: 185px;
    right: 0;
    left: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.our-stories .our-story-box p.read {
    display: none;
    width: 123px;
    height: 23px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 20px
}

.our-stories .our-story-box i.fa-minus,.our-stories .our-story-box i.fa-plus {
    position: absolute;
    visibility: hidden;
    height: 30px;
    top: 33px;
    right: 7px;
    margin: 0;
    color: #fff;
    font-size: 30px
}

.our-stories .our-story-box.admin-operations {
    border-color: #cc5299;
    background-color: #cc5299
}

.our-stories .our-story-box.technical {
    border-color: #068fcf;
    background-color: #068fcf
}

.our-stories .our-story-box.apprentices {
    border-color: #00aca2;
    background-color: #00aca2
}

.our-stories .our-story-box.sales {
    border-color: #7b4783;
    background-color: #7b4783
}

.our-stories .our-story-more-info {
    position: absolute;
    display: none;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 20
}

.our-stories .our-story-more-info .author-box {
    float: left;
    width: 260px;
    padding: 30px 20px;
    text-align: center
}

.our-stories .our-story-more-info .author-box .author {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px
}

.our-stories .our-story-more-info .author-box .author-job {
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.our-stories .our-story-more-info .author-box .author-job-area {
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.our-stories .our-story-more-info .author-box .social {
    display: block;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #000;
    background-color: rgba(0,0,0,.15);
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.our-stories .our-story-more-info .author-box .social a {
    color: #fff;
    text-decoration: none
}

.our-stories .our-story-more-info .author-box .social a:hover {
    text-decoration: none
}

.our-stories .our-story-more-info .author-box .social a:active {
    text-decoration: none
}

.our-stories .our-story-more-info .author-box .social a:focus {
    text-decoration: none
}

.our-stories .our-story-more-info .author-box .social i.fa-linkedin {
    position: relative;
    top: -1px
}

@media screen and (min-width: 767px) {
    .our-stories .our-story-more-info .author-box .social:hover {
        background-color:rgba(0,0,0,.6)
    }
}

.our-stories .our-story-more-info .story-content {
    float: left;
    width: 900px;
    padding: 30px 50px 30px 5px
}

.our-stories .our-story-more-info .story-content .row.content.content-blocks {
    margin: 0 -10px!important
}

.our-stories .our-story-more-info i.fa-times {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.our-stories .our-story-more-info h3 {
    margin: 0;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 38px
}

.our-stories .our-story-more-info p {
    margin: 15px 0 0;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300
}

.our-stories .our-story-more-info.admin-operations {
    background-color: #cc5299
}

.our-stories .our-story-more-info.admin-operations .btn-join-us:hover {
    background-color: #fff;
    color: #cc5299
}

.our-stories .our-story-more-info.admin-operations .btn-join-us:hover i {
    color: #cc5299
}

.our-stories .our-story-more-info.technical {
    background-color: #068fcf
}

.our-stories .our-story-more-info.technical .btn-join-us:hover {
    background-color: #fff;
    color: #068fcf
}

.our-stories .our-story-more-info.technical .btn-join-us:hover i {
    color: #068fcf
}

.our-stories .our-story-more-info.apprentices {
    background-color: #00aca2
}

.our-stories .our-story-more-info.apprentices .btn-join-us:hover {
    background-color: #fff;
    color: #00aca2
}

.our-stories .our-story-more-info.apprentices .btn-join-us:hover i {
    color: #00aca2
}

.our-stories .our-story-more-info.sales {
    background-color: #7b4783
}

.our-stories .our-story-more-info.sales .btn-join-us:hover {
    background-color: #fff;
    color: #7b4783
}

.our-stories .our-story-more-info.sales .btn-join-us:hover i {
    color: #7b4783
}

@media screen and (max-width: 1199px) {
    .our-stories {
        height:auto
    }

    .our-stories .our-story-box {
        width: 220px;
        height: 220px
    }

    .our-stories .our-story-more-info .author-box {
        width: 320px
    }

    .our-stories .our-story-more-info .content {
        width: 620px
    }

    .our-stories .our-story-more-info .content .btn-join-us {
        margin: 30px 0 0
    }
}

@media screen and (max-width: 991px) {
    .our-stories .our-story-box {
        width:175px;
        height: 175px;
        margin: 5px
    }

    .our-stories .our-story-box .image,.our-stories .our-story-box img {
        height: 120px
    }

    .our-stories .our-story-box p.name {
        top: 125px;
        font-size: 16px
    }

    .our-stories .our-story-box p.job-area {
        top: 145px;
        font-size: 13px
    }

    .our-stories .our-story-more-info {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px
    }

    .our-stories .our-story-more-info .content {
        width: 410px
    }

    .our-stories .our-story-more-info .content h3 {
        font-size: 24px
    }

    .our-stories .our-story-more-info .content p {
        font-size: 15px;
        line-height: 19px
    }
}

@media screen and (max-width: 767px) {
    .our-stories .our-story-box {
        display:block;
        float: none;
        width: 94%;
        height: 100px;
        margin: 10px 3%
    }

    .our-stories .our-story-box i.fa-minus,.our-stories .our-story-box i.fa-plus {
        visibility: visible
    }

    .our-stories .our-story-box .image,.our-stories .our-story-box img {
        width: 112px;
        height: 80px;
        top: 7px;
        right: auto;
        left: 7px;
        margin: 0
    }

    .our-stories .our-story-box p.name {
        top: 7px;
        right: 35px;
        left: 130px;
        font-size: 14px;
        line-height: 18px;
        text-align: left
    }

    .our-stories .our-story-box p.job-area {
        top: auto;
        right: 35px;
        bottom: 7px;
        left: 130px;
        margin: 0;
        font-size: 14px;
        line-height: 18px;
        text-align: left
    }

    .our-stories .our-story-more-info {
        position: relative;
        width: 94%;
        height: auto;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 20px;
        margin: 0 3%;
        text-align: center
    }

    .our-stories .our-story-more-info:after,.our-stories .our-story-more-info:before {
        content: " ";
        display: table
    }

    .our-stories .our-story-more-info:after {
        clear: both
    }

    .our-stories .our-story-more-info:after,.our-stories .our-story-more-info:before {
        content: " ";
        display: table
    }

    .our-stories .our-story-more-info:after {
        clear: both
    }

    .our-stories .our-story-more-info .author-box {
        float: none;
        width: 200px;
        padding: 0 0 10px;
        margin: 0 auto
    }

    .our-stories .our-story-more-info .author-box img {
        max-width: 150px
    }

    .our-stories .our-story-more-info .author-box .author {
        margin-top: 10px
    }

    .our-stories .our-story-more-info .content {
        float: none;
        width: 100%;
        padding: 0 10px
    }

    .our-stories .our-story-more-info .content h3 {
        font-size: 18px;
        line-height: 22px
    }

    .our-stories .our-story-more-info .content p {
        font-size: 13px;
        line-height: 17px
    }

    .our-stories .our-story-more-info .content .btn-join-us {
        margin: 10px 0 0
    }
}

.no-touch .our-stories .our-story-box:hover .image,.no-touch .our-stories .our-story-box:hover img {
    display: none
}

.no-touch .our-stories .our-story-box:hover p.job-area,.no-touch .our-stories .our-story-box:hover p.name {
    display: none
}

.no-touch .our-stories .our-story-box:hover p.read {
    display: block
}

.split-container {
    position: relative;
    width: 100%;
    height: 450px;
    z-index: 0
}

.split-container:after,.split-container:before {
    content: " ";
    display: table
}

.split-container:after {
    clear: both
}

.split-container:after,.split-container:before {
    content: " ";
    display: table
}

.split-container:after {
    clear: both
}

.split-container .split-image {
    position: absolute;
    width: 70%;
    max-width: 1100px;
    height: 100%;
    right: 0;
    overflow: hidden
}

.split-container .container {
    display: table;
    height: 450px;
    vertical-align: middle
}

.split-container .split-text {
    display: table-cell;
    vertical-align: middle
}

.split-container .split-text h3 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 34px;
    line-height: 38px
}

.split-container .split-text p {
    margin: 0 0 25px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300
}

.split-container .split-text .btn-join-us {
    width: 200px;
    margin: 0 10px 10px 0
}

@media screen and (max-width: 1199px) {
    .split-container {
        height:350px
    }

    .split-container .container {
        height: 350px
    }

    .split-container .split-text h3 {
        margin-bottom: 15px
    }

    .split-container .split-text p {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 991px) {
    .split-container {
        height:500px
    }

    .split-container .split-image {
        position: relative;
        width: 100%;
        height: 250px;
        margin: 0
    }

    .split-container .container {
        position: relative;
        width: 100%;
        height: 250px;
        background-color: #00aca2;
        text-align: center;
        z-index: 2
    }

    .split-container .split-text h3 {
        font-size: 24px;
        line-height: 28px
    }

    .split-container .split-text p {
        font-size: 13px;
        line-height: 17px
    }

    .split-container .split-text .btn-join-us {
        width: 115px
    }
}

@media screen and (max-width: 767px) {
    .split-container .split-text {
        text-align:center
    }

    .split-container .split-text h3 {
        font-size: 18px;
        line-height: 22px
    }
}

.story-blocks {
    margin-top: 20px
}

.story-blocks a {
    text-decoration: none
}

.story-blocks a:hover {
    text-decoration: none
}

.story-blocks a:active {
    text-decoration: none
}

.story-blocks a:focus {
    text-decoration: none
}

.story-blocks .story-block {
    border: 3px solid
}

.story-blocks .story-block .category,.story-blocks .story-block .location,.story-blocks .story-block .quote,.story-blocks .story-block .title {
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 12px
}

.story-blocks .story-block .title {
    margin-top: 10px;
    font-family: proxima-nova,sans-serif;
    font-size: 30px;
    line-height: 32px
}

.story-blocks .story-block .location {
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase
}

.story-blocks .story-block .category {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800
}

.story-blocks .story-block .quote {
    margin-bottom: 0;
    color: #666;
    font-size: 14px
}

.story-blocks .story-block .quote .quotation {
    font-weight: 800
}

.story-blocks .story-block.one {
    min-height: 447px
}

.story-blocks .story-block.two {
    margin-bottom: 20px
}

.story-blocks .story-block.four {
    margin-bottom: 20px
}

.story-blocks .story-block.six {
    min-height: 447px
}

@media screen and (max-width: 1199px) {
    .story-blocks .story-block.one,.story-blocks .story-block.six {
        min-height:454px
    }

    .story-blocks .story-block .category,.story-blocks .story-block .location,.story-blocks .story-block .title {
        margin-bottom: 10px
    }

    .story-blocks .story-block .title {
        margin-top: 5px;
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (max-width: 991px) {
    .story-blocks .story-block .quote {
        margin-bottom:10px
    }

    .story-blocks .story-block.five,.story-blocks .story-block.four,.story-blocks .story-block.one,.story-blocks .story-block.six,.story-blocks .story-block.three,.story-blocks .story-block.two {
        min-height: initial;
        margin-bottom: 20px
    }

    .story-blocks .story-block.three {
        margin-bottom: 0
    }
}

.story-blocks .story-block.admin-operations {
    border-color: #cc5299
}

.story-blocks .story-block.admin-operations .category,.story-blocks .story-block.admin-operations .quotation,.story-blocks .story-block.admin-operations .title {
    color: #cc5299
}

.story-blocks .story-block.admin-operations:hover {
    background-color: #cc5299
}

.story-blocks .story-block.admin-operations:hover .category,.story-blocks .story-block.admin-operations:hover .quotation,.story-blocks .story-block.admin-operations:hover .quote,.story-blocks .story-block.admin-operations:hover .title {
    color: #fff
}

.story-blocks .story-block.technical {
    border-color: #068fcf
}

.story-blocks .story-block.technical .category,.story-blocks .story-block.technical .quotation,.story-blocks .story-block.technical .title {
    color: #068fcf
}

.story-blocks .story-block.technical:hover {
    background-color: #068fcf
}

.story-blocks .story-block.technical:hover .category,.story-blocks .story-block.technical:hover .quotation,.story-blocks .story-block.technical:hover .quote,.story-blocks .story-block.technical:hover .title {
    color: #fff
}

.story-blocks .story-block.apprentices {
    border-color: #00aca2
}

.story-blocks .story-block.apprentices .category,.story-blocks .story-block.apprentices .quotation,.story-blocks .story-block.apprentices .title {
    color: #00aca2
}

.story-blocks .story-block.apprentices:hover {
    background-color: #00aca2
}

.story-blocks .story-block.apprentices:hover .category,.story-blocks .story-block.apprentices:hover .quotation,.story-blocks .story-block.apprentices:hover .quote,.story-blocks .story-block.apprentices:hover .title {
    color: #fff
}

.story-blocks .story-block.sales {
    border-color: #7b4783
}

.story-blocks .story-block.sales .category,.story-blocks .story-block.sales .quotation,.story-blocks .story-block.sales .title {
    color: #7b4783
}

.story-blocks .story-block.sales:hover {
    background-color: #7b4783
}

.story-blocks .story-block.sales:hover .category,.story-blocks .story-block.sales:hover .quotation,.story-blocks .story-block.sales:hover .quote,.story-blocks .story-block.sales:hover .title {
    color: #fff
}

@media screen and (max-width: 991px) {
    .story-blocks .story-block {
        margin-bottom:20px
    }

    .story-blocks .story-block .image,.story-blocks .story-block img {
        max-height: 200px;
        margin: 0 auto
    }
}

.row-fluid.slider-container.news-page-slider.story {
    background: 0 0
}

.row-fluid.slider-container.news-page-slider.story .overlay {
    top: 0;
    right: 0;
    bottom: -100px;
    left: 0
}

.row-fluid.slider-container.news-page-slider.story h1 {
    margin-top: 160px
}

.row-fluid.slider-container.news-page-slider.story .details {
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 22px
}

.row-fluid.slider-container.news-page-slider.story .news-header-cta {
    margin-top: 170px;
    margin-left: 24px;
    margin-right: -9px
}

@media screen and (max-width: 1199px) {
    .row-fluid.slider-container.news-page-slider.story .container {
        height:400px;
        max-height: 400px
    }
}

@media screen and (max-width: 991px) {
    .row-fluid.slider-container.news-page-slider.story h1 {
        margin-top:30px;
        font-size: 30px;
        text-align: center
    }

    .row-fluid.slider-container.news-page-slider.story .details {
        display: block;
        text-align: center
    }

    .row-fluid.slider-container.news-page-slider.story .news-header-cta {
        margin: 30px 0
    }

    .row-fluid.slider-container.news-page-slider.story .container {
        height: auto;
        max-height: none
    }
}

.new-news-row .poster-information.admin-operations .author,.new-news-row .poster-information.admin-operations .share {
    color: #cc5299
}

.new-news-row .poster-information.technical .author,.new-news-row .poster-information.technical .share {
    color: #068fcf
}

.new-news-row .poster-information.apprentices .author,.new-news-row .poster-information.apprentices .share {
    color: #00aca2
}

.new-news-row .poster-information.sales .author,.new-news-row .poster-information.sales .share {
    color: #7b4783
}

.news-content.story .row.content.content-blocks {
    margin-top: 0!important
}

.news-content.story .row.content.content-blocks h3 {
    margin-bottom: 20px;
    margin-top: 10px
}

.news-content.story.admin-operations .row.content.content-blocks h1,.news-content.story.admin-operations .row.content.content-blocks h2,.news-content.story.admin-operations .row.content.content-blocks h3,.news-content.story.admin-operations .row.content.content-blocks h4,.news-content.story.admin-operations .row.content.content-blocks h5,.news-content.story.admin-operations .row.content.content-blocks h6 {
    color: #cc5299
}

.news-content.story.technical .row.content.content-blocks h1,.news-content.story.technical .row.content.content-blocks h2,.news-content.story.technical .row.content.content-blocks h3,.news-content.story.technical .row.content.content-blocks h4,.news-content.story.technical .row.content.content-blocks h5,.news-content.story.technical .row.content.content-blocks h6 {
    color: #068fcf
}

.news-content.story.apprentices .row.content.content-blocks h1,.news-content.story.apprentices .row.content.content-blocks h2,.news-content.story.apprentices .row.content.content-blocks h3,.news-content.story.apprentices .row.content.content-blocks h4,.news-content.story.apprentices .row.content.content-blocks h5,.news-content.story.apprentices .row.content.content-blocks h6 {
    color: #00aca2
}

.news-content.story.sales .row.content.content-blocks h1,.news-content.story.sales .row.content.content-blocks h2,.news-content.story.sales .row.content.content-blocks h3,.news-content.story.sales .row.content.content-blocks h4,.news-content.story.sales .row.content.content-blocks h5,.news-content.story.sales .row.content.content-blocks h6 {
    color: #7b4783
}

.pre-loader.stories {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(220,221,221,.6);
    overflow: hidden;
    z-index: 5000
}

.pre-loader.stories .fa-wrapper {
    position: absolute;
    width: 95px;
    height: 95px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.pre-loader.stories .fa-wrapper .fa-spinner {
    color: #915da3;
    font-size: 100px
}

.inner-content.current-vacancies h2 {
    margin-top: 0;
    margin-bottom: 20px
}

.inner-content.current-vacancies p {
    margin-bottom: 25px
}

.inner-content.current-vacancies .seeker-tools .btn {
    width: 100%;
    border: 3px solid #915da3;
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 600
}

.inner-content.current-vacancies .seeker-tools .btn:hover {
    border: 3px solid #915da3;
    background-color: #fff;
    color: #915da3
}

.inner-content.current-vacancies .seeker-tools .btn:hover .fa-chevron-right {
    color: #915da3
}

@media screen and (max-width: 991px) {
    .inner-content.current-vacancies .seeker-tools .btn {
        margin-bottom:10px
    }
}

.inner-content.current-vacancies .btn-margin-bottom {
    margin-bottom: 20px
}

.inner-content.current-vacancies .career-block {
    position: relative;
    display: block;
    border: 3px solid;
    min-height: 315px;
    margin-bottom: 20px;
    text-decoration: none
}

.inner-content.current-vacancies .career-block:hover {
    text-decoration: none
}

.inner-content.current-vacancies .career-block:active {
    text-decoration: none
}

.inner-content.current-vacancies .career-block:focus {
    text-decoration: none
}

.inner-content.current-vacancies .career-block img {
    position: relative;
    z-index: 3
}

.inner-content.current-vacancies .career-block .title {
    padding: 10px;
    font-size: 22px;
    line-height: 26px;
    font-family: proxima-nova,sans-serif
}

.inner-content.current-vacancies .career-block .date {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.inner-content.current-vacancies .career-block .location {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.inner-content.current-vacancies .career-block .category {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    line-height: 37px
}

.inner-content.current-vacancies .career-block .overlay {
    padding: 45% 20% 0;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: proxima-nova;
    line-height: 36px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 4
}

.inner-content.current-vacancies .career-block .overlay i {
    font-size: 25px
}

.inner-content.current-vacancies .career-block.admin-operations {
    border-color: #cc5299
}

.inner-content.current-vacancies .career-block.admin-operations .location,.inner-content.current-vacancies .career-block.admin-operations .title {
    color: #cc5299
}

.inner-content.current-vacancies .career-block.admin-operations .category {
    background-color: #cc5299
}

.inner-content.current-vacancies .career-block.admin-operations .overlay {
    background-color: #cc5299
}

.inner-content.current-vacancies .career-block.apprentice {
    border-color: #00aca2
}

.inner-content.current-vacancies .career-block.apprentice .location,.inner-content.current-vacancies .career-block.apprentice .title {
    color: #00aca2
}

.inner-content.current-vacancies .career-block.apprentice .category {
    background-color: #00aca2
}

.inner-content.current-vacancies .career-block.apprentice .overlay {
    background-color: #00aca2
}

.inner-content.current-vacancies .career-block.sales {
    border-color: #7b4783
}

.inner-content.current-vacancies .career-block.sales .location,.inner-content.current-vacancies .career-block.sales .title {
    color: #7b4783
}

.inner-content.current-vacancies .career-block.sales .category {
    background-color: #7b4783
}

.inner-content.current-vacancies .career-block.sales .overlay {
    background-color: #7b4783
}

.inner-content.current-vacancies .career-block.technical {
    border-color: #068fcf
}

.inner-content.current-vacancies .career-block.technical .location,.inner-content.current-vacancies .career-block.technical .title {
    color: #068fcf
}

.inner-content.current-vacancies .career-block.technical .category {
    background-color: #068fcf
}

.inner-content.current-vacancies .career-block.technical .overlay {
    background-color: #068fcf
}

.inner-content.current-vacancies .career-block:hover .overlay {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .inner-content.current-vacancies .career-block {
        max-width:320px;
        margin: 0 auto 20px
    }
}

.bg-admin-and-operations.header-banner {
    background-color: #cc5299;
    color: #cc5299
}

.admin-and-operations.your-job-choices h2 {
    color: #cc5299
}

.admin-and-operations.your-job-choices .joining-lines {
    background-color: #cc5299
}

.admin-and-operations.your-job-choices .softcat-block {
    border: 3px solid #cc5299
}

.admin-and-operations.your-job-choices .softcat-block .number {
    background-color: #cc5299
}

.admin-and-operations.your-job-choices .softcat-block .title {
    color: #cc5299
}

.admin-and-operations.job-choice-intro-block {
    background-color: #cc5299;
    color: #cc5299
}

.admin-and-operations.job-choice-intro-block .btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: inherit
}

.admin-and-operations.training-progression-plan h2 {
    color: #cc5299
}

.admin-and-operations.training-progression-plan .timeline-container h3 {
    color: #cc5299
}

.admin-and-operations.training-progression-plan .timeline-container .left,.admin-and-operations.training-progression-plan .timeline-container .right {
    border-color: #cc5299
}

.admin-and-operations.meet-the-team h2 {
    color: #cc5299
}

.admin-and-operations.meet-the-team .team-member .name {
    color: #cc5299
}

.bg-apprentices.header-banner {
    background-color: #00aca2;
    color: #00aca2
}

.apprentices.your-job-choices h2 {
    color: #00aca2
}

.apprentices.your-job-choices .joining-lines {
    background-color: #00aca2
}

.apprentices.your-job-choices .softcat-block {
    border: 3px solid #00aca2
}

.apprentices.your-job-choices .softcat-block .number {
    background-color: #00aca2
}

.apprentices.your-job-choices .softcat-block .title {
    padding: 0 10px;
    font-size: 21px;
    word-spacing: -2px;
    color: #00aca2
}

.apprentices.job-choice-intro-block {
    background-color: #00aca2;
    color: #00aca2
}

.apprentices.job-choice-intro-block .btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: inherit
}

.apprentices.training-progression-plan h2 {
    color: #00aca2
}

.apprentices.training-progression-plan .timeline-container h3 {
    color: #00aca2
}

.apprentices.training-progression-plan .timeline-container .left,.apprentices.training-progression-plan .timeline-container .right {
    border-color: #00aca2
}

.apprentices.meet-the-team h2 {
    color: #00aca2
}

.apprentices.meet-the-team .team-member .name {
    color: #00aca2
}

.bg-technical.header-banner {
    background-color: #068fcf;
    color: #068fcf
}

.technical.your-job-choices h2 {
    color: #068fcf
}

.technical.your-job-choices .joining-lines {
    background-color: #068fcf
}

.technical.your-job-choices .softcat-block {
    border: 3px solid #068fcf
}

.technical.your-job-choices .softcat-block .number {
    background-color: #068fcf
}

.technical.your-job-choices .softcat-block .title {
    color: #068fcf
}

.technical.job-choice-intro-block {
    background-color: #068fcf;
    color: #068fcf
}

.technical.job-choice-intro-block .btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: inherit
}

.technical.training-progression-plan h2 {
    color: #068fcf
}

.technical.training-progression-plan .timeline-container h3 {
    color: #068fcf
}

.technical.training-progression-plan .timeline-container .left,.technical.training-progression-plan .timeline-container .right {
    border-color: #068fcf
}

.technical.meet-the-team h2 {
    color: #068fcf
}

.technical.meet-the-team .team-member .name {
    color: #068fcf
}

.bg-sales.header-banner {
    background-color: #7b4783;
    color: #7b4783
}

.sales.your-job-choices h2 {
    color: #7b4783
}

.sales.your-job-choices .joining-lines {
    background-color: #7b4783
}

.sales.your-job-choices .softcat-block {
    border: 3px solid #7b4783
}

.sales.your-job-choices .softcat-block .number {
    background-color: #7b4783
}

.sales.your-job-choices .softcat-block .title {
    color: #7b4783
}

.sales.job-choice-intro-block {
    background-color: #7b4783;
    color: #7b4783
}

.sales.job-choice-intro-block .btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: inherit
}

.sales.training-progression-plan h2 {
    color: #7b4783
}

.sales.training-progression-plan .timeline-container h3 {
    color: #7b4783
}

.sales.training-progression-plan .timeline-container .left,.sales.training-progression-plan .timeline-container .right {
    border-color: #7b4783
}

.sales.meet-the-team h2 {
    color: #7b4783
}

.sales.meet-the-team .team-member .name {
    color: #7b4783
}

.your-job-choices {
    text-align: center
}

.your-job-choices h2 {
    color: #00aca2
}

.your-job-choices .intro {
    margin: 20px 0;
    color: #666;
    font-size: 20px;
    line-height: 24px
}

.your-job-choices .joining-lines {
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .your-job-choices .joining-lines {
        background-image:url(/assets/template/images/layout/join-us-joining-lines-inverse.png);
        background-repeat: no-repeat;
        background-position: center center
    }
}

@media screen and (max-width: 1199px) {
    .your-job-choices .joining-lines {
        background:0 0!important
    }
}

.your-job-choices .softcat-block {
    position: relative;
    width: 100%;
    height: 275px;
    border: 3px solid #00aca2;
    margin-bottom: 25px;
    background-color: #fff
}

.your-job-choices .softcat-block .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 40px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    background-color: #00aca2
}

.your-job-choices .softcat-block .title {
    margin-top: 45px;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #00aca2;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-align: center
}

.your-job-choices .softcat-block p {
    padding: 0 20px;
    margin: 0
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .your-job-choices .softcat-block {
        height:380px
    }
}

@media screen and (max-width: 991px) {
    .your-job-choices .softcat-block {
        height:auto;
        padding-bottom: 45px
    }
}

.t-outer.t-job-choice-intro-block {
    height: 450px
}

.job-choice-intro-block {
    height: 450px
}

.job-choice-intro-block .text-container {
    padding: 0 30px 0 0
}

.job-choice-intro-block .text-container h2 {
    margin-top: 0;
    color: #fff;
    font-size: 38px;
    line-height: 42px
}

.job-choice-intro-block .text-container p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 200
}

.job-choice-intro-block .image-container {
    width: 100%;
    height: 450px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.job-choice-intro-block .btn {
    margin-top: 10px
}

@media screen and (max-width: 991px) {
    .job-choice-intro-block .text-container {
        padding:0 20px 0 0
    }

    .job-choice-intro-block .text-container h2 {
        font-size: 30px;
        line-height: 34px
    }

    .job-choice-intro-block .text-container p {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width: 767px) {
    .t-outer.t-job-choice-intro-block {
        display:block;
        height: auto
    }

    .t-outer.t-job-choice-intro-block .t-inner {
        display: block
    }

    .job-choice-intro-block {
        height: auto
    }

    .job-choice-intro-block .text-container {
        padding: 20px 10px;
        text-align: center
    }

    .job-choice-intro-block .text-container h2 {
        font-size: 30px;
        line-height: 34px
    }

    .job-choice-intro-block .text-container p {
        font-size: 16px;
        line-height: 20px
    }

    .job-choice-intro-block .image-container {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        height: 300px;
        margin: 0 -10px
    }
}

.training-progression-plan {
    margin-bottom: 0
}

.training-progression-plan h2 {
    margin: 0;
    color: #00aca2
}

.training-progression-plan .timeline-table-wrap {
    display: table;
    width: 100%;
    margin-top: -20px
}

.training-progression-plan .timeline-container {
    display: table-row;
    padding: 0
}

.training-progression-plan .timeline-container .timeline-row {
    min-height: 200px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5
}

.training-progression-plan .timeline-container .timeline-row:after,.training-progression-plan .timeline-container .timeline-row:before {
    content: " ";
    display: table
}

.training-progression-plan .timeline-container .timeline-row:after {
    clear: both
}

.training-progression-plan .timeline-container .timeline-row:after,.training-progression-plan .timeline-container .timeline-row:before {
    content: " ";
    display: table
}

.training-progression-plan .timeline-container .timeline-row:after {
    clear: both
}

.training-progression-plan .timeline-container .timeline-row img {
    width: 100%
}

.training-progression-plan .timeline-container h3 {
    margin: 0;
    color: #00aca2;
    font-size: 18px;
    font-family: proxima-nova,sans-serif
}

.training-progression-plan .timeline-container p {
    margin: 8px 0 0;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    font-weight: 200
}

.training-progression-plan .timeline-container ul {
    margin: 5px 0 0
}

.training-progression-plan .timeline-container ul li {
    padding-bottom: 5px;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    font-weight: 200
}

.training-progression-plan .timeline-container .left {
    display: table-cell;
    width: 50%;
    padding: 0;
    border-right: 2.5px solid #00aca2;
    vertical-align: top
}

.training-progression-plan .timeline-container .left .timeline-row {
    padding-right: 25px
}

.training-progression-plan .timeline-container .right {
    display: table-cell;
    width: 50%;
    padding: 0;
    border-left: 2.5px solid #00aca2;
    vertical-align: top;
    text-align: right
}

.training-progression-plan .timeline-container .right .timeline-row {
    padding-left: 25px
}

@media screen and (max-width: 991px) {
    .training-progression-plan .timeline-container .timeline-row {
        height:300px
    }
}

@media screen and (max-width: 767px) {
    .training-progression-plan .timeline-table-wrap {
        display:block;
        margin: 0
    }

    .training-progression-plan .timeline-container {
        display: block
    }

    .training-progression-plan .timeline-container .left,.training-progression-plan .timeline-container .right {
        display: block;
        width: 100%;
        border: none;
        padding: 20px 0 0
    }

    .training-progression-plan .timeline-container .left .timeline-row,.training-progression-plan .timeline-container .right .timeline-row {
        padding: 0
    }

    .training-progression-plan .timeline-container .timeline-row {
        height: auto;
        text-align: center
    }

    .training-progression-plan .timeline-container .timeline-row .pull-right {
        float: none!important
    }

    .training-progression-plan .timeline-container h3 {
        margin: 20px 0 0
    }

    .training-progression-plan .timeline-container p {
        margin: 10px 0 20px
    }

    .training-progression-plan .timeline-container img {
        width: 320px;
        margin: 10px auto 0
    }
}

.recruitment-process-block:last-child:after {
    content: ' ';
    position: absolute;
    width: 1000px;
    height: 100%;
    top: 0;
    left: -webkit-calc(100% - 10px);
    left: calc(100% - 10px);
    background-color: #fff
}

.meet-the-team h2 {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
    color: #00aca2
}

.meet-the-team .team-member {
    width: 20%;
    float: left;
    margin-bottom: 70px;
    text-align: center
}

.meet-the-team .team-member img {
    margin-bottom: 10px;
    margin: 10px auto
}

.meet-the-team .team-member .name {
    color: #00aca2;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 5px
}

.meet-the-team .team-member .job-title {
    font-weight: 700;
    color: #666
}

@media screen and (max-width: 767px) {
    .meet-the-team .team-member {
        width:100%;
        float: none
    }
}

.job-choices-overview .our-stories-container {
    height: auto;
    background-color: #f5f5f5
}

.job-choices-overview .our-stories-container h2 {
    color: #00aca2
}

.job-choices-overview .current-vacancies h2 {
    color: #00aca2
}

.working-at-softcat-container .progress-container {
    display: none;
    position: fixed;
    left: 0;
    top: 29%;
    width: 56px;
    height: 404px;
    border: 3px solid #f5f5f5;
    background-color: rgba(255,255,255,.6);
    border-left: none;
    z-index: 5
}

.working-at-softcat-container .progress-container .circle {
    width: 32px;
    height: 32px;
    background-color: #00aca2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 6px auto;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    cursor: pointer
}

.working-at-softcat-container .progress-container .circle.active {
    height: 44px;
    width: 44px;
    line-height: 40px;
    border: 2px solid #00aca2;
    background-color: #fff;
    color: #00aca2
}

@media screen and (min-width: 992px) {
    .working-at-softcat-container .progress-container {
        display:block
    }
}

.working-at-softcat-container .team-softcat {
    background-color: #cc5299
}

.working-at-softcat-container .team-softcat h2 {
    padding: 10px;
    color: #fff;
    margin-bottom: 5px;
    margin: 0
}

.working-at-softcat-container .team-softcat p {
    padding: 10px;
    color: #fff;
    margin: 0
}

.working-at-softcat-container .team-softcat .btn {
    margin-left: 10px;
    margin-bottom: 20px
}

.working-at-softcat-container .csr {
    background-color: #915da3
}

.working-at-softcat-container .csr h2 {
    padding: 10px;
    color: #fff;
    margin-bottom: 5px;
    margin: 0
}

.working-at-softcat-container .csr p {
    padding: 10px;
    color: #fff;
    margin: 0
}

.working-at-softcat-container .csr .btn {
    margin-left: 10px;
    margin-bottom: 20px
}

.working-at-softcat-container .timeline-container {
    padding: 40px 0 20px
}

.working-at-softcat-container .timeline-container h3 {
    margin: 0 0 10px;
    color: #00aca2;
    font-size: 36px;
    font-family: proxima-nova,sans-serif
}

.working-at-softcat-container .timeline-container p {
    font-size: 20px;
    color: #666;
    line-height: 26px;
    font-weight: 200
}

.working-at-softcat-container .timeline-container .timeline-row {
    display: table-row
}

.working-at-softcat-container .timeline-container .timeline-row .left {
    display: table-cell;
    width: 49.75%;
    vertical-align: middle;
    padding: 25px 25px 25px 0;
    border-bottom: 1px solid #f5f5f5
}

.working-at-softcat-container .timeline-container .timeline-row .left img {
    width: 100%
}

.working-at-softcat-container .timeline-container .timeline-row .middle {
    display: table-cell;
    position: relative;
    width: .5%;
    background-color: #00aca2;
    border-bottom: 1px solid #00aca2
}

.working-at-softcat-container .timeline-container .timeline-row .middle .number {
    position: absolute;
    left: -6px;
    top: 0;
    bottom: 0;
    height: 17px;
    width: 17px;
    margin: auto 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    background-color: #00aca2;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.working-at-softcat-container .timeline-container .timeline-row .middle .number.active {
    left: -15px;
    height: 34px;
    width: 34px;
    font-size: 26px;
    line-height: 34px
}

.working-at-softcat-container .timeline-container .timeline-row .right {
    display: table-cell;
    width: 49.75%;
    vertical-align: middle;
    padding: 25px 0 25px 25px;
    border-bottom: 1px solid #f5f5f5
}

.working-at-softcat-container .timeline-container .timeline-row .right img {
    width: 100%
}

@media screen and (max-width: 767px) {
    .working-at-softcat-container .timeline-container {
        padding:20px 0 0
    }

    .working-at-softcat-container .timeline-container .timeline-row {
        display: block;
        border-top: 1px solid #00aca2
    }

    .working-at-softcat-container .timeline-container .timeline-row .left,.working-at-softcat-container .timeline-container .timeline-row .right {
        display: block;
        width: 100%;
        text-align: center;
        border: 0;
        padding: 0 10px
    }

    .working-at-softcat-container .timeline-container .timeline-row .left h3,.working-at-softcat-container .timeline-container .timeline-row .right h3 {
        margin-top: 20px
    }

    .working-at-softcat-container .timeline-container .timeline-row .left p,.working-at-softcat-container .timeline-container .timeline-row .right p {
        margin-bottom: 20px
    }

    .working-at-softcat-container .timeline-container .timeline-row .middle {
        display: none
    }

    .working-at-softcat-container .timeline-container .timeline-row img {
        display: none
    }
}

.inner-content.intro {
    padding: 30px 10px
}

.inner-content.intro h3 {
    margin: 0;
    line-height: 30px
}

.location-overview .location-map .map {
    height: 600px;
    position: relative;
    z-index: 1
}

.location-overview .location-map .buttons-container {
    z-index: 50;
    position: relative;
    bottom: 50px;
    width: 282px;
    margin: 0 auto
}

.location-overview .location-map .buttons-container .btn:first-child {
    margin-right: 14px
}

.location-overview .facts-container .facts {
    padding-bottom: 10px
}

.location-overview .facts-container .facts .slick-prev {
    position: absolute;
    top: 35%;
    left: 20px;
    z-index: 50;
    height: 80px;
    width: 80px;
    color: transparent;
    content: none;
    font-size: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #00aca2;
    background-color: #ccc;
    opacity: .6
}

.location-overview .facts-container .facts .slick-prev:after {
    content: "\f053";
    font-size: 28px;
    font-family: FontAwesome;
    color: #00aca2
}

.location-overview .facts-container .facts .slick-prev:hover {
    border: 3px solid #915da3;
    opacity: 1
}

.location-overview .facts-container .facts .slick-prev:hover:after {
    color: #915da3
}

.location-overview .facts-container .facts .slick-next {
    position: absolute;
    top: 35%;
    right: 20px;
    z-index: 50;
    height: 80px;
    width: 80px;
    color: transparent;
    content: none;
    font-size: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #00aca2;
    background-color: #ccc;
    opacity: .6
}

.location-overview .facts-container .facts .slick-next:after {
    content: "\f054";
    font-size: 28px;
    font-family: FontAwesome;
    color: #00aca2
}

.location-overview .facts-container .facts .slick-next:hover {
    border: 3px solid #915da3;
    opacity: 1
}

.location-overview .facts-container .facts .slick-next:hover:after {
    color: #915da3
}

.location-overview .facts-container .facts .fact {
    position: relative;
    width: 360px;
    height: 400px;
    max-height: 400px;
    margin: 0 10px;
    border: 3px solid #eaeaea;
    padding: 22px
}

.location-overview .facts-container .facts .fact h3 {
    font-weight: 200;
    font-size: 22px;
    color: #00aca2
}

.location-overview .facts-container .facts .fact p {
    font-size: 14px;
    font-weight: 200;
    color: #666
}

.location-overview .facts-container .facts .fact:focus {
    outline: 0
}

@media screen and (max-width: 767px) {
    .location-overview .facts-container .facts .fact {
        padding:15px
    }

    .location-overview .facts-container .facts .fact h3 {
        font-size: 16px
    }

    .location-overview .facts-container .facts .fact p {
        font-size: 12px
    }
}

.location-overview .threesixy-container .title-area {
    padding: 15px 0;
    text-align: center;
    background-color: #00aca2;
    color: #fff;
    font-size: 38px;
    font-family: proxima-nova,sans-serif
}

.location-overview .threesixy-container .threesixty {
    display: inline-block;
    padding-right: 15px
}

.location-overview .threesixy-container .threesixty-area img {
    width: 100%
}

.location-overview .our-stories-container {
    height: auto;
    background-color: #f5f5f5
}

.location-overview.marlow .buttons-container .btn {
    background-color: #00aca2
}

.job-description h3 {
    font-size: 22px
}

@media screen and (min-width: 992px) {
    .job-description .main-image {
        padding-left:25px;
        padding-bottom: 25px;
        float: right
    }
}

.job-description.admin-operations h3 {
    color: #cc5299
}

.job-description.apprentice h3 {
    color: #00aca2
}

.job-description.sales h3 {
    color: #7b4783
}

.job-description.technical h3 {
    color: #068fcf
}

.header-banner.softcat-locations {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.header-banner.softcat-locations.softcat-marlow {
    background-image: url(/assets/template/images/layout/join-us/marlow-banner_V2.jpg);
    background-color: #007972
}

.header-banner.softcat-locations.softcat-marlow .selected {
    background-color: #fff;
    color: #00aca2
}

.header-banner.softcat-locations.softcat-glasgow {
    background-image: url(/assets/template/images/layout/join-us/glasgow-banner_V2.jpg);
    background-color: #007972
}

.header-banner.softcat-locations.softcat-leeds {
    background-image: url(/assets/template/images/layout/join-us/leeds-banner_V2.jpg);
    background-color: #8b992f
}

.header-banner.softcat-locations.softcat-london {
    background-image: url(/assets/template/images/layout/join-us/london-banner_V2.jpg);
    background-color: #0575a9
}

.header-banner.softcat-locations.softcat-manchester {
    background-image: url(/assets/template/images/layout/join-us/manchester-banner_V2.jpg);
    background-color: #cc5299
}

.header-banner.softcat-locations.softcat-bristol {
    background-image: url(/assets/template/images/layout/join-us/bristol-banner_V2.jpg);
    background-color: #cc9946
}

.header-banner.softcat-locations.softcat-south-coast {
    background-image: url(/assets/template/images/layout/join-us/south-coast-banner.jpg)
}

.header-banner.softcat-locations.softcat-dublin {
    background-image: url(/assets/template/images/layout/join-us/dublin-banner.jpg)
}

.header-banner.softcat-locations .join-us-nav {
    background-color: transparent
}

.header-banner.softcat-locations .drop-menu-item i.fa-chevron-right {
    position: absolute;
    width: 13px;
    height: 18px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 18px;
    right: -32px;
    color: #006962
}

.header-banner.softcat-locations .t-inner {
    position: relative
}

.header-banner.softcat-locations .t-inner i {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto 0;
    font-size: 18px;
    height: 16px
}

.header-banner.softcat-locations .t-inner i.fa-chevron-down {
    right: 15px
}

.inner-content.softcat-locations h2 {
    color: #000
}

.inner-content.softcat-locations p {
    margin-bottom: 25px
}

.inner-content.softcat-locations .btn-margin-bottom {
    margin-bottom: 20px
}

.inner-content.softcat-locations .career-block {
    position: relative;
    display: block;
    border: 3px solid;
    min-height: 315px;
    margin-bottom: 20px;
    text-decoration: none
}

.inner-content.softcat-locations .career-block:hover {
    text-decoration: none
}

.inner-content.softcat-locations .career-block:active {
    text-decoration: none
}

.inner-content.softcat-locations .career-block:focus {
    text-decoration: none
}

.inner-content.softcat-locations .career-block img {
    position: relative;
    z-index: 3
}

.inner-content.softcat-locations .career-block .title {
    padding: 10px;
    font-size: 22px;
    line-height: 26px;
    font-family: proxima-nova,sans-serif
}

.inner-content.softcat-locations .career-block .date {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.inner-content.softcat-locations .career-block .location {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.inner-content.softcat-locations .career-block .category {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    line-height: 37px
}

.inner-content.softcat-locations .career-block .overlay {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: proxima-nova;
    color: #fff;
    padding: 45% 20% 0
}

.inner-content.softcat-locations .career-block .overlay i {
    font-size: 25px
}

.inner-content.softcat-locations .career-block.admin-operations {
    border-color: #cc5299
}

.inner-content.softcat-locations .career-block.admin-operations .location,.inner-content.softcat-locations .career-block.admin-operations .title {
    color: #cc5299
}

.inner-content.softcat-locations .career-block.admin-operations .category {
    background-color: #cc5299
}

.inner-content.softcat-locations .career-block.admin-operations .overlay {
    background-color: #cc5299
}

.inner-content.softcat-locations .career-block.apprentice {
    border-color: #00aca2
}

.inner-content.softcat-locations .career-block.apprentice .location,.inner-content.softcat-locations .career-block.apprentice .title {
    color: #00aca2
}

.inner-content.softcat-locations .career-block.apprentice .category {
    background-color: #00aca2
}

.inner-content.softcat-locations .career-block.apprentice .overlay {
    background-color: #00aca2
}

.inner-content.softcat-locations .career-block.sales {
    border-color: #7b4783
}

.inner-content.softcat-locations .career-block.sales .location,.inner-content.softcat-locations .career-block.sales .title {
    color: #7b4783
}

.inner-content.softcat-locations .career-block.sales .category {
    background-color: #7b4783
}

.inner-content.softcat-locations .career-block.sales .overlay {
    background-color: #7b4783
}

.inner-content.softcat-locations .career-block.technical {
    border-color: #068fcf
}

.inner-content.softcat-locations .career-block.technical .location,.inner-content.softcat-locations .career-block.technical .title {
    color: #068fcf
}

.inner-content.softcat-locations .career-block.technical .category {
    background-color: #068fcf
}

.inner-content.softcat-locations .career-block.technical .overlay {
    background-color: #068fcf
}

.inner-content.softcat-locations .career-block:hover .overlay {
    opacity: 1
}

.location-overview .location-map .map {
    height: 600px;
    position: relative;
    z-index: 1
}

.location-overview .location-map .buttons-container {
    z-index: 50;
    position: relative;
    bottom: 50px;
    width: 282px;
    margin: 0 auto
}

.location-overview .location-map .buttons-container .btn:first-child {
    margin-right: 14px
}

.location-overview .threesixy-container .title-area {
    padding: 15px 0;
    text-align: center;
    background-color: #00aca2;
    color: #fff;
    font-size: 38px;
    font-family: proxima-nova,sans-serif
}

.location-overview .threesixy-container .threesixty {
    display: inline-block;
    padding-right: 15px
}

.location-overview .threesixy-container .threesixty-area img {
    width: 100%
}

.location-overview .our-stories-container {
    height: auto;
    background-color: #f5f5f5
}

.location-overview.marlow .buttons-container .btn {
    background-color: #00aca2
}

.news-overview h4 {
    color: #068fcf;
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 600
}

@media screen and (min-width: 1200px) {
    .news-overview .latest-news {
        border-right:3px solid #f5f5f5
    }

    .news-overview .most-read {
        border-left: 3px solid #f5f5f5
    }
}

.news-overview .news-item {
    min-height: 330px;
    margin-bottom: 60px
}

@media screen and (max-width: 767px) {
    .news-overview .news-item {
        min-height:200px
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .news-overview .news-item.latest {
        min-height:290px
    }
}

.news-overview .news-item .headline {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 5px
}

.news-overview .news-item .headline a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -1px;
    text-decoration: none
}

.news-overview .news-item .headline a:hover {
    text-decoration: none
}

.news-overview .news-item .headline a:active {
    text-decoration: none
}

.news-overview .news-item .headline a:focus {
    text-decoration: none
}

.news-overview .news-item .date {
    padding-top: 7px;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase
}

.news-overview .news-item p {
    padding-left: 4px
}

.news-overview .news-item .intro {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 5px
}

.news-overview .news-item .intro a {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.news-overview .news-item .intro a:hover {
    text-decoration: none
}

.news-overview .news-item .intro a:active {
    text-decoration: none
}

.news-overview .news-item .intro a:focus {
    text-decoration: none
}

.news-overview .news-selector {
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (max-width: 1199px) {
    .news-overview .news-search {
        margin-top:15px
    }
}

.bg-theta .news-item {
    min-height: 340px!important
}

@media screen and (max-width: 991px) {
    .bg-theta .news-item {
        padding-left:10px;
        padding-right: 10px
    }
}

.bg-theta .news-item .headline {
    margin-bottom: 0
}

.bg-theta .news-item .date {
    padding-left: 5px;
    color: #fff
}

.news-page h3 {
    margin-top: 0;
    color: #915da3;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.news-page .news-gallery {
    margin-top: 25px
}

.news-page .news-gallery .image {
    display: none
}

.news-page .news-gallery .image.active {
    display: block
}

.news-page .news-gallery .row.thumbs {
    margin-top: 20px
}

.news-page .news-gallery .row.thumbs img {
    cursor: pointer
}

.news-page .news-gallery .row.thumbs div {
    padding-bottom: 15px
}

.news-page .news-gallery .row.social-sharing {
    margin-top: 25px;
    padding-left: 8px
}

ul.pagination li:before {
    content: ""
}

@media screen and (max-width: 767px) {
    ul.pagination li {
        display:none
    }

    ul.pagination li.active,ul.pagination li.control {
        display: block;
        float: left;
        padding-left: 0
    }
}

.news-blocks {
    margin-top: 20px
}

.news-blocks a {
    text-decoration: none
}

.news-blocks a:hover {
    text-decoration: none
}

.news-blocks a:active {
    text-decoration: none
}

.news-blocks a:focus {
    text-decoration: none
}

.news-blocks .news-block {
    border: 3px solid
}

.news-blocks .news-block .category,.news-blocks .news-block .date,.news-blocks .news-block .title {
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 20px
}

.news-blocks .news-block .title {
    margin-top: 10px;
    font-family: proxima-nova,sans-serif;
    font-size: 30px;
    line-height: 32px
}

.news-blocks .news-block .date {
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase
}

.news-blocks .news-block .category {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800
}

.news-blocks .news-block.one {
    min-height: 446px
}

.news-blocks .news-block.two {
    margin-bottom: 20px
}

.news-blocks .news-block.four {
    margin-bottom: 20px
}

.news-blocks .news-block.six {
    min-height: 446px
}

@media screen and (max-width: 1199px) {
    .news-blocks .news-block.one,.news-blocks .news-block.six {
        min-height:361px
    }

    .news-blocks .news-block .category,.news-blocks .news-block .date,.news-blocks .news-block .title {
        margin-bottom: 10px
    }

    .news-blocks .news-block .title {
        margin-top: 5px;
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (max-width: 991px) {
    .news-blocks .news-block.five,.news-blocks .news-block.four,.news-blocks .news-block.one,.news-blocks .news-block.six,.news-blocks .news-block.three,.news-blocks .news-block.two {
        min-height:initial;
        margin-bottom: 20px
    }

    .news-blocks .news-block.three {
        margin-bottom: 0
    }
}

.news-blocks .news-block.softcat {
    border-color: #7b4783
}

.news-blocks .news-block.softcat .category,.news-blocks .news-block.softcat .title {
    color: #7b4783
}

.news-blocks .news-block.softcat:hover {
    background-color: #7b4783
}

.news-blocks .news-block.softcat:hover .category,.news-blocks .news-block.softcat:hover .title {
    color: #fff
}

.news-blocks .news-block.analytics {
    border-color: #238746
}

.news-blocks .news-block.analytics .category,.news-blocks .news-block.analytics .title {
    color: #238746
}

.news-blocks .news-block.analytics:hover {
    background-color: #238746
}

.news-blocks .news-block.analytics:hover .category,.news-blocks .news-block.analytics:hover .title {
    color: #fff
}

.news-blocks .news-block.commodity-sourcing {
    border-color: #068fe6
}

.news-blocks .news-block.commodity-sourcing .category,.news-blocks .news-block.commodity-sourcing .title {
    color: #068fe6
}

.news-blocks .news-block.commodity-sourcing:hover {
    background-color: #068fe6
}

.news-blocks .news-block.commodity-sourcing:hover .category,.news-blocks .news-block.commodity-sourcing:hover .title {
    color: #fff
}

.news-blocks .news-block.datacentre-cloud {
    border-color: #0168a2
}

.news-blocks .news-block.datacentre-cloud .category,.news-blocks .news-block.datacentre-cloud .title {
    color: #0168a2
}

.news-blocks .news-block.datacentre-cloud:hover {
    background-color: #0168a2
}

.news-blocks .news-block.datacentre-cloud:hover .category,.news-blocks .news-block.datacentre-cloud:hover .title {
    color: #fff
}

.news-blocks .news-block.end-user-computing {
    border-color: #d13968
}

.news-blocks .news-block.end-user-computing .category,.news-blocks .news-block.end-user-computing .title {
    color: #d13968
}

.news-blocks .news-block.end-user-computing:hover {
    background-color: #d13968
}

.news-blocks .news-block.end-user-computing:hover .category,.news-blocks .news-block.end-user-computing:hover .title {
    color: #fff
}

.news-blocks .news-block.asset-management {
    border-color: #81c462
}

.news-blocks .news-block.asset-management .category,.news-blocks .news-block.asset-management .title {
    color: #81c462
}

.news-blocks .news-block.asset-management:hover {
    background-color: #81c462
}

.news-blocks .news-block.asset-management:hover .category,.news-blocks .news-block.asset-management:hover .title {
    color: #fff
}

.news-blocks .news-block.managed-print {
    border-color: #e02b3c
}

.news-blocks .news-block.managed-print .category,.news-blocks .news-block.managed-print .title {
    color: #e02b3c
}

.news-blocks .news-block.managed-print:hover {
    background-color: #e02b3c
}

.news-blocks .news-block.managed-print:hover .category,.news-blocks .news-block.managed-print:hover .title {
    color: #fff
}

.news-blocks .news-block.managed-services {
    border-color: #cc5299
}

.news-blocks .news-block.managed-services .category,.news-blocks .news-block.managed-services .title {
    color: #cc5299
}

.news-blocks .news-block.managed-services:hover {
    background-color: #cc5299
}

.news-blocks .news-block.managed-services:hover .category,.news-blocks .news-block.managed-services:hover .title {
    color: #fff
}

.news-blocks .news-block.networking-security {
    border-color: #9c1a2b
}

.news-blocks .news-block.networking-security .category,.news-blocks .news-block.networking-security .title {
    color: #9c1a2b
}

.news-blocks .news-block.networking-security:hover {
    background-color: #9c1a2b
}

.news-blocks .news-block.networking-security:hover .category,.news-blocks .news-block.networking-security:hover .title {
    color: #fff
}

.news-blocks .news-block.professional-services {
    border-color: #00aca2
}

.news-blocks .news-block.professional-services .category,.news-blocks .news-block.professional-services .title {
    color: #00aca2
}

.news-blocks .news-block.professional-services:hover {
    background-color: #00aca2
}

.news-blocks .news-block.professional-services:hover .category,.news-blocks .news-block.professional-services:hover .title {
    color: #fff
}

.news-blocks .news-block.software-licensing {
    border-color: #ffaa14
}

.news-blocks .news-block.software-licensing .category,.news-blocks .news-block.software-licensing .title {
    color: #ffaa14
}

.news-blocks .news-block.software-licensing:hover {
    background-color: #ffaa14
}

.news-blocks .news-block.software-licensing:hover .category,.news-blocks .news-block.software-licensing:hover .title {
    color: #fff
}

.news-blocks .news-block.unified-communications {
    border-color: #23bce5
}

.news-blocks .news-block.unified-communications .category,.news-blocks .news-block.unified-communications .title {
    color: #23bce5
}

.news-blocks .news-block.unified-communications:hover {
    background-color: #23bce5
}

.news-blocks .news-block.unified-communications:hover .category,.news-blocks .news-block.unified-communications:hover .title {
    color: #fff
}

@media screen and (max-width: 991px) {
    .news-blocks .news-block {
        margin-bottom:20px
    }

    .news-blocks .news-block img {
        margin: 0 auto
    }
}

.arrow-container {
    position: relative;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    text-align: center
}

.arrow-container a {
    color: #fff;
    line-height: 60px;
    text-decoration: none
}

.arrow-container a:hover {
    text-decoration: none
}

.arrow-container a:active {
    text-decoration: none
}

.arrow-container a:focus {
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .arrow-container {
        max-width:85%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 34%;
        padding-left: 10%;
        padding-top: 0
    }

    .arrow-container a {
        line-height: 13px;
        font-size: 13px
    }
}

.arrow-container.softcat {
    background-color: #7b4783
}

.arrow-container.analytics {
    background-color: #238746
}

.arrow-container.commodity-sourcing {
    background-color: #068fe6
}

.arrow-container.datacentre-cloud {
    background-color: #0168a2
}

.arrow-container.end-user-computing {
    background-color: #d13968
}

.arrow-container.asset-management {
    background-color: #81c462
}

.arrow-container.managed-print {
    background-color: #e02b3c
}

.arrow-container.managed-services {
    background-color: #cc5299
}

.arrow-container.networking-security {
    background-color: #9c1a2b
}

.arrow-container.professional-services {
    background-color: #00aca2
}

.arrow-container.software-licensing {
    background-color: #ffaa14
}

.arrow-container.unified-communications {
    background-color: #23bce5
}

.arrow-container .one,.arrow-container .three,.arrow-container .two {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    background-image: url(/assets/template/images/layout/arrow-overlay.png)
}

.arrow-container .one {
    left: -31px
}

.arrow-container .two {
    right: 30px
}

.arrow-container .three {
    right: -32px
}

.older-news a {
    text-decoration: none
}

.older-news a:hover {
    text-decoration: none
}

.older-news a:active {
    text-decoration: none
}

.older-news a:focus {
    text-decoration: none
}

.older-news .newsExpandable {
    margin-bottom: 0
}

.older-news .news-item {
    min-height: 275px
}

@media screen and (max-width: 767px) {
    .older-news .news-item {
        min-height:200px;
        margin-bottom: 30px
    }

    .older-news .news-item img {
        margin: 0 auto
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .older-news .news-item.latest {
        min-height:290px
    }
}

.older-news .news-item .headline {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 5px
}

.older-news .news-item .headline a {
    color: #068fcf;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -1px;
    text-decoration: none
}

.older-news .news-item .headline a:hover {
    text-decoration: none
}

.older-news .news-item .headline a:active {
    text-decoration: none
}

.older-news .news-item .headline a:focus {
    text-decoration: none
}

.older-news .news-item .date {
    padding-top: 2px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase
}

.older-news .news-item p {
    padding-left: 4px
}

.older-news .news-item .intro {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 5px
}

.older-news .news-item .intro a {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.older-news .news-item .intro a:hover {
    text-decoration: none
}

.older-news .news-item .intro a:active {
    text-decoration: none
}

.older-news .news-item .intro a:focus {
    text-decoration: none
}

.news-container {
    position: relative;
    overflow: hidden
}

.news-container.podcast .row.content.content-blocks {
    margin: 0!important
}

@media screen and (min-width: 1200px) {
    .news-container .grey-area {
        position:absolute;
        width: 1px;
        height: 97%;
        left: 895px;
        top: 15px;
        background-color: #ebebed
    }

    .news-container .grey-area.left {
        left: 195px
    }
}

.news-container .news-content {
    padding-bottom: 60px
}

@media screen and (min-width: 1199px) {
    .news-container .news-content {
        padding-right:0
    }
}

.news-container .news-content h5 {
    font-size: 22px
}

.news-container .news-content h2 {
    font-size: 22px
}

.news-container .news-content p {
    margin-bottom: 18px
}

.news-container .news-content .container {
    max-width: 100%
}

.news-container .interested-container {
    padding-left: 27px
}

.news-container .interested-container h3 {
    margin-top: 13px;
    color: #915da3;
    font-family: proxima-nova,sans-serif;
    font-size: 19px
}

.news-container .interested-container .interested-block {
    width: 100%;
    height: 195px;
    margin-bottom: 20px;
    padding: 22px 15px;
    border: 3px solid;
    background-color: #fff
}

.news-container .interested-container .interested-block .title a {
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none
}

.news-container .interested-container .interested-block .title a:hover {
    text-decoration: none
}

.news-container .interested-container .interested-block .title a:active {
    text-decoration: none
}

.news-container .interested-container .interested-block .title a:focus {
    text-decoration: none
}

.news-container .interested-container .interested-block .date {
    padding-top: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width: 1199px) {
    .news-container .interested-container .interested-block {
        padding:15px
    }

    .news-container .interested-container .interested-block .title a {
        font-size: 16px
    }

    .news-container .interested-container .interested-block .date {
        font-size: 13px
    }
}

.news-container .interested-container .interested-block.tau {
    border-color: #00aca2
}

.news-container .interested-container .interested-block.tau a {
    color: #00aca2
}

.news-container .interested-container .interested-block.omicron {
    border-color: #cc5299
}

.news-container .interested-container .interested-block.omicron a {
    color: #cc5299
}

.news-container .interested-container .interested-block.rho {
    border-color: #fbbd56
}

.news-container .interested-container .interested-block.rho a {
    color: #fbbd56
}

.news-container .interested-container .interested-block.chi {
    border-color: #006962
}

.news-container .interested-container .interested-block.chi a {
    color: #006962
}

@media screen and (max-width: 991px) {
    .news-container .interested-container .interested-block {
        height:auto;
        max-height: 195px!important
    }
}

@media screen and (max-width: 991px) {
    .news-container .interested-container {
        padding-left:10px
    }
}

.news-container .view-more-btn {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #915da3;
    background-color: #915da3;
    color: #fff;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.news-container .view-more-btn:hover {
    text-decoration: none
}

.news-container .view-more-btn:active {
    text-decoration: none
}

.news-container .view-more-btn:focus {
    text-decoration: none
}

.news-container .partner-button {
    position: relative;
    width: 313px;
    height: 50px;
    padding-right: 75px;
    margin-bottom: 25px;
    background-image: url(/assets/template/images/layout/partner-small-arrow.png);
    background-repeat: no-repeat;
    line-height: 50px;
    text-align: center
}

@media screen and (max-width: 1199px) {
    .news-container .partner-button {
        width:100%;
        max-width: 313px;
        height: 38px;
        padding-right: 25px;
        -webkit-background-size: cover;
        background-size: cover;
        line-height: 38px
    }
}

@media screen and (max-width: 991px) {
    .news-container .partner-button {
        width:196px
    }
}

.news-container .partner-button a {
    color: #fff;
    text-decoration: none
}

.news-container .partner-button a:hover {
    text-decoration: none
}

.news-container .partner-button a:active {
    text-decoration: none
}

.news-container .partner-button a:focus {
    text-decoration: none
}

.news-container .partner-button .arrow-one,.news-container .partner-button .arrow-three,.news-container .partner-button .arrow-two {
    position: absolute;
    width: 60px;
    height: 50px;
    top: 0;
    background-image: url(/assets/template/images/layout/white-arrow.png)
}

.news-container .partner-button .arrow-one {
    left: -32px
}

.news-container .partner-button .arrow-two {
    right: 30px
}

.news-container .partner-button .arrow-three {
    right: -30px
}

.new-news-row {
    position: relative;
    margin-top: 30px
}

.new-news-row .poster-information {
    text-align: center
}

.new-news-row .poster-information .author {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #068fcf;
    font-size: 18px
}

.new-news-row .poster-information .author-job {
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.new-news-row .poster-information .social {
    height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #f0f0f0;
    line-height: 25px
}

.new-news-row .poster-information .social a {
    color: #1695d3;
    text-decoration: none
}

.new-news-row .poster-information .social a:hover {
    text-decoration: none
}

.new-news-row .poster-information .social a:active {
    text-decoration: none
}

.new-news-row .poster-information .social a:focus {
    text-decoration: none
}

.new-news-row .poster-information .social i.fa-linkedin {
    position: relative;
    top: -1px
}

.new-news-row .poster-information .share {
    margin-bottom: 10px;
    color: #068fcf;
    font-size: 18px
}

.new-news-row .poster-information .addthis_toolbox_internal {
    width: 134px;
    margin: 0 auto;
    margin-bottom: 20px
}

.comments-container {
    padding: 30px 0
}

.comments-container .title {
    color: #fff;
    font-size: 22px
}

.comments-container .comment-row {
    padding-top: 20px
}

.comments-container .comment-row .name {
    position: relative;
    float: left;
    color: #fff;
    font-weight: 700
}

.comments-container .comment-row .time {
    position: relative;
    float: left;
    padding-left: 15px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .comments-container .comment-row .time {
        padding-left:0
    }
}

.comments-container .comment-row .comment {
    clear: both;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #10aef8;
    color: #fff
}

.comments-container .btn-xi {
    margin-top: 40px;
    color: #068fcf
}

.comments-container .comment-header p {
    color: #fff
}

@media screen and (max-width: 991px) {
    .comments-container .comment-header {
        margin-bottom:20px;
        border-bottom: 3px solid #fff
    }
}

.comments-container .leave-comment input,.comments-container .leave-comment textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 7px;
    border: none
}

.comments-container .leave-comment .help-block {
    color: #fff
}

textarea {
    max-width: 100%
}

.quip h3 {
    margin-top: 10px
}

.quip-add-comment input.btn {
    width: 120px;
    height: 42px;
    margin-top: 10px;
    border: none;
    text-decoration: none
}

.quip-add-comment input.btn:hover {
    text-decoration: none
}

.quip-add-comment input.btn:active {
    text-decoration: none
}

.quip-add-comment input.btn:focus {
    text-decoration: none
}

.quip-add-comment .form-group {
    margin-bottom: 5px
}

.load-more .font-a-container {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    text-align: center
}

.load-more .font-a-container i {
    position: absolute;
    display: none;
    top: 10px;
    left: 0;
    right: 0;
    color: #915da3
}

.load-more .btn {
    width: 100%;
    height: 60px;
    margin: 0;
    border: 3px solid #915da3;
    font-size: 20px;
    line-height: 43px;
    text-decoration: none
}

.load-more .btn:hover {
    text-decoration: none
}

.load-more .btn:active {
    text-decoration: none
}

.load-more .btn:focus {
    text-decoration: none
}

.load-more .btn:focus {
    color: #fff
}

html.no-touch .load-more .btn:hover {
    background-color: #fff;
    color: #915da3
}

html.no-touch .view-more-btn:hover {
    background-color: #fff;
    color: #915da3
}

html.no-touch .quip-add-comment input.btn:hover {
    background-color: #0d4c6a;
    color: #fff
}

.news-overview-v2 .header-banner {
    height: 180px
}

.news-overview-v2 .header-banner h1 {
    color: #fff
}

@media screen and (max-width: 991px) {
    .news-overview-v2 .header-banner {
        height:250px
    }
}

@media screen and (max-width: 767px) {
    .news-overview-v2 .header-banner {
        height:auto
    }
}

.news-overview-v2 .banner-filters {
    margin: 0!important
}

.news-overview-v2 .news-blocks {
    margin-top: 20px
}

.news-overview-v2 .news-blocks a {
    text-decoration: none;
    cursor: pointer
}

.news-overview-v2 .news-blocks a:hover {
    text-decoration: none
}

.news-overview-v2 .news-blocks a:active {
    text-decoration: none
}

.news-overview-v2 .news-blocks a:focus {
    text-decoration: none
}

.news-overview-v2 .news-blocks .news-block-container {
    margin: 0 5px 25px;
    display: inline-block;
    text-align: center
}

.news-overview-v2 .news-blocks .news-block-container:nth-child(odd) .news-block-image {
    top: 0
}

.news-overview-v2 .news-blocks .news-block-container:nth-child(odd) .news-block-copy,.news-overview-v2 .news-blocks .news-block-container:nth-child(odd) .news-copy-type {
    bottom: 0
}

.news-overview-v2 .news-blocks .news-block-container:nth-child(odd) .news-copy-title {
    top: 15px
}

.news-overview-v2 .news-blocks .news-block-container:nth-child(odd) .news-copy-solution {
    bottom: 50px
}

.news-overview-v2 .news-blocks .news-block-container:nth-child(odd) .news-copy-pubon {
    bottom: 68px
}

.news-overview-v2 .news-blocks .news-block-container:nth-child(even) .news-block-image {
    bottom: 0
}

.news-overview-v2 .news-blocks .news-block-container:nth-child(even) .news-block-copy,.news-overview-v2 .news-blocks .news-block-container:nth-child(even) .news-copy-type {
    top: 0
}

.news-overview-v2 .news-blocks .news-block-container:nth-child(even) .news-copy-title {
    top: 53px
}

.news-overview-v2 .news-blocks .news-block-container:nth-child(even) .news-copy-solution {
    bottom: 13px
}

.news-overview-v2 .news-blocks .news-block-container:nth-child(even) .news-copy-pubon {
    bottom: 30px
}

.news-overview-v2 .news-blocks .news-block {
    width: 275px;
    height: 408px;
    position: relative;
    border: 3px solid;
    text-align: left;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news-overview-v2 .news-blocks .news-block:hover {
    cursor: pointer
}

.news-overview-v2 .news-blocks .news-block:hover .news-copy-title {
    color: #fff
}

.news-overview-v2 .news-blocks .news-block .news-block-image {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: absolute;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.news-overview-v2 .news-blocks .news-block .news-block-copy {
    position: absolute;
    left: 0;
    width: 100%;
    height: 230px
}

.news-overview-v2 .news-blocks .news-block .news-copy-title {
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    font-family: proxima-nova,sans-serif;
    font-size: 17px;
    line-height: 1.125;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.news-overview-v2 .news-blocks .news-block .news-copy-solution {
    position: absolute;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.news-overview-v2 .news-blocks .news-block .news-copy-type {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.news-overview-v2 .news-blocks .news-block .news-copy-pubon {
    position: absolute;
    padding: 0 15px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.news-overview-v2 .news-blocks .news-block.softcat {
    border-color: #7b4783
}

.news-overview-v2 .news-blocks .news-block.softcat .news-copy-solution {
    color: #7b4783
}

.news-overview-v2 .news-blocks .news-block.softcat .news-copy-type {
    background-color: #7b4783
}

.news-overview-v2 .news-blocks .news-block.softcat:hover {
    background-color: #7b4783
}

.news-overview-v2 .news-blocks .news-block.softcat:hover .news-copy-pubon,.news-overview-v2 .news-blocks .news-block.softcat:hover .news-copy-solution {
    color: #fff
}

.news-overview-v2 .news-blocks .news-block.asset-management {
    border-color: #81c462
}

.news-overview-v2 .news-blocks .news-block.asset-management .news-copy-solution {
    color: #81c462
}

.news-overview-v2 .news-blocks .news-block.asset-management .news-copy-type {
    background-color: #81c462
}

.news-overview-v2 .news-blocks .news-block.asset-management:hover {
    background-color: #81c462
}

.news-overview-v2 .news-blocks .news-block.asset-management:hover .news-copy-pubon,.news-overview-v2 .news-blocks .news-block.asset-management:hover .news-copy-solution {
    color: #fff
}

.news-overview-v2 .news-blocks .news-block.analytics {
    border-color: #238746
}

.news-overview-v2 .news-blocks .news-block.analytics .news-copy-solution {
    color: #238746
}

.news-overview-v2 .news-blocks .news-block.analytics .news-copy-type {
    background-color: #238746
}

.news-overview-v2 .news-blocks .news-block.analytics:hover {
    background-color: #238746
}

.news-overview-v2 .news-blocks .news-block.analytics:hover .news-copy-pubon,.news-overview-v2 .news-blocks .news-block.analytics:hover .news-copy-solution {
    color: #fff
}

.news-overview-v2 .news-blocks .news-block.services {
    border-color: #dc3041
}

.news-overview-v2 .news-blocks .news-block.services .news-copy-solution {
    color: #dc3041
}

.news-overview-v2 .news-blocks .news-block.services .news-copy-type {
    background-color: #dc3041
}

.news-overview-v2 .news-blocks .news-block.services:hover {
    background-color: #dc3041
}

.news-overview-v2 .news-blocks .news-block.services:hover .news-copy-pubon,.news-overview-v2 .news-blocks .news-block.services:hover .news-copy-solution {
    color: #fff
}

.news-overview-v2 .news-blocks .news-block.unified-communications {
    border-color: #23bce5
}

.news-overview-v2 .news-blocks .news-block.unified-communications .news-copy-solution {
    color: #23bce5
}

.news-overview-v2 .news-blocks .news-block.unified-communications .news-copy-type {
    background-color: #23bce5
}

.news-overview-v2 .news-blocks .news-block.unified-communications:hover {
    background-color: #23bce5
}

.news-overview-v2 .news-blocks .news-block.unified-communications:hover .news-copy-pubon,.news-overview-v2 .news-blocks .news-block.unified-communications:hover .news-copy-solution {
    color: #fff
}

.news-overview-v2 .news-blocks .news-block.commodity-sourcing {
    border-color: #068fe6
}

.news-overview-v2 .news-blocks .news-block.commodity-sourcing .news-copy-solution {
    color: #068fe6
}

.news-overview-v2 .news-blocks .news-block.commodity-sourcing .news-copy-type {
    background-color: #068fe6
}

.news-overview-v2 .news-blocks .news-block.commodity-sourcing:hover {
    background-color: #068fe6
}

.news-overview-v2 .news-blocks .news-block.commodity-sourcing:hover .news-copy-pubon,.news-overview-v2 .news-blocks .news-block.commodity-sourcing:hover .news-copy-solution {
    color: #fff
}

.news-overview-v2 .news-blocks .news-block.datacentre-cloud {
    border-color: #0168a2
}

.news-overview-v2 .news-blocks .news-block.datacentre-cloud .news-copy-solution {
    color: #0168a2
}

.news-overview-v2 .news-blocks .news-block.datacentre-cloud .news-copy-type {
    background-color: #0168a2
}

.news-overview-v2 .news-blocks .news-block.datacentre-cloud:hover {
    background-color: #0168a2
}

.news-overview-v2 .news-blocks .news-block.datacentre-cloud:hover .news-copy-pubon,.news-overview-v2 .news-blocks .news-block.datacentre-cloud:hover .news-copy-solution {
    color: #fff
}

.news-overview-v2 .news-blocks .news-block.end-user-computing {
    border-color: #d13968
}

.news-overview-v2 .news-blocks .news-block.end-user-computing .news-copy-solution {
    color: #d13968
}

.news-overview-v2 .news-blocks .news-block.end-user-computing .news-copy-type {
    background-color: #d13968
}

.news-overview-v2 .news-blocks .news-block.end-user-computing:hover {
    background-color: #d13968
}

.news-overview-v2 .news-blocks .news-block.end-user-computing:hover .news-copy-pubon,.news-overview-v2 .news-blocks .news-block.end-user-computing:hover .news-copy-solution {
    color: #fff
}

.news-overview-v2 .news-blocks .news-block.managed-services {
    border-color: #cc5299
}

.news-overview-v2 .news-blocks .news-block.managed-services .news-copy-solution {
    color: #cc5299
}

.news-overview-v2 .news-blocks .news-block.managed-services .news-copy-type {
    background-color: #cc5299
}

.news-overview-v2 .news-blocks .news-block.managed-services:hover {
    background-color: #cc5299
}

.news-overview-v2 .news-blocks .news-block.managed-services:hover .news-copy-pubon,.news-overview-v2 .news-blocks .news-block.managed-services:hover .news-copy-solution {
    color: #fff
}

.news-overview-v2 .news-blocks .news-block.networking-security {
    border-color: #9c1a2b
}

.news-overview-v2 .news-blocks .news-block.networking-security .news-copy-solution {
    color: #9c1a2b
}

.news-overview-v2 .news-blocks .news-block.networking-security .news-copy-type {
    background-color: #9c1a2b
}

.news-overview-v2 .news-blocks .news-block.networking-security:hover {
    background-color: #9c1a2b
}

.news-overview-v2 .news-blocks .news-block.networking-security:hover .news-copy-pubon,.news-overview-v2 .news-blocks .news-block.networking-security:hover .news-copy-solution {
    color: #fff
}

.news-overview-v2 .news-blocks .news-block.software-licensing {
    border-color: #ffaa14
}

.news-overview-v2 .news-blocks .news-block.software-licensing .news-copy-solution {
    color: #ffaa14
}

.news-overview-v2 .news-blocks .news-block.software-licensing .news-copy-type {
    background-color: #ffaa14
}

.news-overview-v2 .news-blocks .news-block.software-licensing:hover {
    background-color: #ffaa14
}

.news-overview-v2 .news-blocks .news-block.software-licensing:hover .news-copy-pubon,.news-overview-v2 .news-blocks .news-block.software-licensing:hover .news-copy-solution {
    color: #fff
}

@media screen and (min-width: 1201px) {
    .news-overview-v2 .news-blocks .owl-item {
        margin-right:5px!important
    }
}

@media screen and (max-width: 1200px) {
    .news-overview-v2 .news-blocks {
        padding-left:60px
    }
}

@media screen and (max-width: 992px) {
    .news-overview-v2 .news-blocks {
        padding-left:90px
    }
}

@media screen and (max-width: 768px) {
    .news-overview-v2 .news-blocks {
        padding-left:0;
        text-align: center
    }
}

.news-overview-v2 .news-filter {
    position: relative;
    height: 83px;
    background-color: transparent;
    z-index: 6;
    padding-top: 10px
}

.news-overview-v2 .news-filter .nav-btn {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    padding: 16px 12px;
    border: 3px solid #fff;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none
}

.news-overview-v2 .news-filter .nav-btn:hover {
    text-decoration: none
}

.news-overview-v2 .news-filter .nav-btn:active {
    text-decoration: none
}

.news-overview-v2 .news-filter .nav-btn:focus {
    text-decoration: none
}

.news-overview-v2 .news-filter .nav-btn i {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    font-size: 18px
}

.news-overview-v2 .news-filter .nav-btn i.fa-chevron-right {
    height: 16px
}

.news-overview-v2 .news-filter .nav-btn i.fa-chevron-down {
    height: 16px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.news-overview-v2 .news-filter .nav-btn.active {
    background-color: #fff;
    color: inherit
}

.news-overview-v2 .news-filter .dropdown-menu {
    top: 57px;
    right: 10px;
    left: 10px;
    padding: 0 10px 5px;
    border: 0;
    border-bottom: 1px solid #00aca2;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f0f0ff
}

.news-overview-v2 .news-filter .dropdown-menu a.nav-drop-item {
    position: relative;
    display: block;
    padding: 12px 12px 12px 2px;
    color: #585858;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none
}

@media screen and (min-width: 767px) {
    .news-overview-v2 .news-filter .dropdown-menu a.nav-drop-item:hover {
        padding-bottom:9px;
        border-bottom: 3px solid
    }

    .news-overview-v2 .news-filter .dropdown-menu a.nav-drop-item:hover i.fa-chevron-right {
        top: 3px
    }
}

.news-overview-v2 .news-filter .open .nav-btn i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 991px) {
    .news-overview-v2 .news-filter .nav-btn {
        padding:9px 12px;
        font-size: 14px;
        font-weight: 400;
        margin: 5px 0
    }

    .news-overview-v2 .news-filter .dropdown-menu a.nav-drop-item {
        font-size: 12px;
        line-height: 16px
    }
}

@media screen and (max-width: 767px) {
    .news-overview-v2 .news-filter {
        height:auto;
        padding-bottom: 20px
    }

    .news-overview-v2 .news-filter .nav-btn {
        padding: 8px 12px;
        font-size: 16px;
        line-height: 35px
    }

    .news-overview-v2 .news-filter .dropdown-menu {
        top: 40px
    }

    .news-overview-v2 .news-filter .dropdown-menu a.nav-drop-item {
        font-size: 14px;
        line-height: 18px
    }
}

.news-overview-v2 .header-banner .header-cta {
    width: 305px
}

.news-overview-v2 .header-banner .header-cta.solution {
    width: 195px!important
}

.news-overview-v2 .header-banner .header-cta.partner {
    width: 196px!important
}

.news-overview-v2 .header-banner .header-cta.content-type {
    width: 190px
}

.news-overview-v2 .header-banner .header-cta.get-in-touch {
    width: 150px!important;
    color: #915da3;
    background-color: #fff
}

.news-overview-v2 .header-banner .header-cta.get-in-touch:hover {
    color: #fff;
    background-color: #7b4783
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .news-overview-v2 .header-banner .header-cta.all {
        margin-top:8px!important
    }

    .news-overview-v2 .header-banner .header-cta.solution {
        width: 270px!important
    }

    .news-overview-v2 .header-banner .header-cta.partner {
        width: 270px!important;
        margin-left: 8px!important
    }

    .news-overview-v2 .header-banner .header-cta.content-type {
        width: 270px!important;
        margin-left: 126px!important;
        margin-top: 0!important
    }

    .news-overview-v2 .header-banner .header-cta.get-in-touch {
        width: 270px!important;
        margin-left: 8px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .news-overview-v2 .header-banner .header-cta.all {
        margin-top:6px!important
    }

    .news-overview-v2 .header-banner .header-cta.partner {
        margin-left: 6px!important;
        width: 285px!important
    }

    .news-overview-v2 .header-banner .header-cta.content-type {
        margin-left: 7px!important;
        margin-top: 6px!important
    }

    .news-overview-v2 .header-banner .header-cta.get-in-touch {
        margin-top: 6px;
        margin-left: 5px;
        width: 563px!important
    }
}

@media screen and (max-width: 767px) {
    .news-overview-v2 .header-banner .header-cta.all,.news-overview-v2 .header-banner .header-cta.content-type,.news-overview-v2 .header-banner .header-cta.get-in-touch,.news-overview-v2 .header-banner .header-cta.partner,.news-overview-v2 .header-banner .header-cta.solution {
        width:100%!important
    }
}

.news-overview-v2 .header-banner .header-cta:nth-child(2),.news-overview-v2 .header-banner .header-cta:nth-child(3),.news-overview-v2 .header-banner .header-cta:nth-child(4) {
    margin: 0 1%
}

@media screen and (max-width: 1199px) {
    .news-overview-v2 .header-banner .header-cta:nth-child(2),.news-overview-v2 .header-banner .header-cta:nth-child(3),.news-overview-v2 .header-banner .header-cta:nth-child(4) {
        margin:1% 0
    }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .news-overview-v2 .softcat-locations .news-filter .nav-btn {
        padding:16px 10px;
        font-size: 15px
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .news-overview-v2 .softcat-locations .news-filter .nav-btn {
        height:45px;
        font-size: 16px
    }
}

.news-overview-v2 .no-touch .news-filter .nav-btn:hover {
    background-color: #fff;
    color: #7b4783
}

.news-overview-v2 .multiselect-native-select .btn-group {
    display: block;
    vertical-align: inherit
}

.news-overview-v2 .multiselect-native-select .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.news-overview-v2 .multiselect-native-select .btn-group>.btn {
    display: block;
    width: 100%;
    height: 54px;
    background-color: transparent;
    color: #7b4783;
    border: none
}

.news-overview-v2 .multiselect-native-select .btn-group>.btn:hover {
    color: #fff
}

.news-overview-v2 .multiselect-native-select .btn-default:active,.news-overview-v2 .multiselect-native-select .btn-default:focus,.news-overview-v2 .multiselect-native-select .open>.dropdown-toggle.btn-default {
    color: #7b4783;
    background-color: #fff
}

.news-overview-v2 .multiselect-native-select .btn-default:active:hover,.news-overview-v2 .multiselect-native-select .btn-default:focus:hover,.news-overview-v2 .multiselect-native-select .open>.dropdown-toggle.btn-default:hover {
    color: #7b4783;
    background-color: #fff
}

.news-overview-v2 .multiselect-native-select .multiselect-container.dropdown-menu {
    width: -webkit-calc(100% + 6px);
    width: calc(100% + 6px);
    top: 57px;
    left: -3px;
    border: #7b4783 2px solid;
    -webkit-box-shadow: none;
    box-shadow: none
}

.news-overview-v2 .multiselect-native-select .multiselect-container>li>a>label {
    white-space: normal;
    padding: 3px 20px 3px 32px
}

.news-overview-v2 .news-search {
    position: relative;
    min-height: 70px;
    background-color: #905da2;
    border-top: 1px solid #9c7aa3
}

.news-overview-v2 .news-search .pagination {
    float: left;
    margin: 25px 20px 0 0
}

.news-overview-v2 .news-search .pagination>li:first-child>a,.news-overview-v2 .news-search .pagination>li:first-child>span {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px
}

.news-overview-v2 .news-search .pagination>li:last-child>a,.news-overview-v2 .news-search .pagination>li:last-child>span {
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px
}

.news-overview-v2 .news-search .pagination>li>a,.news-overview-v2 .news-search .pagination>li>span {
    width: 33px;
    padding: 6px 0;
    text-align: center;
    color: #7b4783
}

.news-overview-v2 .news-search .pagination>.active>a,.news-overview-v2 .news-search .pagination>.active>a:focus,.news-overview-v2 .news-search .pagination>.active>a:hover,.news-overview-v2 .news-search .pagination>.active>span,.news-overview-v2 .news-search .pagination>.active>span:focus,.news-overview-v2 .news-search .pagination>.active>span:hover {
    color: #fff;
    background-color: #7b4783;
    border-color: #ddd
}

@media screen and (max-width: 768px) {
    .news-overview-v2 .news-search ul.pagination li {
        display:inline
    }
}

.news-overview-v2 .news-search .paginate-goto {
    float: left;
    position: relative;
    display: block;
    margin-top: 25px
}

.news-overview-v2 .news-search .btn-xs {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background-color: #7b4783;
    border-color: #ccc;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.news-overview-v2 .news-search .input-page {
    position: absolute;
    top: 0;
    left: 33px;
    width: 34px;
    height: 34px;
    padding: 0 0 0 3px;
    border-color: #ddd;
    border-width: 1px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border-style: solid;
    color: #555
}

.news-overview-v2 .news-search .showing-page {
    position: relative;
    top: 7px;
    left: 85px;
    font-size: 14px;
    color: #fff
}

.news-overview-v2 .news-search .search-container {
    padding: 20px 0
}

.news-overview-v2 .news-search .search-container input {
    width: 100%;
    height: 40px;
    padding: 1px 70px 1px 10px;
    border: 0;
    background-color: #fff;
    z-index: 1
}

@media screen and (min-width: 1200px) {
    .news-overview-v2 .news-search .search-container input {
        width:-webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin-left: 20px
    }
}

.news-overview-v2 .news-search .search-container .search-icon {
    position: absolute;
    top: 30px;
    right: 25px;
    color: #905da2;
    font-size: 20px
}

.news-overview-v2 .search-btm {
    background-color: transparent;
    border-top: none
}

.news-overview-v2 .search-btm .container {
    padding-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.news-overview-v2 .search-btm .paginate-block {
    display: inline-block;
    width: 595px
}

.news-overview-v2 .search-btm .paginate-goto {
    width: 250px
}

.news-overview-v2 .search-btm .showing-page {
    left: 40px;
    text-align: right;
    color: #905da2
}

@media screen and (max-width: 991px) {
    .news-overview-v2 .search-btm .pagination {
        float:none
    }
}

.event-overview-block {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    background-color: #fff
}

.event-overview-block .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 41.52%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.event-overview-block .image .date {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 0;
    left: 0;
    padding: 9px 0 0;
    background-color: #915da3;
    color: #fff;
    font-family: proxima-nova;
    font-weight: 300;
    text-align: center
}

.event-overview-block .image .date .month {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase
}

.event-overview-block .image .date .day {
    font-size: 34px;
    line-height: 34px
}

.event-overview-block .image .register,.event-overview-block .image .share-modal-trigger {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0
}

.event-overview-block .image .register i.fa,.event-overview-block .image .share-modal-trigger i.fa {
    position: absolute;
    width: 13px;
    height: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 16px;
    line-height: 16px
}

.event-overview-block .image .share-modal-trigger {
    right: 41px;
    background-color: #cc5299;
    cursor: pointer
}

.event-overview-block .image .register {
    display: block;
    right: 0;
    background-color: #915da3
}

.event-overview-block .content {
    display: block;
    width: 100%;
    height: 180px;
    padding: 20px;
    color: initial;
    text-decoration: none
}

.event-overview-block .content:hover {
    text-decoration: none
}

.event-overview-block .content:active {
    text-decoration: none
}

.event-overview-block .content:focus {
    text-decoration: none
}

.event-overview-block .content .title {
    color: #915da3;
    font-family: proxima-nova;
    font-size: 22px;
    line-height: 28px
}

.event-overview-block .content .price,.event-overview-block .content .timing,.event-overview-block .content .view {
    position: absolute;
    bottom: 20px;
    font-size: 14px
}

.event-overview-block .content .view {
    left: 20px;
    font-weight: 600
}

.event-overview-block .content .timing {
    right: 65px
}

.event-overview-block .content .price {
    right: 20px
}

.event-overview-block .content .location {
    position: absolute;
    right: 20px;
    bottom: 45px;
    font-weight: 600
}

.event-overview-block .content .location i.fa {
    margin-right: 5px;
    color: #915da3;
    font-size: 18px
}

.no-touch .event-overview-block .content:hover {
    background-color: #915da3
}

.no-touch .event-overview-block .content:hover * {
    color: #fff
}

.no-touch .event-overview-block .content:hover .location i.fa {
    color: #fff
}

@media screen and (max-width: 767px) {
    .event-overview-block {
        max-width:300px
    }
}

.event-article-page {
    padding-bottom: 50px
}

.event-header .container {
    border-bottom: 2px solid #fff
}

.event-header .details {
    height: 440px;
    padding: 0 80px 0 10px
}

.event-header .details .date {
    width: 90px;
    height: 90px;
    padding: 12px 0 0;
    margin: 0 -20px;
    background-color: #915da3;
    color: #fff;
    font-family: proxima-nova;
    font-weight: 300;
    text-align: center
}

.event-header .details .date .month {
    font-size: 23px;
    line-height: 23px;
    text-transform: uppercase
}

.event-header .details .date .day {
    font-size: 51px;
    line-height: 51px
}

.event-header .details .title {
    color: #915da3;
    font-family: proxima-nova,sans-serif;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase
}

.event-header .details .timing {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 18px
}

.event-header .details .location {
    position: absolute;
    left: 20px;
    bottom: 50px;
    font-size: 18px;
    font-weight: 600;
    padding-right: 15px
}

.event-header .details .location i.fa {
    margin-right: 5px;
    color: #915da3;
    font-size: 18px
}

.event-header .image {
    height: 440px;
    margin: 0 -10px;
    border-right: 2px solid #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.event-article-share-row {
    margin: 0 -10px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.event-article-share-row:after,.event-article-share-row:before {
    content: " ";
    display: table
}

.event-article-share-row:after {
    clear: both
}

.event-article-share-row:after,.event-article-share-row:before {
    content: " ";
    display: table
}

.event-article-share-row:after {
    clear: both
}

.event-article-share-row .register,.event-article-share-row .share-modal-trigger {
    display: inline-block;
    width: 50%;
    height: 60px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: top
}

.event-article-share-row .register .icon,.event-article-share-row .share-modal-trigger .icon {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    border-right: 1px solid
}

.event-article-share-row .register .icon i.fa,.event-article-share-row .share-modal-trigger .icon i.fa {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 20px;
    line-height: 20px
}

.event-article-share-row .register .text,.event-article-share-row .share-modal-trigger .text {
    display: inline-block;
    width: -webkit-calc(100% - 61px);
    width: calc(100% - 61px);
    height: 60px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    vertical-align: top
}

.event-article-share-row .share-modal-trigger {
    background-color: #cc5299;
    cursor: pointer
}

.event-article-share-row .share-modal-trigger .icon {
    border-color: #8e2a64
}

.event-article-share-row .register {
    background-color: #915da3
}

.event-article-share-row .register .icon {
    border-color: #573862
}

.event-article-share-row .costing-and-map {
    line-height: 60px;
    font-size: 16px
}

.event-article-share-row .costing-and-map a {
    padding-left: 15px
}

.event-page-copy {
    padding: 100px
}

.event-page-copy img {
    margin-bottom: 20px
}

.event-page-copy h3 {
    margin: 0 0 20px;
    color: #915da3;
    font-size: 22px;
    line-height: 26px
}

.event-page-copy p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 24px
}

.event-page-copy>:last-child {
    margin-bottom: 0
}

#event-article-map {
    height: 475px;
    margin: 0 -7px
}

.event-article-travel-box {
    position: absolute;
    width: 231px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 10px 20px 0;
    background-color: #915da3;
    text-align: center;
    z-index: 10
}

.event-article-travel-box p {
    margin: 0;
    color: #fff;
    font-weight: 300
}

.event-article-travel-box .travel-icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px
}

.event-article-travel-box .travel-icon i.fa {
    position: absolute;
    height: 22px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 22px
}

.event-article-location-details i.fa {
    margin: 0 0 5px
}

.event-article-location-details p {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 20px
}

.bordered-logos.events {
    margin: 0
}

.bordered-logos.events:after,.bordered-logos.events:before {
    content: " ";
    display: table
}

.bordered-logos.events:after {
    clear: both
}

.bordered-logos.events:after,.bordered-logos.events:before {
    content: " ";
    display: table
}

.bordered-logos.events:after {
    clear: both
}

.bordered-logos.events .bordered-logo {
    float: right;
    width: 216px;
    height: 216px;
    margin: 0
}

.bordered-logos.events .bordered-logo img {
    max-width: 80%;
    max-height: 60%
}

.bordered-logos.events .bordered-logo .view-profile {
    line-height: 216px
}

.event-article-icons {
    position: relative;
    width: 216px;
    height: 216px
}

.event-article-icons .icons {
    margin: -9px
}

.event-article-icons .icons:after,.event-article-icons .icons:before {
    content: " ";
    display: table
}

.event-article-icons .icons:after {
    clear: both
}

.event-article-icons .icons:after,.event-article-icons .icons:before {
    content: " ";
    display: table
}

.event-article-icons .icons:after {
    clear: both
}

.event-article-icons .icon {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    top: 0;
    margin: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.event-article-icons .icon:hover {
    top: 5px
}

.event-article-icons .icon:hover:after {
    content: '';
    position: absolute;
    width: 160%;
    bottom: 75px;
    left: -30%;
    padding: 2px;
    background: #000;
    color: #fff;
    font-size: 13px;
    text-align: center
}

.event-article-icons .icon:hover:before {
    content: ' ';
    position: absolute;
    left: 31%;
    right: 50%;
    top: -15px;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #000 transparent transparent transparent
}

.event-article-icons .icon.softcat {
    background-color: #7b4783;
    background-image: url(../images/icons/small-white/softcat.png)
}

.event-article-icons .icon.softcat:hover:after {
    content: 'Softcat news'
}

.event-article-icons .icon.analytics {
    background-color: #238746;
    background-image: url(../images/icons/small-white/analytics.png)
}

.event-article-icons .icon.analytics:hover:after {
    content: 'BI & analytics'
}

.event-article-icons .icon.commodity-sourcing {
    background-color: #068fe6;
    background-image: url(../images/icons/small-white/commodity-sourcing.png)
}

.event-article-icons .icon.commodity-sourcing:hover:after {
    content: 'Commodity sourcing'
}

.event-article-icons .icon.datacentre-cloud {
    background-color: #0168a2;
    background-image: url(../images/icons/small-white/datacentre-cloud.png)
}

.event-article-icons .icon.datacentre-cloud:hover:after {
    content: 'Datacentre'
}

.event-article-icons .icon.end-user-computing {
    background-color: #d13968;
    background-image: url(../images/icons/small-white/end-user-computing.png)
}

.event-article-icons .icon.end-user-computing:hover:after {
    content: 'Digtial Workspace'
}

.event-article-icons .icon.asset-management {
    background-color: #81c462;
    background-image: url(../images/icons/small-white/asset-management.png)
}

.event-article-icons .icon.asset-management:hover:after {
    content: 'Asset management'
}

.event-article-icons .icon.managed-print {
    background-color: #e02b3c;
    background-image: url(../images/icons/small-white/managed-print.png)
}

.event-article-icons .icon.managed-print:hover:after {
    content: 'Print'
}

.event-article-icons .icon.managed-services {
    background-color: #cc5299;
    background-image: url(../images/icons/small-white/managed-services.png)
}

.event-article-icons .icon.managed-services:hover:after {
    content: 'Cloud and managed services'
}

.event-article-icons .icon.networking-security {
    background-color: #9c1a2b;
    background-image: url(../images/icons/small-white/networking-security.png)
}

.event-article-icons .icon.networking-security:hover:after {
    content: 'Networking & security'
}

.event-article-icons .icon.professional-services {
    background-color: #00aca2;
    background-image: url(../images/icons/small-white/professional-services.png)
}

.event-article-icons .icon.professional-services:hover:after {
    content: 'Professional services'
}

.event-article-icons .icon.software-licensing {
    background-color: #ffaa14;
    background-image: url(../images/icons/small-white/software-licensing.png)
}

.event-article-icons .icon.software-licensing:hover:after {
    content: 'Software licensing'
}

.event-article-icons .icon.unified-communications {
    background-color: #23bce5;
    background-image: url(../images/icons/small-white/unified-communications.png)
}

.event-article-icons .icon.unified-communications:hover:after {
    content: 'Collaboration'
}

@media screen and (max-width: 991px) {
    .event-header .details {
        height:auto;
        padding: 0 10px 80px
    }

    .event-page-copy {
        padding: 50px
    }
}

@media screen and (max-width: 767px) {
    .event-header .image {
        height:0;
        padding-bottom: 55%
    }

    .event-page-copy {
        padding: 30px 10px
    }

    .bordered-logos.events .bordered-logo {
        display: block;
        float: none;
        margin: 0 auto 20px
    }

    .event-article-icons {
        display: block;
        margin: 0 auto
    }
}

.awards-content {
    margin-top: 20px
}

.award-block {
    position: relative;
    float: left;
    width: 20%;
    height: 285px;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

@media screen and (max-width: 1199px) {
    .award-block {
        width:25%
    }
}

@media screen and (max-width: 991px) {
    .award-block {
        width:33%
    }
}

@media screen and (max-width: 650px) {
    .award-block {
        width:50%
    }
}

@media screen and (max-width: 440px) {
    .award-block {
        width:100%
    }
}

.award-block img.glass {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
}

.award-block .award-container {
    position: relative;
    width: 200px;
    height: 120px;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    border: 4px solid #915da3;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 2
}

.award-block .award-container h2 {
    margin: 0;
    margin-top: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600
}

.award-block .award-container p {
    margin: 0;
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px
}

.award-block .award-container:hover .hoverlay {
    display: block
}

.award-block .award-container .hoverlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 36px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.award-block .award-container .hoverlay h4 {
    display: inline-block;
    width: 78%;
    margin: 0;
    color: #fff
}

.award-block .award-container .hoverlay i {
    width: 18%;
    color: #fff;
    font-size: 36px
}

hr.award-hr {
    margin: 0;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    border-color: #068fcf
}

h4.award-year {
    clear: both;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    color: #068fcf;
    font-size: 24px
}

.icon-container {
    position: absolute;
    width: 200px;
    height: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3
}

.icon-container img {
    max-width: 70%;
    max-height: 50%
}

.absolutely-centered {
    text-align: center
}

.absolutely-centered:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.absolutely-centered>* {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle
}

.award-header-cta {
    height: 48px;
    margin-top: 76px;
    margin-right: -10px;
    border: 2px solid #fff;
    color: #fff;
    line-height: 44px;
    text-align: center;
    cursor: pointer
}

.award-header-cta:hover {
    background-color: #fff;
    color: #915da3
}

@media screen and (max-width: 991px) {
    .award-header-cta {
        margin-top:13px
    }
}

@media screen and (max-width: 767px) {
    .award-header-cta {
        height:40px;
        margin-top: 0;
        line-height: 36px
    }
}

.mod-award .modal-content {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #068fcf
}

.mod-award .modal-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background-color: #fff;
    cursor: pointer
}

.mod-award .modal-close i {
    color: #0072aa;
    margin-left: 11px;
    margin-top: 7px;
    font-size: 25px
}

.mod-award .modal-body {
    padding: 15px;
    padding-bottom: 25px
}

.mod-award .modal-body h3 {
    margin-left: 2.3%;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 30px;
    font-weight: 500
}

.mod-award .modal-body p {
    color: #fff
}

.mod-award .modal-body p.lead-text {
    font-size: 18px
}

.mod-award .modal-body .award-block {
    width: 100%
}

.mod-award .modal-body .award-block .award-container {
    cursor: auto
}

.mod-award .modal-body hr {
    clear: both;
    border-color: #0072aa;
    margin-left: 2.3%;
    margin-right: 2.3%
}

.mod-award .modal-body .read,.mod-award .modal-body .return {
    display: inline-block;
    width: 45%;
    margin: 0 2.3%;
    padding: 15px;
    border: 2px solid #fff;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.mod-award .modal-body .read:hover,.mod-award .modal-body .return:hover {
    text-decoration: none
}

.mod-award .modal-body .read:active,.mod-award .modal-body .return:active {
    text-decoration: none
}

.mod-award .modal-body .read:focus,.mod-award .modal-body .return:focus {
    text-decoration: none
}

.mod-award .modal-body .read.full-width,.mod-award .modal-body .return.full-width {
    width: 95%
}

.mod-award .modal-body .read:hover,.mod-award .modal-body .return:hover {
    background-color: #fff;
    color: #068fcf
}

@media screen and (max-width: 767px) {
    .mod-award .modal-body .read,.mod-award .modal-body .return {
        display:block;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 15px
    }
}

.awards-load-more hr {
    margin-top: 0
}

.awards-load-more .load-more hr {
    margin-top: 20px
}

.sisea-result h3 a {
    color: #915da3;
    text-decoration: none
}

.sisea-result h3 a:hover {
    text-decoration: none
}

.sisea-result h3 a:active {
    text-decoration: none
}

.sisea-result h3 a:focus {
    text-decoration: none
}

.management-team-container {
    margin-bottom: 60px
}

.management-team-container .management-team {
    position: relative;
    padding-top: 10px;
    padding-bottom: 50px
}

.management-team-container .management-team .team-member-container .name {
    padding-top: 23px;
    text-align: center
}

.management-team-container .management-team .team-member-container .name a {
    text-decoration: none;
    color: #068fcf;
    font-family: proxima-nova,sans-serif;
    font-size: 25px
}

.management-team-container .management-team .team-member-container .name a:hover {
    text-decoration: none
}

.management-team-container .management-team .team-member-container .name a:active {
    text-decoration: none
}

.management-team-container .management-team .team-member-container .name a:focus {
    text-decoration: none
}

@media screen and (max-width: 1199px) {
    .management-team-container .management-team .team-member-container .name a {
        font-size:18px
    }
}

@media screen and (max-width: 991px) {
    .management-team-container .management-team .team-member-container .name a {
        font-size:18px
    }
}

@media screen and (max-width: 767px) {
    .management-team-container .management-team .team-member-container .name a {
        cursor:default
    }
}

.management-team-container .management-team .team-member-container .position {
    color: #666;
    font-size: 15px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .management-team-container .management-team .team-member-container .position {
        margin-bottom:40px
    }
}

.management-team-container .management-team .team-member-container .biography {
    display: none
}

.management-team-container .management-team .team-member-container.active img {
    -webkit-filter: grayscale(0);
    filter: none
}

.management-team-container .management-team .team-member-container.active .biography {
    position: absolute;
    display: block;
    top: 400px;
    padding: 40px;
    padding-bottom: 70px;
    background-color: #fff;
    text-align: center
}

.management-team-container .management-team .team-member-container.active .biography p {
    font-size: 18px;
    font-weight: 300
}

.management-team-container .management-team .team-member-container.active .biography .name {
    padding-top: 23px;
    color: #068fcf;
    font-family: proxima-nova,sans-serif;
    font-size: 35px;
    text-align: center
}

.management-team-container .management-team .team-member-container.active .biography .position {
    color: #666;
    font-size: 20px;
    text-align: center
}

.management-team-container .management-team .team-member-container.active .biography .fa {
    position: absolute;
    right: 20px;
    font-size: 25px;
    cursor: pointer
}

@media screen and (max-width: 1199px) {
    .management-team-container .management-team .team-member-container.active .biography {
        top:325px;
        padding: 15px
    }
}

@media screen and (max-width: 991px) {
    .management-team-container .management-team .team-member-container.active .biography {
        top:275px;
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .management-team-container .management-team .team-member-container.active .biography {
        display:none
    }
}

.management-team-container .management-team.active {
    margin-bottom: 450px
}

@media screen and (max-width: 767px) {
    .management-team-container .management-team.active {
        margin-bottom:0
    }
}

.left-right-image-text {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.left-right-image-text h3 {
    padding-top: 15px;
    color: #fff
}

.left-right-image-text p {
    color: #fff;
    line-height: 22px
}

.left-right-image-text>div {
    padding: 25px
}

@media screen and (min-width: 768px) {
    .left-right-image-text>div {
        display:table-cell;
        vertical-align: middle;
        float: none
    }
}

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

ul.globe li {
    margin-bottom: 40px;
    font-size: 16px;
    color: #2d2d2d;
    background-image: url(../../uploads/multinational/bullet-globe.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 5px 5px;
    line-height: 24px
}

ul.globe li:before {
    content: none
}

.multinational h3 {
    font-size: 28px;
    margin-bottom: 35px
}

.terms-conditions ol {
    counter-reset: item
}

.terms-conditions ol li {
    position: relative;
    display: block;
    padding-left: 25px!important
}

.terms-conditions ol li:before {
    content: counters(item, ".") " ";
    position: absolute;
    left: -25px;
    counter-increment: item
}

.terms-conditions ol h2 {
    display: inline-block
}

.terms-conditions li.terms-title:before {
    font-size: 0
}

.solutions-page h3 {
    clear: both;
    font-family: proxima-nova,sans-serif;
    font-size: 22px;
    font-weight: 400
}

.solutions-page p {
    color: #666;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300
}

.solutions-page .btn-full-width,.solutions-page .btn-white-full-width {
    position: relative
}

.solutions-page .btn-full-width i.fa,.solutions-page .btn-white-full-width i.fa {
    position: relative;
    top: 3px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 25px
}

.solutions-page .btn-full-width .icon-speech-bubble,.solutions-page .btn-white-full-width .icon-speech-bubble {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-bottom: 9px;
    margin-left: 10px;
    font-size: 29px
}

.solutions-page .select-style {
    width: 100%;
    border: 3px solid #915da3;
    color: #915da3;
    font-size: 16px;
    line-height: 20px;
    padding: 12px;
    height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.solutions-page .header-cta.dropdown {
    background: #fff;
    border: 3px solid #915da3;
    padding: 8px;
    color: #915da3
}

.solutions-page .header-cta.dropdown .drop-menu-open {
    top: 41px
}

.solutions-page .header-cta.dropdown i.fa-chevron-down {
    color: #915da3
}

.solutions-page .header-cta.dropdown:hover {
    cursor: pointer
}

.solutions-page .header-cta.dropdown .drop-menu-item .text {
    padding: 16px 50px
}

.solutions-page .why-container .why-section h2 {
    font-size: 22px
}

.solutions-page .why-container .why-section p {
    margin-bottom: 0
}

.solutions-page .why-container.blocks .why-block .why-text {
    position: absolute;
    width: auto;
    height: auto;
    top: 125px;
    left: 5px;
    right: 5px
}

.solutions-page .box-container {
    position: relative;
    margin-bottom: 30px
}

@media screen and (min-width: 1200px) {
    .solutions-page .box-container .col-sm-3.cols-5 {
        width:20%
    }
}

@media screen and (max-width: 767px) {
    .solutions-page .box-container {
        height:auto!important
    }
}

.solutions-page .icon-block {
    position: static;
    margin-top: 2px;
    margin-bottom: 0;
    padding: 0;
    cursor: pointer
}

.solutions-page .icon-block .inner {
    position: relative;
    height: 168px;
    margin: 3x;
    border: 3px solid transparent;
    color: #fff;
    text-align: center
}

.solutions-page .icon-block .inner .box-icon {
    position: relative;
    width: 142px;
    height: 142px;
    margin: 0 auto
}

.solutions-page .icon-block .inner .box-icon img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.solutions-page .icon-block .inner .box-icon.hoverable {
    display: none
}

.solutions-page .icon-block .inner .box-text {
    position: absolute;
    top: 125px;
    left: 5px;
    right: 5px;
    font-size: 13px
}

@media screen and (min-width: 767px) {
    .solutions-page .icon-block .inner:hover {
        padding:0;
        border: 3px solid;
        background-color: #fff!important
    }

    .solutions-page .icon-block .inner:hover .box-icon {
        display: none
    }

    .solutions-page .icon-block .inner:hover .box-icon.hoverable {
        display: block
    }

    .solutions-page .icon-block .inner:hover .box-text {
        top: 122px
    }
}

.solutions-page .icon-block .overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 200px;
    padding-top: 20px;
    z-index: 100;
    cursor: auto
}

.solutions-page .icon-block .overlay img {
    position: absolute;
    width: 180px;
    left: 10px;
    top: 10px
}

.solutions-page .icon-block .overlay i {
    position: absolute;
    width: 24px;
    height: 25px;
    right: 10px;
    top: 10px;
    padding: 0 4px;
    color: #fff!important;
    font-size: 25px;
    cursor: pointer
}

.solutions-page .icon-block .overlay h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 24px
}

.solutions-page .icon-block .overlay p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.solutions-page .icon-block .overlay .find-out.more {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

.solutions-page .icon-block .overlay .find-out.more:hover {
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .solutions-page .icon-block .inner {
        display:table;
        width: 100%;
        height: initial;
        margin: 0;
        padding: 10px
    }

    .solutions-page .icon-block .inner .box-icon {
        display: table-cell;
        width: 75px;
        min-width: 75px;
        height: 75px;
        margin: 0;
        -webkit-background-size: cover;
        background-size: cover
    }

    .solutions-page .icon-block .inner .box-text {
        display: block;
        height: initial;
        padding-right: 40px;
        padding-left: 10px
    }

    .solutions-page .icon-block .inner .fa-plus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .solutions-page .icon-block .inner .fa-minus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .solutions-page .icon-block .overlay {
        position: relative;
        height: initial;
        padding: 20px
    }

    .solutions-page .icon-block .overlay img.overlay-icon {
        display: none
    }

    .solutions-page .icon-block .overlay i {
        display: none
    }

    .solutions-page .icon-block .overlay h2 {
        margin-top: 0;
        margin-bottom: 20px;
        color: #fff;
        font-size: 25px
    }

    .solutions-page .icon-block .overlay p {
        margin-bottom: 10px;
        color: #fff;
        font-size: 14px;
        line-height: 18px
    }
}

.solutions-page .partner-facts-slider .owl-nav {
    pointer-events: none
}

.solutions-page .partner-facts-slider .owl-nav .owl-next,.solutions-page .partner-facts-slider .owl-nav .owl-prev {
    pointer-events: auto
}

.solutions-page .solution-action-strip {
    padding: 50px 0;
    background-color: #7e4286
}

.solutions-page .solution-action-strip .softcat-logo img {
    max-width: 180px;
    margin: 0 auto 50px auto
}

.solutions-page .partner-overview-page {
    padding-top: 15px
}

.solutions-page .partner-overview-page .all-partners-container {
    margin-bottom: 0
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner {
    position: relative;
    height: 175px;
    color: #fff;
    text-align: center
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner .box-icon {
    width: 128px;
    height: 128px;
    margin: 0 auto;
    -webkit-background-size: 128px 128px;
    background-size: 128px
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner .box-text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    font-size: 13px
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.psi {
    border-color: #068fe6
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.psi .inner {
    background-color: #068fe6
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.psi .inner .box-icon {
    background-image: url(../images/icons/icon2_cs.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.psi .inner:hover {
        background-color:#fff;
        color: #068fe6
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.psi .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon2_cs.png);
        background-color: #068fe6
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.psi .expandown {
    background-color: #068fe6
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.theta {
    border-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.theta .inner {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.theta .inner .box-icon {
    background-image: url(../images/icons/icon3_dc.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.theta .inner:hover {
        background-color:#fff;
        color: #0168a2
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.theta .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon3_dc.png);
        background-color: #0168a2
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.theta .expandown {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.sigma {
    border-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.sigma .inner {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.sigma .inner .box-icon {
    background-image: url(../images/icons/solutions-pages/white/stacked-cubes.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.sigma .inner:hover {
        background-color:#fff;
        color: #0168a2
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.sigma .inner:hover .box-icon {
        background-image: url(../images/icons/solutions-pages/inverted/stacked-cubes.png);
        background-color: #0168a2
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.sigma .expandown {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.services {
    border-color: #dc3041
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.services .inner {
    background-color: #dc3041
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.services .inner .box-icon {
    background-image: url(../images/icons/icon13_s.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.services .inner:hover {
        background-color:#fff;
        color: #dc3041
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.services .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon13_s.png);
        background-color: #dc3041
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.services .expandown {
    background-color: #dc3041
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.upsilon {
    border-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.upsilon .inner {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.upsilon .inner .box-icon {
    background-image: url(../images/icons/solutions-pages/white/networking-security.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.upsilon .inner:hover {
        background-color:#fff;
        color: #0168a2
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.upsilon .inner:hover .box-icon {
        background-image: url(../images/icons/solutions-pages/inverted/networking-security.png);
        background-color: #0168a2
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.upsilon .expandown {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.omicron {
    border-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.omicron .inner {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.omicron .inner .box-icon {
    background-image: url(../images/icons/icon4_eu.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.omicron .inner:hover {
        background-color:#fff;
        color: #0168a2
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.omicron .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon4_eu.png);
        background-color: #0168a2
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.omicron .expandown {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.omega {
    border-color: #e02b3c
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.omega .inner {
    background-color: #e02b3c
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.omega .inner .box-icon {
    background-image: url(../images/icons/icon6_mps.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.omega .inner:hover {
        background-color:#fff;
        color: #e02b3c
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.omega .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon6_mps.png);
        background-color: #e02b3c
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.omega .expandown {
    background-color: #e02b3c
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.eth {
    border-color: #9c1a2b
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.eth .inner {
    background-color: #9c1a2b
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.eth .inner .box-icon {
    background-image: url(../images/icons/icon8_ns.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.eth .inner:hover {
        background-color:#fff;
        color: #9c1a2b
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.eth .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon8_ns.png);
        background-color: #9c1a2b
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.eth .expandown {
    background-color: #9c1a2b
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.thorn {
    border-color: #00aca2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.thorn .inner {
    background-color: #00aca2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.thorn .inner .box-icon {
    background-image: url(../images/icons/icon9_ps.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.thorn .inner:hover {
        background-color:#fff;
        color: #00aca2
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.thorn .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon9_ps.png);
        background-color: #00aca2
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.thorn .expandown {
    background-color: #00aca2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.pi {
    border-color: #ffaa14
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.pi .inner {
    background-color: #ffaa14
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.pi .inner .box-icon {
    background-image: url(../images/icons/icon10_sl.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.pi .inner:hover {
        background-color:#fff;
        color: #ffaa14
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.pi .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon10_sl.png);
        background-color: #ffaa14
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.pi .expandown {
    background-color: #ffaa14
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.wynn {
    border-color: #81c462
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.wynn .inner {
    background-color: #81c462
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.wynn .inner .box-icon {
    background-image: url(../images/icons/icon5_itam.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.wynn .inner:hover {
        background-color:#fff;
        color: #81c462
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.wynn .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon5_itam.png);
        background-color: #81c462
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.wynn .expandown {
    background-color: #81c462
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.schwa {
    border-color: #23bce5
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.schwa .inner {
    background-color: #23bce5
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.schwa .inner .box-icon {
    background-image: url(../images/icons/icon11_uc.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.schwa .inner:hover {
        background-color:#fff;
        color: #23bce5
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.schwa .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon11_uc.png);
        background-color: #23bce5
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.schwa .expandown {
    background-color: #23bce5
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.eng {
    border-color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.eng .inner {
    background-color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.eng .inner .box-icon {
    background-image: url(../images/icons/icon7_ms.png)
}

@media screen and (min-width: 768px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.eng .inner:hover {
        background-color:#fff;
        color: #cc5299
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.eng .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon7_ms.png);
        background-color: #cc5299
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.eng .expandown {
    background-color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.tau {
    border-color: #238746
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.tau .inner {
    background-color: #238746
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.tau .inner .box-icon {
    background-image: url(../images/icons/icon1_bia.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.tau .inner:hover {
        background-color:#fff;
        color: #238746
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.tau .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon1_bia.png);
        background-color: #238746
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.tau .expandown {
    background-color: #238746
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.support-services {
    border-color: #006962
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.support-services .inner {
    background-color: #006962
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.support-services .inner .box-icon {
    background-image: url(../images/icons/icon_support_services.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.support-services .inner:hover {
        background-color:#fff;
        color: #006962
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.support-services .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon_support_services.png);
        background-color: #006962
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.support-services .expandown {
    background-color: #006962
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.managed-services {
    border-color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.managed-services .inner {
    background-color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.managed-services .inner .box-icon {
    background-image: url(../images/icons/icon_managed_services.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.managed-services .inner:hover {
        background-color:#fff;
        color: #cc5299
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.managed-services .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon_managed_services.png);
        background-color: #fff
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.managed-services .expandown {
    background-color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.asset-intelligence-services {
    border-color: #e06d2d
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.asset-intelligence-services .inner {
    background-color: #e06d2d
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.asset-intelligence-services .inner .box-icon {
    background-image: url(../images/icons/icon_asset_intelligence_services.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.asset-intelligence-services .inner:hover {
        background-color:#fff;
        color: #e06d2d
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.asset-intelligence-services .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon_asset_intelligence_services.png);
        background-color: #fff
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.asset-intelligence-services .expandown {
    background-color: #e06d2d
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.consulting-design-services {
    border-color: #068fcf
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.consulting-design-services .inner {
    background-color: #068fcf
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.consulting-design-services .inner .box-icon {
    background-image: url(../images/icons/icon_consulting_design_services.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.consulting-design-services .inner:hover {
        background-color:#fff;
        color: #068fcf
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.consulting-design-services .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon_consulting_design_services.png);
        background-color: #068fcf
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.consulting-design-services .expandown {
    background-color: #068fcf
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.professional-services {
    border-color: #00aca2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.professional-services .inner {
    background-color: #00aca2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.professional-services .inner .box-icon {
    background-image: url(../images/icons/icon_professional_services.png)
}

@media screen and (min-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.professional-services .inner:hover {
        background-color:#fff;
        color: #00aca2
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box.professional-services .inner:hover .box-icon {
        background-image: url(../images/icons/inverted/icon_professional_services.png);
        background-color: #fff
    }
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-box.professional-services .expandown {
    background-color: #00aca2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info {
    text-align: center
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info h3,.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info p {
    margin-bottom: 30px
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info .btn-white-full-width i.fa {
    position: relative;
    top: 3px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 25px
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.psi {
    background-color: #068fe6
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.psi .btn-white-full-width:hover {
    color: #068fe6
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.psi .btn-white-full-width:hover i.fa {
    color: #068fe6
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.theta {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.theta .btn-white-full-width:hover {
    color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.theta .btn-white-full-width:hover i.fa {
    color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.sigma {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.sigma .btn-white-full-width:hover {
    color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.sigma .btn-white-full-width:hover i.fa {
    color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.upsilon {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.upsilon .btn-white-full-width:hover {
    color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.upsilon .btn-white-full-width:hover i.fa {
    color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.omicron {
    background-color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.omicron .btn-white-full-width:hover {
    color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.omicron .btn-white-full-width:hover i.fa {
    color: #0168a2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.omega {
    background-color: #e02b3c
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.omega .btn-white-full-width:hover {
    color: #e02b3c
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.omega .btn-white-full-width:hover i.fa {
    color: #e02b3c
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.eth {
    background-color: #9c1a2b
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.eth .btn-white-full-width:hover {
    color: #9c1a2b
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.eth .btn-white-full-width:hover i.fa {
    color: #9c1a2b
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.thorn {
    background-color: #00aca2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.thorn .btn-white-full-width:hover {
    color: #00aca2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.thorn .btn-white-full-width:hover i.fa {
    color: #00aca2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.pi {
    background-color: #ffaa14
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.pi .btn-white-full-width:hover {
    color: #ffaa14
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.pi .btn-white-full-width:hover i.fa {
    color: #ffaa14
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.wynn {
    background-color: #81c462
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.wynn .btn-white-full-width:hover {
    color: #81c462
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.wynn .btn-white-full-width:hover i.fa {
    color: #81c462
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.schwa {
    background-color: #23bce5
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.schwa .btn-white-full-width:hover {
    color: #23bce5
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.schwa .btn-white-full-width:hover i.fa {
    color: #23bce5
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.eng {
    background-color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.eng .btn-white-full-width:hover {
    color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.eng .btn-white-full-width:hover i.fa {
    color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.tau {
    background-color: #238746
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.tau .btn-white-full-width:hover {
    color: #238746
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.tau .btn-white-full-width:hover i.fa {
    color: #238746
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.support-services {
    background-color: #006962
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.support-services .btn-white-full-width:hover {
    color: #006962
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.support-services .btn-white-full-width:hover i.fa {
    color: #006962
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.managed-services {
    background-color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.managed-services .btn-white-full-width:hover {
    color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.managed-services .btn-white-full-width:hover i.fa {
    color: #cc5299
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.asset-intelligence-services {
    background-color: #e06d2d
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.asset-intelligence-services .btn-white-full-width:hover {
    color: #e06d2d
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.asset-intelligence-services .btn-white-full-width:hover i.fa {
    color: #e06d2d
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.consulting-design-services {
    background-color: #068fcf
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.consulting-design-services .btn-white-full-width:hover {
    color: #068fcf
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.consulting-design-services .btn-white-full-width:hover i.fa {
    color: #068fcf
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.professional-services {
    background-color: #00aca2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.professional-services .btn-white-full-width:hover {
    color: #00aca2
}

.solutions-page .partner-overview-page .all-partners-container .all-partner-more-info.professional-services .btn-white-full-width:hover i.fa {
    color: #00aca2
}

@media screen and (max-width: 1199px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner {
        height:171px
    }
}

@media screen and (max-width: 991px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner {
        height:164px
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner .box-icon {
        width: 120px;
        height: 120px
    }
}

@media screen and (max-width: 767px) {
    .solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner {
        display:table;
        width: 100%;
        height: 100%;
        margin: 0
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner .box-icon {
        display: table-cell;
        width: 75px;
        min-width: 75px;
        height: 75px;
        margin: 0;
        -webkit-background-size: cover;
        background-size: cover
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner .box-text {
        display: block;
        height: initial;
        padding-right: 85px;
        padding-left: 10px
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner .t-wrap {
        display: table-cell;
        vertical-align: middle
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner .fa-plus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-box .inner .fa-minus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-more-info {
        padding-top: 0
    }

    .solutions-page .partner-overview-page .all-partners-container .all-partner-more-info .btn-white-full-width {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 18px
    }
}

.solutions-page .award-block {
    width: 168px;
    height: 210px;
    padding: 0;
    margin: 0 0 20px
}

.solutions-page .award-block .icon-container {
    width: 168px;
    height: 140px
}

.solutions-page .award-block .icon-container img {
    max-width: 50%;
    max-height: 35%
}

.solutions-page .award-block img.glass {
    max-width: 85%
}

.solutions-page .award-block .award-container {
    width: 168px;
    height: 100px;
    margin-top: 120px
}

.solutions-page .award-block .award-container p {
    margin-bottom: 0
}

.solutions-page .award-block .hoverlay h4 {
    font-size: 16px
}

.solutions-page .award-block .hoverlay i {
    font-size: 30px
}

@media screen and (max-width: 767px) {
    .solutions-page .award-block {
        width:100%
    }

    .solutions-page .award-block img.glass {
        max-width: 165px
    }
}

.solutions-page .mod-award h3 {
    color: #fff!important
}

.solutions-page .mod-award img.glass {
    max-width: 55%
}

.solutions-page .mod-award .modal-body .award-container:hover {
    background-color: #fff!important
}

.solutions-page .mod-award .modal-body .modal-text p {
    font-size: 16px;
    line-height: 20px
}

.solutions-page .mod-award .modal-body .modal-text p.lead-text {
    font-size: 18px;
    line-height: 22px
}

.solutions-page.asset-management h3 {
    color: #81c462
}

.solutions-page.asset-management .why-container.header,.solutions-page.asset-management .why-container.text-block {
    background-color: #81c462
}

.solutions-page.asset-management .why-container.blocks .why-block {
    border-color: #81c462
}

.solutions-page.asset-management .why-container.blocks .why-block .why-icon-background {
    background-color: #81c462
}

.solutions-page.asset-management .why-container.blocks .why-block .why-text {
    color: #81c462
}

.solutions-page.asset-management .icon-block .inner {
    background-color: #81c462
}

.solutions-page.asset-management .icon-block .inner .box-icon.hoverable {
    background-color: #81c462
}

@media screen and (min-width: 767px) {
    .solutions-page.asset-management .icon-block .inner:hover {
        border-color:#81c462
    }

    .solutions-page.asset-management .icon-block .inner:hover .box-text {
        color: #81c462
    }
}

.solutions-page.asset-management .icon-block .overlay {
    background-color: #81c462
}

@media screen and (min-width: 767px) {
    .solutions-page.asset-management .icon-block .overlay .find-out.more:hover {
        color:#81c462
    }
}

.solutions-page.asset-management .award-block .award-container {
    border-color: #81c462
}

.solutions-page.asset-management .award-block .award-container h2,.solutions-page.asset-management .award-block .award-container p {
    color: #81c462
}

.solutions-page.asset-management .award-block .award-container:hover {
    background-color: #81c462
}

.solutions-page.analytics h3 {
    color: #238746
}

.solutions-page.analytics .why-container.header,.solutions-page.analytics .why-container.text-block {
    background-color: #238746
}

.solutions-page.analytics .why-container.blocks .why-block {
    border-color: #238746
}

.solutions-page.analytics .why-container.blocks .why-block .why-icon-background {
    background-color: #238746
}

.solutions-page.analytics .why-container.blocks .why-block .why-text {
    color: #238746
}

.solutions-page.analytics .icon-block .inner {
    background-color: #238746
}

.solutions-page.analytics .icon-block .inner .box-icon.hoverable {
    background-color: #238746
}

@media screen and (min-width: 767px) {
    .solutions-page.analytics .icon-block .inner:hover {
        border-color:#238746
    }

    .solutions-page.analytics .icon-block .inner:hover .box-text {
        color: #238746
    }
}

.solutions-page.analytics .icon-block .overlay {
    background-color: #238746
}

@media screen and (min-width: 767px) {
    .solutions-page.analytics .icon-block .overlay .find-out.more:hover {
        color:#238746
    }
}

.solutions-page.analytics .award-block .award-container {
    border-color: #238746
}

.solutions-page.analytics .award-block .award-container h2,.solutions-page.analytics .award-block .award-container p {
    color: #238746
}

.solutions-page.analytics .award-block .award-container:hover {
    background-color: #238746
}

.solutions-page.managed-services h3 {
    color: #cc5299
}

.solutions-page.managed-services .why-container.header,.solutions-page.managed-services .why-container.text-block {
    background-color: #cc5299
}

.solutions-page.managed-services .why-container.blocks .why-block {
    border-color: #cc5299
}

.solutions-page.managed-services .why-container.blocks .why-block .why-icon-background {
    background-color: #cc5299
}

.solutions-page.managed-services .why-container.blocks .why-block .why-text {
    color: #cc5299
}

.solutions-page.managed-services .icon-block .inner {
    background-color: #cc5299
}

.solutions-page.managed-services .icon-block .inner .box-icon.hoverable {
    background-color: #cc5299
}

@media screen and (min-width: 767px) {
    .solutions-page.managed-services .icon-block .inner:hover {
        border-color:#cc5299
    }

    .solutions-page.managed-services .icon-block .inner:hover .box-text {
        color: #cc5299
    }
}

.solutions-page.managed-services .icon-block .overlay {
    background-color: #cc5299
}

@media screen and (min-width: 767px) {
    .solutions-page.managed-services .icon-block .overlay .find-out.more:hover {
        color:#cc5299
    }
}

.solutions-page.managed-services .award-block .award-container {
    border-color: #cc5299
}

.solutions-page.managed-services .award-block .award-container h2,.solutions-page.managed-services .award-block .award-container p {
    color: #cc5299
}

.solutions-page.managed-services .award-block .award-container:hover {
    background-color: #cc5299
}

.solutions-page.unified-communications h3 {
    color: #23bce5
}

.solutions-page.unified-communications .why-container.header,.solutions-page.unified-communications .why-container.text-block {
    background-color: #23bce5
}

.solutions-page.unified-communications .why-container.blocks .why-block {
    border-color: #23bce5
}

.solutions-page.unified-communications .why-container.blocks .why-block .why-icon-background {
    background-color: #23bce5
}

.solutions-page.unified-communications .why-container.blocks .why-block .why-text {
    color: #23bce5
}

.solutions-page.unified-communications .icon-block .inner {
    background-color: #23bce5
}

.solutions-page.unified-communications .icon-block .inner .box-icon.hoverable {
    background-color: #23bce5
}

@media screen and (min-width: 767px) {
    .solutions-page.unified-communications .icon-block .inner:hover {
        border-color:#23bce5
    }

    .solutions-page.unified-communications .icon-block .inner:hover .box-text {
        color: #23bce5
    }
}

.solutions-page.unified-communications .icon-block .overlay {
    background-color: #23bce5
}

@media screen and (min-width: 767px) {
    .solutions-page.unified-communications .icon-block .overlay .find-out.more:hover {
        color:#23bce5
    }
}

.solutions-page.unified-communications .award-block .award-container {
    border-color: #23bce5
}

.solutions-page.unified-communications .award-block .award-container h2,.solutions-page.unified-communications .award-block .award-container p {
    color: #23bce5
}

.solutions-page.unified-communications .award-block .award-container:hover {
    background-color: #23bce5
}

.solutions-page.commodity-sourcing h3 {
    color: #068fe6
}

.solutions-page.commodity-sourcing .why-container.header,.solutions-page.commodity-sourcing .why-container.text-block {
    background-color: #068fe6
}

.solutions-page.commodity-sourcing .why-container.blocks .why-block {
    border-color: #068fe6
}

.solutions-page.commodity-sourcing .why-container.blocks .why-block .why-icon-background {
    background-color: #068fe6
}

.solutions-page.commodity-sourcing .why-container.blocks .why-block .why-text {
    color: #068fe6
}

.solutions-page.commodity-sourcing .icon-block .inner {
    background-color: #068fe6
}

.solutions-page.commodity-sourcing .icon-block .inner .box-icon.hoverable {
    background-color: #068fe6
}

@media screen and (min-width: 767px) {
    .solutions-page.commodity-sourcing .icon-block .inner:hover {
        border-color:#068fe6
    }

    .solutions-page.commodity-sourcing .icon-block .inner:hover .box-text {
        color: #068fe6
    }
}

.solutions-page.commodity-sourcing .icon-block .overlay {
    background-color: #068fe6
}

@media screen and (min-width: 767px) {
    .solutions-page.commodity-sourcing .icon-block .overlay .find-out.more:hover {
        color:#068fe6
    }
}

.solutions-page.commodity-sourcing .award-block .award-container {
    border-color: #068fe6
}

.solutions-page.commodity-sourcing .award-block .award-container h2,.solutions-page.commodity-sourcing .award-block .award-container p {
    color: #068fe6
}

.solutions-page.commodity-sourcing .award-block .award-container:hover {
    background-color: #068fe6
}

.solutions-page.datacentre-cloud h3 {
    color: #0168a2
}

.solutions-page.datacentre-cloud .why-container.header,.solutions-page.datacentre-cloud .why-container.text-block {
    background-color: #0168a2
}

.solutions-page.datacentre-cloud .why-container.blocks .why-block {
    border-color: #0168a2
}

.solutions-page.datacentre-cloud .why-container.blocks .why-block .why-icon-background {
    background-color: #0168a2
}

.solutions-page.datacentre-cloud .why-container.blocks .why-block .why-text {
    color: #0168a2
}

.solutions-page.datacentre-cloud .icon-block .inner {
    background-color: #0168a2
}

.solutions-page.datacentre-cloud .icon-block .inner .box-icon.hoverable {
    background-color: #0168a2
}

@media screen and (min-width: 767px) {
    .solutions-page.datacentre-cloud .icon-block .inner:hover {
        border-color:#0168a2
    }

    .solutions-page.datacentre-cloud .icon-block .inner:hover .box-text {
        color: #0168a2
    }
}

.solutions-page.datacentre-cloud .icon-block .overlay {
    background-color: #0168a2
}

@media screen and (min-width: 767px) {
    .solutions-page.datacentre-cloud .icon-block .overlay .find-out.more:hover {
        color:#0168a2
    }
}

.solutions-page.datacentre-cloud .award-block .award-container {
    border-color: #0168a2
}

.solutions-page.datacentre-cloud .award-block .award-container h2,.solutions-page.datacentre-cloud .award-block .award-container p {
    color: #0168a2
}

.solutions-page.datacentre-cloud .award-block .award-container:hover {
    background-color: #0168a2
}

.solutions-page.end-user-computing h3 {
    color: #d13968
}

.solutions-page.end-user-computing .why-container.header,.solutions-page.end-user-computing .why-container.text-block {
    background-color: #d13968
}

.solutions-page.end-user-computing .why-container.blocks .why-block {
    border-color: #d13968
}

.solutions-page.end-user-computing .why-container.blocks .why-block .why-icon-background {
    background-color: #d13968
}

.solutions-page.end-user-computing .why-container.blocks .why-block .why-text {
    color: #d13968
}

.solutions-page.end-user-computing .icon-block .inner {
    background-color: #d13968
}

.solutions-page.end-user-computing .icon-block .inner .box-icon.hoverable {
    background-color: #d13968
}

@media screen and (min-width: 767px) {
    .solutions-page.end-user-computing .icon-block .inner:hover {
        border-color:#d13968
    }

    .solutions-page.end-user-computing .icon-block .inner:hover .box-text {
        color: #d13968
    }
}

.solutions-page.end-user-computing .icon-block .overlay {
    background-color: #d13968
}

@media screen and (min-width: 767px) {
    .solutions-page.end-user-computing .icon-block .overlay .find-out.more:hover {
        color:#d13968
    }
}

.solutions-page.end-user-computing .award-block .award-container {
    border-color: #d13968
}

.solutions-page.end-user-computing .award-block .award-container h2,.solutions-page.end-user-computing .award-block .award-container p {
    color: #d13968
}

.solutions-page.end-user-computing .award-block .award-container:hover {
    background-color: #d13968
}

.solutions-page.networking-security h3 {
    color: #9c1a2b
}

.solutions-page.networking-security .why-container.header,.solutions-page.networking-security .why-container.text-block {
    background-color: #9c1a2b
}

.solutions-page.networking-security .why-container.blocks .why-block {
    border-color: #9c1a2b
}

.solutions-page.networking-security .why-container.blocks .why-block .why-icon-background {
    background-color: #9c1a2b
}

.solutions-page.networking-security .why-container.blocks .why-block .why-text {
    color: #9c1a2b
}

.solutions-page.networking-security .icon-block .inner {
    background-color: #9c1a2b
}

.solutions-page.networking-security .icon-block .inner .box-icon.hoverable {
    background-color: #9c1a2b
}

@media screen and (min-width: 767px) {
    .solutions-page.networking-security .icon-block .inner:hover {
        border-color:#9c1a2b
    }

    .solutions-page.networking-security .icon-block .inner:hover .box-text {
        color: #9c1a2b
    }
}

.solutions-page.networking-security .icon-block .overlay {
    background-color: #9c1a2b
}

@media screen and (min-width: 767px) {
    .solutions-page.networking-security .icon-block .overlay .find-out.more:hover {
        color:#9c1a2b
    }
}

.solutions-page.networking-security .award-block .award-container {
    border-color: #9c1a2b
}

.solutions-page.networking-security .award-block .award-container h2,.solutions-page.networking-security .award-block .award-container p {
    color: #9c1a2b
}

.solutions-page.networking-security .award-block .award-container:hover {
    background-color: #9c1a2b
}

.solutions-page.managed-print h3 {
    color: #e02b3c
}

.solutions-page.managed-print .why-container.header,.solutions-page.managed-print .why-container.text-block {
    background-color: #e02b3c
}

.solutions-page.managed-print .why-container.blocks .why-block {
    border-color: #e02b3c
}

.solutions-page.managed-print .why-container.blocks .why-block .why-icon-background {
    background-color: #e02b3c
}

.solutions-page.managed-print .why-container.blocks .why-block .why-text {
    color: #e02b3c
}

.solutions-page.managed-print .icon-block .inner {
    background-color: #e02b3c
}

.solutions-page.managed-print .icon-block .inner .box-icon.hoverable {
    background-color: #e02b3c
}

@media screen and (min-width: 767px) {
    .solutions-page.managed-print .icon-block .inner:hover {
        border-color:#e02b3c
    }

    .solutions-page.managed-print .icon-block .inner:hover .box-text {
        color: #e02b3c
    }
}

.solutions-page.managed-print .icon-block .overlay {
    background-color: #e02b3c
}

@media screen and (min-width: 767px) {
    .solutions-page.managed-print .icon-block .overlay .find-out.more:hover {
        color:#e02b3c
    }
}

.solutions-page.managed-print .award-block .award-container {
    border-color: #e02b3c
}

.solutions-page.managed-print .award-block .award-container h2,.solutions-page.managed-print .award-block .award-container p {
    color: #e02b3c
}

.solutions-page.managed-print .award-block .award-container:hover {
    background-color: #e02b3c
}

.solutions-page.professional-services h3 {
    color: #00aca2
}

.solutions-page.professional-services .why-container.header,.solutions-page.professional-services .why-container.text-block {
    background-color: #00aca2
}

.solutions-page.professional-services .why-container.blocks .why-block {
    border-color: #00aca2
}

.solutions-page.professional-services .why-container.blocks .why-block .why-icon-background {
    background-color: #00aca2
}

.solutions-page.professional-services .why-container.blocks .why-block .why-text {
    color: #00aca2
}

.solutions-page.professional-services .icon-block .inner {
    background-color: #00aca2
}

.solutions-page.professional-services .icon-block .inner .box-icon.hoverable {
    background-color: #00aca2
}

@media screen and (min-width: 767px) {
    .solutions-page.professional-services .icon-block .inner:hover {
        border-color:#00aca2
    }

    .solutions-page.professional-services .icon-block .inner:hover .box-text {
        color: #00aca2
    }
}

.solutions-page.professional-services .icon-block .overlay {
    background-color: #00aca2
}

@media screen and (min-width: 767px) {
    .solutions-page.professional-services .icon-block .overlay .find-out.more:hover {
        color:#00aca2
    }
}

.solutions-page.professional-services .award-block .award-container {
    border-color: #00aca2
}

.solutions-page.professional-services .award-block .award-container h2,.solutions-page.professional-services .award-block .award-container p {
    color: #00aca2
}

.solutions-page.professional-services .award-block .award-container:hover {
    background-color: #00aca2
}

.solutions-page.software-licensing h3 {
    color: #ffaa14
}

.solutions-page.software-licensing .why-container.header,.solutions-page.software-licensing .why-container.text-block {
    background-color: #ffaa14
}

.solutions-page.software-licensing .why-container.blocks .why-block {
    border-color: #ffaa14
}

.solutions-page.software-licensing .why-container.blocks .why-block .why-icon-background {
    background-color: #ffaa14
}

.solutions-page.software-licensing .why-container.blocks .why-block .why-text {
    color: #ffaa14
}

.solutions-page.software-licensing .icon-block .inner {
    background-color: #ffaa14
}

.solutions-page.software-licensing .icon-block .inner .box-icon.hoverable {
    background-color: #ffaa14
}

@media screen and (min-width: 767px) {
    .solutions-page.software-licensing .icon-block .inner:hover {
        border-color:#ffaa14
    }

    .solutions-page.software-licensing .icon-block .inner:hover .box-text {
        color: #ffaa14
    }
}

.solutions-page.software-licensing .icon-block .overlay {
    background-color: #ffaa14
}

@media screen and (min-width: 767px) {
    .solutions-page.software-licensing .icon-block .overlay .find-out.more:hover {
        color:#ffaa14
    }
}

.solutions-page.software-licensing .award-block .award-container {
    border-color: #ffaa14
}

.solutions-page.software-licensing .award-block .award-container h2,.solutions-page.software-licensing .award-block .award-container p {
    color: #ffaa14
}

.solutions-page.software-licensing .award-block .award-container:hover {
    background-color: #ffaa14
}

.solutions-page.services p {
    font-size: 16px
}

.solutions-page.services .btn .fa-chevron-right {
    margin-left: 10px
}

.solution-partners .bordered-logos {
    text-align: center
}

.solution-partners .bordered-logos .bordered-logo {
    display: inline-block;
    float: none
}

.bordered-logos {
    width: 99%;
    margin-bottom: 20px
}

.bordered-logos .bordered-logo {
    position: relative;
    float: left;
    width: 168px;
    height: 168px;
    margin: 2px;
    border: 3px solid #ebebed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bordered-logos .bordered-logo.small-logos {
    width: -webkit-calc(10% - 6px);
    width: calc(10% - 6px);
    height: 100px
}

.bordered-logos .bordered-logo.small-logos img {
    max-width: 90px;
    max-height: 70px
}

.bordered-logos .bordered-logo.small-logos .read-more,.bordered-logos .bordered-logo.small-logos .view-profile {
    font-size: 13px
}

.bordered-logos .bordered-logo.small-logos .view-profile {
    line-height: 96px
}

.bordered-logos .bordered-logo.full-width {
    width: 185px
}

.bordered-logos .bordered-logo img {
    position: absolute;
    max-width: 140px;
    max-height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.bordered-logos .bordered-logo .read-more,.bordered-logos .bordered-logo .view-profile {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 19px;
    text-align: center;
    line-height: 138px;
    background-color: #fff
}

.bordered-logos .bordered-logo .read-more {
    color: #fff
}

.bordered-logos .bordered-logo:hover .read-more,.bordered-logos .bordered-logo:hover .view-profile {
    display: block
}

@media screen and (max-width: 1200px) {
    .bordered-logos .bordered-logo.small-logos {
        width:-webkit-calc(20% - 6px);
        width: calc(20% - 6px)
    }
}

@media screen and (min-width: 767px) {
    .bordered-logos .bordered-logo .read-more,.bordered-logos .bordered-logo .view-profile {
        line-height:162px
    }
}

@media screen and (max-width: 1199px) {
    .bordered-logos .bordered-logo {
        width:170px;
        height: 170px
    }

    .bordered-logos .bordered-logo.full-width {
        width: 180px
    }
}

@media screen and (max-width: 991px) {
    .bordered-logos .bordered-logo {
        width:174px;
        height: 174px
    }

    .bordered-logos .bordered-logo.full-width {
        width: 230px
    }
}

@media screen and (max-width: 767px) {
    .bordered-logos .bordered-logo.small-logos {
        width:144px;
        height: 144px
    }
}

@media screen and (max-width: 767px) {
    .bordered-logos {
        width:300px;
        margin: 0 auto 20px
    }

    .bordered-logos .bordered-logo {
        width: 144px;
        height: 144px
    }

    .bordered-logos .bordered-logo img {
        max-width: 115px
    }
}

.interested-container.solutions {
    padding-left: 30px
}

.interested-container.solutions h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #915da3;
    font-family: proxima-nova,sans-serif;
    font-size: 19px
}

.interested-container.solutions .interested-block {
    width: 100%;
    height: 195px;
    margin-bottom: 20px;
    padding: 22px 15px;
    border: 3px solid;
    background-color: #fff
}

.interested-container.solutions .interested-block .title a {
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none
}

.interested-container.solutions .interested-block .title a:hover {
    text-decoration: none
}

.interested-container.solutions .interested-block .title a:active {
    text-decoration: none
}

.interested-container.solutions .interested-block .title a:focus {
    text-decoration: none
}

.interested-container.solutions .interested-block .date {
    padding-top: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width: 1199px) {
    .interested-container.solutions .interested-block {
        padding:15px
    }

    .interested-container.solutions .interested-block .title a {
        font-size: 16px
    }

    .interested-container.solutions .interested-block .date {
        font-size: 13px
    }
}

.interested-container.solutions .interested-block.tau {
    border-color: #00aca2
}

.interested-container.solutions .interested-block.tau a {
    color: #00aca2
}

.interested-container.solutions .interested-block.omicron {
    border-color: #cc5299
}

.interested-container.solutions .interested-block.omicron a {
    color: #cc5299
}

.interested-container.solutions .interested-block.rho {
    border-color: #fbbd56
}

.interested-container.solutions .interested-block.rho a {
    color: #fbbd56
}

.interested-container.solutions .interested-block.chi {
    border-color: #006962
}

.interested-container.solutions .interested-block.chi a {
    color: #006962
}

@media screen and (max-width: 991px) {
    .interested-container.solutions .interested-block {
        height:auto;
        max-height: 195px!important
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .interested-container.solutions {
        width:570px;
        margin: 0 auto;
        padding: 0
    }
}

.interested-container.solutions .view-more-btn {
    display: block;
    width: 100%;
    height: 60px;
    margin: 20px auto;
    border: 3px solid #915da3;
    color: #915da3;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.interested-container.solutions .view-more-btn:hover {
    text-decoration: none
}

.interested-container.solutions .view-more-btn:active {
    text-decoration: none
}

.interested-container.solutions .view-more-btn:focus {
    text-decoration: none
}

.nested-service-product-box-wrapper {
    margin: 0 -5px
}

.nested-service-product-box {
    display: inline-block;
    position: relative;
    float: none;
    width: 180.666px;
    height: 180.666px;
    margin: 0 5px 10px;
    border: 3px solid #fff;
    vertical-align: top;
    text-decoration: none
}

.nested-service-product-box:hover {
    text-decoration: none
}

.nested-service-product-box:active {
    text-decoration: none
}

.nested-service-product-box:focus {
    text-decoration: none
}

.nested-service-product-box img {
    position: absolute;
    max-width: 130px;
    max-height: 90px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.nested-service-product-box .nspb-inner {
    position: relative;
    height: 175px;
    border: 3px solid;
    color: #fff;
    text-align: center
}

.nested-service-product-box .nspb-inner .nspb-box-icon {
    width: 100%;
    height: 128px;
    margin: 0 auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.nested-service-product-box .nspb-inner .nspb-box-text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    font-size: 13px;
    text-decoration: none
}

.nested-service-product-box .nspb-inner .nspb-box-text:hover {
    text-decoration: none
}

.nested-service-product-box .nspb-inner .nspb-box-text:active {
    text-decoration: none
}

.nested-service-product-box .nspb-inner .nspb-box-text:focus {
    text-decoration: none
}

.solutions-page-overview .box-container {
    position: relative;
    margin: 30px -8px
}

.solutions-page-overview .box-container:after,.solutions-page-overview .box-container:before {
    content: " ";
    display: table
}

.solutions-page-overview .box-container:after {
    clear: both
}

.solutions-page-overview .box-container:after,.solutions-page-overview .box-container:before {
    content: " ";
    display: table
}

.solutions-page-overview .box-container:after {
    clear: both
}

@media screen and (max-width: 767px) {
    .solutions-page-overview .box-container {
        height:auto!important
    }
}

.solutions-page-overview .icon-block,.solutions-page-overview .icon-block-no-overlay {
    display: block;
    position: static;
    padding: 0;
    margin: 0 0 15px;
    cursor: pointer;
    text-decoration: none
}

.solutions-page-overview .icon-block .inner,.solutions-page-overview .icon-block-no-overlay .inner {
    position: relative;
    height: 180px;
    margin: 3px 8px;
    padding: 5px;
    color: #fff;
    text-align: center
}

.solutions-page-overview .icon-block .inner .box-icon,.solutions-page-overview .icon-block-no-overlay .inner .box-icon {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    -webkit-background-size: 130px 130px;
    background-size: 130px 130px
}

.solutions-page-overview .icon-block .inner .box-text,.solutions-page-overview .icon-block-no-overlay .inner .box-text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    font-size: 13px
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner:hover,.solutions-page-overview .icon-block-no-overlay .inner:hover {
        padding:2px;
        border: 3px solid;
        background-color: #fff!important
    }
}

.solutions-page-overview .icon-block .inner.analytics,.solutions-page-overview .icon-block-no-overlay .inner.analytics {
    background-color: #238746
}

.solutions-page-overview .icon-block .inner.analytics .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.analytics .box-icon {
    background-image: url(../images/icons/icon1_bia.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.analytics:hover,.solutions-page-overview .icon-block-no-overlay .inner.analytics:hover {
        border-color:#238746;
        color: #238746
    }

    .solutions-page-overview .icon-block .inner.analytics:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.analytics:hover .box-icon {
        background-image: url(../images/icons/inverted/icon1_bia.png);
        background-color: #238746
    }
}

.solutions-page-overview .icon-block .inner.commodity-sourcing,.solutions-page-overview .icon-block-no-overlay .inner.commodity-sourcing {
    background-color: #068fe6
}

.solutions-page-overview .icon-block .inner.commodity-sourcing .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.commodity-sourcing .box-icon {
    background-image: url(../images/icons/icon2_cs.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.commodity-sourcing:hover,.solutions-page-overview .icon-block-no-overlay .inner.commodity-sourcing:hover {
        border-color:#068fe6;
        color: #068fe6
    }

    .solutions-page-overview .icon-block .inner.commodity-sourcing:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.commodity-sourcing:hover .box-icon {
        background-image: url(../images/icons/inverted/icon2_cs.png);
        background-color: #068fe6
    }
}

.solutions-page-overview .icon-block .inner.datacentre-cloud,.solutions-page-overview .icon-block-no-overlay .inner.datacentre-cloud {
    background-color: #0168a2
}

.solutions-page-overview .icon-block .inner.datacentre-cloud .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.datacentre-cloud .box-icon {
    background-image: url(../images/icons/icon3_dc.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.datacentre-cloud:hover,.solutions-page-overview .icon-block-no-overlay .inner.datacentre-cloud:hover {
        border-color:#0168a2;
        color: #0168a2
    }

    .solutions-page-overview .icon-block .inner.datacentre-cloud:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.datacentre-cloud:hover .box-icon {
        background-image: url(../images/icons/inverted/icon3_dc.png);
        background-color: #0168a2
    }
}

.solutions-page-overview .icon-block .inner.end-user-computing,.solutions-page-overview .icon-block-no-overlay .inner.end-user-computing {
    background-color: #d13968
}

.solutions-page-overview .icon-block .inner.end-user-computing .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.end-user-computing .box-icon {
    background-image: url(../images/icons/icon4_eu.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.end-user-computing:hover,.solutions-page-overview .icon-block-no-overlay .inner.end-user-computing:hover {
        border-color:#d13968;
        color: #d13968
    }

    .solutions-page-overview .icon-block .inner.end-user-computing:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.end-user-computing:hover .box-icon {
        background-image: url(../images/icons/inverted/icon4_eu.png);
        background-color: #d13968
    }
}

.solutions-page-overview .icon-block .inner.asset-management,.solutions-page-overview .icon-block-no-overlay .inner.asset-management {
    background-color: #81c462
}

.solutions-page-overview .icon-block .inner.asset-management .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.asset-management .box-icon {
    background-image: url(../images/icons/icon5_itam.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.asset-management:hover,.solutions-page-overview .icon-block-no-overlay .inner.asset-management:hover {
        border-color:#81c462;
        color: #81c462
    }

    .solutions-page-overview .icon-block .inner.asset-management:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.asset-management:hover .box-icon {
        background-image: url(../images/icons/inverted/icon5_itam.png);
        background-color: #81c462
    }
}

.solutions-page-overview .icon-block .inner.managed-print,.solutions-page-overview .icon-block-no-overlay .inner.managed-print {
    background-color: #e02b3c
}

.solutions-page-overview .icon-block .inner.managed-print .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.managed-print .box-icon {
    background-image: url(../images/icons/icon6_mps.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.managed-print:hover,.solutions-page-overview .icon-block-no-overlay .inner.managed-print:hover {
        border-color:#e02b3c;
        color: #e02b3c
    }

    .solutions-page-overview .icon-block .inner.managed-print:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.managed-print:hover .box-icon {
        background-image: url(../images/icons/inverted/icon6_mps.png);
        background-color: #e02b3c
    }
}

.solutions-page-overview .icon-block .inner.managed-services,.solutions-page-overview .icon-block-no-overlay .inner.managed-services {
    background-color: #cc5299
}

.solutions-page-overview .icon-block .inner.managed-services .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.managed-services .box-icon {
    background-image: url(../images/icons/icon7_ms.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.managed-services:hover,.solutions-page-overview .icon-block-no-overlay .inner.managed-services:hover {
        border-color:#cc5299;
        color: #cc5299
    }

    .solutions-page-overview .icon-block .inner.managed-services:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.managed-services:hover .box-icon {
        background-image: url(../images/icons/inverted/icon7_ms.png);
        background-color: #cc5299
    }
}

.solutions-page-overview .icon-block .inner.networking-security,.solutions-page-overview .icon-block-no-overlay .inner.networking-security {
    background-color: #9c1a2b
}

.solutions-page-overview .icon-block .inner.networking-security .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.networking-security .box-icon {
    background-image: url(../images/icons/icon8_ns.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.networking-security:hover,.solutions-page-overview .icon-block-no-overlay .inner.networking-security:hover {
        border-color:#9c1a2b;
        color: #9c1a2b
    }

    .solutions-page-overview .icon-block .inner.networking-security:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.networking-security:hover .box-icon {
        background-image: url(../images/icons/inverted/icon8_ns.png);
        background-color: #9c1a2b
    }
}

.solutions-page-overview .icon-block .inner.professional-services,.solutions-page-overview .icon-block-no-overlay .inner.professional-services {
    background-color: #00aca2
}

.solutions-page-overview .icon-block .inner.professional-services .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.professional-services .box-icon {
    background-image: url(../images/icons/icon9_ps.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.professional-services:hover,.solutions-page-overview .icon-block-no-overlay .inner.professional-services:hover {
        border-color:#00aca2;
        color: #00aca2
    }

    .solutions-page-overview .icon-block .inner.professional-services:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.professional-services:hover .box-icon {
        background-image: url(../images/icons/inverted/icon9_ps.png);
        background-color: #00aca2
    }
}

.solutions-page-overview .icon-block .inner.software-licensing,.solutions-page-overview .icon-block-no-overlay .inner.software-licensing {
    background-color: #ffaa14
}

.solutions-page-overview .icon-block .inner.software-licensing .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.software-licensing .box-icon {
    background-image: url(../images/icons/icon10_sl.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.software-licensing:hover,.solutions-page-overview .icon-block-no-overlay .inner.software-licensing:hover {
        border-color:#ffaa14;
        color: #ffaa14
    }

    .solutions-page-overview .icon-block .inner.software-licensing:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.software-licensing:hover .box-icon {
        background-image: url(../images/icons/inverted/icon10_sl.png);
        background-color: #ffaa14
    }
}

.solutions-page-overview .icon-block .inner.services,.solutions-page-overview .icon-block-no-overlay .inner.services {
    background-color: #dc3041
}

.solutions-page-overview .icon-block .inner.services .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.services .box-icon {
    background-image: url(../images/icons/icon13_s.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.services:hover,.solutions-page-overview .icon-block-no-overlay .inner.services:hover {
        border-color:#dc3041;
        color: #dc3041
    }

    .solutions-page-overview .icon-block .inner.services:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.services:hover .box-icon {
        background-image: url(../images/icons/inverted/icon13_s.png);
        background-color: #dc3041
    }
}

.solutions-page-overview .icon-block .inner.unified-communications,.solutions-page-overview .icon-block-no-overlay .inner.unified-communications {
    background-color: #23bce5
}

.solutions-page-overview .icon-block .inner.unified-communications .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.unified-communications .box-icon {
    background-image: url(../images/icons/icon11_uc.png)
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.unified-communications:hover,.solutions-page-overview .icon-block-no-overlay .inner.unified-communications:hover {
        border-color:#23bce5;
        color: #23bce5
    }

    .solutions-page-overview .icon-block .inner.unified-communications:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.unified-communications:hover .box-icon {
        background-image: url(../images/icons/inverted/icon11_uc.png);
        background-color: #23bce5
    }
}

.solutions-page-overview .icon-block .inner.yogh,.solutions-page-overview .icon-block-no-overlay .inner.yogh {
    background-color: #7b4783
}

.solutions-page-overview .icon-block .inner.yogh .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.yogh .box-icon {
    background-image: url(../images/icons/gdpr_icon.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

@media screen and (min-width: 767px) {
    .solutions-page-overview .icon-block .inner.yogh:hover,.solutions-page-overview .icon-block-no-overlay .inner.yogh:hover {
        border-color:#7b4783;
        color: #7b4783
    }

    .solutions-page-overview .icon-block .inner.yogh:hover .box-icon,.solutions-page-overview .icon-block-no-overlay .inner.yogh:hover .box-icon {
        background-image: url(../images/icons/inverted/gdpr_icon.png)
    }
}

.solutions-page-overview .icon-block .overlay,.solutions-page-overview .icon-block-no-overlay .overlay {
    background-color: #7b4783;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    cursor: auto;
    z-index: 100
}

.solutions-page-overview .icon-block .overlay i.fa-times,.solutions-page-overview .icon-block-no-overlay .overlay i.fa-times {
    position: absolute;
    width: 24px;
    height: 25px;
    right: 10px;
    top: 10px;
    padding: 0 4px;
    color: #fff!important;
    font-size: 25px;
    cursor: pointer
}

.solutions-page-overview .icon-block .overlay h2,.solutions-page-overview .icon-block-no-overlay .overlay h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600
}

.solutions-page-overview .icon-block .overlay p,.solutions-page-overview .icon-block-no-overlay .overlay p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300
}

.solutions-page-overview .icon-block .overlay p strong,.solutions-page-overview .icon-block-no-overlay .overlay p strong {
    font-weight: 600
}

.solutions-page-overview .icon-block .overlay .find-out.more,.solutions-page-overview .icon-block-no-overlay .overlay .find-out.more {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 20px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px
}

.solutions-page-overview .icon-block .overlay .find-out.more:hover,.solutions-page-overview .icon-block-no-overlay .overlay .find-out.more:hover {
    background-color: #fff
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .solutions-page-overview .icon-block .inner,.solutions-page-overview .icon-block-no-overlay .inner {
        height:223px;
        padding: 26px
    }

    .solutions-page-overview .icon-block .inner:hover,.solutions-page-overview .icon-block-no-overlay .inner:hover {
        padding: 23px
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .solutions-page-overview .icon-block .inner,.solutions-page-overview .icon-block-no-overlay .inner {
        height:229px;
        padding: 30px
    }

    .solutions-page-overview .icon-block .inner:hover,.solutions-page-overview .icon-block-no-overlay .inner:hover {
        padding: 27px
    }
}

.professional-services-module-container {
    padding: 0 20px;
    margin: 40px 0;
    border-top: 3px solid #00aca2;
    background-color: #ebebed
}

.professional-services-module-container:after,.professional-services-module-container:before {
    content: " ";
    display: table
}

.professional-services-module-container:after {
    clear: both
}

.professional-services-module-container:after,.professional-services-module-container:before {
    content: " ";
    display: table
}

.professional-services-module-container:after {
    clear: both
}

.professional-services-module-container .dataTables_filter {
    display: none
}

.professional-services-module-container .professional-services-header {
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px
}

.professional-services-module-container .professional-services-header:before {
    content: ' ';
    position: absolute;
    width: 55px;
    height: 55px;
    top: -20px;
    left: 0;
    background-color: #e06d2d
}

.professional-services-module-container .professional-services-header:after {
    content: '\f002';
    position: absolute;
    top: -1px;
    left: 17px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.professional-services-module-container .search-box {
    position: relative;
    margin-bottom: 20px
}

.professional-services-module-container .search-box input {
    height: 44px;
    line-height: 44px
}

.professional-services-module-container .search-box i {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 20px
}

.professional-services-module-container .buttons {
    margin: 0 -20px;
    padding: 0 20px;
    border-bottom: 3px solid #00aca2
}

.professional-services-module-container .buttons:after,.professional-services-module-container .buttons:before {
    content: " ";
    display: table
}

.professional-services-module-container .buttons:after {
    clear: both
}

.professional-services-module-container .buttons:after,.professional-services-module-container .buttons:before {
    content: " ";
    display: table
}

.professional-services-module-container .buttons:after {
    clear: both
}

.professional-services-module-container .buttons .btn {
    position: relative;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #c8d1db;
    color: #585858;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.professional-services-module-container .buttons .btn i {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #585858;
    font-size: 28px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.professional-services-module-container .buttons .btn .t-outer {
    height: 60px
}

.professional-services-module-container .buttons .btn:first-child {
    border-right: 1px solid #fff
}

.professional-services-module-container .buttons .btn:hover {
    background-color: #00aca2;
    color: #fff
}

.professional-services-module-container .buttons .btn:hover i {
    color: #fff
}

.professional-services-module-container .buttons .btn.active {
    background-color: #00aca2;
    color: #fff
}

.professional-services-module-container .buttons .btn.active i {
    top: 18px;
    color: #fff;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.professional-services-module-container .partners,.professional-services-module-container .solutions,.professional-services-module-container .table-container {
    display: none
}

.professional-services-module-container .partner-container {
    margin: 0 -3px
}

.professional-services-module-container .partner-container:after,.professional-services-module-container .partner-container:before {
    content: " ";
    display: table
}

.professional-services-module-container .partner-container:after {
    clear: both
}

.professional-services-module-container .partner-container:after,.professional-services-module-container .partner-container:before {
    content: " ";
    display: table
}

.professional-services-module-container .partner-container:after {
    clear: both
}

.professional-services-module-container .partner-container .partner {
    position: relative;
    float: left;
    height: 161px;
    width: 161px;
    margin: 0 3px 6px;
    border: 3px solid #00aca2;
    background-color: #fff
}

.professional-services-module-container .partner-container .partner .logo-container {
    display: table;
    width: 100%;
    height: 155px;
    table-layout: fixed
}

.professional-services-module-container .partner-container .partner .logo-container .logo {
    display: table-cell;
    height: 155px;
    vertical-align: middle
}

.professional-services-module-container .partner-container .partner .logo-container .logo img {
    display: block;
    max-width: 80%;
    max-height: 60%;
    margin-left: auto;
    margin-right: auto
}

.professional-services-module-container .partner-container .partner .filter-partner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00aca2;
    cursor: pointer
}

.professional-services-module-container .partner-container .partner .filter-partner .name {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 19px;
    cursor: pointer
}

.professional-services-module-container .partner-container .partner:hover .filter-partner {
    display: table
}

.professional-services-module-container .solutions-container {
    margin: 0 -3px
}

.professional-services-module-container .solutions-container:after,.professional-services-module-container .solutions-container:before {
    content: " ";
    display: table
}

.professional-services-module-container .solutions-container:after {
    clear: both
}

.professional-services-module-container .solutions-container:after,.professional-services-module-container .solutions-container:before {
    content: " ";
    display: table
}

.professional-services-module-container .solutions-container:after {
    clear: both
}

.professional-services-module-container .solutions-container .solution {
    position: relative;
    float: left;
    height: 161px;
    width: 161px;
    margin: 0 3px 6px;
    border: 3px solid;
    cursor: pointer
}

.professional-services-module-container .solutions-container .solution .inner {
    position: relative;
    height: 155px;
    margin: 0 5px;
    padding: 5px;
    color: #fff;
    text-align: center
}

.professional-services-module-container .solutions-container .solution .inner .box-icon {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    -webkit-background-size: 110px 110px;
    background-size: 110px 110px
}

.professional-services-module-container .solutions-container .solution.asset-management {
    background-color: #81c462;
    border-color: #81c462
}

.professional-services-module-container .solutions-container .solution.asset-management .box-icon {
    background-image: url(../images/icons/icon5_itam.png)
}

.professional-services-module-container .solutions-container .solution.analytics {
    background-color: #238746;
    border-color: #238746
}

.professional-services-module-container .solutions-container .solution.analytics .box-icon {
    background-image: url(../images/icons/icon1_bia.png)
}

.professional-services-module-container .solutions-container .solution.commodity-sourcing {
    background-color: #068fe6;
    border-color: #068fe6
}

.professional-services-module-container .solutions-container .solution.commodity-sourcing .box-icon {
    background-image: url(../images/icons/icon2_cs.png)
}

.professional-services-module-container .solutions-container .solution.managed-services {
    background-color: #cc5299;
    border-color: #cc5299
}

.professional-services-module-container .solutions-container .solution.managed-services .box-icon {
    background-image: url(../images/icons/icon7_ms.png)
}

.professional-services-module-container .solutions-container .solution.collaboration {
    background-color: #23bce5;
    border-color: #23bce5
}

.professional-services-module-container .solutions-container .solution.collaboration .box-icon {
    background-image: url(../images/icons/icon11_uc.png)
}

.professional-services-module-container .solutions-container .solution.datacentre {
    background-color: #0168a2;
    border-color: #0168a2
}

.professional-services-module-container .solutions-container .solution.datacentre .box-icon {
    background-image: url(../images/icons/icon3_dc.png)
}

.professional-services-module-container .solutions-container .solution.end-user-computing {
    background-color: #d13968;
    border-color: #d13968
}

.professional-services-module-container .solutions-container .solution.end-user-computing .box-icon {
    background-image: url(../images/icons/icon4_eu.png)
}

.professional-services-module-container .solutions-container .solution.networking-security {
    background-color: #9c1a2b;
    border-color: #9c1a2b
}

.professional-services-module-container .solutions-container .solution.networking-security .box-icon {
    background-image: url(../images/icons/icon8_ns.png)
}

.professional-services-module-container .solutions-container .solution.print {
    background-color: #e02b3c;
    border-color: #e02b3c
}

.professional-services-module-container .solutions-container .solution.print .box-icon {
    background-image: url(../images/icons/icon6_mps.png)
}

.professional-services-module-container .solutions-container .solution.services {
    background-color: #dc3041;
    border-color: #dc3041
}

.professional-services-module-container .solutions-container .solution.services .box-icon {
    background-image: url(../images/icons/icon13_s.png)
}

.professional-services-module-container .solutions-container .solution.professional-services {
    background-color: #00aca2;
    border-color: #00aca2
}

.professional-services-module-container .solutions-container .solution.professional-services .box-icon {
    background-image: url(../images/icons/icon9_ps.png)
}

.professional-services-module-container .solutions-container .solution.software-licensing {
    background-color: #ffaa14;
    border-color: #ffaa14
}

.professional-services-module-container .solutions-container .solution.software-licensing .box-icon {
    background-image: url(../images/icons/icon10_sl.png)
}

.professional-services-module-container .table-container {
    margin-top: 20px
}

.professional-services-module-container .table-container table thead th {
    color: #585858;
    font-size: 18px;
    font-weight: 500;
    text-align: center
}

.professional-services-module-container .table-container table tbody .btn-no-pro-serv-results {
    margin-top: 14px;
    border-color: #00aca2;
    color: #00aca2
}

.professional-services-module-container .table-container table tbody .btn-no-pro-serv-results:hover {
    background-color: #00aca2;
    color: #fff
}

.professional-services-module-container .table-container table tbody .image-no-pro-serv-results {
    margin: 20px auto
}

.professional-services-module-container .table-container table tbody tr {
    border-top: 10px solid #ebebed;
    background-color: #fff
}

.professional-services-module-container .table-container table tbody td {
    position: relative;
    padding: 10px;
    border-right: 3px solid #ebebed;
    color: #585858;
    font-size: 16px;
    font-weight: 500
}

.professional-services-module-container .table-container table tbody td img {
    max-width: 100px;
    max-height: 70px;
    margin: 0 auto
}

.professional-services-module-container .table-container table tbody td i.fa {
    position: absolute;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    color: #c8d1db;
    font-size: 25px
}

.professional-services-module-container .table-container table tbody td .overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 22px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    padding: 0 10px 0 50px;
    background-color: #fff;
    color: #00aca2;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer
}

.professional-services-module-container .table-container table tbody td .overlay i {
    top: -1px;
    color: #00aca2
}

.professional-services-module-container .table-container table tbody td .icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    background-color: #fff;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.professional-services-module-container .table-container table tbody td .icon.softcat {
    background-color: #915da3;
    background-image: url(../images/icons/small-white/softcat.png)
}

.professional-services-module-container .table-container table tbody td .icon.analytics {
    background-color: #238746;
    background-image: url(../images/icons/small-white/analytics.png)
}

.professional-services-module-container .table-container table tbody td .icon.commodity-sourcing {
    background-color: #068fe6;
    background-image: url(../images/icons/small-white/commodity-sourcing.png)
}

.professional-services-module-container .table-container table tbody td .icon.datacentre-cloud {
    background-color: #0168a2;
    background-image: url(../images/icons/small-white/datacentre-cloud.png)
}

.professional-services-module-container .table-container table tbody td .icon.end-user-computing {
    background-color: #d13968;
    background-image: url(../images/icons/small-white/end-user-computing.png)
}

.professional-services-module-container .table-container table tbody td .icon.asset-management {
    background-color: #81c462;
    background-image: url(../images/icons/small-white/asset-management.png)
}

.professional-services-module-container .table-container table tbody td .icon.managed-print {
    background-color: #e02b3c;
    background-image: url(../images/icons/small-white/managed-print.png)
}

.professional-services-module-container .table-container table tbody td .icon.managed-services {
    background-color: #cc5299;
    background-image: url(../images/icons/small-white/managed-services.png)
}

.professional-services-module-container .table-container table tbody td .icon.networking-security {
    background-color: #9c1a2b;
    background-image: url(../images/icons/small-white/networking-security.png)
}

.professional-services-module-container .table-container table tbody td .icon.professional-services {
    background-color: #00aca2;
    background-image: url(../images/icons/small-white/professional-services.png)
}

.professional-services-module-container .table-container table tbody td .icon.software-licensing {
    background-color: #ffaa14;
    background-image: url(../images/icons/small-white/software-licensing.png)
}

.professional-services-module-container .table-container table tbody td .icon.services {
    background-color: #dc3041;
    background-image: url(../images/icons/small-white/services.png)
}

.professional-services-module-container .table-container table tbody td .icon.unified-communications {
    background-color: #23bce5;
    background-image: url(../images/icons/small-white/unified-communications.png)
}

.professional-services-module-container .table-container table tbody td.service-name {
    padding: 0;
    text-align: center
}

.professional-services-module-container .table-container table tbody td.service-name .cell-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    padding-left: 50px
}

.professional-services-module-container .table-container table tbody td:hover .overlay {
    display: block
}

.professional-services-module-container .table-container .dataTables_paginate {
    margin-top: 20px;
    margin-bottom: 20px
}

.professional-services-module-container .table-container .dataTables_paginate:after,.professional-services-module-container .table-container .dataTables_paginate:before {
    content: " ";
    display: table
}

.professional-services-module-container .table-container .dataTables_paginate:after {
    clear: both
}

.professional-services-module-container .table-container .dataTables_paginate:after,.professional-services-module-container .table-container .dataTables_paginate:before {
    content: " ";
    display: table
}

.professional-services-module-container .table-container .dataTables_paginate:after {
    clear: both
}

.professional-services-module-container .table-container .dataTables_paginate a {
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    border: 2px solid #00aca2;
    text-align: center;
    line-height: 27px;
    color: #00aca2;
    cursor: pointer;
    text-decoration: none
}

.professional-services-module-container .table-container .dataTables_paginate a:hover {
    text-decoration: none
}

.professional-services-module-container .table-container .dataTables_paginate a:active {
    text-decoration: none
}

.professional-services-module-container .table-container .dataTables_paginate a:focus {
    text-decoration: none
}

.professional-services-module-container .table-container .dataTables_paginate a:focus {
    outline: 0
}

.professional-services-module-container .table-container .dataTables_paginate a:hover {
    background-color: #00aca2;
    color: #fff
}

.professional-services-module-container .table-container .dataTables_paginate a.current {
    background-color: #00aca2;
    color: #fff
}

.professional-services-module-container .table-container .dataTables_paginate .ellipsis {
    display: none
}

.professional-services-module-container.extended {
    padding-bottom: 24px;
    border-bottom: 3px solid #00aca2
}

@media screen and (767px) {
    .professional-services-module-container {
        background-color: #ebebed
    }

    .professional-services-module-container .professional-services-header {
        font-size: 18px
    }

    .professional-services-module-container .buttons .btn {
        font-size: 14px
    }

    .professional-services-module-container .buttons .btn i {
        font-size: 16px;
        right: 0;
        top: 0;
        position: relative;
        margin: 0 auto;
        display: block
    }

    .professional-services-module-container .table-container table thead th {
        font-size: 14px
    }

    .professional-services-module-container .table-container table tbody td {
        padding: 5px;
        font-size: 12px
    }

    .professional-services-module-container .table-container table tbody td i {
        display: none
    }

    .professional-services-module-container .table-container table tbody td i.fa {
        top: 35%;
        left: 10px;
        font-size: 14px
    }

    .professional-services-module-container .table-container table tbody td .icon {
        margin-right: 0;
        float: inherit;
        margin: 0 auto
    }

    .professional-services-module-container .table-container table tbody td.service-name {
        padding-left: 5px
    }

    .professional-services-module-container .table-container table tbody td .overlay {
        position: relative;
        display: block;
        font-size: 12px;
        padding: 0 5px;
        margin: 5px auto 0
    }

    .professional-services-module-container .table-container table tbody td.dataTables_empty .col-xs-2 {
        width: 30%;
        margin: 0 auto;
        display: block;
        position: relative;
        float: inherit
    }

    .professional-services-module-container .table-container table tbody td.dataTables_empty .col-xs-offset-1 {
        margin-left: 0
    }

    .professional-services-module-container .table-container table tbody td.dataTables_empty .col-xs-6 {
        width: 100%
    }

    .professional-services-module-container .table-container table tbody td.dataTables_empty .btn-no-pro-serv-results {
        margin-top: 15px;
        padding: 6px 4px;
        font-size: 12px
    }

    .professional-services-module-container .table-container .dataTables_paginate {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .solutions-page .btn-pdf-download {
        background-color: #915da3
    }

    .solutions-page .btn-full-width,.solutions-page .btn-white-full-width {
        position: relative
    }

    .solutions-page .btn-full-width i.fa,.solutions-page .btn-white-full-width i.fa {
        position: relative;
        top: 3px;
        margin-bottom: 5px;
        margin-left: 10px;
        font-size: 25px
    }

    .solutions-page .btn-full-width .icon-speech-bubble,.solutions-page .btn-white-full-width .icon-speech-bubble {
        display: inline-block;
        position: relative;
        top: 5px;
        margin-bottom: 9px;
        margin-left: 10px;
        font-size: 29px
    }

    .solutions-page .why-container .why-section h2 {
        text-align: center
    }

    .solutions-page .why-container .why-section p {
        text-align: center;
        font-size: 16px
    }

    .solutions-page h3 {
        text-align: center
    }

    .solutions-page h3.heading {
        text-align: center
    }

    .why-container.blocks .why-block {
        padding-top: 10px
    }

    .interested-container.solutions {
        padding-left: 0
    }

    .interested-container .also-interested-block {
        width: 100%
    }

    .interested-container .also-interested-block .also-interested-image {
        width: 100%
    }
}

.print-process-container .bottom-bar {
    padding: 20px
}

.print-process-container .bottom-bar p {
    color: #fff
}

.print-process-container .bottom-bar .header-cta {
    display: block;
    float: right;
    width: 260px;
    max-width: 100%;
    height: 60px;
    margin: 0;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.print-process-container .bottom-bar .header-cta:hover {
    text-decoration: none
}

.print-process-container .bottom-bar .header-cta:active {
    text-decoration: none
}

.print-process-container .bottom-bar .header-cta:focus {
    text-decoration: none
}

.print-process-container .bottom-bar .header-cta:nth-child(2),.print-process-container .bottom-bar .header-cta:nth-child(3),.print-process-container .bottom-bar .header-cta:nth-child(4) {
    margin-top: 10px
}

.print-process-container .bottom-bar .header-cta.area-active,.print-process-container .bottom-bar .header-cta.filter-active {
    background-color: #fff;
    color: inherit
}

@media screen and (max-width: 1199px) {
    .print-process-container .bottom-bar .header-cta {
        width:100%
    }
}

@media screen and (max-width: 767px) {
    .print-process-container .bottom-bar .header-cta {
        float:none
    }
}

.print-process-container .bottom-bar .t-outer.t-banner {
    height: 200px
}

.print-process-container .bottom-bar .t-outer.t-news-top {
    height: 120px
}

.print-process-container .bottom-bar .t-outer.t-banner-cta {
    height: 54px;
    padding: 0 10px
}

.print-process-container .bottom-bar .t-outer.t-banner-cta-drop-item {
    height: 50px
}

.print-process-flow {
    margin-top: 40px;
    text-align: center;
    padding: 50px 50px;
    min-height: 440px
}

.print-process-flow:before {
    border-bottom: 32px solid #ebebed;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -32px;
    width: 0
}

.print-process-flow.small {
    min-height: 310px
}

.print-process-flow.medium {
    min-height: 360px
}

.print-process-flow.large {
    min-height: 440px
}

.print-process-flow .ppf-box {
    position: relative;
    padding: 10px;
    background: #fff;
    width: 290px;
    float: left;
    min-height: 290px;
    z-index: 10
}

.print-process-flow .ppf-box .span {
    color: #337ab7
}

.print-process-flow .ppf-box.small {
    min-height: 210px
}

.print-process-flow .ppf-box.medium {
    min-height: 250px
}

.print-process-flow .ppf-box.large {
    min-height: 290px
}

.print-process-flow .ppf-box.blue-state h3,.print-process-flow .ppf-box.blue-state p {
    color: #fff!important
}

.print-process-flow .ppf-box.blue-state .icon .white {
    display: none
}

.print-process-flow .ppf-box.blue-state .icon .blue {
    display: inline
}

.print-process-flow .ppf-box.blue-state .read-more {
    color: #fff
}

.print-process-flow .ppf-box p {
    padding: 10px 10px 0 10px;
    margin: 0!important;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 0
}

.print-process-flow .ppf-box .icon {
    margin: 15px 0
}

.print-process-flow .ppf-box .icon img {
    max-height: 80px
}

.print-process-flow .ppf-box .icon .blue {
    display: none
}

.print-process-flow .arrw-btm {
    bottom: 32px
}

.print-process-flow .arrw-btm img {
    position: absolute;
    left: 140px;
    top: 340px;
    z-index: 1
}

.print-process-flow .arrw-btm .md {
    display: none
}

.print-process-flow .arrw-btm .lg {
    display: inline
}

.print-process-flow .arrw-lr {
    padding-top: 100px;
    float: left;
    width: 104px;
    height: 1px
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .print-process-flow {
        min-height:540px
    }

    .print-process-flow .ppf-box {
        width: 217px;
        min-height: 340px
    }

    .print-process-flow .ppf-box.small {
        min-height: 220px
    }

    .print-process-flow .ppf-box.medium {
        min-height: 260px
    }

    .print-process-flow .ppf-box.large {
        min-height: 340px
    }

    .print-process-flow .arrw-btm {
        bottom: 32px
    }

    .print-process-flow .arrw-btm img {
        top: 390px
    }

    .print-process-flow .arrw-btm .lg {
        display: none
    }

    .print-process-flow .arrw-btm .md {
        display: inline
    }
}

.print-process-flow-mobile {
    margin-top: 40px;
    text-align: center;
    padding: 50px 50px
}

.print-process-flow-mobile.three-steps {
    padding: 20px 50px
}

@media screen and (max-width: 991px) {
    .print-process-flow-mobile.three-steps {
        padding:20px 50px!important
    }
}

.print-process-flow-mobile.three-steps .purple-line {
    display: table;
    width: 100%;
    border-right: none;
    padding-right: 0
}

@media screen and (max-width: 991px) {
    .print-process-flow-mobile {
        padding:30px 50px 30px 30px!important
    }
}

@media screen and (max-width: 767px) {
    .print-process-flow-mobile {
        padding:30px 30px!important
    }
}

.print-process-flow-mobile h3 {
    font-size: 30px
}

.print-process-flow-mobile:before {
    border-bottom: 32px solid #ebebed;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -32px;
    width: 0
}

.print-process-flow-mobile .box-arrows {
    position: absolute
}

.print-process-flow-mobile .purple-line {
    display: table;
    width: 100%;
    border-right: 7px solid #7b4585;
    padding-right: 37px
}

@media screen and (max-width: 767px) {
    .print-process-flow-mobile .purple-line {
        border:none;
        padding-right: 0
    }
}

.print-process-flow-mobile .ppf-box {
    margin: 20px 0;
    padding: 10px;
    background: #fff;
    float: left;
    min-height: 230px;
    width: 100%
}

.print-process-flow-mobile .ppf-box.small {
    min-height: 130px
}

.print-process-flow-mobile .ppf-box.medium {
    min-height: 220px
}

.print-process-flow-mobile .ppf-box.large {
    min-height: 230px
}

.print-process-flow-mobile .ppf-box p {
    padding: 10px 10px 0 10px;
    margin: 0!important;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 0;
    text-align: left
}

.print-process-flow-mobile .ppf-box h3 {
    margin-top: 12px;
    margin-left: 90px;
    clear: none;
    text-align: left
}

@media screen and (max-width: 420px) {
    .print-process-flow-mobile .ppf-box h3 {
        margin-left:0;
        clear: both;
        text-align: center
    }
}

.print-process-flow-mobile .ppf-box .contract,.print-process-flow-mobile .ppf-box .expand {
    padding: 15px
}

.print-process-flow-mobile .ppf-box .contract:hover,.print-process-flow-mobile .ppf-box .expand:hover {
    cursor: pointer
}

.print-process-flow-mobile .ppf-box .view-more-btn {
    width: auto;
    border: 3px solid #fff;
    color: #fff;
    margin: 14px 10px;
    height: 50px;
    line-height: 44px
}

.print-process-flow-mobile .ppf-box .view-more-btn:hover {
    background: #fff
}

@media screen and (max-width: 400px) {
    .print-process-flow-mobile .ppf-box .view-more-btn {
        height:60px;
        line-height: 27px
    }
}

.print-process-flow-mobile .ppf-box.blue-state h3,.print-process-flow-mobile .ppf-box.blue-state p {
    color: #fff
}

.print-process-flow-mobile .ppf-box.blue-state .icon .white {
    display: none
}

.print-process-flow-mobile .ppf-box.blue-state .icon .blue {
    display: inline
}

.print-process-flow-mobile .ppf-box.blue-state .read-more {
    color: #fff
}

.print-process-flow-mobile .ppf-box .icon img {
    width: 70px
}

.print-process-flow-mobile .ppf-box .icon .blue {
    display: none
}

.print-process-flow-mobile .arrw-btm {
    display: none
}

.print-process-flow-mobile .arrw-lr {
    padding-left: 40px;
    float: left;
    width: 100%;
    height: 40px
}

.print-process-flow-mobile .arrw-lr img {
    height: 40px
}

@media screen and (max-width: 767px) {
    .print-process-flow-mobile .arrw-lr {
        padding-left:10px
    }
}

.print-process-flow-mobile .arrw-bottom,.print-process-flow-mobile .arrw-top {
    padding: 0;
    float: right;
    margin-right: -44px
}

@media screen and (max-width: 767px) {
    .print-process-flow-mobile .arrw-bottom,.print-process-flow-mobile .arrw-top {
        display:none
    }
}

.solution-sub-solution-page p {
    color: #666;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300
}

.solution-sub-solution-page .header-banner {
    padding-top: 15px
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .solution-sub-solution-page .header-banner {
        height:auto
    }
}

@media screen and (max-width: 767px) {
    .solution-sub-solution-page .header-banner {
        height:auto
    }
}

.solution-sub-solution-page .btn-full-width,.solution-sub-solution-page .btn-white-full-width {
    position: relative
}

.solution-sub-solution-page .btn-full-width i.fa,.solution-sub-solution-page .btn-white-full-width i.fa {
    position: relative;
    top: 3px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 25px
}

.solution-sub-solution-page .btn-full-width .icon-speech-bubble,.solution-sub-solution-page .btn-white-full-width .icon-speech-bubble {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-bottom: 9px;
    margin-left: 10px;
    font-size: 29px
}

.solution-sub-solution-page .all-services {
    color: #fff;
    font-size: 20px;
    text-decoration: none
}

.solution-sub-solution-page .solution-action-strip {
    padding: 50px 0;
    background-color: #7e4286
}

.solution-sub-solution-page .solution-action-strip .softcat-logo img {
    max-width: 180px;
    margin: 0 auto 50px auto
}

.solution-sub-solution-page .partner-overview-page {
    padding-top: 0
}

.solution-sub-solution-page .partner-overview-page .all-partners-container {
    margin-bottom: 0
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner {
    position: relative;
    height: 175px;
    color: #fff;
    text-align: center
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner .box-icon {
    width: 175px;
    height: 110px;
    margin: 0 auto;
    -webkit-background-size: 174px 174px;
    background-size: 174px;
    background-position: center
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner .box-text {
    display: table-cell;
    height: 63px;
    vertical-align: middle;
    font-size: 13px
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.active .inner {
    font-size: 20px;
    background-color: #fff!important;
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.active .inner .box-icon {
    display: none!important
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.active .inner .box-text {
    display: table-cell;
    height: 163px;
    vertical-align: middle;
    font-size: 20px;
    padding: 0 10px
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-support {
    border-color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-support .inner {
    background-color: #00a3e1
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-support .inner:hover {
        background-color:#fff;
        color: #00a3e1
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-support .inner:hover .box-icon {
        background-color: #00a3e1
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-support .expandown {
    background-color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-network {
    border-color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-network .inner {
    background-color: #00a3e1
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-network .inner:hover {
        background-color:#fff;
        color: #00a3e1
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-network .inner:hover .box-icon {
        background-color: #00a3e1
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-network .expandown {
    background-color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.multi-vendor-support {
    border-color: #585858
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.multi-vendor-support .inner {
    background-color: #585858
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.multi-vendor-support .inner:hover {
        background-color:#fff;
        color: #585858
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.multi-vendor-support .inner:hover .box-icon {
        background-color: #585858
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.multi-vendor-support .expandown {
    background-color: #585858
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.microsoft-cloud {
    border-color: #02bbf3
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.microsoft-cloud .inner {
    background-color: #02bbf3
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.microsoft-cloud .inner:hover {
        background-color:#fff;
        color: #02bbf3
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.microsoft-cloud .inner:hover .box-icon {
        background-color: #02bbf3
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.microsoft-cloud .expandown {
    background-color: #02bbf3
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.softcat-connectivity {
    border-color: #068fcf
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.softcat-connectivity .inner {
    background-color: #068fcf
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.softcat-connectivity .inner:hover {
        background-color:#fff;
        color: #068fcf
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.softcat-connectivity .inner:hover .box-icon {
        background-color: #068fcf
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.softcat-connectivity .expandown {
    background-color: #068fcf
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.lifecycle-solutions {
    border-color: #0072aa
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.lifecycle-solutions .inner {
    background-color: #0072aa
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.lifecycle-solutions .inner:hover {
        background-color:#fff;
        color: #0072aa
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.lifecycle-solutions .inner:hover .box-icon {
        background-color: #0072aa
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.lifecycle-solutions .expandown {
    background-color: #0072aa
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.checkpoint-support-service {
    border-color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.checkpoint-support-service .inner {
    background-color: #cc5299
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.checkpoint-support-service .inner:hover {
        background-color:#fff;
        color: #cc5299
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.checkpoint-support-service .inner:hover .box-icon {
        background-color: #cc5299
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.checkpoint-support-service .expandown {
    background-color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-quick-start-service {
    border-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-quick-start-service .inner {
    background-color: #006962
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-quick-start-service .inner:hover {
        background-color:#fff;
        color: #006962
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-quick-start-service .inner:hover .box-icon {
        background-color: #006962
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-quick-start-service .expandown {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.managed-print-service {
    border-color: #db469d
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.managed-print-service .inner {
    background-color: #db469d
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.managed-print-service .inner:hover {
        background-color:#fff;
        color: #db469d
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.managed-print-service .inner:hover .box-icon {
        background-color: #db469d
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.managed-print-service .expandown {
    background-color: #db469d
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.backup-service {
    border-color: #7b4783
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.backup-service .inner {
    background-color: #7b4783
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.backup-service .inner:hover {
        background-color:#fff;
        color: #7b4783
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.backup-service .inner:hover .box-icon {
        background-color: #7b4783
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.backup-service .expandown {
    background-color: #7b4783
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.disaster-service {
    border-color: #cd529a
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.disaster-service .inner {
    background-color: #cd529a
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.disaster-service .inner:hover {
        background-color:#fff;
        color: #cd529a
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.disaster-service .inner:hover .box-icon {
        background-color: #cd529a
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.disaster-service .expandown {
    background-color: #cd529a
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.check-point-managed-firewall-service {
    border-color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.check-point-managed-firewall-service .inner {
    background-color: #cc5299
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.check-point-managed-firewall-service .inner:hover {
        background-color:#fff;
        color: #cc5299
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.check-point-managed-firewall-service .inner:hover .box-icon {
        background-color: #cc5299
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.check-point-managed-firewall-service .expandown {
    background-color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-firewall-service {
    border-color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-firewall-service .inner {
    background-color: #00a3e1
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-firewall-service .inner:hover {
        background-color:#fff;
        color: #00a3e1
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-firewall-service .inner:hover .box-icon {
        background-color: #00a3e1
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-firewall-service .expandown {
    background-color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-firewall-service {
    border-color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-firewall-service .inner {
    background-color: #00a3e1
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-firewall-service .inner:hover {
        background-color:#fff;
        color: #00a3e1
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-firewall-service .inner:hover .box-icon {
        background-color: #00a3e1
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cisco-managed-firewall-service .expandown {
    background-color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.device-service {
    border-color: #0072aa
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.device-service .inner {
    background-color: #0072aa
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.device-service .inner:hover {
        background-color:#fff;
        color: #0072aa
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.device-service .inner:hover .box-icon {
        background-color: #0072aa
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.device-service .expandown {
    background-color: #0072aa
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.financial-solutions {
    border-color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.financial-solutions .inner {
    background-color: #cc5299
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.financial-solutions .inner:hover {
        background-color:#fff;
        color: #cc5299
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.financial-solutions .inner:hover .box-icon {
        background-color: #cc5299
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.financial-solutions .expandown {
    background-color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.document-management-solutions {
    border-color: #7b4783
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.document-management-solutions .inner {
    background-color: #7b4783
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.document-management-solutions .inner:hover {
        background-color:#fff;
        color: #7b4783
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.document-management-solutions .inner:hover .box-icon {
        background-color: #7b4783
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.document-management-solutions .expandown {
    background-color: #7b4783
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-intelligence-service {
    border-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-intelligence-service .inner {
    background-color: #006962
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-intelligence-service .inner:hover {
        background-color:#fff;
        color: #006962
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-intelligence-service .inner:hover .box-icon {
        background-color: #006962
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-intelligence-service .expandown {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-sam-enterprise {
    border-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-sam-enterprise .inner {
    background-color: #006962
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-sam-enterprise .inner:hover {
        background-color:#fff;
        color: #006962
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-sam-enterprise .inner:hover .box-icon {
        background-color: #006962
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-sam-enterprise .expandown {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.go-to-cloud-workshop-service {
    border-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.go-to-cloud-workshop-service .inner {
    background-color: #006962
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.go-to-cloud-workshop-service .inner:hover {
        background-color:#fff;
        color: #006962
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.go-to-cloud-workshop-service .inner:hover .box-icon {
        background-color: #006962
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.go-to-cloud-workshop-service .expandown {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.move-to-cloud-assessment-service {
    border-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.move-to-cloud-assessment-service .inner {
    background-color: #006962
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.move-to-cloud-assessment-service .inner:hover {
        background-color:#fff;
        color: #006962
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.move-to-cloud-assessment-service .inner:hover .box-icon {
        background-color: #006962
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.move-to-cloud-assessment-service .expandown {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.design-your-cloud {
    border-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.design-your-cloud .inner {
    background-color: #006962
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.design-your-cloud .inner:hover {
        background-color:#fff;
        color: #006962
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.design-your-cloud .inner:hover .box-icon {
        background-color: #006962
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.design-your-cloud .expandown {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-health-check-service {
    border-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-health-check-service .inner {
    background-color: #006962
}

@media screen and (min-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-health-check-service .inner:hover {
        background-color:#fff;
        color: #006962
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-health-check-service .inner:hover .box-icon {
        background-color: #006962
    }
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box.cloud-health-check-service .expandown {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info {
    text-align: center
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info h3,.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info p {
    margin-bottom: 30px
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info h3 a,.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info p a {
    color: #fff
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info .btn-white-full-width i.fa {
    position: relative;
    top: 3px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 25px
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cisco-support {
    background-color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cisco-support .btn-white-full-width:hover {
    color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cisco-support .btn-white-full-width:hover i.fa {
    color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cisco-managed-network {
    background-color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cisco-managed-network .btn-white-full-width:hover {
    color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cisco-managed-network .btn-white-full-width:hover i.fa {
    color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.multi-vendor-support {
    background-color: #585858
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.multi-vendor-support .btn-white-full-width:hover {
    color: #585858
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.multi-vendor-support .btn-white-full-width:hover i.fa {
    color: #585858
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.microsoft-cloud {
    background-color: #02bbf3
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.microsoft-cloud .btn-white-full-width:hover {
    color: #02bbf3
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.microsoft-cloud .btn-white-full-width:hover i.fa {
    color: #02bbf3
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.softcat-connectivity {
    background-color: #068fcf
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.softcat-connectivity .btn-white-full-width:hover {
    color: #068fcf
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.softcat-connectivity .btn-white-full-width:hover i.fa {
    color: #068fcf
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.lifecycle-solutions {
    background-color: #0072aa
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.lifecycle-solutions .btn-white-full-width:hover {
    color: #0072aa
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.lifecycle-solutions .btn-white-full-width:hover i.fa {
    color: #0072aa
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.checkpoint-support-service {
    background-color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.checkpoint-support-service .btn-white-full-width:hover {
    color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.checkpoint-support-service .btn-white-full-width:hover i.fa {
    color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-quick-start-service {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-quick-start-service .btn-white-full-width:hover {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-quick-start-service .btn-white-full-width:hover i.fa {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.managed-print-service {
    background-color: #db469d
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.managed-print-service .btn-white-full-width:hover {
    color: #db469d
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.managed-print-service .btn-white-full-width:hover i.fa {
    color: #db469d
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.backup-service {
    background-color: #7b4783
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.backup-service .btn-white-full-width:hover {
    color: #7b4783
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.backup-service .btn-white-full-width:hover i.fa {
    color: #7b4783
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.disaster-service {
    background-color: #cd529a
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.disaster-service .btn-white-full-width:hover {
    color: #cd529a
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.disaster-service .btn-white-full-width:hover i.fa {
    color: #cd529a
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.check-point-managed-firewall-service {
    background-color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.check-point-managed-firewall-service .btn-white-full-width:hover {
    color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.check-point-managed-firewall-service .btn-white-full-width:hover i.fa {
    color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cisco-managed-firewall-service {
    background-color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cisco-managed-firewall-service .btn-white-full-width:hover {
    color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cisco-managed-firewall-service .btn-white-full-width:hover i.fa {
    color: #00a3e1
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.device-service {
    background-color: #0072aa
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.device-service .btn-white-full-width:hover {
    color: #0072aa
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.device-service .btn-white-full-width:hover i.fa {
    color: #0072aa
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.financial-solutions {
    background-color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.financial-solutions .btn-white-full-width:hover {
    color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.financial-solutions .btn-white-full-width:hover i.fa {
    color: #cc5299
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.document-management-solutions {
    background-color: #7b4783
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.document-management-solutions .btn-white-full-width:hover {
    color: #7b4783
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.document-management-solutions .btn-white-full-width:hover i.fa {
    color: #7b4783
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-intelligence-service {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-intelligence-service .btn-white-full-width:hover {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-intelligence-service .btn-white-full-width:hover i.fa {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-sam-enterprise {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-sam-enterprise .btn-white-full-width:hover {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-sam-enterprise .btn-white-full-width:hover i.fa {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.go-to-cloud-workshop-service {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.go-to-cloud-workshop-service .btn-white-full-width:hover {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.go-to-cloud-workshop-service .btn-white-full-width:hover i.fa {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.move-to-cloud-assessment-service {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.move-to-cloud-assessment-service .btn-white-full-width:hover {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.move-to-cloud-assessment-service .btn-white-full-width:hover i.fa {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.design-your-cloud {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.design-your-cloud .btn-white-full-width:hover {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.design-your-cloud .btn-white-full-width:hover i.fa {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-health-check-service {
    background-color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-health-check-service .btn-white-full-width:hover {
    color: #006962
}

.solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info.cloud-health-check-service .btn-white-full-width:hover i.fa {
    color: #006962
}

@media screen and (max-width: 1199px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner {
        height:171px
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner .box-icon {
        width: 170px
    }
}

@media screen and (max-width: 991px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner {
        height:164px
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner .box-icon {
        width: 163px;
        height: 101px
    }
}

@media screen and (max-width: 767px) {
    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner {
        display:table;
        width: 100%;
        height: 100%;
        margin: 0
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner .box-icon {
        display: table-cell;
        width: 75px;
        min-width: 75px;
        height: 75px;
        margin: 0;
        -webkit-background-size: cover;
        background-size: cover
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner .box-text {
        display: block;
        height: initial;
        padding-right: 85px;
        padding-left: 10px
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner .t-wrap {
        display: table-cell;
        vertical-align: middle
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner .fa-plus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-box .inner .fa-minus {
        position: absolute;
        right: 20px;
        top: 35px;
        font-size: 25px
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info {
        padding-top: 0
    }

    .solution-sub-solution-page .partner-overview-page .all-partners-container .all-partner-more-info .btn-white-full-width {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 18px
    }
}

.investors-centre h5 {
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 28px
}

.investors-centre p {
    margin-right: 0;
    color: #666;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300
}

.investors-centre p.small-p {
    font-size: 14px;
    line-height: 20px
}

.investors-centre .content-image,.investors-centre .spacing-mobile {
    margin-top: 20px;
    margin-bottom: 20px
}

.investor-home-highlight {
    max-width: 485px;
    margin: 0 auto 20px;
    border: 4px solid #fff;
    padding: 25px;
    min-height: 210px
}

.investor-home-highlight.left {
    float: right
}

.investor-home-highlight.right {
    float: left
}

.investor-facts {
    position: relative
}

.investor-facts .fact-container {
    position: relative;
    float: left;
    height: 315px;
    padding-top: 60px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2
}

.investor-facts .fact-container img {
    display: block;
    margin: 0 auto 10px
}

.investor-facts .fact-container .highlight-text {
    margin: 0 0 5px;
    font-family: proxima-nova,sans-serif;
    font-size: 37px;
    line-height: 37px;
    font-weight: 600;
    text-align: center
}

.investor-facts .fact-container .content-text {
    display: block;
    width: 140px;
    margin: 0 auto;
    color: #000;
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: center
}

.investor-facts .fact-container.alpha {
    width: 283px;
    margin-right: 17px;
    margin-left: 42px;
    padding-right: 12px;
    padding-left: 58px;
    background-position-y: 31px;
    color: #915da3
}

.investor-facts .fact-container.pi {
    width: 230px;
    padding-right: 12px;
    padding-left: 12px;
    color: #bed140
}

.investor-facts .fact-container.theta {
    width: 250px;
    margin-right: 21px;
    padding-right: 12px;
    padding-left: 30px;
    background-position-y: 18px;
    color: #068fcf
}

.investor-facts .fact-container.chi {
    width: 275px;
    padding-right: 56px;
    padding-left: 12px;
    background-position-y: 31px;
    color: #006962
}

.investor-facts:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 50%;
    background-color: #ebebed;
    z-index: 1
}

.regulatory-news-box {
    height: 240px;
    margin: 0 0 20px
}

.regulatory-news-box .heading {
    margin-bottom: 20px;
    font-family: proxima-nova;
    font-size: 22px;
    line-height: 28px
}

.regulatory-news-box .date-time {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.regulatory-news-box .fa-download {
    position: absolute;
    right: 20px;
    bottom: 17px;
    font-size: 30px
}

.regulatory-news-box.with-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.regulatory-news-box.with-image .heading {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: #fff
}

.financial-calender-box {
    height: 500px
}

.financial-calender-box .calender-row {
    margin-bottom: 20px
}

.financial-calender-box .calender-row:after,.financial-calender-box .calender-row:before {
    content: " ";
    display: table
}

.financial-calender-box .calender-row:after {
    clear: both
}

.financial-calender-box .calender-row:after,.financial-calender-box .calender-row:before {
    content: " ";
    display: table
}

.financial-calender-box .calender-row:after {
    clear: both
}

.financial-calender-box .date {
    float: left;
    width: 85px;
    height: 85px;
    padding-top: 15px;
    text-align: center
}

.financial-calender-box .date .number {
    margin: 0 0 5px;
    color: #fff;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600
}

.financial-calender-box .date .month {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.financial-calender-box .title {
    float: left;
    width: 235px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 24px;
    font-family: proxima-nova,sans-serif
}

.financial-calender-box hr {
    margin: 0 0 12px
}

.financial-calender-box .link {
    display: block;
    position: relative;
    color: inherit;
    font-size: 22px;
    font-family: proxima-nova,sans-serif;
    text-decoration: none
}

.financial-calender-box .link:hover {
    text-decoration: none
}

.financial-calender-box .link:active {
    text-decoration: none
}

.financial-calender-box .link:focus {
    text-decoration: none
}

.financial-calender-box .link i.fa {
    position: absolute;
    top: 3px;
    right: 0
}

.financial-calender-box.tau .date {
    background-color: #00aca2
}

.financial-calender-box.investors-home .calender-row {
    display: none
}

.financial-calender-box.dividend-calender {
    display: none;
    height: auto;
    padding-bottom: 0
}

.financial-calender-box.dividend-calender:after,.financial-calender-box.dividend-calender:before {
    content: " ";
    display: table
}

.financial-calender-box.dividend-calender:after {
    clear: both
}

.financial-calender-box.dividend-calender:after,.financial-calender-box.dividend-calender:before {
    content: " ";
    display: table
}

.financial-calender-box.dividend-calender:after {
    clear: both
}

.financial-calender-box.dividend-calender .title {
    width: 460px
}

.financial-calender-box.dividend-calender.active {
    display: block
}

.investor-table {
    margin-top: 1px
}

.investor-table .head {
    font-size: 18px;
    color: #fff
}

.investor-table .head:after,.investor-table .head:before {
    content: " ";
    display: table
}

.investor-table .head:after {
    clear: both
}

.investor-table .head:after,.investor-table .head:before {
    content: " ";
    display: table
}

.investor-table .head:after {
    clear: both
}

.investor-table .line {
    background-color: #ebebed;
    color: #666;
    font-size: 14px
}

.investor-table .line:after,.investor-table .line:before {
    content: " ";
    display: table
}

.investor-table .line:after {
    clear: both
}

.investor-table .line:after,.investor-table .line:before {
    content: " ";
    display: table
}

.investor-table .line:after {
    clear: both
}

.investor-table .cell {
    min-height: 48px;
    padding: 12px;
    border-right: 1px solid #0072aa;
    border-bottom: 1px solid #fff;
    text-align: center
}

.investor-table .cell:first-child {
    text-align: left
}

.investor-table .cell:last-child {
    border-right: none
}

.investor-table .cell i.fa {
    position: relative;
    top: 3px;
    color: #915da3;
    font-size: 20px
}

.investor-table.theta .head {
    background-color: #068fcf
}

.investor-table.tau .head {
    background-color: #00aca2
}

.tables-container,.tabs-container {
    padding: 0 10px
}

.tab {
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    background-color: #0072aa;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    cursor: pointer
}

.tab.active {
    background-color: #068fcf
}

.theta .tab {
    background-color: #0072aa
}

.theta .tab.active {
    background-color: #068fcf
}

.tau .tab {
    background-color: #006962
}

.tau .tab.active {
    background-color: #00aca2
}

.results-centre .investor-table {
    display: none
}

.results-centre .investor-table.active {
    display: block
}

.dividends h2 {
    margin-bottom: 0
}

.dividends p.small-p {
    margin-bottom: 20px
}

.dividends .investor-table .head {
    font-size: 14px
}

.dividends .investor-table .line {
    font-size: 22px
}

.dividends .investor-table .cell {
    text-align: left
}

.dividends .investor-table .cell:last-child {
    text-align: right
}

.investors-directors {
    position: relative
}

.investors-directors:after,.investors-directors:before {
    content: " ";
    display: table
}

.investors-directors:after {
    clear: both
}

.investors-directors:after,.investors-directors:before {
    content: " ";
    display: table
}

.investors-directors:after {
    clear: both
}

.director {
    position: relative;
    height: 320px;
    text-align: center
}

.director.open {
    margin-bottom: 305px
}

.director.open .btn-director {
    background-color: #068fcf;
    color: #fff
}

.director.open .btn-director i.fa {
    color: #fff
}

.director.open .btn-director:after {
    content: ' ';
    position: absolute;
    height: 20px;
    right: -3px;
    bottom: -20px;
    left: -3px;
    background-color: #068fcf
}

.director-image {
    width: 100%;
    margin: 0 0 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.director-name {
    margin: 0;
    color: #068fcf;
    font-family: proxima-nova,sans-serif;
    font-size: 22px
}

.director-job {
    margin: 0;
    color: #666;
    font-family: proxima-nova,sans-serif;
    font-size: 14px
}

.director-expanded {
    display: none;
    position: absolute;
    width: 100%;
    height: 300px;
    padding: 40px;
    bottom: 0;
    overflow-y: scroll;
    background-color: #068fcf;
    color: #fff;
    text-align: center
}

.director-expanded .fa-times {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer
}

.director-expanded p {
    color: #fff
}

.director-expanded.open {
    display: block
}

.director-expanded-name {
    font-family: proxima-nova,sans-serif;
    font-size: 32px
}

.director-expanded-job {
    font-family: proxima-nova,sans-serif;
    font-size: 20px
}

.board-committee {
    margin-top: 30px;
    padding-top: 170px;
    text-align: center
}

.board-committee .committee-image {
    position: absolute;
    height: 150px;
    top: 0;
    right: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.board-committee .committee-text {
    height: 118px
}

.board-committee.echo h5 {
    color: #0072aa
}

.board-committee.echo .bold {
    color: #0072aa
}

.board-committee.echo .terms-of-reference {
    color: #0072aa
}

.board-committee.omicron h5 {
    color: #cc5299
}

.board-committee.omicron .bold {
    color: #cc5299
}

.board-committee.omicron .terms-of-reference {
    color: #cc5299
}

.board-committee.tau h5 {
    color: #00aca2
}

.board-committee.tau .bold {
    color: #00aca2
}

.board-committee.tau .terms-of-reference {
    color: #00aca2
}

.person-highlight {
    height: 85px;
    margin: 20px 0 0;
    text-align: left
}

.person-highlight:after,.person-highlight:before {
    content: " ";
    display: table
}

.person-highlight:after {
    clear: both
}

.person-highlight:after,.person-highlight:before {
    content: " ";
    display: table
}

.person-highlight:after {
    clear: both
}

.person-highlight img {
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0
}

.person-highlight p {
    max-width: 230px;
    margin: 0
}

.person-highlight .bold {
    font-weight: 600
}

@media screen and (max-width: 1199px) {
    .investors-centre h5 {
        font-size:18px;
        line-height: 24px
    }

    .investor-facts {
        padding-top: 20px
    }

    .investor-facts .fact-container {
        height: 302px
    }

    .investor-facts .fact-container.alpha {
        margin-left: 150px;
        margin-right: 127px
    }

    .investor-facts .fact-container.theta {
        margin-left: 150px;
        margin-right: 115px
    }

    .investor-facts:after {
        bottom: 30%
    }

    .financial-calender-box .title {
        width: 162px
    }

    .financial-calender-box .link {
        font-size: 18px
    }

    .financial-calender-box.dividend-calender .title {
        width: 352px
    }

    .dividends .investor-table .head .cell {
        min-height: 66px
    }
}

@media screen and (max-width: 991px) {
    .investor-facts {
        padding-top:20px
    }

    .investor-facts .fact-container.alpha {
        margin-left: 50px;
        margin-right: 107px
    }

    .investor-facts .fact-container.theta {
        margin-left: 50px;
        margin-right: 95px
    }

    .investor-facts:after {
        bottom: 30%
    }

    .regulatory-news-box {
        height: 200px
    }

    .financial-calender-box,.financial-calender-box.dividend-calender {
        height: auto
    }

    .financial-calender-box .title,.financial-calender-box.dividend-calender .title {
        width: 569px
    }

    .financial-calender-box .link,.financial-calender-box.dividend-calender .link {
        font-size: 22px
    }

    .investor-table .head {
        font-size: 14px
    }

    .directors-row {
        position: relative
    }

    .directors-row:after,.directors-row:before {
        content: " ";
        display: table
    }

    .directors-row:after {
        clear: both
    }

    .directors-row:after,.directors-row:before {
        content: " ";
        display: table
    }

    .directors-row:after {
        clear: both
    }

    .director {
        height: 365px;
        margin-bottom: 50px
    }

    .director.open {
        margin-bottom: 355px
    }

    .director-expanded {
        bottom: 50px;
        padding: 20px
    }

    .board-committee {
        width: 300px;
        margin: 20px auto
    }

    .board-committee .committee-text {
        height: auto
    }

    .person-highlight p {
        max-width: 160px
    }
}

.contact-split:before {
    content: ' ';
    position: absolute;
    width: 100%;
    top: -50px;
    left: 100%;
    bottom: -50px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .investor-home-highlight.left,.investor-home-highlight.right {
        float:none
    }

    .investor-facts {
        padding-top: 70px
    }

    .investor-facts .fact-container.alpha,.investor-facts .fact-container.chi,.investor-facts .fact-container.pi,.investor-facts .fact-container.theta {
        float: none;
        margin: 0 auto
    }

    .investor-facts:after {
        bottom: auto;
        height: 50px
    }

    .regulatory-news-box .heading {
        font-size: 20px;
        line-height: 26px
    }

    .financial-calender-box,.financial-calender-box.dividend-calender {
        width: 280px;
        margin: 0 auto
    }

    .financial-calender-box .title,.financial-calender-box.dividend-calender .title {
        width: 149px;
        font-size: 18px;
        line-height: 20px
    }

    .financial-calender-box .link,.financial-calender-box.dividend-calender .link {
        font-size: 18px
    }

    .results-centre .tab {
        font-size: 15px;
        padding: 6px 8px
    }

    .investor-table .line {
        border-bottom: 2px solid #068fcf
    }

    .investor-table .line:last-child {
        border: none
    }

    .investor-table .cell {
        min-height: auto;
        padding: 10px;
        border: none;
        text-align: left
    }

    .investor-table .cell:first-child {
        font-weight: 700
    }

    .investor-table .cell i.fa {
        top: 3px;
        margin-left: 5px;
        font-size: 20px
    }

    .dividends .investor-table .line {
        font-size: 14px
    }

    .dividends .investor-table .line .cell {
        text-align: left
    }

    .director {
        height: auto;
        width: 250px;
        margin: 0 auto 40px
    }

    .director .btn-director {
        display: none
    }

    .director.open {
        margin: 0 auto 40px
    }

    .director:last-child {
        margin: 0 auto
    }

    .director-expanded.open {
        display: none
    }
}

.email-preferences .emulate-checkbox {
    margin-top: 20px;
    font-size: 12px
}

.email-preferences .emulate-checkbox input[type=checkbox] {
    display: none!important
}

.email-preferences .emulate-checkbox input[type=checkbox]:checked+.cr>.cr-icon {
    opacity: 1
}

.email-preferences .emulate-checkbox label {
    display: block;
    cursor: pointer
}

.email-preferences .emulate-checkbox .cr {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 15px;
    background-color: #f0f0f0;
    vertical-align: top
}

.email-preferences .emulate-checkbox .cr-label {
    position: relative;
    display: inline-block;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    vertical-align: middle
}

.email-preferences .emulate-checkbox .cr-label .title {
    color: #915da3;
    font-size: 16px;
    margin-bottom: 10px
}

.email-preferences .emulate-checkbox .cr-label p {
    font-size: 14px;
    font-weight: 200;
    color: #333
}

.email-preferences .emulate-checkbox .cr-icon {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #915da3;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all
}

.header-banner.podcast-episode {
    height: 250px;
    padding: 20px 0;
    background-color: #7b4783
}

.header-banner.podcast-episode p {
    margin: 12px 0;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.header-banner.podcast-episode .t-outer.t-podcast-banner {
    height: 210px
}

.header-banner.podcast-episode .subtitle {
    font-size: 24px;
    color: #fff;
    font-weight: 100
}

.header-banner.podcast-episode .subtitle .back-to-overview-chevron-link {
    position: relative;
    color: #fff
}

.header-banner.podcast-episode .subtitle .back-to-overview-chevron-link i.fa {
    pointer-events: all
}

.header-banner.podcast-episode .subtitle .back-to-overview-chevron-link:hover {
    color: #e6e6e6
}

.header-banner.podcast-episode .header-icon-box img {
    max-height: 210px
}

.header-banner.podcast-episode .media-player-wrapper {
    height: 120px
}

.header-banner.podcast-episode .media-player {
    height: 120px
}

.header-banner.podcast-episode .media-player.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0,0,0,.85);
    height: 80px
}

.header-banner.podcast-episode .media-links img {
    display: inline-block;
    max-height: 36px;
    margin: 5px 6px
}

@media screen and (max-width: 1199px) {
    .header-banner.podcast-episode h1 {
        font-size:44px
    }
}

@media screen and (max-width: 991px) {
    .header-banner.podcast-episode {
        height:280px
    }

    .header-banner.podcast-episode .t-outer.t-podcast-banner {
        height: 240px
    }

    .header-banner.podcast-episode .media-links img {
        margin: 5px 2px
    }

    .header-banner.podcast-episode .subtitle {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .header-banner.podcast-episode {
        height:auto
    }

    .header-banner.podcast-episode .t-outer.t-podcast-banner {
        display: block;
        height: auto
    }

    .header-banner.podcast-episode .header-icon-box {
        margin: 0 0 20px
    }

    .header-banner.podcast-episode .header-icon-box img {
        margin: 0 auto
    }
}

.podcast-episode-richtext h1,.podcast-episode-richtext h2,.podcast-episode-richtext h3,.podcast-episode-richtext h4,.podcast-episode-richtext h5,.podcast-episode-richtext h6 {
    margin: 0 0 20px;
    color: #915da3;
    font-family: "Open Sans";
    font-size: 26px;
    line-height: 32px;
    font-weight: 300
}

.podcast-episode-richtext p {
    margin: 0 0 20px;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300
}

.podcast-introtext-area h1,.podcast-introtext-area h2,.podcast-introtext-area h3,.podcast-introtext-area h4,.podcast-introtext-area h5,.podcast-introtext-area h6 {
    margin: 0 0 20px;
    color: #915da3;
    font-family: "Open Sans";
    font-size: 26px;
    line-height: 32px;
    font-weight: 300
}

.podcast-introtext-area p {
    margin: 0 0 20px;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300
}

.podcast-introtext-area .share .share-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 100;
    color: #068fcf
}

@media screen and (max-width: 991px) {
    .podcast-introtext-area .share {
        margin:0 0 20px
    }
}

@media screen and (max-width: 767px) {
    .podcast-introtext-area .share .addthis_toolbox_internal {
        display:inline-block
    }
}

.responsive-image-with-bottom-caption {
    position: relative;
    width: 100%
}

.responsive-image-with-bottom-caption img {
    width: 100%;
    margin: auto
}

.responsive-image-with-bottom-caption .caption {
    position: absolute;
    padding: 10px;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    text-align: left
}

@media screen and (max-width: 991px) {
    .responsive-image-with-bottom-caption {
        margin-bottom:20px
    }
}

@media screen and (max-width: 767px) {
    .responsive-image-with-bottom-caption {
        max-width:400px;
        margin: 0 auto 20px
    }
}

hr.alpha-divider {
    border-color: #915da3
}

.podcast-presenters .title {
    margin: 0 0 10px;
    color: #915da3;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300
}

.podcast-presenters .presenter {
    height: 200px;
    color: #585858
}

.podcast-presenters .presenter .profile-photo {
    float: left;
    width: 90px
}

.podcast-presenters .presenter .profile-photo img {
    max-width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.podcast-presenters .presenter .author-info {
    float: left;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-top: 30px;
    padding-left: 15px
}

.podcast-presenters .presenter .author-info .name {
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300
}

.podcast-presenters .presenter .author-info .job-title {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600
}

.podcast-presenters .presenter .author-info .info-text {
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600
}

.podcast-presenters .presenter .share-icons .share-icon {
    font-size: 21px;
    text-decoration: none
}

.podcast-presenters .presenter .share-icons .share-icon:hover {
    text-decoration: none
}

.podcast-presenters .presenter .share-icons .share-icon:active {
    text-decoration: none
}

.podcast-presenters .presenter .share-icons .share-icon:focus {
    text-decoration: none
}

.podcast-presenters .presenter .share-icons .share-icon .fa-twitter-square {
    color: #00aced
}

.podcast-presenters .presenter .share-icons .share-icon .fa-linkedin-square {
    color: #0077b5
}

.podcast-presenters .presenter .share-icons .share-icon:hover .fa-twitter-square {
    color: #0087ba
}

.podcast-presenters .presenter .share-icons .share-icon:hover .fa-linkedin-square {
    color: #005582
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .podcast-presenters .presenter .profile-photo {
        width:75px
    }

    .podcast-presenters .presenter .author-info {
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
        padding-top: 20px;
        padding-left: 15px
    }
}

@media screen and (max-width: 767px) {
    .podcast-presenters {
        text-align:center
    }

    .podcast-presenters .presenter {
        height: auto;
        margin-bottom: 20px
    }

    .podcast-presenters .presenter .profile-photo {
        float: none;
        margin: 0 auto 10px
    }

    .podcast-presenters .presenter .author-info {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 0
    }
}

.podcast-key-area .title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300
}

.podcast-key-area ul {
    padding-left: 20px;
    list-style-type: square
}

.podcast-key-area ul li {
    position: relative;
    padding: 12px 0;
    color: #fff;
    font-size: 17px;
    font-weight: 300
}

.podcast-key-area ul li:not(:last-child):after {
    content: ' ';
    position: absolute;
    height: 1px;
    right: 0;
    left: -20px;
    bottom: 0;
    background-color: #fff
}

.podcast-further-links {
    margin-bottom: 30px
}

.podcast-further-links .title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300
}

.podcast-further-links ul {
    list-style: none
}

.podcast-further-links .links {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin: 5px 0
}

.podcast-further-links .links a {
    text-decoration: underline;
    color: #fff
}

.podcast-solutions .title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300
}

.podcast-solutions img {
    float: left;
    margin: 12px 8px 0 0
}

.podcast-solutions .icons {
    position: relative
}

.podcast-solutions .icons:after,.podcast-solutions .icons:before {
    content: " ";
    display: table
}

.podcast-solutions .icons:after {
    clear: both
}

.podcast-solutions .icons:after,.podcast-solutions .icons:before {
    content: " ";
    display: table
}

.podcast-solutions .icons:after {
    clear: both
}

.podcast-solutions .icons .icon {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.podcast-solutions .icons .icon:hover {
    top: 5px
}

.podcast-solutions .icons .icon:hover:after {
    content: '';
    position: absolute;
    width: 280%;
    left: -90%;
    bottom: 55px;
    padding: 2px;
    background: #000;
    color: #fff;
    font-size: 13px;
    text-align: center
}

.podcast-solutions .icons .icon:hover:before {
    content: ' ';
    position: absolute;
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    top: -15px;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #000 transparent transparent transparent
}

.podcast-solutions .icons .icon.softcat {
    background-color: #7b4783;
    background-image: url(../images/icons/small-white/softcat.png)
}

.podcast-solutions .icons .icon.softcat:hover:after {
    content: 'Softcat News'
}

.podcast-solutions .icons .icon.analytics {
    background-color: #238746;
    background-image: url(../images/icons/small-white/analytics.png)
}

.podcast-solutions .icons .icon.analytics:hover:after {
    content: 'BI & analytics'
}

.podcast-solutions .icons .icon.commodity-sourcing {
    background-color: #068fe6;
    background-image: url(../images/icons/small-white/commodity-sourcing.png)
}

.podcast-solutions .icons .icon.commodity-sourcing:hover:after {
    content: 'Commodity sourcing'
}

.podcast-solutions .icons .icon.datacentre-cloud {
    background-color: #0168a2;
    background-image: url(../images/icons/small-white/datacentre-cloud.png)
}

.podcast-solutions .icons .icon.datacentre-cloud:hover:after {
    content: 'Datacentre'
}

.podcast-solutions .icons .icon.end-user-computing {
    background-color: #d13968;
    background-image: url(../images/icons/small-white/end-user-computing.png)
}

.podcast-solutions .icons .icon.end-user-computing:hover:after {
    content: 'End User Computing & Mobility'
}

.podcast-solutions .icons .icon.asset-management {
    background-color: #81c462;
    background-image: url(../images/icons/small-white/asset-management.png)
}

.podcast-solutions .icons .icon.asset-management:hover:after {
    content: 'Asset management'
}

.podcast-solutions .icons .icon.managed-print {
    background-color: #e02b3c;
    background-image: url(../images/icons/small-white/managed-print.png)
}

.podcast-solutions .icons .icon.managed-print:hover:after {
    content: 'Print'
}

.podcast-solutions .icons .icon.managed-services {
    background-color: #cc5299;
    background-image: url(../images/icons/small-white/managed-services.png)
}

.podcast-solutions .icons .icon.managed-services:hover:after {
    content: 'Cloud & managed services'
}

.podcast-solutions .icons .icon.networking-security {
    background-color: #9c1a2b;
    background-image: url(../images/icons/small-white/networking-security.png)
}

.podcast-solutions .icons .icon.networking-security:hover:after {
    content: 'Networking & security'
}

.podcast-solutions .icons .icon.professional-services {
    background-color: #e02b3c;
    background-image: url(../images/icons/small-white/professional-services.png)
}

.podcast-solutions .icons .icon.professional-services:hover:after {
    content: 'Professional services'
}

.podcast-solutions .icons .icon.services {
    background-color: #dc3041;
    background-image: url(../images/icons/small-white/services.png)
}

.podcast-solutions .icons .icon.services:hover:after {
    content: 'Services'
}

.podcast-solutions .icons .icon.software-licensing {
    background-color: #ffaa14;
    background-image: url(../images/icons/small-white/software-licensing.png)
}

.podcast-solutions .icons .icon.software-licensing:hover:after {
    content: 'Software licensing'
}

.podcast-solutions .icons .icon.unified-communications {
    background-color: #23bce5;
    background-image: url(../images/icons/small-white/unified-communications.png)
}

.podcast-solutions .icons .icon.unified-communications:hover:after {
    content: 'Unified communication'
}

.section-accordion .panel {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.section-accordion .panel:not(:last-child) {
    border-bottom: 1px solid #ebebed
}

.section-accordion .panel-heading {
    position: relative;
    padding: 20px 25px 20px 10px
}

.section-accordion .panel-heading .panel-title .panel-toggle {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-decoration: none
}

.section-accordion .panel-heading .panel-title .panel-toggle:hover {
    text-decoration: none
}

.section-accordion .panel-heading .panel-title .panel-toggle:active {
    text-decoration: none
}

.section-accordion .panel-heading .panel-title .panel-toggle:focus {
    text-decoration: none
}

.section-accordion .panel-heading .panel-title .title-fa {
    margin-right: 20px
}

.section-accordion .panel-heading .header-fa {
    position: absolute;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    line-height: 16px;
    -webkit-transition: .2s -webkit-transform;
    transition: .2s -webkit-transform;
    -o-transition: .2s transform;
    transition: .2s transform;
    transition: .2s transform,.2s -webkit-transform
}

.section-accordion .panel-heading .header-fa.open {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-accordion .panel-body {
    padding: 20px 10px
}

.section-accordion .panel-body h1,.section-accordion .panel-body h2,.section-accordion .panel-body h3,.section-accordion .panel-body h4,.section-accordion .panel-body h5,.section-accordion .panel-body h6 {
    color: #000
}

.section-accordion .panel-body p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #000
}

.section-accordion .panel-body p strong {
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .section-accordion .panel-heading .panel-title .panel-toggle {
        font-size:18px;
        line-height: 24px
    }

    .section-accordion .panel-heading .panel-title .title-fa {
        margin-right: 10px
    }
}

.news-overview-v2.podcast-episode .owl-stage {
    margin: 0 auto
}

.news-overview-v2.podcast-episode .owl-item {
    float: left
}

.podcast-channel .episodes .episode-container {
    display: block;
    margin-bottom: 20px;
    background-color: #915da3;
    text-decoration: none
}

.podcast-channel .episodes .episode-container:hover {
    text-decoration: none
}

.podcast-channel .episodes .episode-container:active {
    text-decoration: none
}

.podcast-channel .episodes .episode-container:focus {
    text-decoration: none
}

.podcast-channel .episodes .episode-container .episode-header {
    height: 35px;
    padding: 0 10px;
    background-color: #915da3;
    line-height: 35px
}

.podcast-channel .episodes .episode-container .episode-header .season-episode {
    float: left;
    color: #fff
}

.podcast-channel .episodes .episode-container .episode-header .episode-date {
    float: right;
    color: #fff
}

.podcast-channel .episodes .episode-container .episode-body {
    clear: both;
    height: 205px;
    padding: 16px;
    background-color: #ebebed
}

.podcast-channel .episodes .episode-container .episode-body h2 {
    margin: 0;
    padding-bottom: 6px;
    color: #333;
    font-family: proxima-nova,sans-serif;
    font-size: 24px;
    font-weight: 600
}

.podcast-channel .episodes .episode-container .episode-body .listen-now {
    color: #068fcf;
    font-size: 18px;
    font-weight: 400
}

.podcast-channel .episodes .episode-container .episode-body .play-button {
    max-width: 100%
}

.podcast-channel .episodes .episode-container .play-container {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(/assets/uploads/campaigns/podcast-channel/play-button.png);
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px
}

.podcast-channel .episodes .episode-container .title-container {
    float: left;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding-left: 15px;
    color: #585858
}

.podcast-channel .episodes .episode-container .title-container .duration {
    color: #585858
}

.podcast-channel .episodes .episode-container .description-container {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px
}

.podcast-channel .episodes .episode-container .description-container .find-out-more {
    color: #915da3;
    font-weight: 500
}

.podcast-channel .episodes .episode-container .description-container .find-out-more i {
    margin-left: 7px;
    font-size: 15px
}

.no-touch .podcast-channel .episodes .episode-container:hover {
    -webkit-box-shadow: 0 0 60px 10px rgba(0,0,0,.3);
    box-shadow: 0 0 60px 10px rgba(0,0,0,.3);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.no-touch .podcast-channel .episodes .episode-container:hover .episode-body {
    background-color: #fff
}

.no-touch .podcast-channel .episodes .episode-container:hover .play-container {
    background-image: url(/assets/uploads/campaigns/podcast-channel/play-button-over.png)
}

.podcast-overview-player {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.85);
    z-index: 100
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .podcast-channel .episodes .episode-container .episode-body {
        height:225px
    }
}

@media screen and (max-width: 767px) {
    .podcast-channel .episodes .episode-container .episode-body {
        height:auto
    }
}

.custom-podcast-player {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: transparent;
    font-family: Helvetica Neue,sans-serif;
    font-size: 12px
}

.custom-podcast-player .podcast-thumbnail {
    display: none;
    width: 60px;
    height: 100%;
    float: left
}

.custom-podcast-player .podcast-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    margin: 0
}

.custom-podcast-player .info {
    display: block;
    height: 60px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    font-size: 53px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: none;
    z-index: 1
}

.custom-podcast-player .info .playing-now,.custom-podcast-player .info .season {
    display: none
}

.custom-podcast-player .controls {
    float: left;
    width: 63px;
    height: 40px;
    padding-left: 3px;
    z-index: 1
}

.custom-podcast-player .controls .volume-button {
    display: inline-block;
    position: relative;
    width: 22px;
    margin-right: 15px;
    font-size: 23px;
    line-height: 23px;
    color: #fff;
    vertical-align: middle;
    pointer-events: all;
    cursor: pointer
}

.custom-podcast-player .controls .play-button {
    display: inline-block;
    position: relative;
    width: 18px;
    margin-right: 0;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    vertical-align: middle;
    pointer-events: all;
    cursor: pointer
}

.custom-podcast-player .podcast-progress-bar {
    position: relative;
    float: right;
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
    height: 40px;
    margin-right: 61px;
    z-index: 0;
    overflow: visible
}

.custom-podcast-player .podcast-progress-bar .progress-bar-time-played {
    position: absolute;
    width: 50px;
    height: 30px;
    left: -60px;
    top: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 30px;
    margin: auto;
    text-align: right;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-podcast-player .podcast-progress-bar .progress-bar-time-remaining {
    position: absolute;
    width: 50px;
    height: 30px;
    right: -60px;
    top: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 30px;
    margin: auto;
    text-align: left;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-podcast-player.fixed {
    width: 1170px;
    height: 80px;
    padding: 10px 15px;
    margin-right: auto;
    margin-left: auto
}

.custom-podcast-player.fixed .podcast-thumbnail {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-podcast-player.fixed .controls {
    height: 35px;
    margin-left: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-podcast-player.fixed .podcast-progress-bar {
    width: -webkit-calc(100% - 275px);
    width: calc(100% - 275px);
    height: 35px
}

.custom-podcast-player.fixed .info {
    float: left;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 30px;
    top: 0;
    padding: 0 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-podcast-player.fixed .info .playing-now {
    display: inline
}

@media screen and (max-width: 1199px) {
    .custom-podcast-player.fixed {
        width:970px
    }

    .custom-podcast-player.fixed .info {
        font-size: 18px
    }

    .custom-podcast-player .info {
        font-size: 44px
    }
}

@media screen and (max-width: 991px) {
    .custom-podcast-player.fixed {
        width:750px
    }

    .custom-podcast-player.fixed .info {
        font-size: 18px
    }

    .custom-podcast-player .info {
        font-size: 32px
    }
}

@media screen and (max-width: 767px) {
    .custom-podcast-player .info {
        width:-webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        height: auto;
        padding: 0 10px;
        white-space: normal;
        -o-text-overflow: unset;
        text-overflow: unset;
        line-height: 40px
    }

    .custom-podcast-player.fixed {
        width: 100%
    }

    .custom-podcast-player.fixed .podcast-thumbnail {
        width: 40px;
        margin-top: 10px
    }

    .custom-podcast-player.fixed .info {
        padding: 0 10px;
        line-height: 30px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .custom-podcast-player.fixed .controls {
        margin-left: 10px
    }

    .custom-podcast-player.fixed .controls .volume-button {
        margin-right: 10px
    }

    .custom-podcast-player.fixed .podcast-progress-bar {
        width: -webkit-calc(100% - 235px);
        width: calc(100% - 235px)
    }
}

.custom-podcast-player input[type=range] {
    width: 100%;
    margin: 0;
    padding: 0;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-podcast-player input[type=range]:focus {
    outline: 0
}

.custom-podcast-player input[type=range]::-ms-tooltip {
    display: none
}

.custom-podcast-player input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: .2s;
    -webkit-box-shadow: 0 0 0 #222,0 0 0 #2f2f2f;
    box-shadow: 0 0 0 #222,0 0 0 #2f2f2f;
    background: #4a2b4f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 0 solid #000
}

.custom-podcast-player input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 1px 1px 1px transparent,0 0 1px rgba(13,13,13,0);
    box-shadow: 1px 1px 1px transparent,0 0 1px rgba(13,13,13,0);
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #cc5299;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px
}

.custom-podcast-player input[type=range]:focus::-webkit-slider-runnable-track {
    background: #593460
}

.custom-podcast-player input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: .2s;
    box-shadow: 0 0 0 #222,0 0 0 #2f2f2f;
    background: #4a2b4f;
    border-radius: 2px;
    border: 0 solid #000
}

.custom-podcast-player input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px transparent,0 0 1px rgba(13,13,13,0);
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 15px;
    background: #cc5299;
    cursor: pointer
}

.custom-podcast-player input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: .2s;
    background: 0 0;
    border-color: transparent;
    border-width: 15px 0;
    color: transparent
}

.custom-podcast-player input[type=range]::-ms-fill-lower {
    background: #3b223e;
    border: 0 solid #000;
    border-radius: 4px;
    box-shadow: 0 0 0 #222,0 0 0 #2f2f2f
}

.custom-podcast-player input[type=range]::-ms-fill-upper {
    background: #4a2b4f;
    border: 0 solid #000;
    border-radius: 4px;
    box-shadow: 0 0 0 #222,0 0 0 #2f2f2f
}

.custom-podcast-player input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px transparent,0 0 1px rgba(13,13,13,0);
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 15px;
    background: #cc5299;
    cursor: pointer;
    margin-top: -5px
}

.custom-podcast-player input[type=range]:focus::-ms-fill-lower {
    background: #4a2b4f
}

.custom-podcast-player input[type=range]:focus::-ms-fill-upper {
    background: #593460
}

.privacy-page h2,.privacy-page h3 {
    font-family: proxima-nova,sans-serif;
    color: #915da3;
    margin-bottom: 20px
}

.privacy-page p {
    margin: 16px 0;
    font-size: 16px;
    font-weight: 300
}

.privacy-page .privacy-accordion {
    padding: 50px 0;
    background-color: #e2e6ea
}

.privacy-page .privacy-accordion .panel-group {
    margin-bottom: 0!important
}

.privacy-page .privacy-accordion .panel {
    background-color: #915da3;
    color: #fff;
    border: 0
}

.privacy-page .privacy-accordion .panel-heading {
    padding: 0
}

.privacy-page .privacy-accordion .panel-heading h3 {
    margin: 0
}

.privacy-page .privacy-accordion .panel-heading h3 a {
    width: 100%;
    margin: 0;
    padding: 20px 25px;
    font-family: proxima-nova,sans-serif;
    font-size: 23px;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    color: #915da3;
    background-color: #fff;
    display: block
}

.privacy-page .privacy-accordion .panel-heading h3 a span {
    display: block;
    padding-right: 50px
}

.privacy-page .privacy-accordion .panel-heading h3 a i {
    margin-top: 4px;
    font-size: 17px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.privacy-page .privacy-accordion .panel-heading h3 a.collapsed {
    background-color: #915da3;
    color: #fff
}

.privacy-page .privacy-accordion .panel-heading h3 a.collapsed i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.privacy-page .privacy-accordion .panel-collapse .panel-body {
    background-color: #fff;
    border-top: 2px solid #915da3
}

.privacy-page .privacy-accordion .panel-title a {
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

.privacy-page .privacy-accordion .panel-body {
    padding: 0;
    text-align: left
}

.privacy-page .privacy-accordion .panel-body h4,.privacy-page .privacy-accordion .panel-body li,.privacy-page .privacy-accordion .panel-body p {
    color: #585858
}

.privacy-page .privacy-accordion .panel-body h4 {
    font-weight: 400
}

.privacy-page .privacy-accordion .panel-body .content-blocks {
    margin-top: 5px!important
}

.privacy-page .privacy-accordion .panel-body .content ul {
    margin: 20px 0 0 0!important;
    padding: 0 25px!important;
    list-style: disc!important
}

.privacy-page .privacy-accordion .panel-body .content ul li {
    font-family: "Open Sans"!important;
    font-size: 20px!important;
    font-weight: 300!important;
    margin: 13px 0!important;
    color: #915da3!important
}

.privacy-page .privacy-accordion .panel-body .content ul li:before {
    content: none
}

.privacy-page .privacy-accordion .panel-body .content ul li span {
    position: relative!important;
    top: -1px!important;
    left: 10px!important;
    color: #585858!important;
    font-size: 16px!important
}

.privacy-page .privacy-accordion .panel-body ul {
    margin: 20px 0 0 0;
    padding: 0 25px;
    list-style: disc
}

.privacy-page .privacy-accordion .panel-body ul li {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 300;
    margin: 13px 0;
    color: #915da3
}

.privacy-page .privacy-accordion .panel-body ul li span {
    position: relative;
    top: -1px;
    left: 10px;
    color: #585858;
    font-size: 16px
}

.privacy-page .privacy-accordion .panel-body ul.nav-pills {
    margin: 0;
    padding: 0
}

.privacy-page .privacy-accordion .panel-body ul.nav-pills>li {
    font-size: 16px;
    padding: 0;
    margin: 0
}

.privacy-page .privacy-accordion .panel-body ul.nav-pills>li:not(:last-child) {
    border-bottom: 2px solid #e2e6ea
}

.privacy-page .privacy-accordion .panel-body ul.nav-pills>li:only-child {
    border-bottom: 2px solid #e2e6ea
}

.privacy-page .privacy-accordion .panel-body ul.nav-pills>li.active>a {
    background-color: transparent;
    color: #585858;
    padding: 15px 0 15px 10px;
    font-weight: 700;
    border-left: 10px solid #915da3
}

.privacy-page .privacy-accordion .panel-body ul.nav-pills>li>a {
    color: #585858;
    padding-left: 20px
}

.privacy-page .privacy-accordion .panel-body ul.nav-pills>li .mob-active {
    padding: 18px
}

.privacy-page .privacy-accordion .panel-body .tab-content {
    padding-left: 40px
}

@media screen and (max-width: 767px) {
    .privacy-page .privacy-accordion .panel-heading h3 a {
        font-size:18px
    }

    .privacy-page .privacy-accordion .panel-body .tab-content {
        padding: 18px
    }
}

.privacy-page.theta h2,.privacy-page.theta h3 {
    color: #068fcf
}

.privacy-page.theta .privacy-accordion .panel {
    background-color: #068fcf
}

.privacy-page.theta .privacy-accordion .panel-heading h3 a {
    color: #068fcf
}

.privacy-page.theta .privacy-accordion .panel-heading h3 a.collapsed {
    background-color: #068fcf;
    color: #fff
}

.privacy-page.theta .privacy-accordion .panel-collapse .panel-body {
    border-top: 2px solid #068fcf
}

.privacy-page.theta .privacy-accordion .panel-body .content ul li {
    color: #068fcf!important
}

.privacy-page.theta .privacy-accordion .panel-body ul li {
    color: #068fcf
}

.privacy-page.theta .privacy-accordion .panel-body ul.nav-pills li.active>a {
    border-left: 10px solid #068fcf
}

.privacy-page.omicron h2,.privacy-page.omicron h3 {
    color: #cc5299
}

.privacy-page.omicron .privacy-accordion .panel {
    background-color: #cc5299
}

.privacy-page.omicron .privacy-accordion .panel-heading h3 a {
    color: #cc5299
}

.privacy-page.omicron .privacy-accordion .panel-heading h3 a.collapsed {
    background-color: #cc5299;
    color: #fff
}

.privacy-page.omicron .privacy-accordion .panel-collapse .panel-body {
    border-top: 2px solid #cc5299
}

.privacy-page.omicron .privacy-accordion .panel-body .content ul li {
    color: #cc5299!important
}

.privacy-page.omicron .privacy-accordion .panel-body ul li {
    color: #cc5299
}

.privacy-page.omicron .privacy-accordion .panel-body ul.nav-pills li.active>a {
    border-left: 10px solid #cc5299
}

#contact-us-form h2 {
    font-size: 30px;
    font-weight: 300
}

#contact-us-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ebebed;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 300
}

#contact-us-form .form-control-feedback {
    right: 10px
}

#contact-us-form input[type=email],#contact-us-form input[type=text] {
    height: 50px;
    background-color: #ebebed
}

#contact-us-form textarea {
    height: 190px;
    background-color: #ebebed
}

#contact-us-form ::-webkit-input-placeholder {
    color: #333
}

#contact-us-form :-ms-input-placeholder {
    color: #333
}

#contact-us-form ::-moz-placeholder {
    color: #333
}

#contact-us-form ::-ms-input-placeholder {
    color: #333
}

#contact-us-form ::placeholder {
    color: #333
}

#contact-us-form .consent-container .checkbox {
    min-height: 76px;
    margin: 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    text-align: left;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08)
}

#contact-us-form .header-cta {
    background-color: #915da3;
    border-bottom: 1px solid #7b4783;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: left
}

#contact-us-form .header-cta .t-banner-cta {
    padding: 15px 20px
}

#contact-us-form .header-cta .drop-menu-open {
    top: 51px;
    left: 0;
    border: 0
}

#contact-us-form .header-cta .drop-menu-item {
    background-color: #915da3;
    border-bottom: 1px solid #7b4783;
    height: auto;
    padding: 15px 0
}

#contact-us-form .header-cta .drop-menu-item .text {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

#contact-us-form .header-cta .drop-menu-item:hover {
    background-color: #7b4783;
    cursor: pointer
}

#contact-us-form .header-cta:hover {
    background-color: #915da3
}

.contact-us-banner {
    position: relative;
    width: 100%;
    height: 208px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/assets/uploads/contact/banner.jpg)
}

.contact-us-banner h1 {
    margin: 40px 0 30px;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase
}

.contact-us-banner .container {
    position: relative;
    z-index: 2
}

@media screen and (max-width: 991px) {
    .contact-us-banner {
        height:201px
    }

    .contact-us-banner h1 {
        font-size: 40px
    }

    .contact-us-banner h2 {
        margin-top: 90px;
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .contact-us-banner {
        height:auto;
        padding-bottom: 20px
    }

    .contact-us-banner .btn {
        margin: 8px 0
    }

    .contact-us-banner h1 {
        font-size: 24px
    }

    .contact-us-banner h2 {
        margin-top: 30px;
        font-size: 16px
    }
}

.contact-form-with-menu form .form-control {
    padding: 0 40px 0 10px;
    text-align: left;
    background-color: #ebebed;
    border: 0
}

.contact-form-with-menu form textarea.form-control {
    padding-top: 15px;
    font-size: 16px
}

.contact-form-with-menu form .help-block {
    color: #fff;
    text-align: left
}

.contact-form-with-menu form .checkbox-row {
    margin: 0
}

.contact-form-with-menu form .emulate-checkbox {
    margin-top: 20px;
    font-size: 12px
}

.contact-form-with-menu form .emulate-checkbox input[type=checkbox] {
    display: none!important
}

.contact-form-with-menu form .emulate-checkbox input[type=checkbox]:checked+.cr>.cr-icon {
    opacity: 1
}

.contact-form-with-menu form .emulate-checkbox label {
    display: block;
    cursor: pointer
}

.contact-form-with-menu form .emulate-checkbox .cr {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 15px;
    background-color: #f0f0f0;
    vertical-align: top
}

.contact-form-with-menu form .emulate-checkbox .cr-label {
    position: relative;
    display: inline-block;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    vertical-align: middle;
    font-weight: 200;
    color: #333
}

.contact-form-with-menu form .emulate-checkbox .cr-icon {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #915da3;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all
}

.contact-form-with-menu form .selectlist {
    width: 100%
}

.contact-form-with-menu form .selectlist .dropdown-toggle {
    width: 100%;
    height: 41px;
    background-color: #fff;
    color: #585858
}

.contact-form-with-menu form .selectlist .dropdown-toggle .selected-label {
    color: #585858;
    font-size: 16px
}

.contact-form-with-menu form .selectlist .dropdown-toggle i {
    position: absolute;
    right: 11px;
    top: 11px;
    font-size: 16px
}

.contact-form-with-menu form .selectlist .dropdown-toggle:hover i {
    color: #585858
}

.contact-form-with-menu form .selectlist .dropdown-menu {
    width: 100%!important;
    overflow-y: scroll;
    max-height: 175px
}

.contact-form-with-menu form input {
    height: 41px;
    font-size: 16px;
    line-height: 16px
}

.contact-form-with-menu form input::-webkit-input-placeholder,.contact-form-with-menu form textarea::-webkit-input-placeholder {
    color: #585858
}

.contact-form-with-menu form input::-moz-placeholder,.contact-form-with-menu form textarea::-moz-placeholder {
    color: #585858
}

.contact-form-with-menu form input:-ms-input-placeholder,.contact-form-with-menu form textarea:-ms-input-placeholder {
    color: #585858
}

.contact-form-with-menu form input::-ms-input-placeholder,.contact-form-with-menu form textarea::-ms-input-placeholder {
    color: #585858
}

.contact-form-with-menu form input::placeholder,.contact-form-with-menu form textarea::placeholder {
    color: #585858
}

.contact-form-with-menu form hr {
    margin-top: 10px;
    border-color: #915da3
}

.contact-form-with-menu form i.form-control-feedback {
    position: absolute;
    top: 13px;
    right: 9px
}

.contact-form-with-menu form .has-feedback.has-error input {
    border-color: #cc5299
}

.contact-form-with-menu form .has-feedback.has-error i {
    color: #cc5299
}

.contact-form-with-menu form .help-block {
    display: none!important
}

.contact-form-with-menu form .consent {
    float: left;
    width: 63.5%;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width: 991px) {
    .contact-form-with-menu form .consent {
        width:100%
    }
}

@media screen and (max-width: 767px) {
    .contact-form-with-menu form .consent {
        float:none
    }
}

.contact-form-with-menu form .recaptcha {
    float: left;
    width: 36%
}

.contact-form-with-menu form .recaptcha i {
    opacity: 0
}

@media screen and (max-width: 991px) {
    .contact-form-with-menu form .recaptcha {
        width:100%;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden
    }
}

@media screen and (max-width: 767px) {
    .contact-form-with-menu form .recaptcha {
        float:none
    }
}

.contact-form-with-menu form .consent-container .checkbox {
    min-height: 76px;
    margin: 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 10px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08)
}

.contact-form-with-menu form .consent-container .checkbox label {
    position: relative;
    padding-left: 50px;
    padding-top: 7px;
    color: #000
}

.contact-form-with-menu form .consent-container .checkbox label:before {
    content: " ";
    position: absolute;
    left: 7px;
    top: 15px;
    height: 28px;
    width: 28px;
    border: 2px solid #c1c1c1;
    background-color: #fff
}

.contact-form-with-menu form .consent-container .checkbox input {
    opacity: 0;
    height: 13px;
    margin-left: -16px;
    zoom:3}

.contact-form-with-menu form .consent-container i.fa-check {
    position: absolute;
    top: 30px;
    left: 25px;
    font-size: 20px
}

.contact-form-with-menu form .consent-container i.fa-times {
    opacity: 0
}

.contact-form-with-menu form button[type=submit] {
    height: auto;
    padding: 9px 10px;
    border: 3px solid #915da3;
    color: #fff;
    background-color: #915da3;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.contact-form-with-menu form button[type=submit] i {
    margin-left: 7px;
    color: #fff;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.contact-form-with-menu form button[type=submit]:hover i {
    color: #915da3
}

.contact-form-with-menu form button[type=submit].disabled {
    opacity: .7;
    border-color: #915da3;
    color: #fff
}

.contact-locations-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background-color: #0072aa
}

.contact-locations-container h3 {
    margin: 37px 0 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 100
}

.contact-locations-container p {
    margin: 10px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300
}

.contact-locations-container .container {
    position: relative;
    z-index: 2
}

.contact-locations-container .owl-carousel {
    position: relative
}

.contact-locations-container .owl-carousel .owl-dots {
    display: none
}

.contact-locations-container .owl-carousel .owl-next,.contact-locations-container .owl-carousel .owl-prev {
    font-size: 40px;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 172px;
    text-align: center;
    background-color: #c43989;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: .9
}

.contact-locations-container .owl-carousel .owl-prev {
    padding-top: 2px;
    padding-right: 4px;
    left: -23px
}

.contact-locations-container .owl-carousel .owl-next {
    padding-top: 2px;
    padding-left: 4px;
    right: -23px
}

.contact-locations-container .location-box {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    min-height: 450px;
    margin-top: 10px;
    padding: 25px;
    text-align: left
}

.contact-locations-container .location-box h4 {
    position: relative;
    margin: 195px 0 0;
    margin-bottom: 25px;
    color: #915da3;
    font-size: 28px;
    line-height: 36px;
    z-index: 5;
    font-weight: 400
}

.contact-locations-container .location-box h5 {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    z-index: 5;
    margin: 0
}

.contact-locations-container .location-box p {
    position: relative;
    margin: 8px 0 0;
    font-size: 16px;
    z-index: 5;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0
}

.contact-locations-container .location-box .underlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e6f1f7;
    z-index: 1
}

.contact-locations-container .location-box .image {
    position: absolute;
    width: 100%;
    height: 187px;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.contact-locations-container .location-box .office {
    position: absolute;
    width: 100%;
    max-height: 187px;
    top: 0;
    left: 0;
    z-index: 2
}

.contact-locations-container .location-box .button-container {
    margin-top: 20px
}

.contact-locations-container .location-box .btn-contact-us:nth-of-type(2) {
    float: right
}

.contact-locations-container .location-box.active {
    display: block
}

.contact-locations-container .map-box {
    display: inline-block;
    position: relative;
    margin-top: 36px;
    margin-left: 75px
}

.contact-locations-container .map-box .map {
    width: 100%
}

.contact-locations-container .map-box .circle.map-element {
    position: absolute;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #cc5299;
    border: 2px solid #000;
    cursor: pointer
}

.contact-locations-container .map-box .circle.map-element:before {
    position: absolute;
    right: 0
}

.contact-locations-container .map-box .circle.map-element.glasgow {
    top: 175px;
    left: 240px
}

.contact-locations-container .map-box .circle.map-element.leeds {
    top: 290px;
    left: 353px
}

.contact-locations-container .map-box .circle.map-element.manchester {
    top: 322px;
    left: 325px
}

.contact-locations-container .map-box .circle.map-element.marlow {
    top: 416px;
    left: 390px
}

.contact-locations-container .map-box .circle.map-element.birmingham {
    top: 379px;
    left: 352px
}

.contact-locations-container .map-box .circle.map-element.london {
    top: 438px;
    left: 424px
}

.contact-locations-container .map-box .circle.map-element.bristol {
    top: 470px;
    left: 335px
}

.contact-locations-container .map-box .circle.map-element.southampton {
    top: 494px;
    left: 378px
}

.contact-locations-container .map-box .circle.map-element.dublin {
    top: 340px;
    left: 146px
}

.contact-locations-container .map-box .circle.map-element:hover .map-hover {
    display: block
}

.contact-locations-container .map-box .circle.map-element.active {
    background-color: #fff
}

.contact-locations-container .map-box .circle.map-element.active .map-hover {
    display: none
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1,.1);
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 0
    }
}

.contact-locations-container .map-box .map-hover {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    left: 1px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact-locations-container .map-box .map-selection.dot {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

.contact-locations-container .map-box .map-selection.dot.glasgow {
    top: 175px;
    left: 240px
}

.contact-locations-container .map-box .map-selection.dot.leeds {
    top: 290px;
    left: 353px
}

.contact-locations-container .map-box .map-selection.dot.manchester {
    top: 322px;
    left: 325px
}

.contact-locations-container .map-box .map-selection.dot.marlow {
    top: 416px;
    left: 390px
}

.contact-locations-container .map-box .map-selection.dot.london {
    top: 438px;
    left: 424px
}

.contact-locations-container .map-box .map-selection.dot.bristol {
    top: 470px;
    left: 335px
}

.contact-locations-container .map-box .map-selection.dot.southampton {
    top: 494px;
    left: 378px
}

.contact-locations-container .map-box .map-selection.dot.dublin {
    top: 340px;
    left: 146px
}

.contact-locations-container .map-box .map-selection.dot.active {
    display: block
}

.contact-locations-container .map-box span {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    cursor: pointer
}

.contact-locations-container .map-box span.glasgow {
    top: 200px;
    left: 240px
}

.contact-locations-container .map-box span.leeds {
    top: 260px;
    left: 330px
}

.contact-locations-container .map-box span.manchester {
    top: 348px;
    left: 318px
}

.contact-locations-container .map-box span.marlow {
    top: 384px;
    left: 374px
}

.contact-locations-container .map-box span.birmingham {
    top: 384px;
    left: 245px;
    text-align: right
}

.contact-locations-container .map-box span.birmingham.active {
    top: 384px;
    left: 176px
}

.contact-locations-container .map-box span.london {
    top: 462px;
    left: 414px
}

.contact-locations-container .map-box span.bristol {
    top: 440px;
    left: 310px
}

.contact-locations-container .map-box span.southampton {
    top: 508px;
    left: 285px
}

.contact-locations-container .map-box span.dublin {
    top: 360px;
    left: 100px
}

.contact-locations-container .map-box span.active {
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
    text-shadow: 2px 2px #666
}

@media screen and (max-width: 1199px) {
    .contact-locations-container .location-box h4 {
        margin-top:190px;
        margin-bottom: 0
    }

    .contact-locations-container .location-box h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .contact-locations-container .location-box p {
        margin-bottom: 15px
    }

    .contact-locations-container .map-box {
        margin-left: 0
    }

    .contact-locations-container .map-box .map-selection.line {
        left: -86px
    }

    .contact-locations-container .map-box .circle.map-element {
        position: absolute;
        width: 26px;
        height: 26px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #cc5299;
        cursor: pointer
    }

    .contact-locations-container .map-box .circle.map-element:before {
        position: absolute;
        right: 0
    }

    .contact-locations-container .map-box .circle.map-element.glasgow {
        top: 182px;
        left: 239px
    }

    .contact-locations-container .map-box .circle.map-element.leeds {
        top: 293px;
        left: 353px
    }

    .contact-locations-container .map-box .circle.map-element.manchester {
        top: 320px;
        left: 320px
    }

    .contact-locations-container .map-box .circle.map-element.marlow {
        top: 417px;
        left: 390px
    }

    .contact-locations-container .map-box .circle.map-element.birmingham {
        top: 367px;
        left: 340px
    }

    .contact-locations-container .map-box .circle.map-element.london {
        top: 440px;
        left: 425px
    }

    .contact-locations-container .map-box .circle.map-element.bristol {
        top: 469px;
        left: 335px
    }

    .contact-locations-container .map-box .circle.map-element.southampton {
        top: 493px;
        left: 375px
    }

    .contact-locations-container .map-box .circle.map-element.dublin {
        top: 308px;
        left: 135px
    }

    .contact-locations-container .map-box .circle.map-element:hover .map-hover {
        display: block
    }

    .contact-locations-container .map-box .circle.map-element.active {
        background-color: #fff
    }

    .contact-locations-container .map-box .circle.map-element.active .map-hover {
        display: none
    }

    .contact-locations-container .map-box .map-selection.dot {
        display: none;
        position: absolute;
        width: 26px;
        height: 26px;
        border: 3px solid #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer
    }

    .contact-locations-container .map-box .map-selection.dot.glasgow {
        top: 182px;
        left: 239px
    }

    .contact-locations-container .map-box .map-selection.dot.leeds {
        top: 293px;
        left: 353px
    }

    .contact-locations-container .map-box .map-selection.dot.manchester {
        top: 320px;
        left: 320px
    }

    .contact-locations-container .map-box .map-selection.dot.marlow {
        top: 417px;
        left: 390px
    }

    .contact-locations-container .map-box .map-selection.dot.london {
        top: 440px;
        left: 425px
    }

    .contact-locations-container .map-box .map-selection.dot.bristol {
        top: 469px;
        left: 335px
    }

    .contact-locations-container .map-box .map-selection.dot.southampton {
        top: 493px;
        left: 375px
    }

    .contact-locations-container .map-box .map-selection.dot.dublin {
        top: 308px;
        left: 135px
    }

    .contact-locations-container .map-box .map-selection.dot.active {
        display: block
    }

    .contact-locations-container .map-box span {
        position: absolute;
        color: #fff;
        font-family: proxima-nova,sans-serif;
        font-size: 13px;
        font-weight: 400;
        cursor: pointer
    }

    .contact-locations-container .map-box span.glasgow {
        top: 155px;
        left: 209px
    }

    .contact-locations-container .map-box span.leeds {
        top: 260px;
        left: 320px
    }

    .contact-locations-container .map-box span.manchester {
        top: 341px;
        left: 288px
    }

    .contact-locations-container .map-box span.marlow {
        top: 404px;
        left: 348px
    }

    .contact-locations-container .map-box span.marlow.active {
        top: 404px;
        left: 321px
    }

    .contact-locations-container .map-box span.birmingham {
        top: 386px;
        left: 268px
    }

    .contact-locations-container .map-box span.birmingham.active {
        top: 371px;
        left: 216px
    }

    .contact-locations-container .map-box span.london {
        top: 466px;
        left: 425px
    }

    .contact-locations-container .map-box span.bristol {
        top: 440px;
        left: 313px
    }

    .contact-locations-container .map-box span.southampton {
        top: 505px;
        left: 294px
    }

    .contact-locations-container .map-box span.southampton.active {
        top: 505px;
        left: 270px
    }

    .contact-locations-container .map-box span.dublin {
        top: 333px;
        left: 130px
    }

    .contact-locations-container .map-box span.active {
        font-size: 20px
    }
}

@media screen and (max-width: 991px) {
    .contact-locations-container .boxes {
        padding:0
    }

    .contact-locations-container h3 {
        margin: 15px 0 5px;
        font-size: 20px
    }

    .contact-locations-container p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 17px
    }

    .contact-locations-container .owl-carousel .owl-next,.contact-locations-container .owl-carousel .owl-prev {
        top: 140px
    }

    .contact-locations-container .location-box {
        min-height: 400px;
        margin-top: 10px;
        text-align: center
    }

    .contact-locations-container .location-box h4 {
        margin-top: 140px;
        font-size: 24px;
        line-height: 26px
    }

    .contact-locations-container .location-box p {
        font-size: 13px;
        line-height: 17px
    }

    .contact-locations-container .location-box .btn-contact-us {
        font-size: 14px;
        width: 115px;
        height: 40px;
        line-height: 34px;
        margin: 5px 0
    }

    .contact-locations-container .location-box .office {
        max-height: 155px
    }

    .contact-locations-container .map-box {
        width: 350px;
        margin-top: 20px
    }

    .contact-locations-container .map-box .circle.map-element {
        width: 16px;
        height: 16px
    }

    .contact-locations-container .map-box .circle.map-element.glasgow {
        top: 129px;
        left: 174px
    }

    .contact-locations-container .map-box .circle.map-element.leeds {
        top: 216px;
        left: 246px
    }

    .contact-locations-container .map-box .circle.map-element.manchester {
        top: 224px;
        left: 222px
    }

    .contact-locations-container .map-box .circle.map-element.marlow {
        top: 297px;
        left: 276px
    }

    .contact-locations-container .map-box .circle.map-element.birmingham {
        top: 263px;
        left: 223px
    }

    .contact-locations-container .map-box .circle.map-element.london {
        top: 309px;
        left: 302px
    }

    .contact-locations-container .map-box .circle.map-element.bristol {
        top: 320px;
        left: 236px
    }

    .contact-locations-container .map-box .circle.map-element.southampton {
        top: 340px;
        left: 268px
    }

    .contact-locations-container .map-box .circle.map-element.dublin {
        top: 238px;
        left: 105px
    }

    .contact-locations-container .map-box .circle.map-element.active {
        background-color: #fff
    }

    .contact-locations-container .map-box .map-hover {
        width: 14px;
        height: 14px;
        top: -1px;
        left: -1px;
        border-width: 2px
    }

    .contact-locations-container .map-box .map-selection.dot {
        width: 17px;
        height: 17px
    }

    .contact-locations-container .map-box .map-selection.dot.glasgow {
        top: 129px;
        left: 174px
    }

    .contact-locations-container .map-box .map-selection.dot.leeds {
        top: 216px;
        left: 246px
    }

    .contact-locations-container .map-box .map-selection.dot.manchester {
        top: 224px;
        left: 222px
    }

    .contact-locations-container .map-box .map-selection.dot.marlow {
        top: 297px;
        left: 276px
    }

    .contact-locations-container .map-box .map-selection.dot.marlow.active {
        top: 308px;
        left: 276px
    }

    .contact-locations-container .map-box .map-selection.dot.birmingham {
        top: 315px;
        left: 144px
    }

    .contact-locations-container .map-box .map-selection.dot.london {
        top: 309px;
        left: 302px
    }

    .contact-locations-container .map-box .map-selection.dot.bristol {
        top: 320px;
        left: 236px
    }

    .contact-locations-container .map-box .map-selection.dot.southampton {
        top: 340px;
        left: 268px
    }

    .contact-locations-container .map-box .map-selection.dot.dublin {
        top: 238px;
        left: 105px
    }

    .contact-locations-container .map-box .map-selection.dot.active {
        display: block
    }

    .contact-locations-container .map-box span {
        font-size: 16px
    }

    .contact-locations-container .map-box span.glasgow {
        top: 145px;
        left: 174px
    }

    .contact-locations-container .map-box span.leeds {
        top: 195px;
        left: 234px
    }

    .contact-locations-container .map-box span.manchester {
        top: 235px;
        left: 218px
    }

    .contact-locations-container .map-box span.birmingham {
        top: 277px;
        left: 149px
    }

    .contact-locations-container .map-box span.birmingham.active {
        top: 277px;
        left: 149px
    }

    .contact-locations-container .map-box span.marlow {
        top: 277px;
        left: 259px
    }

    .contact-locations-container .map-box span.marlow.active {
        top: 267px;
        left: 259px
    }

    .contact-locations-container .map-box span.london {
        top: 295px;
        left: 315px
    }

    .contact-locations-container .map-box span.bristol {
        top: 335px;
        left: 189px
    }

    .contact-locations-container .map-box span.southampton {
        top: 333px;
        left: 288px
    }

    .contact-locations-container .map-box span.southampton.active {
        top: 363px;
        left: 178px
    }

    .contact-locations-container .map-box span.dublin {
        top: 258px;
        left: 105px
    }
}

@media screen and (max-width: 767px) {
    .contact-locations-container {
        height:auto;
        padding: 20px 0;
        background-image: none;
        text-align: center;
        overflow: hidden
    }

    .contact-locations-container h3 {
        font-size: 34px;
        line-height: 22px;
        margin: 20px 0
    }

    .contact-locations-container p {
        font-size: 13px;
        line-height: 17px
    }

    .contact-locations-container .owl-carousel .owl-prev {
        left: 0
    }

    .contact-locations-container .owl-carousel .owl-next {
        right: 0
    }

    .contact-locations-container .location-box {
        display: block;
        width: 300px;
        margin: 20px auto 0
    }

    .contact-locations-container .location-box h4 {
        margin-top: 140px;
        font-size: 24px;
        line-height: 26px
    }

    .contact-locations-container .location-box h5,.contact-locations-container .location-box p {
        font-size: 14px;
        line-height: 18px
    }

    .contact-locations-container .location-box .underlay {
        opacity: .9
    }

    .contact-locations-container .location-box .button-container {
        margin-top: 10px
    }

    .contact-locations-container .location-box .btn-contact-us {
        width: 100%
    }

    .contact-locations-container .location-box .btn-contact-us:nth-of-type(2) {
        float: none
    }

    .contact-locations-container .map-box {
        width: 320px;
        margin-top: -30px;
        height: 480px;
        left: -50px
    }

    .contact-locations-container .map-box .map {
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 400px
    }

    .contact-locations-container .map-box .circle.map-element {
        width: 16px;
        height: 16px
    }

    .contact-locations-container .map-box .circle.map-element.glasgow {
        top: 139px;
        left: 164px
    }

    .contact-locations-container .map-box .circle.map-element.leeds {
        top: 246px;
        left: 256px
    }

    .contact-locations-container .map-box .circle.map-element.manchester {
        top: 254px;
        left: 232px
    }

    .contact-locations-container .map-box .circle.map-element.birmingham {
        top: 297px;
        left: 237px
    }

    .contact-locations-container .map-box .circle.map-element.marlow {
        top: 335px;
        left: 280px
    }

    .contact-locations-container .map-box .circle.map-element.london {
        top: 350px;
        left: 312px
    }

    .contact-locations-container .map-box .circle.map-element.bristol {
        top: 370px;
        left: 236px
    }

    .contact-locations-container .map-box .circle.map-element.southampton {
        top: 395px;
        left: 270px
    }

    .contact-locations-container .map-box .circle.map-element.dublin {
        top: 280px;
        left: 90px
    }

    .contact-locations-container .map-box .circle.map-element.active {
        background-color: #fff
    }

    .contact-locations-container .map-box .map-hover {
        width: 14px;
        height: 14px;
        top: -1px;
        left: -1px;
        border-width: 2px
    }

    .contact-locations-container .map-box .map-selection.dot {
        width: 17px;
        height: 17px
    }

    .contact-locations-container .map-box .map-selection.dot.glasgow {
        top: 139px;
        left: 164px
    }

    .contact-locations-container .map-box .map-selection.dot.leeds {
        top: 246px;
        left: 256px
    }

    .contact-locations-container .map-box .map-selection.dot.manchester {
        top: 254px;
        left: 232px
    }

    .contact-locations-container .map-box .map-selection.dot.marlow {
        top: 335px;
        left: 280px
    }

    .contact-locations-container .map-box .map-selection.dot.birmingham {
        top: 297px;
        left: 224px
    }

    .contact-locations-container .map-box .map-selection.dot.london {
        top: 350px;
        left: 312px
    }

    .contact-locations-container .map-box .map-selection.dot.bristol {
        top: 370px;
        left: 236px
    }

    .contact-locations-container .map-box .map-selection.dot.southampton {
        top: 395px;
        left: 270px
    }

    .contact-locations-container .map-box .map-selection.dot.dublin {
        top: 280px;
        left: 90px
    }

    .contact-locations-container .map-box .map-selection.dot.active {
        display: block
    }

    .contact-locations-container .map-box span {
        font-size: 16px
    }

    .contact-locations-container .map-box span.glasgow {
        top: 155px;
        left: 144px
    }

    .contact-locations-container .map-box span.leeds {
        top: 215px;
        left: 234px
    }

    .contact-locations-container .map-box span.manchester {
        top: 270px;
        left: 188px
    }

    .contact-locations-container .map-box span.marlow {
        top: 310px;
        left: 250px
    }

    .contact-locations-container .map-box span.marlow.active {
        top: 297px;
        left: 259px
    }

    .contact-locations-container .map-box span.birmingham {
        top: 316px;
        left: 158px
    }

    .contact-locations-container .map-box span.birmingham.active {
        top: 311px;
        left: 126px
    }

    .contact-locations-container .map-box span.london {
        top: 365px;
        left: 305px
    }

    .contact-locations-container .map-box span.bristol {
        top: 345px;
        left: 205px
    }

    .contact-locations-container .map-box span.southampton {
        top: 400px;
        left: 178px
    }

    .contact-locations-container .map-box span.dublin {
        top: 258px;
        left: 75px
    }
}

@media screen and (max-width: 767px) and (min-width:1024px) {
    .contact-locations-container .location-box h5,.contact-locations-container .location-box p {
        font-size:16px;
        line-height: 24px
    }
}

.contact-us-office {
    position: relative;
    width: 100%;
    height: 208px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/assets/uploads/contact/contact-us-office.jpg)
}

.box-inset-border {
    display: table;
    width: 100%;
    margin: auto;
    background-color: #e5e5e5;
    padding: 10px;
    min-height: 200px
}

.box-inset-border .inner {
    display: table-cell;
    vertical-align: middle;
    background-color: #e5e5e5;
    border: 2px solid #fff;
    padding: 12px;
    min-height: 180px
}

.box-inset-border .inner h2 {
    margin: 0;
    display: block;
    font-weight: 700;
    font-size: 17px;
    color: #333
}

.box-inset-border .inner p {
    display: inline;
    color: #915da3;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px
}

.box-inset-border .inner .copy-clipboard {
    display: inline-block;
    position: relative;
    bottom: 5px;
    left: 5px
}

.solid-box {
    width: 100%;
    margin: auto;
    padding: 10px;
    min-height: 140px;
    text-align: center
}

.solid-box .inner {
    padding: 12px;
    min-height: 120px
}

.solid-box .inner h2 {
    margin: 0 0 13px;
    display: block;
    font-weight: 700;
    font-size: 17px;
    color: #fff
}

.solid-box .inner p {
    display: inline;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px
}

.solid-box .inner .copy-clipboard {
    display: inline-block;
    position: relative;
    bottom: 5px;
    left: 5px
}

@media screen and (max-width: 1199px) {
    .solid-box {
        min-height:160px
    }
}

@media screen and (max-width: 991px) {
    .solid-box {
        min-height:200px
    }
}

@media screen and (max-width: 767px) {
    .solid-box {
        min-height:auto;
        margin: 10px auto
    }
}

.office-map {
    position: relative;
    width: 100%;
    height: 354px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/assets/uploads/contact/office-marlow-googlemap.jpg)
}

.office-map .button-container {
    margin-top: 25px
}

.office-map .button-container .btn-view-all-offices {
    margin: 5px;
    display: inline-block;
    background-color: #cc5299;
    padding: 15px 30px;
    margin-right: 20px
}

.contact-office h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 20px 0
}

.contact-office p {
    font-size: 16px;
    font-weight: 300
}

.contact-office .map-container {
    position: relative;
    z-index: 1;
    height: 400px
}

.contact-office .map-container .button-container {
    position: relative;
    z-index: 10;
    margin-top: 25px
}

.contact-office .map-container .button-container .btn-view-all-offices {
    position: absolute;
    z-index: 10;
    margin: 5px;
    display: inline-block;
    background-color: #cc5299;
    padding: 15px 30px;
    margin-right: 20px
}

@media (min-width: 768px) {
    .contact-locations-container .outer-offices-headings {
        display:none
    }
}

.contact-locations-container .outer-offices-headings h3 {
    padding: 25px 0
}

.contact-locations-container .uk-boxes .boxes>.desktop-mapbox-header {
    display: none
}

@media (min-width: 768px) {
    .contact-locations-container .uk-boxes .boxes>.desktop-mapbox-header {
        display:block
    }
}

.contact-locations-container .owl-nav {
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    max-width: -webkit-calc(100%);
    max-width: calc(100%)
}

@media (min-width: 768px) {
    .contact-locations-container .owl-nav {
        width:300px
    }
}

@media (min-width: 1200px) {
    .contact-locations-container .owl-nav {
        width:366px
    }
}

.contact-locations-container .map-box i.map-element.circle:after {
    content: ' ';
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media (max-width: 992px) {
    .contact-locations-container .map-box i.map-element.circle:after {
        width:8px;
        height: 8px
    }
}

.contact-locations-container .map-box i.map-element.circle.active {
    border-color: #000;
    background-color: #cc5299
}

.contact-locations-container .map-box i.map-element.circle.active:after {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.contact-locations-container .map-box-nav {
    list-style: none;
    z-index: 10;
    right: 0;
    position: relative;
    padding: 0
}

@media (min-width: 768px) {
    .contact-locations-container .map-box-nav {
        position:absolute;
        top: 30px
    }
}

.contact-locations-container .map-box-nav li {
    display: block;
    margin: 0;
    padding: 15px;
    color: #915da3;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 145px;
    display: inline-block
}

@media (min-width: 992px) {
    .contact-locations-container .map-box-nav li {
        font-size:16px;
        line-height: 16px;
        min-width: 200px;
        width: 200px;
        display: block
    }
}

.contact-locations-container .map-box-nav li:hover {
    cursor: pointer
}

.contact-locations-container .map-box-nav li:first-of-type {
    margin-bottom: 8px
}

.contact-locations-container .map-box-nav li.active {
    background-color: #915da3;
    color: #fff;
    -webkit-box-shadow: 0 0 18px -2px rgba(0,0,0,.75);
    box-shadow: 0 0 18px -2px rgba(0,0,0,.75);
    z-index: 4
}

.contact-locations-container .col-sm-4 {
    margin-left: 0
}

.contact-locations-container .map-boxes.no-header .owl-carousel {
    margin-top: 20px
}

@media (min-width: 768px) {
    .contact-locations-container .map-boxes.no-header .owl-carousel {
        margin-top:90px
    }
}

.contact-locations-container .uk-boxes .owl-item .location-box {
    display: block!important
}

.contact-locations-container .rest-of-the-world-boxes .owl-item .location-box {
    display: block!important
}

.contact-locations-container .rest-of-the-world-boxes .boxes:nth-of-type(2) {
    overflow: hidden
}

.contact-locations-container .rest-of-the-world-boxes .map-box {
    margin-left: 0;
    margin-top: 130px;
    max-width: 100%;
    width: auto
}

.contact-locations-container .rest-of-the-world-boxes .map-box img {
    max-width: 100%;
    width: auto
}

@media (max-width: 768px) {
    .contact-locations-container .rest-of-the-world-boxes .map-box {
        width:100%;
        margin-top: 25px
    }
}

.contact-locations-container .rest-of-the-world-boxes .col-lg-offset-1 {
    margin-left: 0
}

.contact-locations-container .rest-of-the-world-boxes .dot,.contact-locations-container .rest-of-the-world-boxes .dot.active {
    border: 2px solid #000
}

.contact-locations-container .rest-of-the-world-boxes .circle.usa,.contact-locations-container .rest-of-the-world-boxes .dot.usa {
    left: 23%;
    top: 25%
}

.contact-locations-container .rest-of-the-world-boxes .circle.hongkong,.contact-locations-container .rest-of-the-world-boxes .dot.hongkong {
    left: 84.6%;
    top: 38%
}

.contact-locations-container .rest-of-the-world-boxes .circle.singapore,.contact-locations-container .rest-of-the-world-boxes .dot.singapore {
    left: 81%;
    top: 54%
}

.contact-locations-container .rest-of-the-world-boxes .circle.australia,.contact-locations-container .rest-of-the-world-boxes .dot.australia {
    left: 96%;
    top: 80%
}

.contact-locations-container .rest-of-the-world-boxes span.map-element.usa {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.contact-locations-container .rest-of-the-world-boxes span.map-element.hongkong {
    right: 109%;
    bottom: 65%;
    min-width: 88px
}

@media (max-width: 768px) {
    .contact-locations-container .rest-of-the-world-boxes span.map-element.hongkong {
        min-width:80px
    }
}

.contact-locations-container .rest-of-the-world-boxes span.map-element.hongkong.active {
    min-width: 148px
}

@media (max-width: 768px) {
    .contact-locations-container .rest-of-the-world-boxes span.map-element.hongkong.active {
        min-width:110px
    }
}

.contact-locations-container .rest-of-the-world-boxes span.map-element.singapore {
    right: 100%;
    top: 100%
}

.contact-locations-container .rest-of-the-world-boxes span.map-element.australia {
    bottom: 100%;
    right: 50%
}

.history-timeline p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.history-timeline h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 25px 0
}

.history-timeline h3 {
    color: #915da3;
    font-weight: 300;
    font-size: 25px;
    margin: 20px
}

.history-timeline .year-timeline {
    margin: 30px 0 30px;
    overflow: hidden
}

.history-timeline .year-timeline .swipe-message {
    display: inline-block;
    margin: 20px
}

.history-timeline .timeline-slider {
    overflow: hidden
}

.history-timeline .circle {
    font-family: proxima-nova,sans-serif;
    position: relative;
    color: #fff;
    padding: 30px 10px;
    font-size: 42px;
    font-weight: 600;
    height: 120px;
    width: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #915da3
}

.history-timeline .circle:after,.history-timeline .circle:before {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 5000px;
    height: 2px;
    content: '\a0';
    background-color: inherit
}

.history-timeline .circle:before {
    right: 150px
}

.history-timeline .circle:after {
    left: 150px
}

.history-timeline .jump-to-year {
    margin-bottom: 50px
}

.history-timeline .jump-to-year .heading {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px
}

.history-timeline .jump-to-year .year {
    display: inline-block;
    color: #915da3;
    font-family: proxima-nova,sans-serif;
    font-size: 18px;
    margin-left: 2%;
    margin-right: 2%;
    width: 57px;
    height: 57px;
    padding: 15px 7px
}

.history-timeline .jump-to-year .year.active {
    position: relative;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.history-timeline .jump-to-year .year:focus {
    background-color: red
}

.history-timeline .jump-to-year .year:hover {
    cursor: pointer
}

.history-timeline .jump-to-year .year:nth-child(5n+1).active {
    background-color: #fbbd56
}

.history-timeline .jump-to-year .year:nth-child(5n+2).active {
    background-color: #068fcf
}

.history-timeline .jump-to-year .year:nth-child(5n+3).active {
    background-color: #915da3
}

.history-timeline .jump-to-year .year:nth-child(5n+4).active {
    background-color: #cc5299
}

.history-timeline .jump-to-year .year:nth-child(5n+5).active {
    background-color: #bed140
}

.history-timeline .jump-to-year .jump-to {
    position: relative;
    font-size: 16px;
    font-weight: 600
}

.history-timeline .jump-to-year .jump-to:after,.history-timeline .jump-to-year .jump-to:before {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 5000px;
    height: 2px;
    content: '\a0';
    background-color: #915da3
}

.history-timeline .jump-to-year .jump-to:before {
    right: 100px
}

.history-timeline .jump-to-year .jump-to:after {
    left: 100px
}

.history-timeline .owl-carousel .owl-item:nth-child(5n+1) img {
    background-color: #fbbd56
}

.history-timeline .owl-carousel .owl-item:nth-child(5n+2) img {
    background-color: #068fcf
}

.history-timeline .owl-carousel .owl-item:nth-child(5n+3) img {
    background-color: #915da3
}

.history-timeline .owl-carousel .owl-item:nth-child(5n+4) img {
    background-color: #cc5299
}

.history-timeline .owl-carousel .owl-item:nth-child(5n+5) img {
    background-color: #bed140
}

.history-timeline .owl-carousel .item {
    text-align: center
}

.history-timeline .owl-carousel .item img {
    padding-bottom: 5px
}

.history-timeline .owl-carousel .item .caption {
    margin: 20px;
    text-align: center;
    display: inline-block;
    font-weight: 700
}

.history-timeline .owl-carousel .item .sub-item {
    margin: 0 5px;
    width: 23%;
    display: inline-block
}

.history-timeline .owl-carousel .owl-nav {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: inherit;
    min-height: 240px
}

.history-timeline .owl-carousel .owl-nav .owl-next,.history-timeline .owl-carousel .owl-nav .owl-prev {
    pointer-events: auto;
    position: absolute;
    display: block;
    width: 60px;
    min-height: inherit;
    font-size: 40px;
    text-align: center;
    color: #915da3
}

.history-timeline .owl-carousel .owl-nav .owl-next .fa,.history-timeline .owl-carousel .owl-nav .owl-prev .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.history-timeline .owl-carousel .owl-nav .owl-prev {
    left: -60px
}

.history-timeline .owl-carousel .owl-nav .owl-next {
    right: -60px
}

.history-timeline .owl-carousel .owl-nav .disabled {
    display: none
}

@media screen and (max-width: 991px) {
    .history-timeline .owl-carousel .owl-nav {
        pointer-events:none
    }

    .history-timeline .owl-carousel .owl-nav .owl-next,.history-timeline .owl-carousel .owl-nav .owl-prev {
        pointer-events: auto;
        width: 60px
    }

    .history-timeline .owl-carousel .owl-nav .owl-prev {
        left: 0
    }

    .history-timeline .owl-carousel .owl-nav .owl-next {
        right: 0
    }

    .history-timeline .owl-carousel .owl-nav .disabled {
        display: none
    }

    .history-timeline .owl-carousel .item .sub-item {
        width: 20%
    }
}

@media screen and (max-width: 767px) {
    .history-timeline .owl-carousel .owl-nav {
        pointer-events:none;
        height: 100%;
        display: block
    }

    .history-timeline .owl-carousel .owl-nav .owl-next,.history-timeline .owl-carousel .owl-nav .owl-prev {
        display: none
    }

    .history-timeline .owl-carousel .owl-nav .disabled {
        display: none
    }

    .history-timeline .owl-carousel .item {
        width: 60%;
        margin: auto
    }

    .history-timeline .owl-carousel .item .sub-item {
        width: 85%
    }
}

.abus-header {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-bottom: 7px solid #915da3
}

.header-cta.abus-btn {
    border: 0;
    background-color: #915da3;
    border: 3px solid transparent;
    font-size: 17px;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media screen and (max-width: 991px) {
    .header-cta.abus-btn {
        width:190px;
        float: none
    }
}

.no-touch .header-banner .abus-btn:hover {
    background-color: transparent;
    border-color: #fff
}

.parent-back .header-cta {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.parent-back.bg-rho .header-cta {
    color: #fbbd56
}

.parent-back.bg-theta .header-cta {
    color: #068fcf
}

.parent-back.bg-yogh .header-cta {
    color: #7b4783
}

.parent-back.bg-omicron .header-cta {
    color: #cc5299
}

.parent-back.bg-pi .header-cta {
    color: #bed140
}

.parent-link,.parent-link:hover {
    font-size: 17px;
    font-weight: 300;
    color: #fff
}

.parent-link:active,.parent-link:focus,.parent-link:hover,.parent-link:hover:active,.parent-link:hover:focus,.parent-link:hover:hover {
    color: #fff
}

.parent-link .fa,.parent-link:hover .fa {
    font-size: 20px;
    position: relative;
    top: 3px
}

.abus-sectors {
    text-align: center
}

.abus-cta {
    display: inline-block
}

@media screen and (max-width: 767px) {
    .abus-cta {
        display:block;
        width: 100%
    }
}

.abus-cta-bg {
    width: 285px;
    height: 465px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.abus-cta-bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),color-stop(15%,rgba(0,0,0,.5)),color-stop(45%,transparent));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.7) 0,rgba(0,0,0,.5) 15%,transparent 45%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.7) 0,rgba(0,0,0,.5) 15%,transparent 45%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,.5) 15%,transparent 45%);
    background-repeat: repeat-x;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: left top
}

@media screen and (max-width: 1440px) {
    .abus-cta-bg {
        width:382px
    }
}

@media screen and (max-width: 767px) {
    .abus-cta-bg {
        width:100%;
        height: 195px;
        margin: 0 0 1px
    }

    .abus-cta-bg::before {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.7)),color-stop(15%,rgba(0,0,0,.5)),color-stop(45%,transparent));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.7) 0,rgba(0,0,0,.5) 15%,transparent 45%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.7) 0,rgba(0,0,0,.5) 15%,transparent 45%);
        background-image: linear-gradient(to right,rgba(0,0,0,.7) 0,rgba(0,0,0,.5) 15%,transparent 45%)
    }
}

.abus-cta-dtls {
    position: relative;
    height: 100%;
    padding: 0 5%;
    text-align: center;
    background-color: transparent;
    -webkit-transition: background-color 250ms;
    -o-transition: background-color 250ms;
    transition: background-color 250ms
}

.abus-cta-dtls.hvr-omnicron:hover {
    background-color: rgba(204,82,153,.85)
}

.abus-cta-dtls.hvr-sierra:hover {
    background-color: rgba(251,189,86,.85)
}

.abus-cta-dtls.hvr-yogh:hover {
    background-color: rgba(145,93,163,.85)
}

.abus-cta-dtls.hvr-theta:hover {
    background-color: rgba(6,143,207,.85)
}

.abus-cta-dtls.hvr-sigma:hover {
    background-color: rgba(190,209,64,.85)
}

@media screen and (max-width: 767px) {
    .abus-cta-dtls {
        -webkit-transition:none;
        -o-transition: none;
        transition: none
    }

    .abus-cta-dtls.hvr-omnicron:hover,.abus-cta-dtls.hvr-sierra:hover,.abus-cta-dtls.hvr-sigma:hover,.abus-cta-dtls.hvr-theta:hover,.abus-cta-dtls.hvr-yogh:hover {
        background-color: transparent
    }
}

.abus-dtls-ttl {
    position: relative;
    top: 50px
}

.abus-dtls-ttl h2 {
    width: 100%;
    margin: 0;
    position: absolute;
    font-size: 30px;
    color: #fff;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .abus-dtls-ttl {
        top:0;
        height: 100%
    }

    .abus-dtls-ttl h2 {
        width: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left
    }
}

@media screen and (max-width: 480px) {
    .abus-dtls-ttl h2 {
        top:60px
    }
}

.abus-dtls-cpy {
    position: relative;
    top: 140px;
    opacity: 0;
    -webkit-transition: opacity 750ms;
    -o-transition: opacity 750ms;
    transition: opacity 750ms
}

.abus-cta-dtls:hover .abus-dtls-cpy {
    opacity: 1
}

.abus-dtls-cpy p {
    position: absolute;
    font-size: 16px;
    color: #fff;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    .abus-dtls-cpy {
        display:none
    }
}

.abus-dtls-btn {
    width: 208px;
    height: 45px;
    position: absolute;
    bottom: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border: 2px solid transparent;
    font-size: 15px;
    line-height: 45px;
    opacity: 0;
    -webkit-transition: opacity 950ms;
    -o-transition: opacity 950ms;
    transition: opacity 950ms
}

.abus-dtls-btn:hover {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    text-decoration: none;
    background-color: transparent;
    color: #fff!important;
    border-color: #fff
}

@media screen and (max-width: 767px) {
    .abus-dtls-btn:hover {
        border-color:transparent
    }
}

.hvr-omnicron .abus-dtls-btn {
    color: #cc5299
}

.hvr-sierra .abus-dtls-btn {
    color: #fbbd56
}

.hvr-yogh .abus-dtls-btn {
    color: #915da3
}

.hvr-theta .abus-dtls-btn {
    color: #068fcf
}

.hvr-sigma .abus-dtls-btn {
    color: #bed140
}

.abus-dtls-btn .fa {
    position: relative;
    top: .12em;
    font-size: 1.125em
}

.abus-cta-dtls:hover .abus-dtls-btn {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .abus-dtls-btn {
        width:180px;
        bottom: inherit;
        left: inherit;
        top: 50%;
        right: 5%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1
    }

    .hvr-omnicron .abus-dtls-btn,.hvr-sierra .abus-dtls-btn,.hvr-sigma .abus-dtls-btn,.hvr-theta .abus-dtls-btn,.hvr-yogh .abus-dtls-btn {
        color: #fff
    }

    .hvr-omnicron .abus-dtls-btn {
        background-color: #cc5299
    }

    .hvr-sierra .abus-dtls-btn {
        background-color: #e06d2d
    }

    .hvr-yogh .abus-dtls-btn {
        background-color: #7b4783
    }

    .hvr-theta .abus-dtls-btn {
        background-color: #068fcf
    }

    .hvr-sigma .abus-dtls-btn {
        background-color: #83b823
    }
}

@media screen and (max-width: 480px) {
    .abus-dtls-btn {
        right:inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        left: 20px;
        top: 110px
    }
}

.row-cntr-imgs {
    text-align: center
}

.cntr-inlblc {
    display: inline-block;
    padding: 10px
}

.cntr-inlblc a.no-pointer {
    pointer-events: none
}

@media screen and (max-width: 480px) {
    .cntr-inlblc {
        display:block;
        width: 100%
    }

    .cntr-inlblc img {
        max-width: 100%
    }
}

.color-public-sector-overview {
    color: #00aca2
}

.bg-color-public-sector-overview {
    background-color: #00aca2
}

.color-commercial-services {
    color: #563058
}

.bg-color-commercial-services {
    background-color: #563058
}

.color-healthcare {
    color: #068fcf
}

.bg-color-healthcare {
    background-color: #068fcf
}

.color-education {
    color: #cc5299
}

.bg-color-education {
    background-color: #cc5299
}

.color-local-and-central-gov {
    color: #ffaa14
}

.bg-color-local-and-central-gov {
    background-color: #ffaa14
}

.color-defence-and-justice {
    color: #006962
}

.bg-color-defence-and-justice {
    background-color: #006962
}

.public-sector-area h1 {
    margin: 0 0 20px;
    font-size: 45px;
    line-height: 42.5px;
    font-weight: 700
}

.public-sector-area h2 {
    margin: 0 0 20px
}

.public-sector-area h3 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 26px
}

.public-sector-area h4 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 800
}

.public-sector-area p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 24px
}

.public-sector-area p.small {
    font-size: 14px;
    line-height: 20px
}

.public-sector-area .btn {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top
}

.public-sector-area .btn i.fa {
    margin-left: 10px
}

.no-touch .public-sector-area .btn:hover {
    background-color: transparent
}

.public-sector-area .btn-white {
    background-color: #fff
}

.no-touch .public-sector-area .btn-white:hover {
    background-color: transparent
}

.public-sector-area .inline-col {
    display: inline-block;
    float: none
}

.public-sector-area .resources .owl-stage {
    margin: 0 auto
}

@media screen and (max-width: 1199px) {
    .public-sector-area h1 {
        font-size:34px;
        line-height: 34px
    }
}

@media screen and (max-width: 767px) {
    .public-sector-area h1 {
        font-size:28px;
        line-height: 28px
    }

    .public-sector-area p {
        font-size: 14px;
        line-height: 20px
    }
}

.public-sector-overview h1,.public-sector-overview h2,.public-sector-overview h3,.public-sector-overview h4,.public-sector-overview h5,.public-sector-overview h6 {
    color: #00aca2
}

.public-sector-overview .btn:not(.btn-white) {
    border-color: #00aca2;
    background-color: #00aca2
}

.no-touch .public-sector-overview .btn:not(.btn-white):hover {
    color: #00aca2
}

.no-touch .public-sector-overview .btn:not(.btn-white):hover i.fa {
    color: #00aca2
}

.public-sector-overview .btn-white {
    color: #00aca2
}

.public-sector-overview .btn-white i.fa {
    color: #00aca2
}

.no-touch .public-sector-overview .btn-white:hover {
    color: #fff
}

.no-touch .public-sector-overview .btn-white:hover i.fa {
    color: #fff
}

.public-sector-overview .public-sector-banner {
    background-color: #00aca2
}

.public-sector-overview .public-sector-nav {
    background-color: #00aca2;
    color: #00aca2
}

.public-sector-commercial-services h1,.public-sector-commercial-services h2,.public-sector-commercial-services h3,.public-sector-commercial-services h4,.public-sector-commercial-services h5,.public-sector-commercial-services h6 {
    color: #563058
}

.public-sector-commercial-services .btn:not(.btn-white) {
    border-color: #563058;
    background-color: #563058
}

.no-touch .public-sector-commercial-services .btn:not(.btn-white):hover {
    color: #563058
}

.no-touch .public-sector-commercial-services .btn:not(.btn-white):hover i.fa {
    color: #563058
}

.public-sector-commercial-services .btn-white {
    color: #563058
}

.public-sector-commercial-services .btn-white i.fa {
    color: #563058
}

.no-touch .public-sector-commercial-services .btn-white:hover {
    color: #fff
}

.no-touch .public-sector-commercial-services .btn-white:hover i.fa {
    color: #fff
}

.public-sector-commercial-services .public-sector-banner {
    background-color: #563058
}

.public-sector-commercial-services .public-sector-nav {
    background-color: #563058;
    color: #563058
}

.public-sector-commercial-services .public-sector-faded-background {
    background-color: #e6d3e7
}

.public-sector-healthcare h1,.public-sector-healthcare h2,.public-sector-healthcare h3,.public-sector-healthcare h4,.public-sector-healthcare h5,.public-sector-healthcare h6 {
    color: #068fcf
}

.public-sector-healthcare .btn:not(.btn-white) {
    border-color: #068fcf;
    background-color: #068fcf
}

.no-touch .public-sector-healthcare .btn:not(.btn-white):hover {
    color: #068fcf
}

.no-touch .public-sector-healthcare .btn:not(.btn-white):hover i.fa {
    color: #068fcf
}

.public-sector-healthcare .btn-white {
    color: #068fcf
}

.public-sector-healthcare .btn-white i.fa {
    color: #068fcf
}

.no-touch .public-sector-healthcare .btn-white:hover {
    color: #fff
}

.no-touch .public-sector-healthcare .btn-white:hover i.fa {
    color: #fff
}

.public-sector-healthcare .public-sector-banner {
    background-color: #068fcf
}

.public-sector-healthcare .public-sector-nav {
    background-color: #068fcf;
    color: #068fcf
}

.public-sector-healthcare .public-sector-faded-background {
    background-color: #d6f1fe
}

.public-sector-education h1,.public-sector-education h2,.public-sector-education h3,.public-sector-education h4,.public-sector-education h5,.public-sector-education h6 {
    color: #cc5299
}

.public-sector-education .btn:not(.btn-white) {
    border-color: #cc5299;
    background-color: #cc5299
}

.no-touch .public-sector-education .btn:not(.btn-white):hover {
    color: #cc5299
}

.no-touch .public-sector-education .btn:not(.btn-white):hover i.fa {
    color: #cc5299
}

.public-sector-education .btn-white {
    color: #cc5299
}

.public-sector-education .btn-white i.fa {
    color: #cc5299
}

.no-touch .public-sector-education .btn-white:hover {
    color: #fff
}

.no-touch .public-sector-education .btn-white:hover i.fa {
    color: #fff
}

.public-sector-education .public-sector-banner {
    background-color: #cc5299
}

.public-sector-education .public-sector-nav {
    background-color: #cc5299;
    color: #cc5299
}

.public-sector-education .public-sector-faded-background {
    background-color: #faf0f6
}

.public-sector-local-and-central-gov h1,.public-sector-local-and-central-gov h2,.public-sector-local-and-central-gov h3,.public-sector-local-and-central-gov h4,.public-sector-local-and-central-gov h5,.public-sector-local-and-central-gov h6 {
    color: #ffaa14
}

.public-sector-local-and-central-gov .btn:not(.btn-white) {
    border-color: #ffaa14;
    background-color: #ffaa14
}

.no-touch .public-sector-local-and-central-gov .btn:not(.btn-white):hover {
    color: #ffaa14
}

.no-touch .public-sector-local-and-central-gov .btn:not(.btn-white):hover i.fa {
    color: #ffaa14
}

.public-sector-local-and-central-gov .btn-white {
    color: #ffaa14
}

.public-sector-local-and-central-gov .btn-white i.fa {
    color: #ffaa14
}

.no-touch .public-sector-local-and-central-gov .btn-white:hover {
    color: #fff
}

.no-touch .public-sector-local-and-central-gov .btn-white:hover i.fa {
    color: #fff
}

.public-sector-local-and-central-gov .public-sector-banner {
    background-color: #ffaa14
}

.public-sector-local-and-central-gov .public-sector-nav {
    background-color: #ffaa14;
    color: #ffaa14
}

.public-sector-local-and-central-gov .public-sector-faded-background {
    background-color: #fff4e0
}

.public-sector-defence-and-justice h1,.public-sector-defence-and-justice h2,.public-sector-defence-and-justice h3,.public-sector-defence-and-justice h4,.public-sector-defence-and-justice h5,.public-sector-defence-and-justice h6 {
    color: #006962
}

.public-sector-defence-and-justice .btn:not(.btn-white) {
    border-color: #006962;
    background-color: #006962
}

.no-touch .public-sector-defence-and-justice .btn:not(.btn-white):hover {
    color: #006962
}

.no-touch .public-sector-defence-and-justice .btn:not(.btn-white):hover i.fa {
    color: #006962
}

.public-sector-defence-and-justice .btn-white {
    color: #006962
}

.public-sector-defence-and-justice .btn-white i.fa {
    color: #006962
}

.no-touch .public-sector-defence-and-justice .btn-white:hover {
    color: #fff
}

.no-touch .public-sector-defence-and-justice .btn-white:hover i.fa {
    color: #fff
}

.public-sector-defence-and-justice .public-sector-banner {
    background-color: #006962
}

.public-sector-defence-and-justice .public-sector-nav {
    background-color: #006962;
    color: #006962
}

.public-sector-defence-and-justice .public-sector-faded-background {
    background-color: #e8fffe
}

.t-outer.t-psb {
    height: 400px
}

@media screen and (max-width: 991px) {
    .t-outer.t-psb {
        height:auto
    }
}

.public-sector-banner {
    height: 400px;
    border-bottom: 1px solid #fff;
    background-image: url(/assets/uploads/public-sector/public-sector-pattern.png);
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: repeat-x
}

.public-sector-banner h1,.public-sector-banner p {
    color: #fff;
    margin: 0 0 10px
}

.public-sector-banner h1 a,.public-sector-banner p a {
    color: #fff
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .public-sector-banner {
        background-position:-100px -170px
    }
}

@media screen and (max-width: 991px) {
    .public-sector-banner {
        height:auto;
        padding-bottom: 30px
    }

    .public-sector-banner.psb-sub {
        background-position: initial
    }

    .public-sector-banner.psb-sub .t-psb {
        padding-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .public-sector-banner {
        padding:50px 0
    }

    .public-sector-banner.psb-sub {
        padding-top: 0
    }
}

.public-sector-banner-ribbon-row {
    margin: 0 -5px
}

.public-sector-banner-ribbon-row:after,.public-sector-banner-ribbon-row:before {
    content: " ";
    display: table
}

.public-sector-banner-ribbon-row:after {
    clear: both
}

.public-sector-banner-ribbon-row:after,.public-sector-banner-ribbon-row:before {
    content: " ";
    display: table
}

.public-sector-banner-ribbon-row:after {
    clear: both
}

@media screen and (max-width: 991px) {
    .public-sector-banner-ribbon-row {
        margin-bottom:50px
    }
}

@media screen and (max-width: 767px) {
    .public-sector-banner-ribbon-row {
        display:none
    }
}

.public-sector-banner-ribbon-wrapper {
    width: 20%;
    padding: 0 5px;
    float: left
}

.public-sector-banner-ribbon {
    display: block;
    position: relative;
    width: 100%;
    height: 275px;
    padding-top: 140px;
    text-align: center;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: height .2s,padding .2s;
    -o-transition: height .2s,padding .2s;
    transition: height .2s,padding .2s
}

.public-sector-banner-ribbon .icon {
    width: 90%;
    height: 80px;
    padding-bottom: 20px;
    margin: 0 auto
}

.public-sector-banner-ribbon .icon>svg {
    max-width: 100%;
    max-height: 100%;
    fill: #fff
}

.public-sector-banner-ribbon .text {
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600
}

.public-sector-banner-ribbon:after,.public-sector-banner-ribbon:before {
    content: " ";
    position: absolute;
    top: 100%;
    width: 50%;
    height: 30px
}

.public-sector-banner-ribbon:before {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(currentColor),color-stop(50%,currentColor),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,currentColor 0,currentColor 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,currentColor 0,currentColor 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,currentColor 0,currentColor 50%,transparent 50%)
}

.public-sector-banner-ribbon:after {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(currentColor),color-stop(50%,currentColor),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,currentColor 0,currentColor 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,currentColor 0,currentColor 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,currentColor 0,currentColor 50%,transparent 50%)
}

.public-sector-banner-ribbon.commercial-services {
    color: #563058;
    background-color: currentColor
}

.public-sector-banner-ribbon.commercial-services:before {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#563058),color-stop(50%,#563058),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#563058 0,#563058 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#563058 0,#563058 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#563058 0,#563058 50%,transparent 50%)
}

.public-sector-banner-ribbon.commercial-services:after {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#563058),color-stop(50%,#563058),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#563058 0,#563058 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#563058 0,#563058 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#563058 0,#563058 50%,transparent 50%)
}

.public-sector-banner-ribbon.healthcare {
    color: #068fcf;
    background-color: currentColor
}

.public-sector-banner-ribbon.healthcare:before {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#068fcf),color-stop(50%,#068fcf),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#068fcf 0,#068fcf 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#068fcf 0,#068fcf 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#068fcf 0,#068fcf 50%,transparent 50%)
}

.public-sector-banner-ribbon.healthcare:after {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#068fcf),color-stop(50%,#068fcf),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#068fcf 0,#068fcf 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#068fcf 0,#068fcf 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#068fcf 0,#068fcf 50%,transparent 50%)
}

.public-sector-banner-ribbon.education {
    color: #cc5299;
    background-color: currentColor
}

.public-sector-banner-ribbon.education:before {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#cc5299),color-stop(50%,#cc5299),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#cc5299 0,#cc5299 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#cc5299 0,#cc5299 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#cc5299 0,#cc5299 50%,transparent 50%)
}

.public-sector-banner-ribbon.education:after {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#cc5299),color-stop(50%,#cc5299),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#cc5299 0,#cc5299 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#cc5299 0,#cc5299 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#cc5299 0,#cc5299 50%,transparent 50%)
}

.public-sector-banner-ribbon.local-and-central-gov {
    color: #ffaa14;
    background-color: currentColor
}

.public-sector-banner-ribbon.local-and-central-gov:before {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#ffaa14),color-stop(50%,#ffaa14),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#ffaa14 0,#ffaa14 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#ffaa14 0,#ffaa14 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#ffaa14 0,#ffaa14 50%,transparent 50%)
}

.public-sector-banner-ribbon.local-and-central-gov:after {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#ffaa14),color-stop(50%,#ffaa14),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#ffaa14 0,#ffaa14 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#ffaa14 0,#ffaa14 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#ffaa14 0,#ffaa14 50%,transparent 50%)
}

.public-sector-banner-ribbon.defence-and-justice {
    color: #006962;
    background-color: currentColor
}

.public-sector-banner-ribbon.defence-and-justice:before {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#006962),color-stop(50%,#006962),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#006962 0,#006962 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#006962 0,#006962 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#006962 0,#006962 50%,transparent 50%)
}

.public-sector-banner-ribbon.defence-and-justice:after {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#006962),color-stop(50%,#006962),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#006962 0,#006962 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#006962 0,#006962 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#006962 0,#006962 50%,transparent 50%)
}

@media screen and (min-width: 992px) {
    .no-touch .public-sector-banner-ribbon:hover {
        height:290px;
        padding-top: 155px
    }

    .no-touch .public-sector-banner-ribbon:hover:after,.no-touch .public-sector-banner-ribbon:hover:before {
        top: -webkit-calc(100% - 1px);
        top: calc(100% - 1px)
    }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .public-sector-banner-ribbon .text {
        font-size:16px;
        line-height: 18px
    }
}

@media screen and (max-width: 991px) {
    .public-sector-banner-ribbon {
        height:200px;
        padding-top: 60px
    }
}

.public-sector-banner-single-ribbon {
    display: block;
    position: relative;
    width: 240px;
    height: 275px;
    padding-top: 130px;
    background-color: #fff;
    text-align: center
}

@media screen and (min-width: 992px) {
    .public-sector-banner-single-ribbon.color-defence-and-justice {
        padding-top:87px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .public-sector-banner-single-ribbon.color-defence-and-justice {
        padding-top:18px
    }
}

.public-sector-banner-single-ribbon .icon {
    width: 60%;
    margin: 0 auto
}

.public-sector-banner-single-ribbon .icon>svg {
    fill: currentColor
}

.public-sector-banner-single-ribbon:after,.public-sector-banner-single-ribbon:before {
    content: " ";
    position: absolute;
    top: 100%;
    width: 50%;
    height: 55px
}

.public-sector-banner-single-ribbon:before {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#fff 0,#fff 50%,transparent 50%)
}

.public-sector-banner-single-ribbon:after {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#fff 0,#fff 50%,transparent 50%)
}

@media screen and (max-width: 991px) {
    .public-sector-banner-single-ribbon {
        width:100%;
        height: 150px;
        padding-top: 60px;
        margin-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .public-sector-banner-single-ribbon {
        width:60px;
        height: 110px;
        padding-top: 60px;
        margin-bottom: 0
    }

    .public-sector-banner-single-ribbon:after,.public-sector-banner-single-ribbon:before {
        height: 10px
    }
}

@media screen and (min-width: 768px) {
    .text-to-drop-nav-bar {
        position:relative;
        height: 80px;
        padding: 10px 0;
        text-align: justify
    }

    .text-to-drop-nav-bar .item {
        display: inline-block;
        position: relative;
        padding: 17px 0;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        vertical-align: middle
    }

    .text-to-drop-nav-bar .item a {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none
    }

    .text-to-drop-nav-bar .item a:hover {
        text-decoration: none
    }

    .text-to-drop-nav-bar .item a:active {
        text-decoration: none
    }

    .text-to-drop-nav-bar .item a:focus {
        text-decoration: none
    }

    .no-touch .text-to-drop-nav-bar .item:focus,.no-touch .text-to-drop-nav-bar .item:hover {
        border-bottom: 3px solid #fff
    }

    .text-to-drop-nav-bar .stretch {
        display: inline-block;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .text-to-drop-nav-bar-wrapper {
        position:relative;
        display: inline-block;
        width: 100%;
        height: 60px;
        margin: 20px 0 0
    }

    .text-to-drop-nav-bar-wrapper .text-to-drop-nav-bar-button {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 10px;
        border: 0;
        outline: 0;
        background-color: #fff;
        color: currentColor;
        text-align: left
    }

    .text-to-drop-nav-bar-wrapper .text-to-drop-nav-bar {
        display: none;
        position: absolute;
        width: 100%;
        height: auto;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: #ebebf2;
        z-index: 10
    }

    .text-to-drop-nav-bar-wrapper .text-to-drop-nav-bar .item {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff
    }

    .text-to-drop-nav-bar-wrapper .text-to-drop-nav-bar .item a {
        display: block;
        position: relative;
        height: 60px;
        padding: 0 20px;
        color: #333;
        line-height: 60px;
        text-decoration: none
    }

    .text-to-drop-nav-bar-wrapper .text-to-drop-nav-bar .item a:hover {
        text-decoration: none
    }

    .text-to-drop-nav-bar-wrapper .text-to-drop-nav-bar .item a:active {
        text-decoration: none
    }

    .text-to-drop-nav-bar-wrapper .text-to-drop-nav-bar .item a:focus {
        text-decoration: none
    }

    .text-to-drop-nav-bar-wrapper i.fa {
        position: absolute;
        right: 20px;
        top: 40%
    }

    .text-to-drop-nav-bar-wrapper i.fa-chevron-down {
        color: currentColor
    }

    .text-to-drop-nav-bar-wrapper i.fa-reorder {
        top: 36%;
        font-size: 18px
    }

    .open .text-to-drop-nav-bar {
        display: block
    }
}

.dropdown.public-sector-dropdown {
    display: inline-block;
    width: 300px;
    height: 60px;
    margin: 10px 0
}

.dropdown.public-sector-dropdown button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 0;
    outline: 0;
    background-color: #fff;
    color: currentColor;
    text-align: left
}

.dropdown.public-sector-dropdown i.fa {
    position: absolute;
    right: 20px;
    top: 40%;
    color: currentColor
}

.dropdown.public-sector-dropdown i.fa-chevron-down {
    color: currentColor
}

.dropdown.public-sector-dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #ebebf2
}

.dropdown.public-sector-dropdown .dropdown-menu li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.dropdown.public-sector-dropdown .dropdown-menu li a {
    position: relative;
    height: 60px;
    padding: 0 20px;
    line-height: 60px
}

.no-touch .dropdown.public-sector-dropdown .dropdown-menu li a:hover i.fa {
    color: currentColor
}

.dropdown.public-sector-dropdown .dropdown-menu li.commercial-services i.fa {
    color: #563058
}

.no-touch .dropdown.public-sector-dropdown .dropdown-menu li.commercial-services a:hover {
    background-color: #563058;
    color: #fff
}

.dropdown.public-sector-dropdown .dropdown-menu li.healthcare i.fa {
    color: #068fcf
}

.no-touch .dropdown.public-sector-dropdown .dropdown-menu li.healthcare a:hover {
    background-color: #068fcf;
    color: #fff
}

.dropdown.public-sector-dropdown .dropdown-menu li.education i.fa {
    color: #cc5299
}

.no-touch .dropdown.public-sector-dropdown .dropdown-menu li.education a:hover {
    background-color: #cc5299;
    color: #fff
}

.dropdown.public-sector-dropdown .dropdown-menu li.local-and-central-gov i.fa {
    color: #ffaa14
}

.no-touch .dropdown.public-sector-dropdown .dropdown-menu li.local-and-central-gov a:hover {
    background-color: #ffaa14;
    color: #fff
}

.dropdown.public-sector-dropdown .dropdown-menu li.defence-and-justice i.fa {
    color: #006962
}

.no-touch .dropdown.public-sector-dropdown .dropdown-menu li.defence-and-justice a:hover {
    background-color: #006962;
    color: #fff
}

@media screen and (max-width: 991px) {
    .dropdown.public-sector-dropdown {
        width:100%;
        margin: 20px 0
    }
}

.public-sector-quote-slider-wrapper {
    float: right;
    width: 100%;
    max-width: 480px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-left: 1px solid #aaaab4;
    text-align: right
}

.public-sector-quote-slider-wrapper .owl-dots {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0
}

.public-sector-quote-slider-wrapper .owl-dots .owl-dot {
    display: inline-block;
    padding: 0 3px
}

.public-sector-quote-slider-wrapper .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    border: 3px solid #aaaab4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.public-sector-quote-slider-wrapper .owl-dots .owl-dot.active span {
    border-color: #00aca2;
    background-color: #00aca2
}

.public-sector-commercial-services .public-sector-quote-slider-wrapper .owl-dots .owl-dot.active span {
    border-color: #563058;
    background-color: #563058
}

.public-sector-healthcare .public-sector-quote-slider-wrapper .owl-dots .owl-dot.active span {
    border-color: #068fcf;
    background-color: #068fcf
}

.public-sector-education .public-sector-quote-slider-wrapper .owl-dots .owl-dot.active span {
    border-color: #cc5299;
    background-color: #cc5299
}

.public-sector-local-and-central-gov .public-sector-quote-slider-wrapper .owl-dots .owl-dot.active span {
    border-color: #ffaa14;
    background-color: #ffaa14
}

.public-sector-defence-and-justice .public-sector-quote-slider-wrapper .owl-dots .owl-dot.active span {
    border-color: #006962;
    background-color: #006962
}

@media screen and (max-width: 767px) {
    .public-sector-quote-slider-wrapper {
        display:inline-block;
        float: none;
        margin-top: 30px;
        padding-left: 0;
        border: none;
        text-align: center
    }
}

.public-sector-quote-slider {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    height: 350px;
    margin: 0;
    text-align: left
}

.public-sector-quote-slider.owl-carousel.owl-loaded {
    display: inline-block
}

.public-sector-quote-slider.single {
    height: auto
}

.public-sector-quote-slider-item {
    position: relative;
    width: 100%;
    padding-top: 60px
}

.public-sector-quote-slider-item .quote-mark-wrapper {
    position: absolute;
    width: 60px;
    height: 35px
}

.public-sector-quote-slider-item .quote-mark-wrapper>svg {
    fill: currentColor
}

.public-sector-quote-slider-item .quote-mark-wrapper.quote-mark-top {
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.public-sector-quote-slider-item .quote-mark-wrapper.quote-mark-bottom {
    bottom: 0;
    right: 0
}

.public-sector-quote-slider-item .logo-wrapper {
    position: absolute;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 40px;
    top: 0;
    right: 60px
}

.public-sector-quote-slider-item .logo {
    position: absolute;
    width: auto!important;
    max-width: 100%;
    max-height: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.public-sector-quote-slider-item .icon-ribbon {
    position: absolute;
    width: 40px;
    height: 30px;
    top: 0;
    right: 0;
    background: currentColor
}

.public-sector-quote-slider-item .icon-ribbon>svg {
    position: absolute;
    max-width: 70%;
    max-height: -webkit-calc(100% - 5px);
    max-height: calc(100% - 5px);
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    fill: #fff
}

.public-sector-quote-slider-item .icon-ribbon:after,.public-sector-quote-slider-item .icon-ribbon:before {
    content: " ";
    position: absolute;
    top: 100%;
    width: 50%;
    height: 10px
}

.public-sector-quote-slider-item .icon-ribbon:before {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(currentColor),color-stop(50%,currentColor),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,currentColor 0,currentColor 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,currentColor 0,currentColor 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,currentColor 0,currentColor 50%,transparent 50%)
}

.public-sector-quote-slider-item .icon-ribbon:after {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(currentColor),color-stop(50%,currentColor),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,currentColor 0,currentColor 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,currentColor 0,currentColor 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,currentColor 0,currentColor 50%,transparent 50%)
}

.public-sector-quote-slider-item .quote {
    margin: 0 0 20px;
    color: #666;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300
}

.public-sector-quote-slider-item .quotee {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    bottom: 0;
    left: 0;
    color: currentColor;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.public-sector-quote-slider-item.commercial-services {
    color: #563058
}

.public-sector-quote-slider-item.healthcare {
    color: #068fcf
}

.public-sector-quote-slider-item.education {
    color: #cc5299
}

.public-sector-quote-slider-item.local-and-central-gov {
    color: #ffaa14
}

.public-sector-quote-slider-item.defence-and-justice {
    color: #006962
}

.ribbon-highlight-wrapper .ribbon-highlight-upper {
    position: relative;
    padding: 50px 10px;
    background-color: currentColor;
    background-image: url(/assets/uploads/public-sector/public-sector-pattern-reduced.png);
    -webkit-background-size: 1380px 1380px;
    background-size: 1380px;
    background-repeat: repeat-x;
    background-position: bottom left;
    color: #563058;
    text-align: left
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .double-circle-icon {
    position: relative;
    width: 210px;
    height: 210px;
    padding: 35px 45px 55px;
    margin: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .double-circle-icon>svg {
    fill: currentColor
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .double-circle-icon:before {
    content: " ";
    position: absolute;
    width: 240px;
    height: 240px;
    top: -15px;
    left: -15px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .text-area {
    padding: 20px 0 0
}

.ribbon-highlight-wrapper .ribbon-highlight-upper h3 {
    color: #fff
}

.ribbon-highlight-wrapper .ribbon-highlight-upper p {
    color: #fff
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .btn {
    color: currentColor
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .btn i.fa {
    color: currentColor
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row {
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    left: -5px;
    right: -5px
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row:after,.ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row:before {
    content: " ";
    display: table
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row:after {
    clear: both
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row:after,.ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row:before {
    content: " ";
    display: table
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row:after {
    clear: both
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row .triangle {
    position: relative;
    float: left;
    width: 25%;
    height: 1px
}

.ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row .triangle:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 40px 141.25px 0 141.25px;
    border-color: currentColor transparent transparent transparent
}

.ribbon-highlight-wrapper .ribbon-highlight-upper.other-interest {
    color: #00aca2;
    background-image: none
}

.ribbon-highlight-wrapper .ribbon-highlight-upper.other-interest .other-interest-text {
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    text-align: center
}

.ribbon-highlight-wrapper .ribbon-highlight-lower {
    margin: 0 -5px 50px;
    padding-top: 50px
}

.ribbon-highlight-wrapper .ribbon-highlight-lower:after,.ribbon-highlight-wrapper .ribbon-highlight-lower:before {
    content: " ";
    display: table
}

.ribbon-highlight-wrapper .ribbon-highlight-lower:after {
    clear: both
}

.ribbon-highlight-wrapper .ribbon-highlight-lower:after,.ribbon-highlight-wrapper .ribbon-highlight-lower:before {
    content: " ";
    display: table
}

.ribbon-highlight-wrapper .ribbon-highlight-lower:after {
    clear: both
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column-wrapper {
    float: left;
    width: 25%;
    padding: 0 5px
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column {
    position: relative;
    height: 465px;
    padding: 15px 20px;
    background-color: #fff
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column .icon {
    height: 55px;
    margin-bottom: 15px
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column .icon>svg {
    max-height: 100%;
    fill: currentColor
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column .column-title {
    min-height: 52px;
    padding: 0 55px;
    margin: 0 auto 15px;
    font-family: proxima-nova,sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column .column-text {
    color: #585858;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column .btn {
    position: absolute;
    right: 20px;
    bottom: 155px;
    left: 20px
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column .large-text {
    font-family: proxima-nova;
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    text-align: left
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.healthcare {
    color: #068fcf
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.healthcare .btn {
    border-color: #068fcf;
    background-color: #068fcf
}

.no-touch .ribbon-highlight-wrapper .ribbon-highlight-lower .column.healthcare .btn:hover {
    background-color: transparent;
    color: #068fcf
}

.no-touch .ribbon-highlight-wrapper .ribbon-highlight-lower .column.healthcare .btn:hover i.fa {
    color: #068fcf
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.healthcare .ribbon-highlight-takeover {
    background-color: #d6f1fe
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.healthcare .upper-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,right bottom,left top,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom right,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom right,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to top left,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.healthcare .upper-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,right top,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom left,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom left,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to top right,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.healthcare .lower-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.healthcare .lower-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.healthcare .bottom-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#068fcf),color-stop(50%,#068fcf),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#068fcf 0,#068fcf 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#068fcf 0,#068fcf 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#068fcf 0,#068fcf 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.healthcare .bottom-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#068fcf),color-stop(50%,#068fcf),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#068fcf 0,#068fcf 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#068fcf 0,#068fcf 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#068fcf 0,#068fcf 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.education {
    color: #cc5299
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.education .btn {
    border-color: #cc5299;
    background-color: #cc5299
}

.no-touch .ribbon-highlight-wrapper .ribbon-highlight-lower .column.education .btn:hover {
    background-color: transparent;
    color: #cc5299
}

.no-touch .ribbon-highlight-wrapper .ribbon-highlight-lower .column.education .btn:hover i.fa {
    color: #cc5299
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.education .ribbon-highlight-takeover {
    background-color: #faf0f6
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.education .upper-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,right bottom,left top,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom right,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom right,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to top left,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.education .upper-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,right top,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom left,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom left,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to top right,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.education .lower-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.education .lower-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.education .bottom-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#cc5299),color-stop(50%,#cc5299),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#cc5299 0,#cc5299 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#cc5299 0,#cc5299 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#cc5299 0,#cc5299 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.education .bottom-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#cc5299),color-stop(50%,#cc5299),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#cc5299 0,#cc5299 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#cc5299 0,#cc5299 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#cc5299 0,#cc5299 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.local-and-central-gov {
    color: #ffaa14
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.local-and-central-gov .btn {
    border-color: #ffaa14;
    background-color: #ffaa14
}

.no-touch .ribbon-highlight-wrapper .ribbon-highlight-lower .column.local-and-central-gov .btn:hover {
    background-color: transparent;
    color: #ffaa14
}

.no-touch .ribbon-highlight-wrapper .ribbon-highlight-lower .column.local-and-central-gov .btn:hover i.fa {
    color: #ffaa14
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.local-and-central-gov .ribbon-highlight-takeover {
    background-color: #fff4e0
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.local-and-central-gov .upper-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,right bottom,left top,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom right,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom right,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to top left,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.local-and-central-gov .upper-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,right top,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom left,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom left,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to top right,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.local-and-central-gov .lower-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.local-and-central-gov .lower-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.local-and-central-gov .bottom-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#ffaa14),color-stop(50%,#ffaa14),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#ffaa14 0,#ffaa14 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#ffaa14 0,#ffaa14 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#ffaa14 0,#ffaa14 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.local-and-central-gov .bottom-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#ffaa14),color-stop(50%,#ffaa14),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#ffaa14 0,#ffaa14 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#ffaa14 0,#ffaa14 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#ffaa14 0,#ffaa14 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.defence-and-justice {
    color: #006962
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.defence-and-justice .btn {
    border-color: #006962;
    background-color: #006962
}

.no-touch .ribbon-highlight-wrapper .ribbon-highlight-lower .column.defence-and-justice .btn:hover {
    background-color: transparent;
    color: #006962
}

.no-touch .ribbon-highlight-wrapper .ribbon-highlight-lower .column.defence-and-justice .btn:hover i.fa {
    color: #006962
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.defence-and-justice .ribbon-highlight-takeover {
    background-color: #e8fffe
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.defence-and-justice .upper-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,right bottom,left top,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom right,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom right,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to top left,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.defence-and-justice .upper-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,right top,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom left,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom left,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to top right,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.defence-and-justice .lower-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.defence-and-justice .lower-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#fff 0,#fff 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#fff 0,#fff 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#fff 0,#fff 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.defence-and-justice .bottom-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#006962),color-stop(50%,#006962),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#006962 0,#006962 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#006962 0,#006962 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#006962 0,#006962 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.defence-and-justice .bottom-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#006962),color-stop(50%,#006962),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#006962 0,#006962 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#006962 0,#006962 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#006962 0,#006962 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.public-sector {
    color: #fff;
    background-color: #00aca2
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.public-sector .lower-triangle,.ribbon-highlight-wrapper .ribbon-highlight-lower .column.public-sector .upper-triangle {
    color: #00aca2
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.public-sector .upper-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,right bottom,left top,from(#00aca2),color-stop(50%,#00aca2),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom right,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom right,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: linear-gradient(to top left,#00aca2 0,#00aca2 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.public-sector .upper-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,right top,from(#00aca2),color-stop(50%,#00aca2),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom left,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom left,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: linear-gradient(to top right,#00aca2 0,#00aca2 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.public-sector .lower-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#00aca2),color-stop(50%,#00aca2),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#00aca2 0,#00aca2 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.public-sector .lower-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#00aca2),color-stop(50%,#00aca2),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#00aca2 0,#00aca2 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.public-sector .bottom-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#00aca2),color-stop(50%,#00aca2),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,#00aca2 0,#00aca2 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .column.public-sector .bottom-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(#00aca2),color-stop(50%,#00aca2),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,#00aca2 0,#00aca2 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,#00aca2 0,#00aca2 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button {
    position: absolute;
    height: 120px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    background-color: currentColor;
    cursor: pointer
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .framework-icon {
    height: 53px;
    width: 45px;
    margin: 0 auto 5px
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .framework-icon>svg {
    fill: #fff
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .text {
    padding: 0 31px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .mobile-slider-prompt {
    display: none
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .plus-minus {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: -15px;
    left: 0;
    margin: 0 auto;
    z-index: 3
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .plus-minus .line {
    display: block;
    position: absolute;
    background-color: #fff;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .plus-minus .line.line-1 {
    width: 15px;
    height: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .plus-minus .line.line-2 {
    width: 3px;
    height: 15px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .bottom-triangle {
    position: absolute;
    top: 100%;
    width: 50%;
    height: 35px;
    z-index: 2
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .bottom-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(currentColor),color-stop(50%,currentColor),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,currentColor 0,currentColor 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,currentColor 0,currentColor 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,currentColor 0,currentColor 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .bottom-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(currentColor),color-stop(50%,currentColor),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,currentColor 0,currentColor 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,currentColor 0,currentColor 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,currentColor 0,currentColor 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button.open .plus-minus .line.line-2 {
    opacity: 0
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover-bg {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 9999
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover-bg.open {
    display: block
}

@media screen and (max-width: 767px) {
    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover-bg.open {
        display:none
    }
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover {
    display: none;
    position: absolute;
    width: 1120px;
    bottom: 100%;
    left: 0;
    background-color: #e6e6e6;
    cursor: default
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .top-bar {
    position: relative;
    padding: 10px;
    background-color: currentColor
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .top-bar .top-bar-icon {
    display: inline-block;
    width: 35px;
    margin-right: 15px;
    vertical-align: middle
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .top-bar .top-bar-icon>svg {
    fill: #fff
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .top-bar .title {
    display: inline-block;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 22px;
    line-height: 28px;
    vertical-align: middle
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .top-bar .cross {
    position: absolute;
    width: 15px;
    height: 20px;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    cursor: pointer
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .top-bar .cross .line {
    display: block;
    position: absolute;
    width: 15px;
    height: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .top-bar .cross .line.line-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .top-bar .cross .line.line-2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .bottom-section {
    display: block;
    padding: 20px 10px 0;
    opacity: 1
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .bottom-section:after,.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .bottom-section:before {
    content: " ";
    display: table
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .bottom-section:after {
    clear: both
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .bottom-section:after,.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .bottom-section:before {
    content: " ";
    display: table
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .bottom-section:after {
    clear: both
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover.open {
    display: block
}

@media screen and (max-width: 1199px) {
    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover {
        width:900px
    }
}

@media screen and (max-width: 991px) {
    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover {
        width:700px
    }
}

@media screen and (max-width: 767px) {
    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover {
        position:relative;
        width: 100vw;
        bottom: auto;
        background-color: transparent!important
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .top-bar {
        display: none
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .bottom-section {
        padding: 15px 0 0
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-highlight-takeover .bottom-section-mobile-slider .bottom-section-mobile-slider-item {
        display: inline-block;
        float: none
    }
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .upper-triangle {
    position: absolute;
    bottom: 100%;
    width: 50%;
    height: 40px;
    color: #fff
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .upper-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,right bottom,left top,from(currentColor),color-stop(50%,currentColor),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom right,currentColor 0,currentColor 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom right,currentColor 0,currentColor 50%,transparent 50%);
    background-image: linear-gradient(to top left,currentColor 0,currentColor 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .upper-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,right top,from(currentColor),color-stop(50%,currentColor),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(bottom left,currentColor 0,currentColor 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom left,currentColor 0,currentColor 50%,transparent 50%);
    background-image: linear-gradient(to top right,currentColor 0,currentColor 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .lower-triangle {
    position: absolute;
    top: 100%;
    width: 50%;
    height: 40px;
    color: #fff;
    z-index: 1
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .lower-triangle-left {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right bottom,from(currentColor),color-stop(50%,currentColor),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top left,currentColor 0,currentColor 50%,transparent 50%);
    background-image: -o-linear-gradient(top left,currentColor 0,currentColor 50%,transparent 50%);
    background-image: linear-gradient(to bottom right,currentColor 0,currentColor 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower .lower-triangle-right {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left bottom,from(currentColor),color-stop(50%,currentColor),color-stop(50%,transparent));
    background-image: -webkit-linear-gradient(top right,currentColor 0,currentColor 50%,transparent 50%);
    background-image: -o-linear-gradient(top right,currentColor 0,currentColor 50%,transparent 50%);
    background-image: linear-gradient(to bottom left,currentColor 0,currentColor 50%,transparent 50%)
}

.ribbon-highlight-wrapper .ribbon-highlight-lower.takeover-open .ribbon-button {
    z-index: 10000
}

.ribbon-highlight-wrapper.ribbon-highlight-shorter .ribbon-highlight-lower .column {
    height: 330px
}

.ribbon-highlight-wrapper.ribbon-highlight-shorter .ribbon-highlight-lower .column .btn {
    bottom: 10px
}

@media screen and (max-width: 1199px) {
    .ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row .triangle:before {
        border-width:40px 113.75px 0 113.75px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column {
        height: 490px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column .column-title {
        padding: 0 25px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column .large-text {
        font-size: 40px;
        line-height: 44px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .text {
        padding: 0 6px
    }

    .ribbon-highlight-wrapper.ribbon-highlight-shorter .ribbon-highlight-lower .column {
        height: 340px
    }
}

@media screen and (max-width: 991px) {
    .ribbon-highlight-wrapper .ribbon-highlight-upper .double-circle-icon {
        width:130px;
        height: 130px;
        padding: 25px 30px 35px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-upper .double-circle-icon:before {
        width: 160px;
        height: 160px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row .triangle:before {
        border-width: 40px 86.25px 0 86.25px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column {
        padding: 10px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column .column-title {
        padding: 0
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column .btn {
        right: 10px;
        bottom: 135px;
        left: 10px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column .large-text {
        font-size: 32px;
        line-height: 36px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button {
        padding: 15px 5px;
        right: 10px;
        bottom: 5px;
        left: 10px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .text {
        font-size: 12px;
        line-height: 16px
    }

    .ribbon-highlight-wrapper.ribbon-highlight-shorter .ribbon-highlight-lower .column {
        height: 360px
    }
}

@media screen and (max-width: 767px) {
    .ribbon-highlight-wrapper .ribbon-highlight-upper {
        width:280px;
        margin: 0 auto;
        -webkit-background-size: 880px 880px;
        background-size: 880px;
        text-align: center
    }

    .ribbon-highlight-wrapper .ribbon-highlight-upper .double-circle-icon {
        margin: 0 auto 15px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row {
        top: 100%
    }

    .ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row .triangle {
        float: none;
        width: 100%;
        height: 0
    }

    .ribbon-highlight-wrapper .ribbon-highlight-upper .triangle-row .triangle:before {
        border-width: 40px 140px 0 140px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-upper.other-interest .other-interest-text {
        font-size: 36px;
        line-height: 40px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column-wrapper {
        padding-bottom: 60px;
        float: none;
        width: 100%
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column {
        width: 280px;
        height: auto;
        margin: 0 auto;
        padding: 10px 10px 10px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column .column-title {
        min-height: 0;
        padding: 0 65px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column .column-text {
        margin: 0 0 15px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .column .btn {
        position: relative;
        width: 100%;
        right: auto;
        bottom: auto;
        left: auto;
        margin: 0 0 15px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button {
        position: relative;
        padding: 15px 5px;
        height: auto;
        right: auto;
        bottom: auto;
        left: auto
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .text {
        padding: 0 50px;
        font-size: 14px;
        line-height: 18px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .mobile-slider-prompt {
        display: block;
        position: absolute;
        right: 0;
        bottom: -18px;
        left: 0;
        margin: 0 auto;
        color: #fff;
        font-size: 12px;
        line-height: 12px;
        font-weight: 600;
        pointer-events: none;
        z-index: 3
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower .ribbon-button .plus-minus {
        bottom: -20px
    }

    .ribbon-highlight-wrapper .ribbon-highlight-lower.takeover-open .ribbon-button {
        z-index: 2
    }

    .ribbon-highlight-wrapper.ribbon-highlight-shorter .ribbon-highlight-lower .column {
        height: auto
    }

    .ribbon-highlight-wrapper.ribbon-highlight-shorter .ribbon-highlight-lower .column .btn {
        bottom: auto
    }

    .ribbon-highlight-wrapper.ribbon-highlight-shorter .ribbon-highlight-lower .column .large-text {
        font-size: 26px;
        line-height: 30px;
        text-align: center
    }
}

.f-box {
    width: 100%;
    overflow: auto;
    padding: 20px 15px 20px 0;
    margin-bottom: 20px;
    background-color: #fff;
    display: inline-table;
    vertical-align: top
}

.f-box .inner-f-box {
    vertical-align: middle;
    display: table-cell
}

.f-box .f-box-icon {
    float: left;
    width: 60px;
    padding-top: 3px
}

.f-box .f-box-icon>svg {
    max-width: 55%;
    fill: currentColor
}

.f-box .text-area {
    float: left;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    color: #000;
    text-align: left
}

.f-box .text-area .heading {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 5px;
    font-weight: 700
}

.f-box .text-area .content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

@media screen and (max-width: 991px) {
    .f-box .text-area .heading {
        font-size:16px;
        line-height: 24px;
        font-weight: 700
    }

    .f-box .text-area .content {
        font-size: 14px;
        line-height: 22px
    }
}

@media screen and (max-width: 767px) {
    .f-box {
        max-width:280px;
        margin: 0 auto 20px
    }

    .f-box.square-mobile {
        width: 180px;
        height: 180px;
        padding: 0;
        margin: 0;
        border: 3px solid currentColor
    }

    .f-box.square-mobile .f-box-icon {
        display: none
    }

    .f-box.square-mobile .text-area {
        float: none;
        padding: 10px;
        width: 100%;
        text-align: center
    }
}

.coloured-feature-box {
    position: relative;
    min-height: 445px;
    margin: 0 0 20px;
    padding: 30px 15px 64px;
    background-color: currentColor
}

.coloured-feature-box .icon {
    margin: 0 0 20px
}

.coloured-feature-box .text {
    color: #fff
}

.coloured-feature-box .text h4 {
    margin: 0;
    color: currentColor
}

.coloured-feature-box .text h2 {
    color: currentColor
}

.coloured-feature-box .text p {
    color: currentColor;
    font-weight: 300
}

.coloured-feature-box .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    color: currentColor
}

.coloured-feature-box .btn i.fa {
    color: currentColor
}

@media screen and (max-width: 1199px) {
    .coloured-feature-box {
        min-height:470px
    }
}

@media screen and (max-width: 767px) {
    .coloured-feature-box {
        min-height:0
    }
}

.tinged-background-split {
    position: relative
}

.tinged-background-split .tinged-background-item {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.tinged-background-split .tinged-background-item .tinge {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .7
}

.tinged-background-split .tinged-background-item.left {
    left: 0
}

.tinged-background-split .tinged-background-item.right {
    right: 0
}

.tinged-background-split .color-white * {
    color: #fff
}

.no-touch .tinged-background-split .btn:hover {
    background-color: #fff!important
}

@media screen and (max-width: 991px) {
    .tinged-background-split {
        padding:0
    }

    .tinged-background-split .tinged-background-item {
        width: 100%;
        height: 50%;
        left: 0;
        right: 0
    }

    .tinged-background-split .tinged-background-item.left {
        top: 0;
        bottom: auto
    }

    .tinged-background-split .tinged-background-item.right {
        top: auto;
        bottom: 0
    }

    .tinged-background-split .t-tinged-content {
        height: 300px
    }
}

@media screen and (max-width: 767px) {
    .tinged-background-split .t-tinged-content {
        height:400px
    }
}

.ecat-page .section {
    padding: 20px 0
}

.ecat-page .section.footer-v2 {
    padding: 0!important
}

.ecat-page #section1,.ecat-page #section3,.ecat-page #section5,.ecat-page #section7,.ecat-page #section9 {
    background: #bb60d0;
    background: -webkit-linear-gradient(260deg,#bb60d0 0,#773881 75%);
    background: -o-linear-gradient(260deg,#bb60d0 0,#773881 75%);
    background: linear-gradient(190deg,#bb60d0 0,#773881 75%)
}

.ecat-page #section10,.ecat-page #section2,.ecat-page #section4,.ecat-page #section6,.ecat-page #section8 {
    background: #a8b3c5;
    background: -webkit-linear-gradient(260deg,#a8b3c5 0,#a4afc4 75%);
    background: -o-linear-gradient(260deg,#a8b3c5 0,#a4afc4 75%);
    background: linear-gradient(190deg,#a8b3c5 0,#a4afc4 75%)
}

@media screen and (max-width: 767px) {
    .ecat-page .section {
        padding-bottom:20px!important
    }
}

.ecat-page .tag {
    color: #fff
}

.ecat-page .container {
    position: relative
}

.ecat-page #section1 h1 {
    font-family: DrukWide;
    color: #fff;
    text-align: justify;
    margin-bottom: 60px;
    line-height: .9
}

.ecat-page #section1 h1 .line-1 {
    font-size: 128px
}

.ecat-page #section1 h1 .line-2 {
    font-size: 106px
}

.ecat-page #section1 h1 .line-3 {
    font-size: 145px
}

@supports (-webkit-text-stroke:1px white) {
    .ecat-page #section1 h1 .line-3 {
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff
    }
}

.ecat-page #section1 p {
    color: #fff
}

.ecat-page #section1 p.scroll-to-explore {
    padding-top: 60px;
    text-align: left
}

.ecat-page #section1 p.scroll-to-explore img {
    display: inline-block;
    padding-right: 5px
}

.ecat-page #section1 p.tag {
    padding-top: 60px;
    text-align: right
}

@media screen and (max-width: 767px) {
    .ecat-page #section1 h1 .line-1 {
        font-size:70px;
        opacity: 0
    }

    .ecat-page #section1 h1 .line-2 {
        font-size: 50px;
        opacity: 0
    }

    .ecat-page #section1 h1 .line-3 {
        font-size: 70px;
        opacity: 0
    }
}

.ecat-page #section2 h2 {
    font-family: DrukHeavy;
    color: #000;
    text-align: justify;
    margin-bottom: 60px;
    line-height: .8
}

.ecat-page #section2 h2 .line-1 {
    font-size: 260px
}

.ecat-page #section2 h2 .line-2 {
    font-size: 215px
}

.ecat-page #section2 h2 .line-3 {
    font-size: 150px
}

.ecat-page #section2 p {
    color: #000;
    line-height: 29px
}

.ecat-page #section2 .tag {
    color: #fff
}

@media screen and (min-width: 768px) {
    .ecat-page #section2 img {
        position:relative;
        -webkit-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
        top: -100px;
        left: -20px;
        opacity: .1
    }

    .ecat-page #section2 img.slidein {
        top: 50px;
        left: 15px;
        opacity: 1
    }
}

.ecat-page #section3 h2 {
    font-family: DrukWide;
    color: #fff;
    text-align: justify;
    line-height: .9
}

.ecat-page #section3 h2 .line-1 {
    font-size: 95px
}

.ecat-page #section3 h2 .line-2 {
    font-size: 87px
}

.ecat-page #section3 h2 .line-3 {
    font-size: 86px
}

.ecat-page #section3 h2 .line-4 {
    font-size: 104px
}

@supports (-webkit-text-stroke:1px white) {
    .ecat-page #section3 h2 .line-4 {
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff
    }
}

.ecat-page #section3 p {
    color: #fff;
    line-height: 29px
}

@media screen and (min-width: 768px) {
    .ecat-page #section3 img {
        position:relative;
        -webkit-transition: all 2.1s ease-in-out;
        -o-transition: all 2.1s ease-in-out;
        transition: all 2.1s ease-in-out;
        top: -180px;
        opacity: .1
    }

    .ecat-page #section3 img.slidein {
        top: 0;
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .ecat-page #section3 img {
        position:relative;
        max-width: 140%;
        left: -20%
    }
}

.ecat-page #section4 h2 {
    font-family: DrukHeavy;
    color: #000;
    text-align: justify;
    line-height: .8
}

.ecat-page #section4 h2 .line-1 {
    font-size: 200px
}

.ecat-page #section4 h2 .line-2 {
    font-size: 200px
}

.ecat-page #section4 h2 .line-3 {
    font-size: 200px
}

.ecat-page #section4 p {
    color: #000;
    line-height: 29px
}

.ecat-page #section4 .tag {
    color: #fff
}

@media screen and (min-width: 768px) {
    .ecat-page #section4 img {
        position:relative;
        -webkit-transition: all 2.1s ease-in-out;
        -o-transition: all 2.1s ease-in-out;
        transition: all 2.1s ease-in-out;
        left: -100px;
        opacity: .1
    }

    .ecat-page #section4 img.slidein {
        left: 0;
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .ecat-page #section4 img {
        position:relative;
        left: 30%
    }
}

.ecat-page #section5 h2 {
    font-family: DrukWide;
    color: #fff;
    text-align: justify
}

.ecat-page #section5 h2 .line-1 {
    font-size: 200px
}

.ecat-page #section5 h2 .line-2 {
    font-size: 200px
}

.ecat-page #section5 p {
    color: #fff;
    line-height: 29px
}

@media screen and (min-width: 768px) {
    .ecat-page #section5 img {
        position:relative;
        -webkit-transition: all 2.8s ease-in-out;
        -o-transition: all 2.8s ease-in-out;
        transition: all 2.8s ease-in-out;
        top: -160px;
        opacity: .1
    }

    .ecat-page #section5 img.slidein {
        top: 25px;
        opacity: 1
    }
}

.ecat-page #section6 h2 {
    font-family: DrukHeavy;
    color: #000;
    text-align: justify;
    line-height: .8
}

.ecat-page #section6 h2 .line-1 {
    font-size: 200px
}

.ecat-page #section6 h2 .line-2 {
    font-size: 200px
}

.ecat-page #section6 h2 .line-3 {
    font-size: 200px
}

.ecat-page #section6 p {
    color: #000;
    line-height: 29px
}

.ecat-page #section6 .tag {
    color: #fff
}

@media screen and (min-width: 768px) {
    .ecat-page #section6 img {
        position:relative;
        -webkit-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
        opacity: .1
    }

    .ecat-page #section6 img.slidein {
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .ecat-page #section6 img {
        position:relative;
        left: -20%
    }
}

.ecat-page #section7 h2 {
    font-family: DrukHeavy;
    color: #fff;
    text-align: justify;
    line-height: .8;
    text-align: center
}

.ecat-page #section7 h2 .line-1 {
    font-size: 300px
}

.ecat-page #section7 h2 .line-2 {
    font-size: 350px
}

.ecat-page #section7 p {
    color: #fff;
    line-height: 29px
}

.ecat-page #section8 h2 {
    font-family: DrukHeavy;
    color: #000;
    text-align: justify;
    line-height: .9
}

.ecat-page #section8 h2 .line-1 {
    font-size: 200px
}

.ecat-page #section8 h2 .line-2 {
    font-size: 200px
}

.ecat-page #section8 p {
    color: #000;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 0
}

.ecat-page #section8 p.align-bottom {
    margin-top: 173px
}

@media screen and (max-width: 1199px) {
    .ecat-page #section8 p.align-bottom {
        margin-top:100px
    }
}

@media screen and (max-width: 991px) {
    .ecat-page #section8 p.align-bottom {
        margin-top:62px
    }
}

.ecat-page #section9 h2 {
    font-family: DrukHeavy;
    color: #fff;
    text-align: justify;
    line-height: .8;
    text-align: center
}

.ecat-page #section9 h2 .line-1 {
    font-size: 200px
}

.ecat-page #section9 h2 .line-2 {
    font-size: 200px
}

.ecat-page #section9 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px
}

.ecat-page #section9 p {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0
}

.ecat-page #section9 p.align-bottom {
    margin-top: 190px
}

.ecat-page #section9 .product-image {
    min-height: 170px
}

.ecat-page #section9 .product-image img {
    max-height: 170px
}

.ecat-page #section9 .logo-container {
    position: relative;
    height: 100px
}

.ecat-page #section9 .logo-container img {
    max-width: 220px;
    max-height: 60px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0
}

.ecat-page #section9 .content-container {
    min-height: 140px
}

.ecat-page #section9 .top-row {
    margin-bottom: 60px
}

.ecat-page #section9 .owl-theme .owl-nav [class*=owl-] {
    background: 0 0
}

.ecat-page #section9 .owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0
}

.ecat-page #section9 .owl-theme .owl-dots {
    margin-top: -15px;
    margin-bottom: 20px
}

.ecat-page #section9 .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 4px 4px
}

.ecat-page #section9 .owl-theme .owl-dots .owl-dot.active span {
    background-color: #333
}

.ecat-page #section9 .owl-theme .owl-nav {
    margin-top: 0
}

.ecat-page #section9 .owl-carousel .owl-item {
    padding: 0 50px
}

.ecat-page #section9 .owl-carousel .owl-item img {
    margin: 20px auto!important;
    width: auto!important
}

.ecat-page #section9 .owl-carousel .owl-prev {
    position: absolute;
    top: 30%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px
}

.ecat-page #section9 .owl-carousel .owl-next {
    position: absolute;
    top: 30%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px
}

.ecat-page #section9 .btn {
    margin: 15px 0 25px;
    padding: 8px;
    width: 190px;
    background-color: #aa5fc6;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

.ecat-page #section9 .btn:hover {
    background-color: #74328d
}

@media screen and (max-width: 1199px) {
    .ecat-page #section9 .content-container {
        min-height:210px
    }

    .ecat-page #section9 p.align-bottom {
        margin-top: 150px
    }
}

@media screen and (max-width: 991px) {
    .ecat-page #section9 .content-container {
        min-height:140px
    }

    .ecat-page #section9 p.align-bottom {
        margin-top: 115px
    }
}

@media screen and (max-width: 767px) {
    .ecat-page #section9 .product-image {
        min-height:140px
    }

    .ecat-page #section9 .owl-carousel .owl-item img {
        max-width: 200px
    }

    .ecat-page #section9 .logo-container img {
        margin: 20px 0;
        position: static
    }

    .ecat-page #section9 .btn {
        display: block;
        margin: 35px auto 50px auto
    }
}

.ecat-page #section10 {
    position: relative
}

.ecat-page #section10 h2 {
    font-family: DrukHeavy;
    color: #fff;
    text-align: justify;
    line-height: .9;
    margin-bottom: 60px
}

.ecat-page #section10 h2 .line-1 {
    font-size: 115px
}

.ecat-page #section10 h2 .line-2 {
    font-size: 115px
}

.ecat-page #section10 p {
    color: #fff;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 0
}

.ecat-page #section10 p.align-bottom {
    margin-top: 173px
}

.ecat-page #section10 .video-title {
    min-height: 90px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px
}

.ecat-page #section10 .video-summary {
    line-height: 22px;
    font-weight: 300
}

@media screen and (max-width: 1199px) {
    .ecat-page #section10 p.align-bottom {
        margin-top:100px
    }
}

@media screen and (max-width: 991px) {
    .ecat-page #section10 p.align-bottom {
        margin-top:62px
    }
}

.ecat-page .icons {
    position: relative;
    padding: 25px 0
}

.ecat-page .icons.top-row {
    margin: 70px 0 0
}

.ecat-page .icons .width-20 {
    position: relative;
    width: 20%;
    float: left;
    text-align: center;
    padding-bottom: 10px
}

.ecat-page .icons .width-20 b {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.ecat-page .icons .fixed-height {
    position: relative;
    height: 150px;
    line-height: 150px
}

.ecat-page .icons .fixed-height img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 991px) {
    .ecat-page .icons .width-20 {
        padding-bottom:20px
    }
}

@media screen and (max-width: 767px) {
    .ecat-page .icons.top-row {
        margin:0
    }

    .ecat-page .icons .width-20 {
        width: 50%
    }
}

.ecat-page .action-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
    background-color: #683071;
    z-index: 2
}

.ecat-page .action-bar .button {
    display: inline-block;
    background-color: #aa5fc6;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 7px 15px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.ecat-page .action-bar .button:nth-child(3) {
    margin-left: 20px;
    margin-right: 20px
}

.ecat-page .action-bar .button:hover {
    background-color: #9340b2;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .ecat-page .action-bar .button {
        display:block;
        margin: 10px 0;
        width: 100%;
        font-weight: 400
    }

    .ecat-page .action-bar .button:nth-child(3) {
        margin-left: 0;
        margin-right: 0
    }
}

.ecat-page .action-bar .get-started {
    display: none
}

@media screen and (max-width: 767px) {
    .ecat-page .action-bar .get-started {
        display:block;
        color: #fff;
        font-size: 16px;
        cursor: pointer
    }

    .ecat-page .action-bar .get-started i {
        position: relative;
        top: -8px;
        font-size: 35px;
        float: right
    }
}

.ecat-page .action-bar .action-bar-open {
    display: none
}

@media screen and (max-width: 767px) {
    .ecat-page .action-bar .action-bar-open {
        display:inline-block
    }
}

@media screen and (max-width: 767px) {
    .ecat-page .action-bar .button-container {
        display:none
    }
}

.ecat-page .action-bar-specific {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 10px 30px!important;
    width: 100%;
    text-align: center;
    background-color: #683071;
    z-index: 2
}

.ecat-page .action-bar-specific .button {
    display: inline-block;
    background-color: #aa5fc6;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 7px 15px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.ecat-page .action-bar-specific .button:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px
}

.ecat-page .action-bar-specific .button:hover {
    background-color: #9340b2;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .ecat-page .action-bar-specific {
        display:none!important;
        height: 0;
        width: 0;
        padding: 0
    }
}

.ecat-page .deep-links-sticky-header {
    position: absolute!important;
    top: 95px!important
}

@font-face {
    font-family: DrukWide;
    src: url(../fonts/DrukWide-Bold-Web.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: DrukHeavy;
    src: url(../fonts/Druk-Heavy-Web.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@media screen and (max-width: 767px) {
    .ecat-page {
        padding-top:70px
    }

    .ecat-page h2 {
        text-align: center!important
    }

    .ecat-page .fp-scrollable {
        height: auto!important
    }

    .ecat-page .fp-scrollable .fp-scroller {
        overflow: visible!important
    }

    .ecat-page .iScrollVerticalScrollbar {
        display: none!important
    }
}

.ecat {
    font-family: 'Open Sans',sans-serif;
    background-image: url(/assets/uploads/ecat-login/bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

@font-face {
    font-family: DrukWide;
    src: url(../fonts/DrukWide-Bold-Web.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

.ecat h1 {
    font-family: DrukWide;
    font-size: 35px;
    color: #fff;
    margin: 0;
    padding: 45px 0
}

.ecat h2 {
    font-family: 'Open Sans',sans-serif;
    font-size: 26px;
    color: #151515;
    font-weight: 600
}

.ecat h3 {
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    color: #fff
}

.ecat p {
    font-size: 16px;
    color: #151515
}

.ecat .btn {
    background-color: #aa5fc6;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px
}

.ecat .btn:hover {
    background-color: #8439a0!important
}

.ecat .box {
    height: 550px;
    text-align: center;
    background-color: #fff;
    padding: 20px 40px;
    margin: 0 20px
}

.ecat .box h2 {
    margin: 22px 0 20px 0
}

.ecat .box p {
    font-size: 15px;
    line-height: 23px
}

.ecat .box.ecat-login {
    padding: 10px 65px
}

.ecat .box.ecat-login h2 {
    margin: 30px 0 0
}

.ecat .box.ecat-login input::-webkit-input-placeholder {
    color: #151515
}

.ecat .box.ecat-login input::-moz-placeholder {
    color: #151515
}

.ecat .box.ecat-login input:-ms-input-placeholder {
    color: #151515
}

.ecat .box.ecat-login input::-ms-input-placeholder {
    color: #151515
}

.ecat .box.ecat-login input::placeholder {
    color: #151515
}

.ecat .box.ecat-login .forgot-password {
    display: block;
    margin: 20px 0 10px;
    color: #151515;
    text-decoration: underline;
    text-align: right
}

.ecat .box.ecat-login .login-notice {
    display: block;
    text-align: left;
    font-size: 14px
}

.ecat .box.ecat-login .image {
    width: 100%;
    background-color: #2f2f2f;
    border: none;
    padding: 0
}

.ecat .box.ecat-login .form-block {
    margin-top: 0;
    padding: 10px 0 0;
    border: none
}

.ecat .box.ecat-login .form-block .btn {
    width: 100%;
    position: inherit
}

.ecat .box.ecat-login .form-block input[type=password],.ecat .box.ecat-login .form-block input[type=text] {
    border: 1px solid #816b8b;
    height: 55px;
    margin-bottom: 30px
}

.ecat .box.ecat-login .form-block button[type=submit] {
    border: none
}

.ecat .box.ecat-login .sign-in-microsoft {
    text-align: left;
    margin-top: 40px
}

.ecat .box.ecat-login .sign-in-microsoft p {
    color: #666
}

.ecat .box hr {
    margin-top: 15px;
    margin-bottom: 15px
}

.ecat .box button[type=submit] {
    border: none;
    width: 100%
}

.ecat .box input[type=text] {
    border: 1px solid #816b8b;
    height: 55px;
    margin-top: 15px;
    margin-bottom: 10px
}

.ecat .box .button-container {
    padding: 0 10px
}

.ecat .box .button-container .btn {
    margin: 17px 0 10px 0;
    width: 100%
}

.ecat .box .email {
    display: inline-block;
    font-size: 27px;
    font-weight: 600;
    color: #aa5fc6;
    margin-top: 10px
}

@media screen and (max-width: 1199px) {
    .ecat .box {
        height:590px;
        padding: 15px 30px
    }

    .ecat .box.ecat-login {
        padding: 15px 30px
    }
}

@media screen and (max-width: 991px) {
    .ecat .box {
        height:630px;
        padding: 15px 30px
    }

    .ecat .box.ecat-login {
        padding: 15px 30px
    }

    .ecat .box.ecat-login p {
        margin: 15px 0;
        line-height: 23px;
        font-size: 13px
    }

    .ecat .box.ecat-login .login-notice {
        font-size: 13px;
        line-height: 16px
    }

    .ecat .box.ecat-login .sign-in-microsoft {
        text-align: left;
        margin-top: 20px
    }

    .ecat .box h2 {
        margin: 30px 0 20px
    }

    .ecat .box p {
        line-height: 24px;
        font-size: 14px
    }

    .ecat .box .email {
        font-size: 22px
    }

    .ecat .box .button-container {
        padding: 0 40px
    }
}

@media screen and (max-width: 767px) {
    .ecat .box {
        height:auto;
        padding: 15px 10px;
        margin: 0 5px 30px
    }

    .ecat .box h2 {
        margin: 30px 0 20px
    }

    .ecat .box .button-container {
        padding: 0 20px
    }

    .ecat .box .button-container .btn {
        margin: 12px 0
    }

    .ecat .box .email {
        margin: 10px 0 15px
    }
}

.ecat .feature {
    padding: 10px 30px;
    color: #fff
}

.ecat .feature h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-size: 21px
}

.ecat .feature p {
    color: #e0d1e2;
    font-size: 15px
}

.ecat .features-container {
    margin: 55px -10px 25px
}

.ecat .features-container .btn {
    display: block;
    width: 230px;
    padding: 10px 30px;
    margin: 50px auto 20px auto;
    background-color: #aa5fc6
}

.ecat .features-container .feature {
    min-height: 170px
}

.ecat .features-container .feature.border-right {
    border-right: 1px solid #aa7ab4
}

.ecat .features-container .feature h3 {
    margin-top: 10px
}

@media screen and (max-width: 1199px) {
    .ecat .features-container .feature {
        min-height:200px
    }

    .ecat .features-container .feature h3 {
        font-size: 17px
    }
}

@media screen and (max-width: 991px) {
    .ecat .features-container .feature {
        min-height:240px
    }

    .ecat .features-container .feature h3 {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .ecat .features-container {
        margin:15px 0 20px
    }

    .ecat .features-container .feature {
        min-height: inherit
    }
}

.ecat .col-20p {
    width: 20%;
    float: left
}

@media screen and (max-width: 767px) {
    .ecat .col-20p {
        width:100%;
        float: none
    }

    .ecat .col-20p.border-right {
        border: none
    }
}

.ecat .ecat-footer {
    margin: 10px 0 35px;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.ecat .ecat-footer a {
    color: #fff;
    text-decoration: underline
}

.ecat .ecat-footer .terms {
    font-size: 14px;
    font-weight: 400
}

.ecat .ecat-footer .easy {
    font-size: 16px;
    font-weight: 600;
    text-align: right
}

@media screen and (max-width: 767px) {
    .ecat .ecat-footer .easy {
        margin:20px 0;
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .ecat h1 {
        font-size:28px
    }
}

.ecat .modal h2 {
    margin: 10px 0 20px
}

.ecat .modal p {
    font-size: 15px
}

.ecat .modal input[type=password],.ecat .modal input[type=text] {
    border: 1px solid #816b8b;
    height: 55px;
    margin-bottom: 20px
}

.ecat .modal button[type=submit] {
    border: none
}

.ecat .modal .form-block {
    border: none;
    padding: 10px 20px;
    margin-top: 10px
}

.ecat .modal .modal-body {
    text-align: center;
    padding: 40px 50px 50px
}

.ecat .modal .modal-body .btn {
    position: inherit;
    width: 100%;
    background-color: #aa5fc6;
    font-size: 15px;
    color: #fff;
    border: none!important;
    text-transform: uppercase;
    padding: 15px 30px
}

.ecat .modal .modal-body .btn:hover {
    background-color: #8439a0!important
}

.ecat .modal .modal-content {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.ecat .modal .modal-close {
    position: absolute;
    top: 12px;
    right: 15px
}

.ecat .modal .modal-close:hover {
    cursor: pointer
}

.ecat .modal .fa {
    font-size: 30px
}

@media screen and (max-width: 767px) {
    .ecat .modal .modal-body {
        padding:40px 20px 50px
    }
}

.ecat-success .modal-success .modal-content {
    background-color: #aa5fc6
}

.it-priorities h1 {
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 600
}

.it-priorities h2 {
    margin: 0 0 20px;
    font-size: 29px;
    font-weight: 600
}

.it-priorities p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300
}

.it-priorities ul {
    margin-left: -20px;
    color: #915da3;
    font-size: 12px
}

.it-priorities ul li {
    padding: 8px 0
}

.it-priorities ul li span {
    color: #707070;
    font-size: 15px;
    font-weight: 300
}

.it-priorities.theta h2 {
    color: #068fcf
}

.it-priorities.theta ul {
    color: #068fcf
}

.it-priorities.theta .service-carousel .info-card-slider-nav>div {
    background-color: #068fcf
}

.it-priorities.theta .service-carousel .owl-dot {
    border: 2px solid #068fcf
}

.it-priorities.theta .service-carousel .owl-dot.active {
    background-color: #068fcf
}

.it-priorities.theta .resources-v2 .nav-tabs li.active a {
    border-bottom: 3px solid #068fcf;
    color: #068fcf
}

.it-priorities.theta .info-card-slider-nav>div {
    background-color: #068fcf
}

.it-priorities.theta .cta {
    border: 2px solid #068fcf;
    background-color: #068fcf
}

.it-priorities.theta .cta:hover {
    color: #068fcf!important;
    background-color: #fff!important
}

.it-priorities.theta .btn {
    border: 2px solid #068fcf;
    background-color: #068fcf
}

.it-priorities.theta .btn:active,.it-priorities.theta .btn:focus,.it-priorities.theta .btn:hover {
    color: #068fcf
}

.it-priorities.theta .homev3-sign-up-subtitle {
    color: #068fcf
}

.it-priorities.theta .richtext-style-1 .button {
    border: 2px solid #068fcf!important;
    background-color: #068fcf!important
}

.it-priorities.theta .richtext-style-1 .button:hover {
    color: #068fcf!important;
    background-color: #fff!important
}

@media screen and (max-width: 767px) {
    .it-priorities.theta .resources-v2 nav {
        border-bottom:2px solid #068fcf
    }

    .it-priorities.theta .resources-v2 nav i,.it-priorities.theta .resources-v2 nav span {
        color: #068fcf
    }

    .it-priorities.theta .resources-v2 .owl-dot {
        border: 2px solid #068fcf
    }

    .it-priorities.theta .resources-v2 .owl-dot.active {
        background-color: #068fcf
    }
}

.it-priorities.quebec h2 {
    color: #9c1a2b
}

.it-priorities.quebec ul {
    color: #9c1a2b
}

.it-priorities.quebec .number {
    top: 10px;
    right: 10px
}

.it-priorities.quebec .service-carousel .info-card-slider-nav>div {
    background-color: #9c1a2b
}

.it-priorities.quebec .service-carousel .owl-dot {
    border: 2px solid #9c1a2b
}

.it-priorities.quebec .service-carousel .owl-dot.active {
    background-color: #9c1a2b
}

.it-priorities.quebec .resources-v2 .nav-tabs li.active a {
    border-bottom: 3px solid #9c1a2b;
    color: #9c1a2b
}

.it-priorities.quebec .info-card-slider-nav>div {
    background-color: #9c1a2b
}

.it-priorities.quebec .cta {
    border: 2px solid #9c1a2b;
    background-color: #9c1a2b
}

.it-priorities.quebec .btn {
    border: 2px solid #9c1a2b;
    background-color: #9c1a2b
}

.it-priorities.quebec .btn:active,.it-priorities.quebec .btn:focus,.it-priorities.quebec .btn:hover {
    color: #9c1a2b
}

.it-priorities.quebec .homev3-sign-up-subtitle {
    color: #9c1a2b
}

.it-priorities.quebec .richtext-style-1 .button {
    border: 2px solid #9c1a2b!important;
    background-color: #9c1a2b!important
}

.it-priorities.quebec .richtext-style-1 .button:hover {
    color: #9c1a2b!important;
    background-color: #fff!important
}

@media screen and (max-width: 767px) {
    .it-priorities.quebec .resources-v2 nav {
        border-bottom:2px solid #9c1a2b
    }

    .it-priorities.quebec .resources-v2 nav i,.it-priorities.quebec .resources-v2 nav span {
        color: #9c1a2b
    }

    .it-priorities.quebec .resources-v2 .owl-dot {
        border: 2px solid #9c1a2b
    }

    .it-priorities.quebec .resources-v2 .owl-dot.active {
        background-color: #9c1a2b
    }
}

.it-priorities.tau h2 {
    color: #00aca2
}

.it-priorities.tau ul {
    color: #00aca2
}

.it-priorities.tau .number {
    top: 10px;
    right: 10px
}

.it-priorities.tau .service-carousel .info-card-slider-nav>div {
    background-color: #00aca2
}

.it-priorities.tau .service-carousel .owl-dot {
    border: 2px solid #00aca2
}

.it-priorities.tau .service-carousel .owl-dot.active {
    background-color: #00aca2
}

.it-priorities.tau .resources-v2 .nav-tabs li.active a {
    border-bottom: 3px solid #00aca2;
    color: #00aca2
}

.it-priorities.tau .info-card-slider-nav>div {
    background-color: #00aca2
}

.it-priorities.tau .cta {
    border: 2px solid #00aca2;
    background-color: #00aca2
}

.it-priorities.tau .btn {
    border: 2px solid #00aca2;
    background-color: #00aca2
}

.it-priorities.tau .btn:active,.it-priorities.tau .btn:focus,.it-priorities.tau .btn:hover {
    color: #00aca2
}

.it-priorities.tau .homev3-sign-up-subtitle {
    color: #00aca2
}

.it-priorities.tau .richtext-style-1 .button {
    border: 2px solid #00aca2!important;
    background-color: #00aca2!important
}

.it-priorities.tau .richtext-style-1 .button:hover {
    color: #00aca2!important;
    background-color: #fff!important
}

@media screen and (max-width: 767px) {
    .it-priorities.tau .resources-v2 nav {
        border-bottom:2px solid #00aca2
    }

    .it-priorities.tau .resources-v2 nav i,.it-priorities.tau .resources-v2 nav span {
        color: #00aca2
    }

    .it-priorities.tau .resources-v2 .owl-dot {
        border: 2px solid #00aca2
    }

    .it-priorities.tau .resources-v2 .owl-dot.active {
        background-color: #00aca2
    }
}

.it-priorities .btn {
    display: inline-block;
    min-width: 250px;
    margin: 0 0 20px;
    padding: 10px 24px;
    border: 2px solid #915da3;
    background-color: #915da3;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-decoration: none
}

.it-priorities .btn:hover {
    text-decoration: none
}

.it-priorities .btn:active {
    text-decoration: none
}

.it-priorities .btn:focus {
    text-decoration: none
}

.it-priorities .btn:active,.it-priorities .btn:focus,.it-priorities .btn:hover {
    background-color: transparent;
    color: #915da3
}

.it-priorities .it-priorities-banner {
    position: relative;
    min-height: 668px;
    padding-top: 85px;
    padding-bottom: 200px
}

.it-priorities .it-priorities-banner .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    z-index: 1
}

.it-priorities .it-priorities-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.it-priorities .it-priorities-banner .container {
    position: relative;
    display: table;
    height: 100%;
    padding-right: 240px;
    min-height: 290px;
    z-index: 3
}

.it-priorities .it-priorities-banner .container .container-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.it-priorities .it-priorities-banner .container .container-inner h1 {
    margin: 0 0 30px;
    color: #fff
}

.it-priorities .it-priorities-banner .container .container-inner p {
    max-width: 650px;
    font-size: 17px;
    line-height: 24px;
    color: #fff
}

.it-priorities .it-priorities-banner .container .container-inner .button {
    font-size: 14px;
    color: #000;
    padding: 15px 20px;
    background-color: #fff
}

.it-priorities .it-priorities-banner .container .container-inner .button i {
    padding-left: 65px;
    color: #915da3
}

.it-priorities .it-priorities-banner .container .container-inner .button i.fa-comment-o,.it-priorities .it-priorities-banner .container .container-inner .button i.fa-comments-o {
    font-size: 20px
}

.it-priorities .it-priorities-banner .container .container-inner .button+.button {
    margin-left: 45px
}

.it-priorities .it-priorities-banner .container .container-inner .button:hover {
    text-decoration: none
}

.it-priorities .it-priorities-banner .container .client-logo {
    max-width: 320px
}

@media screen and (max-width: 767px) {
    .it-priorities .it-priorities-banner {
        padding-bottom:20px
    }

    .it-priorities .it-priorities-banner .image {
        background-position: left -300px top;
        -webkit-background-size: auto auto;
        background-size: auto
    }
}

.it-priorities .section.pull-up {
    position: relative;
    margin-top: -260px;
    padding-bottom: 0;
    z-index: 3
}

.it-priorities .section.pull-up .container {
    background-color: #fff;
    padding: 50px 100px
}

.it-priorities .section.pull-up .btn {
    min-width: 265px;
    margin: 20px 0 0
}

@media screen and (max-width: 767px) {
    .it-priorities .section.pull-up {
        margin-top:0;
        padding-bottom: 0
    }

    .it-priorities .section.pull-up .container {
        padding: 0 10px
    }

    .it-priorities .section.pull-up .btn {
        margin: 50px auto 10px auto
    }
}

.it-priorities p {
    font-size: 15px;
    line-height: 24px
}

.it-priorities .resources {
    padding-top: 50px;
    padding-bottom: 50px
}

.it-priorities .resources h2 {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .it-priorities .resources h2 {
        font-size:25px
    }
}

@media screen and (max-width: 1199px) {
    .it-priorities .it-priorities-banner .container {
        padding-right:0
    }
}

@media screen and (max-width: 767px) {
    .it-priorities .h1,.it-priorities h1 {
        font-size:34px
    }

    .it-priorities .btn {
        width: 300px
    }

    .it-priorities .it-priorities-banner {
        text-align: center;
        min-height: inherit;
        padding-bottom: 120px
    }

    .it-priorities .it-priorities-banner .container {
        padding-right: 10px;
        display: block
    }

    .it-priorities .it-priorities-banner .container .container-inner {
        display: block;
        text-align: left
    }

    .it-priorities .homev3-signup-section h3,.it-priorities .homev3-signup-section h4,.it-priorities .homev3-signup-section p {
        text-align: left
    }

    .it-priorities .homev3-signup-section label {
        text-align: left
    }

    .it-priorities .homev3-signup-section .homev3-sign-up-subtitle {
        margin-bottom: 10px
    }
}

.awsa-button {
    padding: 14px 20px;
    background-color: #f8982c;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.awsa-button .button-text {
    margin-left: 20px;
    margin-right: 30px
}

.awsa-button .fa {
    font-size: 18px
}

.awsa-button:hover {
    background-color: #b86406
}

.awsa-banner {
    position: relative;
    min-height: 1154px;
    padding-top: 10px
}

@media (min-width: 768px) {
    .awsa-banner {
        padding-top:30px
    }
}

@media (min-width: 992px) {
    .awsa-banner {
        padding-top:70px
    }
}

.awsa-banner .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

@media (min-width: 768px) {
    .awsa-banner .content {
        text-align:left
    }
}

.awsa-banner .awsa-button {
    margin-bottom: 10px;
    min-width: 200px
}

.awsa-banner .awsa-button:hover {
    background-color: #b86406
}

@media (min-width: 992px) {
    .awsa-banner .awsa-button {
        display:block;
        margin-bottom: 20px;
        width: 212px
    }
}

.awsa-banner .aws-logo {
    background-image: url(../../uploads/aws-architecture-5634/aws-logo-white-sm.png);
    width: 130px;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    margin: 10px auto 10px auto
}

@media (min-width: 768px) {
    .awsa-banner .aws-logo {
        margin:0 0 10px
    }
}

@media (min-width: 992px) {
    .awsa-banner .aws-logo {
        margin:0
    }
}

.awsa-banner h1 {
    margin: 5px 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: futura-pt,"Trebuchet MS",Arial,sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 44px
}

@media (min-width: 768px) {
    .awsa-banner h1 {
        font-size:65px;
        line-height: 44px
    }
}

@media (min-width: 992px) {
    .awsa-banner h1 {
        font-size:92px;
        line-height: 84px
    }
}

.awsa-banner h1 .awsa-sub {
    font-size: 23px;
    line-height: 34px;
    display: block
}

@media (min-width: 768px) {
    .awsa-banner h1 .awsa-sub {
        font-size:29px;
        line-height: 42px
    }
}

@media (min-width: 992px) {
    .awsa-banner h1 .awsa-sub {
        font-size:41px;
        line-height: 64px
    }
}

.awsa-banner p {
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    margin-bottom: 45px
}

.awsa-banner .background {
    background-image: url(../../uploads/aws-architecture-5634/awsa-banner-md.jpg);
    width: 100%;
    min-height: 1200px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0
}

@media (min-width: 480px) {
    .awsa-banner .background {
        min-height:1300px
    }
}

@media (min-width: 768px) {
    .awsa-banner .background {
        min-height:920px
    }
}

@media (min-width: 992px) {
    .awsa-banner .background {
        background-image:url(../../uploads/aws-architecture-5634/awsa-banner-desktop.png);
        width: 100%;
        min-height: 1154px;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover
    }
}

@media (min-width: 1200px) {
    .awsa-banner .background {
        background-image:url(../../uploads/aws-architecture-5634/awsa-banner-desktop.png);
        width: 100%;
        min-height: 1154px;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover
    }
}

.awsa-banner .background .triangle {
    border-left: 100vw solid #fff;
    position: absolute;
    bottom: -1px;
    border-top: 145px solid transparent
}

.awsa-banner .cube {
    background-image: url(../../uploads/aws-architecture-5634/cube-trimmed-1.png);
    width: 700px;
    max-width: 100%;
    min-height: 707px;
    background-position: -20px 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    right: 0
}

@media (min-width: 480px) {
    .awsa-banner .cube {
        position:absolute;
        min-width: 500px
    }
}

@media (min-width: 768px) {
    .awsa-banner .cube {
        background-position:top right;
        right: -20px
    }
}

@media (min-width: 992px) {
    .awsa-banner .cube {
        position:relative
    }
}

@media (min-width: 1200px) {
    .awsa-banner .cube {
        top:-100px;
        right: -140px;
        position: absolute;
        min-width: 900px
    }
}

.awsa-fw {
    margin-top: -220px;
    z-index: 10;
    text-align: center;
    position: relative;
    top: -150px
}

@media (min-width: 480px) {
    .awsa-fw {
        margin-top:-100px;
        top: -50px
    }
}

@media (min-width: 768px) {
    .awsa-fw {
        margin-top:-420px;
        top: -100px
    }
}

@media (min-width: 992px) {
    .awsa-fw {
        top:0
    }
}

.awsa-fw .fw-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 55px;
    color: #fff;
    font-weight: 700;
    font-family: proxima-nova,sans-serif
}

@media (min-width: 480px) {
    .awsa-fw .fw-title {
        font-size:35px;
        line-height: 42px
    }
}

@media (min-width: 1200px) {
    .awsa-fw .col-lg-25 {
        width:20%!important
    }
}

.awsa-fw .awsa-fw-card {
    background-color: #232f3e;
    padding: 20px 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-height: 325px;
    -webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 11px 0 rgba(0,0,0,.25)
}

@media (min-width: 1200px) {
    .awsa-fw .awsa-fw-card {
        min-height:390px
    }
}

@media (min-width: 992px) {
    .awsa-fw .awsa-fw-card:not(.horizontal) .title {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.awsa-fw .awsa-fw-card.horizontal {
    min-height: auto;
    overflow: auto;
    margin-left: 10px;
    margin-right: 10px
}

@media (min-width: 768px) {
    .awsa-fw .awsa-fw-card.horizontal {
        padding:32px 30px
    }

    .awsa-fw .awsa-fw-card.horizontal img {
        margin-bottom: 0
    }

    .awsa-fw .awsa-fw-card.horizontal .title {
        text-align: left;
        margin-left: 0;
        margin-right: 0
    }

    .awsa-fw .awsa-fw-card.horizontal .text {
        width: auto;
        text-align: left;
        margin-bottom: 0
    }
}

.awsa-fw .awsa-fw-card img {
    margin-bottom: 25px;
    width: 89px;
    height: 100px
}

.awsa-fw .awsa-fw-card .title {
    width: 150px;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.awsa-fw .awsa-fw-card .text {
    margin-top: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    width: 242px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.text-on-dotty {
    padding-top: 0;
    padding-bottom: 70px;
    margin-top: -110px;
    position: relative
}

@media (min-width: 480px) {
    .text-on-dotty {
        padding-top:85px
    }
}

@media (min-width: 768px) {
    .text-on-dotty {
        padding-top:65px
    }
}

@media (min-width: 992px) {
    .text-on-dotty {
        padding-top:140px
    }
}

@media (min-width: 1200px) {
    .text-on-dotty {
        padding-bottom:115px;
        padding-top: 190px
    }
}

.text-on-dotty .awsa-fw-large-text {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #070707;
    text-align: center;
    font-family: proxima-nova,sans-serif
}

@media (min-width: 768px) {
    .text-on-dotty .awsa-fw-large-text {
        font-size:40px;
        line-height: 49px
    }
}

@media (min-width: 1200px) {
    .text-on-dotty .awsa-fw-large-text {
        font-size:50px;
        line-height: 61px;
        text-align: left
    }
}

@media (min-width: 992px) {
    .text-on-dotty .awsa-fw-large-text {
        text-align:left
    }
}

.text-on-dotty .awsa-text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #070707;
    text-align: center
}

@media (min-width: 1200px) {
    .text-on-dotty .awsa-text {
        text-align:left
    }
}

@media (min-width: 992px) {
    .text-on-dotty .awsa-text {
        text-align:left
    }
}

.text-on-dotty .width-90p {
    width: 90%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .text-on-dotty .width-90p {
        margin:unset
    }
}

@media (min-width: 480px) {
    .text-on-dotty .width-90p {
        margin:0 auto
    }
}

.text-on-dotty .dotty-background {
    min-height: 500px;
    width: 1400px;
    position: absolute;
    background-image: url(../../uploads/aws-architecture-5634/dotty-background.png);
    background-position: top -100px right -20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    top: auto;
    bottom: 0;
    right: 0
}

@media (min-width: 768px) {
    .text-on-dotty .dotty-background {
        min-height:600px;
        top: 0;
        bottom: auto
    }
}

.awsa-benefits {
    min-height: 478px;
    position: relative;
    padding-bottom: 135px
}

@media (min-width: 768px) {
    .awsa-benefits {
        padding-bottom:0
    }
}

.awsa-benefits .background {
    background-image: url(../../uploads/aws-architecture-5634/awsa-benefits-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.awsa-benefits .content {
    position: relative;
    padding-top: 64px
}

@media (min-width: 768px) {
    .awsa-benefits .content {
        padding-top:84px
    }
}

.awsa-benefits .title {
    margin-bottom: 25px;
    color: #fff;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    max-width: 100%;
    font-family: proxima-nova,sans-serif
}

.awsa-benefits .text {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: center
}

.awsa-benefit-elements {
    margin-top: -45px
}

@media (min-width: 768px) {
    .awsa-benefit-elements {
        margin-top:-105px
    }
}

@media (min-width: 992px) {
    .awsa-benefit-elements {
        margin-top:-100px;
        margin-bottom: 100px
    }
}

.awsa-benefit-elements .benefits-card {
    text-align: center;
    padding: 60px 30px 50px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.25);
    margin-bottom: 55px
}

.awsa-benefit-elements .benefits-card .benefits-card-content {
    margin-top: 20px
}

.awsa-benefit-elements .benefits-card .benefits-card-content.lg-padding {
    margin-top: 27px
}

@media (min-width: 768px) {
    .awsa-benefit-elements .benefits-card {
        padding:70px 30px 60px
    }
}

@media (min-width: 992px) {
    .awsa-benefit-elements .benefits-card {
        margin-bottom:0
    }
}

.awsa-benefit-elements .benefits-card p {
    color: #363636;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px
}

.awsa-benefit-elements .benefits-card img {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -95px;
    display: block
}

.awsa-vid-text {
    text-align: center;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .awsa-vid-text {
        padding-bottom:50px
    }
}

@media (min-width: 1200px) {
    .awsa-vid-text {
        text-align:left;
        padding-bottom: 150px
    }
}

.awsa-vid-text .awsa-video-cover {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 36px
}

.awsa-vid-text .awsa-video-cover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),color-stop(20%,rgba(0,0,0,.2)),color-stop(40%,transparent));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.7),rgba(0,0,0,.2) 20%,transparent 40%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.7),rgba(0,0,0,.2) 20%,transparent 40%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.2) 20%,transparent 40%)
}

.awsa-vid-text .awsa-video-cover:hover {
    cursor: pointer
}

@media (min-width: 768px) {
    .awsa-vid-text .awsa-video-cover {
        width:100%;
        height: 512px
    }
}

@media (min-width: 992px) {
    .awsa-vid-text .awsa-video-cover {
        width:459px;
        height: 328px;
        margin-bottom: 0
    }
}

.awsa-vid-text .title {
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 6px;
    text-align: center;
    font-family: proxima-nova,sans-serif
}

@media (min-width: 992px) {
    .awsa-vid-text .title {
        text-align:left
    }
}

.awsa-vid-text .text {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
    margin-bottom: 40px;
    text-align: center
}

@media (min-width: 992px) {
    .awsa-vid-text .text {
        text-align:left
    }
}

.awsa-form-section {
    padding-top: 45px;
    padding-bottom: 42px;
    background-color: #f8f9fb
}

.awsa-form-section .container {
    padding-left: 20px;
    padding-right: 20px
}

.awsa-form-section .fa-check {
    display: none!important
}

.awsa-form-section .btn {
    margin-top: 20px;
    float: none
}

.awsa-form-section .btn:hover {
    background-color: #fff;
    border: 2px solid #915da3;
    color: #915da3
}

@media (min-width: 768px) {
    .awsa-form-section {
        padding-top:64px;
        padding-bottom: 94px
    }

    .awsa-form-section .btn {
        margin-top: 0;
        float: right
    }
}

.awsa-form-section h2 {
    font-size: 29px;
    line-height: 36px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 20px;
    font-family: proxima-nova,sans-serif
}

.awsa-form-section .help-block {
    margin: 0
}

.awsa-form-section .help-block .help-block {
    font-size: 16px;
    color: red;
    font-weight: 700;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid red;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: pink;
    margin: 10px 0
}

.awsa-form-section .no-margin-bottom {
    margin-bottom: 0
}

.awsa-form-section .form-row {
    margin-left: -10px;
    margin-right: -10px
}

.awsa-form-section p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #363636;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .awsa-form-section p {
        margin-bottom:70px
    }
}

.awsa-form-section .no-side-padding {
    padding-left: 0;
    padding-right: 0
}

.awsa-form-section input[type=email],.awsa-form-section input[type=tel],.awsa-form-section input[type=text] {
    height: 37px
}

.awsa-form-section textarea {
    height: 166px
}

.awsa-form-section button,.awsa-form-section input[type=submit] {
    width: 215px;
    height: 46px;
    font-size: 17px;
    font-weight: 700
}

.awsa-form-section label {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #363636;
    font-weight: 400
}

.awsa-form-section label .label-text {
    margin-bottom: 5px;
    display: block
}

.awsa-form-section placeholder {
    color: #707070;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400
}

.awsa-main {
    overflow: hidden
}

.softcat-for-education-container h2 {
    width: 60px;
    margin: 50px auto 0;
    text-align: center;
    font-family: proxima-nova,sans-serif;
    font-weight: 200;
    font-size: 30px;
    color: #585858
}

.softcat-for-education-container h2:before {
    content: "";
    position: absolute;
    width: 72px;
    height: 2px;
    background-color: #585858;
    margin-left: -86px;
    margin-top: 15px
}

.softcat-for-education-container h2:after {
    content: "";
    position: absolute;
    width: 72px;
    height: 2px;
    background-color: #585858;
    margin-left: 11px;
    margin-top: 15px
}

.softcat-for-education-container h3 {
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 40px;
    font-family: proxima-nova,sans-serif;
    font-weight: 200
}

.softcat-for-education-container h3.challenge {
    color: #068fcf
}

.softcat-for-education-container h3.benefits {
    color: #00aca2
}

.softcat-for-education-container h3.softcat {
    color: #915da3
}

.softcat-for-education-container h4 {
    margin: 0;
    color: #915da3;
    font-size: 40px
}

.softcat-for-education-container .apple-solution-expert {
    width: 178px;
    height: 43px
}

.softcat-for-education-container .apple-education-owl {
    max-width: 100%
}

@media (max-width: 767px) {
    .softcat-for-education-container .apple-education-owl {
        display:block;
        margin: 0 auto
    }
}

.softcat-for-education-container .challenge-block {
    position: relative;
    width: 100%;
    height: 275px;
    background-color: #068fcf;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: default;
    margin-bottom: 25px
}

.softcat-for-education-container .challenge-block .icon {
    position: relative;
    top: 50px;
    height: 85px;
    width: 110px;
    margin: 0 auto
}

.softcat-for-education-container .challenge-block .title {
    position: relative;
    top: 85px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.softcat-for-education-container .challenge-block .secondary-title {
    display: none;
    position: relative;
    top: 70px;
    padding: 0 15px;
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    cursor: default;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.softcat-for-education-container .challenge-block:hover {
    background-color: #056d9d
}

.softcat-for-education-container .challenge-block:hover .title {
    display: none
}

.softcat-for-education-container .challenge-block:hover .secondary-title {
    display: block
}

.softcat-for-education-container .benefit-block {
    position: relative;
    width: 100%;
    height: 275px;
    background-color: #00aca2;
    color: #fff;
    cursor: default;
    margin-bottom: 25px
}

.softcat-for-education-container .benefit-block .number {
    position: relative;
    top: 35px;
    height: 85px;
    width: 110px;
    margin: 0 auto;
    font-size: 100px;
    font-weight: 800;
    font-family: proxima-nova,sans-serif
}

.softcat-for-education-container .benefit-block .title {
    position: relative;
    top: 70px;
    padding: 13px;
    font-size: 22px;
    font-weight: 500;
    text-align: center
}

.softcat-for-education-container .benefit-block .sub {
    position: relative;
    top: 60px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .softcat-for-education-container .joining-lines {
        background-image:url(../../uploads/campaigns/softcat-for-education/images/joining-lines.png);
        background-repeat: no-repeat;
        background-position: center center
    }
}

.softcat-for-education-container .softcat-block {
    position: relative;
    width: 100%;
    height: 275px;
    border: 3px solid;
    margin-bottom: 25px;
    background-color: #fff;
    cursor: pointer
}

.softcat-for-education-container .softcat-block .number {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 40px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center
}

.softcat-for-education-container .softcat-block .icon {
    position: relative;
    top: 50px;
    height: 85px;
    width: 110px;
    margin: 0 auto
}

.softcat-for-education-container .softcat-block .title {
    position: relative;
    top: 70px;
    padding: 13px;
    font-size: 22px;
    font-weight: 500;
    text-align: center
}

.softcat-for-education-container .softcat-block .box-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px
}

.softcat-for-education-container .softcat-block .box-overlay .number {
    background-color: #fff!important
}

.softcat-for-education-container .softcat-block .box-takeover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 20px;
    overflow: scroll;
    text-align: center;
    z-index: 1060
}

.softcat-for-education-container .softcat-block .box-takeover .cross {
    position: absolute;
    right: 25px;
    font-size: 25px
}

.softcat-for-education-container .softcat-block .box-takeover h2 {
    margin-top: 20px;
    color: #000
}

.softcat-for-education-container .softcat-block .box-takeover h2:after,.softcat-for-education-container .softcat-block .box-takeover h2:before {
    background-color: #000
}

.softcat-for-education-container .softcat-block .box-takeover h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff
}

.softcat-for-education-container .softcat-block .box-takeover .icon {
    top: 0
}

.softcat-for-education-container .softcat-block .box-takeover .title {
    top: 0;
    margin-top: 10px;
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    color: #fff!important
}

.softcat-for-education-container .softcat-block .box-takeover .sub {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff
}

.softcat-for-education-container .softcat-block .box-takeover .text {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 200
}

.softcat-for-education-container .softcat-block .box-takeover .buttons .get-in-touch,.softcat-for-education-container .softcat-block .box-takeover .buttons .return {
    display: block;
    max-width: 150px;
    border: 2px solid #fff;
    margin: 15px auto;
    padding: 13px;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.softcat-for-education-container .softcat-block .box-takeover .buttons .get-in-touch:hover,.softcat-for-education-container .softcat-block .box-takeover .buttons .return:hover {
    text-decoration: none
}

.softcat-for-education-container .softcat-block .box-takeover .buttons .get-in-touch:active,.softcat-for-education-container .softcat-block .box-takeover .buttons .return:active {
    text-decoration: none
}

.softcat-for-education-container .softcat-block .box-takeover .buttons .get-in-touch:focus,.softcat-for-education-container .softcat-block .box-takeover .buttons .return:focus {
    text-decoration: none
}

.softcat-for-education-container .softcat-block.block-1 {
    border-color: #915da3
}

.softcat-for-education-container .softcat-block.block-1 .number {
    background-color: #915da3
}

.softcat-for-education-container .softcat-block.block-1 .title {
    color: #915da3
}

.softcat-for-education-container .softcat-block.block-1 .box-overlay {
    background-color: #915da3
}

.softcat-for-education-container .softcat-block.block-1 .box-overlay .number {
    color: #915da3
}

.softcat-for-education-container .softcat-block.block-1 .box-overlay .title {
    color: #fff
}

.softcat-for-education-container .softcat-block.block-1 .box-takeover {
    background-color: #915da3
}

.softcat-for-education-container .softcat-block.block-2 {
    border-color: #068fcf
}

.softcat-for-education-container .softcat-block.block-2 .number {
    background-color: #068fcf
}

.softcat-for-education-container .softcat-block.block-2 .title {
    color: #068fcf
}

.softcat-for-education-container .softcat-block.block-2 .box-overlay {
    background-color: #068fcf
}

.softcat-for-education-container .softcat-block.block-2 .box-overlay .number {
    color: #068fcf
}

.softcat-for-education-container .softcat-block.block-2 .box-overlay .title {
    color: #fff
}

.softcat-for-education-container .softcat-block.block-2 .box-takeover {
    background-color: #068fcf
}

.softcat-for-education-container .softcat-block.block-3 {
    border-color: #cc5299
}

.softcat-for-education-container .softcat-block.block-3 .number {
    background-color: #cc5299
}

.softcat-for-education-container .softcat-block.block-3 .title {
    color: #cc5299
}

.softcat-for-education-container .softcat-block.block-3 .box-overlay {
    background-color: #cc5299
}

.softcat-for-education-container .softcat-block.block-3 .box-overlay .number {
    color: #cc5299
}

.softcat-for-education-container .softcat-block.block-3 .box-overlay .title {
    color: #fff
}

.softcat-for-education-container .softcat-block.block-3 .box-takeover {
    background-color: #cc5299
}

.softcat-for-education-container .softcat-block.block-4 {
    border-color: #fbbd56
}

.softcat-for-education-container .softcat-block.block-4 .number {
    background-color: #fbbd56
}

.softcat-for-education-container .softcat-block.block-4 .title {
    color: #fbbd56
}

.softcat-for-education-container .softcat-block.block-4 .box-overlay {
    background-color: #fbbd56
}

.softcat-for-education-container .softcat-block.block-4 .box-overlay .number {
    color: #fbbd56
}

.softcat-for-education-container .softcat-block.block-4 .box-overlay .title {
    color: #fff
}

.softcat-for-education-container .softcat-block.block-4 .box-takeover {
    background-color: #fbbd56
}

.softcat-for-education-container .softcat-block.block-4 .box-takeover .get-in-touch,.softcat-for-education-container .softcat-block.block-4 .box-takeover .return,.softcat-for-education-container .softcat-block.block-4 .box-takeover .sub,.softcat-for-education-container .softcat-block.block-4 .box-takeover .text,.softcat-for-education-container .softcat-block.block-4 .box-takeover .title {
    color: #000
}

.softcat-for-education-container .softcat-block.block-4 .box-takeover .get-in-touch,.softcat-for-education-container .softcat-block.block-4 .box-takeover .return {
    border-color: #000!important
}

.softcat-for-education-container .softcat-block.block-5 {
    border-color: #bed140
}

.softcat-for-education-container .softcat-block.block-5 .number {
    background-color: #bed140
}

.softcat-for-education-container .softcat-block.block-5 .title {
    color: #bed140
}

.softcat-for-education-container .softcat-block.block-5 .box-overlay {
    background-color: #bed140
}

.softcat-for-education-container .softcat-block.block-5 .box-overlay .number {
    color: #bed140
}

.softcat-for-education-container .softcat-block.block-5 .box-overlay .title {
    color: #fff
}

.softcat-for-education-container .softcat-block.block-5 .box-takeover {
    background-color: #bed140
}

.softcat-for-education-container .softcat-block.block-5 .box-takeover .get-in-touch,.softcat-for-education-container .softcat-block.block-5 .box-takeover .return,.softcat-for-education-container .softcat-block.block-5 .box-takeover .sub,.softcat-for-education-container .softcat-block.block-5 .box-takeover .text,.softcat-for-education-container .softcat-block.block-5 .box-takeover .title {
    color: #000!important
}

.softcat-for-education-container .softcat-block.block-5 .box-takeover .get-in-touch,.softcat-for-education-container .softcat-block.block-5 .box-takeover .return {
    border-color: #000
}

.softcat-for-education-container .softcat-block.block-6 {
    border-color: #585858
}

.softcat-for-education-container .softcat-block.block-6 .number {
    background-color: #585858
}

.softcat-for-education-container .softcat-block.block-6 .title {
    color: #585858
}

.softcat-for-education-container .softcat-block.block-6 .box-overlay {
    background-color: #585858
}

.softcat-for-education-container .softcat-block.block-6 .box-overlay .number {
    color: #585858
}

.softcat-for-education-container .softcat-block.block-6 .box-overlay .title {
    color: #fff
}

.softcat-for-education-container .softcat-block.block-6 .box-takeover {
    background-color: #585858
}

.softcat-for-education-container .softcat-block.block-7 {
    border-color: #00aca2
}

.softcat-for-education-container .softcat-block.block-7 .number {
    background-color: #00aca2
}

.softcat-for-education-container .softcat-block.block-7 .title {
    color: #00aca2
}

.softcat-for-education-container .softcat-block.block-7 .box-overlay {
    background-color: #00aca2
}

.softcat-for-education-container .softcat-block.block-7 .box-overlay .number {
    color: #00aca2
}

.softcat-for-education-container .softcat-block.block-7 .box-overlay .title {
    color: #fff
}

.softcat-for-education-container .softcat-block.block-7 .box-takeover {
    background-color: #00aca2
}

.softcat-for-education-container .softcat-block.block-8 {
    border-color: #0072aa
}

.softcat-for-education-container .softcat-block.block-8 .number {
    background-color: #0072aa
}

.softcat-for-education-container .softcat-block.block-8 .title {
    color: #0072aa
}

.softcat-for-education-container .softcat-block.block-8 .box-overlay {
    background-color: #0072aa
}

.softcat-for-education-container .softcat-block.block-8 .box-overlay .number {
    color: #0072aa
}

.softcat-for-education-container .softcat-block.block-8 .box-overlay .title {
    color: #fff
}

.softcat-for-education-container .softcat-block.block-8 .box-takeover {
    background-color: #0072aa
}

.snow-sam p {
    font-size: 20px;
    font-weight: 300;
    color: #585858;
    line-height: 26px
}

.snow-sam .btn.btn-snow-sam {
    position: relative;
    padding: 12px;
    border: 3px solid #915da3;
    background-color: #915da3;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.snow-sam .btn.btn-snow-sam:hover {
    background-color: #7b4783
}

.snow-sam .btn.btn-snow-sam .icon {
    display: block;
    position: absolute;
    top: 13px;
    right: 25px;
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../../uploads/campaigns/microsoft-surface/cta-icon.png)
}

.snow-sam .header-container {
    background-image: url(../../uploads/campaigns/snow-sam/banner.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #3db4d2
}

.snow-sam .header-container .lines {
    position: absolute;
    width: 100%;
    height: 63px;
    top: 8px;
    left: 0;
    background-image: url(../../uploads/campaigns/snow-sam/lines.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom
}

.snow-sam .header-container .logos {
    width: 300px;
    height: 40px;
    margin-bottom: 30px;
    margin-top: 175px
}

.snow-sam .header-container .logos .logo {
    display: block;
    float: left;
    height: 40px;
    width: 135px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 10px
}

.snow-sam .header-container .logos .logo.softcat {
    background-image: url(../images/layout/softcat-logo.png);
    -webkit-background-size: cover;
    background-size: cover;
    height: 44px
}

.snow-sam .header-container .logos .logo.snow {
    background-image: url(../../uploads/campaigns/snow-sam/snow-logo.png)
}

.snow-sam .header-container .container {
    position: relative
}

.snow-sam .header-container .header-title {
    margin-left: 580px
}

.snow-sam .header-container .header-title h1 {
    color: #fff;
    font-size: 43px;
    line-height: 47px;
    font-weight: 600;
    text-transform: uppercase
}

.snow-sam .header-container .five-highlight {
    position: absolute;
    width: 574px;
    height: 485px;
    top: 100px;
    left: 0;
    background-image: url(../../uploads/campaigns/snow-sam/five-highlight.png)
}

.snow-sam .modal label {
    color: #fff
}

.snow-sam .extra-space {
    margin-top: 25px
}

.tab-container {
    position: relative;
    margin: -30px auto 0;
    width: 130px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../../uploads/campaigns/snow-sam/header-scroll-tab.png);
    text-align: center;
    z-index: 3
}

.tab-container i {
    margin: 3px auto;
    color: #915da3;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer
}

.e-book-slider {
    margin-top: 50px
}

.e-book-slider .slide img {
    width: 100%
}

.e-book-arrow-container {
    padding-top: 30px;
    padding-bottom: 30px
}

.e-book-arrow-container .slick-arrow {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: transparent
}

.e-book-arrow-container .slick-arrow:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #915da3
}

.e-book-arrow-container .slick-arrow:after {
    position: absolute;
    top: 0;
    font-family: FontAwesome;
    color: #fff;
    font-size: 30px
}

.e-book-arrow-container .slick-arrow:focus {
    border: none;
    outline: 0
}

.e-book-arrow-container .slick-arrow:focus:after {
    color: #eee
}

.e-book-arrow-container .slick-arrow.slick-disabled:before {
    background-color: #aaa
}

.e-book-arrow-container .slick-arrow.slick-disabled:after {
    color: #ccc
}

.e-book-arrow-container .slick-prev:after {
    content: "\f053";
    left: 7px
}

.e-book-arrow-container .slick-next:after {
    content: "\f054";
    right: 7px
}

.e-book-cta-container {
    padding-top: 25px;
    text-align: right
}

.e-book-cta-container .btn {
    margin-left: 20px
}

.split-grey-box {
    display: block;
    position: relative;
    height: 285px;
    padding: 20px;
    margin: 20px 0 50px;
    border: 3px solid #e4e4e4;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none
}

.split-grey-box:hover {
    text-decoration: none
}

.split-grey-box:active {
    text-decoration: none
}

.split-grey-box:focus {
    text-decoration: none
}

.split-grey-box .gradient-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/assets/uploads/campaigns/snow-sam/gradient.png);
    background-repeat: repeat-x;
    background-position: bottom center
}

.split-grey-box .title {
    display: block;
    position: relative;
    margin-top: 180px;
    color: #fff;
    font-size: 22px;
    font-weight: 300
}

.split-grey-box .link {
    display: block;
    position: relative;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.split-grey-box .link i.fa {
    position: relative;
    top: 2px;
    left: 6px
}

.split-grey-box:focus,.split-grey-box:hover {
    border-color: #915da3
}

.statement-container .softcat-logo {
    height: 75px;
    width: 205px;
    display: block;
    margin: 15px auto;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../../uploads/campaigns/snow-sam/softcat-logo.jpg)
}

.statement-container .tagline {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #585858
}

.statement-container p {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    color: #585858
}

.statement-container .btn {
    margin-top: 35px;
    margin-bottom: 35px
}

@media screen and (max-width: 991px) {
    .snow-sam {
        text-align:center
    }

    .snow-sam .header-container .five-highlight {
        display: none
    }

    .snow-sam .header-container .logos {
        margin: 150px auto 0
    }

    .snow-sam .header-container .header-title {
        margin-left: 0
    }

    .snow-sam .header-container .header-title h1 {
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .snow-sam .header-container .header-title h1 {
        font-size:40px;
        line-height: 44px
    }

    .snow-sam .btn.btn-snow-sam {
        display: block;
        font-size: 14px;
        line-height: 18px
    }

    .e-book-slider {
        display: none
    }

    .e-book-arrow-container {
        display: none
    }

    .e-book-cta-container {
        text-align: center
    }

    .e-book-cta-container .btn.btn-snow-sam {
        margin: 0 0 10px
    }

    .split-grey-box {
        margin: 0 auto 20px
    }
}

.modern-workplace-campaign-new .btn {
    background-color: #068fcf;
    padding: 12px
}

.modern-workplace-campaign-new .btn .fa-chevron-right {
    margin: 0
}

.modern-workplace-campaign-new .fa {
    padding-left: 14px;
    margin-bottom: 2px
}

.modern-workplace-campaign-new .workplace-banner {
    position: relative;
    background-image: url(/assets/uploads/campaigns/microsoft-modern-workplace/header-v2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7eef4;
    -webkit-background-size: cover;
    background-size: cover;
    height: 438px
}

.modern-workplace-campaign-new .workplace-banner .scroll-button-container {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    bottom: 50px;
    left: 0;
    right: 0
}

.modern-workplace-campaign-new .workplace-banner .btn {
    margin-bottom: 20px;
    margin-left: -55px
}

@media only screen and (min-width: 1450px) {
    .modern-workplace-campaign-new .workplace-banner {
        height:538px
    }
}

@media screen and (max-width: 1199px) {
    .modern-workplace-campaign-new .workplace-banner {
        height:438px
    }
}

@media screen and (max-width: 991px) {
    .modern-workplace-campaign-new .workplace-banner {
        height:400px
    }
}

@media screen and (max-width: 767px) {
    .modern-workplace-campaign-new .workplace-banner {
        height:300px
    }

    .modern-workplace-campaign-new .workplace-banner .scroll-button-container {
        bottom: 20px
    }

    .modern-workplace-campaign-new .workplace-banner .btn {
        font-size: 11px;
        margin-bottom: 10px;
        margin-left: -80px
    }
}

.modern-workplace-campaign-new .section-1 {
    min-height: 630px;
    background-image: url(/assets/uploads/campaigns/microsoft-modern-workplace/waves-bg.png),url(/assets/uploads/campaigns/microsoft-modern-workplace/computer-right.png),url(/assets/uploads/campaigns/microsoft-modern-workplace/computer-left.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: right bottom,right top 60px,left bottom;
    -webkit-background-size: 651px 170px,239px 396px,524px 470px;
    background-size: 651px 170px,239px 396px,524px 470px;
    padding-top: 85px
}

@media only screen and (max-width: 1280px) {
    .modern-workplace-campaign-new .section-1 {
        padding-top:65px;
        min-height: 580px;
        -webkit-background-size: 465px 121px,190px 314px,374px 336px;
        background-size: 465px 121px,190px 314px,374px 336px
    }
}

@media screen and (max-width: 1199px) {
    .modern-workplace-campaign-new .section-1 {
        padding-top:60px;
        background-position: right bottom,right top 60px,left -20px bottom
    }
}

@media screen and (max-width: 991px) {
    .modern-workplace-campaign-new .section-1 {
        min-height:630px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-position: right bottom,right -50px top 60px,left -50px bottom
    }
}

@media screen and (max-width: 767px) {
    .modern-workplace-campaign-new .section-1 {
        min-height:430px;
        padding-top: 20px;
        background: 0 0
    }
}

.modern-workplace-campaign-new .section-1 .mobile-v-space {
    margin-top: 30px
}

.modern-workplace-campaign-new .section-1 .lead {
    font-size: 24px;
    color: #068fcf;
    font-weight: 100
}

.modern-workplace-campaign-new .section-1 p {
    color: #585858;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 10px;
    line-height: 26px
}

.modern-workplace-campaign-new .section-1 h1 {
    margin: 10px;
    font-size: 32px;
    color: #078fcd
}

.modern-workplace-campaign-new .section-1 .btn {
    margin: 30px 0
}

.modern-workplace-campaign-new .section-1.security {
    padding: 0
}

.modern-workplace-campaign-new .section-1.security h1 {
    color: #262a2f
}

.modern-workplace-campaign-new .section-2 {
    position: relative;
    margin: 0
}

.modern-workplace-campaign-new .section-2 .section-banner {
    background-image: url(/assets/uploads/campaigns/microsoft-modern-workplace/header-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #262a2f;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 477px;
    margin-bottom: 0
}

.modern-workplace-campaign-new .section-2 .section-banner .logos {
    padding-top: 100px;
    margin: auto;
    width: 50%
}

.modern-workplace-campaign-new .section-2 .section-banner .logos p {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px
}

.modern-workplace-campaign-new .section-2 .section-banner .logos img {
    padding: 20px
}

.modern-workplace-campaign-new .section-2 .nav-tabs {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 30px!important;
    border: none;
    text-align: center
}

.modern-workplace-campaign-new .section-2 .nav-tabs li {
    float: none;
    display: inline-block;
    zoom:1;margin: 0 20px;
    font-size: 28px;
    color: #fff;
    font-weight: 200
}

.modern-workplace-campaign-new .section-2 .nav-tabs li a {
    color: #fff;
    background: 0 0;
    border: none
}

.modern-workplace-campaign-new .section-2 .nav-tabs li.active {
    position: relative
}

.modern-workplace-campaign-new .section-2 .nav-tabs li.active:after {
    border-bottom: 32px solid #ffb902;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 0
}

.modern-workplace-campaign-new .section-2 .nav-tabs li.mobility.active:after {
    border-bottom: 32px solid #f15121
}

.modern-workplace-campaign-new .section-2 .nav-tabs li.collaboration.active:after {
    border-bottom: 32px solid #81b902
}

.modern-workplace-campaign-new .section-2 .btn {
    margin-top: 50px
}

.modern-workplace-campaign-new .section-2 .triangle-container {
    width: 100%;
    margin: auto
}

@media screen and (max-width: 1199px) {
    .modern-workplace-campaign-new .section-2 .nav-tabs {
        margin-bottom:50px
    }

    .modern-workplace-campaign-new .section-2 .nav-tabs li {
        font-size: 23px
    }
}

@media screen and (max-width: 991px) {
    .modern-workplace-campaign-new .section-2 .nav-tabs {
        margin-bottom:50px
    }

    .modern-workplace-campaign-new .section-2 .nav-tabs li {
        font-size: 19px
    }
}

@media screen and (max-width: 767px) {
    .modern-workplace-campaign-new .section-2 .nav-tabs {
        margin-bottom:50px
    }

    .modern-workplace-campaign-new .section-2 .nav-tabs li {
        display: block
    }

    .modern-workplace-campaign-new .section-2 .nav-tabs li.active {
        background-color: #ffb902
    }

    .modern-workplace-campaign-new .section-2 .nav-tabs li.active:after {
        display: none
    }

    .modern-workplace-campaign-new .section-2 .nav-tabs li.mobility.active {
        background-color: #f15121
    }

    .modern-workplace-campaign-new .section-2 .nav-tabs li.collaboration.active {
        background-color: #81b902
    }

    .modern-workplace-campaign-new .section-2 .btn {
        margin-top: 50px
    }

    .modern-workplace-campaign-new .section-2 .section-banner .logos {
        width: 70%
    }
}

.modern-workplace-campaign-new .section-3 {
    position: relative;
    margin: 0;
    padding: 0;
    background-image: url(/assets/uploads/campaigns/microsoft-modern-workplace/security-banner-2x.jpg);
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    border-bottom: 4px solid #ffb902;
    border-top: 4px solid #ffb902
}

.modern-workplace-campaign-new .section-3 p {
    font-size: 18px;
    font-weight: 100;
    color: #282d32
}

.modern-workplace-campaign-new .section-3 li {
    font-size: 18px
}

.modern-workplace-campaign-new .section-3.mobility {
    background-image: url(/assets/uploads/campaigns/microsoft-modern-workplace/mobility-1.jpg);
    border-bottom: 4px solid #f15121;
    border-top: 4px solid #f15121
}

.modern-workplace-campaign-new .section-3.mobility .feature {
    margin-top: 60px;
    margin-bottom: 40px
}

.modern-workplace-campaign-new .section-3.mobility .highlight {
    color: #f15121
}

.modern-workplace-campaign-new .section-3.mobility .right-section {
    position: absolute;
    bottom: 140px;
    right: 0
}

.modern-workplace-campaign-new .section-3.collaboration {
    background-image: url(/assets/uploads/campaigns/microsoft-modern-workplace/collab-banner-2x.jpg);
    border-bottom: 4px solid #81b902;
    border-top: 4px solid #81b902
}

.modern-workplace-campaign-new .section-3.collaboration .feature {
    margin-top: 0;
    padding-bottom: 0
}

.modern-workplace-campaign-new .section-3.collaboration .highlight {
    color: #81b902
}

.modern-workplace-campaign-new .section-3.collaboration .right-section {
    bottom: 130px
}

@media only screen and (min-width: 1560px) {
    .modern-workplace-campaign-new .section-3.collaboration .right-section {
        bottom:130px
    }
}

@media screen and (max-width: 1199px) {
    .modern-workplace-campaign-new .section-3.collaboration .right-section {
        bottom:120px
    }
}

@media only screen and (min-width: 1560px) {
    .modern-workplace-campaign-new .section-3.security .right-section {
        bottom:60px
    }
}

.modern-workplace-campaign-new .section-3 p {
    line-height: 26px
}

.modern-workplace-campaign-new .section-3 h1 {
    color: #000;
    margin: 10px 0;
    line-height: 40px;
    margin-top: 90px;
    margin-bottom: 30px
}

.modern-workplace-campaign-new .section-3 .highlight {
    color: #ffb902;
    font-weight: 600;
    font-size: 18px
}

.modern-workplace-campaign-new .section-3 .right-section {
    position: absolute;
    bottom: 130px;
    right: 0;
    background-color: #fff
}

@media screen and (max-width: 1199px) {
    .modern-workplace-campaign-new .section-3 {
        -webkit-background-size:100% 100%;
        background-size: 100%
    }

    .modern-workplace-campaign-new .section-3 h1 {
        margin-top: 30px
    }
}

@media screen and (max-width: 991px) {
    .modern-workplace-campaign-new .section-3 h1 {
        margin-top:20px;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .modern-workplace-campaign-new .section-3 {
        background:0 0;
        text-align: center
    }

    .modern-workplace-campaign-new .section-3 h1 {
        margin-top: 50px
    }

    .modern-workplace-campaign-new .section-3 .right-section {
        position: inherit!important;
        bottom: 170px;
        padding: 20px 20px 40px 20px
    }

    .modern-workplace-campaign-new .section-3 img {
        width: 80%;
        margin: auto
    }
}

@media only screen and (min-width: 1750px) {
    .modern-workplace-campaign-new .section-3 .right-section {
        background-color:#fff;
        padding: 20px;
        position: absolute;
        bottom: 60px!important;
        right: 0
    }
}

.modern-workplace-campaign-new .section-4 {
    background-image: url(/assets/uploads/campaigns/microsoft-modern-workplace/section-4-waves.png);
    background-position: top 50px center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center
}

.modern-workplace-campaign-new .section-4 .logos {
    padding-top: 100px;
    padding-bottom: 25px;
    margin: auto;
    width: 55%
}

.modern-workplace-campaign-new .section-4 .logos img {
    padding-left: 40px;
    margin-left: auto;
    margin-right: auto
}

.modern-workplace-campaign-new .section-4 .buttons {
    display: block;
    margin: auto
}

.modern-workplace-campaign-new .section-4 .buttons a {
    margin-top: 40px
}

.modern-workplace-campaign-new .section-4 h1 {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #068fcf;
    font-size: 30px;
    font-weight: 100
}

.modern-workplace-campaign-new .section-4 p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    text-align: center;
    color: #585858
}

@media screen and (max-width: 1199px) {
    .modern-workplace-campaign-new .section-4 {
        -webkit-background-size:100% 100%;
        background-size: 100%
    }
}

@media screen and (max-width: 767px) {
    .modern-workplace-campaign-new .section-4 h1 {
        padding-top:60px
    }

    .modern-workplace-campaign-new .section-4 .logos img {
        padding: 0;
        width: 100%
    }
}

.modern-workplace-campaign-new .section-5 h2 {
    margin-top: 70px;
    margin-bottom: 40px
}

.modern-workplace-campaign-new .section-5 .table>thead>tr>th {
    border-bottom: 1px solid #02a4ef
}

.modern-workplace-campaign-new .section-5 .table>tbody>tr>td {
    padding: 20px;
    border-top: 1px solid #02a4ef;
    color: #585858;
    font-size: 17px
}

.modern-workplace-campaign-new .section-5 .buttons {
    text-align: center;
    margin-top: 40px
}

.modern-workplace-campaign-new .section-5 .button-wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px
}

@media screen and (max-width: 1199px) {
    .modern-workplace-campaign-new .section-5 {
        -webkit-background-size:100% 100%;
        background-size: 100%
    }
}

@media screen and (max-width: 767px) {
    .modern-workplace-campaign-new .section-5 .table>tbody>tr>td {
        font-size:10px
    }
}

.modern-workplace-campaign-new .section-6 {
    margin-bottom: 80px
}

.modern-workplace-campaign-new .section-6 h1 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    color: #fff
}

.modern-workplace-campaign-new .section-6 h2 {
    color: #068fcf
}

.modern-workplace-campaign-new .section-6 p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    text-align: left;
    color: #585858
}

.modern-workplace-campaign-new .section-6 ul {
    margin: 0
}

.modern-workplace-campaign-new .section-6 ul li {
    margin: 0 5px;
    border: 1px solid #fff;
    background-color: #e6e6e6
}

.modern-workplace-campaign-new .section-6 ul li a {
    font-size: 22px;
    color: #585858;
    background-color: #e6e6e6
}

.modern-workplace-campaign-new .section-6 ul li a:hover {
    background-color: #ccc
}

.modern-workplace-campaign-new .section-6 ul li.active {
    background-color: #915da3!important
}

.modern-workplace-campaign-new .section-6 .btn {
    background-color: #fff;
    color: #000;
    border: 3px solid #7b4783
}

.modern-workplace-campaign-new .section-6 .btn .fa-chevron-right {
    color: #000
}

.modern-workplace-campaign-new .section-6 .logos img {
    margin-left: 20px
}

.modern-workplace-campaign-new .section-6 .news-container {
    padding: 10px 40px;
    margin-bottom: 20px
}

.modern-workplace-campaign-new .section-6 .news-container .view-more .btn {
    padding: 10px 20px
}

.modern-workplace-campaign-new .section-6 .nav-tabs.nav-justified>.active>a {
    border: none;
    background: #915da3;
    color: #fff
}

.modern-workplace-campaign-new .section-6 .also-interested-block {
    float: left;
    margin: 0 5px 20px;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .modern-workplace-campaign-new .section-6 .also-interested-block {
        float:none;
        margin: 15px auto
    }
}

.modern-workplace-campaign-new .section-6.case-studies-events .tab-pane {
    padding: 0
}

.modern-workplace-campaign-new .section-6.case-studies-events .news-container {
    background-color: transparent
}

@media screen and (max-width: 991px) {
    .modern-workplace-campaign-new .section-6 .news-container {
        padding:10px
    }
}

@media screen and (max-width: 767px) {
    .modern-workplace-campaign-new .section-6 .news-container {
        padding:0
    }
}

.modern-workplace-campaign-new .section-7 {
    background-image: url(/assets/uploads/campaigns/microsoft-modern-workplace/faq-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7eef4;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 700px
}

.modern-workplace-campaign-new .section-7 h1 {
    margin-top: 60px;
    color: #fefefe
}

.microsoft-surface-campaign .btn {
    padding: 13px 20px
}

.microsoft-surface-campaign h1 {
    margin: .67em 0
}

.microsoft-surface-campaign .top-header-banner {
    position: relative;
    background-image: url(/assets/uploads/campaigns/microsoft-surface-new/header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7eef4;
    -webkit-background-size: cover;
    background-size: cover;
    height: 700px
}

.microsoft-surface-campaign .top-header-banner .outline {
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 465px;
    padding-top: 20px;
    background-color: rgba(255,255,255,.7)
}

.microsoft-surface-campaign .top-header-banner .right-section {
    width: 420px;
    opacity: 1;
    margin: auto;
    background-color: rgba(255,255,255,.7)
}

.microsoft-surface-campaign .top-header-banner .right-section .btn {
    margin-bottom: 40px
}

.microsoft-surface-campaign .top-header-banner .right-section h1 {
    color: #915da3;
    font-size: 34px;
    font-weight: 400
}

.microsoft-surface-campaign .top-header-banner .right-section .logos {
    padding: 10px 0
}

@media screen and (max-width: 1199px) {
    .microsoft-surface-campaign .top-header-banner {
        height:600px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-surface-campaign .top-header-banner {
        height:600px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-campaign .top-header-banner {
        height:520px
    }

    .microsoft-surface-campaign .top-header-banner .outline {
        position: absolute;
        margin: auto;
        bottom: auto;
        right: 0;
        width: 100%;
        padding-top: 20px;
        background-color: rgba(255,255,255,.7)
    }

    .microsoft-surface-campaign .top-header-banner .right-section {
        width: 90%;
        opacity: 1;
        margin: auto;
        background-color: rgba(255,255,255,.7)
    }
}

.microsoft-surface-campaign .section-1 {
    min-height: 650px;
    background-image: url(/assets/uploads/campaigns/microsoft-surface-new/waves-bg.png),url(/assets/uploads/campaigns/microsoft-surface-new/computer-right.png),url(/assets/uploads/campaigns/microsoft-surface-new/computer-left.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: right bottom,right -40px top 60px,left -20px bottom;
    -webkit-background-size: 651px 170px,266px 440px,524px 470px;
    background-size: 651px 170px,266px 440px,524px 470px;
    padding-top: 70px
}

@media screen and (max-width: 1199px) {
    .microsoft-surface-campaign .section-1 {
        background-position:right bottom,right -20px top 60px,left bottom;
        -webkit-background-size: 465px 121px,190px 314px,374px 336px;
        background-size: 465px 121px,190px 314px,374px 336px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-surface-campaign .section-1 {
        padding-top:30px;
        background-position: right bottom,right -50px top 60px,left -50px bottom
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-campaign .section-1 {
        min-height:auto;
        margin-bottom: 20px;
        padding-top: 20px;
        background: 0 0
    }
}

.microsoft-surface-campaign .section-1 .pad {
    padding: 0 30px
}

.microsoft-surface-campaign .section-1 .lead {
    font-size: 28px;
    color: #068fcf;
    font-weight: 100
}

.microsoft-surface-campaign .section-1 p {
    color: #585858;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 26px
}

.microsoft-surface-campaign .section-1 h1 {
    margin: 10px;
    font-size: 28px;
    color: #068fcf
}

.microsoft-surface-campaign .section-1 .btn {
    margin: 10px 0!important
}

.microsoft-surface-campaign .section-1.security {
    padding: 0
}

.microsoft-surface-campaign .section-1.security h1 {
    color: #262a2f
}

.microsoft-surface-campaign .section-2 {
    position: relative;
    margin: 0
}

.microsoft-surface-campaign .section-2 .nav-banner {
    background-color: #282d32
}

.microsoft-surface-campaign .section-2 .nav-banner .logos {
    padding-top: 100px;
    margin: auto;
    width: 50%
}

.microsoft-surface-campaign .section-2 .nav-banner .logos img {
    padding: 20px
}

.microsoft-surface-campaign .section-2 .nav-tabs {
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 30px!important;
    border: none;
    text-align: center
}

.microsoft-surface-campaign .section-2 .nav-tabs li {
    float: none;
    display: inline-block;
    zoom:1;margin: 0 20px;
    font-size: 28px;
    color: #fff;
    font-weight: 200
}

.microsoft-surface-campaign .section-2 .nav-tabs li a {
    color: #fff;
    background: 0 0;
    border: none
}

.microsoft-surface-campaign .section-2 .nav-tabs li.active {
    position: relative
}

.microsoft-surface-campaign .section-2 .nav-tabs li.active:after {
    border-bottom: 32px solid #ffb902;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 0
}

.microsoft-surface-campaign .section-2 .nav-tabs li.integrated-security.active:after {
    border-bottom: 32px solid #81b902
}

.microsoft-surface-campaign .section-2 .nav-tabs li.mobile-workforce.active:after {
    border-bottom: 32px solid #f15121
}

.microsoft-surface-campaign .section-2 .nav-tabs li.creativity-collaboration.active:after {
    border-bottom: 32px solid #ffb902
}

.microsoft-surface-campaign .section-2 .btn {
    margin-top: 50px
}

.microsoft-surface-campaign .section-2 .triangle-container {
    width: 100%;
    margin: auto
}

@media screen and (max-width: 1199px) {
    .microsoft-surface-campaign .section-2 .nav-tabs {
        margin-bottom:50px
    }

    .microsoft-surface-campaign .section-2 .nav-tabs li {
        font-size: 23px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-surface-campaign .section-2 .nav-tabs {
        margin-bottom:50px
    }

    .microsoft-surface-campaign .section-2 .nav-tabs li {
        font-size: 17px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-campaign .section-2 .nav-tabs {
        margin:50px 0
    }

    .microsoft-surface-campaign .section-2 .nav-tabs li {
        display: block
    }

    .microsoft-surface-campaign .section-2 .nav-tabs li.integrated-security.active {
        background-color: #81b902
    }

    .microsoft-surface-campaign .section-2 .nav-tabs li.mobile-workforce.active {
        background-color: #f15121
    }

    .microsoft-surface-campaign .section-2 .nav-tabs li.creativity-collaboration.active {
        background-color: #ffb902
    }

    .microsoft-surface-campaign .section-2 .nav-tabs li.active {
        background-color: #ffb902
    }

    .microsoft-surface-campaign .section-2 .nav-tabs li.active:after {
        display: none
    }

    .microsoft-surface-campaign .section-2 .btn {
        margin-top: 50px
    }
}

.microsoft-surface-campaign .section-3 {
    position: relative;
    margin: 0;
    padding: 0;
    background-image: url(/assets/uploads/campaigns/microsoft-surface-new/mobile-workforce-banner.jpg);
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    border-bottom: 4px solid #ffb902;
    border-top: 4px solid #ffb902;
    height: 850px
}

.microsoft-surface-campaign .section-3 a {
    color: #068fcf;
    font-size: 15px;
    overflow-wrap: break-word
}

.microsoft-surface-campaign .section-3 h1 {
    font-size: 36px
}

.microsoft-surface-campaign .section-3 p {
    font-size: 18px;
    font-weight: 100;
    color: #282d32
}

.microsoft-surface-campaign .section-3.mobile-workforce {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-new/mobile-workforce-banner.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    border-bottom: none;
    border-top: 4px solid #f15121;
    height: 500px
}

.microsoft-surface-campaign .section-3.mobile-workforce .feature {
    margin-top: 180px
}

.microsoft-surface-campaign .section-3.mobile-workforce .highlight {
    color: #f15121
}

.microsoft-surface-campaign .section-3.mobile-workforce .right-section {
    padding-top: 10px;
    position: absolute;
    bottom: 60px;
    right: 60px;
    background-color: #fff
}

.microsoft-surface-campaign .section-3.mobile-workforce-txt {
    height: inherit;
    padding: 3% 0 5%;
    background-image: none;
    border: none;
    border-bottom: 4px solid #f15121
}

.microsoft-surface-campaign .section-3.mobile-workforce-txt .right-section {
    padding: 20px 20px 0;
    position: inherit;
    top: inherit;
    right: inherit;
    background-color: #fff
}

.microsoft-surface-campaign .section-3.mobile-workforce-txt .right-section .highlight {
    color: #f15121
}

.microsoft-surface-campaign .section-3.integrated-security {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-new/integrated-security-banner.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    border-bottom: none;
    border-top: 4px solid #81b902;
    height: 500px
}

.microsoft-surface-campaign .section-3.integrated-security ul {
    padding-left: 0;
    margin-bottom: 20px
}

.microsoft-surface-campaign .section-3.integrated-security ul li {
    list-style-position: inside;
    border-top: 1px solid #282d32;
    padding: 12px 0;
    color: #81b902;
    font-size: 30px;
    list-style: square
}

.microsoft-surface-campaign .section-3.integrated-security ul li.last {
    border-bottom: 1px solid #282d32
}

.microsoft-surface-campaign .section-3.integrated-security ul li span {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 100;
    color: #282d32
}

.microsoft-surface-campaign .section-3.integrated-security .feature {
    margin-top: 100px
}

.microsoft-surface-campaign .section-3.integrated-security .highlight {
    display: inline-block;
    padding: 20px 0;
    color: #81b902
}

.microsoft-surface-campaign .section-3.integrated-security .right-section {
    position: absolute;
    bottom: 30px;
    right: 60px;
    background-color: #fff
}

.microsoft-surface-campaign .section-3.integrated-security-txt {
    height: inherit;
    padding: 3% 0 5%;
    background-image: none;
    border: none;
    border-bottom: 4px solid #81b902
}

.microsoft-surface-campaign .section-3.integrated-security-txt .right-section {
    padding: 20px 20px 0;
    position: inherit;
    top: inherit;
    right: inherit;
    background-color: #fff
}

.microsoft-surface-campaign .section-3.integrated-security-txt .right-section .highlight {
    color: #81b902
}

.microsoft-surface-campaign .section-3.integrated-security-txt .right-section ul {
    padding-left: 0;
    margin-bottom: 20px
}

.microsoft-surface-campaign .section-3.integrated-security-txt .right-section ul li {
    list-style-position: inside;
    border-top: 1px solid #282d32;
    padding: 12px 0;
    color: #81b902;
    font-size: 30px;
    list-style: square
}

.microsoft-surface-campaign .section-3.integrated-security-txt .right-section ul li.last {
    border-bottom: 1px solid #282d32
}

.microsoft-surface-campaign .section-3.integrated-security-txt .right-section ul li span {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 100;
    color: #282d32
}

.microsoft-surface-campaign .section-3.creativity-collaboration {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-new/creativity-collaboration-banner.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    border-bottom: none;
    border-top: 4px solid #ffb902;
    height: 500px
}

.microsoft-surface-campaign .section-3.creativity-collaboration .feature {
    margin-right: 30px;
    margin-top: 150px;
    padding-bottom: 60px
}

.microsoft-surface-campaign .section-3.creativity-collaboration .highlight {
    color: #ffb902
}

.microsoft-surface-campaign .section-3.creativity-collaboration .right-section {
    position: absolute;
    bottom: 45px;
    right: 60px;
    padding: 20px
}

.microsoft-surface-campaign .section-3.creativity-collaboration-txt {
    height: inherit;
    padding: 3% 0 5%;
    background-image: none;
    border: none;
    border-bottom: 4px solid #ffb902
}

.microsoft-surface-campaign .section-3.creativity-collaboration-txt .right-section {
    padding: 20px 20px 0;
    position: inherit;
    top: inherit;
    right: inherit;
    background-color: #fff
}

.microsoft-surface-campaign .section-3.creativity-collaboration-txt .right-section .highlight {
    color: #ffb902
}

.microsoft-surface-campaign .section-3.creativity-collaboration-txt img.feature {
    margin-top: -25%
}

.microsoft-surface-campaign .section-3 p {
    line-height: 26px
}

.microsoft-surface-campaign .section-3 h1 {
    color: #282d32;
    margin: 10px 0;
    line-height: 40px;
    margin-top: 120px;
    margin-bottom: 30px
}

.microsoft-surface-campaign .section-3 .highlight {
    color: #ffb902;
    font-weight: 600;
    font-size: 18px
}

.microsoft-surface-campaign .section-3 .right-section {
    position: absolute;
    bottom: 170px;
    right: 0
}

@media screen and (max-width: 1199px) {
    .microsoft-surface-campaign .section-3.creativity-collaboration {
        height:500px
    }

    .microsoft-surface-campaign .section-3.creativity-collaboration .right-section {
        bottom: 60px
    }

    .microsoft-surface-campaign .section-3.integrated-security .right-section {
        bottom: 50px
    }

    .microsoft-surface-campaign .section-3.creativity-collaboration-txt img.feature {
        margin-top: 0
    }
}

@media screen and (max-width: 991px) {
    .microsoft-surface-campaign .section-3 h1 {
        font-size:27px;
        margin-top: 50px
    }

    .microsoft-surface-campaign .section-3.creativity-collaboration {
        height: 500px
    }

    .microsoft-surface-campaign .section-3.creativity-collaboration .right-section {
        bottom: 30px
    }

    .microsoft-surface-campaign .section-3.integrated-security .feature {
        margin-left: -20px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-campaign .section-3 {
        text-align:center
    }

    .microsoft-surface-campaign .section-3.creativity-collaboration,.microsoft-surface-campaign .section-3.integrated-security,.microsoft-surface-campaign .section-3.mobile-workforce {
        background: 0 0;
        height: auto;
        padding-bottom: 20px
    }

    .microsoft-surface-campaign .section-3.creativity-collaboration .feature,.microsoft-surface-campaign .section-3.integrated-security .feature,.microsoft-surface-campaign .section-3.mobile-workforce .feature {
        padding: 20px 0;
        margin: auto
    }

    .microsoft-surface-campaign .section-3.creativity-collaboration .right-section,.microsoft-surface-campaign .section-3.integrated-security .right-section,.microsoft-surface-campaign .section-3.mobile-workforce .right-section {
        position: inherit
    }

    .microsoft-surface-campaign .section-3.creativity-collaboration .right-section .highlight,.microsoft-surface-campaign .section-3.integrated-security .right-section .highlight,.microsoft-surface-campaign .section-3.mobile-workforce .right-section .highlight {
        display: inline-block;
        padding: 20px 0
    }

    .microsoft-surface-campaign .section-3 h1 {
        margin-top: 20px
    }

    .microsoft-surface-campaign .section-3 img {
        width: 80%;
        margin: auto
    }
}

.microsoft-surface-campaign .section-4 {
    color: #666
}

.microsoft-surface-campaign .section-4 h1 {
    color: #915da3;
    font-size: 38px;
    padding: 20px 0 30px
}

.microsoft-surface-campaign .section-4 p {
    font-size: 14px
}

.microsoft-surface-campaign .section-4 .pad {
    padding-left: 15px!important;
    padding-right: 15px!important
}

.microsoft-surface-campaign .section-4 ul li {
    border-top: 1px solid #666;
    padding: 14px 0;
    color: #81b902;
    font-size: 30px;
    list-style: square;
    line-height: 20px!important
}

.microsoft-surface-campaign .section-4 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 100;
    color: #666
}

.microsoft-surface-campaign .section-4 .wrap {
    width: 100%;
    padding: 10px;
    margin: 10px
}

.microsoft-surface-campaign .section-4 .wrap h2 {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 20px
}

.microsoft-surface-campaign .section-4 .wrap.surface-pro {
    border: 3px solid #f15121
}

.microsoft-surface-campaign .section-4 .wrap.surface-pro img {
    float: left
}

.microsoft-surface-campaign .section-4 .wrap.surface-pro h2 {
    color: #f15121
}

.microsoft-surface-campaign .section-4 .wrap.surface-pro ul li {
    color: #f15121
}

.microsoft-surface-campaign .section-4 .wrap.surface-pro .product {
    margin-left: -30px;
    padding-right: 20px
}

.microsoft-surface-campaign .section-4 .wrap.surface-book {
    margin-left: -1px;
    border: 3px solid #80ba01
}

.microsoft-surface-campaign .section-4 .wrap.surface-book img {
    float: left
}

.microsoft-surface-campaign .section-4 .wrap.surface-book h2 {
    color: #80ba01
}

.microsoft-surface-campaign .section-4 .wrap.surface-book ul li {
    color: #80ba01
}

.microsoft-surface-campaign .section-4 .wrap.surface-book .product {
    padding: 10px;
    margin-left: -30px;
    padding-right: 20px
}

.microsoft-surface-campaign .section-4 .wrap.surface-studio {
    border: 3px solid #02a4ef
}

.microsoft-surface-campaign .section-4 .wrap.surface-studio img {
    float: left
}

.microsoft-surface-campaign .section-4 .wrap.surface-studio h2 {
    color: #02a4ef
}

.microsoft-surface-campaign .section-4 .wrap.surface-studio ul li {
    color: #02a4ef
}

.microsoft-surface-campaign .section-4 .wrap.surface-studio .product {
    padding: 10px;
    margin-left: -30px;
    padding-right: 20px;
    margin-top: -40px
}

.microsoft-surface-campaign .section-4 .wrap.surface-hub {
    margin-left: -1px;
    border: 3px solid #fbbd56
}

.microsoft-surface-campaign .section-4 .wrap.surface-hub img {
    float: left
}

.microsoft-surface-campaign .section-4 .wrap.surface-hub h2 {
    color: #fbbd56
}

.microsoft-surface-campaign .section-4 .wrap.surface-hub ul li {
    color: #fbbd56
}

.microsoft-surface-campaign .section-4 .wrap.surface-hub .product {
    padding: 10px;
    margin-left: -30px;
    padding-right: 20px;
    margin-top: -30px
}

.microsoft-surface-campaign .section-4 .wrap.surface-go {
    border: 3px solid #915da3
}

.microsoft-surface-campaign .section-4 .wrap.surface-go img {
    float: left
}

.microsoft-surface-campaign .section-4 .wrap.surface-go h2 {
    color: #915da3
}

.microsoft-surface-campaign .section-4 .wrap.surface-go ul li {
    color: #915da3
}

.microsoft-surface-campaign .section-4 .wrap.surface-go .product {
    padding: 10px;
    margin-left: -30px;
    padding-right: 20px;
    margin-top: -30px
}

.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2 {
    margin-left: -1px;
    border: 3px solid #cc5299
}

.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2 img {
    float: left
}

.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2 h2 {
    color: #cc5299
}

.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2 ul li {
    color: #cc5299
}

.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2 .product {
    padding: 10px;
    margin-left: -30px;
    padding-right: 20px;
    margin-top: -30px
}

@media screen and (max-width: 1199px) {
    .microsoft-surface-campaign .section-4 .wrap.surface-book,.microsoft-surface-campaign .section-4 .wrap.surface-go,.microsoft-surface-campaign .section-4 .wrap.surface-hub,.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2,.microsoft-surface-campaign .section-4 .wrap.surface-pro,.microsoft-surface-campaign .section-4 .wrap.surface-studio {
        height:550px!important
    }

    .microsoft-surface-campaign .section-4 .wrap.surface-book img,.microsoft-surface-campaign .section-4 .wrap.surface-go img,.microsoft-surface-campaign .section-4 .wrap.surface-hub img,.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2 img,.microsoft-surface-campaign .section-4 .wrap.surface-pro img,.microsoft-surface-campaign .section-4 .wrap.surface-studio img {
        padding-bottom: 10px
    }

    .microsoft-surface-campaign .section-4 .wrap.surface-book .product,.microsoft-surface-campaign .section-4 .wrap.surface-go .product,.microsoft-surface-campaign .section-4 .wrap.surface-hub .product,.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2 .product,.microsoft-surface-campaign .section-4 .wrap.surface-pro .product,.microsoft-surface-campaign .section-4 .wrap.surface-studio .product {
        padding-right: 20px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-surface-campaign .section-4 .wrap.surface-book,.microsoft-surface-campaign .section-4 .wrap.surface-go,.microsoft-surface-campaign .section-4 .wrap.surface-hub,.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2,.microsoft-surface-campaign .section-4 .wrap.surface-pro,.microsoft-surface-campaign .section-4 .wrap.surface-studio {
        height:700px!important
    }

    .microsoft-surface-campaign .section-4 .wrap.surface-book h2,.microsoft-surface-campaign .section-4 .wrap.surface-go h2,.microsoft-surface-campaign .section-4 .wrap.surface-hub h2,.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2 h2,.microsoft-surface-campaign .section-4 .wrap.surface-pro h2,.microsoft-surface-campaign .section-4 .wrap.surface-studio h2 {
        text-align: center
    }

    .microsoft-surface-campaign .section-4 .wrap.surface-book img,.microsoft-surface-campaign .section-4 .wrap.surface-go img,.microsoft-surface-campaign .section-4 .wrap.surface-hub img,.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2 img,.microsoft-surface-campaign .section-4 .wrap.surface-pro img,.microsoft-surface-campaign .section-4 .wrap.surface-studio img {
        padding-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-campaign .section-4 .wrap ul {
        margin-top:30px
    }

    .microsoft-surface-campaign .section-4 .wrap.surface-book,.microsoft-surface-campaign .section-4 .wrap.surface-go,.microsoft-surface-campaign .section-4 .wrap.surface-hub,.microsoft-surface-campaign .section-4 .wrap.surface-laptop-2,.microsoft-surface-campaign .section-4 .wrap.surface-pro,.microsoft-surface-campaign .section-4 .wrap.surface-studio {
        height: auto!important;
        margin: 10px 0
    }
}

.microsoft-surface-campaign .section-5 {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-new/section-4-waves.png);
    background-position: top 30px center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    height: 600px;
    margin-top: 20px
}

.microsoft-surface-campaign .section-5 p {
    font-size: 22px;
    color: #58595b
}

.microsoft-surface-campaign .section-5 .btn {
    font-size: 16px
}

.microsoft-surface-campaign .section-5 .logos {
    padding-top: 100px;
    padding-bottom: 25px;
    margin: auto;
    width: 55%
}

.microsoft-surface-campaign .section-5 .logos img {
    padding-left: 40px;
    margin-left: auto;
    margin-right: auto
}

.microsoft-surface-campaign .section-5 .buttons {
    display: block;
    margin: auto
}

.microsoft-surface-campaign .section-5 .buttons a {
    margin-top: 40px
}

.microsoft-surface-campaign .section-5 h1 {
    padding-top: 130px;
    padding-bottom: 50px;
    color: #068fcf
}

@media screen and (max-width: 1199px) {
    .microsoft-surface-campaign .section-5 {
        -webkit-background-size:100% 100%;
        background-size: 100%
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-campaign .section-5 h1 {
        padding-top:60px
    }

    .microsoft-surface-campaign .section-5 .logos img {
        padding: 0;
        width: 100%
    }
}

.microsoft-surface-campaign .section-7 {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-new/faq-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7eef4;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 700px
}

.microsoft-surface-campaign .section-7 h1 {
    margin-top: 60px;
    color: #fefefe
}

.softcat-christmas-2017-campaign .btn-large {
    display: block;
    border: 3px solid #915da3;
    color: #915da3;
    padding: 12px 20px;
    width: 400px;
    font-size: 24px;
    margin: 20px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.softcat-christmas-2017-campaign .btn-large.center {
    margin: 20px auto
}

.softcat-christmas-2017-campaign .btn-large:hover {
    color: #fff;
    background-color: #915da3;
    text-decoration: none
}

.softcat-christmas-2017-campaign .btn-large .fa-newspaper-o {
    padding-right: 10px;
    font-size: 1.125em
}

@media screen and (max-width: 1199px) {
    .softcat-christmas-2017-campaign .btn-large {
        width:290px;
        font-size: 16px
    }
}

.softcat-christmas-2017-campaign .header {
    margin-top: 20px;
    min-height: 148px
}

.softcat-christmas-2017-campaign .header h2 {
    font-size: 28px;
    color: #585858
}

.softcat-christmas-2017-campaign .header p {
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    line-height: 30px
}

.softcat-christmas-2017-campaign .header .santa-sleigh {
    min-width: 145%;
    position: relative;
    left: -45%
}

.softcat-christmas-2017-campaign .header .left-section .logo {
    margin-top: -40px
}

.softcat-christmas-2017-campaign .header .left-section img {
    margin: 0 auto
}

@media screen and (max-width: 991px) {
    .softcat-christmas-2017-campaign .header .left-section img {
        margin:auto
    }
}

@media screen and (max-width: 767px) {
    .softcat-christmas-2017-campaign .header .left-section img {
        margin:inherit
    }
}

.softcat-christmas-2017-campaign .header .right-section {
    position: relative;
    left: -100px;
    float: right;
    margin-bottom: -80px;
    z-index: 99
}

.softcat-christmas-2017-campaign .header .right-section p {
    font-size: 16px
}

.softcat-christmas-2017-campaign .header .right-section .counter {
    width: 358px;
    height: 162px;
    margin-top: 70px;
    padding: 21px 50px 0 0;
    background: url(../../uploads/campaigns/softcat-christmas-2017/counter.png) no-repeat center/contain;
    font-size: 70px;
    font-weight: 700;
    text-align: right;
    color: #915da3
}

.softcat-christmas-2017-campaign .header .right-section .logos {
    margin: 40px auto
}

@media screen and (min-width: 1800px) {
    .softcat-christmas-2017-campaign .header .right-section {
        left:-15%
    }
}

@media screen and (max-width: 1199px) {
    .softcat-christmas-2017-campaign .header .right-section {
        left:-50px
    }
}

@media screen and (max-width: 991px) {
    .softcat-christmas-2017-campaign .header .right-section {
        position:inherit;
        left: -50px;
        min-height: 650px
    }

    .softcat-christmas-2017-campaign .header .right-section .counter {
        margin-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .softcat-christmas-2017-campaign .header .right-section {
        float:none;
        min-height: 570px
    }

    .softcat-christmas-2017-campaign .header .right-section .counter {
        margin-top: 50px
    }
}

@media screen and (max-width: 380px) {
    .softcat-christmas-2017-campaign .header .right-section .counter {
        width:90%;
        padding: 12% 15%;
        font-size: 50px
    }
}

.softcat-christmas-2017-campaign .header .christmas-background {
    position: relative;
    background-image: url(../../uploads/campaigns/softcat-christmas-2017/header-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 477px;
    margin-bottom: 0;
    overflow-x: hidden
}

.softcat-christmas-2017-campaign .header .christmas-background .sleigh-play {
    position: absolute;
    height: 60px;
    width: 155px;
    top: 300px;
    left: 380px;
    background-image: url(../../uploads/campaigns/softcat-christmas-2017/Sledge.gif);
    -webkit-background-size: cover;
    background-size: cover
}

.softcat-christmas-2017-campaign .header .christmas-background .snowball-fight {
    position: absolute;
    height: 124px;
    width: 300px;
    top: 300px;
    left: 480px;
    background-image: url(../../uploads/campaigns/softcat-christmas-2017/Snowball-fight.gif);
    -webkit-background-size: cover;
    background-size: cover
}

@media screen and (max-width: 767px) {
    .softcat-christmas-2017-campaign .header .christmas-background .snowball-fight {
        width:320px;
        height: 100px;
        margin: 0 auto;
        position: relative;
        left: 0;
        top: 200px
    }
}

.softcat-christmas-2017-campaign .section-1 {
    background-image: url(../../uploads/campaigns/softcat-christmas-2017/section-1-bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #2f70ab;
    min-height: 600px;
    margin-bottom: 0;
    -webkit-border-bottom-left-radius: 85% 50px;
    border-bottom-left-radius: 85% 50px;
    -webkit-border-bottom-right-radius: 85% 50px;
    border-bottom-right-radius: 85% 50px
}

.softcat-christmas-2017-campaign .section-1 .box-wrapper {
    margin-top: 80px;
    margin-bottom: 120px
}

.softcat-christmas-2017-campaign .section-1 .polar-bear-cooking {
    margin-top: -150px;
    margin-bottom: 50px
}

.softcat-christmas-2017-campaign .section-1 .polar-bear-fishing {
    margin-top: -80px
}

.softcat-christmas-2017-campaign .section-1 .box {
    margin: 40px 0
}

.softcat-christmas-2017-campaign .section-1 .box:after,.softcat-christmas-2017-campaign .section-1 .box:before {
    content: " ";
    display: table
}

.softcat-christmas-2017-campaign .section-1 .box:after {
    clear: both
}

.softcat-christmas-2017-campaign .section-1 .box:after,.softcat-christmas-2017-campaign .section-1 .box:before {
    content: " ";
    display: table
}

.softcat-christmas-2017-campaign .section-1 .box:after {
    clear: both
}

.softcat-christmas-2017-campaign .section-1 .box img {
    float: left;
    clear: both;
    margin-right: 20px
}

.softcat-christmas-2017-campaign .section-1 .box .details {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    padding-top: 8px;
    float: left
}

.softcat-christmas-2017-campaign .section-1 .box .details p {
    line-height: 1.25
}

.softcat-christmas-2017-campaign .section-1 h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 100
}

.softcat-christmas-2017-campaign .section-1 p {
    color: #fff;
    font-size: 18px;
    font-weight: 100
}

.softcat-christmas-2017-campaign .section-1 a {
    color: #fff;
    font-size: 18px
}

.softcat-christmas-2017-campaign .section-1 h1 {
    margin: 10px;
    font-size: 28px;
    color: #078fcd
}

@media screen and (max-width: 1199px) {
    .softcat-christmas-2017-campaign .section-1 .polar-bear-fishing {
        margin-top:70px
    }
}

@media screen and (max-width: 991px) {
    .softcat-christmas-2017-campaign .section-1 .polar-bear-cooking {
        margin-top:-70px
    }

    .softcat-christmas-2017-campaign .section-1 .polar-bear-fishing {
        margin-top: 70px
    }
}

@media screen and (max-width: 767px) {
    .softcat-christmas-2017-campaign .section-1 .polar-bear-fishing {
        margin-top:-70px;
        margin-bottom: 80px
    }
}

@media screen and (max-width: 380px) {
    .softcat-christmas-2017-campaign .section-1 h2,.softcat-christmas-2017-campaign .section-1 p {
        text-align:center
    }

    .softcat-christmas-2017-campaign .section-1 .box img {
        display: block;
        margin: 0 auto;
        float: none
    }

    .softcat-christmas-2017-campaign .section-1 .box .details {
        width: 100%;
        float: none
    }
}

.softcat-christmas-2017-campaign .section-2 {
    position: relative;
    margin: 0
}

.softcat-christmas-2017-campaign .section-2 .section-banner {
    background-image: url(../../uploads/campaigns/microsoft-modern-workplace/header-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #262a2f;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 477px;
    margin-bottom: 0
}

.softcat-christmas-2017-campaign .section-2 .section-banner .logos {
    padding-top: 100px;
    margin: auto;
    width: 50%
}

.softcat-christmas-2017-campaign .section-2 .section-banner .logos img {
    padding: 20px
}

.softcat-christmas-2017-campaign .section-2 .house {
    margin-top: -80px
}

.softcat-christmas-2017-campaign .section-2 h2 {
    margin: 30px 0;
    font-size: 28px;
    font-weight: 100
}

.softcat-christmas-2017-campaign .section-2 p {
    font-size: 18px;
    font-weight: 100;
    line-height: 26px;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .softcat-christmas-2017-campaign .section-2 h2,.softcat-christmas-2017-campaign .section-2 p {
        text-align:center
    }
}

@media screen and (max-width: 767px) {
    .softcat-christmas-2017-campaign+.footer-v2 .btn-view-all-offices {
        margin-top:15px
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: scaleX(-1) rotate(0);
        transform: scaleX(-1) rotate(0)
    }

    25% {
        -webkit-transform: scaleX(-1) rotate(6deg);
        transform: scaleX(-1) rotate(6deg)
    }

    50% {
        -webkit-transform: scaleX(-1) rotate(4deg);
        transform: scaleX(-1) rotate(4deg)
    }

    75% {
        -webkit-transform: scaleX(-1) rotate(6deg);
        transform: scaleX(-1) rotate(6deg)
    }

    100% {
        -webkit-transform: scaleX(-1) rotate(0);
        transform: scaleX(-1) rotate(0)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: scaleX(-1) rotate(0);
        transform: scaleX(-1) rotate(0)
    }

    25% {
        -webkit-transform: scaleX(-1) rotate(6deg);
        transform: scaleX(-1) rotate(6deg)
    }

    50% {
        -webkit-transform: scaleX(-1) rotate(4deg);
        transform: scaleX(-1) rotate(4deg)
    }

    75% {
        -webkit-transform: scaleX(-1) rotate(6deg);
        transform: scaleX(-1) rotate(6deg)
    }

    100% {
        -webkit-transform: scaleX(-1) rotate(0);
        transform: scaleX(-1) rotate(0)
    }
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px)
    }
}

@keyframes down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px)
    }
}

.santa-sleigh-container {
    width: 100%;
    overflow-x: hidden
}

.santa-footer {
    position: absolute;
    bottom: 0;
    right: -250px;
    -webkit-transition: 1.2s all;
    -o-transition: 1.2s all;
    transition: 1.2s all
}

.santa-footer.in {
    right: 250px
}

.bg-color-snow {
    background-color: #fff!important
}

.santa-in-banner {
    position: absolute;
    right: 0;
    top: 130px
}

@media screen and (max-width: 767px) {
    .santa-in-banner {
        top:330px
    }
}

.birdie {
    position: relative
}

.birdie::before {
    content: ' ';
    display: block;
    width: 25px;
    height: 23px;
    position: absolute;
    top: -18px;
    left: -15px;
    background: url(../../uploads/campaigns/softcat-christmas-2017/xmas-home/bird.svg) no-repeat top center/cover
}

.birdie.dickie::before {
    right: -15px;
    left: inherit;
    -webkit-transform: scaleX(-1) rotate(0);
    -ms-transform: scaleX(-1) rotate(0);
    transform: scaleX(-1) rotate(0);
    -webkit-animation: rotate 2s;
    animation: rotate 2s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.prezzie {
    width: 90px;
    height: 75px;
    position: absolute;
    z-index: 0;
    top: -300px;
    background: url(../../uploads/campaigns/softcat-christmas-2017/xmas-home/prezzie.svg) no-repeat top center/contain;
    opacity: 0
}

.prezzie.anim-prez {
    -webkit-animation: fadeInOut 1.5s,down 1.5s;
    animation: fadeInOut 1.5s,down 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.prezzie:nth-of-type(1) {
    left: -5%;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.prezzie:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 660ms;
    animation-delay: 660ms
}

.prezzie:nth-of-type(3) {
    left: 40%;
    -webkit-animation-delay: 950ms;
    animation-delay: 950ms
}

.prezzie:nth-of-type(4) {
    right: 40%;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.prezzie:nth-of-type(5) {
    right: 20%;
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.prezzie:nth-of-type(6) {
    right: -5%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.homepage-slider .home-banner-slide.xmas-banner {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d4eaf8),color-stop(90%,#fff));
    background-image: -webkit-linear-gradient(top,#d4eaf8 0,#fff 90%);
    background-image: -o-linear-gradient(top,#d4eaf8 0,#fff 90%);
    background-image: linear-gradient(to bottom,#d4eaf8 0,#fff 90%);
    background-color: #fff
}

.homepage-slider .home-banner-slide.xmas-banner .image .container .btn-find-out-more,.homepage-slider .home-banner-slide.xmas-banner .image .container h2,.homepage-slider .home-banner-slide.xmas-banner .image .container h3 {
    color: #915da3
}

.homepage-slider .home-banner-slide.xmas-banner-2 {
    background-image: url(../../uploads/campaigns/softcat-christmas-2017/xmas-home/banner-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.homepage-slider .home-banner-slide.xmas-banner-2 .image .container .btn-find-out-more,.homepage-slider .home-banner-slide.xmas-banner-2 .image .container h1,.homepage-slider .home-banner-slide.xmas-banner-2 .image .container h2 {
    color: #915da3
}

.santa-sleigh-anim {
    width: 750px;
    height: 300px;
    position: absolute;
    left: -25%;
    top: 25%;
    -webkit-transform: scale(.1);
    -ms-transform: scale(.1);
    transform: scale(.1);
    z-index: 100;
    background: url(../../uploads/campaigns/softcat-christmas-2017/xmas-home/Santa-Sleigh.gif) no-repeat top center/contain
}

.santa-sleigh-anim::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 250px;
    position: absolute;
    top: -10px;
    left: -100%;
    background: url(../../uploads/campaigns/softcat-christmas-2017/xmas-home/candy-cane.svg) no-repeat top center/contain;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 0;
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.home-welcome-container-new .xmas-hillscape {
    background-image: url(../../uploads/campaigns/softcat-christmas-2017/xmas-home/bg-hillscape.jpg);
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.home-welcome-container-new .xmas-frozen-lake {
    margin-top: -295px;
    height: 295px;
    background-image: url(../../uploads/campaigns/softcat-christmas-2017/xmas-home/bg-lake.jpg);
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.home-welcome-container-new .xmas-frozen-lake .container {
    position: relative;
    height: inherit
}

.home-welcome-container-new .xmas-frozen-lake .container .bear-cooking,.home-welcome-container-new .xmas-frozen-lake .container .bear-fishing {
    position: absolute
}

.home-welcome-container-new .xmas-frozen-lake .container .bear-fishing {
    bottom: 5%;
    left: 12%
}

.home-welcome-container-new .xmas-frozen-lake .container .bear-cooking {
    top: 3%;
    left: 27.5%
}

.xmas-footer .copyright-social-container,.xmas-footer .offices-links-container {
    position: relative
}

.xmas-footer .copyright-social-container::before,.xmas-footer .offices-links-container::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../uploads/campaigns/softcat-christmas-2017/xmas-home/settled-snow.svg);
    background-position: 20px bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.xmas-footer .copyright-social-container::before {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.easter-2018-campaign .section-1 h1 {
    margin-top: 14px;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 55px
}

.easter-2018-campaign .section-1 p {
    max-width: 1000px;
    margin: 10px auto 10px auto;
    color: #585858;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300
}

.easter-2018-campaign .section-1 .hash {
    margin: 15px auto 25px auto;
    padding: 18px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    background-color: #cc5299;
    color: #fff
}

.easter-2018-campaign .section-2 {
    margin: 40px auto
}

.easter-2018-campaign .section-2 h2 {
    margin: 0 auto 25px auto;
    font-size: 28px;
    text-align: center
}

.easter-2018-campaign .section-2 h3 {
    margin: 40px auto 5px auto;
    font-size: 18px;
    color: #915da3;
    text-align: center
}

.easter-2018-campaign .section-2 .filesize {
    color: #010101;
    font-size: 18px;
    text-align: center
}

.easter-2018-campaign .section-2 .download-btn {
    margin-top: 25px;
    background-color: #915da3;
    color: #fff;
    border: 3px solid #fff;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.easter-2018-campaign .section-2 .download-btn i {
    color: #fff;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.easter-2018-campaign .section-2 .download-btn:hover {
    border-color: #915da3;
    background-color: #fff;
    color: #915da3
}

.easter-2018-campaign .section-2 .download-btn:hover i {
    color: #915da3
}

.easter-2018-campaign .section-2 .emulate-checkbox {
    font-size: 12px
}

.easter-2018-campaign .section-2 .emulate-checkbox input[type=checkbox] {
    display: none
}

.easter-2018-campaign .section-2 .emulate-checkbox input[type=checkbox]:checked+.cr>.cr-icon {
    opacity: 1
}

.easter-2018-campaign .section-2 .emulate-checkbox label {
    display: block;
    cursor: pointer
}

.easter-2018-campaign .section-2 .emulate-checkbox .cr {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 15px;
    background-color: #f0f0f0;
    vertical-align: top
}

.easter-2018-campaign .section-2 .emulate-checkbox .cr-label {
    position: relative;
    display: inline-block;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    vertical-align: middle;
    font-weight: 200;
    color: #915da3
}

.easter-2018-campaign .section-2 .emulate-checkbox .cr-label a {
    color: #068fcf
}

.easter-2018-campaign .section-2 .emulate-checkbox .cr-icon {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: inherit;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all
}

.easter-2018-campaign .section-2 form .btn {
    background-color: transparent;
    border: 3px solid #915da3;
    color: #915da3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.easter-2018-campaign .section-2 form .btn i {
    margin-left: 5px;
    color: #915da3;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.easter-2018-campaign .section-2 form .btn:hover {
    background-color: #915da3;
    color: #fff
}

.easter-2018-campaign .section-2 form .btn:hover i {
    color: #fff
}

@media screen and (max-width: 767px) {
    .easter-2018-campaign .section-2 form #captchaContainer {
        width:302px;
        margin: 0 auto
    }

    .easter-2018-campaign .section-2 form .btn {
        width: 100%
    }
}

.easter-2018-campaign .section-3 {
    margin: 40px auto
}

.easter-2018-campaign .section-3 h2 {
    margin-bottom: 40px;
    color: #cc5299;
    font-size: 38px;
    line-height: 45px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .easter-2018-campaign .section-3 h2 {
        font-size:25px;
        line-height: 35px
    }
}

.easter-2018-campaign .section-4 {
    margin: 40px auto
}

.easter-2018-campaign .section-4 h2 {
    font-size: 18px;
    font-weight: 600
}

.easter-2018-campaign .section-4 p {
    font-size: 14px;
    font-weight: 300
}

.cisco-meraki-campaign .btn {
    background-color: transparent;
    border: 2px solid #915da3
}

.cisco-meraki-campaign .btn:hover {
    background-color: #915da3
}

@media screen and (max-width: 767px) {
    .cisco-meraki-campaign .btn {
        text-align:left
    }
}

@media screen and (min-width: 480px) {
    .cisco-meraki-campaign .xs-only {
        display:none
    }
}

.cisco-meraki-campaign .top-header-banner {
    position: relative;
    background-image: url(/assets/uploads/campaigns/cisco-meraki/header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7eef4;
    -webkit-background-size: cover;
    background-size: cover;
    height: 483px
}

.cisco-meraki-campaign .top-header-banner .logo {
    margin-top: 50px;
    padding: 30px 0
}

.cisco-meraki-campaign .top-header-banner .btn {
    margin-top: 40px;
    background-color: #915da3
}

.cisco-meraki-campaign .top-header-banner .btn:hover {
    background-color: #fff;
    color: #915da3
}

.cisco-meraki-campaign .top-header-banner .btn:hover i {
    color: #915da3
}

.cisco-meraki-campaign .top-header-banner h1 {
    font-size: 50px;
    font-weight: 600;
    font-family: proxima-nova,sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.cisco-meraki-campaign .top-header-banner h3 {
    font-size: 30px;
    font-weight: 300;
    font-family: proxima-nova,sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

@media screen and (max-width: 1199px) {
    .cisco-meraki-campaign .top-header-banner h1 {
        font-size:36px
    }
}

.cisco-meraki-campaign .section-1 {
    padding-top: 80px;
    background-image: url(/assets/uploads/campaigns/cisco-meraki/bg-swirl.png);
    background-position: right 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.cisco-meraki-campaign .section-1 h2 {
    font-family: proxima-nova,sans-serif;
    font-size: 34px;
    font-weight: 300
}

.cisco-meraki-campaign .section-1 p {
    margin: 22px 0;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
    color: #666
}

.cisco-meraki-campaign .section-1 .btn {
    margin-top: 40px;
    background-color: #915da3
}

.cisco-meraki-campaign .section-1 .btn:hover {
    background-color: #fff;
    color: #915da3
}

.cisco-meraki-campaign .section-1 .btn:hover i {
    color: #915da3
}

.cisco-meraki-campaign .section-1 .quote {
    font-size: 24px;
    font-weight: 300;
    color: #915da3;
    line-height: 28px
}

.cisco-meraki-campaign .section-1 .wifi {
    width: 600px;
    margin-top: -40px;
    margin-left: -110px
}

.cisco-meraki-campaign .section-1 .highlight {
    color: #915da3
}

@media screen and (max-width: 1199px) {
    .cisco-meraki-campaign .section-1 .wifi {
        width:510px
    }
}

@media screen and (max-width: 991px) {
    .cisco-meraki-campaign .section-1 {
        padding-top:20px
    }

    .cisco-meraki-campaign .section-1 .btn {
        margin-bottom: 20px
    }

    .cisco-meraki-campaign .section-1 .wifi {
        margin-top: -30px;
        margin-left: 0;
        width: 310px
    }
}

.cisco-meraki-campaign .section-2 {
    padding-top: 26px;
    background-color: #213a44;
    color: #fff
}

.cisco-meraki-campaign .section-2 h2 {
    margin: 18px 0 20px;
    color: #fff
}

.cisco-meraki-campaign .section-2 p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 200
}

.cisco-meraki-campaign .section-2 ul {
    margin: 20px 0 10px
}

.cisco-meraki-campaign .section-2 ul li {
    font-size: 16px;
    margin: 10px 0;
    line-height: 24px;
    font-weight: 200
}

.cisco-meraki-campaign .section-2 .datasheets {
    margin-top: 26px
}

.cisco-meraki-campaign .section-2 .btn {
    margin-top: 18px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.cisco-meraki-campaign .section-2 .btn:hover {
    background-color: #fff;
    color: #213a44!important
}

.cisco-meraki-campaign .section-2 .btn:hover i {
    color: #213a44!important
}

.cisco-meraki-campaign .section-2 .btn i {
    color: #fff
}

.cisco-meraki-campaign .section-2 .btn:hover {
    color: #fff
}

.cisco-meraki-campaign .section-2 .btn:hover i {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .cisco-meraki-campaign .section-2 .datasheets {
        margin-top:270px
    }
}

@media screen and (max-width: 991px) {
    .cisco-meraki-campaign .section-2 {
        padding:26px
    }

    .cisco-meraki-campaign .section-2 .datasheets {
        display: none
    }

    .cisco-meraki-campaign .section-2 .datasheets-sm {
        margin: 20px 0 -26px
    }
}

.cisco-meraki-campaign .section-3 {
    padding: 80px 0 0;
    background-color: #fff
}

.cisco-meraki-campaign .section-3 h2 {
    font-family: proxima-nova,sans-serif;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 60px
}

.cisco-meraki-campaign .section-3 p {
    color: #fff
}

.cisco-meraki-campaign .section-3 .btn {
    margin-top: 40px;
    background-color: #915da3
}

.cisco-meraki-campaign .section-3 .btn:hover {
    background-color: #fff;
    color: #915da3
}

.cisco-meraki-campaign .section-3 .btn:hover i {
    color: #915da3
}

.cisco-meraki-campaign .section-3 .facts-container {
    position: relative;
    background-color: #f5f6f7;
    margin-bottom: 60px;
    padding: 20px
}

.cisco-meraki-campaign .section-3 .facts-container p {
    margin-top: 20px;
    color: #666
}

.cisco-meraki-campaign .section-3 .facts-container img {
    margin-right: 15px
}

.cisco-meraki-campaign .section-3 .facts-container .access-point {
    position: absolute;
    top: -184px;
    left: -150px
}

.cisco-meraki-campaign .section-3 .facts-container .facts {
    margin-left: -15px
}

.cisco-meraki-campaign .section-3 .facts-container .facts img {
    margin: 15px 18px 15px 0;
    float: left
}

.cisco-meraki-campaign .section-3 hr {
    margin-top: 80px;
    margin-bottom: -10px
}

@media screen and (max-width: 991px) {
    .cisco-meraki-campaign .section-3 .facts-container .access-point {
        top:-164px;
        left: -230px
    }
}

@media screen and (max-width: 767px) {
    .cisco-meraki-campaign .section-3 .facts-container .access-point {
        display:none;
        position: relative;
        left: -100px;
        right: auto;
        top: -170px
    }

    .cisco-meraki-campaign .section-3 .facts-container .facts {
        margin-left: -15px
    }

    .cisco-meraki-campaign .section-3 .facts-container .facts img {
        margin: 15px 18px 15px 0;
        float: none
    }
}

.cisco-meraki-campaign .section-4 {
    margin: 40px 0 80px
}

.cisco-meraki-campaign .section-4 h1 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    color: #fff
}

.cisco-meraki-campaign .section-4 h2 {
    color: #915da3
}

.cisco-meraki-campaign .section-4 p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    text-align: left;
    color: #585858
}

.cisco-meraki-campaign .section-4 ul {
    margin: 0
}

.cisco-meraki-campaign .section-4 ul li {
    margin: 0 5px;
    border: 1px solid #fff;
    background-color: #e6e6e6
}

.cisco-meraki-campaign .section-4 ul li a {
    font-size: 22px;
    color: #585858;
    background-color: #e6e6e6
}

.cisco-meraki-campaign .section-4 ul li a:hover {
    background-color: #ccc
}

.cisco-meraki-campaign .section-4 ul li.active {
    background-color: #915da3!important
}

.cisco-meraki-campaign .section-4 .btn {
    margin-top: 40px;
    background-color: #915da3
}

.cisco-meraki-campaign .section-4 .btn:hover {
    background-color: #fff;
    color: #915da3
}

.cisco-meraki-campaign .section-4 .btn:hover i {
    color: #915da3
}

.cisco-meraki-campaign .section-4 .logos img {
    margin-left: 20px
}

.cisco-meraki-campaign .section-4 .news-container {
    padding: 10px 40px;
    margin-bottom: 20px
}

.cisco-meraki-campaign .section-4 .news-container .view-more .btn {
    padding: 10px 20px
}

.cisco-meraki-campaign .section-4 .nav-tabs.nav-justified>.active>a {
    border: none;
    background: #915da3;
    color: #fff
}

.cisco-meraki-campaign .section-4 .also-interested-block {
    float: left;
    margin: 0 5px 20px;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .cisco-meraki-campaign .section-4 .also-interested-block {
        float:none;
        margin: 15px auto
    }
}

.cisco-meraki-campaign .section-4.case-studies-events .tab-pane {
    padding: 0
}

.cisco-meraki-campaign .section-4.case-studies-events .news-container {
    background-color: transparent
}

@media screen and (max-width: 991px) {
    .cisco-meraki-campaign .section-4 .news-container {
        padding:10px
    }
}

@media screen and (max-width: 767px) {
    .cisco-meraki-campaign .section-4 .news-container {
        padding:0
    }
}

.microsoft-reseller .btn {
    background-color: transparent;
    border: 2px solid #915da3
}

.microsoft-reseller .btn:hover {
    background-color: #915da3
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .btn {
        text-align:left
    }
}

@media screen and (min-width: 480px) {
    .microsoft-reseller .xs-only {
        display:none
    }
}

.microsoft-reseller .blue {
    color: #0071c5
}

.microsoft-reseller .top-header-banner {
    position: relative;
    background-image: url(/assets/uploads/campaigns/microsoft-reseller/header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #7d508c;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 50px
}

.microsoft-reseller .top-header-banner .logo {
    padding: 10px 0 60px
}

.microsoft-reseller .top-header-banner .tagline {
    text-align: right
}

.microsoft-reseller .top-header-banner .btn {
    margin-top: 40px;
    margin-bottom: 80px;
    background-color: #00aca2;
    padding: 12px 50px;
    border: none
}

.microsoft-reseller .top-header-banner .btn:hover {
    background-color: #fff;
    color: #915da3
}

.microsoft-reseller .top-header-banner .btn:hover i {
    color: #915da3
}

.microsoft-reseller .top-header-banner h1 {
    font-size: 50px;
    font-weight: 600;
    font-family: proxima-nova,sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 6px
}

.microsoft-reseller .top-header-banner h3 {
    font-size: 37px;
    font-weight: 300;
    font-family: proxima-nova,sans-serif;
    color: #fff;
    margin: 0;
    line-height: 45px
}

.microsoft-reseller .top-header-banner h4 {
    font-size: 23px;
    font-weight: 300;
    font-family: proxima-nova,sans-serif;
    color: #fff;
    line-height: 20px;
    margin: 4px 0
}

.microsoft-reseller .top-header-banner p {
    color: #fff;
    font-size: 17px
}

@media screen and (max-width: 1199px) {
    .microsoft-reseller .top-header-banner h1 {
        font-size:36px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .top-header-banner .tagline {
        display:none
    }
}

.microsoft-reseller .section-1 {
    padding: 40px 0 40px
}

.microsoft-reseller .section-1 h2 {
    font-family: proxima-nova,sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 50px
}

.microsoft-reseller .section-1 p {
    margin: 22px 0;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
    color: #666
}

.microsoft-reseller .section-1 .btn {
    margin-top: 40px;
    background-color: #915da3
}

.microsoft-reseller .section-1 .btn:hover {
    background-color: #fff;
    color: #915da3
}

.microsoft-reseller .section-1 .btn:hover i {
    color: #915da3
}

.microsoft-reseller .section-1 .people {
    margin: 28px 0 0 -20px
}

.microsoft-reseller .section-1 .cloud-logo {
    margin: 30px 0
}

.microsoft-reseller .section-1 .grey-wrapper {
    margin-top: 40px
}

@media screen and (max-width: 1199px) {
    .microsoft-reseller .section-1 .people {
        margin:0
    }
}

.microsoft-reseller .section-2 {
    background-image: url(/assets/uploads/campaigns/microsoft-reseller/section-2-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #7d508c;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative
}

.microsoft-reseller .section-2 h2 {
    margin: 30px 0 50px;
    color: #fff
}

.microsoft-reseller .section-2 p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 200
}

.microsoft-reseller .section-2 .partner-wrapper {
    padding-bottom: 25px
}

.microsoft-reseller .section-2 .colored-bars {
    position: relative;
    min-height: 90px;
    margin-top: 40px;
    background-image: url(/assets/template/images/layout/footer-colored-bars.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-color: transparent;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .section-2 .colored-bars {
        min-height:64px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-reseller .section-2 {
        padding:0 0 50px 0
    }
}

.microsoft-reseller .section-3 {
    background-color: #00aca2
}

.microsoft-reseller .section-3 h1 {
    font-family: proxima-nova,sans-serif;
    font-size: 38px;
    font-weight: 300;
    margin: 60px 0 30px;
    color: #fff
}

.microsoft-reseller .section-3 p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px
}

.microsoft-reseller .section-3 .txt-conf {
    text-align: left
}

.microsoft-reseller .section-3 .btn {
    padding: 10px;
    margin-bottom: 50px;
    width: 100%;
    background-color: #915da3
}

.microsoft-reseller .section-3 .btn:hover {
    background-color: #fff;
    color: #915da3
}

.microsoft-reseller .section-3 .btn:hover i {
    color: #915da3
}

.microsoft-reseller .section-3 input {
    padding: 20px
}

.microsoft-reseller .section-3 a {
    color: #fff;
    text-decoration: underline
}

@media screen and (max-width: 991px) {
    .microsoft-reseller .section-3 h1 {
        margin:40px 0 30px
    }

    .microsoft-reseller .section-3 .btn {
        text-align: center
    }
}

.microsoft-reseller .section-4 {
    margin: 40px 0 80px
}

.microsoft-reseller .section-4 h1 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    color: #fff
}

.microsoft-reseller .section-4 h2 {
    color: #915da3
}

.microsoft-reseller .section-4 h3 {
    padding: 6px 0 20px 0
}

.microsoft-reseller .section-4 p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    text-align: center;
    color: #666
}

.microsoft-reseller .section-4 .softcat-logo-purple {
    margin: 26px 0 100px
}

.microsoft-reseller .section-4 .box {
    height: 280px;
    width: 33%;
    float: left;
    text-align: center;
    padding: 26px 40px
}

.microsoft-reseller .section-4 .box.service {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.microsoft-reseller .section-4 .box.service h3 {
    color: #915da3
}

.microsoft-reseller .section-4 .box.indirect {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.microsoft-reseller .section-4 .box.indirect h3 {
    color: #f8bc5e
}

.microsoft-reseller .section-4 .box.microsoft {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.microsoft-reseller .section-4 .box.microsoft h3 {
    color: #2890cc
}

.microsoft-reseller .section-4 .box.platform {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.microsoft-reseller .section-4 .box.platform h3 {
    color: #bdcf4c
}

.microsoft-reseller .section-4 .box.long-term {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.microsoft-reseller .section-4 .box.long-term h3 {
    color: #c95599
}

.microsoft-reseller .section-4 .box.experience {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.microsoft-reseller .section-4 .box.experience h3 {
    color: #00aca2
}

.microsoft-reseller .section-4 .box p {
    text-align: center
}

@media screen and (max-width: 1199px) {
    .microsoft-reseller .section-4 .box {
        height:340px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-reseller .section-4 .softcat-logo-purple {
        margin:18px 0 30px
    }

    .microsoft-reseller .section-4 .box {
        border: 1px solid #ccc;
        width: 100%;
        height: 340px
    }

    .microsoft-reseller .section-4 .box.service {
        border-top: 1px solid #ccc
    }

    .microsoft-reseller .section-4 .box.indirect {
        border-top: none
    }

    .microsoft-reseller .section-4 .box.microsoft {
        border-top: none
    }

    .microsoft-reseller .section-4 .box.platform {
        border-top: none
    }

    .microsoft-reseller .section-4 .box.long-term {
        border-top: none
    }

    .microsoft-reseller .section-4 .box.experience {
        border-top: none
    }
}

.microsoft-reseller .section-4 .btn {
    margin-top: 40px;
    background-color: #915da3
}

.microsoft-reseller .section-4 .btn:hover {
    background-color: #fff;
    color: #915da3
}

.microsoft-reseller .section-4 .btn:hover i {
    color: #915da3
}

.microsoft-reseller .footer-v2 {
    position: relative
}

.microsoft-reseller .footer-v2 .colored-bars {
    position: relative;
    min-height: 90px;
    background-image: url(/assets/template/images/layout/footer-colored-bars.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-color: #fff;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .footer-v2 .colored-bars {
        min-height:64px
    }
}

.microsoft-reseller .footer-v2 .deep-links-sticky-header {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 10
}

.microsoft-reseller .footer-v2 .deep-links-sticky-header .sticky-header {
    position: relative;
    float: right;
    right: 10px;
    bottom: 0;
    width: 214px;
    height: 50px;
    background-color: #0072aa;
    pointer-events: auto;
    z-index: 5
}

.microsoft-reseller .footer-v2 .deep-links-sticky-header .sticky-header .sticky-overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #068fcf;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: visibility 0s,opacity .6s linear;
    -o-transition: visibility 0s,opacity .6s linear;
    transition: visibility 0s,opacity .6s linear
}

.microsoft-reseller .footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline {
    padding: 0;
    margin-bottom: 0;
    margin-left: 0
}

.microsoft-reseller .footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline li {
    float: left;
    height: 48px;
    width: 107px;
    max-width: 107px;
    padding: 15px 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.microsoft-reseller .footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline li .fa-chevron-up {
    position: relative;
    top: -5px;
    font-size: 24px;
    color: #fff
}

.microsoft-reseller .footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline li:hover {
    background-color: #068fcf
}

.microsoft-reseller .footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline li.get-in-touch:hover .overlay-get-in-touch {
    visibility: visible;
    opacity: 1
}

.microsoft-reseller .footer-v2 .deep-links-sticky-header .sticky-header ul.list-inline li.back-to-top:hover .overlay-back-to-top {
    visibility: visible;
    opacity: 1
}

.microsoft-reseller .footer-v2 .deep-links-sticky-header.stuck {
    position: absolute;
    top: 95px
}

.microsoft-reseller .footer-v2 .deep-links-sticky-header.stuck .sticky-header {
    top: -53px
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .footer-v2 .deep-links-sticky-header {
        display:none
    }
}

.microsoft-reseller .footer-v2 .footer-contact-takeover,.microsoft-reseller .footer-v2 .footer-contact-thanks {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 20px;
    background-color: #7b4783;
    overflow: scroll;
    z-index: 1024
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .cross,.microsoft-reseller .footer-v2 .footer-contact-thanks .cross {
    position: absolute;
    right: 25px;
    font-size: 25px;
    color: #fff;
    cursor: pointer
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .title,.microsoft-reseller .footer-v2 .footer-contact-thanks .title {
    margin-bottom: 0;
    font-family: proxima-nova,sans-serif;
    font-size: 24px;
    color: #fff
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .subtitle,.microsoft-reseller .footer-v2 .footer-contact-thanks .subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .consent,.microsoft-reseller .footer-v2 .footer-contact-thanks .consent {
    float: left;
    width: 57%;
    padding-left: 0;
    padding-right: 10px
}

@media screen and (max-width: 991px) {
    .microsoft-reseller .footer-v2 .footer-contact-takeover .consent,.microsoft-reseller .footer-v2 .footer-contact-thanks .consent {
        width:100%
    }
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .footer-v2 .footer-contact-takeover .consent,.microsoft-reseller .footer-v2 .footer-contact-thanks .consent {
        float:none
    }
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .recaptcha,.microsoft-reseller .footer-v2 .footer-contact-thanks .recaptcha {
    float: left;
    width: 36%
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .recaptcha i,.microsoft-reseller .footer-v2 .footer-contact-thanks .recaptcha i {
    opacity: 0
}

@media screen and (max-width: 991px) {
    .microsoft-reseller .footer-v2 .footer-contact-takeover .recaptcha,.microsoft-reseller .footer-v2 .footer-contact-thanks .recaptcha {
        width:100%;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden
    }
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .footer-v2 .footer-contact-takeover .recaptcha,.microsoft-reseller .footer-v2 .footer-contact-thanks .recaptcha {
        float:none
    }
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .consent-container .checkbox,.microsoft-reseller .footer-v2 .footer-contact-thanks .consent-container .checkbox {
    min-height: 76px;
    margin: 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 9px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08)
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .consent-container .checkbox label,.microsoft-reseller .footer-v2 .footer-contact-thanks .consent-container .checkbox label {
    position: relative;
    padding-left: 45px;
    text-align: left
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .consent-container .checkbox label:before,.microsoft-reseller .footer-v2 .footer-contact-thanks .consent-container .checkbox label:before {
    content: " ";
    position: absolute;
    left: 2px;
    top: 12px;
    height: 28px;
    width: 28px;
    border: 2px solid #c1c1c1;
    background-color: #fff
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .consent-container .checkbox input,.microsoft-reseller .footer-v2 .footer-contact-thanks .consent-container .checkbox input {
    opacity: 0;
    height: 13px;
    margin-left: -16px;
    zoom:3}

.microsoft-reseller .footer-v2 .footer-contact-takeover .consent-container i.fa-check,.microsoft-reseller .footer-v2 .footer-contact-thanks .consent-container i.fa-check {
    position: absolute;
    top: 27px;
    left: 11px;
    font-size: 20px
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .consent-container i.fa-times,.microsoft-reseller .footer-v2 .footer-contact-thanks .consent-container i.fa-times {
    opacity: 0
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .thanks-tick,.microsoft-reseller .footer-v2 .footer-contact-thanks .thanks-tick {
    position: relative;
    margin: 20px 0
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .thanks-tick .ani-circle,.microsoft-reseller .footer-v2 .footer-contact-thanks .thanks-tick .ani-circle {
    position: relative;
    top: -1px;
    left: 0;
    margin: 0 auto;
    border-color: #7b4783
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .btn-close,.microsoft-reseller .footer-v2 .footer-contact-thanks .btn-close {
    border: 3px solid #fff;
    padding: 8px 20px;
    background-color: transparent
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .btn-close i,.microsoft-reseller .footer-v2 .footer-contact-thanks .btn-close i {
    padding-left: 5px
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .btn-close:hover,.microsoft-reseller .footer-v2 .footer-contact-thanks .btn-close:hover {
    background-color: #fff;
    color: #7b4783
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .form-group input[type=text],.microsoft-reseller .footer-v2 .footer-contact-thanks .form-group input[type=text] {
    height: 38px
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .help-block,.microsoft-reseller .footer-v2 .footer-contact-thanks .help-block {
    color: #fff
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .takeover-form-container,.microsoft-reseller .footer-v2 .footer-contact-thanks .takeover-form-container {
    max-width: 700px;
    margin: 100px auto;
    text-align: center
}

.microsoft-reseller .footer-v2 .footer-contact-takeover #captchaContainerGlobal>div,.microsoft-reseller .footer-v2 .footer-contact-thanks #captchaContainerGlobal>div {
    margin: 0 auto
}

.microsoft-reseller .footer-v2 .footer-contact-takeover #captchaContainerGlobal>div>div,.microsoft-reseller .footer-v2 .footer-contact-thanks #captchaContainerGlobal>div>div {
    margin: 0 auto
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .modal-takeover-submit .submit,.microsoft-reseller .footer-v2 .footer-contact-thanks .modal-takeover-submit .submit {
    border: 3px solid #fff;
    padding: 10px;
    color: #fff;
    background-color: transparent
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .modal-takeover-submit .submit i,.microsoft-reseller .footer-v2 .footer-contact-thanks .modal-takeover-submit .submit i {
    margin-left: 5px
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .modal-takeover-submit .submit:hover,.microsoft-reseller .footer-v2 .footer-contact-thanks .modal-takeover-submit .submit:hover {
    background-color: #fff;
    color: #7b4783;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.microsoft-reseller .footer-v2 .footer-contact-takeover .modal-takeover-submit .submit:hover i,.microsoft-reseller .footer-v2 .footer-contact-thanks .modal-takeover-submit .submit:hover i {
    color: #7b4783;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.microsoft-reseller .footer-v2 .footer-contact-takeover #global-form-errors,.microsoft-reseller .footer-v2 .footer-contact-thanks #global-form-errors {
    margin: 20px 0 0 0
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .footer-v2 .footer-contact-takeover #captchaContainerGlobal,.microsoft-reseller .footer-v2 .footer-contact-thanks #captchaContainerGlobal {
        position:relative;
        left: -11px
    }
}

@media screen and (min-width: 768px) {
    .microsoft-reseller .footer-v2 .footer-contact-takeover .form-textarea,.microsoft-reseller .footer-v2 .footer-contact-thanks .form-textarea {
        margin:0
    }
}

.microsoft-reseller .footer-v2 .offices-links-container {
    background-color: #7b4783
}

.microsoft-reseller .footer-v2 .offices-links-container .container {
    position: relative
}

.microsoft-reseller .footer-v2 .offices-links-container .offices {
    padding: 25px 0;
    color: #fff
}

.microsoft-reseller .footer-v2 .offices-links-container .offices .offices-title {
    height: 37px;
    margin-bottom: 25px;
    padding-left: 57px;
    font-size: 24px;
    font-weight: 300;
    background-image: url(/assets/template/images/layout/head-foot-spmap.png);
    background-repeat: no-repeat;
    -webkit-background-size: 153px 153px;
    background-size: 153px;
    background-position: -110px 0
}

.microsoft-reseller .footer-v2 .offices-links-container .offices .offices-title img {
    float: left;
    padding-right: 15px
}

.microsoft-reseller .footer-v2 .offices-links-container .offices .offices-title .our-offices {
    float: left;
    position: relative;
    top: 10px
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .footer-v2 .offices-links-container .offices .offices-title {
        max-width:180px;
        margin: 25px auto
    }
}

.microsoft-reseller .footer-v2 .offices-links-container .offices .address-line {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 200
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline {
    margin-bottom: 15px
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline li {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 200
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline li img {
    float: left;
    padding-right: 5px
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline li .fa-phone {
    position: relative;
    top: 1px;
    padding-right: 6px;
    font-size: 19px
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline li a {
    float: left;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline li a:hover {
    text-decoration: none
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline li a:active {
    text-decoration: none
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline li a:focus {
    text-decoration: none
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline li a:first-child {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(/assets/template/images/layout/head-foot-spmap.png);
    background-repeat: no-repeat;
    -webkit-background-size: 153px 153px;
    background-size: 153px;
    background-position: 0 0
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline li a.ico-phone {
    background-position: -40px 0
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline li a.ico-mail {
    width: 25px;
    background-position: -60px 2px
}

.microsoft-reseller .footer-v2 .offices-links-container .offices ul.list-inline li a.ico-map {
    width: 16px;
    height: 25px;
    background-position: -90px 0
}

.microsoft-reseller .footer-v2 .offices-links-container .offices .btn-view-all-offices {
    border: 3px solid #fff;
    padding: 10px;
    background-color: transparent
}

.microsoft-reseller .footer-v2 .offices-links-container .offices .btn-view-all-offices i {
    margin-left: 5px
}

.microsoft-reseller .footer-v2 .offices-links-container .offices .btn-view-all-offices:hover {
    background-color: #fff;
    color: #7b4783;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.microsoft-reseller .footer-v2 .offices-links-container .offices .btn-view-all-offices:hover i {
    color: #7b4783;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links {
    float: right;
    padding: 40px 17px 40px 16px;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #0072aa
}

.microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links .deep-title {
    padding-bottom: 25px;
    font-size: 24px;
    color: #fff
}

.microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links ul {
    margin: 0;
    padding: 0
}

.microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links ul li {
    padding: 5px 0;
    list-style: none
}

.microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links ul li a {
    color: #e0e0e0;
    font-size: 13px;
    font-weight: 200;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

.microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links ul li a:hover {
    text-decoration: none
}

.microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links ul li a:active {
    text-decoration: none
}

.microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links ul li a:focus {
    text-decoration: none
}

.microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links ul li a:hover {
    color: #fff
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links {
        width:100%;
        background-color: #0072aa
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links {
        min-height:325px;
        width: 214px;
        max-width: 214px
    }
}

@media screen and (min-width: 992px) {
    .microsoft-reseller .footer-v2 .offices-links-container .deep-links-column .deep-links {
        width:214px;
        max-width: 214px;
        min-height: 285px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .footer-v2 .offices-links-container .deep-links-column {
        margin-left:-10px;
        margin-right: -10px;
        text-align: center;
        background-color: #0072aa
    }
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .footer-v2 .offices-links-container {
        text-align:center
    }
}

.microsoft-reseller .footer-v2 .copyright-social-container {
    background-color: #915da3
}

.microsoft-reseller .footer-v2 .copyright-social-container .copyright {
    padding: 33px 0;
    font-size: 11px;
    color: #fff
}

.microsoft-reseller .footer-v2 .copyright-social-container .social-column ul.list-inline {
    float: right;
    padding: 20px 10px;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #0072aa
}

.microsoft-reseller .footer-v2 .copyright-social-container .social-column ul.list-inline li {
    padding: 0 2.9px;
    font-size: 30px
}

.microsoft-reseller .footer-v2 .copyright-social-container .social-column ul.list-inline li a {
    text-decoration: none
}

.microsoft-reseller .footer-v2 .copyright-social-container .social-column ul.list-inline li a .fa {
    background-color: #fff;
    width: 30px;
    height: 30px;
    color: #0072aa;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.microsoft-reseller .footer-v2 .copyright-social-container .social-column ul.list-inline li a .fa:hover {
    background-color: #e0e0e0
}

.microsoft-reseller .footer-v2 .copyright-social-container .social-column ul.list-inline li a:hover {
    text-decoration: none
}

.microsoft-reseller .footer-v2 .copyright-social-container .social-column ul.list-inline li a:active {
    text-decoration: none
}

.microsoft-reseller .footer-v2 .copyright-social-container .social-column ul.list-inline li a:focus {
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .footer-v2 .copyright-social-container .social-column ul.list-inline {
        width:100%
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .microsoft-reseller .footer-v2 .copyright-social-container .social-column ul.list-inline {
        padding:30px 10px
    }
}

@media screen and (min-width: 992px) {
    .microsoft-reseller .footer-v2 .copyright-social-container .social-column ul.list-inline {
        min-height:81px;
        max-width: 214px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-reseller .footer-v2 .copyright-social-container {
        background-color:#0072aa;
        text-align: center
    }
}

.B .section-1 {
    z-index: 9;
    background: 0 0;
    padding-bottom: 20px!important
}

.B .section-1 label {
    color: #915da3;
    font-size: 12px
}

.B .section-1 fieldset {
    padding: 0 20px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.B .section-1 .cta-signup {
    width: 100%;
    padding: 18px 22px 25px;
    background-color: #cc5299;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase
}

.B .section-1 .form-block {
    position: relative;
    top: -210px;
    margin-bottom: -260px;
    z-index: 9;
    padding: 0;
    border: none
}

.B .section-1 .form-block input {
    padding: 20px
}

.B .section-1 .form-block .form-group {
    margin: 0
}

.B .section-1 .form-block .consent-container {
    margin: 20px 0
}

.B .section-1 .form-block fieldset {
    background-color: #e1e6eb
}

.B .section-1 .form-block p {
    font-size: 13px
}

.B .section-1 .form-block hr {
    margin-top: 24px;
    height: 1px;
    color: #915da3;
    background: #915da3;
    font-size: 0;
    border: 0;
    margin-bottom: 0
}

.B .section-1 .form-block .form-box {
    padding: 12px;
    margin-top: 15px;
    background: #f9f9f9
}

.B .section-1 .form-block i.fa-check {
    position: absolute;
    top: 36px;
    left: 11px;
    font-size: 20px
}

.B .section-1 .form-block i.fa-times {
    opacity: 0
}

.B .section-1 .form-block .watch-now {
    padding: 10px 20px
}

.B .section-1 .form-block #submit_button {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 15px;
    background-color: #915da3;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    text-align: left
}

.B .section-1 .form-block #submit_button i {
    display: block;
    margin-top: 4px;
    float: right
}

@media screen and (max-width: 767px) {
    .B .section-1 {
        z-index:1
    }

    .B .section-1 .form-block {
        top: 0;
        margin-bottom: 0
    }
}

.B .section-2 {
    position: relative
}

.B .section-2 h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: 300;
    margin-top: -30px;
    margin-bottom: 30px
}

.snow-sales-enablement h1,.snow-sales-enablement h2 {
    font-family: "Open Sans"
}

.snow-sales-enablement .workplace-banner {
    position: relative;
    background-image: url(/assets/uploads/campaigns/snow-sales-enablement/header-v2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7eef4;
    -webkit-background-size: cover;
    background-size: cover;
    height: 866px;
    padding: 20px 50px
}

@media screen and (max-width: 767px) {
    .snow-sales-enablement .workplace-banner {
        padding:50px 20px
    }
}

.snow-sales-enablement .workplace-banner h1,.snow-sales-enablement .workplace-banner h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans"
}

.snow-sales-enablement .workplace-banner h1 {
    font-size: 60px;
    text-align: left;
    margin-bottom: 50px
}

@media screen and (max-width: 1199px) {
    .snow-sales-enablement .workplace-banner h1 {
        font-size:32px
    }
}

.B .snow-sales-enablement .workplace-banner h1 {
    font-size: 56px;
    margin-bottom: 0
}

.snow-sales-enablement .workplace-banner h1.b-line-2 {
    font-size: 56px;
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .snow-sales-enablement .workplace-banner h1.b-line-2 {
        margin-top:10px;
        font-size: 30px
    }
}

.snow-sales-enablement .workplace-banner h1.b-line-3 {
    font-size: 44px;
    margin-bottom: 50px
}

@media screen and (max-width: 1199px) {
    .snow-sales-enablement .workplace-banner h1.b-line-3 {
        font-size:30px
    }
}

.snow-sales-enablement .workplace-banner h2 {
    font-size: 31px;
    font-weight: 300;
    text-align: left
}

@media screen and (max-width: 1199px) {
    .snow-sales-enablement .workplace-banner h2 {
        margin-top:10px;
        font-size: 20px
    }
}

.snow-sales-enablement .workplace-banner .logos {
    padding: 10px 0 60px
}

.snow-sales-enablement .workplace-banner .snow-logo {
    float: right
}

.snow-sales-enablement .workplace-banner .btn {
    margin: 60px 0;
    padding: 10px 16px;
    font-size: 19px;
    font-family: "Open Sans";
    font-weight: 200;
    background-color: #cc5299
}

@media screen and (max-width: 767px) {
    .snow-sales-enablement .workplace-banner .btn {
        position:static;
        margin: 40px auto
    }
}

.snow-sales-enablement .workplace-banner .key-points {
    height: 50px;
    line-height: 50px;
    padding-left: 75px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 23px;
    color: #fff
}

.snow-sales-enablement .workplace-banner .key-points.kp-1 {
    background-image: url(/assets/uploads/campaigns/snow-sales-enablement/key-point-1.png)
}

.snow-sales-enablement .workplace-banner .key-points.kp-2 {
    background-image: url(/assets/uploads/campaigns/snow-sales-enablement/key-point-2.png)
}

.snow-sales-enablement .workplace-banner .key-points.kp-3 {
    background-image: url(/assets/uploads/campaigns/snow-sales-enablement/key-point-3.png)
}

@media screen and (max-width: 1199px) {
    .snow-sales-enablement .workplace-banner {
        height:738px
    }

    .snow-sales-enablement .workplace-banner h1 {
        text-align: left
    }
}

@media screen and (max-width: 991px) {
    .snow-sales-enablement .workplace-banner {
        height:670px
    }

    .snow-sales-enablement .workplace-banner h1 {
        font-size: 44px;
        text-align: left
    }

    .snow-sales-enablement .workplace-banner h2 {
        font-size: 32px;
        text-align: left
    }
}

@media screen and (max-width: 768px) {
    .snow-sales-enablement .workplace-banner .key-points {
        width:60%;
        margin: 0 auto;
        padding-left: 50px;
        -webkit-background-size: auto 80%;
        background-size: auto 80%;
        text-align: left;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .snow-sales-enablement .workplace-banner {
        height:700px;
        text-align: center
    }

    .snow-sales-enablement .workplace-banner h1 {
        font-size: 37px;
        text-align: center
    }

    .snow-sales-enablement .workplace-banner h2 {
        font-size: 26px;
        text-align: center
    }

    .snow-sales-enablement .workplace-banner .logos {
        padding: 0 0 10px;
        text-align: center
    }

    .snow-sales-enablement .workplace-banner .snow-logo {
        float: none;
        margin-top: 10px
    }

    .snow-sales-enablement .workplace-banner .btn {
        font-size: 17px
    }

    .snow-sales-enablement .workplace-banner .key-points {
        width: 65%
    }
}

@media screen and (max-width: 480px) {
    .snow-sales-enablement .workplace-banner .key-points {
        width:100%;
        line-height: 1.125em
    }
}

.snow-sales-enablement .section-1 {
    min-height: 85px;
    padding-top: 45px;
    padding-bottom: 75px
}

.snow-sales-enablement .section-1 p {
    text-align: left;
    color: #585858;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 10px;
    line-height: 26px
}

.snow-sales-enablement .section-1 h1 {
    text-align: left;
    margin: 30px 0;
    font-size: 32px;
    color: #915da3;
    text-transform: uppercase
}

.snow-sales-enablement .section-1 .btn {
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #915da3;
    font-size: 17px
}

@media screen and (max-width: 1199px) {
    .snow-sales-enablement .section-1 {
        padding:20px 0;
        background-position: center right 5%;
        -webkit-background-size: 45% 45%;
        background-size: 45%
    }

    .snow-sales-enablement .section-1 .screen-goggles {
        margin-top: 20px
    }
}

@media screen and (max-width: 767px) {
    .snow-sales-enablement .section-1 {
        background-position:bottom 10% center;
        -webkit-background-size: 65% 65%;
        background-size: 65%;
        padding: 20px 0 20%;
        text-align: center
    }

    .snow-sales-enablement .section-1 h1,.snow-sales-enablement .section-1 p {
        text-align: center
    }
}

.snow-sales-enablement .section-2 {
    min-height: 85px;
    background-color: #915da3
}

.snow-sales-enablement .section-2 img {
    padding-bottom: 20px
}

.snow-sales-enablement .section-2 p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 10px;
    line-height: 26px
}

.snow-sales-enablement .section-2 .tear-top {
    background-image: url(/assets/uploads/campaigns/snow-sales-enablement/section-2-tear-top.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 288px;
    margin-bottom: -120px
}

.snow-sales-enablement .section-2 .tear-bottom {
    background-image: url(/assets/uploads/campaigns/snow-sales-enablement/section-2-tear-bottom.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 85px;
    min-height: 258px;
    margin-top: -120px
}

.snow-sales-enablement .section-2 .btn {
    padding: 10px 16px;
    font-size: 19px;
    font-family: "Open Sans";
    font-weight: 200;
    background-color: #fff;
    color: #915da3
}

.snow-sales-enablement .section-2 .btn i {
    color: #915da3
}

.snow-sales-enablement .section-2 .box {
    padding: 10px 30px
}

.snow-sales-enablement .section-2 .box h3 {
    width: 80%;
    margin: 10px auto 30px;
    font-size: 22px;
    color: #fff
}

.snow-sales-enablement .section-2 .box img {
    height: 180px
}

@media screen and (max-width: 1199px) {
    .snow-sales-enablement .section-2 .tear-top {
        min-height:190px
    }

    .snow-sales-enablement .section-2 .tear-bottom {
        min-height: 190px
    }

    .snow-sales-enablement .section-2 .box {
        padding: 20px 30px 30px
    }
}

@media screen and (max-width: 767px) {
    .snow-sales-enablement .section-2 .tear-top {
        margin-bottom:-20px;
        min-height: 168px
    }

    .snow-sales-enablement .section-2 .tear-bottom {
        min-height: 168px
    }

    .snow-sales-enablement .section-2 .box {
        padding: 10px 30px 30px
    }

    .snow-sales-enablement .section-2 .btn {
        margin-bottom: 90px
    }
}

.snow-sales-enablement .section-3,.snow-sales-enablement .section-cta {
    min-height: 85px;
    background-image: url(/assets/uploads/campaigns/snow-sales-enablement/report.png);
    background-position: top left 5%;
    background-repeat: no-repeat;
    padding: 90px 0 185px 0
}

.snow-sales-enablement .section-3 p,.snow-sales-enablement .section-cta p {
    text-align: left;
    color: #585858;
    font-size: 18px;
    font-weight: 200;
    margin: 20px 0 10px;
    line-height: 26px
}

.snow-sales-enablement .section-3 h1,.snow-sales-enablement .section-cta h1 {
    text-align: left;
    margin: 10px 0;
    font-size: 31px;
    font-weight: 200;
    line-height: 28px;
    color: #915da3;
    text-transform: uppercase;
    letter-spacing: 1px
}

.snow-sales-enablement .section-3 .btn,.snow-sales-enablement .section-cta .btn {
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #915da3;
    font-size: 17px
}

@media screen and (max-width: 1199px) {
    .snow-sales-enablement .section-3,.snow-sales-enablement .section-cta {
        padding:20px 0;
        background-position: center left 5%;
        -webkit-background-size: 55% 55%;
        background-size: 55%
    }
}

@media screen and (max-width: 767px) {
    .snow-sales-enablement .section-3,.snow-sales-enablement .section-cta {
        background-position:bottom 10% center;
        -webkit-background-size: 65% 65%;
        background-size: 65%;
        padding: 20px 0 50%;
        text-align: center
    }

    .snow-sales-enablement .section-3 h1,.snow-sales-enablement .section-3 p,.snow-sales-enablement .section-cta h1,.snow-sales-enablement .section-cta p {
        text-align: center
    }

    .snow-sales-enablement .section-3 .btn,.snow-sales-enablement .section-cta .btn {
        margin-bottom: 100px
    }
}

.snow-sales-enablement .section-video .pull-up {
    position: relative;
    top: -340px
}

@media screen and (max-width: 767px) {
    .snow-sales-enablement .section-video .pull-up {
        top:-240px
    }
}

.snow-sales-enablement .section-video .pull-up .webinar-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: 0 0;
    z-index: 1000
}

.snow-sales-enablement .section-video .video-goggles {
    position: absolute;
    bottom: -70px;
    right: -60px;
    width: 200px
}

@media screen and (max-width: 991px) {
    .snow-sales-enablement .section-video .video-goggles {
        width:130px;
        bottom: -48px;
        right: -40px
    }
}

@media screen and (max-width: 767px) {
    .snow-sales-enablement .section-video .video-goggles {
        display:none
    }
}

.snow-sales-enablement .section-cta {
    position: relative;
    top: -70px;
    padding: 0 0 145px 0;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: left 25% center
}

.snow-sales-enablement .section-cta p {
    font-size: 24px
}

.snow-sales-enablement .section-cta p b {
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .snow-sales-enablement .section-cta {
        position:static;
        top: 0;
        padding: 0;
        background-position: center
    }

    .snow-sales-enablement .section-cta .pull-up-xs {
        position: relative;
        top: -200px
    }
}

.snow-sales-enablement-new h1,.snow-sales-enablement-new h2 {
    font-family: "Open Sans"
}

.snow-sales-enablement-new .snow-banner {
    position: relative;
    background-image: url(/assets/uploads/campaigns/snow-sales-enablement-new/header-wide-v3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7eef4;
    -webkit-background-size: cover;
    background-size: cover;
    height: 787px
}

.snow-sales-enablement-new .snow-banner h1,.snow-sales-enablement-new .snow-banner h2,.snow-sales-enablement-new .snow-banner h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase
}

.snow-sales-enablement-new .snow-banner h1 {
    font-size: 64px;
    line-height: 60px;
    text-align: left;
    margin-bottom: 30px
}

.snow-sales-enablement-new .snow-banner h2 {
    font-size: 36px;
    font-weight: 300;
    text-align: left
}

.snow-sales-enablement-new .snow-banner .logos {
    padding: 25px 0 40px
}

.snow-sales-enablement-new .snow-banner .logos .snow-logo {
    float: right
}

.snow-sales-enablement-new .snow-banner fieldset {
    background-color: #e1e6eb;
    padding: 20px
}

.snow-sales-enablement-new .snow-banner .form-group {
    margin: 0
}

.snow-sales-enablement-new .snow-banner .consent-container {
    margin: 20px 0
}

.snow-sales-enablement-new .snow-banner .cta-signup {
    width: 100%;
    padding: 12px 22px 12px;
    background-color: #0e9cd3;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: left
}

.snow-sales-enablement-new .snow-banner .form-block {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: static;
    padding: 0;
    border: none
}

.snow-sales-enablement-new .snow-banner .form-block input {
    padding: 20px
}

.snow-sales-enablement-new .snow-banner .form-block .btn {
    position: static
}

.snow-sales-enablement-new .snow-banner .form-block .consent-container {
    margin: 20px 0
}

.snow-sales-enablement-new .snow-banner .form-block .consent-container label {
    font-size: 13px;
    color: #915da3
}

.snow-sales-enablement-new .snow-banner .form-block fieldset {
    background-color: #e1e6eb
}

.snow-sales-enablement-new .snow-banner .form-block p {
    font-size: 13px
}

.snow-sales-enablement-new .snow-banner .form-block .form-box {
    padding: 12px;
    margin-top: 15px;
    background: #f9f9f9
}

.snow-sales-enablement-new .snow-banner .form-block i.fa-check {
    position: absolute;
    top: 36px;
    left: 11px;
    font-size: 20px
}

.snow-sales-enablement-new .snow-banner .form-block #submit_button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    background-color: #915da3;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    text-align: left
}

.snow-sales-enablement-new .snow-banner .form-block #submit_button i {
    display: block;
    margin-top: 4px;
    float: right
}

.snow-sales-enablement-new .snow-banner .nav-tabs {
    width: 500px;
    margin-top: 15px;
    border: 0
}

.snow-sales-enablement-new .snow-banner .nav-tabs li {
    padding-top: 10px;
    opacity: 1;
    background-color: #000
}

.snow-sales-enablement-new .snow-banner .nav-tabs li a {
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    border: 0;
    width: 140px;
    color: #bfbcbe;
    text-align: center
}

.snow-sales-enablement-new .snow-banner .nav-tabs li a img {
    margin: 7px 0
}

.snow-sales-enablement-new .snow-banner .nav-tabs li.active {
    padding-top: 10px;
    background-color: rgba(0,0,0,.5)
}

.snow-sales-enablement-new .snow-banner .nav-tabs li.active a {
    display: block;
    background-color: #068fcf;
    color: #fff
}

.snow-sales-enablement-new .snow-banner .nav-tabs li.active a:active,.snow-sales-enablement-new .snow-banner .nav-tabs li.active a:hover {
    border: 0
}

.snow-sales-enablement-new .snow-banner .nav-tabs li:not(.active) {
    opacity: .5
}

.snow-sales-enablement-new .snow-banner .nav-tabs li:first-child {
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px
}

.snow-sales-enablement-new .snow-banner .nav-tabs li:last-child {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px
}

.snow-sales-enablement-new .snow-banner .nav-tabs li:last-child a {
    margin-right: 0
}

.snow-sales-enablement-new .snow-banner .tab-content {
    position: relative;
    margin-top: -4px;
    z-index: 2;
    width: 424px;
    padding: 25px 20px 10px;
    background-color: #068fcf;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.snow-sales-enablement-new .snow-banner .tab-content p {
    color: #fff
}

.snow-sales-enablement-new .snow-banner .tab-content .play-icon {
    float: left;
    margin-right: 10px
}

.snow-sales-enablement-new .snow-banner .tab-content .preview-link {
    color: #fff
}

.snow-sales-enablement-new .snow-banner .tab-content .link-container {
    padding: 7px
}

@media screen and (max-width: 1199px) {
    .snow-sales-enablement-new .snow-banner {
        height:738px
    }

    .snow-sales-enablement-new .snow-banner h1 {
        text-align: left
    }
}

@media screen and (max-width: 991px) {
    .snow-sales-enablement-new .snow-banner {
        height:670px
    }

    .snow-sales-enablement-new .snow-banner h1 {
        font-size: 44px;
        text-align: left;
        line-height: 44px
    }

    .snow-sales-enablement-new .snow-banner h2 {
        font-size: 32px;
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .snow-sales-enablement-new .snow-banner {
        background-image:url(/assets/uploads/campaigns/snow-sales-enablement-new/header-mobile.jpg);
        height: auto;
        text-align: center
    }

    .snow-sales-enablement-new .snow-banner h1 {
        font-size: 37px;
        text-align: center
    }

    .snow-sales-enablement-new .snow-banner h2 {
        font-size: 26px;
        text-align: center
    }

    .snow-sales-enablement-new .snow-banner h3 {
        font-size: 26px;
        margin-top: 50px
    }

    .snow-sales-enablement-new .snow-banner .nav-tabs {
        background-color: #000;
        width: auto;
        margin-top: 60px
    }

    .snow-sales-enablement-new .snow-banner .nav-tabs li {
        float: none
    }

    .snow-sales-enablement-new .snow-banner .nav-tabs li a {
        width: auto;
        margin: 0
    }

    .snow-sales-enablement-new .snow-banner .logos {
        padding: 20px 0 10px;
        text-align: center
    }

    .snow-sales-enablement-new .snow-banner .logos .snow-logo {
        padding: 20px 0;
        float: none
    }

    .snow-sales-enablement-new .snow-banner .tab-content {
        width: 100%
    }

    .snow-sales-enablement-new .snow-banner .learn-tabs {
        margin-top: 50px
    }
}

.snow-sales-enablement-new .section-1 {
    min-height: 85px;
    margin-bottom: -30px
}

.snow-sales-enablement-new .section-1 p {
    color: #585858;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 10px;
    line-height: 26px
}

.snow-sales-enablement-new .section-1 h1 {
    margin: 30px 0;
    font-size: 20px;
    color: #cc5299;
    text-transform: uppercase
}

.snow-sales-enablement-new .section-1 .slider-featured-image {
    float: left;
    margin: 30px 30px
}

.snow-sales-enablement-new .section-1 .carousel-control {
    background-image: none!important
}

.snow-sales-enablement-new .section-1 .carousel-control span {
    color: #e1e6eb
}

.snow-sales-enablement-new .section-1 .carousel-inner {
    margin: auto;
    margin-bottom: 50px
}

.snow-sales-enablement-new .section-1 .carousel-inner .item {
    height: 250px
}

.snow-sales-enablement-new .section-1 .carousel-inner .item h1 {
    margin: 35px 0 10px 0
}

.snow-sales-enablement-new .section-1 .carousel-inner .item p {
    font-size: 14px;
    margin-right: 15px
}

.snow-sales-enablement-new .section-1 .carousel-inner .item.pink h1 {
    color: #cc5299
}

.snow-sales-enablement-new .section-1 .carousel-inner .item.pink .text-container {
    border-bottom: solid 4px #cc5299
}

.snow-sales-enablement-new .section-1 .carousel-inner .item.green h1 {
    color: #00aca2
}

.snow-sales-enablement-new .section-1 .carousel-inner .item.green .text-container {
    border-bottom: solid 4px #00aca2
}

.snow-sales-enablement-new .section-1 .carousel-control {
    width: 0
}

.snow-sales-enablement-new .section-1 .carousel-indicators {
    display: block
}

.snow-sales-enablement-new .section-1 .carousel-indicators li {
    width: 20px;
    height: 20px;
    border: 1px solid #e1e6eb;
    background-color: #e1e6eb
}

.snow-sales-enablement-new .section-1 .carousel-indicators li.active {
    border: 7px solid #cc5299;
    background-color: #fff
}

.snow-sales-enablement-new .section-1 .btn {
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #915da3;
    font-size: 17px
}

@media screen and (max-width: 991px) {
    .snow-sales-enablement-new .section-1 {
        margin-top:0;
        margin-bottom: 0
    }

    .snow-sales-enablement-new .section-1 .carousel-indicators {
        display: block
    }

    .snow-sales-enablement-new .section-1 .carousel-inner .item {
        height: 320px
    }
}

@media screen and (max-width: 767px) {
    .snow-sales-enablement-new .section-1 {
        margin-bottom:0
    }

    .snow-sales-enablement-new .section-1 .slider-featured-image {
        float: none
    }

    .snow-sales-enablement-new .section-1 .carousel-indicators {
        bottom: -60px
    }

    .snow-sales-enablement-new .section-1 .carousel-inner {
        padding: 20px
    }

    .snow-sales-enablement-new .section-1 .carousel-inner .item {
        height: auto
    }
}

.snow-sales-enablement-new .modal-dialog .modal-content .modal-header h4 {
    color: #fff
}

.snow-sales-enablement-new .modal-dialog .modal-content .modal-title {
    color: #fffffff
}

.snow-sales-enablement-new .modal-dialog .modal-content .modal-footer .btn:hover {
    color: #000
}

.fade-in-black:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(15%,rgba(0,0,0,.8)),color-stop(40%,rgba(0,0,0,.3)),color-stop(80%,rgba(0,0,0,.1)),to(transparent));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.8) 15%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.1) 80%,transparent 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,.8) 15%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.1) 80%,transparent 100%);
    background: linear-gradient(180deg,rgba(0,0,0,.8) 15%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.1) 80%,transparent 100%);
    width: 100%
}

.title {
    margin: 0;
    font-size: 24px
}

.title.white {
    color: #fff
}

.hybrid-cloud-graphic-container {
    background: url(/assets/template/images/layout/hybrid-cloud/cloud-background.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container {
        background:url(/assets/template/images/layout/hybrid-cloud/cloud-background-tablet.jpg);
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }
}

.hybrid-cloud-graphic-container .intro {
    height: 200px;
    padding: 30px 0;
    text-align: center
}

.hybrid-cloud-graphic-container .intro h2,.hybrid-cloud-graphic-container .intro p {
    color: #fff
}

.hybrid-cloud-graphic-container .intro p {
    font-size: 18px;
    line-height: 21px
}

@media (max-width: 992px) and (min-width:768px) {
    .hybrid-cloud-graphic-container .intro {
        height:auto;
        max-height: 120px;
        padding: 10px 100px 0
    }
}

@media (max-width: 767px) {
    .hybrid-cloud-graphic-container .intro {
        height:120px;
        padding: 30px 50px
    }
}

@media (max-width: 400px) {
    .hybrid-cloud-graphic-container .intro {
        height:155px;
        padding: 30px 20px
    }
}

.hybrid-cloud-graphic-container ul {
    padding: 0
}

.hybrid-cloud-graphic-container ul li {
    list-style: none;
    padding: 0
}

.hybrid-cloud-graphic-container ul li:before {
    display: none
}

@media (max-width: 992px) {
    .hybrid-cloud-graphic-container .container {
        width:100%
    }
}

.hybrid-cloud-graphic-container .text-white {
    color: #fff
}

@media (min-width: 992px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .canvas-container {
        height:525px
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .title {
    color: #fff;
    font-size: 24px;
    width: 50%;
    display: inline-block
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .title.align-right {
    text-align: right
}

@media (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .title {
        width:100%
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic hr {
    position: relative;
    border-width: 2px;
    z-index: 5;
    margin: 0
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic hr.title-divider {
    margin: 10px 0 20px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel {
    margin-bottom: 20px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel .nav-tabs {
    margin-bottom: 8px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel .nav-tabs li {
    float: left;
    width: -webkit-calc(33.333333% - 10px);
    width: calc(33.333333% - 10px)
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel .nav-tabs li a {
    padding: 2px 0;
    background-color: #7b4783;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    opacity: .5
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel .nav-tabs li a .title {
    width: 100%;
    font-size: 16px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel .nav-tabs li:after {
    content: '';
    position: absolute;
    width: -webkit-calc(100% + 14px);
    width: calc(100% + 14px);
    height: 2px;
    background: #fff;
    bottom: -8px;
    z-index: 100;
    left: -8px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel .nav-tabs li.active a {
    opacity: 1
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel .nav-tabs li.active:after {
    height: 17px;
    background-color: #7b4783;
    width: 100%;
    bottom: -17px;
    left: 0
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel .nav-tabs .y-spacer {
    display: table-cell;
    float: left;
    height: 34px;
    top: 0
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel .tab-content div {
    background-color: #915da3
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel .tab-content div p {
    margin: 0;
    color: #fff;
    padding: 7px;
    text-align: center;
    font-size: 12px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel .tab-pane {
    height: auto
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .tab-panel {
        display:none
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm {
    display: none;
    position: relative;
    background-color: #7b4783;
    color: #fff;
    border: 0;
    height: 60px;
    width: 100%;
    z-index: 1019;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm .selected-item {
    height: 60px;
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    padding: 10px;
    text-transform: uppercase
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm .selected-item i {
    font-size: 34px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm .dropup {
    display: none;
    padding: 0;
    list-style: none
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm .dropup li {
    height: auto;
    width: 100%
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm .dropup li a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    padding: 10px 10px 20px;
    background-color: #7b4783;
    margin: 0;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm .dropup li a:hover {
    text-decoration: none
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm .dropup li a:active {
    text-decoration: none
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm .dropup li a:focus {
    text-decoration: none
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm .dropup li a:hover {
    background-color: #915da3
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm .dropup li a .description {
    font-size: 14px;
    line-height: 20px;
    text-transform: none
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm .dropup.open {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 60px
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .tabs-sm {
        display:block
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .key {
    position: relative;
    z-index: 30;
    padding: 0;
    list-style: none
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .key li {
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .key .circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #fff;
    margin-right: 10px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .key .circle.blue {
    background-color: #068fcf
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .key .circle.teal {
    background-color: #21aaa0
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .key .circle.green {
    background-color: #1a6862
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .key.key-mobile {
    display: none
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .key.key-mobile {
        display:block;
        width: 380px;
        margin: 0 auto 70px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .key.key-mobile li {
        float: left;
        margin-right: 20px
    }
}

@media screen and (max-width: 767px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .key.key-mobile {
        width:280px;
        margin: 40px auto 130px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .key.key-mobile li {
        margin-left: 20px
    }
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .key {
        display:none
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .scenario-canvas {
    position: relative;
    height: 500px;
    z-index: 1000
}

@media (min-width: 992px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .scenario-canvas {
        top:-130px;
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85)
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .scenario-canvas {
        margin-top:60px;
        margin-bottom: 140px;
        top: 30px;
        left: 20px
    }
}

@media screen and (max-width: 767px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .scenario-canvas {
        margin-top:130px;
        top: -85px
    }
}

@media screen and (max-width: 400px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .scenario-canvas {
        top:-110px;
        left: -4%
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item {
    position: absolute;
    display: inline-block;
    width: 130px;
    height: 100px;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    transition: .7s all;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item:focus {
    outline: 0
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .item-title {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    text-shadow: 0 -5px 15px #000
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .circle {
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 7px 55px 0 #000;
    box-shadow: 0 7px 55px 0 #000
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .circle.blue {
    background-color: #068fcf
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .circle.teal {
    background-color: #00aca2
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .circle.green {
    background-color: #006962
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .circle:hover.blue {
    background-color: #057eb6
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .circle:hover.teal {
    background-color: #00938a
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .circle:hover.green {
    background-color: #00504a
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .circle img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item {
        width:90px;
        height: 90px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .circle {
        width: 50px;
        height: 50px
    }
}

@media screen and (max-width: 767px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item {
        height:70px;
        width: 70px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .circle {
        width: 40px;
        height: 40px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-item .circle img {
        height: 17px;
        width: 17px
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .focus {
    margin-bottom: 50px
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .focus {
        margin-bottom:0
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container {
    position: relative;
    display: inline-block;
    width: -webkit-calc(25% - 11px);
    width: calc(25% - 11px);
    z-index: 1001;
    cursor: pointer
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container {
        width:-webkit-calc(50% - 2px);
        width: calc(50% - 2px);
        border: 1px solid #fff;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        border-bottom: 0
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container:hover .cloud-focus {
    background-color: #915da3
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container:hover .arrow-up i {
    opacity: 1
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container:hover .arrow-up {
    bottom: -40px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container.open .cloud-focus-content {
    display: block
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .cloud-focus-content {
    display: none
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .cloud-focus {
    height: 37px;
    background-color: #915DA3E0;
    margin-bottom: 6px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .cloud-focus img {
    display: inline-block;
    margin: auto;
    height: 25px;
    float: right;
    top: 6px;
    position: relative;
    right: 8px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .cloud-focus span.title {
    display: inline-block;
    width: 84%;
    padding: 8px 0 6px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

@media screen and (max-width: 1199px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .cloud-focus span.title {
        font-size:13px
    }
}

@media screen and (max-width: 767px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .cloud-focus span.title {
        width:100%
    }
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .cloud-focus {
        margin:0
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .cloud-focus span {
        font-size: 15px
    }
}

@media screen and (max-width: 767px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .cloud-focus span.title {
        padding:13px 7px 6px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .cloud-focus img {
        display: none
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .arrow-up {
    position: absolute;
    bottom: -45px;
    left: 130px;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .arrow-up i {
    font-size: 40px;
    color: #fff;
    opacity: .7
}

@media screen and (max-width: 1199px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .arrow-up {
        left:100px
    }
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-container .arrow-up {
        display:none
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .y-spacer {
    display: inline-block;
    height: 40px;
    margin: 0 6px;
    width: 2px;
    background-color: #fff;
    position: relative;
    top: 20px
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .y-spacer {
        display:none
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-modal-container {
    position: absolute;
    width: 100%
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content {
    position: absolute;
    top: -540px;
    height: 500px;
    width: 1180px;
    padding: 20px;
    background-color: #1b74a7;
    z-index: 10001
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.one {
    left: 0
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.one:before {
    left: 110px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.two {
    left: -105%
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.two:before {
    left: 35%
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.three {
    left: -210%
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.three:before {
    left: 60%
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.four {
    left: -315%
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.four:before {
    left: 85%
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #1b74a7
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header {
    color: #fff;
    padding: 0 10px
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header .title {
    display: inline-block;
    width: auto;
    margin: 30px 0;
    font-size: 32px;
    font-weight: 300
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header .title.title-bold {
    text-transform: uppercase;
    font-weight: 700
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header .title.title-thin {
    text-transform: uppercase;
    font-weight: 300
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header img {
    display: inline-block;
    top: -10px;
    position: relative;
    margin: 0 10px
}

@media screen and (max-width: 1199px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header .title {
        margin:0 0 20px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header .title.title-bold {
        margin-top: 10px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header img {
        top: 0
    }
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header img {
        top:-6px;
        height: 30px
    }
}

@media screen and (max-width: 767px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header img {
        display:none
    }
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .image-border {
    height: 330px;
    width: 440px;
    border: 3px solid #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content p {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 300
}

@media screen and (max-width: 1199px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content {
        width:960px
    }
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content {
        width:-webkit-calc(100vw - 20%);
        width: calc(100vw - 20%);
        height: auto;
        max-height: 750px;
        bottom: 120px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.one,.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.three {
        left: 6%
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.one:before,.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.three:before {
        left: 17%
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.four,.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.two {
        left: -94%
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.four:before,.hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content.two:before {
        left: 73%
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header {
        margin-bottom: 20px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header .title {
        margin: 10px 0;
        font-size: 26px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .image-border {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 991px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .image-border {
        height:auto;
        min-height: 180px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header {
        margin-bottom:10px
    }

    .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content .header .title {
        margin: 10px 0;
        font-size: 22px
    }
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 1000
}

.modal-item-hidden {
    display: none
}

.modal .modal-item-hidden {
    display: block
}

.close-white {
    position: absolute;
    top: 0;
    right: 10px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 0;
    color: #fff;
    font-size: 24px
}

.cloud-item-modal .modal-dialog {
    margin-top: -webkit-calc(50vh - 350px);
    margin-top: calc(50vh - 350px)
}

.cloud-item-modal .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #1b74a7
}

.cloud-item-modal .modal-content .modal-body {
    padding: 25px;
    color: #fff
}

.cloud-item-modal .modal-content .related-title {
    background-color: #666;
    color: #fff
}

.cloud-item-modal .modal-content .title {
    margin-bottom: 20px;
    font-size: 32px;
    color: #fff
}

.cloud-item-modal .modal-content p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300
}

.cloud-item-modal .modal-content .cloud-item-modal-icon {
    width: 60px;
    margin: 30px
}

.modal-content .related-vendors-banner {
    height: 40px;
    background: #8e8e8e;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px
}

.modal-content .related-vendors-banner:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 40px;
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #8e8e8e;
    z-index: 10
}

.modal-content .related-vendors {
    height: 120px;
    max-height: 120px;
    padding: 30px 10px 0;
    background: #fff;
    overflow: hidden
}

.modal-content .related-vendors.owl-carousel .owl-stage {
    margin: 0 auto
}

.modal-content .related-vendors .vendor {
    margin: 10px 20px 0
}

@media screen and (max-width: 767px) {
    .modal-content .related-vendors .vendor img {
        width:auto;
        max-height: 50px;
        margin: 0 auto
    }
}

.scenario-canvas.scenario-1 .item-1 {
    top: 230px;
    left: 180px
}

.scenario-canvas.scenario-1 .item-2 {
    top: 100px;
    left: 40px
}

.scenario-canvas.scenario-1 .item-3 {
    top: 25px;
    left: 250px
}

.scenario-canvas.scenario-1 .item-4 {
    top: 400px;
    left: 290px
}

.scenario-canvas.scenario-1 .item-5 {
    top: 380px;
    left: 30px
}

.scenario-canvas.scenario-1 .item-6 {
    top: 450px;
    right: 350px;
    opacity: 0
}

.scenario-canvas.scenario-1 .item-7 {
    top: 320px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px)
}

.scenario-canvas.scenario-1 .item-8 {
    top: 360px;
    right: 230px
}

.scenario-canvas.scenario-1 .item-9 {
    top: 180px;
    right: 280px
}

.scenario-canvas.scenario-1 .item-10 {
    top: 240px;
    right: 0
}

.scenario-canvas.scenario-1 .item-11 {
    top: 260px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px);
    opacity: 0
}

.scenario-canvas.scenario-1 .item-12 {
    top: 400px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px);
    opacity: 0
}

.scenario-canvas.scenario-1 .item-13 {
    top: 0;
    right: 80px
}

.scenario-canvas.scenario-1 .item-14 {
    top: 210px;
    right: 0;
    opacity: 0
}

.scenario-canvas.scenario-1 .item-15 {
    top: 240px;
    right: 330px;
    opacity: 0
}

.scenario-canvas.scenario-1 .item-16 {
    top: 440px;
    right: 40px;
    opacity: 0
}

.scenario-canvas.scenario-1 .item-17 {
    top: 120px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px)
}

.scenario-canvas.scenario-2 .item-1 {
    top: 230px;
    left: 180px
}

.scenario-canvas.scenario-2 .item-2 {
    top: 100px;
    left: 40px
}

.scenario-canvas.scenario-2 .item-3 {
    top: 25px;
    left: 250px
}

.scenario-canvas.scenario-2 .item-4 {
    top: 400px;
    left: 290px
}

.scenario-canvas.scenario-2 .item-5 {
    top: 380px;
    left: 30px
}

.scenario-canvas.scenario-2 .item-6 {
    top: 0;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px)
}

.scenario-canvas.scenario-2 .item-7 {
    top: 120px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px)
}

.scenario-canvas.scenario-2 .item-8 {
    top: 360px;
    right: 230px
}

.scenario-canvas.scenario-2 .item-9 {
    top: 210px;
    right: 0
}

.scenario-canvas.scenario-2 .item-10 {
    top: 190px;
    right: 150px
}

.scenario-canvas.scenario-2 .item-11 {
    top: 40px;
    right: 330px
}

.scenario-canvas.scenario-2 .item-12 {
    top: 260px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px)
}

.scenario-canvas.scenario-2 .item-13 {
    top: 0;
    right: 80px
}

.scenario-canvas.scenario-2 .item-14 {
    top: 400px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px)
}

.scenario-canvas.scenario-2 .item-15 {
    top: 240px;
    right: 330px
}

.scenario-canvas.scenario-2 .item-16 {
    top: 440px;
    right: 40px
}

.scenario-canvas.scenario-2 .item-17 {
    top: 450px;
    right: 350px;
    opacity: 0
}

.scenario-canvas.scenario-3 .item-1 {
    top: 200px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px)
}

.scenario-canvas.scenario-3 .item-2 {
    top: 100px;
    left: 40px;
    opacity: 0
}

.scenario-canvas.scenario-3 .item-3 {
    top: 25px;
    left: 250px;
    opacity: 0
}

.scenario-canvas.scenario-3 .item-4 {
    top: 240px;
    right: 330px
}

.scenario-canvas.scenario-3 .item-5 {
    top: 400px;
    left: 290px;
    opacity: 0
}

.scenario-canvas.scenario-3 .item-6 {
    top: 0;
    right: 80px
}

.scenario-canvas.scenario-3 .item-7 {
    top: 120px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px);
    opacity: 0
}

.scenario-canvas.scenario-3 .item-8 {
    top: 360px;
    right: 230px
}

.scenario-canvas.scenario-3 .item-9 {
    top: 400px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px);
    opacity: 0
}

.scenario-canvas.scenario-3 .item-10 {
    top: 190px;
    right: 150px
}

.scenario-canvas.scenario-3 .item-11 {
    top: 40px;
    right: 330px
}

.scenario-canvas.scenario-3 .item-12 {
    top: 280px;
    right: 80px
}

.scenario-canvas.scenario-3 .item-13 {
    top: 230px;
    left: 180px;
    opacity: 0
}

.scenario-canvas.scenario-3 .item-14 {
    top: 260px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px);
    opacity: 0
}

.scenario-canvas.scenario-3 .item-15 {
    top: 380px;
    left: 30px;
    opacity: 0
}

.scenario-canvas.scenario-3 .item-16 {
    top: 440px;
    right: 40px
}

.scenario-canvas.scenario-3 .item-17 {
    top: 450px;
    right: 350px
}

@media screen and (max-width: 1199px) {
    .scenario-canvas.scenario-1 .item-1 {
        top:230px;
        left: 180px
    }

    .scenario-canvas.scenario-1 .item-2 {
        top: 100px;
        left: 40px
    }

    .scenario-canvas.scenario-1 .item-3 {
        top: 25px;
        left: 250px
    }

    .scenario-canvas.scenario-1 .item-4 {
        top: 400px;
        left: 290px
    }

    .scenario-canvas.scenario-1 .item-5 {
        top: 380px;
        left: 30px
    }

    .scenario-canvas.scenario-1 .item-6 {
        top: 120px;
        left: -webkit-calc(50% - 65px);
        left: calc(50% - 65px)
    }

    .scenario-canvas.scenario-1 .item-7 {
        top: 320px;
        left: -webkit-calc(50% - 65px);
        left: calc(50% - 65px)
    }

    .scenario-canvas.scenario-1 .item-8 {
        top: 360px;
        right: 230px
    }

    .scenario-canvas.scenario-1 .item-9 {
        top: 210px;
        right: 60px
    }

    .scenario-canvas.scenario-1 .item-10 {
        top: 240px;
        right: 70px
    }

    .scenario-canvas.scenario-1 .item-11 {
        top: 210px;
        right: 0
    }

    .scenario-canvas.scenario-1 .item-12 {
        top: 380px;
        right: 280px
    }

    .scenario-canvas.scenario-1 .item-13 {
        top: 0;
        right: 80px
    }

    .scenario-canvas.scenario-1 .item-15 {
        top: 340px;
        right: -10px
    }

    .scenario-canvas.scenario-1 .item-15 {
        top: 440px;
        right: 40px
    }

    .scenario-canvas.scenario-1 .item-14 {
        opacity: 0
    }

    .scenario-canvas.scenario-2 .item-3 {
        top: 75px;
        left: 250px
    }

    .scenario-canvas.scenario-2 .item-4 {
        top: 380px;
        left: 240px
    }

    .scenario-canvas.scenario-2 .item-10 {
        top: 190px;
        right: 230px
    }

    .scenario-canvas.scenario-2 .item-11 {
        top: 40px;
        right: 250px
    }

    .scenario-canvas.scenario-2 .item-12 {
        top: 280px;
        right: 130px
    }

    .scenario-canvas.scenario-2 .item-15 {
        top: 310px;
        right: 110px
    }

    .scenario-canvas.scenario-3 .item-1 {
        top: 200px;
        left: -webkit-calc(50% - 65px);
        left: calc(50% - 65px)
    }

    .scenario-canvas.scenario-3 .item-2 {
        top: 100px;
        left: 40px;
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-3 {
        top: 25px;
        left: 250px;
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-4 {
        top: 260px;
        right: 270px
    }

    .scenario-canvas.scenario-3 .item-5 {
        top: 400px;
        left: 290px;
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-6 {
        top: 0;
        right: 80px
    }

    .scenario-canvas.scenario-3 .item-7 {
        top: 140px;
        left: -webkit-calc(50% - 65px);
        left: calc(50% - 65px);
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-8 {
        top: 360px;
        right: 230px
    }

    .scenario-canvas.scenario-3 .item-9 {
        top: 400px;
        left: -webkit-calc(50% - 65px);
        left: calc(50% - 65px);
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-10 {
        top: 130px;
        right: 210px
    }

    .scenario-canvas.scenario-3 .item-11 {
        top: 40px;
        right: 330px
    }

    .scenario-canvas.scenario-3 .item-12 {
        top: 320px;
        right: 70px
    }

    .scenario-canvas.scenario-3 .item-13 {
        top: 230px;
        left: 180px;
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-14 {
        top: 260px;
        left: -webkit-calc(50% - 65px);
        left: calc(50% - 65px);
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-15 {
        top: 380px;
        left: 30px;
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-16 {
        top: 460px;
        right: 30px
    }

    .scenario-canvas.scenario-3 .item-17 {
        top: 450px;
        right: 350px
    }
}

@media screen and (max-width: 991px) {
    .scenario-canvas.scenario-1 .item-1 {
        top:70px;
        left: 38%
    }

    .scenario-canvas.scenario-1 .item-2 {
        top: 0;
        left: 23%
    }

    .scenario-canvas.scenario-1 .item-3 {
        top: 100px;
        left: 10%
    }

    .scenario-canvas.scenario-1 .item-4 {
        top: 90px;
        left: 72%
    }

    .scenario-canvas.scenario-1 .item-5 {
        top: -20px;
        left: 54%
    }

    .scenario-canvas.scenario-1 .item-6 {
        top: 170px;
        left: 22%
    }

    .scenario-canvas.scenario-1 .item-7 {
        top: 230px;
        left: 54%
    }

    .scenario-canvas.scenario-1 .item-8 {
        top: 540px;
        left: 40%
    }

    .scenario-canvas.scenario-1 .item-9 {
        top: 330px;
        right: 20%
    }

    .scenario-canvas.scenario-1 .item-10 {
        top: 320px;
        right: 46%
    }

    .scenario-canvas.scenario-1 .item-11 {
        top: 160px;
        right: 0
    }

    .scenario-canvas.scenario-1 .item-13 {
        top: 370px;
        right: 73%
    }

    .scenario-canvas.scenario-1 .item-17 {
        top: 230px;
        left: 26%
    }

    .scenario-canvas.scenario-1 .item-14,.scenario-canvas.scenario-1 .item-15,.scenario-canvas.scenario-1 .item-16 {
        opacity: 0
    }

    .scenario-canvas.scenario-2 .item-1 {
        top: 30px;
        left: 120px
    }

    .scenario-canvas.scenario-2 .item-2 {
        top: -30px;
        left: 350px
    }

    .scenario-canvas.scenario-2 .item-3 {
        top: 95px;
        left: 395px
    }

    .scenario-canvas.scenario-2 .item-4 {
        top: 30px;
        left: 590px
    }

    .scenario-canvas.scenario-2 .item-5 {
        opacity: 0
    }

    .scenario-canvas.scenario-2 .item-6 {
        top: 220px;
        left: 10%
    }

    .scenario-canvas.scenario-2 .item-7 {
        top: 220px;
        left: 30%
    }

    .scenario-canvas.scenario-2 .item-8 {
        top: 540px;
        left: 40%
    }

    .scenario-canvas.scenario-2 .item-9 {
        top: 440px;
        left: 590px
    }

    .scenario-canvas.scenario-2 .item-10 {
        top: 400px;
        left: 450px
    }

    .scenario-canvas.scenario-2 .item-11 {
        top: 560px;
        left: 580px
    }

    .scenario-canvas.scenario-2 .item-12 {
        top: 220px;
        left: 70%
    }

    .scenario-canvas.scenario-2 .item-13 {
        top: 550px;
        left: 220px
    }

    .scenario-canvas.scenario-2 .item-14 {
        top: 220px;
        left: 50%
    }

    .scenario-canvas.scenario-2 .item-15 {
        top: 410px;
        left: 280px
    }

    .scenario-canvas.scenario-2 .item-16 {
        top: 450px;
        left: 60px
    }

    .scenario-canvas.scenario-2 .item-17 {
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-1 {
        top: 230px;
        left: -webkit-calc(50% - 65px);
        left: calc(50% - 65px)
    }

    .scenario-canvas.scenario-3 .item-2 {
        top: 100px;
        left: 40px;
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-3 {
        top: 25px;
        left: 250px;
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-4 {
        top: 530px;
        right: 23%
    }

    .scenario-canvas.scenario-3 .item-5 {
        top: 400px;
        left: 290px;
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-6 {
        top: 480px;
        right: 80%
    }

    .scenario-canvas.scenario-3 .item-7 {
        top: 120px;
        left: -webkit-calc(50% - 65px);
        left: calc(50% - 65px);
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-8 {
        top: 540px;
        left: 40%
    }

    .scenario-canvas.scenario-3 .item-9 {
        top: 400px;
        left: -webkit-calc(50% - 65px);
        left: calc(50% - 65px);
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-10 {
        top: 350px;
        right: 40%
    }

    .scenario-canvas.scenario-3 .item-11 {
        top: 340px;
        right: 71%
    }

    .scenario-canvas.scenario-3 .item-12 {
        top: 380px;
        right: 170px
    }

    .scenario-canvas.scenario-3 .item-13 {
        top: 230px;
        left: 180px;
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-14 {
        top: 260px;
        left: -webkit-calc(50% - 65px);
        left: calc(50% - 65px);
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-15 {
        top: 380px;
        left: 30px;
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-16 {
        top: 460px;
        right: 30px
    }

    .scenario-canvas.scenario-3 .item-17 {
        top: 450px;
        right: 60%
    }
}

@media screen and (max-width: 767px) {
    .scenario-canvas.scenario-1 .item-1 {
        top:90px;
        left: 38%
    }

    .scenario-canvas.scenario-1 .item-5 {
        top: 0;
        left: 59%
    }

    .scenario-canvas.scenario-1 .item-7 {
        top: 190px;
        left: 56%
    }

    .scenario-canvas.scenario-1 .item-8 {
        top: 450px;
        left: 45%
    }

    .scenario-canvas.scenario-1 .item-17 {
        top: 190px;
        left: 22%
    }

    .scenario-canvas.scenario-2 .item-1 {
        top: 70px;
        left: 16%
    }

    .scenario-canvas.scenario-2 .item-2 {
        top: 0;
        left: 33%
    }

    .scenario-canvas.scenario-2 .item-3 {
        top: 95px;
        left: 45%
    }

    .scenario-canvas.scenario-2 .item-4 {
        top: 10px;
        left: 70%
    }

    .scenario-canvas.scenario-2 .item-6 {
        top: 185px;
        left: 6%
    }

    .scenario-canvas.scenario-2 .item-7 {
        top: 185px;
        left: 30%
    }

    .scenario-canvas.scenario-2 .item-8 {
        top: 450px;
        left: 45%
    }

    .scenario-canvas.scenario-2 .item-9 {
        top: 340px;
        left: 40%
    }

    .scenario-canvas.scenario-2 .item-10 {
        top: 400px;
        left: 74%
    }

    .scenario-canvas.scenario-2 .item-11 {
        top: 300px;
        left: 20%
    }

    .scenario-canvas.scenario-2 .item-12 {
        top: 185px;
        left: 80%
    }

    .scenario-canvas.scenario-2 .item-13 {
        top: 427px;
        left: 24%
    }

    .scenario-canvas.scenario-2 .item-14 {
        top: 185px;
        left: 55%
    }

    .scenario-canvas.scenario-2 .item-15 {
        top: 320px;
        left: 70%
    }

    .scenario-canvas.scenario-2 .item-16 {
        top: 390px;
        left: 20px
    }

    .scenario-canvas.scenario-2 .item-17 {
        opacity: 0
    }

    .scenario-canvas.scenario-3 .item-1 {
        top: 190px;
        left: -webkit-calc(50% - 65px);
        left: calc(50% - 65px)
    }

    .scenario-canvas.scenario-3 .item-4 {
        top: 350px;
        right: 23%
    }

    .scenario-canvas.scenario-3 .item-6 {
        top: 270px;
        left: 10%;
        right: 0
    }

    .scenario-canvas.scenario-3 .item-8 {
        top: 450px;
        left: 45%
    }

    .scenario-canvas.scenario-3 .item-10 {
        top: 300px;
        right: 40%
    }

    .scenario-canvas.scenario-3 .item-11 {
        top: 410px;
        right: 71%
    }

    .scenario-canvas.scenario-3 .item-12 {
        top: 430px;
        right: 10%
    }

    .scenario-canvas.scenario-3 .item-16 {
        top: 250px;
        right: 7%
    }

    .scenario-canvas.scenario-3 .item-17 {
        top: 330px;
        right: 60%
    }
}

.sof-windows-10 {
    color: #666;
    font-family: 'Proxima Nova',sans-serif;
    font-size: 16px
}

.sof-windows-10 h3 {
    margin: 0 0 20px;
    color: #585858;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    .sof-windows-10 h3 h3 {
        font-size:26px;
        line-height: 30px
    }
}

.sof-windows-10 p {
    margin: 0 0 20px;
    color: #585858;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300
}

.sof-windows-10 p.large {
    font-size: 23px;
    line-height: 29px
}

.sof-windows-10 p.x-large {
    font-size: 30px;
    line-height: 36px
}

@media screen and (max-width: 767px) {
    .sof-windows-10 p {
        font-size:14px;
        line-height: 20px
    }

    .sof-windows-10 p.large {
        font-size: 20px;
        line-height: 26px
    }

    .sof-windows-10 p.x-large {
        font-size: 24px;
        line-height: 30px
    }
}

.sof-windows-10 .full-width {
    position: relative;
    width: 100%;
    padding: 50px 0
}

.sof-windows-10 .btn {
    padding: 12px 36px;
    font-weight: 300;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.sof-windows-10 .btn .fa-chevron-right {
    margin-left: 20px;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .sof-windows-10 .btn {
        padding:10px 28px
    }
}

.sof-windows-10 .raise-text {
    position: relative;
    z-index: 6
}

@media screen and (min-width: 768px) {
    .sof-windows-10 .pull-up-90 {
        position:relative;
        margin-top: -90px
    }
}

.sof-windows-10 .no-padding-top {
    padding-top: 0
}

.sof-windows-10 .no-padding-bottom {
    padding-bottom: 0
}

.sof-windows-10 .half-padding-top {
    padding-top: 25px
}

.sof-windows-10 .half-padding-bottom {
    padding-bottom: 25px
}

.sof-windows-10 .extra-padding-top {
    padding-top: 75px
}

.sof-windows-10 .extra-padding-bottom {
    padding-bottom: 75px
}

.sof-windows-10 .double-padding-top {
    padding-top: 100px
}

.sof-windows-10 .double-padding-bottom {
    padding-bottom: 100px
}

.sof-windows-10 .no-margin-bottom {
    margin-bottom: 0!important
}

@media screen and (min-width: 1200px) {
    .sof-windows-10 .no-margin-bottom-lg {
        margin-bottom:0!important
    }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .sof-windows-10 .no-margin-bottom-md {
        margin-bottom:0!important
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .sof-windows-10 .no-margin-bottom-sm {
        margin-bottom:0!important
    }
}

@media screen and (max-width: 767px) {
    .sof-windows-10 .no-margin-bottom-xs {
        margin-bottom:0!important
    }
}

.sof-windows-10 .no-overflow {
    overflow: hidden
}

.sof-windows-10 .square {
    position: absolute;
    z-index: 5
}

.sof-windows-10 .square.squares1 {
    right: 60px;
    bottom: -100px
}

.sof-windows-10 .square.squares2 {
    left: 0;
    bottom: -80px
}

.sof-windows-10 .square.squares3 {
    right: 0;
    top: 30px
}

.sof-windows-10 .square.squares4 {
    right: 0;
    top: 30px
}

.sof-windows-10 .square.squares5 {
    left: 0;
    top: 155px
}

.sof-windows-10 .square.squares6 {
    right: 0;
    top: 30px
}

.sof-windows-10 .square.squares7 {
    left: 0;
    bottom: 0
}

.sof-windows-10 .square.squares8 {
    top: 140px;
    left: 0
}

.sof-windows-10 .square.squares9 {
    right: 0;
    bottom: 130px
}

.sof-windows-10 .square.squares10 {
    right: 0;
    bottom: 0
}

.sof-windows-10 .square.squares11 {
    right: 0;
    bottom: 0
}

.sof-windows-10 .square.squares12 {
    right: 0;
    bottom: 0
}

@media screen and (max-width: 991px) {
    .sof-windows-10 .square.squares2 {
        left:-120px
    }

    .sof-windows-10 .square.squares6 {
        top: 460px
    }
}

@media screen and (max-width: 767px) {
    .sof-windows-10 .square {
        display:none
    }

    .sof-windows-10 .square.squares6,.sof-windows-10 .square.squares7 {
        display: block
    }
}

.sof-windows-10 .image-card {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 20px 40px 1px rgba(0,0,0,.3);
    box-shadow: 0 20px 40px 1px rgba(0,0,0,.3);
    background-color: #f2f2f2;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.sof-windows-10 .image-card a {
    text-decoration: none
}

.sof-windows-10 .image-card a:hover {
    text-decoration: none
}

.sof-windows-10 .image-card a:active {
    text-decoration: none
}

.sof-windows-10 .image-card a:focus {
    text-decoration: none
}

.sof-windows-10 .image-card img {
    width: 100%;
    height: 200px
}

.sof-windows-10 .image-card .content {
    background-color: #fff;
    padding: 20px;
    height: 76px
}

.sof-windows-10 .image-card .content .title {
    padding: 5px 0;
    margin: 0;
    color: #915da3;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    text-align: center
}

.sof-windows-10 .image-card.large .content {
    height: 225px
}

.sof-windows-10 .image-card.large img {
    height: 235px
}

.sof-windows-10 .image-card.large p.title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 26px;
    text-align: left
}

.sof-windows-10 .image-card:hover:not(.large) {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .sof-windows-10 .image-card img {
        height:160px
    }

    .sof-windows-10 .image-card .content {
        height: 62px;
        padding: 15px
    }

    .sof-windows-10 .image-card .content .title {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width: 1199px) {
    .sof-windows-10 .image-card.large {
        margin-bottom:50px
    }
}

@media screen and (max-width: 991px) {
    .sof-windows-10 .image-card {
        margin-bottom:70px
    }

    .sof-windows-10 .image-card img {
        height: 219px
    }
}

@media screen and (max-width: 767px) {
    .sof-windows-10 .image-card {
        position:relative;
        margin-bottom: 40px;
        z-index: 6
    }

    .sof-windows-10 .image-card .content,.sof-windows-10 .image-card img {
        height: auto
    }
}

.sof-windows-10 .grey-hover-box {
    position: relative;
    max-width: 100%;
    width: 280px;
    height: 220px;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #f2f2f2;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.sof-windows-10 .grey-hover-box>:not(.close) {
    pointer-events: none
}

.sof-windows-10 .grey-hover-box svg {
    display: inline;
    margin: 30px auto;
    max-height: 80px
}

.sof-windows-10 .grey-hover-box svg .st0 {
    fill: #d7d5d5
}

.sof-windows-10 .grey-hover-box a.title,.sof-windows-10 .grey-hover-box p.title {
    display: block;
    color: #915da3;
    font-size: 24px
}

.sof-windows-10 .grey-hover-box p.body {
    display: none;
    float: left;
    width: 70%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding-right: 100px
}

.sof-windows-10 .grey-hover-box p.body .btn-dload {
    pointer-events: all;
    margin-top: 30px
}

.sof-windows-10 .grey-hover-box .close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    opacity: 1
}

.sof-windows-10 .grey-hover-box:not(.open):hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 20px 40px 1px rgba(0,0,0,.2);
    box-shadow: 0 20px 40px 1px rgba(0,0,0,.2)
}

.sof-windows-10 .grey-hover-box:not(.open):hover svg .st0 {
    fill: #915da3
}

.sof-windows-10 .grey-hover-box.open {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    background-color: #915da3;
    margin-left: 15px;
    margin-right: 15px
}

.sof-windows-10 .grey-hover-box.open .title {
    display: block;
    float: left;
    margin: 40px 0 20px;
    font-size: 30px;
    color: #fff
}

.sof-windows-10 .grey-hover-box.open a.title {
    pointer-events: all;
    text-decoration: underline
}

.sof-windows-10 .grey-hover-box.open svg {
    display: block;
    float: left;
    width: 170px;
    margin: 30px 50px 0;
    max-height: 170px
}

.sof-windows-10 .grey-hover-box.open svg .st0 {
    width: 170px;
    fill: #fff
}

.sof-windows-10 .grey-hover-box.open p.body {
    display: block
}

.sof-windows-10 .grey-hover-box.open .close {
    display: block
}

.sof-windows-10 .grey-hover-box.open.height-xtra {
    height: 320px
}

@media screen and (max-width: 1199px) {
    .sof-windows-10 .grey-hover-box.open.height-xtra {
        height:360px
    }
}

@media screen and (max-width: 767px) {
    .sof-windows-10 .grey-hover-box.open.height-xtra {
        height:auto
    }
}

@media screen and (max-width: 1199px) {
    .sof-windows-10 .grey-hover-box.open {
        width:100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 991px) {
    .sof-windows-10 .grey-hover-box p.body {
        float:left;
        width: 60%;
        padding-right: 30px
    }
}

@media screen and (max-width: 767px) {
    .sof-windows-10 .grey-hover-box.open {
        height:auto;
        width: 280px;
        margin: 0 auto 20px;
        min-height: 220px
    }

    .sof-windows-10 .grey-hover-box.open svg {
        width: 100%;
        margin: 0 auto 50px;
        float: none;
        position: relative;
        top: 50px
    }

    .sof-windows-10 .grey-hover-box a.title,.sof-windows-10 .grey-hover-box p.title {
        width: 100%;
        float: none;
        margin-top: 20px
    }

    .sof-windows-10 .grey-hover-box p.body {
        width: 100%;
        float: none;
        margin-top: 20px;
        padding: 20px;
        text-align: center
    }
}

.sof-windows-10 .center-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    text-align: center;
    height: 100px
}

.sof-windows-10 img.journey-banner {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.sof-windows-10 img.journey-banner.responsive {
    display: none
}

@media (max-width: 767px) {
    .sof-windows-10 img.journey-banner {
        display:none
    }

    .sof-windows-10 img.journey-banner.responsive {
        display: block
    }
}

.sof-windows-10 .image-right {
    display: block;
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    border: 3px solid #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .sof-windows-10 .image-right {
        display:none
    }
}

.sof-windows-10 .sof-windows-10-header-banner {
    height: 580px;
    padding: 30px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.sof-windows-10 .sof-windows-10-header-banner .container {
    position: relative
}

.sof-windows-10 .sof-windows-10-header-banner .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    z-index: 10
}

.sof-windows-10 .sof-windows-10-header-banner .support {
    position: relative;
    z-index: 10
}

@media screen and (max-width: 991px) {
    .sof-windows-10 .sof-windows-10-header-banner .support {
        position:absolute;
        top: 300px;
        left: -90px;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .sof-windows-10 .sof-windows-10-header-banner .btn {
        top: 590px;
        bottom: auto
    }
}

@media screen and (max-width: 767px) {
    .sof-windows-10 .sof-windows-10-header-banner .support {
        position:relative;
        top: -30px;
        left: 0;
        max-width: 100%;
        margin: 0 auto
    }

    .sof-windows-10 .sof-windows-10-header-banner .btn {
        width: 220px;
        top: 460px;
        left: 0;
        margin: 0 auto
    }
}

@media screen and (max-width: 400px) {
    .sof-windows-10 .sof-windows-10-header-banner .support {
        left:-10%;
        max-width: 120%
    }
}

.sof-windows-10 .why-upgrade .t-outer {
    height: 420px
}

@media screen and (max-width: 1199px) {
    .sof-windows-10 .why-upgrade .t-outer {
        height:460px
    }
}

@media screen and (max-width: 991px) {
    .sof-windows-10 .why-upgrade {
        text-align:center
    }

    .sof-windows-10 .why-upgrade .t-outer {
        height: auto
    }

    .sof-windows-10 .why-upgrade .why-upgrade-image {
        width: 400px;
        margin-bottom: 20px
    }
}

.sof-windows-10 .benefit-header {
    margin: 0 0 40px
}

@media screen and (max-width: 767px) {
    .sof-windows-10 .benefit-header {
        margin:0
    }
}

.sof-windows-10 .full-width.benefit-header {
    height: 170px;
    font-size: 22px;
    background-color: #f2f2f2
}

.sof-windows-10 .full-width.benefit-header h3 {
    color: #666
}

@media (max-width: 991px) {
    .sof-windows-10 .full-width.benefit-header {
        height:130px
    }
}

.sof-windows-10 .full-width.banner2 {
    min-height: 250px
}

.sof-windows-10 .full-width.banner2 h3 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px
}

.sof-windows-10 .full-width.banner2 .center-container {
    width: 500px
}

@media screen and (max-width: 480px) {
    .sof-windows-10 .full-width.banner2 .center-container {
        width:100%;
        top: -80px
    }

    .sof-windows-10 .full-width.banner2 .center-container .btn-alpha {
        display: block;
        width: 70%;
        margin: 0 auto 15px
    }
}

.sof-windows-10 .full-width.risks {
    height: 400px
}

.sof-windows-10 .full-width.risks .t-outer {
    height: 400px;
    margin-top: -30px
}

@media (max-width: 991px) {
    .sof-windows-10 .full-width.risks {
        height:auto
    }
}

.sof-windows-10 .full-width.journey .text-center {
    padding: 30px 0
}

@media (max-width: 991px) {
    .sof-windows-10 .full-width.journey {
        height:auto
    }
}

.sof-windows-10 .full-width.upgrading {
    height: 700px;
    background-color: #f2f2f2
}

.sof-windows-10 .full-width.upgrading h3 {
    font-size: 32px;
    margin-bottom: 20px
}

.sof-windows-10 .full-width.upgrading .text-center p {
    font-size: 16px;
    margin: 50px 0
}

@media (max-width: 991px) {
    .sof-windows-10 .full-width.upgrading {
        height:auto
    }
}

.sof-windows-10 .resource-carousel .owl-item {
    float: left
}

.sof-windows-10 .resource-carousel .owl-stage {
    margin: 0 auto
}

.sof-windows-10 .resource-carousel .owl-nav {
    display: none
}

.priorities {
    position: relative
}

.priorities a.btn {
    padding: 12px
}

.priorities h2.heading {
    margin-top: 0
}

.priorities.alpha h2 {
    color: #915da3
}

.priorities.alpha .resource-filter .filter.active {
    background-color: #915da3
}

.priorities.quebec h2 {
    color: #9c1a2b
}

.priorities.quebec .resource-filter .filter.active {
    background-color: #9c1a2b
}

.priorities.tau h2 {
    color: #00aca2
}

.priorities.tau .resource-filter .filter.active {
    background-color: #00aca2
}

.priorities.theta h2 {
    color: #068fcf
}

.priorities.theta .resource-filter .filter.active {
    background-color: #068fcf
}

.priorities .owl-item {
    float: left
}

.priorities .owl-nav {
    display: none
}

.priorities #resources {
    position: relative
}

.priorities .resource-carousel .owl-item {
    float: left
}

.priorities .owl-stage {
    margin: 0 auto
}

.priorities .overview-header {
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.priorities .overview-header h2 {
    margin-top: 0;
    font-size: 28px
}

.priorities .overview-header img.priorities-title {
    width: 80%;
    margin: 0 auto 10px
}

.priorities .overview-header .priorities-summary-box p.tag {
    margin-top: 20px;
    line-height: 32px
}

@media (max-width: 767px) {
    .priorities .section {
        padding:30px 0
    }
}

.priorities .summary-boxes {
    width: 100%;
    margin: 0 auto
}

@media (max-width: 1199px) {
    .priorities .summary-boxes {
        width:700px
    }

    .priorities .summary-boxes .priorities-summary-box {
        width: 350px;
        height: 350px
    }
}

@media (max-width: 991px) {
    .priorities .summary-boxes {
        width:760px
    }

    .priorities .summary-boxes .priorities-summary-box {
        width: 370px;
        height: 370px
    }
}

@media (max-width: 767px) {
    .priorities .summary-boxes {
        width:100%
    }

    .priorities .summary-boxes .priorities-summary-box {
        width: 50%;
        height: 50vw
    }
}

@media (max-width: 650px) {
    .priorities .summary-boxes {
        width:100%;
        max-width: 400px
    }

    .priorities .summary-boxes .priorities-summary-box {
        width: 100%;
        height: -webkit-calc(100vw - 20px);
        height: calc(100vw - 20px);
        max-height: 380px
    }
}

@media (max-width: 400px) {
    .priorities .summary-boxes .priorities-summary-box p {
        font-size:10px;
        line-height: 13px
    }
}

.priorities .priorities-header {
    height: 400px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.priorities .priorities-header p {
    margin-top: 20px;
    padding-left: 5px;
    color: #fff;
    font-size: 24px
}

.priorities .priorities-header .t-outer {
    height: 400px
}

.priorities .priorities-header .btn {
    margin-left: 5px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.priorities .priorities-header .btn:hover {
    border: 1px solid #fff
}

.priorities .priorities-header img {
    max-width: 600px;
    max-height: 70px
}

@media (max-width: 991px) {
    .priorities .priorities-header img {
        max-width:100%
    }
}

.priorities .section-intro-background {
    position: relative;
    top: 500px
}

.priorities .section-intro-background .left {
    position: relative;
    left: 0
}

.priorities .section-intro-background .right {
    position: relative;
    right: 0
}

.priorities .banner-50 {
    width: 50%;
    float: left;
    height: 300px
}

@media (max-width: 991px) {
    .priorities .banner-50 {
        width:100%
    }
}

.priorities .banner-100 {
    width: 100%;
    height: 300px
}

.priorities .summary-boxes {
    margin-top: 50px
}

.priorities .news-overview-v2 .news-blocks {
    padding-left: 0
}

.priorities .news-overview-v2 .news-blocks .slick-list .news-block-container {
    margin: 0 10px 25px
}

.priorities .full-width.resources {
    padding: 30px 0
}

.priorities .logos img {
    max-height: 40px;
    margin-top: 20px
}

.priorities .dropdown {
    height: 60px;
    width: 300px;
    float: right;
    margin: 10px 0
}

.priorities .dropdown button {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px;
    background-color: #ebebf2;
    border: 3px solid #fff;
    color: #fff;
    outline: 0;
    text-align: left
}

.priorities .dropdown i.fa {
    position: absolute;
    right: 20px;
    top: 40%
}

.priorities .dropdown i.fa-chevron-down {
    color: #fff
}

.priorities .dropdown .dropdown-menu {
    position: relative;
    top: -1px;
    left: -1px;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #ebebf2;
    height: auto;
    margin: 0;
    padding: 0
}

.priorities .dropdown .dropdown-menu li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.priorities .dropdown .dropdown-menu li a {
    position: relative;
    height: 60px;
    line-height: 60px
}

.priorities .dropdown .dropdown-menu li a:hover {
    color: #fff
}

.priorities .dropdown .dropdown-menu li.selected a {
    color: #fff
}

.priorities .dropdown .dropdown-menu li.alpha a:hover,.priorities .dropdown .dropdown-menu li.alpha.selected {
    background-color: #915da3
}

.priorities .dropdown .dropdown-menu li.alpha i {
    color: #915da3
}

.priorities .dropdown .dropdown-menu li.quebec a:hover,.priorities .dropdown .dropdown-menu li.quebec.selected {
    background-color: #9c1a2b
}

.priorities .dropdown .dropdown-menu li.quebec i {
    color: #9c1a2b
}

.priorities .dropdown .dropdown-menu li.tau a:hover,.priorities .dropdown .dropdown-menu li.tau.selected {
    background-color: #00aca2
}

.priorities .dropdown .dropdown-menu li.tau i {
    color: #00aca2
}

.priorities .dropdown .dropdown-menu li.theta a:hover,.priorities .dropdown .dropdown-menu li.theta.selected {
    background-color: #068fcf
}

.priorities .dropdown .dropdown-menu li.theta i {
    color: #068fcf
}

.priorities .dropdown.dropdown-alpha button {
    background-color: #915da3
}

.priorities .dropdown.dropdown-alpha .dropdown li.selected {
    background-color: #915da3
}

.priorities .dropdown.dropdown-quebec button {
    background-color: #9c1a2b
}

.priorities .dropdown.dropdown-quebec .dropdown li.selected {
    background-color: #9c1a2b
}

.priorities .dropdown.dropdown-tau button {
    background-color: #00aca2
}

.priorities .dropdown.dropdown-tau .dropdown li.selected {
    background-color: #00aca2
}

.priorities .dropdown.dropdown-theta button {
    background-color: #068fcf
}

.priorities .dropdown.dropdown-theta .dropdown li.selected {
    background-color: #068fcf
}

@media (max-width: 991px) {
    .priorities .dropdown {
        width:100%
    }
}

.priorities .priorities-header {
    height: 400px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.priorities .priorities-header p {
    margin-top: 20px;
    padding-left: 5px;
    color: #fff;
    font-size: 24px
}

.priorities .priorities-header .t-outer {
    height: 400px
}

.priorities .priorities-header .btn {
    margin-left: 5px
}

.priorities .priorities-header .btn:hover {
    border: 2px solid #fff
}

.priorities .priorities-header img {
    max-width: 600px;
    max-height: 70px
}

@media (max-width: 991px) {
    .priorities .priorities-header img {
        max-width:100%
    }
}

.priorities .priorities-nav-bar {
    border-top: 1px solid #fff;
    background-color: #666
}

.priorities .priorities-nav-bar .nav-left {
    height: 80px;
    margin: 0;
    padding: 0;
    border: 0
}

.priorities .priorities-nav-bar .nav-left li {
    display: inline
}

.priorities .priorities-nav-bar .nav-left li a {
    display: inline-block;
    width: auto;
    max-width: 120px;
    height: 80px;
    padding: 0;
    margin-right: 10px;
    line-height: 80px;
    font-size: 14px;
    color: #fff
}

.priorities .priorities-nav-bar .nav-left li a.active:before {
    display: block
}

.priorities .priorities-nav-bar .nav-left li a:before {
    display: none;
    content: '';
    position: relative;
    width: 100%;
    height: 2px;
    top: 70px;
    background-color: #fff
}

.priorities .priorities-nav-bar .nav-left li a:hover {
    background-color: transparent;
    border: 0
}

.priorities .priorities-nav-bar .nav-left li a:hover:before {
    display: block
}

.priorities .priorities-nav-bar .nav-left li.active a {
    background-color: transparent;
    border: 0
}

.priorities .priorities-nav-bar .nav-left li.active a:before {
    display: block
}

.priorities .priorities-nav-bar.bg-alpha {
    background-color: #915da3
}

.priorities .priorities-nav-bar.bg-quebec {
    background-color: #9c1a2b
}

.priorities .priorities-nav-bar.bg-tau {
    background-color: #00aca2
}

.priorities .priorities-nav-bar.bg-theta {
    background-color: #068fcf
}

@media (max-width: 991px) {
    .priorities .priorities-nav-bar .nav-left li {
        display:inline-block;
        width: 20%;
        text-align: center
    }
}

@media (max-width: 767px) {
    .priorities .priorities-nav-bar .nav-left li {
        width:100%
    }

    .priorities .priorities-nav-bar .nav-left li a {
        font-size: 14px;
        margin-left: -4px
    }
}

.priorities .hover-banner {
    display: inline-block;
    position: relative;
    padding: 30px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

.priorities .hover-banner .btn {
    position: relative;
    border: 2px solid #fff;
    z-index: 3
}

.priorities .hover-banner p {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    z-index: 3
}

.priorities .hover-banner p.title {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase
}

.priorities .hover-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(330deg,#000 0,rgba(0,0,0,.2) 40%,transparent 80%);
    background: -o-linear-gradient(330deg,#000 0,rgba(0,0,0,.2) 40%,transparent 80%);
    background: linear-gradient(120deg,#000 0,rgba(0,0,0,.2) 40%,transparent 80%);
    z-index: 1
}

.priorities .hover-banner:after {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}

.priorities .hover-banner:hover .btn {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.priorities .hover-banner:hover .btn .fa-chevron-right {
    color: #fff
}

.priorities .hover-banner:hover:after {
    display: block
}

.priorities .hover-banner.bg-alpha:after {
    background-color: rgba(145,93,163,.75)
}

.priorities .hover-banner.bg-quebec:after {
    background-color: rgba(156,26,43,.75)
}

.priorities .hover-banner.bg-tau:after {
    background-color: rgba(0,172,162,.75)
}

.priorities .hover-banner.bg-theta:after {
    background-color: rgba(6,143,207,.75)
}

.priorities .partners-container {
    padding: 50px 0
}

.priorities .partners-container h2 {
    display: block;
    text-align: center
}

.priorities .partners-container p {
    margin: 0 0 45px;
    color: #cdcccc;
    text-align: center
}

.priorities .partners-container .slick-slide {
    position: relative;
    min-height: 100px
}

.priorities .partners-container .slick-slide img {
    position: absolute;
    max-width: 80%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.priorities .modal-dialog {
    margin-top: -webkit-calc(50vh - 250px);
    margin-top: calc(50vh - 250px)
}

.priorities .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content {
    height: 750px;
    max-height: inherit;
    bottom: inherit
}

.priorities .hybrid-cloud-graphic-container .hybrid-cloud-graphic .cloud-focus-content {
    top: -770px
}

@media screen and (min-width: 1200px) {
    .microsoft-sql-eol-campaign .form-control-feedback {
        right:10px
    }

    .microsoft-sql-eol-campaign #captchaContainer .form-control-feedback {
        top: -4px;
        left: 10px
    }

    .microsoft-sql-eol-campaign .txt-conf {
        margin-top: -2px
    }
}

.microsoft-sql-eol-campaign .txt-conf {
    display: inline-block;
    padding-right: 20px;
    font-size: 15px
}

.microsoft-sql-eol-campaign h1 {
    font-family: proxima-nova,sans-serif;
    color: #585858;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0
}

.microsoft-sql-eol-campaign h2 {
    font-family: proxima-nova,sans-serif;
    font-size: 34px;
    font-weight: 200;
    color: #915da3;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px
}

.microsoft-sql-eol-campaign p {
    margin: 10px 0;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
    color: #666
}

.microsoft-sql-eol-campaign p.highlight {
    color: #915da3;
    font-weight: 500
}

.microsoft-sql-eol-campaign .btn {
    margin: 18px 0 14px;
    padding: 12px 20px;
    background-color: #d4088c;
    border: 2px solid #d4088c
}

.microsoft-sql-eol-campaign .btn:hover {
    background-color: #fff;
    color: #d4088c
}

.microsoft-sql-eol-campaign .btn:hover i {
    color: #d4088c
}

@media screen and (max-width: 767px) {
    .microsoft-sql-eol-campaign .btn {
        text-align:left
    }
}

.microsoft-sql-eol-campaign .padding-right {
    padding-right: 40px
}

.microsoft-sql-eol-campaign .padding-left {
    padding-left: 40px
}

.microsoft-sql-eol-campaign .extend-right {
    text-align: right
}

.microsoft-sql-eol-campaign .extend-right:after {
    content: ' ';
    background: #320365;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 100%;
    width: 5000px
}

@media screen and (max-width: 1199px) {
    .microsoft-sql-eol-campaign .extend-right:after {
        content:' ';
        background: 0 0;
        position: absolute;
        top: 1px;
        bottom: 1px;
        left: 100%;
        width: 5000px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-sql-eol-campaign .extend-right:after {
        content:' ';
        background: #320365;
        position: absolute;
        top: 1px;
        bottom: 1px;
        left: 100%;
        width: 5000px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-sql-eol-campaign .extend-right {
        padding-left:20px;
        padding-right: 20px
    }

    .microsoft-sql-eol-campaign .extend-right img {
        height: auto!important;
        width: 100%
    }
}

.microsoft-sql-eol-campaign .extend-left:before {
    content: ' ';
    background-image: url(/assets/uploads/campaigns/microsoft-sql-eol/section-2-bg-grad.jpg);
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 95%;
    width: 5000px
}

@media screen and (max-width: 1199px) {
    .microsoft-sql-eol-campaign .extend-left:before {
        display:none
    }
}

@media screen and (max-width: 991px) {
    .microsoft-sql-eol-campaign .extend-left:before {
        content:' ';
        background-image: url(/assets/uploads/campaigns/microsoft-sql-eol/section-2-bg-grad.jpg);
        position: absolute;
        top: 1px;
        bottom: 1px;
        right: 95%;
        width: 5000px
    }
}

@media screen and (max-width: 991px) and screen and (max-width:767px) {
    .microsoft-sql-eol-campaign .extend-left img {
        margin-left:-20px
    }
}

.microsoft-sql-eol-campaign .highlight {
    color: #915da3
}

.microsoft-sql-eol-campaign .top-header-banner {
    position: relative;
    background-image: url(/assets/uploads/campaigns/microsoft-sql-eol/animated-header-v2.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7eef4;
    -webkit-background-size: cover;
    background-size: cover;
    height: 553px
}

.microsoft-sql-eol-campaign .top-header-banner .container {
    position: relative
}

.microsoft-sql-eol-campaign .top-header-banner .logo-container {
    text-align: left
}

.microsoft-sql-eol-campaign .top-header-banner .logo {
    margin-top: 20px;
    margin-right: 40px;
    padding: 30px 0
}

@media screen and (max-width: 1199px) {
    .microsoft-sql-eol-campaign .top-header-banner {
        background-image:url(/assets/uploads/campaigns/microsoft-sql-eol/bnr-background-gradient.jpg);
        height: 480px
    }

    .microsoft-sql-eol-campaign .top-header-banner h1 {
        font-size: 36px
    }

    .microsoft-sql-eol-campaign .top-header-banner .right-section {
        position: absolute;
        top: -35px;
        right: 0;
        width: 500px
    }

    .microsoft-sql-eol-campaign .top-header-banner .left-section {
        position: absolute;
        top: 87px;
        left: 0;
        width: 140px
    }

    .microsoft-sql-eol-campaign .top-header-banner .moving {
        position: absolute;
        top: 135px;
        left: 160px;
        width: 280px
    }

    .microsoft-sql-eol-campaign .top-header-banner .we-make {
        position: absolute;
        top: 80px;
        left: 175px;
        font-size: 45px;
        font-weight: 100;
        color: #fff
    }

    .microsoft-sql-eol-campaign .top-header-banner .simple {
        position: absolute;
        top: 195px;
        left: 175px;
        font-size: 40px;
        font-weight: 100;
        color: #fff
    }
}

@media screen and (max-width: 991px) {
    .microsoft-sql-eol-campaign .top-header-banner {
        background-image:url(/assets/uploads/campaigns/microsoft-sql-eol/bnr-background-gradient.jpg);
        overflow: hidden;
        height: 700px
    }

    .microsoft-sql-eol-campaign .top-header-banner .logo {
        margin-top: 0
    }

    .microsoft-sql-eol-campaign .top-header-banner .right-section {
        position: absolute;
        top: 65px;
        right: 0;
        width: 640px
    }

    .microsoft-sql-eol-campaign .top-header-banner .left-section {
        display: none
    }

    .microsoft-sql-eol-campaign .top-header-banner .moving {
        position: absolute;
        top: 52px;
        left: 0;
        width: 352px
    }

    .microsoft-sql-eol-campaign .top-header-banner .we-make {
        position: absolute;
        top: 0;
        left: 8px;
        font-size: 45px;
        font-weight: 100;
        color: #fff
    }

    .microsoft-sql-eol-campaign .top-header-banner .simple {
        position: absolute;
        top: 120px;
        left: 8px;
        font-size: 40px;
        font-weight: 100;
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .microsoft-sql-eol-campaign .top-header-banner {
        background-image:url(/assets/uploads/campaigns/microsoft-sql-eol/bnr-background-gradient.jpg);
        height: 680px;
        overflow: hidden
    }

    .microsoft-sql-eol-campaign .top-header-banner .right-section {
        position: absolute;
        top: 115px;
        margin: 0 auto;
        width: 550px;
        left: -80px
    }

    .microsoft-sql-eol-campaign .top-header-banner .left-section {
        display: none
    }

    .microsoft-sql-eol-campaign .top-header-banner .moving {
        display: block;
        margin: auto;
        left: 10px;
        width: 292px
    }

    .microsoft-sql-eol-campaign .top-header-banner .simple,.microsoft-sql-eol-campaign .top-header-banner .we-make {
        left: 18px
    }

    .microsoft-sql-eol-campaign .top-header-banner .simple {
        top: 110px
    }

    .microsoft-sql-eol-campaign .top-header-banner .logo-container {
        text-align: left;
        margin-left: 10px;
        margin-bottom: 10px
    }

    .microsoft-sql-eol-campaign .top-header-banner .logo {
        width: 120px;
        margin-top: 20px;
        margin-right: 20px;
        padding: 10px 0
    }
}

@media screen and (max-width: 580px) {
    .microsoft-sql-eol-campaign .top-header-banner {
        height:auto!important
    }

    .microsoft-sql-eol-campaign .top-header-banner .right-section {
        position: static!important;
        top: 0!important;
        margin-top: 125px;
        margin-left: 25px;
        width: 90%
    }
}

.microsoft-sql-eol-campaign .section-1 {
    margin: 55px 0;
    padding: 10px 0;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .microsoft-sql-eol-campaign .section-1 .extend-right {
        margin-top:20px
    }

    .microsoft-sql-eol-campaign .section-1 .extend-right img {
        float: right
    }

    .microsoft-sql-eol-campaign .section-1 .extend-right:after {
        left: 90%
    }
}

@media screen and (max-width: 767px) {
    .microsoft-sql-eol-campaign .section-1 {
        margin:20px 0
    }

    .microsoft-sql-eol-campaign .section-1 .extend-right img {
        margin-top: 10px;
        float: none;
        height: 200px
    }

    .microsoft-sql-eol-campaign .section-1 .extend-right:after {
        display: none
    }

    .microsoft-sql-eol-campaign .section-1 .padding-right {
        padding: 10px 20px
    }
}

.microsoft-sql-eol-campaign .section-2 {
    margin: 55px 0;
    padding: 10px 0;
    overflow: hidden
}

.microsoft-sql-eol-campaign .section-2 img {
    position: relative;
    left: -115px
}

@media screen and (max-width: 1199px) {
    .microsoft-sql-eol-campaign .section-2 img {
        left:-165px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-sql-eol-campaign .section-2 img {
        padding-top:50px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-sql-eol-campaign .section-2 {
        margin:20px 0
    }

    .microsoft-sql-eol-campaign .section-2 .padding-left {
        padding-left: 20px
    }

    .microsoft-sql-eol-campaign .section-2 img {
        position: static;
        padding-left: 10px!important;
        padding-right: 10px!important;
        height: auto!important;
        width: 100%!important
    }
}

.microsoft-sql-eol-campaign .section-3 {
    margin: 70px 0;
    padding: 10px 0;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .microsoft-sql-eol-campaign .section-3 {
        margin:40px 0
    }

    .microsoft-sql-eol-campaign .section-3 .extend-right {
        margin-top: 20px
    }

    .microsoft-sql-eol-campaign .section-3 .extend-right img {
        float: right
    }

    .microsoft-sql-eol-campaign .section-3 .extend-right:after {
        left: 90%
    }
}

@media screen and (max-width: 767px) {
    .microsoft-sql-eol-campaign .section-3 {
        margin:20px 0
    }

    .microsoft-sql-eol-campaign .section-3 .extend-right img {
        position: static;
        padding-left: 0!important;
        padding-right: 0!important;
        height: auto!important;
        width: 100%!important
    }

    .microsoft-sql-eol-campaign .section-3 .extend-right:after {
        display: none
    }

    .microsoft-sql-eol-campaign .section-3 .padding-right {
        padding: 10px 20px
    }
}

.microsoft-sql-eol-campaign .section-4 {
    position: relative;
    background-image: url(/assets/uploads/campaigns/microsoft-sql-eol/section-4-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 152px
}

.microsoft-sql-eol-campaign .section-4 h1 {
    color: #fff;
    padding-top: 60px;
    margin-left: 1%
}

.microsoft-sql-eol-campaign .section-4 .wire {
    position: absolute;
    top: 67px;
    left: -30px;
    z-index: 10
}

@media screen and (max-width: 1199px) {
    .microsoft-sql-eol-campaign .section-4 .wire {
        display:none
    }
}

.microsoft-sql-eol-campaign .section-5 {
    padding: 40px 0;
    background-color: #f0efef;
    background-position: left top 55%;
    background-repeat: no-repeat
}

.microsoft-sql-eol-campaign .section-5 h2 {
    font-size: 19px;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 5px
}

.microsoft-sql-eol-campaign .section-5 p {
    margin-bottom: 40px
}

.microsoft-sql-eol-campaign .section-5 ul {
    padding-left: 17px
}

.microsoft-sql-eol-campaign .section-5 ul li {
    font-size: 10px;
    line-height: 18px;
    font-weight: 200
}

.microsoft-sql-eol-campaign .section-5 ul li span {
    font-size: 16px;
    margin-top: 5px
}

.microsoft-sql-eol-campaign .section-5 .extend-left {
    position: relative;
    right: 120px
}

.microsoft-sql-eol-campaign .section-5 .extend-left:before {
    content: ' ';
    background-image: url(/assets/uploads/campaigns/microsoft-sql-eol/section-5-bg-grad.jpg);
    position: absolute;
    top: 0;
    bottom: 1px;
    right: 95%;
    width: 5000px
}

.microsoft-sql-eol-campaign .section-5 .highlight {
    font-weight: 600
}

@media screen and (max-width: 1199px) {
    .microsoft-sql-eol-campaign .section-5 .extend-left {
        position:relative;
        right: 180px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-sql-eol-campaign .section-5 {
        background-image:none
    }
}

.microsoft-sql-eol-campaign .section-6 {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding: 40px 0 40px
}

.microsoft-sql-eol-campaign .section-6 h1 {
    font-size: 30px;
    font-weight: 500;
    color: #585858
}

.microsoft-sql-eol-campaign .section-6 p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 200;
    text-align: left;
    color: #585858
}

.microsoft-sql-eol-campaign .section-6 form {
    margin-top: 50px
}

.partner-sign-up h1,.partner-sign-up h2 {
    font-family: "Open Sans"
}

.partner-sign-up p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 25px
}

.partner-sign-up .full-width {
    position: relative;
    width: 100%;
    padding: 30px 0
}

@media (max-width: 991px) {
    .partner-sign-up .full-width {
        height:auto
    }
}

.partner-sign-up .bg-alpha {
    background-color: #cc5299
}

.partner-sign-up .btn {
    background-color: #cc5299!important;
    font-size: 16px;
    padding: 12px 50px
}

.partner-sign-up .control-label {
    padding: 10px;
    color: #2d2d2d;
    font-weight: 100
}

.partner-sign-up .control-label.raise-label {
    margin-top: -8px
}

.partner-sign-up .form-group {
    margin-bottom: 20px
}

.partner-sign-up input[type=email],.partner-sign-up input[type=text],.partner-sign-up select,.partner-sign-up textarea {
    height: 44px;
    background-color: #ebebed;
    border: 0
}

.partner-sign-up .large-padding {
    padding: 20px 0
}

.partner-sign-up .center-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    text-align: center;
    height: 100px
}

.partner-sign-up .pull-up {
    position: relative;
    top: -80px
}

@media (max-width: 991px) {
    .partner-sign-up .pull-up {
        top:0
    }
}

.partner-sign-up .image-card {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 386px;
    -webkit-box-shadow: 0 20px 40px 1px rgba(0,0,0,.3);
    box-shadow: 0 20px 40px 1px rgba(0,0,0,.3);
    background-color: #f2f2f2;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.partner-sign-up .image-card img {
    width: 100%
}

.partner-sign-up .image-card .content {
    background-color: #fff;
    padding: 20px 27px;
    height: 80px;
    text-align: center
}

.partner-sign-up .image-card .content p {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px
}

.partner-sign-up .image-card .content p.title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #915da3;
    line-height: 40px
}

.partner-sign-up .image-card.large .content {
    height: 350px
}

.partner-sign-up .image-card.large p.title {
    text-align: center;
    font-size: 24px
}

.partner-sign-up .image-card:hover:not(.large) {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 1199px) {
    .partner-sign-up .image-card {
        margin-bottom:50px
    }
}

@media (max-width: 991px) {
    .partner-sign-up .image-card.large .content {
        height:auto
    }
}

@media (max-width: 767px) {
    .partner-sign-up .image-card {
        position:relative;
        z-index: 6
    }

    .partner-sign-up .image-card.large .content {
        height: auto
    }

    .partner-sign-up .image-card .content,.partner-sign-up .image-card img {
        height: auto
    }
}

.partner-sign-up .modal-dialog .modal-content .modal-header h4 {
    color: #fff
}

.partner-sign-up .modal-dialog .modal-content .modal-title {
    color: #fffffff
}

.partner-sign-up .modal-dialog .modal-content .modal-footer .btn:hover {
    color: #000
}

.partner-sign-up .header-banner {
    padding-top: 15px;
    background-color: #915da3
}

.partner-sign-up .header-banner .register-now {
    float: right;
    background-color: #fff!important;
    color: #915da3!important
}

@media (max-width: 767px) {
    .partner-sign-up .header-banner h1 {
        text-align:center
    }

    .partner-sign-up .header-banner .t-inner {
        text-align: center
    }

    .partner-sign-up .header-banner .t-inner .register-now {
        margin: 20px 40px;
        float: none
    }
}

.partner-sign-up .full-width.why-upgrade {
    height: 470px
}

.partner-sign-up .full-width.why-upgrade h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 20px
}

.partner-sign-up .full-width.why-upgrade .t-outer {
    height: 470px;
    position: relative;
    top: -30px
}

@media (max-width: 1199px) {
    .partner-sign-up .full-width.why-upgrade {
        height:auto
    }
}

@media (max-width: 991px) {
    .partner-sign-up .full-width.why-upgrade {
        text-align:center;
        display: block;
        padding: 50px 0 30px
    }

    .partner-sign-up .full-width.why-upgrade h3,.partner-sign-up .full-width.why-upgrade p {
        padding: 20px;
        text-align: center
    }

    .partner-sign-up .full-width.why-upgrade .t-outer {
        height: auto
    }

    .partner-sign-up .full-width.why-upgrade .t-outer img {
        margin: auto
    }
}

@media (max-width: 767px) {
    .partner-sign-up .full-width.why-upgrade {
        padding:15px
    }

    .partner-sign-up .full-width.why-upgrade .t-outer {
        height: auto
    }

    .partner-sign-up .full-width.why-upgrade h2 {
        margin: 40px 0 20px
    }
}

.partner-sign-up .full-width.benefit-header {
    font-size: 22px;
    background-color: #cc5299;
    padding: 45px 0 38px
}

.partner-sign-up .full-width.benefit-header h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 300
}

@media (max-width: 991px) {
    .partner-sign-up .full-width.benefit-header {
        height:130px
    }
}

@media (max-width: 767px) {
    .partner-sign-up .full-width.benefit-header {
        height:auto
    }
}

.partner-sign-up .full-width.benefit-section {
    padding: 0 0 90px
}

@media (max-width: 1199px) {
    .partner-sign-up .full-width.benefit-section {
        padding:0 0 40px
    }
}

.partner-sign-up .full-width.become-partner {
    margin: 0
}

.partner-sign-up .full-width.become-partner h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    margin: 40px 0
}

.partner-sign-up .full-width.become-partner h3 {
    font-size: 22px;
    font-weight: 100;
    color: #915da3;
    margin: 10px 0 10px 0
}

.partner-sign-up .full-width.become-partner p {
    font-size: 16px;
    font-weight: 300
}

.partner-sign-up .full-width.become-partner hr {
    margin-top: 50px;
    border: 1px solid #cc5299
}

.partner-sign-up .full-width.become-partner .step {
    padding: 0 15px;
    text-align: center
}

.partner-sign-up .full-width.become-partner .step.one img {
    margin-left: 0
}

.partner-sign-up .full-width.become-partner .step.two img {
    margin-left: -5px
}

.partner-sign-up .full-width.become-partner .step.three img {
    margin-left: -4px
}

.partner-sign-up .full-width.become-partner .step.four img {
    margin-left: -8px
}

.partner-sign-up .full-width.become-partner .step.five img {
    margin-left: -3px
}

.partner-sign-up .full-width.become-partner .step.six img {
    margin-left: -9px
}

@media (max-width: 767px) {
    .partner-sign-up .full-width.become-partner {
        padding:15px
    }

    .partner-sign-up .full-width.become-partner .step {
        padding: 15px
    }
}

.microsoft-surface-2018 {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.625
}

.microsoft-surface-2018 p {
    font-size: 1em;
    line-height: inherit
}

.microsoft-surface-2018 .btn {
    background-color: #068fcf;
    padding: 12px
}

.microsoft-surface-2018 .btn .fa-chevron-right {
    margin: 0
}

.microsoft-surface-2018 .fa {
    padding-left: 14px;
    margin-bottom: 2px
}

.microsoft-surface-2018 .txt-white {
    color: #fff
}

.microsoft-surface-2018 .txt-blue {
    color: #068fcf
}

.microsoft-surface-2018 .txt-orange {
    color: #f15021
}

.microsoft-surface-2018 .txt-green {
    color: #80b901
}

.microsoft-surface-2018 .txt-purple {
    color: #915da3
}

.microsoft-surface-2018 .padd-0 {
    padding: 0
}

.microsoft-surface-2018 .surface-banner {
    position: relative;
    background-image: -webkit-linear-gradient(bottom,#fff,rgba(255,255,255,.5) 65px,transparent 100px),url(/assets/uploads/campaigns/microsoft-surface-2018/header.jpg);
    background-image: -o-linear-gradient(bottom,#fff,rgba(255,255,255,.5) 65px,transparent 100px),url(/assets/uploads/campaigns/microsoft-surface-2018/header.jpg);
    background-image: linear-gradient(to top,#fff,rgba(255,255,255,.5) 65px,transparent 100px),url(/assets/uploads/campaigns/microsoft-surface-2018/header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7eef4;
    -webkit-background-size: cover;
    background-size: cover;
    height: 438px
}

.microsoft-surface-2018 .surface-banner .scroll-button-container {
    position: absolute;
    width: 73px;
    height: 73px;
    margin: 0 auto;
    bottom: 50px;
    left: 0;
    right: 0
}

.microsoft-surface-2018 .surface-banner .btn {
    margin-bottom: 20px;
    margin-left: -113px
}

@media only screen and (min-width: 1450px) {
    .microsoft-surface-2018 .surface-banner {
        height:538px
    }
}

@media screen and (max-width: 1199px) {
    .microsoft-surface-2018 .surface-banner {
        height:438px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-surface-2018 .surface-banner {
        height:400px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-2018 .surface-banner .scroll-button-container {
        bottom:20px
    }

    .microsoft-surface-2018 .surface-banner .btn {
        font-size: 11px;
        margin-bottom: 10px;
        margin-left: -80px
    }
}

.microsoft-surface-2018 .section-1 {
    min-height: 520px;
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/monitor.jpg),url(/assets/uploads/campaigns/microsoft-surface-2018/surface.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom,right bottom;
    -webkit-background-size: 630px 487px,906px 474px;
    background-size: 630px 487px,906px 474px;
    padding-top: 75px
}

@media only screen and (max-width: 1700px) {
    .microsoft-surface-2018 .section-1 {
        background-position:left bottom,110% bottom
    }
}

@media only screen and (max-width: 1550px) {
    .microsoft-surface-2018 .section-1 {
        background-position:-15% bottom,135% bottom
    }
}

@media only screen and (max-width: 1350px) {
    .microsoft-surface-2018 .section-1 {
        background-position:-30% bottom,180% bottom
    }
}

@media screen and (max-width: 1199px) {
    .microsoft-surface-2018 .section-1 {
        min-height:700px;
        background-position: left bottom,110% bottom;
        -webkit-background-size: 430px 332px,606px 317px;
        background-size: 430px 332px,606px 317px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-surface-2018 .section-1 {
        background:0 0;
        min-height: 500px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-2018 .section-1 {
        padding:60px 0 40px
    }
}

.microsoft-surface-2018 .section-1 .lead {
    font-size: 24px;
    color: #068fcf;
    font-weight: 100
}

.microsoft-surface-2018 .section-1 p {
    margin-bottom: 10px
}

.microsoft-surface-2018 .section-1 h1 {
    margin: 10px;
    font-size: 32px;
    color: #078fcd
}

.microsoft-surface-2018 .section-1 .btn {
    margin: 30px 0
}

.microsoft-surface-2018 .section-2 {
    position: relative;
    margin: 0
}

.microsoft-surface-2018 .section-2 .section-banner {
    min-height: 975px;
    margin-bottom: 0;
    padding: 75px 0 0;
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/bg-surface.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #262a2f;
    -webkit-background-size: cover;
    background-size: cover
}

.microsoft-surface-2018 .section-2 .section-banner h2 {
    margin-bottom: 50px;
    color: #fff
}

.microsoft-surface-2018 .section-2 .media-block {
    background-color: #fff
}

@media screen and (max-width: 991px) {
    .microsoft-surface-2018 .section-2 .media-block {
        margin-bottom:25px
    }

    .microsoft-surface-2018 .section-2 .media-block:after,.microsoft-surface-2018 .section-2 .media-block:before {
        content: " ";
        display: table
    }

    .microsoft-surface-2018 .section-2 .media-block:after {
        clear: both
    }

    .microsoft-surface-2018 .section-2 .media-block:after,.microsoft-surface-2018 .section-2 .media-block:before {
        content: " ";
        display: table
    }

    .microsoft-surface-2018 .section-2 .media-block:after {
        clear: both
    }
}

.microsoft-surface-2018 .section-2 .mb-img {
    height: 219px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.microsoft-surface-2018 .section-2 .mb-img.bg-1 {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/challenge-1.jpg)
}

.microsoft-surface-2018 .section-2 .mb-img.bg-2 {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/challenge-2.jpg)
}

.microsoft-surface-2018 .section-2 .mb-img.bg-3 {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/challenge-3.jpg)
}

@media screen and (max-width: 991px) {
    .microsoft-surface-2018 .section-2 .mb-img {
        float:left;
        width: 35%
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-2018 .section-2 .mb-img {
        display:none
    }
}

.microsoft-surface-2018 .section-2 .mb-copy {
    height: 275px;
    padding: 35px 40px;
    font-size: 16px
}

.microsoft-surface-2018 .section-2 .mb-copy h3 {
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 25px
}

@media screen and (max-width: 1199px) {
    .microsoft-surface-2018 .section-2 .mb-copy {
        padding:30px 30px
    }

    .microsoft-surface-2018 .section-2 .mb-copy h3 {
        font-size: 24px
    }

    .microsoft-surface-2018 .section-2 .mb-copy p {
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-surface-2018 .section-2 .mb-copy {
        float:left;
        width: 65%;
        height: 219px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-2018 .section-2 .mb-copy {
        width:100%;
        height: auto
    }
}

.microsoft-surface-2018 .section-2 .choose-sector {
    margin: 60px 0 35px;
    position: relative
}

.microsoft-surface-2018 .section-2 .choose-sector:after,.microsoft-surface-2018 .section-2 .choose-sector:before {
    content: ' ';
    display: block;
    width: -webkit-calc(50% - 100px);
    width: calc(50% - 100px);
    height: 2px;
    position: absolute;
    top: 10px;
    border-top: #fff 1px solid
}

.microsoft-surface-2018 .section-2 .choose-sector:before {
    left: 0
}

.microsoft-surface-2018 .section-2 .choose-sector:after {
    right: 0
}

.microsoft-surface-2018 .section-2 .choose-sector p {
    width: 200px;
    margin: 0 auto;
    color: #fff
}

.microsoft-surface-2018 .section-2 .nav-block {
    width: 100%
}

.microsoft-surface-2018 .section-2 .nav-tabs {
    height: 90px;
    line-height: 90px;
    font-size: 32px;
    border: none;
    text-align: center
}

.microsoft-surface-2018 .section-2 .nav-tabs li {
    zoom:1;color: #fff;
    font-weight: 200;
    display: block;
    float: left;
    width: 50%;
    height: 90px;
    margin: 0;
    background-color: #915da3
}

.microsoft-surface-2018 .section-2 .nav-tabs li a {
    color: #fff;
    background: 0 0;
    border: none;
    line-height: 65px
}

.microsoft-surface-2018 .section-2 .nav-tabs li.active {
    position: relative
}

.microsoft-surface-2018 .section-2 .nav-tabs li.active:after {
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -32px;
    width: 0;
    z-index: 100
}

.microsoft-surface-2018 .section-2 .nav-tabs li.financial.active {
    background-color: #078fcd
}

.microsoft-surface-2018 .section-2 .nav-tabs li.financial.active:after {
    border-top: 32px solid #078fcd
}

.microsoft-surface-2018 .section-2 .nav-tabs li.financial.active+.legal {
    background-color: #078fcd
}

.microsoft-surface-2018 .section-2 .nav-tabs li.legal.active:after {
    border-top: 32px solid #915da3
}

.microsoft-surface-2018 .section-2 .btn {
    margin-top: 50px
}

.microsoft-surface-2018 .section-2 .triangle-container {
    width: 100%;
    margin: auto
}

@media screen and (max-width: 1199px) {
    .microsoft-surface-2018 .section-2 li {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-2018 .section-2 .nav-tabs {
        height:auto
    }

    .microsoft-surface-2018 .section-2 .nav-tabs li {
        display: block;
        width: -webkit-calc(100% + 10px);
        width: calc(100% + 10px);
        margin-left: -10px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .microsoft-surface-2018 .section-2 .nav-tabs li:hover {
        background-color: #744a83
    }

    .microsoft-surface-2018 .section-2 .nav-tabs li.active {
        background-color: #573862
    }

    .microsoft-surface-2018 .section-2 .nav-tabs li.active a {
        font-weight: 400
    }

    .microsoft-surface-2018 .section-2 .nav-tabs li.active:after {
        display: none
    }

    .microsoft-surface-2018 .section-2 .btn {
        margin-top: 50px
    }
}

.microsoft-surface-2018 .section-3 {
    position: relative;
    background-color: #eaeceb;
    border-bottom: 4px solid #915da3
}

.microsoft-surface-2018 .section-3:after,.microsoft-surface-2018 .section-3:before {
    content: " ";
    display: table
}

.microsoft-surface-2018 .section-3:after {
    clear: both
}

.microsoft-surface-2018 .section-3:after,.microsoft-surface-2018 .section-3:before {
    content: " ";
    display: table
}

.microsoft-surface-2018 .section-3:after {
    clear: both
}

.microsoft-surface-2018 .section-3 .right-section {
    position: relative;
    margin-left: 50%;
    padding: 45px 90px;
    min-height: 710px
}

@media screen and (max-width: 991px) {
    .microsoft-surface-2018 .section-3 .right-section {
        margin-left:0;
        min-height: auto
    }
}

@media screen and (max-width: 767px) {
    .microsoft-surface-2018 .section-3 .right-section {
        padding:22px 45px
    }
}

.microsoft-surface-2018 .section-3 .right-section:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width: 991px) {
    .microsoft-surface-2018 .section-3 .right-section:after {
        display:none
    }
}

.microsoft-surface-2018 .section-3 .right-section h3 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 1em
}

.microsoft-surface-2018 .section-3 .right-section p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.625
}

.microsoft-surface-2018 .section-3 .right-section ul {
    margin: 30PX 0 0;
    padding: 0
}

.microsoft-surface-2018 .section-3 .right-section ul li {
    list-style: none;
    margin: 0 0 5px;
    padding: 15px 0 15px 75px;
    font-size: 16px;
    line-height: 1.625;
    background-repeat: no-repeat;
    background-position: left center
}

.microsoft-surface-2018 .section-3 .right-section ul li.arrow {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/legal-arrow.png)
}

.microsoft-surface-2018 .section-3 .right-section ul li.house {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/legal-house.png)
}

.microsoft-surface-2018 .section-3 .right-section ul li.keyboard {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/legal-keyboard.png)
}

.microsoft-surface-2018 .section-3 .right-section ul li.pencil {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/legal-pencil.png)
}

.microsoft-surface-2018 .section-3 .right-section ul li.people {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/legal-people.png)
}

.microsoft-surface-2018 .section-3 .right-section ul li.speak {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/legal-speak.png)
}

.microsoft-surface-2018 .section-3 .right-section ul li.camera {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/fin-camera.png)
}

.microsoft-surface-2018 .section-3 .right-section ul li.clock {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/fin-clock.png)
}

.microsoft-surface-2018 .section-3 .right-section ul li.cloud {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/fin-cloud.png)
}

.microsoft-surface-2018 .section-3 .right-section ul li.signature {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/fin-signature.png)
}

.microsoft-surface-2018 .section-3 .right-section ul li.wifi {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/fin-wifi.png)
}

.microsoft-surface-2018 .section-3.financial {
    border-bottom: 4px solid #068fcf
}

.microsoft-surface-2018 .section-3.financial .right-section:after {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/financial.jpg);
    background-position: left top
}

.microsoft-surface-2018 .section-3.legal {
    border-bottom: 4px solid #915da3
}

.microsoft-surface-2018 .section-3.legal .right-section:after {
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/legal.jpg);
    background-position: center top
}

.microsoft-surface-2018 .section-4 {
    padding: 90px 0 100px;
    background-image: url(/assets/uploads/campaigns/microsoft-surface-2018/wave-l.jpg),url(/assets/uploads/campaigns/microsoft-surface-2018/wave-r.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: -10% bottom,100% bottom;
    -webkit-background-size: 727px 176px,468px 115px;
    background-size: 727px 176px,468px 115px
}

.microsoft-surface-2018 .section-4 h2 {
    margin-bottom: 35px
}

.microsoft-surface-2018 .section-4 p {
    margin-bottom: 40px
}

@media screen and (max-width: 1200px) {
    .microsoft-surface-2018 .section-4 {
        background-position:-45% bottom,120% bottom
    }
}

@media screen and (max-width: 992px) {
    .microsoft-surface-2018 .section-4 {
        background-position:-100% bottom,120% bottom
    }
}

@media screen and (max-width: 925px) {
    .microsoft-surface-2018 .section-4 {
        padding:50px 0;
        background-image: none
    }
}

.microsoft-surface-2018 .section-5 {
    height: 520px;
    overflow: visible;
    background: url(/assets/uploads/campaigns/microsoft-surface-2018/banner-surface.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.microsoft-surface-2018 .section-5 .container {
    position: relative;
    height: inherit
}

.microsoft-surface-2018 .section-5 .man-green,.microsoft-surface-2018 .section-5 .man-orange {
    position: absolute;
    z-index: 100
}

@media screen and (max-width: 991px) {
    .microsoft-surface-2018 .section-5 .man-green,.microsoft-surface-2018 .section-5 .man-orange {
        display:none
    }
}

.microsoft-surface-2018 .section-5 .man-orange {
    top: -35px;
    left: 5%
}

.microsoft-surface-2018 .section-5 .man-green {
    bottom: -30px;
    left: 35%
}

.microsoft-surface-2018 .section-6 {
    padding: 20px;
    margin: 50px 0
}

.microsoft-surface-2018 .section-6 h2 {
    color: #068fcf;
    font-weight: 600;
    margin-bottom: 20px
}

.microsoft-surface-2018 .section-6 p {
    font-size: 18px;
    line-height: 23px
}

.microsoft-surface-2018 .section-6 span {
    font-weight: 100;
    font-size: 16px;
    font-family: "Open Sans"
}

.microsoft-surface-2018 .section-6 .btn {
    padding: 12px 30px
}

.microsoft-surface-2018 .section-6 .highlight {
    color: #068fcf;
    font-weight: 600
}

.microsoft-surface-2018 .section-6 .logos img {
    margin-left: 20px
}

.microsoft-education-hub {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.625
}

.microsoft-education-hub .btn-group-vertical>.btn-group::after,.microsoft-education-hub .btn-toolbar::after,.microsoft-education-hub .clearfix::after,.microsoft-education-hub .container-fluid::after,.microsoft-education-hub .container::after,.microsoft-education-hub .dl-horizontal dd::after,.microsoft-education-hub .form-horizontal .form-group::after,.microsoft-education-hub .modal-footer::after,.microsoft-education-hub .nav::after,.microsoft-education-hub .navbar-collapse::after,.microsoft-education-hub .navbar-header::after,.microsoft-education-hub .navbar::after,.microsoft-education-hub .pager::after,.microsoft-education-hub .panel-body::after,.microsoft-education-hub .row::after {
    content: "";
    clear: both;
    display: table
}

.microsoft-education-hub p {
    font-size: 18px;
    line-height: inherit
}

.microsoft-education-hub .txt-sml {
    font-size: 11px
}

.microsoft-education-hub .btn {
    background-color: #00aca2;
    padding: 12px
}

.microsoft-education-hub .btn .fa-chevron-right {
    margin: 0
}

.microsoft-education-hub .fa {
    padding-left: 14px;
    margin-bottom: 2px
}

.microsoft-education-hub .txt-white {
    color: #fff
}

.microsoft-education-hub .txt-blue {
    color: #068fcf
}

.microsoft-education-hub .txt-orange {
    color: #f15021
}

.microsoft-education-hub .txt-green {
    color: #80b901
}

.microsoft-education-hub .txt-purple {
    color: #915da3
}

.microsoft-education-hub .padd-0 {
    padding: 0
}

.microsoft-education-hub .surface-banner {
    position: relative;
    background-image: url(/assets/uploads/campaigns/microsoft-education-hub/header-updated.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #e7eef4;
    -webkit-background-size: cover;
    background-size: cover;
    height: 604px
}

.microsoft-education-hub .surface-banner .scroll-button-container {
    position: absolute;
    width: 73px;
    height: 133px;
    margin: 0 auto;
    bottom: 50px;
    left: 0;
    right: 0
}

.microsoft-education-hub .surface-banner .btn {
    margin-bottom: 20px;
    margin-left: -37px
}

@media only screen and (min-width: 1450px) {
    .microsoft-education-hub .surface-banner {
        height:604px
    }
}

@media screen and (max-width: 1199px) {
    .microsoft-education-hub .surface-banner {
        height:438px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-education-hub .surface-banner {
        height:400px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-education-hub .surface-banner .scroll-button-container {
        bottom:20px
    }

    .microsoft-education-hub .surface-banner .btn {
        font-size: 11px;
        margin-bottom: 10px;
        margin-left: -80px
    }
}

.microsoft-education-hub .section-1 {
    min-height: 520px;
    background-image: url(/assets/uploads/campaigns/microsoft-education-hub/monitor.jpg),url(/assets/uploads/campaigns/microsoft-education-hub/surface.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom,right bottom;
    -webkit-background-size: 630px 487px,906px 474px;
    background-size: 630px 487px,906px 474px;
    padding-top: 75px
}

@media screen and (max-width: 1199px) {
    .microsoft-education-hub .section-1 {
        min-height:575px;
        background-position: left bottom,110% bottom;
        -webkit-background-size: 430px 332px,606px 317px;
        background-size: 430px 332px,606px 317px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-education-hub .section-1 {
        background:0 0;
        min-height: 500px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-education-hub .section-1 {
        padding:60px 0 40px
    }
}

.microsoft-education-hub .section-1 .lead {
    font-size: 24px;
    color: #068fcf;
    font-weight: 100
}

.microsoft-education-hub .section-1 p {
    margin-bottom: 10px
}

.microsoft-education-hub .section-1 h1 {
    margin: 10px;
    font-size: 28px;
    font-weight: 200;
    color: #078fcd
}

.microsoft-education-hub .section-1 .btn {
    margin: 30px 0
}

.microsoft-education-hub .section-2 {
    position: relative;
    margin: 0
}

.microsoft-education-hub .section-2 h3 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 100;
    line-height: 40px;
    color: #02a4ef
}

.microsoft-education-hub .section-2 p {
    font-size: 18px;
    color: #fff
}

.microsoft-education-hub .section-2 .section-banner {
    min-height: 460px;
    margin-bottom: 0;
    padding: 80px 0;
    background-image: url(/assets/uploads/campaigns/microsoft-education-hub/bg-educators.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #262a2f;
    -webkit-background-size: cover;
    background-size: cover
}

.microsoft-education-hub .section-2 .section-banner h2 {
    margin-bottom: 50px;
    color: #fff
}

.microsoft-education-hub .section-2 .media-block {
    background-color: #fff
}

@media screen and (max-width: 991px) {
    .microsoft-education-hub .section-2 .media-block {
        margin-bottom:25px
    }

    .microsoft-education-hub .section-2 .media-block:after,.microsoft-education-hub .section-2 .media-block:before {
        content: " ";
        display: table
    }

    .microsoft-education-hub .section-2 .media-block:after {
        clear: both
    }

    .microsoft-education-hub .section-2 .media-block:after,.microsoft-education-hub .section-2 .media-block:before {
        content: " ";
        display: table
    }

    .microsoft-education-hub .section-2 .media-block:after {
        clear: both
    }
}

.microsoft-education-hub .section-2 .nav-block {
    width: 100%
}

.microsoft-education-hub .section-2 .nav-tabs {
    height: 90px;
    line-height: 90px;
    font-size: 32px;
    border: none;
    text-align: center
}

.microsoft-education-hub .section-2 .nav-tabs li {
    zoom:1;color: #fff;
    font-weight: 200;
    display: block;
    float: left;
    width: 50%;
    height: 90px;
    margin: 0;
    background-color: #915da3
}

.microsoft-education-hub .section-2 .nav-tabs li a {
    color: #fff;
    background: 0 0;
    border: none;
    line-height: 65px
}

.microsoft-education-hub .section-2 .nav-tabs li.active {
    position: relative
}

.microsoft-education-hub .section-2 .nav-tabs li.active:after {
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -32px;
    width: 0;
    z-index: 100
}

.microsoft-education-hub .section-2 .nav-tabs li.financial.active {
    background-color: #078fcd
}

.microsoft-education-hub .section-2 .nav-tabs li.financial.active:after {
    border-top: 32px solid #078fcd
}

.microsoft-education-hub .section-2 .nav-tabs li.financial.active+.legal {
    background-color: #078fcd
}

.microsoft-education-hub .section-2 .nav-tabs li.legal.active:after {
    border-top: 32px solid #915da3
}

.microsoft-education-hub .section-2 .btn {
    margin-top: 50px
}

.microsoft-education-hub .section-2 .triangle-container {
    width: 100%;
    margin: auto
}

@media screen and (max-width: 1199px) {
    .microsoft-education-hub .section-2 li {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-education-hub .section-2 .nav-tabs {
        height:auto
    }

    .microsoft-education-hub .section-2 .nav-tabs li {
        display: block;
        width: -webkit-calc(100% + 10px);
        width: calc(100% + 10px);
        margin-left: -10px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .microsoft-education-hub .section-2 .nav-tabs li:hover {
        background-color: #744a83
    }

    .microsoft-education-hub .section-2 .nav-tabs li.active {
        background-color: #573862
    }

    .microsoft-education-hub .section-2 .nav-tabs li.active a {
        font-weight: 400
    }

    .microsoft-education-hub .section-2 .nav-tabs li.active:after {
        display: none
    }

    .microsoft-education-hub .section-2 .btn {
        margin-top: 50px
    }
}

.microsoft-education-hub .section-table h2 {
    padding-top: 50px;
    color: #068fcf;
    font-size: 30px;
    font-weight: 100
}

.microsoft-education-hub .section-table .table {
    margin-top: 30px;
    overflow: scroll;
    overflow: auto
}

.microsoft-education-hub .section-table .table>thead>tr>th {
    border-bottom: 1px solid #02a4ef;
    text-align: center
}

.microsoft-education-hub .section-table .table>tbody>tr>td {
    padding: 20px;
    border-top: 1px solid #02a4ef;
    color: #585858;
    font-size: 17px
}

.microsoft-education-hub .section-table .table>tbody>tr>td img {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.microsoft-education-hub .section-table .buttons {
    text-align: center;
    margin-top: 40px
}

.microsoft-education-hub .section-table .button-wrapper {
    text-align: center
}

@media screen and (max-width: 1199px) {
    .microsoft-education-hub .section-table {
        -webkit-background-size:100% 100%;
        background-size: 100%
    }
}

@media screen and (max-width: 991px) {
    .microsoft-education-hub .section-table .table-responsive {
        border:0
    }
}

@media screen and (max-width: 767px) {
    .microsoft-education-hub .section-table .table>tbody>tr>td {
        font-size:14px
    }
}

.microsoft-education-hub .section-facts {
    background-image: url(/assets/uploads/campaigns/microsoft-modern-workplace/section-4-waves.png);
    background-position: top 50px center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center
}

.microsoft-education-hub .section-facts .logos {
    padding-top: 100px;
    padding-bottom: 25px;
    margin: auto;
    width: 55%
}

.microsoft-education-hub .section-facts .logos img {
    padding-left: 40px;
    margin-left: auto;
    margin-right: auto
}

.microsoft-education-hub .section-facts .buttons {
    display: block;
    margin: auto
}

.microsoft-education-hub .section-facts .buttons a {
    margin-top: 40px
}

.microsoft-education-hub .section-facts h2 {
    padding-top: 50px;
    margin-bottom: 20px;
    color: #068fcf;
    font-size: 30px;
    font-weight: 100
}

.microsoft-education-hub .section-facts p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    text-align: center;
    color: #585858
}

@media screen and (max-width: 1199px) {
    .microsoft-education-hub .section-facts {
        -webkit-background-size:100% 100%;
        background-size: 100%
    }
}

@media screen and (max-width: 767px) {
    .microsoft-education-hub .section-facts h2 {
        padding-top:60px
    }

    .microsoft-education-hub .section-facts .logos img {
        padding: 0;
        width: 100%
    }
}

.microsoft-education-hub .section-hero-devices {
    padding-bottom: 80px;
    border: none;
    border-bottom: 4px solid #f15121;
    color: #666
}

.microsoft-education-hub .section-hero-devices h2 {
    padding-bottom: 40px;
    color: #068fcf;
    font-size: 30px;
    font-weight: 100
}

.microsoft-education-hub .section-hero-devices p {
    font-size: 14px
}

.microsoft-education-hub .section-hero-devices ul li {
    border-top: 1px solid #666;
    padding: 14px 0;
    color: #81b902;
    font-size: 30px;
    list-style: square;
    line-height: 20px!important
}

.microsoft-education-hub .section-hero-devices ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 100;
    color: #666
}

.microsoft-education-hub .section-hero-devices .wrap {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0 0 20px;
    border-width: 3px;
    border-style: solid
}

.microsoft-education-hub .section-hero-devices .wrap h2 {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 20px
}

.microsoft-education-hub .section-hero-devices .wrap .top-header {
    height: 240px
}

.microsoft-education-hub .section-hero-devices .wrap .top-header.extra-height {
    height: 260px
}

.microsoft-education-hub .section-hero-devices .wrap .product {
    position: relative;
    max-width: -webkit-calc(100% + 20px);
    max-width: calc(100% + 20px);
    left: -20px;
    margin-top: 25px
}

.microsoft-education-hub .section-hero-devices .wrap h3 {
    font-family: "Open Sans",sans-serif;
    font-weight: 200;
    font-size: 22px;
    line-height: 28px
}

.microsoft-education-hub .section-hero-devices .wrap.surface-pro {
    border-color: #f15121
}

.microsoft-education-hub .section-hero-devices .wrap.surface-pro h3 {
    color: #f15121
}

.microsoft-education-hub .section-hero-devices .wrap.surface-pro ul li {
    color: #f15121
}

.microsoft-education-hub .section-hero-devices .wrap.surface-book {
    border-color: #80ba01
}

.microsoft-education-hub .section-hero-devices .wrap.surface-book h3 {
    color: #80ba01
}

.microsoft-education-hub .section-hero-devices .wrap.surface-book ul li {
    color: #80ba01
}

.microsoft-education-hub .section-hero-devices .wrap.surface-studio {
    border-color: #02a4ef
}

.microsoft-education-hub .section-hero-devices .wrap.surface-studio h3 {
    color: #02a4ef
}

.microsoft-education-hub .section-hero-devices .wrap.surface-studio ul li {
    color: #02a4ef
}

.microsoft-education-hub .section-hero-devices .wrap.surface-hub {
    border-color: #fbbd56
}

.microsoft-education-hub .section-hero-devices .wrap.surface-hub h3 {
    color: #fbbd56
}

.microsoft-education-hub .section-hero-devices .wrap.surface-hub ul li {
    color: #fbbd56
}

@media screen and (max-width: 1199px) {
    .microsoft-education-hub .section-hero-devices .wrap .top-header {
        height:265px
    }

    .microsoft-education-hub .section-hero-devices .wrap .top-header.extra-height {
        height: 330px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-education-hub .section-hero-devices .wrap {
        height:650px
    }

    .microsoft-education-hub .section-hero-devices .wrap .top-header {
        height: 415px
    }

    .microsoft-education-hub .section-hero-devices .wrap .top-header.extra-height {
        height: 460px
    }

    .microsoft-education-hub .section-hero-devices .wrap .product {
        max-width: 100%;
        left: auto;
        margin: 10px auto 20px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-education-hub .section-hero-devices .wrap {
        height:auto
    }

    .microsoft-education-hub .section-hero-devices .wrap .top-header {
        height: auto;
        margin-bottom: 20px
    }

    .microsoft-education-hub .section-hero-devices .wrap .top-header.extra-height {
        height: auto
    }
}

.microsoft-education-hub .tab-content {
    position: relative;
    margin: 0;
    border: none;
    padding-bottom: 80px
}

.microsoft-education-hub .tab-content .background-section {
    height: 500px;
    margin-bottom: 0;
    padding: 80px 0;
    background: url(/assets/uploads/campaigns/microsoft-education-hub/banner-desk-work.jpg) center no-repeat;
    background-color: #262a2f;
    -webkit-background-size: cover;
    background-size: cover
}

.microsoft-education-hub .tab-content .background-section .background-text {
    height: 300px
}

.microsoft-education-hub .tab-content .background-section .background-text h2 {
    font-family: "Open Sans",sans-serif;
    color: #fff;
    font-weight: lighter;
    font-size: 51px;
    line-height: 46px
}

.microsoft-education-hub .tab-content .background-section .background-text p {
    font-family: "Open Sans",sans-serif;
    color: #fff;
    font-weight: lighter;
    font-size: 18px;
    line-height: 26px
}

.microsoft-education-hub .tab-content .achieve-success-section {
    padding-bottom: 50px;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    line-height: 26px
}

.microsoft-education-hub .tab-content .achieve-success-section .achieve-content {
    margin-top: 90px
}

.microsoft-education-hub .tab-content .achieve-success-section .achieve-content .lower-section {
    margin-top: 40px
}

.microsoft-education-hub .tab-content .achieve-success-section h3 {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #f15121;
    padding-bottom: 32px
}

.microsoft-education-hub .tab-content .achieve-success-section img {
    width: 100%
}

.microsoft-education-hub .tab-content .achieve-success-section p {
    padding-bottom: 28px
}

.microsoft-education-hub .section-6 {
    padding: 20px;
    margin: 50px 0
}

.microsoft-education-hub .section-6 h2 {
    color: #068fcf;
    font-weight: 600;
    margin-bottom: 20px
}

.microsoft-education-hub .section-6 p {
    font-size: 18px;
    line-height: 23px
}

.microsoft-education-hub .section-6 span {
    font-weight: 100;
    font-size: 16px;
    font-family: "Open Sans"
}

.microsoft-education-hub .section-6 .btn {
    padding: 13px 16px;
    color: #000;
    background-color: #fff;
    border: 4px solid #7c4783
}

.microsoft-education-hub .section-6 .btn i {
    color: #000
}

.microsoft-education-hub .section-6 .highlight {
    color: #068fcf;
    font-weight: 600
}

.microsoft-education-hub .section-6 .logos img {
    margin-left: 20px
}

.devices {
    font-family: 'Proxima Nova',sans-serif;
    font-size: 16px;
    color: #666
}

.devices h2,.devices h3 {
    font-weight: 300;
    color: #585858;
    margin-bottom: 40px;
    font-size: 30px
}

.devices p {
    line-height: 20px
}

.devices .btn {
    font-family: 'Open sans',sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 20px;
    border: 2px solid #915da3
}

.devices .btn .fa-chevron-right {
    margin-left: 20px
}

.devices .btn:hover {
    background-color: #fff;
    color: #915da3
}

.devices .btn:hover .fa-chevron-right {
    color: #915da3
}

.devices .btn:focus {
    background-color: #fff;
    color: #915da3
}

.devices .btn:focus .fa-chevron-right {
    color: #915da3
}

.devices .owl-item {
    float: left
}

.devices .owl-nav {
    display: none
}

.devices #resources {
    position: relative
}

.devices .resource-carousel {
    display: block;
    width: 100%;
    margin: 0
}

.devices .resource-carousel .owl-item {
    float: left
}

.devices .owl-stage {
    margin: 0 auto
}

.devices .raise-text {
    position: relative;
    z-index: 6
}

.devices p.color-alpha {
    font-size: 24px;
    line-height: 28px
}

.devices p {
    font-weight: 300;
    font-size: 16px
}

.devices .full-width {
    position: relative;
    width: 100%;
    padding: 0
}

@media (max-width: 991px) {
    .devices .full-width {
        height:auto
    }
}

.devices img.journey-banner {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.devices img.journey-banner.responsive {
    display: none
}

@media (max-width: 767px) {
    .devices img.journey-banner {
        display:none
    }

    .devices img.journey-banner.responsive {
        display: block
    }
}

.devices .image-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
    width: 40%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #fff
}

@media (max-width: 767px) {
    .devices .image-right {
        display:none
    }
}

.devices .device-container:nth-of-type(n+4) {
    display: none
}

.devices .device-container.see-all {
    display: block!important
}

.devices .image-card {
    margin: 0 auto 20px auto;
    max-width: 300px;
    -webkit-box-shadow: 0 20px 40px 1px rgba(0,0,0,.3);
    box-shadow: 0 20px 40px 1px rgba(0,0,0,.3);
    background-color: #f2f2f2;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.devices .image-card a {
    text-decoration: none
}

.devices .image-card a:hover {
    text-decoration: none
}

.devices .image-card a:active {
    text-decoration: none
}

.devices .image-card a:focus {
    text-decoration: none
}

.devices .image-card .image {
    background-color: #ececec;
    height: 221px
}

.devices .image-card .image.one {
    background-image: url(/assets/uploads/campaigns/devices/device-as-a-service.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.devices .image-card .image.two {
    background-image: url(/assets/uploads/campaigns/devices/financial-services.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.devices .image-card .image.three {
    background-image: url(/assets/uploads/campaigns/devices/lifecycle-services.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.devices .image-card .body-content {
    background-color: #fff;
    height: 80px
}

.devices .image-card .body-content p {
    color: #666;
    font-size: 16px
}

.devices .image-card .body-content p.title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #915da3;
    line-height: 30px
}

.devices .image-card.large {
    max-width: 366px;
    height: 645px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    background-color: #fff
}

.devices .image-card.large h4 {
    text-transform: capitalize;
    margin: 0;
    text-align: left;
    font-size: 24px;
    color: #585858
}

.devices .image-card.large h4.subtitle {
    font-weight: 600;
    margin-bottom: 5px
}

.devices .image-card.large p {
    margin-top: 15px
}

.devices .image-card.large .image {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 250px
}

.devices .image-card.large .body-content {
    position: relative;
    padding: 20px;
    min-height: 255px;
    height: auto
}

.devices .image-card.large .body-content ul {
    padding-left: 20px
}

.devices .image-card.large .body-content ul li {
    padding: 3px 0
}

.devices .image-card.large .text-description {
    margin: 10px 0 60px;
    font-size: 15px;
    font-weight: 300
}

.devices .image-card.large .buy-btn {
    position: absolute;
    bottom: 40px;
    left: 30px
}

.devices .image-card:hover:not(.large) {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 1199px) {
    .devices .image-card.large {
        height:675px
    }
}

@media (max-width: 767px) {
    .devices .image-card {
        position:relative;
        z-index: 6
    }

    .devices .image-card .body-content,.devices .image-card img {
        height: auto
    }

    .devices .image-card.large {
        height: auto
    }

    .devices .image-card.large .buy-btn {
        position: absolute;
        bottom: 10px;
        left: 10px
    }
}

@media (max-width: 1199px) {
    .devices .squares2,.devices .squares3,.devices .squares8,.devices .squares9 {
        display:none
    }
}

.devices .squares1,.devices .squares10,.devices .squares11,.devices .squares12,.devices .squares13,.devices .squares2,.devices .squares3,.devices .squares4,.devices .squares5,.devices .squares6,.devices .squares7,.devices .squares8,.devices .squares9 {
    position: absolute;
    z-index: 5
}

@media (max-width: 991px) {
    .devices .squares1,.devices .squares10,.devices .squares11,.devices .squares12,.devices .squares13,.devices .squares2,.devices .squares3,.devices .squares4,.devices .squares5,.devices .squares6,.devices .squares7,.devices .squares8,.devices .squares9 {
        display:none
    }
}

.devices .squares1 {
    right: 60px;
    bottom: -100px
}

.devices .squares2 {
    left: 0;
    top: -70px
}

@media (max-width: 991px) {
    .devices .squares2 {
        left:-120px
    }
}

.devices .squares3 {
    right: 0;
    top: 122px
}

.devices .squares4 {
    left: 0;
    top: -30px
}

.devices .squares5 {
    left: 0;
    top: 155px
}

.devices .squares6 {
    right: 0;
    top: 30px
}

.devices .squares7 {
    left: 0;
    bottom: 0
}

.devices .squares8 {
    bottom: -240px;
    left: -40px
}

.devices .squares9 {
    right: 0;
    top: 120px
}

.devices .squares10 {
    right: 0;
    bottom: 0
}

.devices .squares11 {
    right: 0;
    bottom: 0
}

.devices .squares12 {
    right: 0;
    bottom: 0
}

.devices .grey-hover-box {
    position: relative;
    max-width: 100%;
    width: 280px;
    height: 220px;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #f2f2f2;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.devices .grey-hover-box>:not(.close) {
    pointer-events: none
}

.devices .grey-hover-box svg {
    display: inline;
    margin: 30px auto;
    max-height: 80px
}

.devices .grey-hover-box svg .st0 {
    fill: #d7d5d5
}

.devices .grey-hover-box p.title {
    color: #915da3;
    font-size: 24px
}

.devices .grey-hover-box p.body {
    display: none;
    float: left;
    width: 70%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding-right: 100px
}

.devices .grey-hover-box .close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    opacity: 1
}

.devices .grey-hover-box:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 20px 40px 1px rgba(0,0,0,.2);
    box-shadow: 0 20px 40px 1px rgba(0,0,0,.2)
}

.devices .grey-hover-box:hover svg .st0 {
    fill: #915da3
}

.devices .grey-hover-box.open {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    background-color: #915da3;
    margin-left: 15px;
    margin-right: 15px
}

.devices .grey-hover-box.open .title {
    display: block;
    float: left;
    margin: 40px 0 20px;
    font-size: 30px;
    color: #fff
}

.devices .grey-hover-box.open svg {
    display: block;
    float: left;
    width: 170px;
    margin: 30px 50px 0 50px;
    max-height: 170px
}

.devices .grey-hover-box.open svg .st0 {
    width: 170px;
    fill: #fff
}

.devices .grey-hover-box.open p.body {
    display: block
}

.devices .grey-hover-box.open .close {
    display: block
}

.devices .grey-hover-box.open:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
}

@media (max-width: 1199px) {
    .devices .grey-hover-box.open {
        width:100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .devices .grey-hover-box p.body {
        float:left;
        width: 60%;
        padding-right: 30px
    }
}

@media (max-width: 767px) {
    .devices .grey-hover-box.open {
        height:auto;
        width: 280px;
        margin: 0 auto 20px;
        min-height: 220px
    }

    .devices .grey-hover-box.open svg {
        width: 100%;
        margin: 0 auto 50px;
        float: none;
        position: relative;
        top: 50px
    }

    .devices .grey-hover-box p.title {
        width: 100%;
        float: none;
        margin-top: 20px
    }

    .devices .grey-hover-box p.body {
        width: 100%;
        float: none;
        margin-top: 20px;
        padding: 20px;
        text-align: center
    }
}

.devices .full-width.header {
    height: 640px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

.devices .full-width.header h1 {
    font-size: 56px;
    line-height: 56px;
    color: #fff
}

.devices .full-width.header h1 .highlight {
    color: #915da3
}

.devices .full-width.header .header-content {
    margin-top: 100px
}

.devices .full-width.header .header-content .fa-tv {
    margin-top: 2px;
    font-weight: 700;
    font-size: 20px
}

.devices .full-width.header a.btn {
    margin-top: 25px;
    width: 100%;
    padding: 15px 10px
}

.devices .full-width.header .container {
    position: relative
}

.devices .full-width.header .laptop {
    position: absolute;
    top: 50px;
    right: -80px;
    z-index: 10
}

.devices .full-width.header .laptop-line {
    position: absolute;
    top: 480px;
    right: 286px;
    z-index: 99
}

.devices .full-width.header .support {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 10;
    height: 550px
}

@media (max-width: 1199px) {
    .devices .full-width.header h1 {
        font-size:46px;
        line-height: 46px
    }

    .devices .full-width.header .laptop {
        width: 600px;
        height: auto;
        top: 140px
    }

    .devices .full-width.header .laptop-line {
        width: 250px;
        height: auto;
        top: 470px;
        right: 212px
    }

    .devices .full-width.header .support {
        width: 400px;
        height: auto;
        top: 140px
    }
}

@media (max-width: 991px) {
    .devices .full-width.header .header-content {
        margin-top:30px
    }

    .devices .full-width.header .laptop {
        position: relative;
        margin: auto;
        top: 0
    }

    .devices .full-width.header .laptop-line {
        display: none
    }

    .devices .full-width.header .support {
        width: 400px;
        height: auto;
        top: 0;
        right: 150px
    }
}

@media (max-width: 767px) {
    .devices .full-width.header h1 {
        font-size:36px
    }

    .devices .full-width.header .laptop {
        display: block;
        max-width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0
    }

    .devices .full-width.header .laptop-line {
        display: none
    }

    .devices .full-width.header .support {
        display: block;
        max-width: 100%;
        width: 400px;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        margin: auto
    }
}

.devices .full-width.why-upgrade {
    height: 550px;
    margin-top: -150px
}

.devices .full-width.why-upgrade p {
    font-size: 32px;
    font-weight: 300;
    line-height: 35px
}

.devices .full-width.why-upgrade .t-outer {
    height: 500px;
    position: relative
}

.devices .full-width.why-upgrade .squares4 {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 5
}

.devices .full-width.why-upgrade a.btn {
    width: 220px;
    margin: 20px auto 0
}

.devices .full-width.why-upgrade .right-box {
    margin-top: 160px
}

@media (max-width: 1199px) {
    .devices .full-width.why-upgrade {
        height:auto;
        margin-bottom: 20px
    }

    .devices .full-width.why-upgrade .right-box {
        margin-top: 120px
    }

    .devices .full-width.why-upgrade .header-image img {
        width: 90%
    }

    .devices .full-width.why-upgrade p {
        font-size: 27px;
        line-height: 30px
    }
}

@media (max-width: 991px) {
    .devices .full-width.why-upgrade {
        margin-top:0;
        display: block;
        padding: 0 0 30px
    }

    .devices .full-width.why-upgrade .right-box {
        margin-top: 20px
    }

    .devices .full-width.why-upgrade .header-image img {
        width: 250px
    }
}

@media (max-width: 767px) {
    .devices .full-width.why-upgrade {
        padding:15px 0
    }

    .devices .full-width.why-upgrade p {
        text-align: center
    }

    .devices .full-width.why-upgrade .header-image img {
        margin: auto
    }

    .devices .full-width.why-upgrade a.btn {
        display: block
    }
}

.devices .full-width.benefit-header {
    height: 170px;
    font-size: 22px;
    background-color: #f2f2f2
}

.devices .full-width.benefit-header h3 {
    color: #666
}

@media (max-width: 991px) {
    .devices .full-width.benefit-header {
        height:130px
    }
}

.devices .full-width.banner2 {
    background: url(/assets/uploads/campaigns/devices/banner2.jpg);
    background-position: center;
    text-align: center;
    height: 275px;
    padding-top: 70px
}

.devices .full-width.banner2 h3 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px
}

.devices .full-width.banner2 .t-outer {
    height: 275px
}

@media (max-width: 767px) {
    .devices .full-width.banner2 {
        padding-top:30px
    }
}

.devices .full-width.client-hardware {
    min-height: 300px;
    padding: 20px 0
}

.devices .full-width.client-hardware h2 {
    margin-bottom: 20px
}

.devices .full-width.client-hardware .t-outer {
    height: 300px
}

.devices .full-width.client-hardware img {
    margin: auto
}

@media (max-width: 991px) {
    .devices .full-width.client-hardware {
        text-align:center
    }

    .devices .full-width.client-hardware .t-outer {
        height: auto
    }
}

.devices .full-width.devices {
    padding: 50px 0;
    text-align: center;
    background: url(/assets/uploads/campaigns/devices/devices-bg.png);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #915da3
}

.devices .full-width.devices h1 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 30px
}

.devices .full-width.devices .btn {
    width: 185px
}

.devices .full-width.devices .header-cta {
    width: 100%;
    display: inline-block;
    margin: 0 10px;
    border: 3px solid #fff
}

.devices .full-width.devices .button-container {
    margin: 50px 0
}

.devices .full-width.devices .button-container a {
    width: 300px;
    display: inline-block;
    margin: 0 10px;
    border: 3px solid #fff;
    padding: 15px 30px
}

.devices .full-width.devices .button-container a:hover {
    background-color: #fff;
    color: #915da3
}

.devices .full-width.devices .fa-shopping-cart {
    margin-top: 2px;
    font-weight: 700;
    font-size: 18px
}

.devices .full-width.devices .expand-box {
    margin-top: 20px;
    font-size: 19px;
    text-align: left;
    color: #fff
}

.devices .full-width.devices .expand-box a {
    color: #fff;
    text-decoration: none
}

.devices .full-width.devices .expand-box .fa-minus-circle,.devices .full-width.devices .expand-box .fa-plus-circle {
    margin-top: 3px;
    margin-right: 20px
}

.devices .full-width.devices .expand-box .see-all {
    font-size: 18px
}

.devices .full-width.devices .expand-box hr {
    border-bottom: 2px solid #fff
}

.devices .full-width.upgrading {
    padding: 50px 0;
    background-color: #f2f2f2
}

.devices .full-width.upgrading h3 {
    font-size: 30px;
    margin: 20px 0
}

.devices .full-width.upgrading .text-center p {
    font-size: 16px;
    margin: 25px 0
}

.devices .full-width.upgrading .t-outer {
    height: 80px
}

@media (max-width: 991px) {
    .devices .full-width.upgrading {
        height:auto
    }
}

.devices .full-width.buy-from-us {
    padding: 30px 0;
    background-color: #f3f3f3
}

.devices .full-width.buy-from-us h2 {
    margin-bottom: 20px
}

.devices .full-width.buy-from-us h3 {
    margin: 20px 0
}

.devices .full-width.buy-from-us p {
    line-height: 20px
}

.devices .full-width.buy-from-us ul {
    font-size: 16px;
    font-weight: 300;
    list-style: none;
    margin: 2em;
    padding: 0
}

.devices .full-width.buy-from-us ul li {
    margin: 0;
    margin-bottom: 14px;
    padding-left: 25px;
    position: relative;
    line-height: 20px
}

.devices .full-width.buy-from-us ul li:after {
    content: '';
    margin-top: 2px;
    height: 8px;
    width: 8px;
    background: #915da3;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: .25em;
    left: 0
}

.devices .full-width.buy-from-us .buy-laptop {
    margin-top: 10px
}

@media (max-width: 991px) {
    .devices .full-width.buy-from-us {
        height:auto
    }
}

.devices .full-width.find-out {
    text-align: center;
    padding: 0
}

.devices .full-width.find-out .text-center p {
    font-size: 16px;
    margin: 50px 0
}

.devices .full-width.find-out .btn {
    font-size: 16px;
    font-weight: 200;
    margin: 20px;
    padding: 15px 25px
}

.devices .full-width.find-out .t-outer {
    height: 388px
}

@media (max-width: 991px) {
    .devices .full-width.find-out {
        height:auto
    }
}

.devices .filter-categories h2,.devices .filter-vendors h2 {
    font-size: 30px;
    font-weight: 300
}

.devices .filter-categories .form-control,.devices .filter-vendors .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ebebed;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 300
}

.devices .filter-categories .form-control-feedback,.devices .filter-vendors .form-control-feedback {
    right: 10px
}

.devices .filter-categories input[type=email],.devices .filter-categories input[type=text],.devices .filter-vendors input[type=email],.devices .filter-vendors input[type=text] {
    height: 50px;
    background-color: #ebebed
}

.devices .filter-categories textarea,.devices .filter-vendors textarea {
    height: 190px;
    background-color: #ebebed
}

.devices .filter-categories ::-webkit-input-placeholder,.devices .filter-vendors ::-webkit-input-placeholder {
    color: #333
}

.devices .filter-categories :-ms-input-placeholder,.devices .filter-vendors :-ms-input-placeholder {
    color: #333
}

.devices .filter-categories ::-moz-placeholder,.devices .filter-vendors ::-moz-placeholder {
    color: #333
}

.devices .filter-categories ::-ms-input-placeholder,.devices .filter-vendors ::-ms-input-placeholder {
    color: #333
}

.devices .filter-categories ::placeholder,.devices .filter-vendors ::placeholder {
    color: #333
}

.devices .filter-categories .consent-container .checkbox,.devices .filter-vendors .consent-container .checkbox {
    min-height: 76px;
    margin: 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    text-align: left;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08)
}

.devices .filter-categories .header-cta,.devices .filter-vendors .header-cta {
    background-color: #915da3;
    border-bottom: 1px solid #7b4783;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: left
}

.devices .filter-categories .header-cta .t-banner-cta,.devices .filter-vendors .header-cta .t-banner-cta {
    padding: 15px 20px
}

.devices .filter-categories .header-cta .drop-menu-open,.devices .filter-vendors .header-cta .drop-menu-open {
    top: 57px;
    left: 0;
    border: 0
}

.devices .filter-categories .header-cta .drop-menu-open.small,.devices .filter-vendors .header-cta .drop-menu-open.small {
    height: 192px
}

.devices .filter-categories .header-cta .drop-menu-item,.devices .filter-vendors .header-cta .drop-menu-item {
    background-color: #915da3;
    border-bottom: 1px solid #7b4783;
    height: auto;
    padding: 15px 0
}

.devices .filter-categories .header-cta .drop-menu-item .text,.devices .filter-vendors .header-cta .drop-menu-item .text {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.devices .filter-categories .header-cta .drop-menu-item:hover,.devices .filter-vendors .header-cta .drop-menu-item:hover {
    background-color: #7b4783;
    cursor: pointer
}

.devices .filter-categories .header-cta:hover,.devices .filter-vendors .header-cta:hover {
    background-color: #915da3
}

.devices .resources {
    z-index: 10;
    position: relative;
    padding: 30px 0 0;
    text-align: center
}

.devices .resources ul.nav li a {
    background-color: #023953;
    color: #fff;
    border: 0;
    font-size: 20px
}

.devices .resources ul.nav li.active a,.devices .resources ul.nav li.active a:focus,.devices .resources ul.nav li.active a:hover {
    background-color: #068fcf;
    border: 0;
    color: #fff
}

.devices .resources .tab-pane {
    padding: 20px 0 0 0;
    background-color: #068fcf
}

.devices .resources .tab-pane>div {
    padding-bottom: 26px
}

.devices .resources .tab-pane#videos>div {
    min-height: 260px
}

.devices .resources .video-resource-text {
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    text-align: left
}

.devices .resources .video-thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    cursor: pointer
}

.devices .resources .video-thumb .tag {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    text-align: center
}

.devices .resources .video-thumb .tag i.fa {
    color: #fff;
    font-size: 20px;
    line-height: 30px
}

.devices .resources .video-thumb:hover {
    opacity: .5
}

.devices .resources .gdpr-resource-video .modal-dialog {
    width: 1140px;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto
}

.devices .resources .gdpr-resource-video .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent
}

.devices .resources .gdpr-resource-video .modal-content .video-modal-close {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    text-align: right;
    cursor: pointer
}

.devices .resources .gdpr-resource-video .modal-content .video-modal-close i.fa {
    position: relative;
    top: 1px;
    margin-left: 15px;
    font-size: 24px
}

.devices .resources .gdpr-resource-video .modal-body {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

.devices .resources .gdpr-resource-video .modal-body iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0
}

.devices .resources .whitepaper-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 139.39394%;
    background-color: #915da3;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-decoration: none
}

.devices .resources .whitepaper-thumb:hover {
    text-decoration: none
}

.devices .resources .whitepaper-thumb:active {
    text-decoration: none
}

.devices .resources .whitepaper-thumb:focus {
    text-decoration: none
}

.devices .resources .whitepaper-thumb .tag {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    text-align: center
}

.devices .resources .whitepaper-thumb .tag i.fa {
    color: #fff;
    font-size: 20px;
    line-height: 30px
}

.devices .resources .whitepaper-thumb .hoverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(145,93,163,.6);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.devices .resources .whitepaper-thumb .text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 0 10px;
    background-color: rgba(0,0,0,.6);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%)
}

.devices .resources .whitepaper-thumb:hover .hoverlay {
    opacity: 1
}

.devices .resources .also-interested-block {
    float: left;
    margin: 0 5px 20px;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .devices .resources .also-interested-block {
        float:none;
        margin: 15px auto
    }
}

.devices .resources .news-container {
    display: block;
    padding: 20px 40px
}

.devices .resources .news-container:after,.devices .resources .news-container:before {
    content: " ";
    display: table
}

.devices .resources .news-container:after {
    clear: both
}

.devices .resources .news-container:after,.devices .resources .news-container:before {
    content: " ";
    display: table
}

.devices .resources .news-container:after {
    clear: both
}

.devices .resources .news-container h2 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 20px 0
}

@media screen and (max-width: 1199px) {
    .devices .resources .news-container {
        padding:20px 10px
    }
}

.hp-devices {
    color: #585858;
    font-family: 'Proxima Nova',sans-serif
}

.hp-devices h3 {
    margin: 0 0 20px;
    color: #585858;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    .hp-devices h3 h3 {
        font-size:26px;
        line-height: 30px
    }
}

.hp-devices p {
    margin: 0 0 20px;
    color: #585858;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300
}

.hp-devices p.large {
    font-size: 23px;
    line-height: 29px
}

.hp-devices p.x-large {
    font-size: 30px;
    line-height: 36px
}

@media screen and (max-width: 767px) {
    .hp-devices p {
        font-size:14px;
        line-height: 20px
    }

    .hp-devices p.large {
        font-size: 20px;
        line-height: 26px
    }

    .hp-devices p.x-large {
        font-size: 24px;
        line-height: 30px
    }
}

.hp-devices .full-width {
    position: relative;
    width: 100%;
    padding: 50px 0
}

.hp-devices .btn {
    padding: 12px 36px;
    font-weight: 300;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

@media screen and (max-width: 767px) {
    .hp-devices .btn {
        padding:10px 28px
    }
}

.hp-devices .raise-text {
    position: relative;
    z-index: 6
}

@media screen and (min-width: 768px) {
    .hp-devices .pull-up-90 {
        position:relative;
        margin-top: -90px
    }
}

.hp-devices .no-padding-top {
    padding-top: 0
}

.hp-devices .no-padding-bottom {
    padding-bottom: 0
}

.hp-devices .half-padding-top {
    padding-top: 25px
}

.hp-devices .half-padding-bottom {
    padding-bottom: 25px
}

.hp-devices .extra-padding-top {
    padding-top: 75px
}

.hp-devices .extra-padding-bottom {
    padding-bottom: 75px
}

.hp-devices .double-padding-top {
    padding-top: 100px
}

.hp-devices .double-padding-bottom {
    padding-bottom: 100px
}

.hp-devices .no-margin-bottom {
    margin-bottom: 0!important
}

@media screen and (min-width: 1200px) {
    .hp-devices .no-margin-bottom-lg {
        margin-bottom:0!important
    }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .hp-devices .no-margin-bottom-md {
        margin-bottom:0!important
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .hp-devices .no-margin-bottom-sm {
        margin-bottom:0!important
    }
}

@media screen and (max-width: 767px) {
    .hp-devices .no-margin-bottom-xs {
        margin-bottom:0!important
    }
}

.hp-devices .no-overflow {
    overflow: hidden
}

.hp-devices .square {
    position: absolute;
    z-index: 5
}

.hp-devices .square.squares6 {
    right: 0;
    top: 30px
}

.hp-devices .square.squares7 {
    bottom: 0;
    left: 0
}

.hp-devices .square.squares8 {
    top: -95px;
    left: 0
}

.hp-devices .square.squares9 {
    right: 0;
    bottom: 130px
}

.hp-devices .square.squares10 {
    right: 20px;
    bottom: -113px
}

.hp-devices .square.squares11 {
    top: 20px;
    left: 480px
}

.hp-devices .square.squares12 {
    top: 210px;
    left: -220px
}

.hp-devices .square.squares13 {
    top: 90px;
    right: -55px
}

.hp-devices .square.squares14 {
    bottom: -10px;
    right: -55px
}

@media screen and (max-width: 991px) {
    .hp-devices .square.squares11 {
        top:210px;
        left: 380px
    }
}

@media screen and (max-width: 991px) {
    .hp-devices .square.squares6 {
        top:460px
    }

    .hp-devices .square.squares8 {
        top: -30px
    }

    .hp-devices .square.squares11 {
        top: 228px;
        left: 630px
    }
}

@media screen and (max-width: 767px) {
    .hp-devices .square.squares10 {
        display:none
    }

    .hp-devices .square.squares11 {
        display: none
    }

    .hp-devices .square.squares12 {
        top: 710px
    }
}

.hp-devices .image-card {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 20px 40px 1px rgba(0,0,0,.3);
    box-shadow: 0 20px 40px 1px rgba(0,0,0,.3);
    background-color: #f2f2f2;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.hp-devices .image-card a {
    text-decoration: none
}

.hp-devices .image-card a:hover {
    text-decoration: none
}

.hp-devices .image-card a:active {
    text-decoration: none
}

.hp-devices .image-card a:focus {
    text-decoration: none
}

.hp-devices .image-card img {
    width: 100%;
    height: 200px
}

.hp-devices .image-card .content {
    background-color: #fff;
    padding: 20px;
    height: 76px
}

.hp-devices .image-card .content .title {
    padding: 5px 0;
    margin: 0;
    color: #915da3;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    text-align: center
}

.hp-devices .image-card.large .content {
    height: 225px
}

.hp-devices .image-card.large img {
    height: 235px
}

.hp-devices .image-card.large p.title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 26px;
    text-align: left
}

.hp-devices .image-card:hover:not(.large) {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .hp-devices .image-card img {
        height:160px
    }

    .hp-devices .image-card .content {
        height: 62px;
        padding: 15px
    }

    .hp-devices .image-card .content .title {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width: 1199px) {
    .hp-devices .image-card.large {
        margin-bottom:50px
    }
}

@media screen and (max-width: 991px) {
    .hp-devices .image-card {
        margin-bottom:70px
    }

    .hp-devices .image-card img {
        height: 219px
    }
}

@media screen and (max-width: 767px) {
    .hp-devices .image-card {
        position:relative;
        margin-bottom: 40px;
        z-index: 6
    }

    .hp-devices .image-card .content,.hp-devices .image-card img {
        height: auto
    }
}

.hp-devices .grey-hover-box {
    position: relative;
    max-width: 100%;
    width: 280px;
    height: 220px;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #f2f2f2;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.hp-devices .grey-hover-box>:not(.close) {
    pointer-events: none
}

.hp-devices .grey-hover-box svg {
    display: inline;
    margin: 30px auto;
    max-height: 80px
}

.hp-devices .grey-hover-box svg .st0 {
    fill: #d7d5d5
}

.hp-devices .grey-hover-box a.title,.hp-devices .grey-hover-box p.title {
    display: block;
    color: #915da3;
    font-size: 24px
}

.hp-devices .grey-hover-box p.body {
    display: none;
    float: left;
    width: 70%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding-right: 100px
}

.hp-devices .grey-hover-box p.body .btn-dload {
    pointer-events: all;
    margin-top: 30px
}

.hp-devices .grey-hover-box .close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    opacity: 1
}

.hp-devices .grey-hover-box:not(.open):hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 20px 40px 1px rgba(0,0,0,.2);
    box-shadow: 0 20px 40px 1px rgba(0,0,0,.2)
}

.hp-devices .grey-hover-box:not(.open):hover svg .st0 {
    fill: #915da3
}

.hp-devices .grey-hover-box.open {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    background-color: #915da3;
    margin-left: 15px;
    margin-right: 15px
}

.hp-devices .grey-hover-box.open .title {
    display: block;
    float: left;
    margin: 40px 0 20px;
    font-size: 30px;
    color: #fff
}

.hp-devices .grey-hover-box.open a.title {
    pointer-events: all;
    text-decoration: underline
}

.hp-devices .grey-hover-box.open svg {
    display: block;
    float: left;
    width: 170px;
    margin: 30px 50px 0;
    max-height: 170px
}

.hp-devices .grey-hover-box.open svg .st0 {
    width: 170px;
    fill: #fff
}

.hp-devices .grey-hover-box.open p.body {
    display: block
}

.hp-devices .grey-hover-box.open .close {
    display: block
}

.hp-devices .grey-hover-box.open.height-xtra {
    height: 320px
}

@media screen and (max-width: 1199px) {
    .hp-devices .grey-hover-box.open.height-xtra {
        height:360px
    }
}

@media screen and (max-width: 767px) {
    .hp-devices .grey-hover-box.open.height-xtra {
        height:auto
    }
}

@media screen and (max-width: 1199px) {
    .hp-devices .grey-hover-box.open {
        width:100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 991px) {
    .hp-devices .grey-hover-box p.body {
        float:left;
        width: 60%;
        padding-right: 30px
    }
}

@media screen and (max-width: 767px) {
    .hp-devices .grey-hover-box.open {
        height:auto;
        width: 280px;
        margin: 0 auto 20px;
        min-height: 220px
    }

    .hp-devices .grey-hover-box.open svg {
        width: 100%;
        margin: 0 auto 50px;
        float: none;
        position: relative;
        top: 50px
    }

    .hp-devices .grey-hover-box a.title,.hp-devices .grey-hover-box p.title {
        width: 100%;
        float: none;
        margin-top: 20px
    }

    .hp-devices .grey-hover-box p.body {
        width: 100%;
        float: none;
        margin-top: 20px;
        padding: 20px;
        text-align: center
    }
}

.hp-devices .border-highlight-box {
    position: relative;
    width: 100%;
    height: 310px;
    padding: 15px;
    border-width: 3px;
    border-style: solid
}

.hp-devices .border-highlight-box .pulled-up-image {
    position: absolute;
    max-width: 175px;
    max-height: 120px;
    top: -50px;
    right: 0
}

.hp-devices .border-highlight-box .title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300
}

.hp-devices .border-highlight-box p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 20px
}

.hp-devices .border-highlight-box hr {
    margin: 5px 0
}

.hp-devices .border-highlight-box .bullet {
    position: relative;
    top: 2px;
    font-size: 22px;
    line-height: 14px
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .hp-devices .border-highlight-box {
        height:360px;
        padding: 10px
    }

    .hp-devices .border-highlight-box .pulled-up-image {
        max-width: 135px;
        top: -35px
    }
}

@media screen and (max-width: 991px) {
    .hp-devices .border-highlight-box {
        height:auto;
        margin: 0 0 50px
    }

    .hp-devices .border-highlight-box .title {
        margin: 0 0 30px
    }
}

@media screen and (max-width: 767px) {
    .hp-devices .border-highlight-box {
        margin:0 0 30px
    }

    .hp-devices .border-highlight-box .pulled-up-image {
        max-width: 120px;
        top: -30px
    }

    .hp-devices .border-highlight-box .title {
        margin: 0 0 10px
    }

    .hp-devices .border-highlight-box hr {
        margin: 10px 0
    }
}

.hp-devices .tinged-background-split .tinged-background-item {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.hp-devices .tinged-background-split .tinged-background-item.left {
    left: 0
}

.hp-devices .tinged-background-split .tinged-background-item.right {
    right: 0
}

.hp-devices .tinged-background-split .color-white {
    color: #fff
}

@media screen and (max-width: 991px) {
    .hp-devices .tinged-background-split {
        padding:0
    }

    .hp-devices .tinged-background-split .tinged-background-item {
        width: 100%;
        height: 50%;
        left: 0;
        right: 0
    }

    .hp-devices .tinged-background-split .tinged-background-item.left {
        top: 0;
        bottom: auto
    }

    .hp-devices .tinged-background-split .tinged-background-item.right {
        top: auto;
        bottom: 0
    }

    .hp-devices .tinged-background-split .t-tinged-content {
        height: 300px
    }
}

@media screen and (max-width: 991px) {
    .hp-devices .tinged-background-split .t-tinged-content {
        height:400px
    }
}

.hp-devices .journey-banner {
    position: relative;
    width: 100%;
    height: 545px;
    margin-top: -40px;
    margin-bottom: -90px;
    background-image: url(../../uploads/campaigns/hp-devices/windows-10-journey-banner.png);
    -webkit-background-size: 1860px 545px;
    background-size: 1860px 545px;
    background-position: center center;
    background-repeat: no-repeat
}

.hp-devices .journey-banner .fa-chevron-down {
    position: absolute;
    width: 40px;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: 0 auto;
    font-size: 35px;
    text-align: center
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .hp-devices .journey-banner {
        height:475px;
        margin-top: -30px;
        margin-bottom: -80px;
        -webkit-background-size: 1620px 475px;
        background-size: 1620px 475px
    }

    .hp-devices .journey-banner .fa-chevron-down {
        bottom: 40px
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .hp-devices .journey-banner {
        height:370px;
        margin-top: -20px;
        margin-bottom: -70px;
        -webkit-background-size: 1260px 370px;
        background-size: 1260px 370px
    }

    .hp-devices .journey-banner .fa-chevron-down {
        bottom: 30px;
        font-size: 30px
    }
}

@media screen and (max-width: 767px) {
    .hp-devices .journey-banner {
        height:792px;
        margin: 0 0 20px;
        background-image: url(../../uploads/campaigns/hp-devices/windows-10-journey-banner-responsive.png);
        -webkit-background-size: 724px 792px;
        background-size: 724px 792px
    }

    .hp-devices .journey-banner .fa-chevron-down {
        display: none
    }
}

.hp-devices .hpd-header-banner {
    height: 550px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

.hp-devices .hpd-header-banner .hpd-header-banner-logo {
    height: 55px;
    margin: 0 0 20px
}

.hp-devices .hpd-header-banner .hpd-header-banner-title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 70px;
    line-height: 72px;
    font-weight: 300
}

.hp-devices .hpd-header-banner .hpd-header-banner-it-priorities-logo {
    width: 260px;
    margin: 0;
    cursor: pointer
}

.hp-devices .hpd-header-banner .gradient-box {
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0;
    bottom: -50px;
    z-index: 0
}

.hp-devices .hpd-header-banner .gradient-box:after,.hp-devices .hpd-header-banner .gradient-box:before {
    position: absolute;
    width: 2vw;
    top: 0;
    bottom: 0
}

.hp-devices .hpd-header-banner .gradient-box:before {
    right: 100%
}

.hp-devices .hpd-header-banner .gradient-box:after {
    left: 100%
}

.hp-devices .hpd-header-banner .gradient-box~* {
    position: relative
}

.hp-devices .hpd-header-banner .dark-gradient-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.6)),color-stop(15%,rgba(0,0,0,.4)),color-stop(30%,rgba(0,0,0,.2)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 15%,rgba(0,0,0,.2) 30%,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 15%,rgba(0,0,0,.2) 30%,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 15%,rgba(0,0,0,.2) 30%,rgba(0,0,0,0) 100%)
}

.hp-devices .hpd-header-banner .dark-gradient-left:before {
    content: '';
    background-color: rgba(0,0,0,.6)
}

@media screen and (max-width: 1199px) {
    .hp-devices .hpd-header-banner .dark-gradient-left {
        background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.6)),color-stop(70%,rgba(0,0,0,.4)),color-stop(90%,rgba(0,0,0,.2)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 70%,rgba(0,0,0,.2) 90%,rgba(0,0,0,0) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 70%,rgba(0,0,0,.2) 90%,rgba(0,0,0,0) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 70%,rgba(0,0,0,.2) 90%,rgba(0,0,0,0) 100%)
    }
}

@media screen and (max-width: 991px) {
    .hp-devices .hpd-header-banner .dark-gradient-left {
        background-image:none;
        background-color: rgba(0,0,0,.6)
    }

    .hp-devices .hpd-header-banner .dark-gradient-left:after {
        content: '';
        background-color: rgba(0,0,0,.6)
    }
}

@media screen and (max-width: 767px) {
    .hp-devices .hpd-header-banner {
        height:370px
    }

    .hp-devices .hpd-header-banner .hpd-header-banner-logo {
        height: 40px;
        margin: 0 0 10px
    }

    .hp-devices .hpd-header-banner .hpd-header-banner-title {
        font-size: 40px;
        line-height: 42px
    }
}

.hp-devices .why-upgrade .t-outer {
    height: 495px
}

@media screen and (max-width: 1199px) {
    .hp-devices .why-upgrade .t-outer {
        height:430px
    }
}

@media screen and (max-width: 991px) {
    .hp-devices .why-upgrade {
        text-align:center
    }

    .hp-devices .why-upgrade .t-outer {
        height: auto
    }

    .hp-devices .why-upgrade .why-upgrade-image {
        width: 400px;
        margin-bottom: 20px
    }
}

.hp-devices .benefit-header {
    margin: 0 0 40px
}

@media screen and (max-width: 767px) {
    .hp-devices .benefit-header {
        margin:0
    }
}

.hp-devices .banner-it-priorities {
    background-image: url(../../uploads/campaigns/hp-devices/hexagons-blue-tint.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.hp-devices .banner-it-priorities .it-priorities-logo {
    margin-bottom: 40px
}

.hp-devices .banner-it-priorities * {
    color: #fff
}

.hp-devices .resource-carousel .owl-item {
    float: left
}

.hp-devices .resource-carousel .owl-stage {
    margin: 0 auto
}

.hp-devices .resource-carousel .owl-nav {
    display: none
}

.malwarebytes-landing-page .full-width {
    position: relative;
    width: 100%;
    padding: 50px 0 30px
}

.malwarebytes-landing-page .full-width.no-padding-top {
    padding-top: 0
}

.malwarebytes-landing-page .full-width.no-padding-bottom {
    padding-bottom: 0
}

.malwarebytes-landing-page .full-width.half-padding-top {
    padding-top: 25px
}

.malwarebytes-landing-page .full-width.half-padding-bottom {
    padding-bottom: 5px
}

.malwarebytes-landing-page .full-width.pure-padding-bottom {
    padding-bottom: 50px
}

.malwarebytes-landing-page .full-width.pure-half-padding-bottom {
    padding-bottom: 25px
}

.malwarebytes-landing-page .top-bar-container.menu-stuck {
    margin: 0
}

.malwarebytes-landing-page .back-to-homepage-link {
    position: relative;
    top: 3px;
    color: #fff;
    font-size: 13px;
    text-decoration: none
}

.malwarebytes-landing-page .back-to-homepage-link:hover {
    text-decoration: none
}

.malwarebytes-landing-page .back-to-homepage-link:active {
    text-decoration: none
}

.malwarebytes-landing-page .back-to-homepage-link:focus {
    text-decoration: none
}

.malwarebytes-landing-page .back-to-homepage-link .fa-chevron-left {
    margin-right: 3px;
    vertical-align: middle
}

.malwarebytes-landing-page .col-lg-5ths,.malwarebytes-landing-page .col-md-5ths,.malwarebytes-landing-page .col-sm-5ths,.malwarebytes-landing-page .col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.malwarebytes-landing-page .col-xs-5ths {
    width: 20%;
    float: left
}

@media screen and (min-width: 768px) {
    .malwarebytes-landing-page .col-sm-5ths {
        width:20%;
        float: left
    }
}

@media screen and (min-width: 992px) {
    .malwarebytes-landing-page .col-md-5ths {
        width:20%;
        float: left
    }
}

@media screen and (min-width: 1200px) {
    .malwarebytes-landing-page .col-lg-5ths {
        width:20%;
        float: left
    }
}

.malwarebytes-landing-page .img-responsive {
    margin-bottom: 20px
}

@media screen and (min-width: 992px) {
    .malwarebytes-landing-page .black-bold-lg {
        color:#000;
        font-weight: 600
    }
}

@media screen and (max-width: 991px) {
    .malwarebytes-landing-page .black-bold-resp {
        color:#000;
        font-weight: 600
    }
}

.malwarebytes-landing-page h2 {
    margin: 0 0 20px;
    color: #915da3;
    font-family: "Open Sans",sans-serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: 400
}

.malwarebytes-landing-page h3 {
    margin: 0 0 20px;
    color: #915da3;
    font-family: "Open Sans",sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500
}

.malwarebytes-landing-page h3 a {
    color: #915da3;
    text-decoration: underline
}

.malwarebytes-landing-page p {
    margin: 0 0 20px;
    color: #585858;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300
}

@media screen and (max-width: 991px) {
    .malwarebytes-landing-page .full-width {
        padding:40px 0 25px
    }

    .malwarebytes-landing-page .full-width.half-padding-top {
        padding-top: 20px
    }

    .malwarebytes-landing-page .full-width.half-padding-bottom {
        padding-bottom: 5px
    }

    .malwarebytes-landing-page .full-width.pure-padding-bottom {
        padding-bottom: 40px
    }

    .malwarebytes-landing-page .full-width.pure-half-padding-bottom {
        padding-bottom: 20px
    }

    .malwarebytes-landing-page .full-width.no-padding-top-resp {
        padding-top: 0
    }

    .malwarebytes-landing-page .full-width.no-padding-bottom-resp {
        padding-bottom: 0
    }

    .malwarebytes-landing-page h2 {
        margin: 0 0 15px;
        font-size: 24px;
        line-height: 32px
    }

    .malwarebytes-landing-page h3 {
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 24px
    }

    .malwarebytes-landing-page p {
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 24px
    }

    .malwarebytes-landing-page .img-responsive {
        margin-bottom: 15px
    }
}

.mwblp-header-banner {
    position: relative;
    padding: 110px 0 40px;
    background-image: url(https://www.softcat.com/assets/uploads/campaigns/malwarebytes-landing-page/banner-desktop.jpg);
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f1f4fd
}

.mwblp-header-banner .mobile-gradient {
    display: none
}

.mwblp-header-banner .text-area {
    margin: 0 0 25px
}

.mwblp-header-banner .text-area h1 {
    margin: 0 0 20px;
    color: #000;
    font-family: 'Open Sans',sans-serif;
    font-size: 46px;
    line-height: 50px;
    font-weight: 500
}

.mwblp-header-banner .text-area p {
    margin: 0;
    color: #585858;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300
}

.mwblp-header-banner .scroll-down {
    display: block;
    width: 80px;
    height: 80px;
    padding: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #da72ad;
    background-color: #fff;
    text-align: center;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    text-decoration: none
}

.mwblp-header-banner .scroll-down:hover {
    text-decoration: none
}

.mwblp-header-banner .scroll-down:active {
    text-decoration: none
}

.mwblp-header-banner .scroll-down:focus {
    text-decoration: none
}

.mwblp-header-banner .scroll-down .inner {
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #da72ad;
    color: #fff
}

.mwblp-header-banner .scroll-down .text {
    display: block;
    font-size: 13px;
    line-height: 14px;
    font-weight: 300
}

.mwblp-header-banner .scroll-down .fa-chevron-down {
    vertical-align: top;
    font-size: 20px;
    line-height: 16px
}

.no-touch .mwblp-header-banner .scroll-down:hover {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .mwblp-header-banner .text-area h1 {
        font-size:40px;
        line-height: 44px
    }

    .mwblp-header-banner .text-area p {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 991px) {
    .mwblp-header-banner {
        padding:20px 0;
        background-image: url(https://www.softcat.com/assets/uploads/campaigns/malwarebytes-landing-page/banner-responsive.jpg);
        text-align: center
    }

    .mwblp-header-banner .mobile-gradient {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(241,244,253,.8)
    }

    .mwblp-header-banner .text-area {
        padding: 0 15px
    }

    .mwblp-header-banner .text-area h1 {
        font-size: 24px;
        line-height: 32px
    }

    .mwblp-header-banner .text-area p {
        font-size: 16px;
        line-height: 24px
    }

    .mwblp-header-banner .scroll-down {
        margin: 0 auto
    }
}

.mwblp-logos-area {
    margin: 0 0 20px
}

.mwblp-logos-area .logo {
    display: inline-block;
    vertical-align: middle
}

.mwblp-logos-area .softcat-logo {
    width: 130px
}

.mwblp-logos-area .malwarebytes-logo {
    width: 185px
}

.mwblp-logos-area .seperator {
    display: inline-block;
    width: 1px;
    height: 40px;
    margin: 0 7px 0 22px;
    background-color: #473523;
    vertical-align: middle
}

@media screen and (max-width: 991px) {
    .mwblp-logos-area {
        display:inline-block
    }

    .mwblp-logos-area .softcat-logo {
        width: 100px
    }

    .mwblp-logos-area .malwarebytes-logo {
        width: 150px
    }

    .mwblp-logos-area .seperator {
        margin: 0 4px 0 16px
    }
}

@media screen and (min-width: 992px) {
    .good-news-bg {
        background-image:url(https://www.softcat.com/assets/uploads/campaigns/malwarebytes-landing-page/goodnews-bg.jpg);
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat
    }
}

.resources-bg {
    background-image: url(https://www.softcat.com/assets/uploads/campaigns/malwarebytes-landing-page/resources-bg.jpg);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat
}

.mwblp-resource-highlight-block {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
    background-color: rgba(104,111,134,.8);
    text-align: left
}

.mwblp-resource-highlight-block .image {
    float: left
}

.mwblp-resource-highlight-block .image img {
    max-width: 100%
}

.mwblp-resource-highlight-block .content {
    float: left
}

.mwblp-resource-highlight-block .content p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500
}

.mwblp-resource-highlight-block .content .btn {
    padding: 10px 16px;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all
}

.mwblp-resource-highlight-block .content .btn i.fa {
    position: relative;
    margin-left: 15px;
    font-size: 18px;
    vertical-align: middle
}

.mwblp-resource-highlight-block .content .btn:focus {
    background-color: #fff;
    border-color: #915da3;
    color: #915da3
}

.no-touch .mwblp-resource-highlight-block .content .btn:hover {
    background-color: #fff;
    border-color: #915da3;
    color: #915da3
}

@media screen and (min-width: 1200px) {
    .mwblp-resource-highlight-block.checklist .image {
        width:180px;
        padding: 20px 15px 20px 20px
    }

    .mwblp-resource-highlight-block.checklist .content {
        width: -webkit-calc(100% - 180px);
        width: calc(100% - 180px);
        padding: 35px 40px 20px 0
    }

    .mwblp-resource-highlight-block.free-trial .image {
        width: 230px;
        padding: 25px 30px 20px 25px
    }

    .mwblp-resource-highlight-block.free-trial .content {
        width: -webkit-calc(100% - 230px);
        width: calc(100% - 230px);
        padding: 35px 30px 20px 0
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .mwblp-resource-highlight-block {
        height:200px
    }

    .mwblp-resource-highlight-block .content p {
        font-size: 16px;
        line-height: 24px
    }

    .mwblp-resource-highlight-block.checklist .image {
        width: 140px;
        padding: 20px 15px 20px 20px
    }

    .mwblp-resource-highlight-block.checklist .content {
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
        padding: 20px 40px 20px 0
    }

    .mwblp-resource-highlight-block.free-trial .image {
        width: 140px;
        padding: 25px 15px 20px
    }

    .mwblp-resource-highlight-block.free-trial .content {
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
        padding: 20px 20px 20px 0
    }
}

@media screen and (max-width: 991px) {
    .mwblp-resource-highlight-block {
        width:-webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        height: auto;
        margin: 0 -10px;
        padding: 20px 10px;
        border-bottom: 1px solid #fff;
        text-align: center
    }

    .mwblp-resource-highlight-block .image {
        float: none
    }

    .mwblp-resource-highlight-block .image img {
        display: block;
        max-width: 175px;
        margin: 0 auto 20px
    }

    .mwblp-resource-highlight-block .content {
        float: none
    }

    .mwblp-resource-highlight-block .content p {
        font-size: 16px;
        line-height: 24px
    }

    .mwblp-resource-highlight-block .content .btn {
        padding: 10px
    }

    .mwblp-resource-highlight-block .content .btn i.fa {
        margin-left: 5px
    }
}

.mwblp-stacked-resource-block {
    display: block;
    position: relative;
    width: 100%;
    max-width: 260px;
    min-height: 410px;
    color: #fff;
    padding-bottom: 40px;
    margin: 0 auto 20px;
    text-align: left;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    text-decoration: none
}

.mwblp-stacked-resource-block:hover {
    text-decoration: none
}

.mwblp-stacked-resource-block:active {
    text-decoration: none
}

.mwblp-stacked-resource-block:focus {
    text-decoration: none
}

.mwblp-stacked-resource-block .image {
    position: relative;
    height: 125px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.mwblp-stacked-resource-block .image i.fa {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    padding: 8px 0;
    background-color: #000;
    font-size: 25px;
    text-align: center
}

.mwblp-stacked-resource-block .content {
    padding: 10px
}

.mwblp-stacked-resource-block .tag {
    font-size: 13px;
    line-height: 26px;
    font-weight: 500
}

.mwblp-stacked-resource-block .block-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500
}

.mwblp-stacked-resource-block .copy {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300
}

.mwblp-stacked-resource-block .cta {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
    line-height: 20px
}

.mwblp-stacked-resource-block.color-a {
    background-color: #563058
}

.mwblp-stacked-resource-block.color-b {
    background-color: #7b4783
}

.mwblp-stacked-resource-block.color-c {
    background-color: #915da3
}

.mwblp-stacked-resource-block.color-d {
    background-color: #cc5299
}

.mwblp-stacked-resource-block.color-e {
    background-color: #0168a2
}

.mwblp-stacked-resource-block:focus,.mwblp-stacked-resource-block:hover {
    color: #fff
}

.no-touch .mwblp-stacked-resource-block:focus,.no-touch .mwblp-stacked-resource-block:hover {
    -webkit-transform: scale(.99);
    -ms-transform: scale(.99);
    transform: scale(.99)
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .mwblp-stacked-resource-block {
        min-height:480px
    }
}

.mwblp-contact-section .label-conf {
    margin-bottom: 20px;
    padding-right: 20px
}

.mwblp-contact-section .txt-conf {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px
}

.mwblp-contact-section textarea {
    resize: none
}

.mwblp-contact-section .btn {
    padding: 10px 16px
}

.mwblp-contact-section .btn .fa-chevron-right {
    margin-left: 15px
}

.no-touch .mwblp-contact-section .btn:hover {
    background-color: #fff;
    border-color: #915da3;
    color: #915da3
}

.no-touch .mwblp-contact-section .btn:hover .fa-chevron-right {
    color: #915da3
}

.apple-dep h1 {
    color: #fff;
    font-size: 40px
}

.apple-dep h2 {
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 700;
    color: #000
}

.apple-dep h3 {
    font-size: 22px;
    font-weight: 700
}

.apple-dep p {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 22px
}

.apple-dep .row-padding {
    padding: 50px 0
}

.apple-dep .column-container {
    padding-top: 0
}

@media screen and (max-width: 768px) {
    .apple-dep .row {
        padding:0 25px
    }

    .apple-dep .serviceDetail {
        margin-top: 50px
    }

    .apple-dep .text-left-xs {
        text-align: left
    }

    .apple-dep .contact-form {
        padding-bottom: 50px
    }
}

.apple-dep .header-image {
    background: url(/assets/uploads/campaigns/apple-dep/softcat-apple-DEP-banner.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    height: 244px
}

@media screen and (min-width: 769px) {
    .apple-dep h1 {
        position:absolute;
        top: 200px;
        width: 670px;
        font-size: 58px
    }

    .apple-dep .header-image {
        height: 550px
    }

    .apple-dep .column-container {
        padding-top: auto
    }

    .apple-dep .col-padding-right {
        padding-right: 50px
    }

    .apple-dep .col-padding-left {
        padding-left: 50px
    }

    .apple-dep .apple-logo-mobile {
        margin-top: 5px
    }

    .apple-dep .text-right-sm {
        text-align: right
    }
}

.apple-dep .apple-logo-mobile {
    margin-bottom: 25px;
    max-width: 150px
}

.apple-dep .apple-logo-desktop {
    display: none
}

@media screen and (min-width: 992px) {
    .apple-dep .apple-logo-mobile {
        display:none
    }

    .apple-dep .apple-logo-desktop {
        display: block;
        max-width: 150px
    }
}

.apple-dep .content-image div {
    background: url(/assets/uploads/campaigns/apple-dep/softcat-apple-DEP-content-banner.png) no-repeat 0 50%;
    -webkit-background-size: cover;
    background-size: cover;
    height: 244px
}

.apple-dep .contact-form {
    background-color: #f5f5f5
}

.cisco-webex-calling {
    color: #2d2d2d
}

.cisco-webex-calling .full-width {
    position: relative;
    width: 100%;
    padding: 80px 0 60px;
    overflow: hidden
}

.cisco-webex-calling .full-width.no-padding-top {
    padding-top: 0
}

.cisco-webex-calling .full-width.no-padding-bottom {
    padding-bottom: 0
}

.cisco-webex-calling .full-width.half-padding-top {
    padding-top: 40px
}

.cisco-webex-calling .full-width.half-padding-bottom {
    padding-bottom: 20px
}

.cisco-webex-calling .full-width.large-padding-top {
    padding-top: 120px
}

.cisco-webex-calling .full-width.large-padding-bottom {
    padding-bottom: 100px
}

.cisco-webex-calling .full-width.pure-padding-bottom {
    padding-bottom: 80px
}

.cisco-webex-calling .full-width.pure-half-padding-bottom {
    padding-bottom: 40px
}

.cisco-webex-calling .full-width.bg-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.cisco-webex-calling h1 {
    margin: 15px 0 30px;
    font-size: 60px;
    line-height: .85;
    font-weight: 300
}

.cisco-webex-calling h2 {
    margin: 0 0 20px;
    color: inherit;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600
}

.cisco-webex-calling h3 {
    margin: 0 0 20px;
    color: inherit;
    font-family: proxima-nova,sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600
}

.cisco-webex-calling p {
    margin: 0 0 20px;
    color: inherit;
    font-size: 16px;
    line-height: 1.4
}

.cisco-webex-calling ul {
    padding-left: 20px;
    margin: 0 0 20px
}

.cisco-webex-calling ul li {
    margin: 0 0 20px;
    color: inherit;
    font-size: 16px;
    line-height: 1.4
}

.cisco-webex-calling .img-responsive {
    margin-bottom: 20px
}

.cisco-webex-calling .video-modal-thumb {
    margin: 0 0 20px
}

.cisco-webex-calling .container {
    position: relative
}

.cisco-webex-calling .visible-overflow {
    overflow: visible
}

@media screen and (max-width: 991px) {
    .cisco-webex-calling .full-width {
        padding:50px 0 35px
    }

    .cisco-webex-calling .full-width.half-padding-top {
        padding-top: 25px
    }

    .cisco-webex-calling .full-width.half-padding-bottom {
        padding-bottom: 10px
    }

    .cisco-webex-calling .full-width.pure-padding-bottom {
        padding-bottom: 50px
    }

    .cisco-webex-calling .full-width.pure-half-padding-bottom {
        padding-bottom: 25px
    }

    .cisco-webex-calling .full-width.no-padding-top-resp {
        padding-top: 0
    }

    .cisco-webex-calling .full-width.no-padding-bottom-resp {
        padding-bottom: 0
    }

    .cisco-webex-calling h1 {
        font-size: 40px
    }

    .cisco-webex-calling h2 {
        margin: 0 0 15px
    }

    .cisco-webex-calling h3 {
        margin: 0 0 15px
    }

    .cisco-webex-calling p {
        margin: 0 0 15px
    }

    .cisco-webex-calling .img-responsive {
        margin-bottom: 15px
    }

    .cisco-webex-calling .video-modal-thumb {
        margin: 0 0 15px
    }
}

@media screen and (max-width: 767px) {
    .cisco-webex-calling .full-width.mobile-employee-bg {
        -webkit-background-size:2005px 1044px;
        background-size: 2005px 1044px;
        background-position: -1100px 0
    }
}

.t-outer.t-cisco-webex-text-image {
    height: 328px
}

@media screen and (max-width: 1199px) {
    .t-outer.t-cisco-webex-text-image {
        height:265px
    }
}

@media screen and (max-width: 991px) {
    .t-outer.t-cisco-webex-text-image {
        height:auto
    }
}

.btn.btn-cwc {
    position: relative;
    width: 240px;
    margin: 0 0 20px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.btn.btn-cwc:after {
    position: absolute;
    height: 16px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    font-family: FontAwesome;
    font-size: 20px;
    vertical-align: middle
}

.btn.btn-cwc.contact:after {
    content: "\f086"
}

.btn.btn-cwc.datasheet:after {
    content: "\f019"
}

.btn.btn-cwc.watch-now:after {
    content: "\f054"
}

.btn.btn-cwc.theta {
    background-color: #068fcf
}

.btn.btn-cwc.theta:hover {
    background-color: #fff;
    color: #068fcf
}

.btn.btn-cwc.white-alpha {
    background-color: #fff;
    color: #915da3
}

.btn.btn-cwc.white-alpha:hover {
    background-color: #915da3;
    color: #fff
}

.btn.btn-cwc.white-theta {
    background-color: #fff;
    color: #068fcf
}

.btn.btn-cwc.white-theta:hover {
    background-color: #f2f2f2
}

.btn.btn-cwc.inline {
    margin-right: 10px;
    margin-left: 10px
}

.cwc-header-banner {
    position: relative;
    height: 480px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.cwc-header-banner .cwc-header-highlight {
    color: #000;
    font-weight: 600
}

.cwc-header-banner .cisco-webex-tag {
    position: absolute;
    max-width: 78%;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 767px) {
    .cwc-header-banner {
        -webkit-background-size:1443px 480px;
        background-size: 1443px 480px;
        background-position: -380px
    }
}

.cwc-feature-block {
    margin: 0 0 20px
}

.cwc-feature-block .image {
    height: 175px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.cwc-feature-block .content {
    height: 190px;
    padding: 20px;
    background-color: #fff;
    color: #2d2d2d;
    text-align: left
}

.cwc-feature-block .content h3 {
    margin: 0 0 10px
}

@media screen and (max-width: 1199px) {
    .cwc-feature-block .image {
        height:140px
    }

    .cwc-feature-block .content {
        height: 240px
    }
}

@media screen and (max-width: 991px) {
    .cwc-feature-block {
        margin:0 0 15px
    }

    .cwc-feature-block .image {
        height: 220px
    }

    .cwc-feature-block .content {
        height: 165px
    }
}

@media screen and (max-width: 767px) {
    .cwc-feature-block {
        max-width:400px;
        margin: 0 auto 15px
    }

    .cwc-feature-block .image {
        display: none
    }

    .cwc-feature-block .content {
        height: auto
    }
}

.cwc-pencil {
    position: absolute;
    width: 549px;
    height: 197px;
    bottom: -40px;
    left: 70px
}

@media screen and (max-width: 991px) {
    .cwc-pencil {
        width:300px;
        height: 107px;
        bottom: -30px;
        left: -40px
    }
}

.cwc-pen-blurry {
    position: absolute;
    width: 307px;
    height: 690px;
    top: -80px;
    right: -270px
}

@media screen and (max-width: 1199px) {
    .cwc-pen-blurry {
        right:-190px
    }
}

@media screen and (max-width: 991px) {
    .cwc-pen-blurry {
        display:none
    }
}

.cwc-paper-clip {
    position: absolute;
    top: -100px;
    right: 0
}

@media screen and (max-width: 991px) {
    .cwc-paper-clip {
        display:none
    }
}

.cwc-blurry-clip {
    position: absolute;
    bottom: -140px;
    left: -220px
}

@media screen and (max-width: 991px) {
    .cwc-blurry-clip {
        display:none
    }
}

.cwclp-logos-area {
    margin: 0 0 20px
}

.cwclp-logos-area .logo {
    display: inline-block;
    vertical-align: middle
}

.cwclp-logos-area .softcat-logo {
    width: 130px
}

.cwclp-logos-area .cisco-webex-logo {
    width: 154px
}

.cwclp-logos-area .seperator {
    display: inline-block;
    width: 1px;
    height: 40px;
    margin: 0 20px;
    background-color: #473523;
    vertical-align: middle
}

@media screen and (max-width: 991px) {
    .cwclp-logos-area {
        display:inline-block
    }

    .cwclp-logos-area .softcat-logo {
        width: 100px
    }

    .cwclp-logos-area .cisco-webex-logo {
        width: 150px
    }

    .cwclp-logos-area .seperator {
        margin: 0 15px
    }
}

.cwclp-contact-section .label-conf {
    margin-bottom: 20px;
    padding-right: 20px
}

.cwclp-contact-section .txt-conf {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px
}

.cwclp-contact-section textarea {
    resize: none
}

.cwclp-contact-section .btn {
    padding: 10px 16px
}

.cwclp-contact-section .btn .fa-chevron-right {
    margin-left: 15px
}

.no-touch .cwclp-contact-section .btn:hover {
    background-color: #fff;
    border-color: #915da3;
    color: #915da3
}

.no-touch .cwclp-contact-section .btn:hover .fa-chevron-right {
    color: #915da3
}

@media screen and (min-width: 1200px) {
    .microsoft-modern-hub-activity .form-control-feedback {
        right:10px
    }

    .microsoft-modern-hub-activity #captchaContainer .form-control-feedback {
        top: -4px;
        left: 10px
    }

    .microsoft-modern-hub-activity .txt-conf {
        margin-top: -2px
    }
}

.microsoft-modern-hub-activity .txt-conf {
    display: inline-block;
    padding-right: 20px;
    font-size: 15px
}

.microsoft-modern-hub-activity .set-content-width {
    width: 730px
}

@media screen and (max-width: 1200px) {
    .microsoft-modern-hub-activity .set-content-width {
        max-width:100%
    }
}

.microsoft-modern-hub-activity .lock-icon {
    display: inline-block;
    background-image: url(/assets/template/images/campaigns/microsoft-modern-hub-activity/lock_icon.jpg);
    width: 32px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 15px;
    left: -8px;
    position: relative
}

.microsoft-modern-hub-activity .multiple-elements-inline {
    display: table;
    border-collapse: separate;
    border-spacing: 8px
}

.microsoft-modern-hub-activity .multiple-elements-inline>* {
    vertical-align: middle;
    display: table-cell
}

.microsoft-modern-hub-activity h1 {
    font-family: proxima-nova,sans-serif;
    color: #585858;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0
}

.microsoft-modern-hub-activity .h1-imitate {
    font-family: proxima-nova,sans-serif;
    color: #585858;
    font-size: 38px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 15px;
    margin-top: 0
}

.microsoft-modern-hub-activity h2 {
    font-size: 24px;
    font-family: open-sans,sans-serif;
    font-weight: 200;
    color: #068fe6;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 29px;
    letter-spacing: -.2px
}

.microsoft-modern-hub-activity h3 {
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #585858
}

.microsoft-modern-hub-activity p {
    margin: 10px 0;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 18px;
    font-weight: 200;
    color: #585858
}

.microsoft-modern-hub-activity p.highlight {
    color: #068fe6;
    font-weight: 500
}

.microsoft-modern-hub-activity .btn {
    margin: 18px 0 14px;
    padding: 12px 20px;
    background-color: #068fe6;
    border: 2px solid #068fe6
}

.microsoft-modern-hub-activity .btn:hover {
    background-color: #fff;
    color: #068fe6
}

.microsoft-modern-hub-activity .btn:hover i {
    color: #068fe6
}

@media screen and (max-width: 767px) {
    .microsoft-modern-hub-activity .btn {
        text-align:left
    }
}

.microsoft-modern-hub-activity .btn .fa-chevron-right {
    margin-left: 5px;
    color: #fff;
    margin-right: 10px
}

.microsoft-modern-hub-activity .padding-right {
    padding-right: 40px
}

.microsoft-modern-hub-activity .padding-left {
    padding-left: 40px
}

.microsoft-modern-hub-activity .extend-right {
    text-align: right;
    height: 380px;
    position: relative
}

.microsoft-modern-hub-activity .extend-right:before {
    content: " ";
    background-color: #0981e7;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 100%;
    width: 5000px
}

.microsoft-modern-hub-activity .extend-right:after {
    content: " ";
    background: url(/assets/template/images/campaigns/microsoft-modern-hub-activity/section1_image_long.png);
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 0;
    width: 5000px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.microsoft-modern-hub-activity .extend-left:before {
    content: " ";
    background-color: #0046ad;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 100%;
    width: 5000px;
    background-image: none;
    height: 380px
}

.microsoft-modern-hub-activity .extend-left:after {
    content: " ";
    background: url(/assets/template/images/campaigns/microsoft-modern-hub-activity/section3_image.png);
    position: absolute;
    top: 1px;
    bottom: 1px;
    height: 380px;
    width: 5000px;
    background-repeat: no-repeat;
    right: -webkit-calc(-4155px);
    right: calc(-4155px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (max-width: 1199px) {
    .microsoft-modern-hub-activity .extend-left:before {
        display:none
    }
}

.microsoft-modern-hub-activity .highlight {
    color: #068fe6
}

.microsoft-modern-hub-activity .top-header-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7eef4;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    height: 553px;
    position: relative;
    z-index: 300;
    background: #00aca2;
    background: -webkit-linear-gradient(left,#00aca2 36%,#0c6bfd 58%);
    background: -webkit-gradient(linear,left top,right top,color-stop(36%,#00aca2),color-stop(58%,#0c6bfd));
    background: -o-linear-gradient(left,#00aca2 36%,#0c6bfd 58%);
    background: linear-gradient(to right,#00aca2 36%,#0c6bfd 58%)
}

.microsoft-modern-hub-activity .top-header-banner:after {
    content: "";
    background-image: url(/assets/template/images/campaigns/microsoft-modern-hub-activity/Header_animation_V6.gif);
    display: block;
    width: 1450px;
    height: 553px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.microsoft-modern-hub-activity .top-header-banner .container {
    position: relative;
    z-index: 250
}

.microsoft-modern-hub-activity .top-header-banner .logo-container {
    text-align: left
}

.microsoft-modern-hub-activity .top-header-banner .logo {
    margin-top: 15px;
    margin-right: 40px;
    padding: 30px 0
}

@media screen and (max-width: 1199px) {
    .microsoft-modern-hub-activity .top-header-banner {
        background-image:url(/assets/uploads/campaigns/microsoft-sql-eol/bnr-background-gradient.jpg);
        height: 480px
    }

    .microsoft-modern-hub-activity .top-header-banner:after {
        width: 1185px;
        height: 480px
    }

    .microsoft-modern-hub-activity .top-header-banner h1 {
        font-size: 36px
    }

    .microsoft-modern-hub-activity .top-header-banner .h1-imitate {
        font-size: 36px
    }

    .microsoft-modern-hub-activity .top-header-banner .right-section {
        position: absolute;
        top: -35px;
        right: 0;
        width: 500px
    }

    .microsoft-modern-hub-activity .top-header-banner .left-section {
        position: absolute;
        top: 87px;
        left: 0;
        width: 140px
    }

    .microsoft-modern-hub-activity .top-header-banner .moving {
        position: absolute;
        top: 135px;
        left: 160px;
        width: 280px
    }

    .microsoft-modern-hub-activity .top-header-banner .we-make {
        position: absolute;
        top: 80px;
        left: 175px;
        font-size: 45px;
        font-weight: 100;
        color: #fff
    }

    .microsoft-modern-hub-activity .top-header-banner .simple {
        position: absolute;
        top: 195px;
        left: 175px;
        font-size: 40px;
        font-weight: 100;
        color: #fff
    }
}

@media screen and (max-width: 991px) {
    .microsoft-modern-hub-activity .top-header-banner {
        overflow:hidden;
        height: 480px
    }

    .microsoft-modern-hub-activity .top-header-banner:after {
        width: 1185px;
        height: 480px
    }

    .microsoft-modern-hub-activity .top-header-banner .logo {
        margin-top: 0
    }

    .microsoft-modern-hub-activity .top-header-banner .right-section {
        position: absolute;
        top: 65px;
        right: 0;
        width: 640px
    }

    .microsoft-modern-hub-activity .top-header-banner .left-section {
        display: none
    }

    .microsoft-modern-hub-activity .top-header-banner .moving {
        position: absolute;
        top: 52px;
        left: 0;
        width: 352px
    }

    .microsoft-modern-hub-activity .top-header-banner .we-make {
        position: absolute;
        top: 0;
        left: 8px;
        font-size: 45px;
        font-weight: 100;
        color: #fff
    }

    .microsoft-modern-hub-activity .top-header-banner .simple {
        position: absolute;
        top: 120px;
        left: 8px;
        font-size: 40px;
        font-weight: 100;
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .microsoft-modern-hub-activity .top-header-banner {
        overflow:hidden;
        height: 293px
    }

    .microsoft-modern-hub-activity .top-header-banner:after {
        width: 768px;
        height: 311px;
        -webkit-background-size: contain;
        background-size: contain
    }

    .microsoft-modern-hub-activity .top-header-banner .right-section {
        position: absolute;
        top: 115px;
        margin: 0 auto;
        width: 550px;
        left: -80px
    }

    .microsoft-modern-hub-activity .top-header-banner .left-section {
        display: none
    }

    .microsoft-modern-hub-activity .top-header-banner .moving {
        display: block;
        margin: auto;
        left: 10px;
        width: 292px
    }

    .microsoft-modern-hub-activity .top-header-banner .simple,.microsoft-modern-hub-activity .top-header-banner .we-make {
        left: 18px
    }

    .microsoft-modern-hub-activity .top-header-banner .simple {
        top: 110px
    }

    .microsoft-modern-hub-activity .top-header-banner .logo-container {
        text-align: left;
        margin-left: 10px;
        margin-bottom: 10px
    }

    .microsoft-modern-hub-activity .top-header-banner .logo {
        width: 120px;
        margin-top: 20px;
        margin-right: 20px;
        padding: 10px 0
    }
}

.microsoft-modern-hub-activity .section-2 {
    background-image: url(/assets/template/images/campaigns/microsoft-modern-hub-activity/section2_image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 45px 0
}

.microsoft-modern-hub-activity .section-2 .dot {
    width: 15px;
    height: 15px;
    background-color: #00fdfd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -60px
}

@media (max-width: 1366px) {
    .microsoft-modern-hub-activity .section-2 .dot {
        right:20px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-modern-hub-activity .section-2 .dot {
        display:none
    }
}

.microsoft-modern-hub-activity .section-2 .dot .line {
    height: 1046px;
    width: 2px;
    background-color: #00fdfd;
    z-index: 200;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.microsoft-modern-hub-activity .section-2 h3 {
    color: #fff;
    text-align: right
}

@media (max-width: 1366px) {
    .microsoft-modern-hub-activity .section-2 h3 {
        margin-right:60px
    }
}

.microsoft-modern-hub-activity .section-2 h3 sup {
    font-size: 60%
}

.microsoft-modern-hub-activity .section-1 {
    padding: 65px 0;
    overflow: hidden;
    background-color: #f0efef
}

.microsoft-modern-hub-activity .section-1 h2 {
    width: 730px
}

.microsoft-modern-hub-activity .section-1 h2 span {
    display: block
}

.microsoft-modern-hub-activity .section-1 .extend-right:after {
    left: 100px
}

@media screen and (max-width: 1200px) {
    .microsoft-modern-hub-activity .section-1 .extend-right:after {
        left:0
    }

    .microsoft-modern-hub-activity .section-1 h2 {
        width: auto
    }

    .microsoft-modern-hub-activity .section-1 h2 span {
        display: inline
    }
}

@media screen and (max-width: 991px) {
    .microsoft-modern-hub-activity .section-1 {
        padding:35px 0
    }
}

@media screen and (max-width: 991px) {
    .microsoft-modern-hub-activity .section-1 .extend-right {
        margin-top:20px
    }

    .microsoft-modern-hub-activity .section-1 .extend-right img {
        float: right
    }

    .microsoft-modern-hub-activity .section-1 .extend-right:after {
        left: 20px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-modern-hub-activity .section-1 {
        margin:0
    }

    .microsoft-modern-hub-activity .section-1 .padding-right {
        padding: 10px 20px
    }
}

.microsoft-modern-hub-activity .section-3 {
    padding: 65px 0;
    overflow: hidden;
    height: 545px;
    background-color: #f0efef
}

.microsoft-modern-hub-activity .section-3 p:first-of-type {
    margin-bottom: 50px;
    padding-top: 15px;
    width: 661px
}

@media screen and (max-width: 1200px) {
    .microsoft-modern-hub-activity .section-3 p:first-of-type {
        max-width:100%
    }
}

.microsoft-modern-hub-activity .section-3 h2 {
    color: #000;
    width: 661px
}

@media screen and (max-width: 1200px) {
    .microsoft-modern-hub-activity .section-3 h2 {
        max-width:100%
    }
}

@media screen and (max-width: 1199px) {
    .microsoft-modern-hub-activity .section-3 {
        height:585px
    }
}

@media screen and (max-width: 992px) {
    .microsoft-modern-hub-activity .section-3 {
        height:940px
    }

    .microsoft-modern-hub-activity .section-3 .extend-left:after {
        top: 460px;
        right: -webkit-calc(-4143px);
        right: calc(-4143px)
    }
}

@media screen and (max-width: 767px) {
    .microsoft-modern-hub-activity .section-3 {
        margin:0;
        height: 960px;
        padding-top: 15px
    }

    .microsoft-modern-hub-activity .section-3 .extend-left:after {
        top: 540px
    }
}

@media screen and (max-width: 500px) {
    .microsoft-modern-hub-activity .section-3 {
        height:1045px
    }

    .microsoft-modern-hub-activity .section-3 .extend-left:after {
        top: 620px
    }
}

@media screen and (max-width: 427px) {
    .microsoft-modern-hub-activity .section-3 {
        height:1180px
    }

    .microsoft-modern-hub-activity .section-3 .extend-left:after {
        top: 750px
    }
}

@media screen and (max-width: 390px) {
    .microsoft-modern-hub-activity .section-3 {
        height:1280px
    }

    .microsoft-modern-hub-activity .section-3 .extend-left:after {
        top: 850px
    }
}

.microsoft-modern-hub-activity .section-4 {
    margin: 70px 0;
    margin-bottom: 0;
    padding: 10px 0;
    overflow: hidden
}

.microsoft-modern-hub-activity .section-4 h1 {
    width: 500px
}

@media screen and (max-width: 1200px) {
    .microsoft-modern-hub-activity .section-4 h1 {
        max-width:100%
    }
}

.microsoft-modern-hub-activity .section-4 .h1-imitate {
    width: 500px
}

@media screen and (max-width: 1200px) {
    .microsoft-modern-hub-activity .section-4 .h1-imitate {
        max-width:100%
    }
}

.microsoft-modern-hub-activity .section-4 h2 {
    color: #585858;
    width: 700px
}

@media screen and (max-width: 1200px) {
    .microsoft-modern-hub-activity .section-4 h2 {
        max-width:100%
    }
}

.microsoft-modern-hub-activity .section-4 h3 {
    width: 700px
}

.microsoft-modern-hub-activity .section-4 h3 span {
    display: block
}

.microsoft-modern-hub-activity .section-4 h3:last-of-type {
    margin-bottom: 50px
}

.microsoft-modern-hub-activity .section-4 .extend-right:after {
    left: 100px
}

.microsoft-modern-hub-activity .section-4 .extend-right {
    height: 391px
}

.microsoft-modern-hub-activity .section-4 .extend-right:before {
    background-color: #0a7bf0
}

.microsoft-modern-hub-activity .section-4 .extend-right:after {
    height: 391px;
    background: url(/assets/template/images/campaigns/microsoft-modern-hub-activity/section4_image.png);
    background-repeat: no-repeat
}

@media screen and (max-width: 1199px) {
    .microsoft-modern-hub-activity .section-4 h3 {
        width:auto;
        max-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .microsoft-modern-hub-activity .section-4 {
        margin:40px 0
    }

    .microsoft-modern-hub-activity .section-4 .extend-right {
        margin-top: 20px
    }

    .microsoft-modern-hub-activity .section-4 .extend-right:after {
        left: 0
    }
}

@media screen and (max-width: 767px) {
    .microsoft-modern-hub-activity .section-4 {
        margin:0
    }

    .microsoft-modern-hub-activity .section-4 .extend-right:after {
        left: 20px
    }

    .microsoft-modern-hub-activity .section-4 .padding-right {
        padding: 10px 20px
    }
}

.microsoft-modern-hub-activity .section-6 {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding: 40px 0 40px
}

.microsoft-modern-hub-activity .section-6 h1 {
    font-size: 30px;
    font-weight: 500;
    color: #585858
}

.microsoft-modern-hub-activity .section-6 .h1-imitate {
    font-size: 30px;
    font-weight: 500;
    color: #585858
}

.microsoft-modern-hub-activity .section-6 p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 200;
    text-align: left;
    color: #585858
}

.microsoft-modern-hub-activity .section-6 form {
    margin-top: 50px
}

.microsoft-microsite {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.42
}

.microsoft-microsite p {
    font-size: 1em;
    line-height: inherit
}

.microsoft-microsite .btn {
    background-color: #068fcf;
    padding: 10px
}

.microsoft-microsite .btn .fa-chevron-right {
    font-size: 22px!important;
    margin: 0
}

.microsoft-microsite .btn .fa {
    font-size: 25px;
    padding-left: 85px
}

.microsoft-microsite .btn:hover {
    border: 1px solid #068fcf;
    background-color: #fff;
    color: #068fcf
}

.microsoft-microsite .btn:hover .fa {
    color: #068fcf
}

.microsoft-microsite .has-error {
    color: #cc5299!important
}

.microsoft-microsite .microsoft-microsite-banner {
    position: relative;
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/overview-header-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 568px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px
}

.microsoft-microsite .microsoft-microsite-banner h1 {
    margin: 60px 0 3px;
    color: #fff;
    font-weight: 500
}

.microsoft-microsite .microsoft-microsite-banner h4 {
    margin: 0 0 25px;
    color: #fff;
    font-weight: 600
}

.microsoft-microsite .microsoft-microsite-banner p {
    margin-bottom: 25px;
    color: #fff
}

.microsoft-microsite .microsoft-microsite-banner .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .35;
    z-index: 1
}

.microsoft-microsite .microsoft-microsite-banner .container {
    position: relative;
    z-index: 2
}

.microsoft-microsite .microsoft-microsite-banner .video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%
}

.microsoft-microsite .microsoft-microsite-banner .video video {
    width: 100%
}

.microsoft-microsite .microsoft-microsite-banner .microsoft-logo {
    float: left;
    padding-top: 20px
}

.microsoft-microsite .microsoft-microsite-banner .btn {
    background-color: #fff;
    color: #000;
    margin: 20px 0
}

.microsoft-microsite .microsoft-microsite-banner .btn .fa {
    font-size: 25px;
    padding-left: 85px;
    color: #915da3
}

.microsoft-microsite .microsoft-microsite-banner .btn:hover {
    border: 1px solid #fff;
    background-color: #915da3;
    color: #fff
}

.microsoft-microsite .microsoft-microsite-banner .btn:hover .fa {
    color: #fff
}

.microsoft-microsite .microsoft-microsite-banner .nav-pills {
    float: right
}

.microsoft-microsite .microsoft-microsite-banner .nav-pills li {
    margin: 0 0 0 25px
}

.microsoft-microsite .microsoft-microsite-banner .nav-pills a {
    color: #fff;
    padding: 25px 6px 10px 8px
}

.microsoft-microsite .microsoft-microsite-banner .nav-pills a:hover {
    background-color: transparent;
    font-weight: 600
}

.microsoft-microsite .microsoft-microsite-banner .nav-pills a:focus,.microsoft-microsite .microsoft-microsite-banner .nav-pills a:visited {
    background-color: transparent
}

.microsoft-microsite .microsoft-microsite-banner .nav-pills a:after {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.microsoft-microsite .microsoft-microsite-banner .nav-pills a.active {
    border-top: 4px solid #fff;
    font-weight: 600
}

.microsoft-microsite .microsoft-microsite-banner .nav-pills a:not(.active) {
    border-top: 4px solid transparent
}

.microsoft-microsite .microsoft-microsite-banner ul li.a {
    font-size: 18px;
    color: #fff
}

@media only screen and (min-width: 1200px) {
    .microsoft-microsite .microsoft-microsite-banner .video {
        top:-120px
    }
}

@media only screen and (min-width: 1450px) {
    .microsoft-microsite .microsoft-microsite-banner .video {
        top:-300px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite .microsoft-microsite-banner .nav-pills li {
        margin:0 0 0 10px
    }

    .microsoft-microsite .microsoft-microsite-banner .video {
        top: -300px
    }

    .microsoft-microsite .microsoft-microsite-banner .video video {
        width: auto
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite .microsoft-microsite-banner {
        height:auto;
        text-align: left
    }

    .microsoft-microsite .microsoft-microsite-banner h1 {
        margin: 30px 0 3px
    }

    .microsoft-microsite .microsoft-microsite-banner .btn .fa {
        padding-left: 25px
    }

    .microsoft-microsite .microsoft-microsite-banner .nav-pills {
        float: none;
        margin: 20px 0
    }

    .microsoft-microsite .microsoft-microsite-banner .nav-pills li {
        float: none;
        margin: 0 0 0 10px
    }

    .microsoft-microsite .microsoft-microsite-banner .nav-pills li a {
        padding: 10px 6px 10px 8px
    }

    .microsoft-microsite .microsoft-microsite-banner .nav-pills li .active {
        background-color: #fff;
        color: #000
    }

    .microsoft-microsite .microsoft-microsite-banner .microsoft-logo {
        float: none
    }
}

.microsoft-microsite .section-1 {
    padding: 40px 0 25px;
    text-align: center
}

.microsoft-microsite .section-1 .device-block {
    padding: 0 15px
}

.microsoft-microsite .section-1 .logo-wrapper {
    text-align: center;
    height: 80px
}

.microsoft-microsite .section-1 .logo {
    margin: 20px 0
}

.microsoft-microsite .section-1 .description {
    min-height: 80px
}

.microsoft-microsite .section-1 p {
    text-align: center;
    margin-bottom: 10px;
    color: #000
}

.microsoft-microsite .section-1 h1 {
    margin: 10px;
    font-size: 32px;
    color: #078fcd
}

.microsoft-microsite .section-1 ul {
    list-style: none;
    padding-left: 10px
}

.microsoft-microsite .section-1 ul li {
    list-style-type: none;
    background: url(/assets/uploads/campaigns/microsoft-microsite/blue-sq-bullet.png) no-repeat 5px 6px transparent;
    margin: 0;
    padding: 0 10px 8px 42px;
    vertical-align: middle;
    color: #000;
    text-align: left
}

@media screen and (max-width: 767px) {
    .microsoft-microsite .section-1 .logo-wrapper {
        text-align:left
    }

    .microsoft-microsite .section-1 p {
        text-align: left
    }
}

.microsoft-microsite .section-2 {
    position: relative;
    height: 372px;
    margin: 0;
    color: #fff;
    text-align: center;
    clear: both
}

.microsoft-microsite .section-2 h2 {
    margin: 10px 0 20px;
    font-size: 38px;
    color: #fff
}

.microsoft-microsite .section-2 p {
    color: #fff
}

.microsoft-microsite .section-2 .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 170px;
    margin: auto;
    background-color: #fff;
    color: #000
}

.microsoft-microsite .section-2 .btn:hover {
    border: 1px solid #fff;
    background-color: #915da3;
    color: #fff
}

.microsoft-microsite .section-2 .btn:hover .fa {
    color: #fff
}

.microsoft-microsite .section-2 .section-block-wrapper {
    position: relative;
    padding: 40px 12% 80px
}

.microsoft-microsite .section-2 .section-block {
    position: relative;
    float: left;
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
    height: 372px;
    display: table;
    padding: 40px 30px 25px;
    color: #fff
}

.microsoft-microsite .section-2 .section-block.pink {
    background-color: #cc5299
}

.microsoft-microsite .section-2 .section-block.pink .btn:hover {
    border: 1px solid #fff;
    background-color: #bf3887
}

.microsoft-microsite .section-2 .section-block.green {
    background-color: #006962
}

.microsoft-microsite .section-2 .section-block.green .btn:hover {
    border: 1px solid #fff;
    background-color: #00433e
}

.microsoft-microsite .section-2 .section-block.purple {
    background-color: #563058
}

.microsoft-microsite .section-2 .section-block.purple .btn:hover {
    border: 1px solid #fff;
    background-color: #3e223f
}

.microsoft-microsite .section-2 .section-block .icon-wrapper {
    height: 60px;
    line-height: 60px
}

@media screen and (max-width: 991px) {
    .microsoft-microsite .section-2 {
        height:438px
    }

    .microsoft-microsite .section-2 .section-block {
        height: 438px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite .section-2 {
        height:auto
    }

    .microsoft-microsite .section-2 .section-block {
        float: none;
        height: 372px;
        width: 100%
    }
}

.microsoft-microsite .section-table {
    background-color: #e9e9e9;
    padding: 50px 0 40px
}

.microsoft-microsite .section-table h2 {
    color: #068fcf
}

.microsoft-microsite .section-table .table {
    margin: 10px 0 40px;
    background-color: #e9e9e9;
    font-size: 18px;
    color: #585858
}

.microsoft-microsite .section-table .table .no-border {
    border-top: none
}

.microsoft-microsite .section-table .table .blue-text {
    color: #068fcf;
    font-weight: 500
}

.microsoft-microsite .section-table .table td {
    padding: 18px 5px;
    border-top: 1px solid #02a4ef
}

.microsoft-microsite .section-table .table th {
    border-top: none;
    border-bottom: 1px solid #02a4ef;
    color: #068fcf;
    font-weight: 400;
    padding: 18px 5px
}

.microsoft-microsite .section-table .table .button-wrapper {
    text-align: center
}

.microsoft-microsite .section-table .table .button-wrapper i {
    padding-left: 20px
}

.microsoft-microsite .section-table .table .footnote {
    color: #585858;
    font-size: 13px;
    padding: 7px;
    border: none
}

.microsoft-microsite .resources {
    padding: 50px 0 30px
}

.microsoft-microsite .resources h1,.microsoft-microsite .resources h2 {
    margin: 20px 0;
    text-align: center;
    color: #068fcf
}

.microsoft-microsite .resources p {
    text-align: center
}

.microsoft-microsite .resources .resource-filter {
    margin-top: 50px
}

.microsoft-microsite .resources .resource-filter .filter.active {
    background-color: #915da3
}

.microsoft-microsite .resources .btn .fa {
    padding-left: 10px
}

.microsoft-microsite .resources .news-overview-v2 {
    margin-bottom: 60px
}

.microsoft-microsite .section-6 {
    padding: 20px 0
}

.microsoft-microsite .section-6 h2 {
    color: #068fcf
}

.microsoft-microsite .section-6 .logos {
    margin-top: 10px
}

.microsoft-microsite .section-6 .logos img {
    margin-right: 20px
}

.microsoft-microsite .section-6 .txt-conf {
    font-size: 16px;
    line-height: inherit;
    margin: 8px 0;
    color: #666;
    letter-spacing: .2px;
    font-weight: 200
}

@media (max-width: 400px) {
    .microsoft-microsite .section-6 #captchaContainer {
        -ms-transform:scale(.77);
        transform: scale(.77);
        -webkit-transform: scale(.77);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite .section-6 .logos {
        float:none!important;
        margin-top: 20px
    }
}

.microsoft-microsite.teamwork .microsoft-microsite-banner {
    position: relative;
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/teamwork-header-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left
}

.microsoft-microsite.teamwork .microsoft-microsite-banner .teamwork-header {
    position: absolute;
    bottom: 0;
    right: 0
}

.microsoft-microsite.teamwork .microsoft-microsite-banner .title-wrapper {
    position: relative;
    width: 410px;
    margin-bottom: 20px
}

.microsoft-microsite.teamwork .microsoft-microsite-banner .title-wrapper .teamwork-icon {
    float: right;
    margin-top: -8px
}

.microsoft-microsite.teamwork .microsoft-microsite-banner .btn {
    margin: 0
}

@media screen and (max-width: 767px) {
    .microsoft-microsite.teamwork .microsoft-microsite-banner {
        height:auto!important
    }

    .microsoft-microsite.teamwork .microsoft-microsite-banner .title-wrapper {
        width: auto
    }
}

.microsoft-microsite.teamwork .section-1 {
    position: relative;
    background-color: #fff;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/teamwork-pink-cloud-bg.jpg);
    background-position: left 200px center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    text-align: left;
    min-height: 495px;
    padding: 50px 0
}

.microsoft-microsite.teamwork .section-1 h5 {
    font-size: 20px;
    color: #585858;
    font-weight: 600;
    margin-bottom: 20px
}

.microsoft-microsite.teamwork .section-1 p {
    text-align: left
}

.microsoft-microsite.teamwork .section-1 .screen-1 {
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite.teamwork .section-1 {
        background-position:left -20px center;
        height: auto
    }

    .microsoft-microsite.teamwork .section-1 .screen-1 {
        width: 460px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite.teamwork .section-1 {
        background-position:left -280px center;
        height: auto
    }

    .microsoft-microsite.teamwork .section-1 .screen-1 {
        width: 300px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite.teamwork .section-1 {
        background-image:none;
        min-height: auto;
        padding: 50px 15px
    }

    .microsoft-microsite.teamwork .section-1 .screen-1 {
        display: none
    }
}

.microsoft-microsite.teamwork .section-1b {
    position: relative;
    background-color: #e9e9e9;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/teamwork-pink-cloud-bg-2.png);
    background-position: right 200px center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    text-align: left;
    min-height: 495px;
    padding: 50px 0
}

.microsoft-microsite.teamwork .section-1b h5 {
    font-size: 20px;
    color: #585858;
    font-weight: 600;
    margin-bottom: 20px
}

.microsoft-microsite.teamwork .section-1b p {
    text-align: left;
    color: #585858
}

.microsoft-microsite.teamwork .section-1b .screen-2 {
    position: absolute;
    bottom: 0;
    right: 0
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite.teamwork .section-1b {
        background-position:right -20px center;
        height: auto
    }

    .microsoft-microsite.teamwork .section-1b .screen-2 {
        width: 460px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite.teamwork .section-1b {
        background-position:right -280px center;
        height: auto
    }

    .microsoft-microsite.teamwork .section-1b .screen-2 {
        width: 300px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite.teamwork .section-1b {
        background-image:none;
        min-height: auto;
        padding: 50px 15px
    }

    .microsoft-microsite.teamwork .section-1b .screen-2 {
        display: none
    }
}

.microsoft-microsite.teamwork .section-3 {
    padding: 40px 0;
    background-color: #e9e9e9
}

.microsoft-microsite.teamwork .section-3 h2 {
    margin: 20px 0;
    text-align: center;
    color: #068fcf;
    font-size: 34px
}

.microsoft-microsite.teamwork .section-3 h4 {
    margin: 20px 0;
    font-size: 24px;
    text-align: center
}

.microsoft-microsite.teamwork .section-3 p {
    color: #282d32;
    text-align: center;
    font-size: 18px
}

.microsoft-microsite.teamwork .section-3 .phase {
    margin: 30px 0;
    padding: 10px 50px
}

.microsoft-microsite.teamwork .section-3 .phase img {
    margin-bottom: 15px
}

.microsoft-microsite.teamwork .section-3 .phase.one {
    color: #23bce5
}

.microsoft-microsite.teamwork .section-3 .phase.two {
    color: #068fe6
}

.microsoft-microsite.teamwork .section-3 .phase.three {
    color: #0168a2
}

@media screen and (max-width: 767px) {
    .microsoft-microsite.teamwork .section-3 .phase img {
        margin:auto
    }
}

.microsoft-microsite.teamwork .section-6 {
    background-color: #e9e9e9
}

@media only screen and (max-width: 1300px) {
    .microsoft-microsite.teamwork .microsoft-microsite-banner .teamwork-header {
        width:680px
    }
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite.teamwork .microsoft-microsite-banner .teamwork-header {
        width:580px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite.teamwork .microsoft-microsite-banner {
        height:520px
    }

    .microsoft-microsite.teamwork .microsoft-microsite-banner .teamwork-header {
        position: absolute;
        right: -100px;
        width: 480px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite.teamwork .microsoft-microsite-banner .teamwork-header {
        display:none
    }
}

.microsoft-microsite .section-2 .section-block.green-textured {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/green-textured.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.microsoft-microsite .section-2 .section-block.pink-textured {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/pink-textured.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.microsoft-microsite .section-2 .section-block.purple-textured {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/purple-textured.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.microsoft-microsite.security .microsoft-microsite-banner {
    position: relative;
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/security-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left
}

.microsoft-microsite.security .microsoft-microsite-banner .teamwork-header {
    position: absolute;
    bottom: 0;
    right: 0
}

.microsoft-microsite.security .microsoft-microsite-banner .title-wrapper {
    position: relative;
    width: 610px;
    margin-bottom: 60px
}

.microsoft-microsite.security .microsoft-microsite-banner .title-wrapper .security-icon {
    float: right;
    margin-top: -8px
}

.microsoft-microsite.security .microsoft-microsite-banner .btn {
    margin: 0
}

@media screen and (max-width: 767px) {
    .microsoft-microsite.security .microsoft-microsite-banner {
        height:auto!important
    }

    .microsoft-microsite.security .microsoft-microsite-banner .title-wrapper {
        width: auto
    }

    .microsoft-microsite.security .microsoft-microsite-banner .title-wrapper h1 {
        margin: 30px 0 13px;
        font-size: 30px
    }

    .microsoft-microsite.security .microsoft-microsite-banner .btn .fa {
        padding-left: 25px
    }
}

.microsoft-microsite.security .section-1,.microsoft-microsite.security .section-1b {
    text-align: left;
    padding: 0;
    background-color: #e9e9e9
}

.microsoft-microsite.security .section-1 .image,.microsoft-microsite.security .section-1b .image {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/security-section-1.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 325px
}

.microsoft-microsite.security .section-1 h4,.microsoft-microsite.security .section-1b h4 {
    font-size: 18px;
    margin-bottom: 25px
}

.microsoft-microsite.security .section-1 .right,.microsoft-microsite.security .section-1b .right {
    padding: 0 40px;
    height: 325px;
    display: table
}

.microsoft-microsite.security .section-1 .right .t-inner,.microsoft-microsite.security .section-1b .right .t-inner {
    display: table-cell;
    vertical-align: middle
}

.microsoft-microsite.security .section-1 p,.microsoft-microsite.security .section-1b p {
    text-align: left;
    color: #585858;
    margin-bottom: 25px
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite.security .section-1,.microsoft-microsite.security .section-1b {
        height:auto
    }

    .microsoft-microsite.security .section-1 .image,.microsoft-microsite.security .section-1b .image {
        height: 400px
    }

    .microsoft-microsite.security .section-1 .right,.microsoft-microsite.security .section-1b .right {
        height: 400px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite.security .section-1 .right,.microsoft-microsite.security .section-1b .right {
        padding:30px 20px;
        height: auto
    }

    .microsoft-microsite.security .section-1 .image,.microsoft-microsite.security .section-1b .image {
        height: 220px
    }
}

.microsoft-microsite.security .section-1b .image {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/security-section-1-b.jpg);
    background-position: top right
}

@media screen and (max-width: 991px) {
    .microsoft-microsite.security .section-1b .image,.microsoft-microsite.security .section-1b .right {
        height:470px
    }
}

.microsoft-microsite.security .section-table-matrix {
    background-color: #fff;
    padding: 50px 0;
    color: #000;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    max-width: 1000px
}

.microsoft-microsite.security .section-table-matrix img {
    border: 1px solid #fff;
    width: 100%
}

.microsoft-microsite.security .section-table-matrix th,.microsoft-microsite.security .section-table-matrix tr {
    padding: 0;
    border: none
}

.microsoft-microsite.security .section-table-matrix td {
    border: none;
    padding: 0
}

.microsoft-microsite.security .section-table-matrix .pad {
    padding: 10px
}

.microsoft-microsite.security .section-table-matrix .with-border {
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite.security .section-table-matrix {
        font-size:15px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite.security .section-table-matrix {
        margin:0;
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite.security .section-table-matrix {
        font-size:10px
    }

    .microsoft-microsite.security .section-table-matrix .table {
        border: 0
    }
}

.microsoft-microsite.security .section-four-blocks {
    position: relative;
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/security-section-3-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left
}

.microsoft-microsite.security .section-four-blocks .block {
    padding: 32px 30px
}

.microsoft-microsite.security .section-four-blocks .block h2 {
    color: #fff;
    font-size: 34px
}

.microsoft-microsite.security .section-four-blocks .block p {
    color: #fff;
    font-size: 16px
}

.microsoft-microsite.security .section-3 {
    padding: 40px 0;
    background-color: #e9e9e9
}

.microsoft-microsite.security .section-3 h2 {
    margin: 20px 0;
    text-align: center;
    color: #068fcf;
    font-size: 34px
}

.microsoft-microsite.security .section-3 h4 {
    margin: 20px 0;
    font-size: 24px;
    text-align: center
}

.microsoft-microsite.security .section-3 p {
    color: #282d32;
    text-align: center;
    font-size: 18px
}

.microsoft-microsite.security .section-3 .phase {
    margin: 30px 0;
    padding: 10px 50px
}

.microsoft-microsite.security .section-3 .phase img {
    margin-bottom: 15px
}

.microsoft-microsite.security .section-3 .phase.one {
    color: #23bce5
}

.microsoft-microsite.security .section-3 .phase.two {
    color: #068fe6
}

.microsoft-microsite.security .section-3 .phase.three {
    color: #0168a2
}

@media screen and (max-width: 767px) {
    .microsoft-microsite.security .section-3 .phase img {
        margin:auto
    }
}

.microsoft-microsite.security .section-6 {
    background-color: #e9e9e9
}

@media only screen and (max-width: 1300px) {
    .microsoft-microsite.security .microsoft-microsite-banner .teamwork-header {
        width:680px
    }
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite.security .microsoft-microsite-banner .teamwork-header {
        width:580px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite.security .microsoft-microsite-banner {
        height:520px
    }

    .microsoft-microsite.security .microsoft-microsite-banner .teamwork-header {
        position: absolute;
        right: -100px;
        width: 480px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite.security .microsoft-microsite-banner .teamwork-header {
        display:none
    }
}

.microsoft-microsite.modern-devices .microsoft-microsite-banner {
    position: relative;
    background-color: #422544;
    background-image: none;
    height: auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite.modern-devices .microsoft-microsite-banner.large {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-devices-header-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
    height: 710px
}

.microsoft-microsite.modern-devices .microsoft-microsite-banner.large .main-block {
    display: block;
    padding-top: 40px
}

.microsoft-microsite.modern-devices .microsoft-microsite-banner.large .title-wrapper h1 {
    margin: 60px 0 20px
}

.microsoft-microsite.modern-devices .microsoft-microsite-banner .main-block {
    display: none
}

.microsoft-microsite.modern-devices .results-container .result {
    display: none;
    text-align: left
}

.microsoft-microsite.modern-devices.book .microsoft-microsite-banner {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-device-banner-book.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
    height: 670px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite.modern-devices.book .microsoft-microsite-banner .main-block {
    display: none
}

.microsoft-microsite.modern-devices.pro .microsoft-microsite-banner {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-device-banner-pro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
    height: 670px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite.modern-devices.pro .microsoft-microsite-banner .main-block {
    display: none
}

.microsoft-microsite.modern-devices.go .microsoft-microsite-banner {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-device-banner-go.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
    height: 670px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite.modern-devices.go .microsoft-microsite-banner .main-block {
    display: none
}

.microsoft-microsite.modern-devices.form .microsoft-microsite-banner {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-device-banner-form.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    height: 720px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite.modern-devices.form .microsoft-microsite-banner .main-block {
    display: none
}

.microsoft-microsite.modern-devices .btn {
    padding: 10px 12px
}

.microsoft-microsite.modern-devices .results-container {
    margin-top: 70px
}

.microsoft-microsite.modern-devices .results-container .title-wrapper {
    margin-bottom: 35px
}

.microsoft-microsite.modern-devices .results-container .title-wrapper h1 {
    font-size: 64px;
    margin: 2px 0
}

.microsoft-microsite.modern-devices .results-container .title-wrapper h3 {
    margin: 6px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.microsoft-microsite.modern-devices .results-container .social-media {
    margin: 10px 0;
    display: inline-block;
    color: #fff;
    font-size: 34px
}

.microsoft-microsite.modern-devices .results-container .social-media p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px
}

.microsoft-microsite.modern-devices .results-container .social-media .fa {
    margin-right: 18px;
    color: #fff!important
}

.microsoft-microsite.modern-devices .results-container .form-container {
    display: none
}

.microsoft-microsite.modern-devices .results-container .form-container p {
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center
}

.microsoft-microsite.modern-devices .results-container .form-container a {
    color: #cc5299
}

.microsoft-microsite.modern-devices .results-container .form-container .title-wrapper {
    margin-bottom: 35px
}

.microsoft-microsite.modern-devices .results-container .form-container .title-wrapper h1 {
    font-size: 34px;
    margin: 2px 0;
    text-align: center
}

.microsoft-microsite.modern-devices .results-container .form-container .txt-conf {
    color: #fff
}

.microsoft-microsite.modern-devices.laptop .microsoft-microsite-banner {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-device-banner-laptop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
    height: 670px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite.modern-devices.laptop .microsoft-microsite-banner .main-block {
    display: none
}

@media screen and (max-width: 767px) {
    .microsoft-microsite.modern-devices .microsoft-microsite-banner {
        height:auto!important
    }

    .microsoft-microsite.modern-devices .microsoft-microsite-banner.large {
        padding-bottom: 200px
    }

    .microsoft-microsite.modern-devices .microsoft-microsite-banner.large .main-block {
        padding-top: 10px
    }

    .microsoft-microsite.modern-devices .microsoft-microsite-banner.large .title-wrapper h1 {
        font-size: 35px!important;
        margin: 20px 0
    }

    .microsoft-microsite.modern-devices .microsoft-microsite-banner:not(.large) .title-wrapper h1 {
        font-size: 50px!important
    }

    .microsoft-microsite.modern-devices .results-container {
        margin-top: 10px
    }
}

.microsoft-microsite .devices-section {
    margin-top: -250px;
    padding: 60px 0;
    background-color: #e9e9e9
}

.microsoft-microsite .devices-section .block {
    text-align: center;
    color: #fff
}

.microsoft-microsite .devices-section .block .image {
    width: 100%;
    height: 437px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: -4px 3px 12px 3px rgba(0,0,0,.1);
    box-shadow: -4px 3px 12px 3px rgba(0,0,0,.1)
}

.microsoft-microsite .devices-section h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .microsoft-microsite .devices-section .xs-black {
        color:#000
    }
}

.microsoft-microsite .quiz-container {
    background-color: #422544;
    position: relative;
    text-align: center;
    display: none
}

.microsoft-microsite .quiz-container .question {
    display: none;
    padding-top: 40px;
    padding-bottom: 40px
}

.microsoft-microsite .quiz-container .question-number {
    margin-bottom: 10px;
    color: #fff
}

.microsoft-microsite .quiz-container .question-text {
    margin-bottom: 45px;
    font-size: 34px;
    color: #fff
}

.microsoft-microsite .quiz-container .answers {
    margin-bottom: 20px
}

.microsoft-microsite .quiz-container .answers .answer {
    display: table;
    min-height: 200px;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #f4f4f4;
    background-color: #f4f4f4;
    color: #563058;
    padding: 30px 20px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.microsoft-microsite .quiz-container .answers .answer .inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.microsoft-microsite .quiz-container .answers .answer.selected,.microsoft-microsite .quiz-container .answers .answer:hover {
    background-color: #915da3;
    color: #fff
}

.microsoft-microsite .quiz-container .answers .answer.disabled {
    opacity: .2;
    pointer-events: none
}

.microsoft-microsite .quiz-container .btn {
    background-color: #fff;
    color: #000;
    margin: 20px 0
}

.microsoft-microsite .quiz-container .btn .fa {
    font-size: 20px;
    padding-left: 85px;
    color: #915da3
}

.microsoft-microsite .quiz-container .btn .fa-chevron-left {
    padding-left: 0;
    padding-right: 85px
}

.microsoft-microsite .quiz-container .btn:hover {
    border: 1px solid #fff;
    background-color: #915da3;
    color: #fff
}

.microsoft-microsite .quiz-container .btn:hover .fa {
    color: #fff
}

.microsoft-microsite-v2 {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.42
}

.microsoft-microsite-v2 p {
    font-size: 1em;
    line-height: inherit
}

.microsoft-microsite-v2 .btn {
    background-color: #915da3;
    color: #fff;
    padding: 10px
}

.microsoft-microsite-v2 .btn .fa-chevron-right {
    font-size: 22px!important;
    margin: 0
}

.microsoft-microsite-v2 .btn .fa {
    font-size: 25px;
    padding-left: 85px
}

.microsoft-microsite-v2 .btn:hover {
    border: 1px solid #915da3;
    background-color: #fff;
    color: #915da3
}

.microsoft-microsite-v2 .btn:hover .fa {
    color: #915da3
}

.microsoft-microsite-v2 .has-error {
    color: #cc5299!important
}

.microsoft-microsite-v2 .microsoft-microsite-banner {
    position: relative;
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/overview-header-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 568px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 15px
}

.microsoft-microsite-v2 .microsoft-microsite-banner h1 {
    margin: 60px 0 3px;
    color: #fff;
    font-size: 45px;
    font-weight: 600
}

.microsoft-microsite-v2 .microsoft-microsite-banner h4 {
    margin: 0 0 25px;
    color: #fff;
    font-weight: 600
}

.microsoft-microsite-v2 .microsoft-microsite-banner p {
    margin-bottom: 25px;
    font-weight: 500;
    color: #fff
}

.microsoft-microsite-v2 .microsoft-microsite-banner .mobile-menu {
    display: block;
    width: 100%;
    text-align: center
}

.microsoft-microsite-v2 .microsoft-microsite-banner .navbar {
    color: #fff;
    margin: 20px 0 0
}

.microsoft-microsite-v2 .microsoft-microsite-banner .navbar p {
    margin: 0
}

.microsoft-microsite-v2 .microsoft-microsite-banner .navbar span {
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 2px solid #fff;
    font-weight: 600;
    font-size: 17px
}

.microsoft-microsite-v2 .microsoft-microsite-banner .navbar i {
    padding-right: 10px;
    margin-left: 50px;
    font-weight: 100
}

.microsoft-microsite-v2 .microsoft-microsite-banner .navbar:hover {
    cursor: pointer
}

.microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills {
    margin: 0!important
}

.microsoft-microsite-v2 .microsoft-microsite-banner .btn {
    font-weight: 600;
    padding: 13px 12px!important;
    min-width: 143px;
    color: #915da3!important
}

.microsoft-microsite-v2 .microsoft-microsite-banner .btn:hover {
    color: #fff!important
}

.microsoft-microsite-v2 .microsoft-microsite-banner .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .35;
    z-index: 1
}

.microsoft-microsite-v2 .microsoft-microsite-banner .container {
    position: relative;
    z-index: 2
}

.microsoft-microsite-v2 .microsoft-microsite-banner .video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%
}

.microsoft-microsite-v2 .microsoft-microsite-banner .video video {
    width: 100%
}

.microsoft-microsite-v2 .microsoft-microsite-banner .microsoft-logo {
    float: left;
    padding-top: 20px
}

.microsoft-microsite-v2 .microsoft-microsite-banner .btn {
    background-color: #fff;
    color: #000;
    margin: 20px 0
}

.microsoft-microsite-v2 .microsoft-microsite-banner .btn .fa {
    font-size: 25px;
    padding-left: 85px;
    color: #915da3
}

.microsoft-microsite-v2 .microsoft-microsite-banner .btn:hover {
    border: 1px solid #fff;
    background-color: #915da3;
    color: #fff
}

.microsoft-microsite-v2 .microsoft-microsite-banner .btn:hover .fa {
    color: #fff
}

.microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills {
    float: right
}

.microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills li {
    margin: 0 0 0 25px
}

.microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills a {
    color: #fff;
    padding: 25px 6px 10px 8px
}

.microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills a:hover {
    background-color: transparent;
    font-weight: 600
}

.microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills a:focus,.microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills a:visited {
    background-color: transparent
}

.microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills a:after {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills a.active {
    font-weight: 600
}

.microsoft-microsite-v2 .microsoft-microsite-banner ul li.a {
    font-size: 18px;
    color: #fff
}

@media only screen and (min-width: 1200px) {
    .microsoft-microsite-v2 .microsoft-microsite-banner .video {
        top:-120px
    }
}

@media only screen and (min-width: 1450px) {
    .microsoft-microsite-v2 .microsoft-microsite-banner .video {
        top:-300px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills li {
        margin:0 0 0 10px
    }

    .microsoft-microsite-v2 .microsoft-microsite-banner .video {
        top: -300px
    }

    .microsoft-microsite-v2 .microsoft-microsite-banner .video video {
        width: auto
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2 .microsoft-microsite-banner {
        height:auto;
        text-align: left
    }

    .microsoft-microsite-v2 .microsoft-microsite-banner h1 {
        margin: 30px 0 3px
    }

    .microsoft-microsite-v2 .microsoft-microsite-banner .btn .fa {
        padding-left: 25px
    }

    .microsoft-microsite-v2 .microsoft-microsite-banner .mobile-menu {
        margin-top: 20px
    }

    .microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills {
        float: none;
        margin: 20px 0
    }

    .microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills li {
        float: none;
        margin: 0 0 0 10px
    }

    .microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills li a {
        padding: 10px 6px 10px 8px
    }

    .microsoft-microsite-v2 .microsoft-microsite-banner .nav-pills li .active {
        background-color: #fff;
        color: #000
    }

    .microsoft-microsite-v2 .microsoft-microsite-banner .microsoft-logo {
        margin: auto;
        float: none;
        margin: 20px 0
    }
}

.microsoft-microsite-v2 .softcat-and-microsoft {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    background-color: #f8f9fb;
    background-image: url(/assets/uploads/campaigns/microsoft-surface-new/computer-left.png);
    background-repeat: no-repeat;
    background-position: left -200px bottom;
    -webkit-background-size: 524px 470px;
    background-size: 524px 470px;
    padding-top: 70px
}

.microsoft-microsite-v2 .softcat-and-microsoft .pad {
    padding: 0 30px
}

.microsoft-microsite-v2 .softcat-and-microsoft .lead {
    font-size: 28px;
    color: #363636;
    font-weight: 100
}

.microsoft-microsite-v2 .softcat-and-microsoft p {
    color: #707070;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 26px
}

.microsoft-microsite-v2 .softcat-and-microsoft h1 {
    margin: 10px;
    font-size: 28px;
    color: #363636
}

.microsoft-microsite-v2 .softcat-and-microsoft .btn {
    min-width: 250px;
    margin: 10px 0!important
}

.microsoft-microsite-v2 .softcat-and-microsoft .laptop-right {
    position: absolute;
    bottom: 0;
    right: 0
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2 .softcat-and-microsoft {
        padding-top:30px
    }

    .microsoft-microsite-v2 .softcat-and-microsoft .laptop-right {
        right: -30px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2 .softcat-and-microsoft {
        background-color:#f8f9fb;
        min-height: auto;
        margin-bottom: 20px;
        padding-top: 50px;
        padding-bottom: 60px;
        background-image: none
    }

    .microsoft-microsite-v2 .softcat-and-microsoft .laptop-right {
        display: none
    }

    .microsoft-microsite-v2 .softcat-and-microsoft .lead {
        font-size: 24px
    }
}

.microsoft-microsite-v2 .shift-to-modern-workspace {
    position: relative;
    background: url(/assets/uploads/campaigns/microsoft-microsite/shift-modern-workspace-bg.png);
    background-position: right -50px center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #f8f9fb;
    height: 458px;
    padding: 0 15px
}

.microsoft-microsite-v2 .shift-to-modern-workspace h1 {
    color: #363636;
    font-family: Helvetica Neue,sans-serif;
    font-size: 31px;
    font-weight: 400;
    margin: 80px 0 20px
}

.microsoft-microsite-v2 .shift-to-modern-workspace p {
    font-size: 15px
}

.microsoft-microsite-v2 .shift-to-modern-workspace .btn {
    min-width: 250px;
    margin: 20px 0
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite-v2 .shift-to-modern-workspace {
        background-position:right -150px center
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2 .shift-to-modern-workspace {
        background-position:right -250px center
    }

    .microsoft-microsite-v2 .shift-to-modern-workspace h1 {
        margin: 20px 0
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2 .shift-to-modern-workspace {
        height:auto;
        text-align: center;
        background-image: none;
        padding: 20px 15px
    }

    .microsoft-microsite-v2 .shift-to-modern-workspace h1 {
        font-size: 34px;
        margin: 30px 0
    }

    .microsoft-microsite-v2 .shift-to-modern-workspace .btn {
        margin: 50px 0 50px 0
    }

    .microsoft-microsite-v2 .shift-to-modern-workspace .brochure {
        margin: auto
    }
}

.microsoft-microsite-v2 .tabs-section {
    position: relative;
    margin: 0
}

.microsoft-microsite-v2 .tabs-section .nav-banner {
    background-color: #fff
}

.microsoft-microsite-v2 .tabs-section .nav-tabs {
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 30px!important;
    border: none;
    text-align: center
}

.microsoft-microsite-v2 .tabs-section .nav-tabs li {
    float: none;
    display: inline-block;
    zoom:1;padding: 0 20px;
    margin: 0 20px;
    font-size: 25px;
    color: #363636;
    font-weight: 200
}

.microsoft-microsite-v2 .tabs-section .nav-tabs li a {
    color: #363636;
    background: 0 0;
    border: none
}

.microsoft-microsite-v2 .tabs-section .nav-tabs li.active {
    position: relative
}

.microsoft-microsite-v2 .tabs-section .nav-tabs li.active:after {
    border-bottom: 3px solid #ffaa14;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0
}

.microsoft-microsite-v2 .tabs-section .nav-tabs li.integrated-security.active:after {
    border-bottom: 3px solid #238746
}

.microsoft-microsite-v2 .tabs-section .nav-tabs li.integrated-security.active a {
    font-weight: 500;
    color: #238746
}

.microsoft-microsite-v2 .tabs-section .nav-tabs li.mobile-workforce.active:after {
    border-bottom: 3px solid #d83545
}

.microsoft-microsite-v2 .tabs-section .nav-tabs li.mobile-workforce.active a {
    font-weight: 500;
    color: #d83545
}

.microsoft-microsite-v2 .tabs-section .nav-tabs li.creativity-collaboration.active:after {
    border-bottom: 3px solid #ffaa14
}

.microsoft-microsite-v2 .tabs-section .nav-tabs li.creativity-collaboration.active a {
    font-weight: 500;
    color: #ffaa14
}

.microsoft-microsite-v2 .tabs-section .btn {
    margin-top: 50px
}

.microsoft-microsite-v2 .tabs-section .triangle-container {
    width: 100%;
    margin: auto
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite-v2 .tabs-section .nav-tabs {
        margin-bottom:50px
    }

    .microsoft-microsite-v2 .tabs-section .nav-tabs li {
        padding: 0 15px;
        margin: 0 15px;
        font-size: 23px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2 .tabs-section .nav-tabs {
        margin-bottom:50px
    }

    .microsoft-microsite-v2 .tabs-section .nav-tabs li {
        padding: 0 10px;
        margin: 0 10px;
        font-size: 17px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2 .tabs-section .nav-tabs {
        margin:20px 0
    }

    .microsoft-microsite-v2 .tabs-section .nav-tabs li {
        display: block;
        margin: 10px auto;
        max-width: 500px
    }

    .microsoft-microsite-v2 .tabs-section .nav-tabs li a {
        font-size: 22px
    }

    .microsoft-microsite-v2 .tabs-section .nav-tabs li.integrated-security.active {
        border-bottom: 3px solid #238746
    }

    .microsoft-microsite-v2 .tabs-section .nav-tabs li.mobile-workforce.active {
        border-bottom: 3px solid #d83545
    }

    .microsoft-microsite-v2 .tabs-section .nav-tabs li.creativity-collaboration.active {
        border-bottom: 3px solid #ffaa14
    }

    .microsoft-microsite-v2 .tabs-section .nav-tabs li.active:after {
        display: none
    }

    .microsoft-microsite-v2 .tabs-section .btn {
        margin-top: 50px
    }
}

.microsoft-microsite-v2 .tabs-section-inner {
    position: relative;
    margin: 0;
    padding: 0;
    background-image: url(/assets/uploads/campaigns/microsoft-surface-new/mobile-workforce-banner.jpg);
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    border-bottom: 4px solid #ffaa14;
    border-top: 4px solid #ffaa14;
    height: 850px
}

.microsoft-microsite-v2 .tabs-section-inner a {
    color: #915da3;
    font-size: 15px;
    font-weight: 500;
    overflow-wrap: break-word
}

.microsoft-microsite-v2 .tabs-section-inner h1 {
    font-size: 36px;
    color: #363636;
    margin: 10px 0;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 30px
}

.microsoft-microsite-v2 .tabs-section-inner p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 100;
    color: #363636;
    margin: 20px 0
}

.microsoft-microsite-v2 .tabs-section-inner .highlight {
    color: #ffaa14;
    font-weight: 600;
    font-size: 15px
}

.microsoft-microsite-v2 .tabs-section-inner.mobile-workforce-txt {
    height: inherit;
    padding: 0 0 8%;
    background-image: none;
    border: none;
    border-bottom: 3px solid #f15121
}

.microsoft-microsite-v2 .tabs-section-inner.mobile-workforce-txt .left-section {
    padding-right: 70px
}

.microsoft-microsite-v2 .tabs-section-inner.mobile-workforce-txt .right-section {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%
}

.microsoft-microsite-v2 .tabs-section-inner.mobile-workforce-txt .right-section p {
    float: right;
    clear: right;
    display: block;
    max-width: 725px
}

.microsoft-microsite-v2 .tabs-section-inner.mobile-workforce-txt .right-section img {
    float: right
}

.microsoft-microsite-v2 .tabs-section-inner.mobile-workforce-txt .highlight {
    color: #d83545
}

.microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt {
    height: inherit;
    padding: 0 0 5%;
    background-image: none;
    border: none;
    border-bottom: 3px solid #238746
}

.microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .left-section {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    padding: 20px 0 20px 50px;
    background-color: #f8f9fb
}

.microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .left-section ul {
    list-style-type: none;
    color: #707070;
    font-weight: 100
}

.microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .left-section ul li {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #dedede;
    font-size: 15px
}

.microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .left-section .text-content {
    padding-right: 22%
}

.microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .right-section {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%
}

.microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .right-section p {
    float: right;
    clear: right;
    text-align: right;
    display: block;
    padding-right: 40px;
    max-width: 725px
}

.microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .right-section img {
    float: right
}

.microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .highlight {
    color: #238746
}

.microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt {
    height: inherit;
    padding: 0 0 80px;
    background-image: none;
    border: none;
    border-bottom: 3px solid #ffaa14
}

.microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .right-section {
    position: relative;
    z-index: 2;
    margin-top: 160px;
    margin-right: 0;
    padding: 35px 0 40px 50px;
    background-color: #f8f9fb
}

.microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .right-section p {
    color: #707070
}

.microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .right-section ul {
    list-style-type: none;
    color: #707070;
    font-weight: 100
}

.microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .right-section ul li {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #dedede;
    font-size: 15px
}

.microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .right-section .text-content {
    padding-right: 15%
}

.microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .left-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%
}

.microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .left-section p {
    float: left;
    clear: left;
    text-align: left;
    display: block;
    padding-left: 40px;
    max-width: 725px
}

.microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .left-section img {
    float: left
}

.microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .highlight {
    color: #ffaa14
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite-v2 .tabs-section-inner.mobile-workforce-txt .left-section {
        padding-right:20px
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt {
        padding: 0 0 60px
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .left-section {
        width: 72%
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration {
        height: 500px
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration .right-section {
        bottom: 60px
    }

    .microsoft-microsite-v2 .tabs-section-inner.integrated-security .right-section {
        bottom: 50px
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt img.feature {
        margin-top: 0
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2 .tabs-section-inner h1 {
        font-size:27px;
        line-height: 29px;
        margin-top: 0
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt {
        padding: 0 0 40px
    }

    .microsoft-microsite-v2 .tabs-section-inner.mobile-workforce-txt .left-section {
        padding-right: 0
    }

    .microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .right-section p {
        max-width: 305px;
        padding-right: 15px
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration {
        height: 500px
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration .right-section {
        bottom: 30px
    }

    .microsoft-microsite-v2 .tabs-section-inner.integrated-security .feature {
        margin-left: -20px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2 .tabs-section-inner {
        text-align:center
    }

    .microsoft-microsite-v2 .tabs-section-inner.mobile-workforce-txt {
        text-align: left
    }

    .microsoft-microsite-v2 .tabs-section-inner.mobile-workforce-txt .right-section {
        position: static;
        width: 100%
    }

    .microsoft-microsite-v2 .tabs-section-inner.mobile-workforce-txt .right-section p {
        float: none;
        padding: 20px 0 0 20px
    }

    .microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt {
        text-align: left
    }

    .microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .left-section {
        margin: 0;
        padding: 20px
    }

    .microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .left-section .text-content {
        padding-right: 10%
    }

    .microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .right-section {
        position: static;
        width: 100%;
        margin: 10px 0
    }

    .microsoft-microsite-v2 .tabs-section-inner.integrated-security-txt .right-section p {
        float: none;
        padding: 20px 15px 0 20px;
        max-width: inherit
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt {
        text-align: left
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .right-section {
        margin: 0;
        padding: 20px
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .right-section .text-content {
        padding-right: 10%
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .left-section {
        position: static;
        width: 100%
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration-txt .left-section p {
        float: none;
        padding: 20px 0 0 20px
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration,.microsoft-microsite-v2 .tabs-section-inner.integrated-security,.microsoft-microsite-v2 .tabs-section-inner.mobile-workforce {
        background: 0 0;
        height: auto;
        padding-bottom: 20px
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration .feature,.microsoft-microsite-v2 .tabs-section-inner.integrated-security .feature,.microsoft-microsite-v2 .tabs-section-inner.mobile-workforce .feature {
        padding: 20px 0;
        margin: auto
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration .right-section,.microsoft-microsite-v2 .tabs-section-inner.integrated-security .right-section,.microsoft-microsite-v2 .tabs-section-inner.mobile-workforce .right-section {
        position: inherit
    }

    .microsoft-microsite-v2 .tabs-section-inner.creativity-collaboration .right-section .highlight,.microsoft-microsite-v2 .tabs-section-inner.integrated-security .right-section .highlight,.microsoft-microsite-v2 .tabs-section-inner.mobile-workforce .right-section .highlight {
        display: inline-block;
        padding: 20px 0
    }

    .microsoft-microsite-v2 .tabs-section-inner h1 {
        margin-top: 20px
    }

    .microsoft-microsite-v2 .tabs-section-inner img {
        width: 80%;
        margin: auto
    }
}

.microsoft-microsite-v2 .surface-carousel {
    position: relative;
    padding: 50px 0;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/surface-carousel-bg.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.microsoft-microsite-v2 .surface-carousel h1 {
    text-align: center;
    color: #fff;
    margin: 20px 0 30px 0
}

.microsoft-microsite-v2 .surface-carousel h3 {
    font-weight: 600
}

.microsoft-microsite-v2 .surface-carousel .cta-style-4 {
    margin: 10px auto 20px auto!important
}

.microsoft-microsite-v2 .surface-carousel .info-card-slider-dots {
    margin: 20px 0 0
}

.microsoft-microsite-v2 .surface-carousel .owl-carousel .owl-item img {
    margin: 15px auto 0 auto!important;
    width: auto!important
}

.microsoft-microsite-v2 .surface-carousel .btn {
    min-width: 250px;
    margin: 30px 0 15px
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2 .surface-carousel {
        -webkit-background-size:auto auto;
        background-size: auto auto;
        background-position: top center
    }

    .microsoft-microsite-v2 .surface-carousel h1 {
        font-size: 29px;
        padding: 0 15px 15px
    }
}

.microsoft-microsite-v2 .section-1 {
    padding: 40px 0 25px;
    text-align: center
}

.microsoft-microsite-v2 .section-1 .device-block {
    padding: 0 15px
}

.microsoft-microsite-v2 .section-1 .logo-wrapper {
    text-align: center;
    height: 80px
}

.microsoft-microsite-v2 .section-1 .logo {
    margin: 20px 0
}

.microsoft-microsite-v2 .section-1 .description {
    min-height: 80px
}

.microsoft-microsite-v2 .section-1 p {
    text-align: center;
    margin-bottom: 10px;
    color: #000
}

.microsoft-microsite-v2 .section-1 h1 {
    margin: 10px;
    font-size: 32px;
    color: #078fcd
}

.microsoft-microsite-v2 .section-1 ul {
    list-style: none;
    padding-left: 10px
}

.microsoft-microsite-v2 .section-1 ul li {
    list-style-type: none;
    background: url(/assets/uploads/campaigns/microsoft-microsite/blue-sq-bullet.png) no-repeat 5px 6px transparent;
    margin: 0;
    padding: 0 10px 8px 42px;
    vertical-align: middle;
    color: #000;
    text-align: left
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2 .section-1 .logo-wrapper {
        text-align:left
    }

    .microsoft-microsite-v2 .section-1 p {
        text-align: left
    }
}

.microsoft-microsite-v2 .section-2 {
    position: relative;
    height: 372px;
    margin: 0;
    color: #fff;
    text-align: center;
    clear: both
}

.microsoft-microsite-v2 .section-2 h2 {
    margin: 10px 0 20px;
    font-size: 38px;
    color: #fff
}

.microsoft-microsite-v2 .section-2 p {
    color: #fff
}

.microsoft-microsite-v2 .section-2 .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 170px;
    margin: auto;
    background-color: #fff;
    font-size: 15px;
    color: #000
}

.microsoft-microsite-v2 .section-2 .btn:hover {
    border: 1px solid #fff;
    background-color: #915da3;
    color: #fff
}

.microsoft-microsite-v2 .section-2 .btn:hover .fa {
    color: #fff
}

.microsoft-microsite-v2 .section-2 .section-block-wrapper {
    position: relative;
    padding: 40px 12% 80px
}

.microsoft-microsite-v2 .section-2 .section-block {
    position: relative;
    float: left;
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
    height: 372px;
    display: table;
    padding: 40px 30px 25px;
    color: #fff
}

.microsoft-microsite-v2 .section-2 .section-block:first-child {
    padding-left: 10%
}

.microsoft-microsite-v2 .section-2 .section-block:first-child .btn {
    left: auto;
    right: 50px
}

.microsoft-microsite-v2 .section-2 .section-block:last-child {
    padding-right: 10%
}

.microsoft-microsite-v2 .section-2 .section-block:last-child .btn {
    right: auto;
    left: 50px
}

.microsoft-microsite-v2 .section-2 .section-block.pink {
    background-color: #cc5299
}

.microsoft-microsite-v2 .section-2 .section-block.pink .btn:hover {
    border: 1px solid #fff;
    background-color: #bf3887
}

.microsoft-microsite-v2 .section-2 .section-block.green {
    background-color: #006962
}

.microsoft-microsite-v2 .section-2 .section-block.green .btn:hover {
    border: 1px solid #fff;
    background-color: #00433e
}

.microsoft-microsite-v2 .section-2 .section-block.purple {
    background-color: #563058
}

.microsoft-microsite-v2 .section-2 .section-block.purple .btn:hover {
    border: 1px solid #fff;
    background-color: #3e223f
}

.microsoft-microsite-v2 .section-2 .section-block .icon-wrapper {
    height: 60px;
    line-height: 60px
}

.microsoft-microsite-v2 .section-2 .section-block .btn {
    min-width: 250px;
    color: #915da3;
    font-weight: 600
}

.microsoft-microsite-v2 .section-2 .section-block .btn:hover {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite-v2 .section-2 .section-block:first-child {
        padding-left:30px
    }

    .microsoft-microsite-v2 .section-2 .section-block:first-child .btn {
        left: 0;
        right: 0
    }

    .microsoft-microsite-v2 .section-2 .section-block:last-child {
        padding-right: 30px
    }

    .microsoft-microsite-v2 .section-2 .section-block:last-child .btn {
        left: 0;
        right: 0
    }

    .microsoft-microsite-v2 .section-2 .section-block .btn {
        min-width: auto
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2 .section-2 {
        height:400px
    }

    .microsoft-microsite-v2 .section-2 .section-block {
        height: 400px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2 .section-2 {
        height:auto
    }

    .microsoft-microsite-v2 .section-2 .section-block {
        float: none;
        height: 300px;
        width: 100%
    }

    .microsoft-microsite-v2 .section-2 .section-block p {
        display: none
    }

    .microsoft-microsite-v2 .section-2 .section-block .btn {
        min-width: 250px
    }
}

.microsoft-microsite-v2 .section-table {
    background-color: #e9e9e9;
    padding: 50px 0 40px
}

.microsoft-microsite-v2 .section-table h2 {
    color: #068fcf
}

.microsoft-microsite-v2 .section-table .table {
    margin: 10px 0 40px;
    background-color: #e9e9e9;
    font-size: 18px;
    color: #585858
}

.microsoft-microsite-v2 .section-table .table .no-border {
    border-top: none
}

.microsoft-microsite-v2 .section-table .table .blue-text {
    color: #068fcf;
    font-weight: 500
}

.microsoft-microsite-v2 .section-table .table td {
    padding: 18px 5px;
    border-top: 1px solid #02a4ef
}

.microsoft-microsite-v2 .section-table .table th {
    border-top: none;
    border-bottom: 1px solid #02a4ef;
    color: #068fcf;
    font-weight: 400;
    padding: 18px 5px
}

.microsoft-microsite-v2 .section-table .table .button-wrapper {
    text-align: center
}

.microsoft-microsite-v2 .section-table .table .button-wrapper i {
    padding-left: 20px
}

.microsoft-microsite-v2 .section-table .table .footnote {
    color: #585858;
    font-size: 13px;
    padding: 7px;
    border: none
}

.microsoft-microsite-v2 .resources {
    padding: 50px 0 30px
}

.microsoft-microsite-v2 .resources h1,.microsoft-microsite-v2 .resources h2 {
    margin: 20px 0;
    text-align: center;
    color: #068fcf
}

.microsoft-microsite-v2 .resources p {
    text-align: center
}

.microsoft-microsite-v2 .resources .resource-filter {
    margin-top: 50px
}

.microsoft-microsite-v2 .resources .resource-filter .filter.active {
    background-color: #915da3
}

.microsoft-microsite-v2 .resources .btn .fa {
    padding-left: 10px
}

.microsoft-microsite-v2 .resources .news-overview-v2 {
    margin-bottom: 60px
}

.microsoft-microsite-v2 .section-6 {
    padding: 20px 0
}

.microsoft-microsite-v2 .section-6 h2 {
    color: #068fcf
}

.microsoft-microsite-v2 .section-6 .logos {
    margin-top: 10px
}

.microsoft-microsite-v2 .section-6 .logos img {
    margin-right: 20px
}

.microsoft-microsite-v2 .section-6 .txt-conf {
    font-size: 16px;
    line-height: inherit;
    margin: 8px 0;
    color: #666;
    letter-spacing: .2px;
    font-weight: 200
}

@media (max-width: 400px) {
    .microsoft-microsite-v2 .section-6 #captchaContainer {
        -ms-transform:scale(.77);
        transform: scale(.77);
        -webkit-transform: scale(.77);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2 .section-6 .logos {
        float:none!important;
        margin-top: 20px
    }
}

.microsoft-microsite-v2.teamwork .microsoft-microsite-banner {
    position: relative;
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/teamwork-header-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left
}

.microsoft-microsite-v2.teamwork .microsoft-microsite-banner .teamwork-header {
    position: absolute;
    bottom: 0;
    right: 0
}

.microsoft-microsite-v2.teamwork .microsoft-microsite-banner .title-wrapper {
    position: relative;
    width: 410px;
    margin-bottom: 20px
}

.microsoft-microsite-v2.teamwork .microsoft-microsite-banner .title-wrapper .teamwork-icon {
    float: right;
    margin-top: -8px
}

.microsoft-microsite-v2.teamwork .microsoft-microsite-banner .btn {
    margin: 0
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2.teamwork .microsoft-microsite-banner {
        height:auto!important
    }

    .microsoft-microsite-v2.teamwork .microsoft-microsite-banner .title-wrapper {
        width: auto
    }
}

.microsoft-microsite-v2.teamwork .section-1 {
    position: relative;
    background-color: #fff;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/teamwork-pink-cloud-bg.jpg);
    background-position: left 200px center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    text-align: left;
    min-height: 495px;
    padding: 50px 0
}

.microsoft-microsite-v2.teamwork .section-1 h5 {
    font-size: 20px;
    color: #585858;
    font-weight: 600;
    margin-bottom: 20px
}

.microsoft-microsite-v2.teamwork .section-1 p {
    text-align: left
}

.microsoft-microsite-v2.teamwork .section-1 .screen-1 {
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite-v2.teamwork .section-1 {
        background-position:left -20px center;
        height: auto
    }

    .microsoft-microsite-v2.teamwork .section-1 .screen-1 {
        width: 460px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2.teamwork .section-1 {
        background-position:left -280px center;
        height: auto
    }

    .microsoft-microsite-v2.teamwork .section-1 .screen-1 {
        width: 300px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2.teamwork .section-1 {
        background-image:none;
        min-height: auto;
        padding: 50px 15px
    }

    .microsoft-microsite-v2.teamwork .section-1 .screen-1 {
        display: none
    }
}

.microsoft-microsite-v2.teamwork .section-1b {
    position: relative;
    background-color: #e9e9e9;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/teamwork-pink-cloud-bg-2.png);
    background-position: right 200px center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    text-align: left;
    min-height: 495px;
    padding: 50px 0
}

.microsoft-microsite-v2.teamwork .section-1b h5 {
    font-size: 20px;
    color: #585858;
    font-weight: 600;
    margin-bottom: 20px
}

.microsoft-microsite-v2.teamwork .section-1b p {
    text-align: left;
    color: #585858
}

.microsoft-microsite-v2.teamwork .section-1b .screen-2 {
    position: absolute;
    bottom: 0;
    right: 0
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite-v2.teamwork .section-1b {
        background-position:right -20px center;
        height: auto
    }

    .microsoft-microsite-v2.teamwork .section-1b .screen-2 {
        width: 460px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2.teamwork .section-1b {
        background-position:right -280px center;
        height: auto
    }

    .microsoft-microsite-v2.teamwork .section-1b .screen-2 {
        width: 300px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2.teamwork .section-1b {
        background-image:none;
        min-height: auto;
        padding: 50px 15px
    }

    .microsoft-microsite-v2.teamwork .section-1b .screen-2 {
        display: none
    }
}

.microsoft-microsite-v2.teamwork .section-3 {
    padding: 40px 0;
    background-color: #e9e9e9
}

.microsoft-microsite-v2.teamwork .section-3 h2 {
    margin: 20px 0;
    text-align: center;
    color: #068fcf;
    font-size: 34px
}

.microsoft-microsite-v2.teamwork .section-3 h4 {
    margin: 20px 0;
    font-size: 24px;
    text-align: center
}

.microsoft-microsite-v2.teamwork .section-3 p {
    color: #282d32;
    text-align: center;
    font-size: 18px
}

.microsoft-microsite-v2.teamwork .section-3 .phase {
    margin: 30px 0;
    padding: 10px 50px
}

.microsoft-microsite-v2.teamwork .section-3 .phase img {
    margin-bottom: 15px
}

.microsoft-microsite-v2.teamwork .section-3 .phase.one {
    color: #23bce5
}

.microsoft-microsite-v2.teamwork .section-3 .phase.two {
    color: #068fe6
}

.microsoft-microsite-v2.teamwork .section-3 .phase.three {
    color: #0168a2
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2.teamwork .section-3 .phase img {
        margin:auto
    }
}

.microsoft-microsite-v2.teamwork .section-6 {
    background-color: #e9e9e9
}

@media only screen and (max-width: 1300px) {
    .microsoft-microsite-v2.teamwork .microsoft-microsite-banner .teamwork-header {
        width:680px
    }
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite-v2.teamwork .microsoft-microsite-banner .teamwork-header {
        width:580px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2.teamwork .microsoft-microsite-banner {
        height:520px
    }

    .microsoft-microsite-v2.teamwork .microsoft-microsite-banner .teamwork-header {
        position: absolute;
        right: -100px;
        width: 480px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2.teamwork .microsoft-microsite-banner .teamwork-header {
        display:none
    }
}

.microsoft-microsite-v2 .section-2 .section-block.green-textured {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/green-textured.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.microsoft-microsite-v2 .section-2 .section-block.green-textured.new {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/green-textured-new.jpg)
}

.microsoft-microsite-v2 .section-2 .section-block.pink-textured {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/pink-textured.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.microsoft-microsite-v2 .section-2 .section-block.pink-textured.new {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/pink-textured-new.jpg)
}

.microsoft-microsite-v2 .section-2 .section-block.purple-textured {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/purple-textured.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.microsoft-microsite-v2 .section-2 .section-block.purple-textured.new {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/purple-textured-new.jpg)
}

.microsoft-microsite-v2.security .microsoft-microsite-banner {
    position: relative;
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/security-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left
}

.microsoft-microsite-v2.security .microsoft-microsite-banner .teamwork-header {
    position: absolute;
    bottom: 0;
    right: 0
}

.microsoft-microsite-v2.security .microsoft-microsite-banner .title-wrapper {
    position: relative;
    width: 610px;
    margin-bottom: 60px
}

.microsoft-microsite-v2.security .microsoft-microsite-banner .title-wrapper .security-icon {
    float: right;
    margin-top: -8px
}

.microsoft-microsite-v2.security .microsoft-microsite-banner .btn {
    margin: 0
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2.security .microsoft-microsite-banner {
        height:auto!important
    }

    .microsoft-microsite-v2.security .microsoft-microsite-banner .title-wrapper {
        width: auto
    }

    .microsoft-microsite-v2.security .microsoft-microsite-banner .title-wrapper h1 {
        margin: 30px 0 13px;
        font-size: 30px
    }

    .microsoft-microsite-v2.security .microsoft-microsite-banner .btn .fa {
        padding-left: 25px
    }
}

.microsoft-microsite-v2.security .section-1,.microsoft-microsite-v2.security .section-1b {
    text-align: left;
    padding: 0;
    background-color: #e9e9e9
}

.microsoft-microsite-v2.security .section-1 .image,.microsoft-microsite-v2.security .section-1b .image {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/security-section-1.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 325px
}

.microsoft-microsite-v2.security .section-1 h4,.microsoft-microsite-v2.security .section-1b h4 {
    font-size: 18px;
    margin-bottom: 25px
}

.microsoft-microsite-v2.security .section-1 .right,.microsoft-microsite-v2.security .section-1b .right {
    padding: 0 40px;
    height: 325px;
    display: table
}

.microsoft-microsite-v2.security .section-1 .right .t-inner,.microsoft-microsite-v2.security .section-1b .right .t-inner {
    display: table-cell;
    vertical-align: middle
}

.microsoft-microsite-v2.security .section-1 p,.microsoft-microsite-v2.security .section-1b p {
    text-align: left;
    color: #585858;
    margin-bottom: 25px
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite-v2.security .section-1,.microsoft-microsite-v2.security .section-1b {
        height:auto
    }

    .microsoft-microsite-v2.security .section-1 .image,.microsoft-microsite-v2.security .section-1b .image {
        height: 400px
    }

    .microsoft-microsite-v2.security .section-1 .right,.microsoft-microsite-v2.security .section-1b .right {
        height: 400px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2.security .section-1 .right,.microsoft-microsite-v2.security .section-1b .right {
        padding:30px 20px;
        height: auto
    }

    .microsoft-microsite-v2.security .section-1 .image,.microsoft-microsite-v2.security .section-1b .image {
        height: 220px
    }
}

.microsoft-microsite-v2.security .section-1b .image {
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/security-section-1-b.jpg);
    background-position: top right
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2.security .section-1b .image,.microsoft-microsite-v2.security .section-1b .right {
        height:470px
    }
}

.microsoft-microsite-v2.security .section-table-matrix {
    background-color: #fff;
    padding: 50px 0;
    color: #000;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    max-width: 1000px
}

.microsoft-microsite-v2.security .section-table-matrix img {
    border: 1px solid #fff;
    width: 100%
}

.microsoft-microsite-v2.security .section-table-matrix th,.microsoft-microsite-v2.security .section-table-matrix tr {
    padding: 0;
    border: none
}

.microsoft-microsite-v2.security .section-table-matrix td {
    border: none;
    padding: 0
}

.microsoft-microsite-v2.security .section-table-matrix .pad {
    padding: 10px
}

.microsoft-microsite-v2.security .section-table-matrix .with-border {
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite-v2.security .section-table-matrix {
        font-size:15px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2.security .section-table-matrix {
        margin:0;
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2.security .section-table-matrix {
        font-size:10px
    }

    .microsoft-microsite-v2.security .section-table-matrix .table {
        border: 0
    }
}

.microsoft-microsite-v2.security .section-four-blocks {
    position: relative;
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/security-section-3-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left
}

.microsoft-microsite-v2.security .section-four-blocks .block {
    padding: 32px 30px
}

.microsoft-microsite-v2.security .section-four-blocks .block h2 {
    color: #fff;
    font-size: 34px
}

.microsoft-microsite-v2.security .section-four-blocks .block p {
    color: #fff;
    font-size: 16px
}

.microsoft-microsite-v2.security .section-3 {
    padding: 40px 0;
    background-color: #e9e9e9
}

.microsoft-microsite-v2.security .section-3 h2 {
    margin: 20px 0;
    text-align: center;
    color: #068fcf;
    font-size: 34px
}

.microsoft-microsite-v2.security .section-3 h4 {
    margin: 20px 0;
    font-size: 24px;
    text-align: center
}

.microsoft-microsite-v2.security .section-3 p {
    color: #282d32;
    text-align: center;
    font-size: 18px
}

.microsoft-microsite-v2.security .section-3 .phase {
    margin: 30px 0;
    padding: 10px 50px
}

.microsoft-microsite-v2.security .section-3 .phase img {
    margin-bottom: 15px
}

.microsoft-microsite-v2.security .section-3 .phase.one {
    color: #23bce5
}

.microsoft-microsite-v2.security .section-3 .phase.two {
    color: #068fe6
}

.microsoft-microsite-v2.security .section-3 .phase.three {
    color: #0168a2
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2.security .section-3 .phase img {
        margin:auto
    }
}

.microsoft-microsite-v2.security .section-6 {
    background-color: #e9e9e9
}

@media only screen and (max-width: 1300px) {
    .microsoft-microsite-v2.security .microsoft-microsite-banner .teamwork-header {
        width:680px
    }
}

@media screen and (max-width: 1199px) {
    .microsoft-microsite-v2.security .microsoft-microsite-banner .teamwork-header {
        width:580px
    }
}

@media screen and (max-width: 991px) {
    .microsoft-microsite-v2.security .microsoft-microsite-banner {
        height:520px
    }

    .microsoft-microsite-v2.security .microsoft-microsite-banner .teamwork-header {
        position: absolute;
        right: -100px;
        width: 480px
    }
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2.security .microsoft-microsite-banner .teamwork-header {
        display:none
    }
}

.microsoft-microsite-v2.modern-devices .microsoft-microsite-banner {
    position: relative;
    background-color: #422544;
    background-image: none;
    height: auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite-v2.modern-devices .microsoft-microsite-banner.large {
    background-color: #fff;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-devices-header-curve.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
    height: 710px
}

.microsoft-microsite-v2.modern-devices .microsoft-microsite-banner.large .main-block {
    display: block;
    padding-top: 15px
}

.microsoft-microsite-v2.modern-devices .microsoft-microsite-banner.large .title-wrapper h1 {
    margin: 60px 0 20px
}

.microsoft-microsite-v2.modern-devices .microsoft-microsite-banner .main-block {
    display: none
}

.microsoft-microsite-v2.modern-devices .results-container .result {
    display: none;
    text-align: left
}

.microsoft-microsite-v2.modern-devices.book .microsoft-microsite-banner {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-device-banner-book.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
    height: 670px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite-v2.modern-devices.book .microsoft-microsite-banner .main-block {
    display: none
}

.microsoft-microsite-v2.modern-devices.pro .microsoft-microsite-banner {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-device-banner-pro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
    height: 670px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite-v2.modern-devices.pro .microsoft-microsite-banner .main-block {
    display: none
}

.microsoft-microsite-v2.modern-devices.go .microsoft-microsite-banner {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-device-banner-go.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
    height: 670px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite-v2.modern-devices.go .microsoft-microsite-banner .main-block {
    display: none
}

.microsoft-microsite-v2.modern-devices.form .microsoft-microsite-banner {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-device-banner-form.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    height: 720px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite-v2.modern-devices.form .microsoft-microsite-banner .main-block {
    display: none
}

.microsoft-microsite-v2.modern-devices.x .microsoft-microsite-banner {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-device-banner-x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    height: 720px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite-v2.modern-devices.x .microsoft-microsite-banner .main-block {
    display: none
}

.microsoft-microsite-v2.modern-devices .btn {
    padding: 14px 15px
}

.microsoft-microsite-v2.modern-devices .results-container {
    margin-top: 70px
}

.microsoft-microsite-v2.modern-devices .results-container .title-wrapper {
    margin-bottom: 35px
}

.microsoft-microsite-v2.modern-devices .results-container .title-wrapper h1 {
    font-size: 64px;
    margin: 2px 0
}

.microsoft-microsite-v2.modern-devices .results-container .title-wrapper h3 {
    margin: 6px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.microsoft-microsite-v2.modern-devices .results-container .social-media {
    margin: 10px 0;
    display: inline-block;
    color: #fff;
    font-size: 34px
}

.microsoft-microsite-v2.modern-devices .results-container .social-media p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px
}

.microsoft-microsite-v2.modern-devices .results-container .social-media .fa {
    margin-right: 18px;
    color: #fff!important
}

.microsoft-microsite-v2.modern-devices .results-container .form-container {
    display: none
}

.microsoft-microsite-v2.modern-devices .results-container .form-container p {
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center
}

.microsoft-microsite-v2.modern-devices .results-container .form-container a {
    color: #cc5299
}

.microsoft-microsite-v2.modern-devices .results-container .form-container .title-wrapper {
    margin-bottom: 35px
}

.microsoft-microsite-v2.modern-devices .results-container .form-container .title-wrapper h1 {
    font-size: 34px;
    margin: 2px 0;
    text-align: center
}

.microsoft-microsite-v2.modern-devices .results-container .form-container .txt-conf {
    color: #fff
}

.microsoft-microsite-v2.modern-devices.laptop .microsoft-microsite-banner {
    background-color: #000;
    background-image: url(/assets/uploads/campaigns/microsoft-microsite/modern-device-banner-laptop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
    height: 670px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.microsoft-microsite-v2.modern-devices.laptop .microsoft-microsite-banner .main-block {
    display: none
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2.modern-devices .microsoft-microsite-banner {
        height:auto!important
    }

    .microsoft-microsite-v2.modern-devices .microsoft-microsite-banner.large .main-block {
        padding-top: 10px
    }

    .microsoft-microsite-v2.modern-devices .microsoft-microsite-banner.large .title-wrapper h1 {
        font-size: 35px!important;
        margin: 20px 0
    }

    .microsoft-microsite-v2.modern-devices .microsoft-microsite-banner:not(.large) .title-wrapper h1 {
        font-size: 45px!important
    }

    .microsoft-microsite-v2.modern-devices .results-container {
        margin-top: 10px
    }
}

.microsoft-microsite-v2 .devices-section {
    margin-top: -180px;
    padding: 0 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f9fb));
    background-image: -webkit-linear-gradient(top,#fff,#f8f9fb);
    background-image: -o-linear-gradient(top,#fff,#f8f9fb);
    background-image: linear-gradient(to bottom,#fff,#f8f9fb)
}

.microsoft-microsite-v2 .devices-section .block {
    text-align: center;
    color: #fff
}

.microsoft-microsite-v2 .devices-section .block .image {
    width: 100%;
    height: 437px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.microsoft-microsite-v2 .devices-section h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .microsoft-microsite-v2 .devices-section {
        display:none
    }

    .microsoft-microsite-v2 .devices-section .xs-black {
        color: #000
    }
}

.microsoft-microsite-v2 .quiz-container {
    background-color: #422544;
    position: relative;
    text-align: center;
    display: none
}

.microsoft-microsite-v2 .quiz-container .question {
    display: none;
    padding-top: 40px;
    padding-bottom: 40px
}

.microsoft-microsite-v2 .quiz-container .question-number {
    margin-bottom: 10px;
    color: #fff
}

.microsoft-microsite-v2 .quiz-container .question-text {
    margin-bottom: 45px;
    font-size: 34px;
    color: #fff
}

.microsoft-microsite-v2 .quiz-container .answers {
    margin-bottom: 20px
}

.microsoft-microsite-v2 .quiz-container .answers .answer {
    display: table;
    min-height: 200px;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #f4f4f4;
    background-color: #f4f4f4;
    color: #563058;
    padding: 30px 20px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.microsoft-microsite-v2 .quiz-container .answers .answer .inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.microsoft-microsite-v2 .quiz-container .answers .answer.selected,.microsoft-microsite-v2 .quiz-container .answers .answer:hover {
    background-color: #915da3;
    color: #fff
}

.microsoft-microsite-v2 .quiz-container .answers .answer.disabled {
    opacity: .2;
    pointer-events: none
}

.microsoft-microsite-v2 .quiz-container .btn {
    background-color: #fff;
    color: #000;
    margin: 20px 0
}

.microsoft-microsite-v2 .quiz-container .btn .fa {
    font-size: 20px;
    padding-left: 85px;
    color: #915da3
}

.microsoft-microsite-v2 .quiz-container .btn .fa-chevron-left {
    padding-left: 0;
    padding-right: 85px
}

.microsoft-microsite-v2 .quiz-container .btn:hover {
    border: 1px solid #fff;
    background-color: #915da3;
    color: #fff
}

.microsoft-microsite-v2 .quiz-container .btn:hover .fa {
    color: #fff
}

.microsoft-microsite-v2 .col-lg-5ths,.microsoft-microsite-v2 .col-md-5ths,.microsoft-microsite-v2 .col-sm-5ths,.microsoft-microsite-v2 .col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px
}

.microsoft-microsite-v2 .col-xs-5ths {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .microsoft-microsite-v2 .col-sm-5ths {
        width:20%;
        float: left
    }
}

@media (min-width: 992px) {
    .microsoft-microsite-v2 .col-md-5ths {
        width:20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .microsoft-microsite-v2 .col-lg-5ths {
        width:20%;
        float: left
    }
}

.sophos-aws-landing-page h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 62px;
    line-height: 70px;
    font-weight: 800
}

@media screen and (max-width: 767px) {
    .sophos-aws-landing-page h1 {
        font-size:34px;
        line-height: 40px
    }
}

.sophos-aws-landing-page h2 {
    margin: 0 0 20px;
    color: #068fcf;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600
}

.sophos-aws-landing-page h2.color-white {
    color: #fff
}

.sophos-aws-landing-page h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300
}

.sophos-aws-landing-page p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300
}

.sophos-aws-landing-page ol {
    padding-left: 20px
}

.sophos-aws-landing-page ol li {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300
}

.sophos-aws-landing-page .full-width {
    position: relative;
    width: 100%;
    z-index: 1
}

.sophos-aws-landing-page .section-padding {
    padding: 50px 0
}

.sophos-aws-landing-page .double-section-padding {
    padding: 100px 0
}

.sophos-aws-landing-page .btn {
    padding: 12px 24px;
    background-color: #f8982c;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.sophos-aws-landing-page .btn i.fa {
    margin-left: 40px
}

.sophos-aws-landing-page .btn:active,.sophos-aws-landing-page .btn:focus,.sophos-aws-landing-page .btn:hover {
    background-color: #e97f08
}

.sophos-aws-landing-page .t-outer.t-salp-swirl {
    height: 477px
}

@media screen and (max-width: 1199px) {
    .sophos-aws-landing-page .t-outer.t-salp-swirl {
        height:465px
    }
}

@media screen and (max-width: 991px) {
    .sophos-aws-landing-page .t-outer.t-salp-swirl {
        height:auto
    }
}

.sophos-aws-landing-page .no-padding-top {
    padding-top: 0
}

.sophos-aws-landing-page .no-padding-bottom {
    padding-bottom: 0
}

.sophos-aws-landing-page .hide-overflow {
    overflow: hidden
}

.sophos-aws-landing-page .thin-border-right {
    border-right: 1px solid currentColor
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .sophos-aws-landing-page .no-border-sm {
        border:none
    }
}

@media screen and (max-width: 767px) {
    .sophos-aws-landing-page .no-border-xs {
        border:none
    }
}

.sophos-aws-landing-page .fw-regular {
    font-weight: 400
}

.sophos-aws-landing-page .fw-light {
    font-weight: 300
}

@media screen and (max-width: 991px) {
    .sophos-aws-landing-page .responsive-space {
        margin-bottom:20px
    }
}

.sophos-aws-landing-page .bg-cover-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.sophos-aws-landing-page .rounded-image {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.sophos-aws-landing-page .yogh-ellipse {
    display: block;
    width: 100%
}

.sophos-aws-landing-page .relative-wrapper {
    display: block;
    position: relative
}

.sophos-aws-landing-page .absolute-center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.sophos-aws-landing-page .salp-header-banner {
    position: relative;
    width: 100%;
    height: 700px;
    background-color: #000;
    -webkit-background-size: 1400px auto;
    background-size: 1400px auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1
}

.sophos-aws-landing-page .salp-header-banner .logo-sophos {
    margin: 0 0 50px
}

@media screen and (max-width: 1199px) {
    .sophos-aws-landing-page .salp-header-banner {
        height:550px;
        -webkit-background-size: 1100px auto;
        background-size: 1100px auto
    }

    .sophos-aws-landing-page .salp-header-banner .logo-sophos {
        margin: 0 0 30px
    }
}

@media screen and (max-width: 991px) {
    .sophos-aws-landing-page .salp-header-banner {
        height:450px;
        -webkit-background-size: 800px auto;
        background-size: 800px auto
    }
}

@media screen and (max-width: 767px) {
    .sophos-aws-landing-page .salp-header-banner {
        height:300px;
        -webkit-background-size: 560px auto;
        background-size: 560px auto
    }
}

.sophos-aws-landing-page .salp-logos-area .salp-logo-wrapper {
    margin: 0 0 20px
}

.sophos-aws-landing-page .salp-logos-area .salp-logo-wrapper img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.sophos-aws-landing-page .salp-logos-area .salp-logo-wrapper.aws-marketplace-logo {
    padding: 33px 0 16px
}

.sophos-aws-landing-page .salp-logos-area .salp-logo-text {
    width: 430px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .sophos-aws-landing-page .salp-logos-area .salp-logo-text {
        width:100%
    }
}

.sophos-aws-landing-page .connected-world-bg-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 0
}

.sophos-aws-landing-page .connected-world-bg-wrapper .connected-world-bg {
    position: absolute;
    width: 100%;
    height: 5000px;
    background-color: #000;
    -webkit-background-size: 1771px 627px;
    background-size: 1771px 627px;
    background-position: bottom center;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .sophos-aws-landing-page .connected-world-bg-wrapper {
        height:300px
    }

    .sophos-aws-landing-page .connected-world-bg-wrapper .connected-world-bg {
        -webkit-background-size: 870px 308px;
        background-size: 870px 308px
    }
}

.sophos-aws-landing-page .salp-benefit-list {
    text-align: center
}

.sophos-aws-landing-page .salp-benefit-list .header {
    padding: 20px 5px 19px;
    background-color: currentColor
}

.sophos-aws-landing-page .salp-benefit-list .item {
    padding: 15px 0;
    border-top: 1px solid currentColor
}

.sophos-aws-landing-page .salp-benefit-list .item p {
    margin: 0;
    color: currentColor
}

.sophos-aws-landing-page .fibre-bg {
    position: absolute;
    max-width: 50%;
    max-height: 100%;
    bottom: 0;
    z-index: 0
}

.sophos-aws-landing-page .fibre-bg.left {
    bottom: 0;
    left: 0
}

.sophos-aws-landing-page .fibre-bg.right {
    top: 0;
    right: 0
}

@media screen and (max-width: 767px) {
    .sophos-aws-landing-page .fibre-bg {
        width:640px;
        max-width: 640px
    }
}

.sophos-aws-landing-page .salp-icon-blocks .salp-icon-block {
    margin: 0 0 20px
}

.sophos-aws-landing-page .salp-icon-blocks .salp-icon-block .icon {
    display: inline-block;
    width: 50px;
    vertical-align: middle
}

.sophos-aws-landing-page .salp-icon-blocks .salp-icon-block .icon img {
    max-width: 100%
}

.sophos-aws-landing-page .salp-icon-blocks .salp-icon-block .text {
    display: inline-block;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding-left: 15px;
    vertical-align: middle
}

.sophos-aws-landing-page .salp-icon-blocks .salp-icon-block .text p {
    margin: 0
}

.sophos-aws-landing-page .salp-icon-blocks .salp-icon-block:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .sophos-aws-landing-page .salp-icon-blocks .salp-icon-block .icon {
        display:block;
        margin: 0 auto 10px
    }

    .sophos-aws-landing-page .salp-icon-blocks .salp-icon-block .text {
        display: block;
        width: 100%
    }
}

.sophos-aws-landing-page .salp-contact-section .label-conf {
    margin-bottom: 20px;
    padding-right: 20px
}

.sophos-aws-landing-page .salp-contact-section .txt-conf {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px
}

.sophos-aws-landing-page .salp-contact-section textarea {
    resize: none
}

.sophos-aws-landing-page .salp-contact-section .btn {
    padding: 10px 16px
}

.sophos-aws-landing-page .salp-contact-section .btn .fa-chevron-right {
    margin-left: 15px
}

.no-touch .sophos-aws-landing-page .salp-contact-section .btn:hover {
    background-color: #fff;
    border-color: #915da3;
    color: #915da3
}

.no-touch .sophos-aws-landing-page .salp-contact-section .btn:hover .fa-chevron-right {
    color: #915da3
}

.sophos-aws-landing-page .salp-logos-area {
    margin: 0 0 20px
}

.sophos-aws-landing-page .salp-logos-area .logo {
    display: inline-block;
    vertical-align: middle
}

.sophos-aws-landing-page .salp-logos-area .softcat-logo {
    width: 130px
}

@media screen and (max-width: 991px) {
    .sophos-aws-landing-page .salp-logos-area {
        display:inline-block
    }

    .sophos-aws-landing-page .salp-logos-area .softcat-logo {
        width: 100px
    }
}
