﻿@import url(https://fonts.googleapis.com/css?family=Open + Sans:300italic, 400italic, 600italic, 700italic, 400, 300, 600, 700&subset=latin, latin-ext);
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local(Open-Sans-Regular), url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local(Open-Sans-Light), url(../fonts/OpenSans-Light.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    src: local("Open Sans Semi Bold"), local(Open-Sans-SemiBold), url(../fonts/OpenSans-Semibold.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Bold"), local(Open-Sans-Bold), url(../fonts/OpenSans-Semibold.ttf) format("truetype");
}
.text-12 {
    font-size: 0.85714em;
}
.text-14 {
    font-size: 1em;
}
.text-16 {
    font-size: 1.14286em;
}
.text-18 {
    font-size: 1.28571em;
}
.text-20 {
    font-size: 1.42857em;
}
.text-22 {
    font-size: 1.57143em;
}
.text-24 {
    font-size: 1.71429em;
}
.text-30 {
    font-size: 2.14286em;
}
.text-36 {
    font-size: 2.57143em;
}
.text-60 {
    font-size: 4.28571em;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.semibold {
    font-weight: 500;
}
.bold {
    font-weight: 600;
}
.landing-header-title {
    font-size: 4.28571em;
}
.landing-title-light {
    font-weight: 300;
}
.landing-title-regular {
    font-weight: 400;
}
.landing-title-image {
    margin-top: 10px;
    margin-bottom: 20px;
}
.landing-intro {
    font-size: 1.428571em;
    font-weight: 300;
}
.landing-list-title {
    font-size: 1.285714em;
    font-weight: 400;
}
.landing-contact-title {
    font-size: 1.285714em;
    font-weight: 400;
}
.landing-contact-details-position {
    font-size: 0.85714em;
    font-weight: 400;
}
.landing-contact-details-email {
    font-size: 0.85714em;
    font-weight: 400;
    color: #019F4D;
}
.landing-contact-details-email img {
    margin-top: 6px;
    margin-right: 10px;
}
.landing-contact-details-phone {
    font-size: 0.85714em;
    font-weight: 400;
}
.landing-contact-details-phone img {
    margin-top: 6px;
    margin-right: 10px;
}
h1 {
    margin-bottom: 30px;
}
.module-title {
    border-top: solid 5px #d2d9de;
    border-bottom: solid 1px #d2d9de;
    font-weight: 300;
    font-size: 24px;
    padding: 25px 0 28px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.module-title span {
    font-weight: 500;
}
a {
    color: #019F4D;
    text-decoration: none;
}
a:hover {
    color: #019F4D;
    text-decoration: underline;
}
a.see-all {
    color: #000;
    background: url(../images/elipse-white-blue.png) right center no-repeat;
    height: 40px;
    padding: 40px;
}
a.see-all:hover {
    color: #000;
    text-decoration: none;
}
a.policy-link {
    color: #b5bec4;
}
a.policy-link:hover {
    color: #b5bec4;
    text-decoration: underline;
}
.landing-list {
    margin: 30px 0;
}
.landing-list li {
    list-style: none;
}
.landing-list li a {
    display: block;
    margin: 0 0 20px 30px;
    padding: 0 0 0 10px;
    position: relative;
    color: #14222b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.landing-list li a span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/arrow-right-white.png) no-repeat center center #019F4D;
    border-radius: 50% 50%;
    position: absolute;
    top: -3px;
    left: -30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.landing-list li a:hover span {
    background-color: #018440;
}
ul.landing-list li a:hover {
    color: #019F4D;
    text-decoration: none;
}
.more-link {
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 0 0 0 10px;
    position: relative;
    color: #14222b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: center;
    overflow: visible;
}
.more-link span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/arrow-right-white.png) no-repeat center center #14222b;
    border-radius: 50% 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 10px;
    margin-left: 10px;
}
.more-link:hover {
    color: #000;
    text-decoration: none;
}
.more-link:hover span {
    background-color: #000;
}
.more-link-white {
    color: #fff;
}
.more-link-white span {
    background-color: #fff;
    background-image: url(../images/arrow-right-dark.png);
}
.more-link-white:hover {
    color: #e8e8e8;
}
.more-link-white:hover span {
    background-color: #e8e8e8;
}
.more-link-blue {
    color: #14222b;
}
.more-link-blue span {
    background-color: #0d4e78;
    background-image: url(../images/arrow-right-white.png);
}
.more-link-blue:hover {
    color: #003f68;
}
.more-link-blue:hover span {
    background-color: #003f68;
}
ul.landing-contact {
    list-style-position: outside;
    list-style: none;
    margin: 10px 35px 10px 0;
}
ul.landing-contact li {
    line-height: 23px;
    vertical-align: middle;
}
ul.landing-standard {
    list-style-position: inside;
    list-style: none;
    margin: 10px 35px 10px 0;
}
ul.landing-standard li {
    line-height: 23px;
    vertical-align: middle;
    margin-bottom: 12px;
}
ul.landing-standard li:before {
    content: "•";
    margin-right: 8px;
}
ul.listing-standard {
    list-style-position: inside;
    list-style: none;
    margin: 10px 35px 10px 0;
}
ul.listing-standard li {
    line-height: 23px;
    vertical-align: middle;
    margin-bottom: 12px;
}
ul.listing-standard li:before {
    content: "•";
    margin-right: 8px;
}
ul.product-standard {
    list-style-position: outside;
    margin: 10px 35px 10px 1.07143rem;
}
ul.product-standard li {
    line-height: 23px;
    vertical-align: middle;
    margin-bottom: 12px;
}
ul.product-standard li:before {
    margin-right: 8px;
}
.bx-wrapper {
    position: relative;
}
.bx-wrapper .bx-loading {
    background-image: url(../images/bx_loader.gif) !important;
}
.bx-wrapper .bx-viewport {
    background: 0 0;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
#homepage-header-slider .bx-wrapper .bx-pager {
    padding-top: 0;
}
#homepage-header-slider .bx-wrapper .bx-controls-auto,
#homepage-header-slider .bx-wrapper .bx-pager {
    bottom: 20px;
}
#homepage-header-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #8a8a8a;
    text-indent: -9999px;
    display: block;
    width: 115px;
    height: 8px;
    margin: 0 1px;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#homepage-header-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
#homepage-header-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #0d4e78;
}
#homepage-clients-slider ul.bxslider-homepage-clients {
    margin: 0;
    padding: 0;
}
#homepage-clients-slider ul.bxslider-homepage-clients li {
    text-align: center;
}
#homepage-clients-slider ul.bxslider-homepage-clients li img {
    margin: 0 auto;
}
.bx-wrapper .bx-prev {
    left: 0;
    background: url(../images/slider-controls-clients-left.png) no-repeat center center #e8e8e8;
}
.bx-wrapper .bx-next {
    right: 0;
    background: url(../images/slider-controls-clients-right.png) no-repeat center center #e8e8e8;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    outline: 0;
    width: 40px;
    height: 100%;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.center {
    margin: 0 auto;
}
#full-width-slider {
    width: 100%;
    height: 634px;
    color: #000;
    overflow: hidden;
    margin-bottom: 14px;
}
.infoBlock {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 180px auto 0;
    width: 75%;
    max-width: 1000px;
    min-width: 400px;
    overflow: hidden;
    padding: 20px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.txt-display {
    font-weight: 300;
    font-size: 72px;
    letter-spacing: -1px;
    line-height: 90px;
    margin-bottom: 20px;
    margin-top: 0;
    display: block;
}
.txt-display-small {
    font-size: 60px;
}
.txt-display-subtitle {
    font-size: 30px;
    font-weight: 300;
    margin: 10px auto 15px;
    display: block;
}
.infoBlock p.intro {
    max-width: 700px;
    min-width: 400px;
    margin: auto auto 20px;
}
.infoBlock .btn-large {
    margin-top: 15px;
}
.slider-btns {
    margin-top: 20px;
}
.slide-cs-meteor .slide-txt-color-1 {
    color: #c3bdb8;
}
.btn-large {
    color: #fff;
    height: 51px;
    padding: 19px 36px 0;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-large:hover,
.btn-standard:hover {
    color: #fff;
    text-decoration: none;
}
.btn-standard {
    color: #fff;
    height: 41px;
    padding: 14px 36px 0;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-icon {
    padding-right: 69px;
}
.arrow-down {
    background-image: url(../images/btn-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.arrow-right {
    padding-right: 50px;
    background-image: url(../images/btn-arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.btn-large:hover .arrow-right {
    background-position: left center;
}
.orange {
    background-color: #019F4D;
}
.orange:hover {
	/* #018440 */
    background-color: #018440;
}
.blue {
	 /* #0d4e78; */ 
    background-color: #072D40;
}
.blue:hover {
    background-color: #003f68;
}
.homepage-solutions > div div:nth-child(2) {
    border-left: solid 1px #fff;
}
.homepage-solution {
    position: relative;
    padding: 20px 40px 30px;
}
.homepage-solution h3 {
    font-weight: 300;
}
.homepage-solution .more-link {
    position: absolute;
    bottom: 35px;
    right: 0;
}
.homepage-core-areas-block .row {
    margin: 0;
}
.homepage-core-areas {
    margin-top: 50px;
    position: relative;
}
.homepage-core-areas .columns {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.homepage-core-areas img {
    display: inline-block;
    padding: 0 30px 30px;
    float: left;
}
.homepage-core-areas .title-bucket,
.homepage-core-areas p {
    margin-left: 140px;
    margin-right: 20px;
}
.homepage-core-areas p {
    margin-bottom: 90px;
}
.homepage-core-areas .btn-bucket {
    position: absolute;
    left: 0;
    bottom: 0;
}
.related-article {
    padding-bottom: 40px;
    position: relative;
}
.related-article img {
    width: 100%;
    height: auto;
}
.related-article h4 {
    line-height: 26px;
    margin: 0;
}
.related-article h4 a {
    color: #14222b;
}
.related-article h4 a:hover {
    color: #000;
}
.related-article .more-link {
    position: absolute;
    bottom: 13px;
    right: -15px;
}
.homepage-about p {
    padding-right: 40px;
}
.homepage-about .btn-standard {
    margin-bottom: 30px;
}
.homepage-about .column,
.homepage-about .columns {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.about-links .btn-bucket,
.about-links .linkedin,
.about-links .youtube {
    height: 60px;
    display: block;
}
.about-links .linkedin {
    background: url(../images/sprite-icons.png) no-repeat center -125px #007bb6;
    border-right: solid 1px #fff;
    background-position-x: calc(50% + 25px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-links .youtube {
    background: url(../images/sprite-icons.png) no-repeat center -53px #00aced;
    border-right: solid 1px #fff;
    background-position-x: calc(50% + 25px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-links .linkedin:hover {
    background-color: #1b437f;
}
.about-links .youtube:hover {
    background-color: #0099d9;
}
#locations {
    width: 100%;
    min-height: 440px;
}
#contact-locations .homepage-location-picker {
    width: 100%;
    height: 202px;
    margin-bottom: 14px;
}
#contact-locations .location-column {
    width: 15%;
    margin-right: 1%;
    display: inline-block;
    float: left;
    position: relative;
    border: none;
}
#contact-locations .location-column a {
    color: #14222b;
    font-weight: 600;
    text-decoration: none;
    height: 100%;
    padding: 30px 15px;
    display: block;
    border: solid 1px #14222b;
}
#contact-locations .location-column a h4 {
    font-size: 1.28571em;
    font-weight: 500;
    color: #14222b;
    text-transform: uppercase;
}
#contact-locations .location-column .location-address {
    font-size: 1em;
    color: #14222b;
    font-weight: 400;
    line-height: 1.2em;
}
#contact-locations .location-column a:hover {
    background: #e8e8e8;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    padding: 30px 15px;
    display: block;
    border: solid 1px #000;
}
#contact-locations .location-column a:hover h4 {
    color: #000;
}
#contact-locations .location-column a:hover .location-address {
    color: #000;
}
#contact-locations .location-column a.country-selected {
    background: #14222b;
    font-weight: 600;
    text-decoration: none;
    background: #14222b;
    color: #fff;
    padding: 30px 23px;
    display: block;
    border: solid 1px #14222b;
}
#contact-locations .location-column a.country-selected:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 0, 0, 0);
    border-top-color: #14222b;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}
#contact-locations .location-column a.country-selected h4 {
    color: #fff;
}
#contact-locations .location-column a.country-selected .location-address {
    color: #fff;
}
.gmnoprint img {
    max-width: none;
}
.infobox-wrapper {
    display: none;
}
.infobox {
    border: none;
    margin-top: 8px;
    background: #000;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.1px;
}
.infobox strong {
    font-size: 18px;
    text-transform: uppercase;
}
.infobox p {
    border: none;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
}
.infobox a,
.infobox a:active,
.infobox a:hover {
    color: #fff;
    text-transform: none;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
}
.infobox #maps-info {
    width: 100%;
    background-color: #14222b;
    padding: 20px 0 15px 25px;
}
.infobox #maps-link {
    width: 100%;
    background-color: #019F4D;
    padding: 12px 0 14px 25px;
    position: relative;
}
.infobox #maps-link:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 126, 34, 0);
    border-top-color: #019F4D;
    border-width: 10px;
    margin-left: -10px;
}
.locations-bar {
    background: #14222b;
}
.homepage-location-picker {
    max-width: 1140px;
    margin: 0 auto;
    height: 72px;
    font-family: "Open Sans", sans-serif;
    z-index: 50;
    position: relative;
}
.location-column {
    width: 16.66%;
    float: left;
    border-left: 1px solid #727a80;
}
.location-column:last-child {
    border-right: 1px solid #727a80;
}
.location-column a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 72px;
    position: relative;
}
.country-selected,
.location-column a:hover {
    background-color: #0d4e78;
}
.country-selected .country,
.location-column a:hover .country {
    background-color: #0d4e78;
}
.country-selected .country-name,
.location-column a:hover .country-name {
    color: #fff;
}
.country {
    background-color: #3a4852;
    width: 72px;
    height: 72px;
    float: left;
}
.country-name {
    color: #9da9b0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 26px 0 0;
    height: 100%;
}
.country span {
    display: block;
    width: 72px;
    height: 72px;
    opacity: 0.5;
}
.country-selected .country span,
.location-column a:hover .country span {
    opacity: 1;
}
.ireland {
    background: url(../images/icon-ireland.png) no-repeat center center;
}
.uk {
    background: url(../images/icon-uk.png) no-repeat center center;
}
.germany {
    background: url(../images/icon-germany.png) no-repeat center center;
}
.poland {
    background: url(../images/icon-poland.png) no-repeat center center;
}
.marker {
    display: none;
    position: absolute;
    top: 72px;
    left: calc(50% - 3px);
    width: 14px;
    height: 7px;
    background: url(../images/marker-down-blue.png) no-repeat left top;
}
.country-selected .marker {
    display: block;
}
.section-white-arrow-on-blue {
    background: url(../images/blue-section-bg.png) calc(50% - 9px) 0 no-repeat #072D40;
}
.intro-column-image {
    width: 100%;
    margin-bottom: 30px;
}
.landing-column-title {
    margin-top: -2px;
}
.landing-case-study-title {
    margin-bottom: 2px;
}
.landing-full-width-content {
    border-top: solid 5px #e8e8e8;
}
.related-case-study {
    position: relative;
    margin-bottom: 25px;
}
.related-case-study h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.related-case-study-image {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 216px;
    height: auto;
    float: left;
}
.related-case-study h2,
.related-case-study p,
.related-case-study-footer {
    margin-left: 240px;
}
.related-case-study p {
    margin-bottom: 12px;
}
video {
    max-width: 100%;
    height: auto;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.wrapper {
    max-width: 1140px;
    min-width: 960px;
    margin: 0 auto;
}
.expertise-wrapper {
    width: 99.8%;
    display: inline-block;
    position: relative;
    float: left;
    border-bottom: 1px solid #fff;
    font-family: "Open Sans", sans-serif;
}
.expertise-wrapper:after {
    padding-top: 47.4517%;
    display: block;
    content: "";
}
.expertise {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}
.expertise a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.expertise-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 31%;
    bottom: 0;
    margin: 0 auto;
    z-index: 3;
}
.expertise-icon {
    display: block;
    margin: 0 auto 10px;
    width: 12%;
    height: auto;
}
.expertise-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.expertise p {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 4;
    margin: 0 20%;
    font-weight: 400;
}
.expertise-img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.expertise-wrapper:nth-child(even) .expertise-img {
    left: 1px;
}
.expertise-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #14222b;
    z-index: 2;
    opacity: 0;
}
.expertise-wrapper:nth-child(even) .expertise-cover {
    left: 1px;
}
#btn-pcod-calculator {
    height: 40px;
    padding: 10px 65px 0 45px !important;
}
#btn-pcod-leasing {
    width: 100%;
    height: 40px;
    padding: 10px 40px 0 20px !important;
    color: #fff !important;
}
.plan-border-right {
    border-right: solid 1px #fff;
}
.bg-pcod-title-grey-1 {
    background-color: #5f6a70;
}
.bg-pcod-title-grey-2 {
    background-color: #4e5a61;
}
.bg-pcod-title-grey-3 {
    background-color: #3d4951;
}
.bg-pcod-title-grey-4 {
    background-color: #2c3941;
}
.bg-pcod-price-grey-1 {
    background-color: #4d5960;
}
.bg-pcod-price-grey-2 {
    background-color: #3a474f;
}
.bg-pcod-price-grey-3 {
    background-color: #27343d;
}
.bg-pcod-price-grey-4 {
    background-color: #14222b;
}
.plan-title {
    width: 100%;
    height: 70px;
    padding: 24px 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.plan-price {
    width: 100%;
    height: 150px;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}
.plan-price .price {
    font-size: 60px;
    display: block;
}
.plan-price .small {
    font-size: 12px;
    display: block;
    margin-top: 20px;
}
.plan-per-user {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #019F4D;
    padding: 13px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.plan-per-user:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 126, 34, 0);
    border-top-color: #019F4D;
    border-width: 10px;
    margin-left: -10px;
}
.plan-detail {
    width: 100%;
    padding: 25px;
    text-align: center;
    color: #14222b;
    font-size: 18px;
    font-weight: 500;
}
.plan-detail.odd {
    background-color: #d2d9de;
}
.plan-detail.even {
    background-color: #e4e8eb;
}
.plan-detail .info {
    display: block;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    color: #14222b;
    font-size: 12px;
    line-height: 1.3;
}
.plan-detail-device {
    height: 374px;
}
.plan-detail .plan-detail-device-or {
    font-size: 12px;
}
.plan-detail .add-on-plus {
    top: 0;
    font-size: 18px;
}
.plan-detail .add-on-price {
    font-size: 24px;
}
.plan-detail img {
    display: block;
    margin: 15px auto 0;
}
#pcod #more-information {
    padding: 20px;
    background: url(../images/pcod-telesales.jpg) no-repeat scroll left top #14222b;
}
#pcod #more-information a {
    display: block;
    margin: 0 auto;
    width: 272px;
    height: 55px;
    padding: 21px 0;
    text-align: center;
    background: url(../images/pcod-btn-bg.png) no-repeat scroll 220px bottom #019F4D;
}
#pcod #more-information a:hover {
    background: url(../images/pcod-btn-bg.png) no-repeat scroll 220px bottom #018440;
}
#pcod #powered-by-office {
    text-align: right;
    width: 100%;
    color: #8a8a8a;
    padding-right: 8px;
}
#pcod .subtext p {
    font-size: 12px;
}
#pcod #basic-plan-toggle,
#pcod #executive-plan-toggle,
#pcod #power-plan-toggle,
#pcod #pro-plan-toggle {
    display: none;
}
#pcod-calc #pcod-calc-title {
    width: 100%;
    height: 77px;
    margin-bottom: 1px;
    padding: 20px 25px 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-bottom: solid 12px #019F4D;
}
#pcod-calc #no-of-users-title {
    padding-top: 10px;
}
#pcod-calc .plan-banner {
    margin-top: 1px;
    padding: 20px 25px;
}
#pcod-calc .plan-banner .price {
    font-size: 0.85714em;
    color: #e8e8e8;
    display: block;
}
#pcod-calc a#basic-plan-expand,
#pcod-calc a#executive-plan-expand,
#pcod-calc a#power-plan-expand,
#pcod-calc a#pro-plan-expand {
    background: url(../images/pcod-calc-expand.png) no-repeat scroll right top;
    width: 108px;
    height: 26px;
    display: block;
    text-align: left;
    font-size: 0.85714em;
    color: #fff;
    text-decoration: none;
    margin: 20px 30px 0;
    padding-top: 7px;
}
#pcod-calc a#basic-plan-expand-collapse,
#pcod-calc a#executive-plan-expand-collapse,
#pcod-calc a#power-plan-expand-collapse,
#pcod-calc a#pro-plan-expand-collapse {
    background: url(../images/pcod-calc-collapse.png) no-repeat scroll right top;
    width: 108px;
    height: 26px;
    display: none;
    text-align: left;
    font-size: 0.85714em;
    color: #fff;
    text-decoration: none;
    margin: 20px 30px 0;
    padding-top: 7px;
}
#pcod-calc input[type="text"] {
    width: 93px;
    height: 40px;
    margin-top: 10px;
    float: right;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border: none;
}
#pcod-calc .plan-description {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #019F4D;
    padding: 13px 0 0 25px;
    color: #fff;
    font-size: 12px;
}
.plan-description:after {
    top: 100%;
    left: 55px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 126, 34, 0);
    border-top-color: #019F4D;
    border-width: 10px;
    margin-left: -10px;
}
#pcod-calc .odd {
    background-color: #d2d9de;
}
#pcod-calc .even {
    background-color: #e4e8eb;
}
#pcod-calc .plan-details,
#pcod-calc .plan-device {
    padding: 25px;
}
#pcod-calc h4.detail-title {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 14px;
}
#pcod-calc .plan-device .device-details {
    margin-bottom: 20px;
}
#pcod-calc .plan-device .device-details img {
    margin-right: 20px;
    float: left;
}
#pcod-calc .plan-device .device-details p {
    padding-top: 15px;
}
#pcod-calc a,
#pcod-calc a:active,
#pcod-calc a:hover {
    font-size: 0.85714em;
    color: #0d4e78;
    text-decoration: none;
}
.spp a,
.spp a:active,
.spp a:hover {
    font-size: 0.85714em !important;
    color: #fff !important;
    text-decoration: none !important;
}
#quote-details #quote-details-title {
    width: 100%;
    height: 70px;
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
#quote-details #quote-details-summary {
    margin: 0;
    padding: 20px;
    color: #fff;
    font-size: 0.85714em;
}
#quote-details #quote-details-summary h4 {
    margin-bottom: 20px;
}
#quote-details #quote-details-summary p {
    color: #fff;
    font-size: 0.85714em;
}
#quote-details #quote-details-total {
    width: 100%;
    margin-bottom: 0;
    padding: 20px 20px 5px;
    text-align: center;
}
#quote-details #quote-email-me {
    background: url(../images/pcod-mail.png) no-repeat scroll 15px 25px #14222b;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 20px 1px;
    position: relative;
}
#quote-details #quote-request-callback {
    background: url(../images/pcod-phone-receiver.png) no-repeat scroll 15px 23px #14222b;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 20px 1px;
    position: relative;
}
#quote-details #quote-call-us {
    background: url(../images/pcod-phone.png) no-repeat scroll 15px 25px #14222b;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 20px 1px;
}
#quote-details #quote-call-us p,
#quote-details #quote-email-me p,
#quote-details #quote-request-callback p {
    padding-left: 20px;
}
#quote-details #quote-callback-request-form,
#quote-details #quote-email-me-form {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #e8e8e8;
    display: none;
}
#quote-details #quote-email-me-close,
#quote-details #quote-email-me-open,
#quote-details #quote-request-callback-close,
#quote-details #quote-request-callback-open {
    width: 35px;
    height: 40px;
    background: url(../images/pcod-option-open.png) no-repeat scroll 13px 17px #14222b;
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
}
#quote-details #quote-email-me-close,
#quote-details #quote-request-callback-close {
    background: url(../images/pcod-option-close.png) no-repeat scroll 16px 17px #14222b;
    display: none;
}
#quote-details input[type="email"],
#quote-details input[type="text"] {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    float: right;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    border: solid 1px #8a8a8a;
}
#pcod-calc img#hp-logo {
    width: 30px;
    height: auto;
    margin-left: 5px;
}
#pcod-calc img#microsoft-logo {
    width: 156px;
    height: auto;
    margin-left: 5px;
}
#pcod-calc #powered-by-office {
    text-align: right;
    width: 100%;
    color: #8a8a8a;
    padding-right: 8px;
}
.contact-form span {
    display: block !important;
}
.contact-form .wpcf7-text {
    height: 45px;
}
.contact-form .wpcf7-textarea {
    height: 285px;
}
.contact-form .wpcf7-text,
.contact-form .wpcf7-textarea {
    box-shadow: none;
    border-color: #b8b8b8;
    margin: 0;
}
.contact-form input.wpcf7-not-valid,
.contact-form textarea.wpcf7-not-valid {
    border-color: #fc6464;
}
.contact-form p {
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
}
.wpcf7-submit {
    padding: 14px 30px;
    width: 100%;
    background: #019F4D;
    border: none;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input[type="submit"].wpcf7-submit:hover {
    background: #018440;
}
.contact-form .ajax-loader {
    position: absolute;
    top: 16px;
    right: 16px;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output {
    clear: both;
    margin: 0 !important;
    padding: 17px !important;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
    border: none !important;
    background-color: #fed7d7;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    background-color: #9aed91;
}
.header {
    height: 566px;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.header-intro {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 800px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 133px auto 0;
}
.header-intro h1 {
    font-size: 60px;
    font-weight: 300;
    margin: 8px 0 18px;
    line-height: 70px;
    color: #fff;
}
.header-intro p {
    font-size: 1.71429em;
    margin: 0 0 30px;
    line-height: 36px;
    color: #fff;
}
.header-homepage {
    height: 82px;
    background: #0d4e78;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 50;
}
.header-news {
    height: 225px;
    background: url(../images/bg-about.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-about {
    height: 225px;
    background: url(../images/bg-about.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-careers {
    height: 225px;
    background: url(../images/bg-careers.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-our-customers {
    height: 225px;
    background: url(../images/bg-blue.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-case-studies {
    height: 225px;
    background: url(../images/bg-blue.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-partners {
    height: 225px;
    background: url(../images/bg-blue.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-solutions {
    height: 556px;
    background: url(../images/bg-solutions.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-rozwiazania {
    height: 556px;
    background: url(../images/bg-rozwiazania.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-business-intelligence {
    height: 556px;
    background: url(../images/bg-business-intelligence.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-bi {
    height: 556px;
    background: url(../images/bg-bi.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-birst {
    height: 556px;
    background: url(../images/bg-birst.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-expense {
    height: 556px;
    background: url(../images/bg-expense-management.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-birst-bi {
    height: 556px;
    background: url(../images/bg-birst.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-controlling {
    height: 556px;
    background: url(../images/cogit-green.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-konsolidacja {
    height: 556px;
    background: url(../images/konsolidacja-finansowa.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-cxo {
    height: 556px;
    background: url(../images/bg-cxo.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-grc {
    height: 556px;
    background: url(../images/bg-compliance.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-pozostale {
    height: 556px;
    background: url(../images/bg-pozostale.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-systemyit {
    height: 556px;
    background: url(../images/bg-systemyit.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-infor {
    height: 556px;
    background: url(../images/bg-infor.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-microsoft {
    height: 556px;
    background: url(../images/bg-microsoft.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-oracle {
    height: 556px;
    background: url(../images/bg-oracle.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-systemy-cogit {
    height: 556px;
    background: url(../images/bg-systemy-cogit.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-sap {
    height: 556px;
    background: url(../images/bg-sap.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-big-data {
    height: 556px;
    background: url(../images/bg-big-data.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-erp {
    height: 556px;
    background: url(../images/bg-erp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header-consolidation {
    height: 556px;
    background: url(../images/bg-consolidation.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-planning {
    height: 556px;
    background: url(../images/bg-planning.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-crm {
    height: 556px;
    background: url(../images/bg-crm.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-sharepoint {
    height: 556px;
    background: url(../images/bg-sharepoint.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-xrm {
    height: 556px;
    background: url(../images/bg-xrm.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-infrastructure {
    height: 556px;
    background: url(../images/bg-infrastructure.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-infrastructure-azure {
    height: 556px;
    background: url(../images/bg-infrastructure-azure.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-infrastructure-converged {
    height: 556px;
    background: url(../images/bg-infrastructure-converged.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-infrastructure-finance {
    height: 556px;
    background: url(../images/bg-infrastructure-finance.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-infrastructure-analytical {
    height: 556px;
    background: url(../images/bg-infrastructure-analytical.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-infrastructure-networks {
    height: 556px;
    background: url(../images/bg-infrastructure-networks.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-infrastructure-office365 {
    height: 556px;
    background: url(../images/bg-infrastructure-office365.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-infrastructure-pc-on-demand {
    height: 556px;
    background: url(../images/bg-infrastructure-pc-on-demand.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-infrastructure-support {
    height: 556px;
    background: url(../images/bg-infrastructure-support.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
#event-map {
    height: 450px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.margin-left-60 {
    margin-left: 60px !important;
}
.page-intro-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    height: 225px;
}
.page-intro {
    color: #fff;
    max-width: 600px;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    top: 105px;
    left: 57px;
    padding: 0;
    line-height: 30px;
    margin: 0;
}
.codec-solution-intro {
    padding-right: 44px;
    margin-bottom: 50px;
}
.solutions-intro-title {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 300;
}
.case-study {
    height: 430px;
}
a.case-study-read-more {
    color: #000;
    height: 40px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 8px;
    padding-right: 40px;
    background: url(../images/elipse-blue.png) no-repeat right top;
}
a.case-study-read-more:hover {
    color: #000;
    text-decoration: none;
    background: url(../images/elipse-dark-blue.png) no-repeat right top;
}
ul.solution-featured {
    margin-left: 0;
    margin-top: 15px;
}
ul.solution-featured li {
    background: url(../images/elipse-white.png) no-repeat;
    list-style: none;
    line-height: 30px;
    vertical-align: middle;
    margin-top: 8px;
    padding-left: 40px;
}
ul.solution-featured li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
div.large-quote-tail-orange {
    position: absolute;
    bottom: -3px;
    right: 15px;
}
.customer-quote-name {
    color: #8a8a8a;
    text-align: right;
}
.careers-listings a {
    line-height: 1.5em;
}
.careers-pagination > span {
    padding: 15px 20px;
    margin-right: 0;
}
.careers-pagination {
    display: block;
    margin-top: 50px;
    height: 60px;
}
.career-details {
    color: #61717b;
}
.career-content {
    width: calc(100% - 261px);
    padding: 0;
}
#careers-back-button {
    cursor: pointer;
}
a.news-event-read-more {
    color: #000;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 1em;
    padding-top: 8px;
    padding-right: 40px;
    background: url(../images/elipse-blue.png) no-repeat right top;
}
a.news-event-read-more:hover {
    color: #000;
    text-decoration: none;
    background: url(../images/elipse-blue.png) no-repeat right top;
}
.news-event-details {
    color: #61717b;
}
.news-event {
    padding-bottom: 40px;
}
#level-4-box-row-1 {
    line-height: 1.5;
    padding: 30px;
}
#level-4-box-row-2 {
    margin-top: 1px;
}
#level-4-box-row-2 a {
    color: #fff;
    font-size: 1.71429em;
    text-decoration: none;
    line-height: 1.3;
    vertical-align: middle;
}
#level-4-box-row-2 a:hover {
    text-decoration: none;
}
#level-4-box-row-2 p {
    margin-left: 38px;
}
#level-4-box-right > img {
    width: 100%;
}
#financial-planning-box-left {
    margin-top: 1px;
    height: 420px;
}
#financial-planning-box-row-1 {
    height: 202px;
    letter-spacing: 1.2px;
    line-height: 1.5;
    padding: 30px;
}
#financial-planning-box-row-2 {
    height: 201px;
    margin-top: 1px;
}
#financial-planning-box-row-2 a {
    color: #fff;
    font-size: 1.71429em;
    text-decoration: none;
    line-height: 1.3;
    vertical-align: middle;
}
#financial-planning-box-row-2 a:hover {
    text-decoration: none;
}
#financial-planning-box-row-2 p {
    margin-left: 38px;
}
.related-case-study a.case-studies-button-relative {
    padding: 12px 30px;
}
.related-case-study a.case-studies-button-relative:hover {
    text-decoration: none;
    color: #fff;
}
#related-case-studies-panel .related-case-study .related-case-study-image {
    width: 300px;
    height: auto;
}
.related-document img {
    float: left;
}
.related-document a {
    margin-left: 20px;
    float: left;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}
.related-document a:hover {
    text-decoration: none;
}
.pagination > span {
    padding: 15px 20px;
    margin-right: 0;
}
.pagination {
    display: block;
    margin-top: 50px;
    height: 60px;
}
.pagination .next,
.pagination .prev {
    background: #14222b;
    color: #fff;
    font-size: 0.85714em;
    font-weight: 500;
    text-transform: uppercase;
}
ul.page-numbers {
    float: right;
    color: #b5bec4;
    list-style: none;
    font-size: 0.85714em;
    margin-top: 40px;
    padding-bottom: 20px;
}
ul.page-numbers li {
    float: left;
    margin-right: 1px;
}
ul.page-numbers li a {
    padding: 15px 25px;
    margin-right: 0;
    color: #222;
    font-weight: 500;
    font-size: 1em;
}
ul.page-numbers li .current {
    background: #019F4D;
    color: #fff;
    padding: 15px 25px;
    font-size: 1em;
}
ul.page-numbers .next,
ul.page-numbers .prev {
    background: #14222b;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
}
#footer .footer-list-group {
    overflow: visible;
}
#footer ul {
    color: #b5bec4;
    list-style: none;
    font-size: 12px;
    margin: 0;
    line-height: 2em;
}
#footer ul li.title {
    color: #019F4D;
}
#footer ul li.title a {
    color: #019F4D;
}
#footer ul li.title a:hover {
    color: #019F4D;
    text-decoration: underline;
}
#footer ul li a {
    color: #b5bec4;
}
#footer ul li a:hover {
    color: #b5bec4;
    text-decoration: none;
}
#infrastructure-footer ul {
    width: 100%;
}
#infrastructure-footer ul li {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
}
#infrastructure-footer ul li a,
#infrastructure-footer ul li a:hover {
    color: #019F4D;
    text-decoration: none;
}
#infrastructure-footer ul li ul.sub-menu li {
    width: 100%;
    margin-bottom: 0px;
}
#infrastructure-footer ul li ul.sub-menu li a {
    color: #b5bec4;
    text-decoration: none;
}
#solutions-footer ul {
    width: 100%;
}
#solutions-footer ul li {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding-right: 10px;
}
#solutions-footer ul li a,
#solutions-footer ul li a:hover {
    color: #019F4D;
    text-decoration: none;
}
#solutions-footer ul li ul.sub-menu li {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
}
#solutions-footer ul li ul.sub-menu li a {
    color: #b5bec4;
    text-decoration: none;
}
#solutions-footer.bd_singleMenu ul {
    width: 100%;
    padding-bottom: 30px;
}
#solutions-footer.bd_singleMenu ul li {
    width: 100%;
    display: block;
    vertical-align: top;
    margin-bottom: 0;
}
#solutions-footer.bd_singleMenu ul li a,
#solutions-footer.bd_singleMenu ul li a:hover {
    color: #b5bec4;
    text-decoration: none;
}
#solutions-footer.bd_singleMenu ul li ul.sub-menu li {
    width: 100%;
    margin-bottom: 10px;
}
#solutions-footer.bd_singleMenu ul li ul.sub-menu li a {
    color: #b5bec4;
    text-decoration: none;
}
#footer input[type="date"],
#footer input[type="datetime-local"],
#footer input[type="datetime"],
#footer input[type="email"],
#footer input[type="month"],
#footer input[type="number"],
#footer input[type="password"],
#footer input[type="search"],
#footer input[type="tel"],
#footer input[type="text"],
#footer input[type="time"],
#footer input[type="url"],
#footer input[type="week"],
#footer textarea {
    border: none;
}
#footer .sign-up {
    background: #019F4D;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    border: none;
}
.border-top-5 {
    border-top: solid 5px #d2d9de;
}
.border-btm-5 {
    border-bottom: solid 5px #d2d9de;
}
.border-top-2 {
    border-top: solid 2px #d2d9de;
}
.border-btm-2 {
    border-bottom: solid 2px #d2d9de;
}
.bucket-solutions {
    padding: 0;
    margin-bottom: 60px;
}
.bucket-solutions-wrapper {
    margin: 0 22px;
    position: relative;
    height: 100%;
    padding-bottom: 70px;
}
.bucket-solutions h4 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    background: url(../images/landing-white-bullet.png) no-repeat 0 0;
    padding-left: 40px;
    margin-bottom: 25px;
}
.bucket-solutions p {
    padding-left: 40px;
    color: #bed0dc;
}
.bucket-solutions:hover p {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bucket-solutions .btn-bucket {
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn-bucket {
    display: block;
    text-transform: uppercase;
    padding: 22px 0;
    text-align: center;
    background: #fff;
    color: #14222b;
    font-weight: 500;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.btn-bucket-white {
    background: url(../images/arrow-down-blue.png) no-repeat center top #fff;
}
.btn-bucket-white:active,
.btn-bucket-white:hover {
    color: #14222b;
    text-decoration: none;
    background-color: #e8e8e8;
}
.btn-bucket-dark {
    background: url(../images/arrow-down-white.png) no-repeat center top #14222b;
    color: #fff;
}
.btn-bucket-dark:hover,
.btn-bucket-white:active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.btn-bucket-blue {
    background: url(../images/arrow-down-white.png) no-repeat center top #0d4e78;
    color: #fff;
}
.btn-bucket-blue:active,
.btn-bucket-blue:hover {
    color: #fff;
    text-decoration: none;
    background-color: #003f68;
}
.case-study-summary {
    width: 45%;
    max-width: 45%;
    float: right;
    margin-left: 5%;
}
a.case-studies-button {
    padding: 12px 30px;
}
a.case-studies-button:hover {
    text-decoration: none;
    color: #fff;
}
button.btn-orange {
    margin: 12px 10% 30px;
    padding: 10px;
    width: 80%;
    background: #019F4D;
}
div.arrow-down-blue-bottom {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 9px);
}
div.arrow-down-orange-bottom {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 9px);
}
.container {
    max-width: 1140px;
    min-width: 960px;
    margin: 0 auto;
}
.row {
    max-width: 1140px;
    margin: 0 auto;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.fullwidth {
    width: 100%;
}
.header-home {
    height: 632px;
}
.header-lge {
    height: 552px;
}
.header-lge-video {
    background: #000;
}
.header-video {
    display: none;
    z-index: 50;
}
.header-sml {
    height: 225px;
}
.title-text {
    left: 5%;
    top: 100px;
}
#planning-header {
    background-color: #0d4e78;
}
video-header {
    background-color: #000;
}
.breadcrumbs {
    height: 43px;
    overflow: visible;
    border: none;
    position: relative;
}
.breadcrumbs > :before {
    content: "";
    margin: 0;
    top: 0;
}
.breadcrumbs .icon-home {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: url(../images/sprite-icons.png) no-repeat 12px 12px #072D40;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.breadcrumbs .icon-home:hover {
    background-color: #0d4e78;
}
#breadcrumbs-home-img {
    margin-left: -15px;
    width: 75%;
    height: 43px;
    overflow: hidden;
}
ul#breadcrumbs {
    position: absolute;
    left: 50px;
    top: 10px;
    list-style: none;
}
ul#breadcrumbs li {
    display: inline-block;
    margin-left: 7px;
}
ul#breadcrumbs li:first-child {
    display: inline-block;
    margin-left: 0;
}
ul#breadcrumbs li a {
    font-size: 0.85714em;
    color: #0d4e78;
    text-transform: none;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul#breadcrumbs li a:hover {
    font-size: 0.85714em;
    color: #14222b;
    text-transform: none;
    text-decoration: none;
}
ul#breadcrumbs li span.currentCrumb {
    font-size: 0.85714em;
    color: #14222b;
    text-transform: none;
}
ul#breadcrumbs li.delimiter {
    margin-top: 5px;
    background: url(../images/icon-crumb-arrow.png) no-repeat 0 0;
    width: 5px;
    height: 7px;
}
.social-links {
    position: absolute;
    top: 0;
    right: 0;
}
.social-links ul {
    list-style: none;
    margin: 0;
    height: 56px;
}
.social-links ul li {
    float: right;
    margin: 0;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    height: 55px;
}
.social-links .icon-linkedin,
.social-links .icon-printer,
.social-links .icon-youtube {
    width: 55px;
    height: 55px;
    display: inline-block;
    background: url(../images/sprite-icons.png) no-repeat 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-links .icon-youtube {
    background-color: #00aced;
    background-position: 14px -55px;
}
.social-links .icon-linkedin {
    background-color: #007bb6;
    background-position: 13px -128px;
}
.social-links .icon-printer {
    background-color: #019F4D;
    background-position: 14px -196px;
}
.social-links .icon-youtube:hover {
    background-color: #0099d9;
}
.social-links .icon-linkedin:hover {
    background-color: #006494;
}
.social-links .icon-printer:hover {
    background-color: #018440;
}
.leftnav {
    padding-left: 0;
    margin: 0;
}
.leftnav ul.menu {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    width: 100%;
}
.leftnav ul.menu li {
    background: #e8e8e8;
    color: #000;
    width: 100%;
}
.leftnav ul.menu li a {
    text-decoration: none;
}
.leftnav ul.menu > li > a {
    padding: 10px 20px;
    color: #000;
    width: inherit;
    display: block;
    border-bottom: 1px solid #fff;
}
.leftnav ul.menu li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.leftnav ul.menu > li > a:hover {
    background-color: #dcdcdc;
}
.leftnav ul.menu > li.current-menu-item > a,
.leftnav ul.menu > li.current-menu-parent > a {
    border-bottom: none;
    background-color: #072D40;
    color: #fff;
}
.leftnav ul.menu > li > ul.sub-menu {
    display: none;
}
.leftnav ul.menu > li.current-menu-parent > .sub-menu,
.leftnav ul.menu > li.current-page-ancestor > .sub-menu {
    display: block;
    background: #475560;
    margin: 0;
    list-style: none;
    padding: 15px 0 18px;
}
.leftnav ul.menu > li.current-menu-parent > .sub-menu li,
.leftnav ul.menu > li.current-page-ancestor > .sub-menu li {
    background: 0 0;
    margin: 0;
    padding: 0;
}
.leftnav ul.menu > li.current-menu-parent > .sub-menu li a,
.leftnav ul.menu > li.current-page-ancestor > .sub-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding: 7px 20px 7px 40px;
}
.leftnav ul.menu > li.current-menu-parent > .sub-menu li a:hover,
.leftnav ul.menu > li.current-page-ancestor > .sub-menu li a:hover {
    color: #d2d9de;
}
.leftnav ul.menu > li.current-menu-parent > .sub-menu li.current-menu-item,
.leftnav ul.menu > li.current-page-ancestor > .sub-menu li.current-page-ancestor {
    display: inline-block;
    background: url(../images/l3-menu-current.png) no-repeat scroll 20px 15px #475560;
    height: auto;
    margin: 0;
}
.leftnav #title {
    color: #fff;
    height: 43px;
    padding: 15px 90px 10px 20px;
    margin-top: -43px;
    text-transform: uppercase;
    background: url(../images/arrow-down-transp.png) no-repeat scroll 90% 19px #019F4D;
}
.right-sidebar {
    width: 231px;
}
.right-sidebar button {
    width: 80%;
    text-align: center;
    font-size: 1em;
    margin: 0 25px;
    padding: 10px;
}
.right-sidebar button.fullwidth {
    width: 100%;
    margin: 0;
    padding: 20px 10px;
}
.right-sidebar .video {
    margin-bottom: -2px;
}
.right-sidebar-news-events {
    float: right;
}
.right-sidebar-news-events ul {
    border-top: solid 2px #e8e8e8;
    border-bottom: solid 2px #e8e8e8;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    list-style-position: inside;
}
.right-sidebar-news-events ul li {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.right-sidebar-news-events ul li:last-child {
    margin-bottom: 0;
}
.right-sidebar-news-events ul li a {
    color: #000;
    text-decoration: none;
}
.right-sidebar-news-events ul li a:hover {
    color: #019F4D;
    text-decoration: none;
}
.right-sidebar-careers {
    padding-right: 0;
}
.content-area {
    margin-bottom: 0;
}
.save-as-pdf {
    right: 0;
    top: 20px;
}
.margin-left-right {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.padding-lr-1em {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
}
.no-padding-top-bottom {
    padding-top: 0;
    padding-bottom: 0;
}
.padding-right-only {
    padding-left: 0;
    padding-right: 1.07143rem;
}
.padding-left-only {
    padding-left: 1.07143rem;
    padding-right: 0;
}
.padding-right-0 {
    padding-right: 0;
}
.aligncentre {
    margin: 0 auto;
}
.textcentre {
    text-align: center;
}
.uppercase {
    text-transform: uppercase;
}
.content ul {
    list-style: none;
}
.content ul li {
    background: url(../images/content-li.png) no-repeat 0 8px;
    padding-left: 20px;
    margin-bottom: 15px;
}
ul.content {
    list-style: none;
}
ul.content li {
    background: url(../images/content-li.png) no-repeat 0 8px;
    padding-left: 20px;
    margin-bottom: 15px;
}
.padding-30 {
    padding: 30px;
}
.padding-25 {
    padding: 25px;
}
.padding-20 {
    padding: 20px;
}
.padding-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.padding-lr-0 {
    padding-left: 0;
    padding-right: 0;
}
.padding-lb-20 {
    padding-left: 20px;
    padding-bottom: 20px;
}
.padding-lb-30 {
    padding-left: 30px;
    padding-bottom: 30px;
}
.padding-btm-80 {
    padding-bottom: 80px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-btm-60 {
    padding-bottom: 60px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-btm-50 {
    padding-bottom: 50px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-btm-40 {
    padding-bottom: 40px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-btm-30 {
    padding-bottom: 30px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-btm-20 {
    padding-bottom: 20px;
}
.padding-btm-10 {
    padding-bottom: 10px;
}
.padding-right-20 {
    padding-right: 20px;
}
.padding-right-30 {
    padding-right: 30px;
}
.padding-right-1em {
    padding-right: 1.07143rem;
}
.padding-left-12 {
    padding-left: 12px;
}
.padding-btm-1 {
    padding-bottom: 1px;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-right-0 {
    padding-right: 0;
}
.margin-top-110 {
    margin-top: 110px !important;
}
.margin-top-90 {
    margin-top: 90px !important;
}
.margin-top-60 {
    margin-top: 60px !important;
}
.margin-btm-60 {
    margin-bottom: 60px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-btm-40 {
    margin-bottom: 40px !important;
}
.margin-btm-30 {
    margin-bottom: 30px !important;
}
.margin-left-30 {
    margin-left: 30px !important;
}
.margin-right-30 {
    margin-right: 30px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-btm-20 {
    margin-bottom: 20px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}
.margin-right-20 {
    margin-right: 20px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-btm-10 {
    margin-bottom: 10px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-btm-5 {
    margin-bottom: 5px !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.margin-btm-0 {
    margin-bottom: 0 !important;
}
.margin-left-0 {
    margin-left: 0 !important;
}
.margin-right-0 {
    margin-right: 0 !important;
}
.margin-btm-12 {
    margin-bottom: 12px !important;
}
.margin-btm-1 {
    margin-bottom: 1px !important;
}
.margin-btm-60 {
    margin-bottom: 60px !important;
}
.margin-left-1em {
    margin-left: 1em;
}
.margin-top-neg-20 {
    margin-top: -20px;
}
.margin-top-neg-30 {
    margin-top: -30px;
}
.margin-top-neg-40 {
    margin-top: -40px;
}
.margin-left-neg-1em {
    margin-left: -1rem;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.top {
    top: 0;
}
.bottom {
    bottom: 0;
}
.left {
    left: 0;
}
.right {
    right: 0;
}
.top-20 {
    top: 20px;
}
.top-minus-20 {
    top: -20px;
}
.top-30 {
    top: 30px;
}
.top-minus-30 {
    top: -30px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#leftnav-contact-title {
    padding: 20px;
}
#leftnav-contact-content {
    padding: 20px;
}
#leftnav-contact-details {
    padding: 20px;
}
.left-nav-quote {
    padding: 20px;
}
.main-content {
    margin-top: 29px;
}
.main-content-leftnav {
    margin-top: 22px;
    padding-left: 2.14286em;
}
.main-content-leftnav-full {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
}
blockquote.side-testimonial {
    margin: 0;
    font-style: italic;
    padding: 30px;
}
.side-testimonial p {
    color: #fff;
}
blockquote.side-testimonial:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -19px;
    right: 15px;
    width: 19px;
    height: 19px;
    background: url(../images/testi-tip-orange.png) no-repeat right top;
}
blockquote.side-testimonial cite {
    font-style: normal;
    color: #fff;
}
.text-dark-blue {
    color: #14222b;
}
.text-blue {
    color: #0d4e78;
}
.text-blue-grey {
    color: #6b7a85;
}
.text-orange {
    color: #019F4D;
}
.text-grey {
    color: #8a8a8a;
}
.text-light-grey {
    color: #e8e8e8;
}
.text-footer-grey {
    color: #b5bec4;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.bg-dark-blue {
    background-color: #072d40;
}
.bg-blue {
    background-color: #072D40;
}
.bg-light-blue {
    background-color: #5392a2;
}
.bg-dark-blue-grey {
    background-color: #475560;
}
.bg-blue-grey {
    background-color: #6b7a85;
}
.bg-orange {
    background-color: #019F4D;
}
.bg-light-grey {
    background-color: #e8e8e8;
}
.bg-light-grey2 {
    background-color: #d2d9de;
}
.bg-grey {
    background-color: #8a8a8a;
}
.bg-dim-grey {
    background-color: #61717b;
}
.bg-dark-grey {
    background-color: #222;
}
.bg-white {
    background-color: #fff;
}
.bg-black {
    background-color: #000;
}
.company-footer-wrapper,
.country,
.country-selected .marker,
.footer-solutions-nav {
    display: none;
}
.country-name {
    font-size: 11px;
    padding: 30px 0 0;
    text-align: center;
}
.nav-header-wrapper {
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-header {
    max-width: 1140px;
    margin: 0 auto;
    height: 70px;
    position: relative;
}
.logo-wrapper {
    display: inline-block;
    border-style: none;
    width: 179px;
    height: 52px;
    background: url(../images/logo-cogit-02.png);
    background-size: 179px 115px;
    background-repeat: no-repeat;
    background-position: 0 -65px;
    overflow: hidden;
}
.fixed-menu {
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.fixed-menu #menu .nav > li > a {
    color: #072D40;
}
.fixed-menu .logo-wrapper {
    background-position: 0 0;
}
#menu .nav > li.current-menu-item > a,
#menu .nav > li.current-page-ancestor > a,
#menu .nav > li.current_page_ancestor > a {
    border-top: 4px solid #019F4D;
    line-height: 61px;
}
#menu .nav,
#menu .nav a,
#menu .nav div,
#menu .nav input,
#menu .nav li,
#menu .nav ul {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}
#menu .nav a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
#menu .nav li {
    list-style: none;
}
#menu .nav {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
    width: 100%;
    width: calc(100% - 70px);
}
#menu .nav > li {
    display: block;
    float: left;
}
#menu .nav > li.home {
    display: none;
}
#menu .nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 70px;
    padding: 0 20px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu .nav > li:hover > a {
    background: #072D40;
    color: #fff;
}
#menu .nav > li > ul {
    position: absolute;
    display: block;
    width: 100%;
    top: 70px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 40px 30px 20px 50px;
}
#menu .nav > li > ul > li {
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
#menu .nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    background: #072D40;
    -moz-box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
}
#menu .nav > li > ul > li > a {
    color: #019f4d;
    display: block;
    padding-right: 20px;
}
#menu .nav > li > ul > li > a:hover {
    color: #74ECAD;
}
#menu .nav > li > ul > li > ul > li > a {
    color: #ccd2d6;
    display: block;
    padding: 2px 20px 2px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#menu .nav > li > ul > li > ul > li > a:hover {
    color: #fff;
}
#menu .nav li.nav-solutions {
    margin-left: 155px;
}
#menu .nav li.nav-company ul {
    width: 300px;
    padding: 20px;
    margin-left: 487px;
}
#menu .nav li.nav-company ul > li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
#menu .nav li.nav-company ul > li:last-child {
    margin-bottom: 10px;
}
#menu .nav li.nav-company ul > li a {
    color: #ccd2d6;
    padding-right: 0;
}
#menu .nav li.nav-company ul > li a:hover {
    color: #fff;
}
#menu .nav li.nav-services ul {
    width: 300px;
    padding: 20px;
    margin-left: 360px;
}
#menu .nav li.nav-services ul > li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
#menu .nav li.nav-services ul > li:last-child {
    margin-bottom: 10px;
}
#menu .nav li.nav-services ul > li a {
    color: #ccd2d6;
    padding-right: 0;
}
#menu .nav li.nav-services ul > li a:hover {
    color: #fff;
}
#menu .nav li.nav-clients ul {
    width: 300px;
    padding: 20px;
    margin-left: 487px;
}
#menu .nav li.nav-clients ul > li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
#menu .nav li.nav-clients ul > li:last-child {
    margin-bottom: 10px;
}
#menu .nav li.nav-clients ul > li a {
    color: #ccd2d6;
    padding-right: 0;
}
#menu .nav li.nav-clients ul > li a:hover {
    color: #fff;
}
.search-wrapper {
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 70px;
    background: #14222b;
    overflow: hidden;
    z-index: 700;
    font-family: "Open Sans", sans-serif;
}
.search-wrapper:hover .search-btn {
    background-color: #019F4D;
}
.search-btn {
    display: block;
    width: 70px;
    height: 100%;
    cursor: pointer;
    background: url(../images/icon-search.png) no-repeat center center #072D40;
    border: none;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.search-btn span {
    display: none;
}
.search-form {
    width: 100%;
}
.search-form input[type="search"] {
    border: 0 solid;
    background: 0 0;
    width: calc(100% - 120px);
    display: block;
    height: 67px;
    outline: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 90px;
    top: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    opacity: 0;
    box-shadow: none;
}
.search-form input[type="search"]:hover {
    cursor: default;
}
.search-wrapper:hover .search-form input[type="search"] {
    opacity: 1;
}
.mobile-search {
    display: none;
}
#catapult-cookie-bar {
    font-size: 13px !important;
}
#catapult-cookie-bar button {
    border-radius: 0 !important;
    font-size: 13px !important;
}
#ecl-notice {
    position: fixed;
    bottom: 0;
    background: #000;
    font-size: 0.8em;
    line-height: 1.6;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
}
#ecl-notice a {
    background: #0d4e78;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    margin-left: 10px !important;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
@media (min-width: 1101px) {
    .company-footer-wrapper,
    .country,
    .country-selected .marker,
    .footer-solutions-nav {
        display: block;
    }
    #mm-menu,
    .mobile-header {
        display: none !important;
    }
    #menu {
        display: block;
        position: absolute;
        width: 100%;
        max-width: 1140px;
    }
    .nav-header {
        position: relative;
    }
    .logo-wrapper {
        float: left;
        position: relative;
        left: 0;
        top: 9px;
        z-index: 600;
    }
    #menu .nav > li.nav-mobile-small {
        display: none;
    }
    .search-wrapper {
        display: block !important;
    }
}
@media (max-width: 1100px) {
    .mm-page {
        overflow: hidden;
    }
    .codec-solution-intro {
        padding-right: 1.07143rem;
    }
    .fixed-menu {
        position: absolute;
    }
    .logo-wrapper {
        background-position: 0 0;
    }
    nav:not(.mm-menu) {
        display: none;
    }
    .nav-header {
        background: #fff;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        width: 100%;
        height: 65px;
        padding: 0 50px;
    }
    .nav-header .logo-wrapper {
        display: inline-block;
        margin-top: 8px;
    }
    .nav-header .logo {
        width: 135px;
        height: 39px;
    }
    .nav-header .burger {
        background: url(../images/icon-burger.png) center center no-repeat transparent;
        background-size: 22px 18px;
        display: block;
        width: 75px;
        height: 65px;
        position: absolute;
        top: 0;
        left: 0;
    }
    #menu {
        display: none !important;
    }
    #mm-menu ul:first-child > li:first-child > a {
        background: url(../images/icon-home.png) no-repeat 18px 17px;
        background-size: 17px 13px;
        padding-left: 44px;
    }
    .home {
        display: block;
    }
    #mm-menu .nav > li.nav-mobile-small > a {
        font-size: 14px;
        color: #9dbdd1;
        height: 40px;
    }
    #mm-menu .nav > li.nav-break {
        margin-top: 30px;
    }
    .mobile-search {
        width: 75px;
        height: 65px;
        background: url(../images/icon-search-large.png) no-repeat center center;
        background-size: 17px 18px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }
    .search-wrapper {
        width: 100% !important;
        height: 70px;
        position: absolute;
        top: 65px;
        left: 0;
        display: none;
    }
    .search-btn {
        background-color: #019F4D !important;
        background-image: none;
    }
    .search-btn span {
        display: block;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
    }
    .search-form {
        width: 100%;
    }
    .search-form input[type="search"] {
        font-size: 16px;
        opacity: 1 !important;
    }
    .mm-menu.mm-horizontal > .mm-panel {
        -webkit-transition: left 0.4s ease;
        -moz-transition: left 0.4s ease;
        -ms-transition: left 0.4s ease;
        -o-transition: left 0.4s ease;
        transition: left 0.4s ease;
    }
    .mm-menu .mm-hidden {
        display: none;
    }
    .mm-wrapper {
        overflow-x: hidden;
        position: relative;
    }
    .mm-menu {
        background: inherit;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .mm-menu > .mm-panel {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        background: inherit;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 0;
    }
    .mm-menu > .mm-panel.mm-opened {
        left: 0;
    }
    .mm-menu > .mm-panel.mm-subopened {
        left: -40%;
    }
    .mm-menu > .mm-panel.mm-highest {
        z-index: 1;
    }
    .mm-menu .mm-list {
        padding: 20px 0;
    }
    .mm-menu > .mm-list {
        padding: 20px 0 40px;
    }
    .mm-panel > .mm-list {
        margin-left: -20px;
        margin-right: -20px;
    }
    .mm-panel > .mm-list:first-child {
        padding-top: 0;
    }
    .mm-list,
    .mm-list > li {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
    }
    .mm-list {
        font: inherit;
        font-size: 18px;
        font-weight: 400;
    }
    .mm-list a,
    .mm-list a:hover {
        text-decoration: none;
    }
    .mm-list > li {
        position: relative;
    }
    .mm-list > li > a,
    .mm-list > li > span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: inherit;
        line-height: 20px;
        display: block;
        padding: 13px 10px 14px 20px;
        margin: 0;
    }
    .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):not(.nav-mobile-small):after {
        content: "";
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
        width: auto;
        margin-left: 20px;
        position: relative;
        left: auto;
    }
    .mm-list a.mm-subopen {
        width: 40px;
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }
    .mm-list a.mm-subopen:before {
        content: "";
        border-left-width: 1px;
        border-left-style: solid;
        display: block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .mm-list a.mm-subopen.mm-fullsubopen {
        width: 100%;
    }
    .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none;
    }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
        padding-right: 5px;
        margin-right: 40px;
    }
    .mm-list > li.mm-selected > a.mm-subopen {
        background: 0 0;
    }
    .mm-list > li.mm-selected > a.mm-fullsubopen + a,
    .mm-list > li.mm-selected > a.mm-fullsubopen + span {
        padding-right: 45px;
        margin-right: 0;
    }
    .mm-list a.mm-subclose {
        text-indent: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -20px;
    }
    .mm-list > li.mm-label {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 10px;
        text-transform: uppercase;
        text-indent: 20px;
        line-height: 25px;
        padding-right: 5px;
    }
    .mm-list > li.mm-spacer {
        padding-top: 40px;
    }
    .mm-list > li.mm-spacer.mm-label {
        padding-top: 25px;
    }
    .mm-list a.mm-subclose:before,
    .mm-list a.mm-subopen:after {
        content: "";
        border: 2px solid transparent;
        display: block;
        width: 7px;
        height: 7px;
        margin-bottom: -3px;
        position: absolute;
        bottom: 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mm-list a.mm-subopen:after {
        border-top: none;
        border-left: none;
        right: 18px;
    }
    .mm-list a.mm-subclose:before {
        border-right: none;
        border-bottom: none;
        margin-bottom: -4px;
        left: 20px;
    }
    .mm-menu.mm-vertical .mm-list .mm-panel {
        display: none;
        padding: 10px 0 10px 10px;
    }
    .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
        border-color: transparent;
    }
    .mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
        display: block;
    }
    .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
        height: 40px;
    }
    .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 16px;
        right: 16px;
    }
    html.mm-opened .mm-page {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }
    .mm-ismenu {
        background: #0d4e78;
        color: #fff;
    }
    .mm-menu .mm-list > li:after {
        border-color: rgba(0, 0, 0, 0.15);
    }
    .mm-menu .mm-list > li > a.mm-subclose {
        background: #14222b;
        color: #8c9ca7;
    }
    .mm-menu .mm-list > li > a.mm-subclose:before,
    .mm-menu .mm-list > li > a.mm-subopen:after {
        border-color: rgba(255, 255, 255, 0.7);
    }
    .mm-menu .mm-list > li > a.mm-subopen:before {
        border-color: rgba(0, 0, 0, 0.15);
    }
    .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
    .mm-menu .mm-list > li.mm-selected > span {
        background: rgba(0, 0, 0, 0.1);
    }
    .mm-menu .mm-list > li.mm-label {
        background: rgba(255, 255, 255, 0.05);
    }
    .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
    .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
        background: rgba(255, 255, 255, 0.05);
    }
    .mm-fixed-bottom,
    .mm-fixed-top,
    .mm-page {
        -webkit-transition: none 0.4s ease;
        -moz-transition: none 0.4s ease;
        -ms-transition: none 0.4s ease;
        -o-transition: none 0.4s ease;
        transition: none 0.4s ease;
        -webkit-transition-property: top, right, bottom, left, border;
        -moz-transition-property: top, right, bottom, left, border;
        -ms-transition-property: top, right, bottom, left, border;
        -o-transition-property: top, right, bottom, left, border;
        transition-property: top, right, bottom, left, border;
    }
    #mm-blocker,
    .mm-page {
        margin: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .mm-page {
        border: 0 solid transparent;
    }
    html.mm-opening .mm-page {
        border: 0 solid rgba(1, 1, 1, 0);
    }
    .mm-fixed-bottom,
    .mm-fixed-top {
        position: fixed;
        left: 0;
    }
    .mm-fixed-top {
        top: 0;
    }
    .mm-fixed-bottom {
        bottom: 0;
    }
    html.mm-opened {
        overflow: hidden;
        position: relative;
    }
    html.mm-opened body {
        overflow: hidden;
    }
    html.mm-opened .mm-page {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }
    html.mm-background .mm-page {
        background: inherit;
    }
    #mm-blocker {
        background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999999;
    }
    html.mm-blocking #mm-blocker,
    html.mm-opened #mm-blocker {
        display: block;
    }
    .mm-menu.mm-offcanvas {
        display: none;
        position: fixed;
    }
    .mm-menu.mm-current {
        display: block;
    }
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-bottom,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-page {
        left: 80%;
    }
    .mm-menu {
        width: 80%;
    }
}
@media all and (max-width: 960px) and (max-width: 175px) {
    .mm-menu {
        width: 140px;
    }
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-bottom,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-page {
        left: 140px;
    }
}
@media all and (max-width: 960px) and (min-width: 550px) {
    .mm-menu {
        width: 440px;
    }
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-bottom,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-page {
        left: 440px;
    }
}
@media print {
    * {
        background: 0 0 !important;
        color: #000 !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;
    }
    #footer,
    #livechat-compact-view,
    #livechat-full,
    #video-player,
    .breadcrumbs,
    .header-wrapper,
    .leftnav {
        display: none;
    }
    .a.gutter-button,
    .textcentre {
        text-align: left;
        text-transform: lowercase;
    }
}
@media (max-width: 320px) {
    .infoBlock {
        max-width: 300px;
        min-width: 300px;
        margin: 100px auto 0;
    }
    .infoBlock p.intro {
        min-width: 0;
        max-width: 300px;
    }
    .txt-display {
        font-size: 1.71429em;
        line-height: 1.71429em;
    }
    .txt-display-subtitle {
        font-size: 1em;
    }
    .slide-cs-award .infoBlock {
        margin-top: 170px;
    }
    .slide-cs-award .infoBlock p#award-2014-title {
        font-size: 1.71429em;
    }
    .slide-cs-pernod .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-pernod .infoBlock p#pernod-ricard-title {
        font-size: 1.71429em;
    }
    .slide-cs-pernod .infoBlock p#pernod-ricard-subheading {
        font-size: 1.42857em;
        margin: 0;
    }
    .slide-cs-hiqa .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-convention .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-creganna .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-creganna .txt-display {
        font-size: 1.71429em;
    }
    .slide-cs-epa .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-epa .txt-display {
        font-size: 1.71429em;
    }
    .slide-cs-hiqa .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-hiqa .txt-display {
        font-size: 1.71429em;
    }
    .slide-cs-sea .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-sea .txt-display {
        font-size: 1.71429em;
    }
    .slide-cs-good .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-good .txt-display {
        font-size: 1.71429em;
    }
    .header-intro {
        width: 80%;
    }
    .header-intro h1 {
        font-size: 1.71429em;
        margin: 8px 0;
        line-height: 1em;
    }
    .header-intro p {
        font-size: 1.28571em;
        margin: 8px 0 18px;
    }
    .header-intro h1 {
        font-size: 1.71429em;
        margin: 8px 0 18px;
        line-height: 1em;
    }
    .header-intro p {
        font-size: 1.28571em;
        margin: 8px 0 18px;
        line-height: 1.28571em;
    }
    .arrow-down {
        background-image: none;
    }
    .btn-icon {
        padding: 19px 36px 0;
    }
    .rsMinW .rsBullets {
        display: none;
    }
    .rsArrowLeft,
    .rsArrowRight {
        display: none !important;
    }
    .padding-lr-0 {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
    }
    .homepage-solutions > div div:nth-child(2) {
        border-left: none;
    }
    .country-name {
        font-size: 11px;
        padding: 30px 0 0;
        text-align: center;
    }
    #contact-locations .location-column a,
    #contact-locations .location-column a.country-selected,
    #contact-locations .location-column a:active,
    #contact-locations .location-column a:hover {
        padding: 30px 0 0 1px;
    }
    #pcod #basic-plan-toggle,
    #pcod #executive-plan-toggle,
    #pcod #power-plan-toggle,
    #pcod #pro-plan-toggle {
        display: block;
    }
    #pcod #plan-detail-overview-basic,
    #pcod #plan-detail-overview-executive,
    #pcod #plan-detail-overview-power,
    #pcod #plan-detail-overview-pro {
        display: none;
    }
    #pcod .pcod-plan {
        margin-bottom: 14px;
    }
    #pcod #more-information {
        padding: 20px;
        background: #14222b;
    }
}
@media only screen and (min-width: 321px) and (max-width: 600px) {
    .infoBlock {
        max-width: 580px;
        margin: 100px auto 0;
    }
    .infoBlock p.intro {
        min-width: 0;
        max-width: 580px;
    }
    .infoBlock .txt-display {
        font-size: 1.71429em;
        line-height: 1.71429em;
    }
    .txt-display-subtitle {
        font-size: 1em;
    }
    .txt-display {
        font-size: 1.71429em;
        line-height: 1.71429em;
    }
    .txt-display-subtitle {
        font-size: 1em;
    }
    .slide-cs-award .infoBlock {
        margin-top: 170px;
    }
    .slide-cs-award .infoBlock p#award-2014-title {
        font-size: 2.14286em;
    }
    .slide-cs-pernod .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-pernod .infoBlock p#pernod-ricard-title {
        font-size: 2.14286em;
    }
    .slide-cs-pernod .infoBlock p#pernod-ricard-subheading {
        font-size: 1.71429em;
        margin: 0;
    }
    .slide-cs-hiqa .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-convention .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-convention .infoBlock .txt-display {
        font-size: 2.14286em;
    }
    .slide-cs-creganna .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-creganna .txt-display {
        font-size: 2.14286em;
    }
    .slide-cs-epa .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-epa .txt-display {
        font-size: 2.14286em;
    }
    .slide-cs-hiqa .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-hiqa .txt-display {
        font-size: 2.14286em;
    }
    .slide-cs-sea .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-sea .txt-display {
        font-size: 2.14286em;
    }
    .slide-cs-good .infoBlock {
        margin-top: 100px;
    }
    .slide-cs-good .txt-display {
        font-size: 2.14286em;
    }
    .header-intro {
        width: 80%;
    }
    .header-intro h1 {
        font-size: 2.14286em;
        margin: 8px 0 18px;
        line-height: 1em;
    }
    .header-intro p {
        font-size: 1.71429em;
        margin: 8px 0 18px;
        line-height: 1.28571em;
    }
    .arrow-down {
        background-image: none;
    }
    .btn-icon {
        padding: 19px 36px 0;
    }
    .rsMinW .rsBullets {
        display: none;
    }
    .padding-lr-0 {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
    }
    .homepage-solutions > div div:nth-child(2) {
        border-left: none;
    }
    .country-name {
        font-size: 11px;
        padding: 30px 0 0;
        text-align: center;
    }
    #contact-locations .location-column a,
    #contact-locations .location-column a.country-selected,
    #contact-locations .location-column a:active,
    #contact-locations .location-column a:hover {
        padding: 30px 0 0 7px;
    }
    #pcod #basic-plan-toggle,
    #pcod #executive-plan-toggle,
    #pcod #power-plan-toggle,
    #pcod #pro-plan-toggle {
        display: block;
    }
    #pcod #plan-detail-overview-basic,
    #pcod #plan-detail-overview-executive,
    #pcod #plan-detail-overview-power,
    #pcod #plan-detail-overview-pro {
        display: none;
    }
    #pcod .pcod-plan {
        margin-bottom: 14px;
    }
    #pcod #more-information {
        padding: 20px;
        background: #14222b;
    }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
    #pcod .pcod-plan {
        margin-bottom: 14px;
    }
    #pcod #more-information {
        padding: 20px;
        background: #14222b;
    }
}
@media only screen and (max-width: 767px) {
    .homepage-location-picker {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .location-select {
        display: none;
    }
}
.bd_businessAddInfWrapper {
    float: left;
    display: block;
}
.bd_businessAddInf {
    margin-bottom: 30px;
}
.bd_businessAddInf p {
    margin-bottom: 10px;
}
.bd_businessAddInf .more-link {
    padding: 0;
}
.bd_businessAddInf .bd_boxLeft {
    width: 30%;
    float: left;
    padding-top: 10px;
    padding-right: 20px;
}
.bd_businessAddInf .bd_boxRight {
    width: 70%;
    float: left;
}
.more-link span.bd_span-link {
    top: 0;
}
.more-link:visited {
    color: #000;
}
.more-link-white:visited {
    color: #fff;
}
@media (max-width: 500px) {
    .bd_businessAddInf .bd_boxLeft {
        width: 100%;
    }
    .bd_businessAddInf .bd_boxRight {
        width: 100%;
    }
}
.header-logistyka {
    height: 556px;
    background: url(../images/logistyka.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.we-content-box-1-2 {
    background: #eee;
}
.we-content-box-1 {
    padding: 35px 0 0;
}
.we-content-box,
.we-content-box p {
    float: left;
    width: 100%;
    line-height: 1.3;
}
.z-wrapper {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 100%;
}
.we-title {
    margin-bottom: 20px;
}
.we-row {
    margin-left: -25px;
    margin-right: -25px;
}
.we-box {
    font-size: 15px;
    color: #4e4e4e;
}
.we-box figure {
    padding: 0;
    margin: 0 0 20px;
}
.we-box .txt-1 {
    margin-bottom: 20px;
    color: #019F4D;
    font-size: 19.28px;
    font-style: italic;
    font-weight: 700;
}
.we-box .txt-2 {
    margin-bottom: 20px;
}
.we-box span {
    color: #2392cb;
    text-decoration: underline;
}
.we-box .txt-3 {
    margin-bottom: 25px;
}
.we-content-box-1 .we-col {
    margin-bottom: 10px;
    min-height: 600px;
}
@media (max-width: 900px) {
    .we-col {
        float: left;
        padding: 0 25px;
        width: 100%;
    }
}
@media (min-width: 901px) {
    .we-col {
        float: left;
        padding: 0 25px;
        width: 50%;
    }
}
.header-szkolenia {
    height: 556px;
    background: url(../images/header-szkolenia.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.we-banner .txt {
    padding-top: 270px;
}
.header-solutions .txt {
    height: 100%;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 47px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.we-btn-1 {
    font-size: 25px;
}
.we-btn-1 {
    color: #019F4D;
    font-size: 42px;
    padding: 0 45px;
    display: inline-block;
    font-weight: 300;
    position: relative;
    vertical-align: middle;
}
.we-btn-1:hover {
    text-decoration: none;
}
.we-box figure {
    padding: 0;
    margin: 0 0 20px;
}
.we-content-box-2 {
    background: #f3f3f3;
    margin-bottom: 25px;
    padding: 25px 0 30px;
}
.we-content-box-1-2 {
    background: #eee;
}
.z-btn-2 {
    background: #a02e65;
}
.we-content-box-2 .z-btn-1 {
    margin-top: 14px;
}
.we-content-box-2 .z-btn-2 {
    float: right;
}
.we-content-box-2 h3 {
    color: #185f91;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.1;
}
.we-content-box-2 .txt {
    font-size: 23px;
    color: #5f5f5f;
}
.header-intro .btn-large:hover,
.z-btn-1:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
}
.z-btn-1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 62px;
    min-width: 255px;
    background: #2392cb;
    border-radius: 35px;
    font-size: 19.74px;
    font-weight: 700;
    line-height: 63px;
    color: #fff;
    padding: 0 50px;
}
.we-title h2 {
    margin: 0;
    text-align: center;
    color: #019F4D;
    font-size: 42px;
    font-weight: 300;
}
.we-content-box-3 {
    text-align: center;
    padding: 25px 0;
}
.we-content-box-2 {
    background: #f3f3f3;
    margin-bottom: 25px;
    padding: 25px 0 30px;
}
.we-col-1 {
    float: left;
    padding: 0 25px;
    width: 66.66666%;
}
@media (min-width: 900px) {
    .we-col-2 {
        float: left;
        padding: 0 25px;
        width: 33.3333%;
        height: 600px;
    }
    .we-col-2-top {
        float: left;
        padding: 0 25px;
        width: 33.3333%;
    }
}
@media (max-width: 899px) {
    .we-col-2 {
        float: left;
        padding: 15px 25px;
        width: 100%;
    }
    .we-col-2-top {
        float: left;
        padding: 15px 25px;
        width: 100%;
    }
}
.we-clearer {
    height: auto;
    clear: both;
}
.icon-facebook {
    width: 55px;
    height: 55px;
    display: inline-block;
    background: url(../images/sprite-icons.png) no-repeat 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #3b5998;
    background-position: 13px -270px;
}
.icon-facebook:hover {
    background-color: #2d4473;
}
.facebook {
    background: url(../images/sprite-icons.png) no-repeat center -266px #3b5998;
    border-right: solid 1px #fff;
    background-position-x: calc(50% + 25px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 60px;
    display: block;
}
.facebook:hover {
    background-colour: #283c67;
}
#lang {
    background-color: #fafafa;
    color: black;
    text-align: center;
}
@media (max-width: 1100px) {
    #lang {
        width: 60px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 700;
        height: 5rem;
        padding-top: 23px;
    }
}
@media (min-width: 1101px) {
    #lang {
        width: 69px;
        position: absolute;
        right: 0px;
        z-index: 700;
        height: 4.99rem;
        padding-top: 23px;
    }
}
@media (min-width: 900px) {
    .consolidation-box-1 {
        float: left;
        width: 36%;
    }
    .consolidation-box-2 {
        float: left;
        width: 60%;
    }
}
@media (min-width: 900px) {
    .hfm-box-1 {
        float: left;
        width: 66%;
        margin-right: 4%;
    }
    .hfm-box-2 {
        float: left;
        width: 30%;
    }
    .imgFloated {
        float: left;
    }
    .floated {
        float: left;
        width: 50%;
        margin-bottom: 40px;
    }

    .cloud-box1 {
        float: left;
        width: 47%;
        margin-right: 6%;
    }
    .cloud-box2 {
        float: left;
        margin-bottom: 30px;
        width: 47%;
    }

    .mssf16-box1 {
        float: left;
        width: 60%;
        margin-right: 5%;
    }
    .mssf16-box2 {
        float: left;
        width: 35%;
    }
}

@media (max-width: 900px) {
    .mssf16-box1 {
        float: none;
        width: 100%;
    }
    .mssf16-box2 {
        float: none;
        width: 100%;
    }

    .cloud-box1 {
        float: none;
        width: 100%;
    }
    .cloud-box2 {
        float: none;
        width: 100%;
    }

    .imgFloated {
        float: none;
    }

    .floated {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
}

.no-hover:hover {
    text-decoration: none;
    color: white;
}

.column1 {
    padding: 20px;
    background: #019F4D;
    min-height: 300px;
}
.column1:hover {
    background: #018440;
}
.column2 {
    padding: 20px;
    background: #072D40;
    min-height: 300px;
}
.column2:hover {
    background: #062535;
}
.column3 {
    padding: 20px;
    background: #072D40;
    min-height: 300px;
}
.column3:hover {
    background: #062535;
}
.column4 {
    padding: 20px;
    background: #019F4D;
    min-height: 300px;
}
.column4:hover {
    background: #018440;
}

.header-cloud {
    height: 556px;
    background: url(../images/cloud-service-1.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.header-mssf-16 {
    height: 556px;
    background: url(../images/mssf-16.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.header-whistleblowing {
    height: 556px;
    background: url(../images/bg-whistleblowing.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.header-hcm {
    height: 556px;
    background: url(../images/bg-hr.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.header-kariera {
    height: 556px;
    background: url(../images/bg-kariera.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.header-ibm {
    height: 556px;
    background: url(../images/ibm.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.header-cognos-day {
    height: 556px;
    background: url(../images/cognos-day.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.header-usprawnij-finanse-i-controlling {
    height: 556px;
    background: url(../images/usprawnij-finanse-i-controlling.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.header-oracle-EPM-breakfast {
    height: 556px;
    background: url(../images/oracle-EPM-breakfast.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.menu-item-25308 {
    line-height: 1.3em;
}

.menu-item-661,
.menu-item-21650,
.menu-item-21698,
.menu-item-23285,
.menu-item-21699,
.menu-item-26462,
.menu-item-26466,
.menu-item-24159 {
    line-height: 1.3em;
    padding-bottom: 5px;
}

#services2-footer ul {
    width: 100%;
}

#services2-footer ul li {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    padding-right: 10px;
}

#services2-footer ul li a,
#services2-footer ul li a:hover {
    color: #b5bec4;
    text-decoration: none;
}

#services2-footer ul li ul.sub-menu li {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
}

#services2-footer ul li ul.sub-menu li a {
    color: #b5bec4;
    text-decoration: none;
}

@media only screen and (max-width: 580px) {
    .embedded-video {
        width: 100%;
    }
}

.img-footer {
    margin-right: 5px;
    height: 15px;
    margin-bottom: 9px;
}

.img-footer-1 {
    margin-right: 5px;
    height: 15px;
    margin-left: 5px;
    margin-bottom: 9px;
}

.img-footer-2 {
    height: 30px;
    margin-right: -6px;
}

button:hover {
    background: url(../images/icon-search.png) no-repeat center center #019F4D;
}

/* nowe MENU */

#new-menu {
    color: black;
}

@media (max-width: 1100px) {
    #lang-mobile {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    #lang {
        display: none;
    }
    #new-menu-div {
        position: absolute;
        left: 15px;
        top: 9px;
        display: inline;
    }

    #lang_choice {
        height: 4.6rem;
        width: 60px;
    }
}

@media (min-width: 1101px) {
    #lang-mobile {
        display: none;
    }
    #new-menu-div {
        display: none;
    }

    #lang_choice {
        height: 4.99rem;
        width: 69px;
    }
}

select#lang_choice {
    background-image: none;
    text-align: center;
    padding-left: 22px;
}

button:hover {
    background: url(../images/icon-search.png) no-repeat center center #019F4D;
}

ul#lang_choice {
    margin-left: unset;
}

li.lang_li {
    padding-top: 9px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    height: 0px;
    -webkit-transition: opacity 600ms, visibility 600ms, height 600ms;
    transition: opacity 600ms, visibility 600ms height 600ms;
}

li.lang_li:first-child {
    margin-top: 23px;
    border-top: 1px solid #e5e5e5;
}

.lang_moseuseover {
    margin-top: 0px;
    background-color: #fafafa;
}

li.lang_li a {
    color: black;
    text-decoration: none;
}

li.lang_li:hover {
    background-color: #019F4D;
    color: white;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 32px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

a:hover {
    text-decoration: none;
}

.changeColor {
    filter: brightness(70%);
}

.text-green {
    color: #019f4d;
}


.trainings .container,
.trainings .mobile-container {
    cursor: pointer;
}

@media screen and (min-width: 900px) {
    .trainings .container {
        border-radius: 10px;
        overflow: hidden;
        padding: 20px;
        display: flex;
        flex-direction: row;

        min-width: unset;
        max-width: unset;
    }
}

@media screen and (max-width: 899px) {
    .trainings .container {
        display: none !important;
    }
}

.trainings .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.trainings .image-column {
    flex: 1;
    display: flex;
}

.trainings .image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trainings .right-column {
    flex: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
}

.trainings .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trainings .middle-content {
    flex-grow: 1;
}

.trainings .middle-content h2 {
    color: #019F4D;
    margin-bottom: 20px;
    font-size: 19.28px;
    font-style: italic;
    font-weight: 700;
}

.trainings .middle-content p {
    color: #333;
    margin-bottom: 5px;
}

.trainings .more-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Align button to the right */
}

.trainings .more-btn {
    padding: 10px 20px;
    background-color: #019F4D;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}

.trainings .more-btn:hover {
    background: #1b5e20;
}

.trainings .bottom-section p {
    color: #333;
    line-height: 1.6;
}

@media screen and (min-width: 900px) {
    .trainings .mobile-container {
        display: none !important;
    }
}

@media screen and (max-width: 899px) {
    .trainings .mobile-container {
        display: block;
    }
}
/* Homepage Static Header */
#homepage-static-header {
    width: 100%;
    height: 634px;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}

#homepage-static-header > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#homepage-static-header .infoBlock {
    width: 88%;
    max-width: 1200px;
}

#homepage-static-header .txt-display {
    font-size: 52px;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 44px;
}

#homepage-static-header .txt-display strong {
    font-weight: 700;
}

#homepage-static-header .intro {
    font-size: 26px;
    line-height: 1.5;
    max-width: none;
    margin-bottom: 56px;
}

@media (max-width: 768px) {
    #homepage-static-header .txt-display {
        font-size: 36px;
    }
    #homepage-static-header .intro {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    #homepage-static-header .txt-display {
        font-size: 26px;
    }
    #homepage-static-header .intro {
        font-size: 13px;
    }
}

/* AI Banner in Static Header */
.ai-banner {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #2c6080;
    border-radius: 4px;
    padding: 12px 20px;
    gap: 20px;
}

.ai-banner-text {
    color: #1a2a35 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-align: left;
    white-space: nowrap;
}

.ai-banner-logos {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ai-banner-logos a {
    display: block;
    line-height: 0;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.ai-banner-logos a:hover {
    opacity: 0.7;
}

.ai-banner-logos img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

/* AI Banner on Subpage Big Headers */
.ai-banner-subpage {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    z-index: 5;
}


/* AI Banner Floating Widget */
#ai-banner-float {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#ai-banner-float.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.ai-banner-float-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #2c6080;
    border-right: none;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    text-decoration: none;
    transition: background 0.2s ease;
    cursor: pointer;
}

.ai-banner-float-item:hover {
    background: #f0f6fb;
}

.ai-banner-float-item-name {
    color: #1a2a35;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    transition: max-width 0.35s ease, opacity 0.3s ease, padding 0.35s ease;
}

.ai-banner-float-item:hover .ai-banner-float-item-name {
    max-width: 160px;
    opacity: 1;
    padding: 0 10px 0 12px;
}

.ai-banner-float-item img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
    margin: 8px;
    flex-shrink: 0;
}

.ai-banner-float-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin: 8px;
    color: #ffffff;
}

/* Label item */
.ai-banner-float-label {
    background: #072D40;
    border-color: #072D40;
    cursor: default;
}

.ai-banner-float-label:hover {
    background: #0a3d57;
}

.ai-banner-float-label .ai-banner-float-item-name {
    color: #ffffff;
}

/* ChatGPT item — black background */
.ai-banner-float-item--dark {
    background: #000000;
    border-color: #000000;
}

.ai-banner-float-item--dark:hover {
    background: #222222;
}

.ai-banner-float-item--dark .ai-banner-float-item-name {
    color: #ffffff;
}

.ai-banner-float-item--dark img {
    filter: invert(1);
}
