body {
    /*font-family: Arvo, Rockwell, Georgia, Times, Times New Roman, serif;*/
    font-family: "Open Sans", Arial, sans-serif;
    text-align: center;
}
/* FONTS */

h1 {
    color: #fff;
    font-size: 4.2em;
    font-weight: 400;
    margin: 0 auto;
    max-width: 890px;
    padding: 0 2%;
}
h2 {
    color: #262626;
    font-size: 3em;
    font-weight: 700;
}
p,
.copy ul {
    color: #262626;
    font-size: 2.1em;
    font-weight: 400;
}
/* LINKS */

a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a[href*="+44"] {
    text-decoration: none;
    white-space: nowrap;
}
a[href*="+44"]:hover {
    text-decoration: underline;
}
/* MENU BUTTON */

#menuButton {
    background: url('../images/menu-button.png') #fbe35d center center scroll no-repeat;
    background-size: auto 80%;
    color: #262626;
}
/* NAVIGATION */

.hNavOuterWrapper.fixToTop {
    position: fixed;
    top: 0;
}
.hNavOuterWrapper,
.navigation ul {
    background-color: #333333;
}
.navigation a {
    color: #FFFFFF;
    font-size: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 25px;
}
.navigation li:hover > a,
.navigation li.current > a {
    background-color: #fbe35d;
    color: #262626;
}
/* HEADER */

#headerWrapper {
    background-color: #363636;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#header {
    overflow: visible;
}
#headerInner {
    padding-top: 65px;
}
.logo {
    margin: 15px auto;
    position: relative;
    width: 184px;
}
#headerContent {
    padding-bottom: 50px;
}
#headerContent .callToAction p {
    color: #fbe35d;
    font-size: 3em;
    margin: 4px auto 20px;
}
#headerContent .callToAction p:last-child {
    color: #fff;
    font-size: 2.2em;
    margin: 10px auto;
    max-width: 575px;
}
#headerContent .callToAction p:last-child a {
    background: url("../images/mkp-yellowarrow_image453a.png?blobkey=id&amp;blobwhere=1427163348500&amp;blobheader=image%2Fpng&amp;blobheadername1=Content-Disposition&amp;blobheadervalue1=inline%3B+filename%3Dmkp-yellowarrow_image.png&amp;blobcol=urlimagefile&amp;blobtable=UXImage&amp;moddate=2015-04-01%2004:55:43") no-repeat scroll 90% center rgba(251 , 227, 93, 0.9);
    display: inline-block;
    float: none;
    padding: 10px 14% 10px 6%;
    text-decoration: none;
    color: #333333;
}
#headerContent .callToAction p:last-child a:hover {
    background-color: rgba(251, 227, 93, 1);
    color: #333333;
}
/* BADGE */

.testimonial {
    bottom: -15px;
    left: 55px;
    position: absolute;
}
/* CONTACT ICONS - 64x64px */

#header .contactIcons {
    float: left;
}
.contactIcons > div {
    height: 64px;
    width: 64px;
    margin: 2px;
    background-image: url('../../static01.cdn.ybsitecenter.com/template/elite/images/ui-icons-sprite.png');
    background-size: auto 128px;
}
#telIcon {
    background-position: -704px 0px;
}
#telIcon:hover {
    background-position: -704px -64px;
}
#emailIcon {
    background-position: -768px 0px;
}
#emailIcon:hover {
    background-position: -768px -64px;
}
#addressIcon {
    background-position: -832px 0px;
}
#addressIcon:hover {
    background-position: -832px -64px;
}
/* CONTACT DETAILS */

#header .strap {
    float: left;
}
#tel {
    display: none;
}
#tel.active {
    display: block;
}
#email {
    display: none;
}
#email.active {
    display: block;
}
#address {
    display: none;
}
#address.active {
    display: block;
}
/* SOCIAL FOLLOW ICONS - 64x64 */

#header #socialFollowIcons {
    position: absolute;
    right: 45px;
    top: 15px;
}
#socialFollowIcons > a {
    width: 34px;
    height: 33px;
    margin: 2px;
    background-image: url('mkp-socialmedia_image5c23.png?blobkey=id&amp;blobwhere=1427163348534&amp;blobheader=image%2Fpng&amp;blobheadername1=Content-Disposition&amp;blobheadervalue1=inline%3B+filename%3Dmkp-socialmedia_image.png&amp;blobcol=urlimagefile&amp;blobtable=UXImage&amp;moddate=2015-04-01%2004:55:44');
}
#socialFollowIcons > a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
}
.facebook {
    background-position: left center;
}
.twitter {
    background-position: 117px;
}
.googlePlus {
    background-position: 76px;
}
.yell {
    background-position: 35px;
}
/* COLUMNS */

.column {
    width: 260px;
    margin: 20px;
}
/* GALLERIES */

.gallery > li,
.gallery > a {
    width: 260px;
    height: 200px;
    margin: 20px;
}
/* DEFAULT COLUMN LAYOUTS */

.row > * {
    float: left;
    margin: 0 1%;
    padding: 2%;
    overflow: hidden;
}
.row.cols1 > * {
    width: 92%;
    height: auto;
    margin: 10px 2%;
    overflow: visible;
}
.row > .Left {
    margin-left: 2%;
}
.row > .Right {
    margin-right: 2%;
}
.cols2 > * {
    width: 43%;
}
.cols3 > * {
    width: 26.6%;
}
.cols4 > * {
    width: 18.5%;
}
.cols5 > * {
    width: 13.6%;
}
.cols6 > * {
    width: 10.3%;
}
/* ACCORDIONS */

.contentsAccordion {
    width: 100%;
}
.copyAccordionHeader {
    width: 96%;
    padding: 10px 2%;
}
.copyAccordionContent {
    width: 96%;
    padding: 10px 2% 20px;
}
/* WRAPPER STYLES */

.contentsAccordion > .copyAccordionContent > .imgWrapper {} .contentsAccordion > .copyAccordionContent > .imgLinkWrapper {} .contentsAccordion > .copyAccordionContent > .iframeWrapper {} .row > .copyAccordionContent > .imgWrapper {
    width: 100%;
    margin: 0;
}
.row > .copyAccordionContent > .imgLinkWrapper {
    width: 100%;
    margin: 0;
}
.row > .copyAccordionContent > .iframeWrapper {
    width: 100%;
    margin: 0;
}
.row > .imgWrapper {
    width: 94%;
    margin: 0 3%;
}
.row > .imgLinkWrapper {
    width: 94%;
    margin: 0 3%;
}
.row > .iframeWrapper {
    width: 94%;
    margin: 0 3%;
}
/* ASSOCIATE LOGOS */

.job {
    display: inline-block;
    float: none;
    margin: 25px!important;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
.job a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
}
#row1 .job {
    margin: 0 25px 25px!important;
    width: auto;
}
#subContent .callToAction .imgLinkWrapper {
    display: inline-block;
    float: none;
    margin: 10px;
    width: auto;
}
/* PODS */

.products,
.contentsLinkWrap {
    display: inline-block;
    float: none;
    margin: 20px 1%!important;
    max-width: 98%;
    padding: 0;
    vertical-align: top;
    width: 270px!important;
}
.contentsLinkWrap .products {
    margin: 0!important;
}
.contentsLinkWrap:hover img {
    margin-top: -122px;
}
.products .copy {
    padding: 0 10px;
}
.products .imgWrapper {
    background-color: #fbe35d;
    border: 6px solid #363636;
    border-radius: 100px;
    -moz-border-radius: 100px;
    height: 122px;
    margin: 0 auto;
    overflow: hidden;
    width: 122px!important;
}
.contentsLinkWrap:hover .imgWrapper {
    border-color: #363636;
    background-color: #363636;
}
.products h2 {
    font-size: 2.4em;
    margin: 10px auto 0;
}
.products p {
    font-size: 1.8em;
    margin: 0 auto;
}
/* ACCORDION */

#contentTop {
    background-color: #e9e9e9;
}
#contentTop .faq {
    float: none;
    margin: 0 auto;
    max-width: 760px;
    padding: 10px 2%;
    width: 96%;
}
#contentTop .faq:first-child {
    margin-top: 0;
    padding-top: 60px;
}
#contentTop .faq:last-child {
    padding-bottom: 60px;
    margin-bottom: 0;
}
#contentTop .faq .imgWrapper {
    width: 20%;
}
#contentTop .faq .contentsAccordion {
    padding: 0 2%;
    text-align: left;
    width: 76%;
}
.contentsAccordion h2 {
    font-size: 2.1em;
    margin: 0 auto;
    min-height: 150px;
}
.contentsAccordion h2 span {
    background: url("../images/mkp-blackarrow_image8f83.png?blobkey=id&amp;blobwhere=1427163348091&amp;blobheader=image%2Fpng&amp;blobheadername1=Content-Disposition&amp;blobheadervalue1=inline%3B+filename%3Dmkp-blackarrow_image.png&amp;blobcol=urlimagefile&amp;blobtable=UXImage&amp;moddate=2015-04-01%2004:55:39") no-repeat scroll 110px center transparent;
    display: block;
    font-size: 0.85em;
    font-weight: 400;
    margin: 20px 0 0;
}
.contentsAccordion p:first-child {
    margin-top: 0;
}
.copyAccordionHeader {
    padding: 0 2%;
}
/* LOCATIONS CONTENT */

#contentBottom > .rowWrapper:first-child {
    /*background-image: url("../images/mkp-locationsbg_image782d.jpg?blobkey=id&amp;blobwhere=1427163348466&amp;blobheader=image%2Fjpeg&amp;blobheadername1=Content-Disposition&amp;blobheadervalue1=inline%3B+filename%3Dmkp-locationsbg_image.jpg&amp;blobcol=urlimagefile&amp;blobtable=UXImage&amp;moddate=2015-04-01%2004:55:42");*/
    background-image: url("../images/what-we-do-background.png");
    background-color: #3f9cd9;
}
#contentBottom .imageLeft .copy,
#contentBottom .imageRight .copy {
    padding: 30px 2%;
    text-align: left;
    width: 46%;
    margin-top: 45px;
}
#contentBottom .imageRight h2 {
    color: #fbe35d;
    margin-top: 10px;
}
#contentBottom .imageLeft h2 {
    color: #1e89cf;
    margin-top: 10px;
}
#contentBottom .imageRight p {
    color: #fff;
}
#contentBottom .imageRight p:last-child a {
    background: url("../images/mkp-bluearrow_image03d3.png?blobkey=id&amp;blobwhere=1427163348125&amp;blobheader=image%2Fpng&amp;blobheadername1=Content-Disposition&amp;blobheadervalue1=inline%3B+filename%3Dmkp-bluearrow_image.png&amp;blobcol=urlimagefile&amp;blobtable=UXImage&amp;moddate=2015-04-01%2004:55:39") no-repeat scroll 93% center #fbe35d;
    color: #333333;
    display: inline-block;
    padding: 15px 50px 15px 20px;
    text-decoration: none;
    width: auto;
    min-width: 230px;
}
#contentBottom .imageLeft p:last-child a {
    background: url("../images/mkp-yellowarrow_image453a.png?blobkey=id&amp;blobwhere=1427163348500&amp;blobheader=image%2Fpng&amp;blobheadername1=Content-Disposition&amp;blobheadervalue1=inline%3B+filename%3Dmkp-yellowarrow_image.png&amp;blobcol=urlimagefile&amp;blobtable=UXImage&amp;moddate=2015-04-01%2004:55:43") no-repeat scroll 93% center #1e88cf;
    color: #fae25d;
    display: inline-block;
    padding: 15px 50px 15px 20px;
    text-decoration: none;
    width: auto;
    min-width: 230px;
}
#contentBottom .imageLeft p:last-child a:hover,
#contentBottom .imageRight p:last-child a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
}
#contentBottom .imageLeft .imgWrapper,
#contentBottom .imageRight .imgWrapper {
    width: 50%;
    padding: 30px 0;
}
#contentBottom .imageLeft img,
#contentBottom .imageRight img {
    max-width: 100%;
    width: auto!important;
    margin: 0 auto;
}
/* FULL WIDTH CONTENT */

#page div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.services {
    width: 92%;
    margin: 0 2%;
    padding: 2% 2% 0;
}
.cols1 p,
.services p {
    margin: 1em auto;
    max-width: 1025px;
}
/* ROWS */

#row1 .contents:first-child {
    width: 92%;
    margin: 0 2%;
    padding: 2%;
}
#row1 h2 {
    color: #1e89cf;
}
#hero #row2 {
    padding-bottom: 60px;
}
/* FOOTER CONTENTS */

#subContent,
#footerWrapper {
    background-color: #272727;
}
#subContent .column {
    width: 38%;
    margin: 0;
    padding: 50px 6% 50px 6%;
}
#subContent .column#col1 {
    padding-top: 135px;
}
#subContent .callToAction p {
    color: #fff;
    margin: 0 auto 50px;
    font-size: 2.2em;
}
#subContent .callToAction p em {
    font-size: 1.7em;
    font-style: normal;
}
#subContent .callToAction p strong {
    font-size: 1.3em;
    color: #1e88cf;
    font-weight: 700;
}
/* FOOTER FORM */

.required:before {
    content: "*";
    margin-left: -10px;
}
.form * {
    color: #fbe35d;
}
.form > p {
    font-size: 2.8em;
}
.form #formmessage p.success {
    background-color: #1e88cf;
}
.form.contents form {
    text-align: right;
}
.form fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
.form .label {
    clear: left;
    float: left;
    font-size: 1.8em;
    padding-right: 7%;
    width: 23%;
}
.form .url { 
    display:none;
}
.form .input {
    width: 100%;
    float: left;
}
.form input[type="button"],
.form input[type="submit"],
.form button {
    background-color: #fbe35d;
    color: #272727;
    font-size: 2.2em;
    padding: 10px 30px;
    text-align: center;
}
.form input[type="button"]:hover,
.form input[type="submit"]:hover,
.form button:hover {
    background-color: #262626;
    color: #fff;
}
.form input[type="reset"] {
    display: none;
}
.form input[type="text"],
.form textarea {
    border: medium none;
    color: #262626;
    font-size: 1.8em;
    margin-bottom: 20px;
    padding: 3% 0 3% 0;
    width: 100%!important;
}
.form input[type="tel"],
.form textarea {
    border: medium none;
    color: #262626;
    font-size: 1.8em;
    margin-bottom: 20px;
    padding: 3% 0 3% 0;
    width: 100%!important;
}
.form input[type="email"],
.form textarea {
    border: medium none;
    color: #262626;
    font-size: 1.8em;
    margin-bottom: 20px;
    padding: 3% 0 3% 0;
    width: 100%!important;
}
.form textarea {
    min-height: 80px;
}
/* FOOTER */

#footerWrapper {
    padding-bottom: 120px;
    z-index: -1;
}
/* SOCIAL FOLLOW ICONS */

#footer #socialFollowIcons {
    display: none;
}
/* SOCIAL SHARE ICONS */

#socialShareIcons {
    float: right;
    width: 22%;
}
#socialShareIcons > * {
    float: left;
    margin: 10px 3px;
    color: #FFF;
}
#socialShareIcons h3 {
    display: none;
}
/* HIBU FOOTER */

.hibuCopyright {
    color: #fff;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    float: left;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0px auto 0;
    text-align: left;
    width: 76%;
}
/* BACK TO TOP BUTTON - 50 x 50px */

#backToTopButton {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: 10px;
    background-image: url('../../static01.cdn.ybsitecenter.com/template/elite/images/ui-icons-sprite.png');
    background-position: -500px 0px;
    background-size: auto 100px;
    background-color: #fbe35d;
    border-radius: 100px;
    -moz-border-radius: 100px;
}
#backToTopButton:hover {
    background-position: -500px -50px;
    background-color: #1e89cf;
}
/* VERTICAL NAV LAYOUT - 1200px WIDTH */

@media only screen and (min-width: 1580px) {}
/* ALL TOUCH DEVICES */

@media only screen and (max-width: 1250px) {
    .navigation ul a {
        line-height: 1em;
        padding: 15px 20px 15px 40px;
    }
    #headerContent .callToAction p {
        width: 35%;
    }
    #headerContent .callToAction p:last-child a {
        padding: 10px 22% 10px 10%;
        background-position: 88% center;
        max-width: 280px;
    }
    #socialShareIcons {
        display: inline-block;
        float: none;
        width: auto;
    }
    #extraFooterContent {
        display: none;
    }
    .hibuCopyright {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
}
/* SMALL TABLET - 600px WIDTH */

@media only screen and (max-width: 950px) {
    #header #socialFollowIcons {
        margin-right: -75px;
        right: 50%;
    }
    #headerContent {
        padding-bottom: 200px!important;
    }
    #headerContent .callToAction p {
        width: 100%;
    }
    .testimonial {
        left: 50%;
        margin-left: -103.5px;
    }
    .contentsAccordion h2 {
        min-height: inherit;
    }
    #contentBottom .imageLeft .imgWrapper,
    #contentBottom .imageRight .imgWrapper {
        width: 100%;
    }
    #contentBottom .imageLeft .copy,
    #contentBottom .imageRight .copy {
        width: 96%;
    }
    #subContent .column {
        margin: 0;
        padding: 2%;
        width: 96%;
    }
    .form .label {
        width: 100%;
        padding: 0 0 10px;
    }
}
/* MOBILE - 94% WIDTH */

@media only screen and (max-width: 650px) {
    h1,
    h2,
    h3,
    .contents p,
    .contents ul,
    div,
    form {
        text-align: center!important;
    }
    .products .copy {
        padding: 0;
    }
    #contentTop .faq .imgWrapper {
        margin: 0 auto 10px;
        width: 150px;
    }
    #contentTop .faq .contentsAccordion {
        width: 96%;
    }
    .contentsAccordion h2 span {
        background-position: right center;
        margin: 10px auto;
        text-align: left;
        width: 130px;
    }
    #contentBottom .imageRight p:last-child a,
    #contentBottom .imageLeft p:last-child a {
        min-width: inherit;
    }
    #subContent .callToAction p {
        margin: 20px auto;
    }
    #subContent .callToAction p em {
        font-size: 1.6em;
    }
    #subContent .callToAction p strong {
        font-size: 1em;
    }
}

/* === WRAPPER STYLES === */

.iframeWrapper {
    width: 94%;
    margin: 0 3%;
}
h1 {
    max-width: 620px;
}
#headerWrapper {
    /*background-image: url("../images/mkp-heroimg_imagea56c.jpg?blobkey=id&amp;blobwhere=1427163348594&amp;blobheader=image%2Fjpeg&amp;blobheadername1=Content-Disposition&amp;blobheadervalue1=inline%3B+filename%3Dmkp-heroimg_image.jpg&amp;blobcol=urlimagefile&amp;blobtable=UXImage");*/
    /*background-image: url("../images/header-background.png");*/
}
#headerContent {
    padding-bottom: 0;
}
#headerContent .callToAction p:nth-of-type(1) {
    color: #fbe35d;
    font-size: 5.5em;
    font-weight: bold;
}
.home #headerContent .testimonial + .testimonial {
    left: auto;
    right: 55px;
}
.products,
.contentsLinkWrap {
    width: 365px !important;
}
#row1 h2 {
    color: #262626;
}
#row2 .contents:first-child {
/*    margin: 0 2%;
    padding: 2%;
    width: 92%;*/
}
#row2 .contents:first-of-type h2 {
    color: #262626;
}
#row4 .imgWrapper img {
    margin: 100px auto;
}
#row4 .iframeWrapper {
    float: left;
    width: 50%;
    margin: 5.5% 0 0;
}
#row5 {
    background-color: #fbe35d;
}
#row5 ul {
    list-style: outside none none;
    margin: 0 auto;
    padding: 20px 0 30px;
    width: 100%;
}
#row5 ul li {
    background: url("../images/mkp-divider_image6d0d.png?blobkey=id&amp;blobwhere=1427163348227&amp;blobheader=image%2Fpng&amp;blobheadername1=Content-Disposition&amp;blobheadervalue1=inline%3B+filename%3Dmkp-divider_image.png&amp;blobcol=urlimagefile&amp;blobtable=UXImage") no-repeat scroll left 0 transparent;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 30px 6%;
    vertical-align: top;
    width: 20%;
}
#row5 ul li:first-child {
    background-image: none;
}
@media only screen and (max-width: 950px) {
    .home #headerContent .testimonial {
        left: auto;
        margin-left: 0;
    }
    .home #headerContent .testimonial + .testimonial {
        right: 0;
    }
    #row4 .imgWrapper img {
        margin: 0 auto;
    }
    #row4 .iframeWrapper {
        float: none;
        width: 100%;
        margin: 5.5% auto 0;
    }
}
@media only screen and (max-width: 650px) {
    .home #headerContent .testimonial {
        max-width: 207px;
        min-width: 130px;
        width: 37%;
    }
    .home #headerContent .testimonial img {
        width: 100%;
    }
    #row5 ul li {
        background: url("../images/mkp-divider-mobile_image6233.png?blobkey=id&amp;blobwhere=1428360385942&amp;blobheader=image%2Fpng&amp;blobheadername1=Content-Disposition&amp;blobheadervalue1=inline%3B+filename%3Dmkp-divider-mobile_image.png&amp;blobcol=urlimagefile&amp;blobtable=UXImage") no-repeat scroll center top transparent;
        padding: 30px 0;
        width: 100%;
    }
}

.foot {
    width: 100%;
    color: white;
    font-size: 18px;
    padding-bottom: 60px;
}

.contents.testimonial.clearfix,
.contents.testimonial.clearfix {
    display: none;
}

.row.cols3.width.clearfix {
    margin-top: 60px;
}

#number_link {
    text-decoration: none;
    color: #fbe35d;
}

.contents.form.clearfix p:nth-child(1) {
    color: #fff;
}

.navigation.horizontal li.last {
    background-color: #fbe35d;
    color: #262626;
    float: right !important;
}

.navigation.horizontal li.last a {
    color: #262626;
}

.navigation.horizontal li.last a:hover {
    background-color: #ffe97d;
    color: #262626;
}

@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 
    #headerContent .callToAction p:nth-of-type(1) {
        font-size: 3.5em;
    }
    #headerContent .callToAction p:last-child {
    font-size: 1.7em;
    }
    .foot {
    margin-top: 30px;
    }
    .navigation.horizontal li.last {
        display: none;
    }
}

#contentBottom .imageRight h2,
#row2 .contents:first-of-type h2 {
    color: #fbe35d;
}

.copyAccordionHeader .imageRight h2, #row2 .contents:first-of-type h2 {
    color: #262626;
}