/* Slick Slide */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    appearance: none;
    font-size: 0px;
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    z-index: 1;
}
.slick-arrow:hover:after {
    color: #003b71;
}
.slick-arrow:after {
    content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 30px;
    color: #003b71;
    transition: 0.3s ease;
}
.slick-arrow.slick-next {
    left: initial;
    right: 20px;
}
.slick-arrow.slick-next:after {
    content: '\f054';
}
.slick-dots {
    text-align: center;
    padding: 0;
    margin: 30px 0 0;
}
.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
}
.slick-dots li.slick-active:after {
    background: #003b71;
}
.slick-dots li:after {
    content: '';
    width: 12px;
    height: 12px;
    background: none;
    border: solid 2px #fff;
    border-radius: 100%;
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
}
.slick-dots li button {
    display: none;
}

@font-face{font-family:'open_sans_condensedbold';src:url('fonts/opensans-condbold-webfont.woff2') format('woff2'), url('fonts/opensans-condbold-webfont.woff') format('woff');font-weight:normal;font-style:normal;}@font-face{font-family:'arimobold', sans-serif;src:url('fonts/arimo-bold-webfont.woff2') format('woff2'), url('fonts/arimo-bold-webfont.woff') format('woff');font-weight:normal;font-style:normal;}@font-face{font-family:'arimoregular', sans-serif;src:url('fonts/arimo-regular-webfont.woff2') format('woff2'), url('fonts/arimo-regular-webfont.woff') format('woff');font-weight:normal;font-style:normal;}@font-face{font-family:'brunelpr';src:url('fonts/brunelpr.eot');src:url('fonts/brunelpr.eot?#iefix') format('embedded-opentype'), url('fonts/brunelpr.woff') format('woff'), url('fonts/brunelpr.ttf') format('truetype'), url('fonts/brunelpr.svg#brunelpr') format('svg');font-weight:normal;font-style:normal;}[class*='icon-']:before{display:inline-block;font-family:'brunelpr';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-angledown:before{content:'\0041'}.icon-doubleright:before{content:'\0042'}.icon-form:before{content:'\0043'}.icon-phone:before{content:'\0044'}.icon-angleright:before{content:'\0045'}.icon-tag:before{content:'\0046'}.icon-calendar:before{content:'\0047'}.icon-angleup:before{content:'\0048'}.icon-angleleft:before{content:'\0049'}.icon-linkedin:before{content:'\004a'}.icon-twitter:before{content:'\004b'}.icon-facebook:before{content:'\004c'}.icon-envelope:before{content:'\004d'}.icon-document:before{content:'\004e'}.icon-clock:before{content:'\004f'}.icon-marker:before{content:'\0050'}.icon-downcircle:before{content:'\0051'}.icon-exclamationcircle:before{content:'\0052'}.icon-times:before{content:'\0053'}body{font-size:13px;font-weight:normal;font-family:'arimoregular', sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;margin:0;text-rendering:optimizeSpeed}@media only screen and (min-width:2000px){body{background:#e0e1df}}@media only screen and (min-width:2000px){.pagewrap{max-width:2000px;margin:auto;box-shadow:1px 1px 20px rgba(39, 39, 39, 0.16)}}menu{margin-left:0}*,input,form{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}input{-webkit-appearance:none;-webkit-border-radius:0;border-radius:0}*{padding:0;margin:0}html{-webkit-text-size-adjust:none}.no-scroll{overflow:hidden;z-index:0;position:fixed}.clear{clear:both}hr{display:none}/*p,h1,h2,h3,h4{-webkit-hyphens:none;-moz-hyphens:none;hyphens:none;word-wrap:normal}*/h1,h2,h3,h4{font-family:'open_sans_condensedbold';color:#444;font-weight:normal}h1{font-size:26px;line-height:28px;margin-bottom:10px;text-transform:uppercase}@media only screen and (min-width:737px){h1{font-size:28px;line-height:32px;margin-bottom:18px}}h2{font-size:24px;line-height:26px;margin-bottom:15px}h3{font-size:18px;line-height:20px;margin-bottom:10px;color:#666}h4{font-size:15px;line-height:18px;margin-bottom:10px}p,ul,ol{font-size:13px;line-height:20px;margin-bottom:15px;color:#636363;font-weight:normal;font-family:'arimoregular', sans-serif}ol{margin-left:20px}ol li{margin-bottom:15px}a{color:#003b71;outline:0;text-decoration:none;cursor:pointer;-webkit-transition:color 0.4s, background 0.4s, border 0.4s, opacity 0.4s;-moz-transition:color 0.4s, background 0.4s, border 0.4s, opacity 0.4s;-ms-transition:color 0.4s, background 0.4s, border 0.4s, opacity 0.4s;-o-transition:color 0.4s, background 0.4s, border 0.4s, opacity 0.4s;transition:color 0.4s, background 0.4s, border 0.4s, opacity 0.4s}@media only screen and (min-width:1024px){a#call-track-local{pointer-events:none}}a:hover{color:#5d89b4}.fa.icon-angleright{font-size:12px}.anchor-space{display:block;position:relative;top:-110px;visibility:hidden}.padvert{padding:40px 0}img.alignright{width:100%;height:auto;display:block;margin:auto;margin-bottom:20px;float:none}@media only screen and (min-width:767px){img.alignright{float:right;width:50%;margin-left:3%;margin-bottom:20px}}@media only screen and (min-width:1024px){img.alignright{width:auto}}img.alignleft{width:100%;height:auto;display:block;margin:auto;margin-bottom:20px;float:none}@media only screen and (min-width:767px){img.alignleft{float:left;width:50%;margin-right:3%;margin-bottom:20px}}@media only screen and (min-width:1024px){img.alignleft{width:auto}}img.aligncenter{width:100%;height:auto;display:block;margin:auto;margin-bottom:20px;float:none}@media only screen and (min-width:1224px){img.aligncenter{width:auto}}.full{width:100%;position:relative;background:#fff;z-index:40}.full .nopad-vert{padding:0}.contentLimit{width:90%;margin:auto;max-width:1920px;position:relative}.contentLimit.reduced{max-width:1000px}.contentLimit.grey{background:#f9f9f9}.catname span{color:#5d89b4}.center{text-align:left;}@media only screen and (min-width:767px){.center{text-align:center}}.clear{clear:both}.left{float:left}.right{float:right}.logo{float:left;height:36px;margin-top:3px;display:block}@media only screen and (min-width:400px){.logo{height:44px;margin-top:0}}@media only screen and (min-width:1024px){.logo{width:184px;height:auto}}@media only screen and (min-width:1280px){.logo{width:184px;height:auto}}#header{z-index:70;width:100%;height:75px;line-height:normal;position:relative;background:#fff;}@media only screen and (max-width:1999px){#header{box-shadow:0px 2px 15px rgba(0, 0, 0, 0.15)}}@media only screen and (max-width:1024px){#header{box-shadow:1px 1px 10px rgba(0, 0, 0, 0.2);height:auto}}@media only screen and (min-width:1024px){#header{height:auto}}#header .top{padding-top:0;width:auto;float:left}@media only screen and (min-width:1024px){#header .top{float:none;padding-top:10px;width:100%}}#header .top ul{list-style-type:none;text-transform:uppercase;font-size:11px}@media only screen and (min-width:1224px){#header .top ul{font-size:12px}}#header .top ul li{display:inline-block;text-align:right;margin-left:10px}#header .top ul li a{color:#949698;line-height:30px}#header .top ul li a:hover{color:#003b71}@media only screen and (max-width:1023px){#header .top .right{display:none}}#header .top .left svg.logo-animate{width:100%;position:relative;left:-20px;width:140px;height:45px;margin-top:10px}@media only screen and (min-width:360px){#header .top .left svg.logo-animate{width:160px}}@media only screen and (min-width:1024px){#header .top .left svg.logo-animate{width:184px;height:52px;margin-top:0;left:-50px;height:auto}}@media only screen and (min-width:1280px){#header .top .left svg.logo-animate{width:260px;height:73px;left:-68px;height:auto}}#header .top .left svg.logo-animate .sphere{opacity:0;-webkit-transform:translate(-10px, 0) rotateZ(180deg);-moz-transform:translate(-10px, 0) rotateZ(180deg);-ms-transform:translate(-10px, 0) rotateZ(180deg);-o-transform:translate(-10px, 0) rotateZ(180deg);transform:translate(-10px, 0) rotateZ(180deg);-webkit-transition:0.6s ease 500ms;-moz-transition:0.6s ease 500ms;-ms-transition:0.6s ease 500ms;-o-transition:0.6s ease 500ms;transition:0.6s ease 500ms;-ms-transform-origin:center;-moz-transform-origin:center;-webkit-transform-origin:center;transform-origin:center}#header .top .left svg.logo-animate .sphere.animate{-webkit-transform:translate(135px, 0);-moz-transform:translate(135px, 0);-ms-transform:translate(135px, 0);-o-transform:translate(135px, 0);transform:translate(135px, 0);opacity:1}#header .bottom{width:auto;float:right}@media only screen and (min-width:1024px){#header .bottom{width:100%}}.navContain{float:right;width:47%;}@media only screen and (min-width:1024px){.navContain{display:none}}.navContain .mobile-nav{display:block;z-index:1000;float:right;width:60px;border-right:1px solid #f1f1f1;border-left:1px solid #f1f1f1}@media only screen and (min-width:400px){.navContain .mobile-nav{height:70px}}.navContain .menu-btn{font-size:11px;text-transform:uppercase;text-align:center;letter-spacing:1px;z-index:99;padding:12px 0}.navContain .menu-btn:hover{cursor:pointer}.navContain .menu-btn span{display:block;width:30px;height:3px;margin:5px auto;border-radius:5px;background:#003b71;z-index:99}.navContain a{color:#444}.navContain .mobContact{float:right;width:60px;padding:12px 0px;font-size:11px;text-transform:uppercase;text-align:center;letter-spacing:1px;border-left:1px solid #f1f1f1}@media only screen and (min-width:400px){.navContain .mobContact{width:70px}}.navContain .mobContact .fa{font-size:24px;padding-bottom:2px;padding-top:3px;color:#003b71}.navContain .mobContact .fa.icon-phone{font-size:19px;margin-bottom:2px;margin-top:2px}.navContain .mobContact.contact{display:none}@media only screen and (min-width:550px){.navContain .mobContact.contact{display:block}}.responsive-menu{display:none;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background:#444;z-index:150;overflow-y:scroll;overflow-x:hidden;padding-top:90px;height:100%;position:fixed;background:#003b71;padding:15px 0;padding-bottom:100px}.responsive-menu ul{margin-bottom:0;font-size:11px}.responsive-menu ul li{border-bottom:1px solid #13344a;position:relative;background:#003b71;z-index:88}.responsive-menu ul li a{padding:0 7.5%;min-height:40px;line-height:40px;color:#fff;display:block;font-weight:700;text-transform:uppercase}.responsive-menu ul li a:hover{color:#5d89b4}.responsive-menu ul li ul{position:relative;margin:0;list-style-type:none;font-size:11px}.responsive-menu ul li ul li{border-bottom:0;border-top:1px solid #13344a}.responsive-menu ul li ul li a{padding:0 8.5%;background:#064680}.responsive-menu ul li.menu-item-has-children > a:after{content:'\f0D7';font-family:fontAwesome;position:absolute;right:10px;top:10px;width:100%;text-align:right;padding:0 7.5%;line-height:20px;font-size:13px}.responsive-menu ul li.menu-item-has-children > a.open:after{content:'\f0D8'}.responsive-menu .menu-top-container ul li:last-child{border-bottom:0}@media only screen and (max-width:1024px){li .sub-menu{display:none}}#deskshow{display:none}@media only screen and (min-width:1024px){#deskshow{display:block}}@media only screen and (min-width:1024px){#deskhide{display:none}}@media only screen and (min-width:1024px){.menu-desk{margin:auto;height:auto;float:right;background:none;position:static;width:100%;margin-top:10px}}@media only screen and (min-width:1024px){.menu-desk ul{list-style:none;margin:0;margin-top:10px;height:auto;float:right;width:100%;font-weight:normal;text-transform:uppercase;text-align:center;border-top:1px solid #ececec}}.menu-desk ul li{}@media only screen and (min-width:1024px){.menu-desk ul li{margin:0px;display:inline-block;width:auto;font-size:11px;font-weight:700;padding:0px 5px;-webkit-transition:color 0.3s, background 0.3s;-moz-transition:color 0.3s, background 0.3s;-ms-transition:color 0.3s, background 0.3s;-o-transition:color 0.3s, background 0.3s;transition:color 0.3s, background 0.3s}}@media only screen and (min-width:1224px){.menu-desk ul li{font-size:13px}}@media only screen and (min-width:1333px){.menu-desk ul li{font-size:13px;padding:0px 11px}}@media only screen and (min-width:1450px){.menu-desk ul li{padding:0px 1%}}.menu-desk ul li:last-child{padding-right:0}.menu-desk ul li:first-child{padding-left:0}.menu-desk ul li.menu-item-has-children > a:after{content:'\0041';font-family:"brunelpr";padding-left:7px;font-size:10px}@media only screen and (min-width:1024px){.menu-desk ul li a{display:block;position:relative;color:#666;text-decoration:none;line-height:60px;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;-ms-transition:color 0.3s;-o-transition:color 0.3s;transition:color 0.3s}}.menu-desk ul li a:hover{color:#003b71}@media only screen and (min-width:1024px){.menu-desk ul li.active a{text-decoration:none}}@media only screen and (min-width:1024px){.menu-desk ul li.current-menu-item > a{color:#003b71}}@media only screen and (min-width:1024px){.menu-desk ul li ul{height:auto;margin-top:0px;border:0px;position:absolute;display:none;width:auto;min-width:200px;text-align:left;z-index:700;box-shadow:-3px 5px 10px rgba(2, 2, 2, 0.25)}}@media only screen and (min-width:1024px){.menu-desk ul li ul li{display:block;width:100%;clear:both;padding:0;margin:0;background:#003b71;border-radius:0;border-bottom:1px solid #184969}}.menu-desk ul li ul li:hover a:before{content:none}@media only screen and (min-width:1024px){.menu-desk ul li ul li.current-menu-item > a{color:#5d89b4}}@media only screen and (min-width:1024px){.menu-desk ul li ul li a{color:#fff;padding:0px 20px;display:block;line-height:36px;font-size:11px}}.menu-desk ul li ul li a:hover{color:#5d89b4}@media only screen and (min-width:1024px){.menu-desk ul li ul li ul{width:100%;position:relative;padding:0;font-size:26px;border-bottom:0;box-shadow:none}}@media only screen and (min-width:1024px){.menu-desk ul li ul li ul li{display:block;float:none;width:auto;height:auto;margin-bottom:7px}}@media only screen and (min-width:1024px){.menu-desk ul li ul li ul li a{color:#fff;display:block;line-height:normal;font-size:16px;letter-spacing:1px;background:#003b71;border-radius:2px;-webkit-transition:ease 0.5s;-moz-transition:ease 0.5s;-ms-transition:ease 0.5s;-o-transition:ease 0.5s;transition:ease 0.5s}}@media only screen and (min-width:1224px){.menu-desk ul li ul li ul li a{font-size:15px}}@media only screen and (min-width:1024px){.menu-desk ul li ul li ul li a:hover{color:#5d89b4}}.menu-desk.mobile-touch-capabilities li:hover ul,.menu-desk.mobile-touch-capabilities li li:hover ul,.menu-desk.mobile-touch-capabilities li li li:hover ul,.menu-desk.mobile-touch-capabilities li li li li:hover ul{}@media only screen and (min-width:1024px){.menu-desk.mobile-touch-capabilities li:hover ul,.menu-desk.mobile-touch-capabilities li li:hover ul,.menu-desk.mobile-touch-capabilities li li li:hover ul,.menu-desk.mobile-touch-capabilities li li li li:hover ul{display:block}}.visible,.close{display:none !important}.button{font-size:13px;font-weight:700;line-height:22px;padding:10px;width:auto;text-align:center;font-family:'arimoregular', sans-serif;text-transform:uppercase;display:inline-block}.button.outline{border:2px solid #fff;color:#fff}.button.outline.dark{border:2px solid #003b71;color:#003b71}.button.outline:hover{opacity:0.6}.button.blue{background:#003b71;color:#fff;-webkit-transition:ease 0.2s;-moz-transition:ease 0.2s;-ms-transition:ease 0.2s;-o-transition:ease 0.2s;transition:ease 0.2s}.button.blue:hover{background:#003b71}.hero{min-height:440px;height:55vh;max-height:460px;overflow:hidden;background:#003b71}@media only screen and (max-width:767px){.hero{height:280px;min-height:280px}}@media only screen and (max-width:1224px){.hero{background:url(/wp-content/uploads/2016/10/insurance-specialists.jpg);background-position:center;background-size:cover}}.hero .text{position:absolute;top:50px;left:0;z-index:10;color:#fff;background:rgba(0, 59, 111, 0.9);padding:25px}@media only screen and (min-width:737px){.hero .text{top:100px;top:8vh}}@media only screen and (min-width:766px){.hero .text{width:50%}}@media only screen and (min-width:1024px){.hero .text{max-width:420px;top:9vh}}.hero .text h1,.hero .text p{color:#fff}.hero .text h1{font-size:24px;line-height:30px}@media only screen and (min-width:1024px){.hero .text h1{font-size:30px;line-height:32px}}.hero .text p{margin-bottom:0}.slideform-contain{position:fixed;background:rgba(93, 137, 180, 0.98);box-shadow:1px 1px 1px #ccc;text-align:center;width:400px;padding:20px 30px;text-align:left;bottom:30px;box-shadow:1px 5px 30px rgba(0, 0, 0, 0.47);right:-440px;z-index:50;padding-bottom:10px;z-index:50;-webkit-transition:ease 0.2s;-moz-transition:ease 0.2s;-ms-transition:ease 0.2s;-o-transition:ease 0.2s;transition:ease 0.2s}@media only screen and (max-width:1023px){.slideform-contain{display:none}}.slideform-contain .content h3,.slideform-contain .content p{color:#fff}.slideform-contain.showform{right:0;-webkit-transition:ease 0.2s;-moz-transition:ease 0.2s;-ms-transition:ease 0.2s;-o-transition:ease 0.2s;transition:ease 0.2s}.slideform-contain.cookie{display:none !important}.slideform-contain .sform-close{font-family:'open_sans_condensedbold';font-weight:700;text-transform:uppercase;background:#fff;color:#003b71;border:none;font-size:13px;padding:5px 10px;position:absolute;top:0;right:0;cursor:pointer;-webkit-transition:ease 0.2s;-moz-transition:ease 0.2s;-ms-transition:ease 0.2s;-o-transition:ease 0.2s;transition:ease 0.2s}.slideform-contain .sform-close:hover{opacity:0.9}.unslider{overflow:auto;margin:0;padding:0;position:relative}.unslider .contentLimit{max-width:1200px}.unslider-wrap{position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0;line-height:0}.unslider-wrap li{float:left;position:relative;width:100%;opacity:1;pointer-events:none}@media only screen and (min-width:767px){.unslider-wrap li{min-height:700px;min-height:500px;max-width:100%;overflow:hidden}}.unslider-wrap li img{width:auto;height:auto;z-index:5;top:auto;min-width:100%;min-height:100%;position:absolute;bottom:0;right:0;-webkit-transition:ease 0.5s;-moz-transition:ease 0.5s;-ms-transition:ease 0.5s;-o-transition:ease 0.5s;transition:ease 0.5s}@media only screen and (min-width:767px){.unslider-wrap li img{right:-160px}}@media only screen and (min-width:980px){.unslider-wrap li img{right:-120px}}@media only screen and (min-width:1100px){.unslider-wrap li img{right:0}}.unslider-wrap li .button{text-shadow:none;display:block;color:#fff;box-shadow:none;padding:10px;cursor:pointer;pointer-events:all;margin-top:15px;width:auto;float:right;text-transform:uppercase;font-weight:700;border:2px solid #fff;-webkit-transition:ease 0.5s;-moz-transition:ease 0.5s;-ms-transition:ease 0.5s;-o-transition:ease 0.5s;transition:ease 0.5s}.unslider-wrap li:hover img,.unslider-wrap li:hover .customer-sat-contain{opacity:0.8}.unslider-wrap li:hover .button{opacity:0.7}.unslider-wrap li.happy{background-image:url(img/bg/happy.jpg);background-size:cover;background-position:center}.unslider-wrap.unslider-carousel > li{float:left}.unslider-vertical > ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider ul,.unslider ol,.unslider li{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}.unslider-nav{position:absolute;z-index:10;bottom:16%;right:60px}.unslider-nav ol{list-style:none;text-align:center}.unslider-nav ol li{display:inline-block;width:14px;height:14px;margin:0 4px;background:transparent;border-radius:7px;overflow:hidden;text-indent:-999em;box-shadow:2px 2px 10px rgba(107, 107, 107, 0.8);border:2px solid #fff;cursor:pointer}.unslider-nav ol li.unslider-active{background:#003b71;cursor:default}.customer-sat-contain{min-width:375px;position:absolute;right:0px;top:60px;top:4vh;-webkit-transition:ease 0.5s;-moz-transition:ease 0.5s;-ms-transition:ease 0.5s;-o-transition:ease 0.5s;transition:ease 0.5s}@media only screen and (max-width:1023px){.customer-sat-contain{right:-50px}}@media only screen and (max-width:880px){.customer-sat-contain{right:-80px}}@media only screen and (min-width:1024px){.customer-sat-contain{top:5vh}}@media only screen and (min-width:1333px){.customer-sat-contain{top:6vh}}.customer-sat-contain p{font-size:42px;right:89px;top:80px;position:absolute;color:#fff;text-transform:uppercase;line-height:40px;font-family:'open_sans_condensedbold';letter-spacing:-1px}@media only screen and (max-width:1023px){.customer-sat-contain p{font-size:40px;right:110px;top:99px}}.customer-sat-contain p span{font-size:65px;line-height:80px}.customer-sat-contain svg.customer-satisfaction{width:350px;height:350px}@media only screen and (max-width:1023px){.customer-sat-contain svg.customer-satisfaction{height:320px;width:320px;margin-top:30px}}.professions{background:#5d89b4}.professions .responsive-tabs-wrapper{clear:both;background:#fff}.professions .responsive-tabs-wrapper .tabcontent{position:relative;padding:0 0 30px 0;overflow:hidden;margin:auto;-webkit-transition:ease 1s;-moz-transition:ease 1s;-ms-transition:ease 1s;-o-transition:ease 1s;transition:ease 1s}@media only screen and (min-width:980px){.professions .responsive-tabs-wrapper .tabcontent{padding:0;min-height:490px}}.professions .responsive-tabs-wrapper .tabcontent .image{position:relative;width:100%}@media only screen and (min-width:980px){.professions .responsive-tabs-wrapper .tabcontent .image{position:absolute;z-index:0}}.professions .responsive-tabs-wrapper .tabcontent .image img{width:100%;-webkit-transition:ease 1s;-moz-transition:ease 1s;-ms-transition:ease 1s;-o-transition:ease 1s;transition:ease 1s}.professions .responsive-tabs-wrapper .tabcontent .text{position:relative;width:90%;margin:auto;padding-top:20px}@media only screen and (min-width:980px){.professions .responsive-tabs-wrapper .tabcontent .text{position:absolute;z-index:5;padding:40px;left:30px;bottom:15%;width:35%;background:rgba(255, 255, 255, 0.90)}}@media only screen and (min-width:1024px){.professions .responsive-tabs-wrapper .tabcontent .text{width:30%}}.professions .responsive-tabs-wrapper .tabcontent .text h3{font-size:26px;color:#949698;margin-bottom:20px}.professions .responsive-tabs-wrapper .tabcontent .text p{color:#949698;margin-bottom:0}.professions .responsive-tabs-wrapper .tabcontent .text a{pointer-events:all;text-shadow:none;display:block;color:#949698;box-shadow:none;padding:10px;width:auto;float:right;text-transform:uppercase;font-weight:700;margin-top:20px;border:2px solid #949698;-webkit-transition:ease 0.5s;-moz-transition:ease 0.5s;-ms-transition:ease 0.5s;-o-transition:ease 0.5s;transition:ease 0.5s}.professions .responsive-tabs-wrapper .responsive-tabs{display:block;position:relative;width:100%}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading{display:none}@media only screen and (max-width:979px){.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading{display:block;cursor:pointer;border:0;background:#5d89b4;color:#fff !important;text-align:center;font-size:16px;font-weight:bold;margin:auto;text-transform:uppercase;position:relative;clear:both;border-bottom:1px solid #f1f1f1;padding:18px 0 30px !important}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading.responsive-tabs__heading--active{background:#003b71}}@media only screen and (max-width:979px){.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading .fa{margin-right:8px;display:none}}@media only screen and (max-width:979px){.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading:after{content:'\0041';font-family:"brunelpr";font-size:15px;position:absolute;display:block;margin:auto;clear:both;width:100%;color:#fff;text-align:center;left:0;bottom:10px}}@media only screen and (max-width:979px){.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading:hover{background:#003b71}}@media only screen and (max-width:979px){}.professions .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list{font-size:10px;line-height:16px;color:#666;font-weight:700;text-transform:uppercase;margin:0 auto;list-style:none !important;padding-left:0 !important;margin-bottom:0 !important;display:block;width:100%;text-align:center;padding:0;left:0;position:absolute;background:rgba(255, 255, 255, 0.90);z-index:20}@media only screen and (max-width:979px){.professions .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list{display:none}}@media only screen and (min-width:1024px){.professions .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list{font-size:11px}}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:none;user-select:none;display:inline-block;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;padding:31px 5px 33px 5px;-webkit-transition:200ms ease-in-out;-moz-transition:200ms ease-in-out;-ms-transition:200ms ease-in-out;-o-transition:200ms ease-in-out;transition:200ms ease-in-out}@media only screen and (min-width:1224px){.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item{padding:31px 12px 33px 12px}}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item h2{font-size:16px;text-align:center}@media only screen and (min-width:940px){.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item h2{font-size:24px}}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item:last-child{border-right:0}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item:only-child{display:none}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item .fa{margin-right:8px;line-height:0.8}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item:hover{color:#fff;background:#003b71;position:relative}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item:hover:after{content:'\0041';font-family:"brunelpr";font-size:15px;position:absolute;display:block;margin:auto;clear:both;width:100%;color:#5d89b4;text-align:center;left:0}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active,.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active:hover{color:#fff;background:#003b71;position:relative}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active{position:relative}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active:after{content:'\0041';font-family:"brunelpr";font-size:15px;position:absolute;display:block;margin:auto;clear:both;width:100%;color:#5d89b4;text-align:center;left:0}.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel{clear:left;margin-bottom:0}@media only screen and (max-width:979px){.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel--closed-accordion-only{display:block}}@media only screen and (min-width:1024px){.page-id-5 .news-container ul.news-posts li{min-height:243px}}@media only screen and (min-width:1333px){.page-id-5 .news-container ul.news-posts li{min-height:252px}}.news-container .contentLimit{width:100%}.news-container ul.news-posts{list-style-type:none;padding:25px 0;float:left;margin:0}.news-container ul.news-posts li{width:100%;border-bottom:1px solid #f1f1f1;-webkit-transition:background ease 0.2s, color ease 0.2s;-moz-transition:background ease 0.2s, color ease 0.2s;-ms-transition:background ease 0.2s, color ease 0.2s;-o-transition:background ease 0.2s, color ease 0.2s;transition:background ease 0.2s, color ease 0.2s}@media only screen and (min-width:737px){.news-container ul.news-posts li{min-height:280px;border-bottom:none;width:50%;float:left}}@media only screen and (min-width:1024px){.news-container ul.news-posts li{width:25%;border-right:1px solid #f1f1f1;min-height:180px;float:left;min-height:223px}}@media only screen and (min-width:1333px){.news-container ul.news-posts li{min-height:232px}}.news-container ul.news-posts li a{padding:12%;display:block}.news-container ul.news-posts li p{margin-bottom:0}.news-container ul.news-posts li h3{font-size:20px;text-transform:uppercase;clear:both;margin-bottom:15px}@media only screen and (min-width:1024px){.news-container ul.news-posts li h3{font-size:1.3vw;line-height:1.2vh}}.news-container ul.news-posts li:hover{background:#003b71}.news-container ul.news-posts li:hover p,.news-container ul.news-posts li:hover h3,.news-container ul.news-posts li:hover .category{color:#fff}@media only screen and (min-width:737px){.news-container ul.news-posts li:nth-child(2),.news-container ul.news-posts li:nth-child(4){border-left:1px solid #f1f1f1}}@media only screen and (min-width:1024px){.news-container ul.news-posts li:nth-child(2),.news-container ul.news-posts li:nth-child(4){border-left:none}}@media only screen and (min-width:737px){.news-container ul.news-posts li:nth-child(1),.news-container ul.news-posts li:nth-child(2){border-bottom:1px solid #f1f1f1}}@media only screen and (min-width:1024px){.news-container ul.news-posts li:nth-child(1),.news-container ul.news-posts li:nth-child(2){border-bottom:none}}.news-container ul.news-posts li:last-child{border-right:none;border-bottom:none}.news-container ul.news-posts li span{display:inline-block;margin-bottom:10px;font-size:12px;line-height:20px;display:block}.news-container ul.news-posts li span.category{margin-bottom:0;font-weight:bold;color:#003b71}.group-container{background:#fff;padding-top:30px;padding-bottom:30px}@media only screen and (min-width:1024px){.group-container{padding-top:15px;padding-bottom:15px}}.group-container ul{text-align:center;margin:auto;margin-top:30px;float:none;list-style-type:none}@media only screen and (min-width:1024px){.group-container ul{margin-top:0;margin-left:35px;float:right}}.group-container ul li{position:relative;text-transform:uppercase;font-weight:bold;font-family:'open_sans_condensedbold';display:inline-block}@media only screen and (min-width:1024px){.group-container ul li{float:left;text-align:right}}.group-container ul li a{background:none;color:#fff;display:block;padding:10px 10px}@media only screen and (min-width:1024px){.group-container ul li a{padding:0 20px;margin-top:3px}}.group-container ul li a img{opacity:1;max-height:40px;-webkit-transition:opacity ease 0.3s;-moz-transition:opacity ease 0.3s;-ms-transition:opacity ease 0.3s;-o-transition:opacity ease 0.3s;transition:opacity ease 0.3s}@media only screen and (min-width:1045px){.group-container ul li a img{max-height:45px}}.group-container ul li a:hover img{opacity:0.7}@media only screen and (max-width:1023px){.group-container img.grlogo{display:block;margin:auto}}@media only screen and (min-width:1024px){.group-container img.grlogo{margin-left:35px}}footer#colophon{background:#003b71;padding:35px;z-index:60}footer#colophon .left{width:100%;text-align:center}@media only screen and (min-width:1333px){footer#colophon .left{width:77%;text-align:left;float:left}}footer#colophon .left ul{margin-bottom:0}footer#colophon .left ul li{display:inline-block;line-height:30px;font-size:11px}footer#colophon .left ul li a{color:#fff;text-transform:uppercase;font-weight:bold;padding:5px 10px 5px 0px}footer#colophon .left ul li a:hover{opacity:0.7}footer#colophon .right{width:100%;text-align:center;margin-top:20px}@media only screen and (min-width:1333px){footer#colophon .right{width:20%;float:right;text-align:right;margin-top:0}}footer#colophon .right .fa{background:#fff;color:#003b71;width:30px;height:30px;text-align:center;line-height:32px}footer#colophon .right .fa:before{line-height:30px}footer#colophon .right .fa:hover{opacity:0.8}footer#colophon p{margin-bottom:0}.copyright{padding:10px 20px;background:#003b71}.copyright p{font-size:12px;line-height:15px;margin-bottom:0;color:#f1f1f1}.quotation-container{position:relative;overflow:hidden;max-height:400px;min-height:400px;z-index:40;background-attachment:fixed;background-position:center;background-image:url(img/gr/lloyds-building.jpg);background-size:cover}.quotation-container .quotation-form{position:absolute;z-index:20;right:0;top:20px;padding:18px;background:rgba(0, 59, 111, 0.9)}@media only screen and (min-width:737px){.quotation-container .quotation-form{padding:35px}}@media only screen and (min-width:980px){.quotation-container .quotation-form{width:50%;max-width:460px}}@media only screen and (min-width:1224px){.quotation-container .quotation-form{top:40px}}@media only screen and (max-width:1024px){.quotation-container .quotation-form{width:100%}}.quotation-container h3,.quotation-container p{color:#fff}.quotation-container form .your-name,.quotation-container form .your-tel{width:100%}@media only screen and (min-width:1224px){.quotation-container form .your-name,.quotation-container form .your-tel{width:49.2%}}.quotation-container form .your-name{float:left}.quotation-container form .your-tel{float:right}.quotation-container .proposal-form{display:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:35px;color:#fff;background:rgba(22, 44, 95, 0.95)}.quotation-container .proposal-form a{color:#fff;padding:10px;font-weight:700;display:block}.quotation-container .proposal-form a .fa{font-size:20px;padding-right:10px}.quotation-container .proposal-form a:hover{color:#5d89b4}.below-banner{padding:40px 0;background:#f7fafd}.below-banner .button{margin:5px 0.5%;width:200px;font-size:12px}#breadcrumbs{display:none}@media only screen and (min-width:500px){#breadcrumbs{display:block}}.banner{max-height:300px;min-height:170px;overflow:hidden;position:relative}.banner .image img{position:fixed;width:900px;min-width:900px;min-height:none;max-width:900px;top:0}@media only screen and (min-width:767px){.banner .image img{top:0;width:100%;z-index:10;min-width:100%;min-height:100%;width:auto;height:auto;bottom:0;right:0;max-width:none}}.banner .text{position:absolute;width:100%;text-align:center;z-index:40;color:#fff;top:30%}.banner h1,.banner p{color:#fff}.banner h1{margin-bottom:5px;padding:0 15px}.banner a{color:#5d89b4}.banner a:hover{color:#fff}.banner .overlay{width:100%;height:100%;z-index:10;position:absolute;background:-moz-linear-gradient(top, rgba(24, 42, 87, 0.80) 0%, rgba(25, 62, 105, 1) 100%);background:-webkit-linear-gradient(top, rgba(24, 42, 87, 0.80) 0%, rgba(25, 62, 105, 1) 100%);background:linear-gradient(to bottom, rgba(24, 42, 87, 0.80) 0%, rgba(25, 62, 105, 1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab0e3e67', endColorstr='#e60e3e67',GradientType=0);}.banner .entry-meta p{margin-bottom:0}.employees .employee-container{float:left;padding:0.5%}@media only screen and (max-width:766px){.employees .employee-container{max-height:none !important}}@media only screen and (min-width:767px){.employees .employee-container{width:50%}}@media only screen and (min-width:980px){.employees .employee-container{width:33.33%}}@media only screen and (min-width:1024px){.employees .employee-container{width:20%}}.employees .employee-container .image{width:100%;overflow:hidden}.employees .employee-container .image img{width:100%}.employees .employee-container .details{width:100%;padding:5% 5%}.employees .employee-container .details h2{margin-bottom:0px;font-size:16px;line-height:20px}.employees .employee-container .details h3{color:#5d89b4;margin-bottom:10px;font-size:15px;line-height:18px}.employees .employee-container .details p{margin-bottom:15px;line-height:18px;font-size:13px}.employees .employee-container:nth-child(even) .image{float:right}.employees .employee-container:nth-child(even) .details{float:left}form p{margin-bottom:15px}form input,form textarea{width:100%;padding:10px 10px;margin-bottom:5px;box-shadow:inset 1px 1px 10px rgba(230, 230, 230, 0.56);font-family:'arimoregular', sans-serif;font-size:13px;border:1px solid #eaeaea}form input[type=submit]{background:transparent;border:2px solid #fff;border-radius:0;box-shadow:none;padding:10px;float:right;width:auto;text-transform:uppercase;font-weight:700;color:#fff;font-size:13px;cursor:pointer;-webkit-transition:opacity ease 0.3s;-moz-transition:opacity ease 0.3s;-ms-transition:opacity ease 0.3s;-o-transition:opacity ease 0.3s;transition:opacity ease 0.3s}form input[type=submit]:hover{opacity:0.7}form .wpcf7-list-item{display:block}@media only screen and (min-width:980px){form .wpcf7-list-item{width:38%;float:left}}form input[type=checkbox]{width:auto;margin-bottom:0}form textarea{width:100%;max-width:100%;min-width:100%;max-height:300px}form#searchform{position:relative;border:1px solid #003b71;margin-bottom:35px}form#searchform input#s{background:#f7fafd;padding:15px;margin-bottom:0;border:1px solid #f7fafd}form#searchform input[type=submit]{position:absolute;top:0;right:0;background:#003b71;height:100%;border:0;margin-bottom:0}::-webkit-input-placeholder{color:#666;font-family:'arimoregular', sans-serif;opacity:1;font-size:13px}:-moz-placeholder{color:#666;font-family:'arimoregular', sans-serif;opacity:1;font-size:13px}::-moz-placeholder{color:#666;font-family:'arimoregular', sans-serif;opacity:1;font-size:13px}input::-moz-placeholder{color:#666;font-family:'arimoregular', sans-serif;opacity:1;font-size:13px}:-ms-input-placeholder{color:#666;font-family:'arimoregular', sans-serif;opacity:1;font-size:13px}:placeholder-shown{color:#666;font-family:'arimoregular', sans-serif;opacity:1;font-size:13px}div.wpcf7-response-output{padding:5px 10px;font-size:12px;border:0}div.wpcf7-response-output.wpcf7-validation-errors{display:none !important}div.wpcf7-response-output.wpcf7-mail-sent-ok{background:#caefca}span.wpcf7-not-valid-tip{display:none !important}.wpcf7-not-valid{border:1px solid #f13636;background:#ffcaca}div.wpcf7-response-output.wpcf7-mail-sent-ok{background:#3f5176;position:absolute;top:38px;height:20px;line-height:0px;padding:30px;left:0;font-size:12px;text-align:center;width:100%;margin:0;color:#fff;font-weight:bold}#content{padding:40px 0}#content h2,#content h3{margin-top:15px}#content form{background:#d6dfe8;padding:30px}#content form input[type=submit]{background:transparent;border:2px solid #003b71;color:#003b71;-webkit-transition:opacity ease 0.3s;-moz-transition:opacity ease 0.3s;-ms-transition:opacity ease 0.3s;-o-transition:opacity ease 0.3s;transition:opacity ease 0.3s}#content form input[type=submit]:hover{opacity:0.7}#content form p{margin-bottom:10px}#content ul{margin-left:20px}.page-parent #content .children-contain{margin:40px 0 40px 0}.page-parent #content .children-contain .child-pages{width:100%;display:block;position:relative;min-height:40px;background:#003b71;overflow:hidden;margin:0 2% 2% 0}@media only screen and (min-width:767px){.page-parent #content .children-contain .child-pages{width:49%;min-height:140px;float:left}}@media only screen and (min-width:1333px){.page-parent #content .children-contain .child-pages{width:32%}}@media only screen and (min-width:767px){.page-parent #content .children-contain .child-pages:nth-child(2n+0){margin-right:0}}@media only screen and (min-width:1333px){.page-parent #content .children-contain .child-pages:nth-child(2n+0){margin-right:2%}}@media only screen and (min-width:1333px){.page-parent #content .children-contain .child-pages:nth-child(3n+0){margin-right:0%}}.page-parent #content .children-contain .child-pages .text{z-index:2;position:absolute;width:100%;top:0;left:0;padding:5px 15px}@media only screen and (min-width:767px){.page-parent #content .children-contain .child-pages .text{padding:18px}}.page-parent #content .children-contain .child-pages .text p,.page-parent #content .children-contain .child-pages .text h3,.page-parent #content .children-contain .child-pages .text .fa{color:#fff;-webkit-transition:color ease 0.3s;-moz-transition:color ease 0.3s;-ms-transition:color ease 0.3s;-o-transition:color ease 0.3s;transition:color ease 0.3s}.page-parent #content .children-contain .child-pages .text h3{line-height:32px;font-size:18px;margin-top:0}.page-parent #content .children-contain .child-pages .text p{line-height:20px}@media only screen and (max-width:766px){.page-parent #content .children-contain .child-pages .text p{display:none}}.page-parent #content .children-contain .child-pages .text .fa{height:40px;font-weight:700;font-size:13px;padding-top:8px;padding-right:10px;margin-top:2px;float:left}.page-parent #content .children-contain .child-pages .text .top{min-height:120px}.page-parent #content .children-contain .child-pages .text .bottom{min-height:120px}.page-parent #content .children-contain .child-pages .image{z-index:1;position:absolute;overflow:hidden;width:100%}.page-parent #content .children-contain .child-pages .image img{opacity:0.06;min-width:520px;margin-left:0px;margin-top:-30px;-webkit-transition:opacity ease 0.3s;-moz-transition:opacity ease 0.3s;-ms-transition:opacity ease 0.3s;-o-transition:opacity ease 0.3s;transition:opacity ease 0.3s}.page-parent #content .children-contain .child-pages:hover{background:rgba(0, 59, 113, 0.85)}.page-parent #content .children-contain .child-pages:hover img{opacity:0.1}.testimonials-container{position:relative}.testimonials-container ul{list-style-type:none;text-align:center;width:100%;padding:20px 20px 0 20px;margin-bottom:0}.testimonials-container ul li{display:inline-block;margin:5px 1px}.testimonials-container ul li a{display:inline-block;padding:2px 10px;background:#003b71;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;border-radius:20px}.testimonials-container ul li a:hover{background:#5d89b4}.testimonials-container ul li.cat{color:#444;font-weight:700;width:100%;font-size:20px;margin-bottom:10px;font-family:'open_sans_condensedbold'}.testimonials-container .testimonial-posts .testimonial{float:left;width:100%;padding:20px 20px 15px 20px;position:relative;overflow:hidden;background:#f2f2f5;margin:1% 0}@media only screen and (max-width:766px){.testimonials-container .testimonial-posts .testimonial{height:auto !important}.testimonials-container .testimonial-posts .testimonial:nth-child(2n){margin-right:0}}@media only screen and (min-width:767px){.testimonials-container .testimonial-posts .testimonial{width:48%;margin-right:2%}}@media only screen and (min-width:1024px){.testimonials-container .testimonial-posts .testimonial{width:32.33%;margin-right:1.5%}.testimonials-container .testimonial-posts .testimonial:nth-child(3n){margin-right:0}}.testimonials-container .testimonial-posts .testimonial h3{font-family:'arimobold', sans-serif;font-weight:bold;color:#666;margin-top:0 !important;margin-bottom:5px}.testimonials-container .testimonial-posts .testimonial p{margin-bottom:10px}.testimonials-container .testimonial-posts .testimonial a.readExpand{float:left;margin-bottom:5px;font-size:12px;display:block;text-transform:uppercase;font-weight:bold}.testimonials-container .testimonial-posts .testimonial a.readExpand .icon-angleright{font-size:10px}.testimonials-container .testimonial-posts .testimonial .overlay-full{display:none}.testimonials-container .testimonial-posts .testimonial.active .overlay-full{background:rgba(35, 35, 35, 0.9);position:fixed;height:100%;width:100%;z-index:20;top:0;right:0px;-webkit-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s}.testimonials-container .testimonial-posts .testimonial.active .overlay-full.expanded{display:block}.testimonials-container .testimonial-posts .testimonial.active .overlay-full .full-content{position:relative;top:30%;top:38vh;width:350px;padding:20px;z-index:30;margin:auto;background:#fff}.testimonials-container .category-contain{margin-bottom:40px}.testimonials-container .category-contain h2{color:#003b71;text-align:center;border-bottom:1px solid #f1f1f1;padding:20px;text-transform:uppercase}.case-study-container{position:relative}.case-study-container ul{list-style-type:none;text-align:center;width:100%;padding:20px 20px 0 20px;margin-bottom:0}.case-study-container ul li{display:inline-block;margin:5px 1px}.case-study-container ul li a{display:inline-block;padding:2px 10px;background:#003b71;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;border-radius:20px}.case-study-container ul li a:hover{background:#5d89b4}.case-study-container ul li.cat{color:#444;font-weight:700;width:100%;font-size:20px;margin-bottom:10px;font-family:'open_sans_condensedbold'}.case-study-container .category-contain{margin-bottom:40px}.case-study-container .category-contain h2{color:#003b71;text-align:center;border-bottom:1px solid #f1f1f1;padding:20px;text-transform:uppercase}@media only screen and (min-width:980px){.page-template-page-contact #content{width:100%;float:right;text-align:center}}.page-template-page-contact #content form{background:#f1f1f1;padding:40px;margin:auto}@media only screen and (min-width:1024px){.page-template-page-contact #content form{width:60%}}.page-template-page-contact #content form h3{margin-top:0;margin-bottom:20px}.page-template-page-contact .offices{padding-bottom:30px;width:100%}@media only screen and (min-width:980px){.page-template-page-contact .offices{padding:40px 0}}.page-template-page-contact .offices .text{width:20%;float:left;padding:10px}.page-template-page-contact .offices .text p{margin-bottom:10px}.page-template-page-contact .where{background:url(img/bg/where-small.png);background-repeat:no-repeat;background-color:#003b71;background-size:50%;background-position:right center;min-height:220px;width:20%;padding:20px;float:left;display:block;padding-top:20px}.page-template-page-contact .where p{width:60%;float:left;font-weight:700;color:#fff;font-size:18px;font-family:'open_sans_condensedbold'}.page-template-page-contact .where p span{font-size:22px;text-transform:uppercase}.page-template-page-contact .where:hover{background-color:#175386}footer.entry-meta a{background:#003b71;color:#fff;padding:10px;font-weight:700;text-transform:uppercase;display:inline-block;width:auto}footer.entry-meta a:hover{background:transparent;color:#003b71}#secondary ul,#secondary li{list-style-type:none}.blog #content,.single #content,.archive #content,.category #content,.search #content{width:100%}@media only screen and (min-width:980px){.blog #content,.single #content,.archive #content,.category #content,.search #content{width:60%;float:left}}.blog #content h2,.single #content h2,.archive #content h2,.category #content h2,.search #content h2{margin-top:0}.blog #breadcrumbs,.single #breadcrumbs,.archive #breadcrumbs,.category #breadcrumbs,.search #breadcrumbs{max-width:90%;margin:auto}#secondary{float:left;padding:30px 0;width:100%}@media only screen and (min-width:980px){#secondary{width:35%;float:right;padding:40px 0}}#secondary ul{list-style-type:none}#secondary ul li{list-style-type:none}#secondary ul li a{text-transform:uppercase;font-weight:700;padding:2px 0;display:block}#secondary ul li a:before{content:'\0045 \00a0';font-family:"brunelpr";font-size:10px}.blog article,.category article,.archive article,.search article,.case-posts article{margin-bottom:20px}.blog article p,.category article p,.archive article p,.search article p,.case-posts article p{margin-top:10px;margin-bottom:0}.blog article a,.category article a,.archive article a,.search article a,.case-posts article a{display:block;background:#f2f2f5;padding:15px}@media only screen and (min-width:1024px){.blog article a,.category article a,.archive article a,.search article a,.case-posts article a{padding:3%}}@media only screen and (min-width:1420px){.blog article a,.category article a,.archive article a,.search article a,.case-posts article a{min-height:0}}.blog article a:hover,.category article a:hover,.archive article a:hover,.search article a:hover,.case-posts article a:hover{background:#003b71}.blog article a:hover h2,.category article a:hover h2,.archive article a:hover h2,.search article a:hover h2,.case-posts article a:hover h2,.blog article a:hover p,.category article a:hover p,.archive article a:hover p,.search article a:hover p,.case-posts article a:hover p,.blog article a:hover .fa,.category article a:hover .fa,.archive article a:hover .fa,.search article a:hover .fa,.case-posts article a:hover .fa{color:#fff}.blog article h2,.category article h2,.archive article h2,.search article h2,.case-posts article h2{color:#003b71;margin-bottom:5px;font-weight:normal;margin-top:0}.blog article .entry-meta,.category article .entry-meta,.archive article .entry-meta,.search article .entry-meta,.case-posts article .entry-meta{position:relative}.blog article .entry-meta p,.category article .entry-meta p,.archive article .entry-meta p,.search article .entry-meta p,.case-posts article .entry-meta p{margin-bottom:0}.blog article .entry-meta .fa,.category article .entry-meta .fa,.archive article .entry-meta .fa,.search article .entry-meta .fa,.case-posts article .entry-meta .fa{float:left;position:absolute;top:5px;color:#949698;font-size:13px}.blog article .entry-meta .fa.icon-calendar,.category article .entry-meta .fa.icon-calendar,.archive article .entry-meta .fa.icon-calendar,.search article .entry-meta .fa.icon-calendar,.case-posts article .entry-meta .fa.icon-calendar{top:2px}.blog article .entry-meta .entry-date,.category article .entry-meta .entry-date,.archive article .entry-meta .entry-date,.search article .entry-meta .entry-date,.case-posts article .entry-meta .entry-date{padding-left:20px;margin-bottom:20px}.blog article footer.entry-meta a:hover,.category article footer.entry-meta a:hover,.archive article footer.entry-meta a:hover,.search article footer.entry-meta a:hover,.case-posts article footer.entry-meta a:hover{background:transparent}.blog article footer.entry-meta a.post-edit-link,.category article footer.entry-meta a.post-edit-link,.archive article footer.entry-meta a.post-edit-link,.search article footer.entry-meta a.post-edit-link,.case-posts article footer.entry-meta a.post-edit-link{display:inline}.category-contain{margin-bottom:45px}.category-contain .cat-info .category-link{text-transform:uppercase;font-size:16px;font-weight:700;font-family:'open_sans_condensedbold';display:block;margin-bottom:20px}.category-contain .cat-info .category-link span{margin:0;font-size:12px;text-transform:none;color:#666;font-family:'arimoregular', sans-serif;font-weight:normal}.category-contain article a{background:#f2f2f5}.category-contain article a.post-edit-link{background:#003b71}.case-posts .entry-header .entry-meta{display:none}.case-posts .case-study{width:100%;text-align:left;float:left;text-align:left}@media only screen and (max-width:766px){.case-posts .case-study{height:auto !important}.case-posts .case-study:nth-child(2n){margin-right:0}}@media only screen and (min-width:767px){.case-posts .case-study{width:48%;margin-right:2%}}@media only screen and (min-width:1024px){.case-posts .case-study{width:32.33%;margin-right:1.5%}.case-posts .case-study:nth-child(3n){margin-right:0}}.case-posts .case-study article a{padding:15px}.case-posts .case-study h2.entry-title{margin-top:0 !important;padding:0;font-weight:bold;text-align:left;line-height:20px;border-bottom:0;text-transform:none;font-size:18px;font-family:'arimoregular', sans-serif}.single-case-studies #content{width:100%}.blue-button{background-color:#003b71;display:inline-block;cursor:pointer;color:#fff;padding:10px;text-transform:uppercase;text-decoration:none;font-weight:700;float:left;margin-top:15px}.prev-tab.mover,.next-tab.mover{position:absolute;z-index:700}.prev-tab.mover{top:40px}.video{display:table}.video .video-contain{display:table-cell;width:50%;background:url(img/bg/video-place.jpg);background-size:cover;min-height:300px;position:relative}.video .video-contain .play{position:absolute;text-align:center;height:100%;width:100%;font-size:150px;top:30%;color:rgba(255, 255, 255, 0.8);-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.video .video-contain .play:hover{color:rgba(255, 255, 255, 0.9);cursor:pointer}.video .text{display:table-cell;width:50%;padding:3%;background:#f9f9f9}.logocon{position:relative;display:block;height:66px}@media only screen and (max-width:1023px){.logocon{height:58px}}@media only screen and (max-width:560px){.logocon{height:50px;margin-top:5px}}@media only screen and (max-width:400px){.logocon{height:48px;margin-top:7px}}.logocon img{height:100%;width:auto;position:relative;border:none !important}.logocon img.logocon-ball{position:absolute;-webkit-transform:rotate(-120deg);-moz-transform:rotate(-120deg);-ms-transform:rotate(-120deg);-o-transform:rotate(-120deg);transform:rotate(-120deg);-webkit-transition:420ms ease 420ms;-moz-transition:420ms ease 420ms;-ms-transition:420ms ease 420ms;-o-transition:420ms ease 420ms;transition:420ms ease 420ms;left:-109px;top:0;opacity:0}.logocon img.logocon-ball.logocon-roll{opacity:1;left:10px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}blockquote{padding:0 15%}blockquote p{text-align:center}blockquote p:first-of-type{font-size:16px;line-height:34px}.assistive-text{display:none}#content nav{clear:both}#content nav a{line-height:2.2em;display:block}#nav-above{padding:0 0 1.625em}#nav-above{display:none}.paged #nav-above{display:block}.nav-previous{float:left;margin-bottom:15px}#content nav .meta-nav{font-weight:normal}#nav-single,#nav-below{float:right;position:relative;text-align:center;z-index:1;margin:30px 0 0 0;width:100%}#nav-single .nav-previous,#nav-single .nav-next,#nav-below .nav-previous,#nav-below .nav-next{width:auto;display:block}#nav-single .nav-previous,#nav-below .nav-previous{float:left}#nav-single .nav-next,#nav-below .nav-next{float:right}#nav-single a,#nav-below a{padding:10px;color:#003b71;background:transparent;border:2px solid #003b71;text-transform:uppercase;font-weight:700}#nav-single a:hover,#nav-below a:hover{opacity:0.6}#nav-single .nav-previous a:before,#nav-below .nav-previous a:before{margin-right:10px}#nav-single .nav-next a:after,#nav-below .nav-next a:after{margin-left:10px}.find-us .left{width:100%;margin-top:-40px;margin-bottom:40px}@media only screen and (min-width:767px){.find-us .left{width:50%;margin-top:0;margin-bottom:0}}.find-us .left .offices{width:100%;float:right;min-height:330px;position:relative;background:#f1f1f1}@media only screen and (min-width:767px){.find-us .left .offices{width:65%;top:60px;min-height:400px}}.find-us .left .offices .text{position:absolute;padding:10% 15%;width:100%;min-height:330px;background:#f1f1f1;opacity:0;visibility:hidden;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}@media only screen and (min-width:767px){.find-us .left .offices .text{min-height:400px;padding:15%}}.find-us .left .offices .text h2{text-transform:uppercase;font-family:'open_sans_condensedbold';color:#003b71}.find-us .left .offices .text.Scotland,.find-us .left .offices .text.London,.find-us .left .offices .text.Manchester{opacity:0;visibility:hidden;z-index:10;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}.find-us .left .offices .text.Bristol{visibility:visible !important;z-index:1;opacity:1 !important}.find-us .left .offices .text.revealoffice{-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;opacity:1;visibility:visible}.find-us .right{overflow:hidden;position:relative;width:100%;display:block}@media only screen and (min-width:767px){.find-us .right{width:50%;min-height:500px}}@media only screen and (min-width:1024px){.find-us .right{overflow:visible}}.find-us .right .instruct{width:140px;position:absolute;top:0;right:0;background:#003b71;padding:10px}.find-us .right .instruct p{text-transform:uppercase;color:#fff;font-size:12px;font-weight:bold;text-align:center;line-height:18px;margin-bottom:0;font-family:'open_sans_condensedbold'}svg.where-to{width:90%;max-width:300px;width:300px;display:block;margin:auto;height:751px;margin-top:-370px}@media only screen and (min-width:767px){svg.where-to{max-width:none;width:100%;max-height:500px;margin-top:20px}}@media only screen and (min-width:1024px){svg.where-to{width:auto;max-height:none;margin-top:0px}}svg.where-to #Scotland,svg.where-to #Manchester,svg.where-to #London,svg.where-to #Bristol{fill:#5d89b4;cursor:pointer;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}svg.where-to #Scotland .markerbounce,svg.where-to #Manchester .markerbounce,svg.where-to #London .markerbounce,svg.where-to #Bristol .markerbounce{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:0.5s ease 200ms;-moz-transition:0.5s ease 200ms;-ms-transition:0.5s ease 200ms;-o-transition:0.5s ease 200ms;transition:0.5s ease 200ms}svg.where-to #Scotland.current,svg.where-to #Manchester.current,svg.where-to #London.current,svg.where-to #Bristol.current{fill:#003b71}svg.where-to #Scotland:hover,svg.where-to #Manchester:hover,svg.where-to #London:hover,svg.where-to #Bristol:hover{fill:#003b71}svg.where-to #Scotland:hover .markerbounce,svg.where-to #Manchester:hover .markerbounce,svg.where-to #London:hover .markerbounce,svg.where-to #Bristol:hover .markerbounce{-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;-webkit-transform:translate(0, -4px);-moz-transform:translate(0, -4px);-ms-transform:translate(0, -4px);-o-transform:translate(0, -4px);transform:translate(0, -4px)}svg.where-to .st-wt-6{stroke:#fff;stroke-width:1.5px}svg.where-to .st-wt-2{fill:#444;font-family:'open_sans_condensedbold'}svg.where-to .st-wt-0{fill:#fff}svg.where-to .st-wt-1{fill:none}svg.where-to .st-wt-3{font-size:13px}svg.where-to .st-wt-4{fill:#193e69;stroke:#fff}svg.where-to .st-wt-5{fill:#6289b7;stroke:#fff;stroke-width:0.5}svg.where-to .st-wt-6{fill:none;stroke-linejoin:bevel;stroke-miterlimit:10}.location-contain{position:relative;min-height:450px;width:100%}@media only screen and (min-width:767px){.location-contain{min-height:300px}}@media only screen and (min-width:980px){.location-contain{min-height:380px}}@media only screen and (min-width:1333px){.location-contain{min-height:330px}}.location-contain .location{background:#003b71}@media only screen and (min-width:767px){.location-contain .location{opacity:0;position:absolute;min-height:360px;width:100%}}@media only screen and (min-width:980px){.location-contain .location{overflow:hidden}}.location-contain .location .text{width:90%;margin:auto;padding:30px 0}@media only screen and (max-width:766px){.location-contain .location .text{min-height:200px}}@media only screen and (min-width:767px){.location-contain .location .text{width:50%;float:right;padding:7% 6%}}@media only screen and (min-width:1224px){.location-contain .location .text{padding:5% 6%}}.location-contain .location .text h3,.location-contain .location .text p{color:#fff}.location-contain .location .text p{margin-bottom:15px}.location-contain .location .text p a{text-shadow:none;display:block;color:#fff;box-shadow:none;padding:10px;margin-top:15px;width:auto;float:right;text-transform:uppercase;font-weight:700;border:2px solid #fff;-webkit-transition:ease 0.5s;-moz-transition:ease 0.5s;-ms-transition:ease 0.5s;-o-transition:ease 0.5s;transition:ease 0.5s}.location-contain .location .text p a:hover{opacity:0.6}.location-contain .location .image{overflow:hidden;position:relative}@media only screen and (min-width:767px){.location-contain .location .image{width:50%;float:left}}.location-contain .location .image img{width:100%;float:left}@media only screen and (min-width:767px){.location-contain .location .image img{width:220%}}@media only screen and (min-width:980px){.location-contain .location .image img{width:135%}}@media only screen and (min-width:1333px){.location-contain .location .image img{width:100%}}@media only screen and (min-width:767px){.location-contain .location.Scotland,.location-contain .location.London,.location-contain .location.Manchester,.location-contain .location.Bristol{opacity:0;z-index:10;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}}.location-contain .location.Bristol{display:block !important;z-index:1;opacity:1 !important}.location-contain .location.revealoffice{-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;opacity:1}.page-template-page-principles .responsive-tabs-wrapper{clear:both;background:#fff}.page-template-page-principles .responsive-tabs-wrapper .tabcontent{position:relative;padding:0 0 30px 0;overflow:hidden;margin:auto;-webkit-transition:ease 1s;-moz-transition:ease 1s;-ms-transition:ease 1s;-o-transition:ease 1s;transition:ease 1s}@media only screen and (min-width:767px){.page-template-page-principles .responsive-tabs-wrapper .tabcontent{padding:0;padding-bottom:30px;background-image:url(img/bg/core-bg.jpg);background-repeat:no-repeat;background-size:100%;background-position:right center}}.page-template-page-principles .responsive-tabs-wrapper .tabcontent .image{position:relative;width:100%}@media only screen and (min-width:767px){.page-template-page-principles .responsive-tabs-wrapper .tabcontent .image{position:absolute;z-index:0}}.page-template-page-principles .responsive-tabs-wrapper .tabcontent .image img{width:100%;-webkit-transition:ease 1s;-moz-transition:ease 1s;-ms-transition:ease 1s;-o-transition:ease 1s;transition:ease 1s}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs{display:block;width:100%}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading{display:none}@media only screen and (max-width:766px){.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading{display:block;cursor:pointer;border:0;background:#5d89b4;color:#fff !important;text-align:center;font-size:16px;font-weight:bold;margin:auto;text-transform:uppercase;position:relative;clear:both;border-bottom:1px solid #f1f1f1;padding:18px 0 30px !important}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading.responsive-tabs__heading--active{background:#003b71}}@media only screen and (max-width:766px){.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading .fa{margin-right:8px;display:none}}@media only screen and (max-width:766px){.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading:after{content:'\0041';font-family:"brunelpr";font-size:15px;position:absolute;display:block;margin:auto;clear:both;width:100%;color:#fff;text-align:center;left:0;bottom:10px}}@media only screen and (max-width:766px){.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading:hover{background:#003b71}}@media only screen and (max-width:766px){}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list{font-size:10px;line-height:16px;color:#666;font-weight:700;text-transform:uppercase;margin:0 auto;list-style:none !important;padding-left:0 !important;margin-bottom:0 !important;display:block;width:100%;text-align:center;padding:15px 0;position:absolute;z-index:20}@media only screen and (max-width:766px){.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list{display:none}}@media only screen and (min-width:1024px){.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list{font-size:11px}}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:none;user-select:none;display:inline-block;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:24px;text-align:center;font-family:'open_sans_condensedbold';font-weight:700;border-right:1px solid #f1f1f1;text-align:center;line-height:40px;padding:0px 10px 0px 10px;-webkit-transition:200ms ease-in-out;-moz-transition:200ms ease-in-out;-ms-transition:200ms ease-in-out;-o-transition:200ms ease-in-out;transition:200ms ease-in-out}@media only screen and (min-width:1224px){.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item{padding:0px 20px 0px 20px}}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item h2{font-size:16px;text-align:center;font-family:'open_sans_condensedbold';font-weight:700}@media only screen and (min-width:940px){.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item h2{font-size:24px}}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item:last-child{border-right:0}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item:only-child{display:none}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item .fa{margin-right:8px;line-height:0.8}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item:hover{color:#5d89b4;position:relative}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active,.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active:hover{color:#5d89b4;position:relative}.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel{clear:left;margin-bottom:0}@media only screen and (max-width:766px){.page-template-page-principles .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel--closed-accordion-only{display:block}}.page-template-page-principles .principle-tabs .left{width:100%}@media only screen and (min-width:767px){.page-template-page-principles .principle-tabs .left{width:50%;margin-top:0;margin-bottom:0}}.page-template-page-principles .principle-tabs .left .core-content{width:100%;float:right;min-height:300px;position:relative}@media only screen and (min-width:680px){.page-template-page-principles .principle-tabs .left .core-content{min-height:250px}}@media only screen and (min-width:767px){.page-template-page-principles .principle-tabs .left .core-content{width:80%;top:60px;min-height:250px}}@media only screen and (min-width:980px){.page-template-page-principles .principle-tabs .left .core-content{width:70%;top:60px;min-height:400px}}.page-template-page-principles .principle-tabs .left .core-content .text{position:absolute;width:100%;min-height:330px;background:#fff;opacity:0;padding-top:20px;visibility:hidden;text-align:center;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}@media only screen and (min-width:767px){.page-template-page-principles .principle-tabs .left .core-content .text{min-height:220px;text-align:left;padding:10% 0 10% 0}}.page-template-page-principles .principle-tabs .left .core-content .text.two,.page-template-page-principles .principle-tabs .left .core-content .text.three,.page-template-page-principles .principle-tabs .left .core-content .text.four,.page-template-page-principles .principle-tabs .left .core-content .text.five,.page-template-page-principles .principle-tabs .left .core-content .text.six,.page-template-page-principles .principle-tabs .left .core-content .text.seven,.page-template-page-principles .principle-tabs .left .core-content .text.eight,.page-template-page-principles .principle-tabs .left .core-content .text.nine{opacity:0;visibility:hidden;z-index:10;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}.page-template-page-principles .principle-tabs .left .core-content .text.one{visibility:visible;z-index:1;opacity:1}.page-template-page-principles .principle-tabs .left .core-content .text.revealdivision{-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;opacity:1;visibility:visible}.page-template-page-principles .principle-tabs .left .core-content .tip{background:#f7fafd;padding:15px;position:absolute;top:170px;width:80%;z-index:20}@media only screen and (min-width:680px){.page-template-page-principles .principle-tabs .left .core-content .tip{top:100px}}@media only screen and (min-width:767px){.page-template-page-principles .principle-tabs .left .core-content .tip{top:170px}}@media only screen and (min-width:1024px){.page-template-page-principles .principle-tabs .left .core-content .tip{top:240px}}.page-template-page-principles .principle-tabs .right{width:100%}@media only screen and (min-width:767px){.page-template-page-principles .principle-tabs .right{width:50%}}svg.core{width:360px;height:360px;margin:auto;float:none;display:block;margin-top:15px}@media only screen and (min-width:767px){svg.core{margin-top:50px}}@media only screen and (min-width:980px){svg.core{width:400px;height:400px}}@media only screen and (min-width:1224px){svg.core{width:500px;height:500px}}@media only screen and (min-width:1400px){svg.core{width:600px;height:600px}}svg.core .division{fill:#003b71;cursor:pointer;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}svg.core .division.current{fill:#5d89b4}svg.core .division:hover{fill:#5d89b4;-webkit-transition:0.7s ease;-moz-transition:0.7s ease;-ms-transition:0.7s ease;-o-transition:0.7s ease;transition:0.7s ease}svg.core .division#nine:hover{-webkit-transform:translate(-2px, -3px);-moz-transform:translate(-2px, -3px);-ms-transform:translate(-2px, -3px);-o-transform:translate(-2px, -3px);transform:translate(-2px, -3px)}svg.core .division#eight:hover{-webkit-transform:translate(-4px, -3px);-moz-transform:translate(-4px, -3px);-ms-transform:translate(-4px, -3px);-o-transform:translate(-4px, -3px);transform:translate(-4px, -3px)}svg.core .division#seven:hover{-webkit-transform:translate(-4px, 2px);-moz-transform:translate(-4px, 2px);-ms-transform:translate(-4px, 2px);-o-transform:translate(-4px, 2px);transform:translate(-4px, 2px)}svg.core .division#six:hover{-webkit-transform:translate(-1px, 4px);-moz-transform:translate(-1px, 4px);-ms-transform:translate(-1px, 4px);-o-transform:translate(-1px, 4px);transform:translate(-1px, 4px)}svg.core .division#five:hover{-webkit-transform:translate(1px, 4px);-moz-transform:translate(1px, 4px);-ms-transform:translate(1px, 4px);-o-transform:translate(1px, 4px);transform:translate(1px, 4px)}svg.core .division#four:hover{-webkit-transform:translate(5px, 2.5px);-moz-transform:translate(5px, 2.5px);-ms-transform:translate(5px, 2.5px);-o-transform:translate(5px, 2.5px);transform:translate(5px, 2.5px)}svg.core .division#three:hover{-webkit-transform:translate(5px, -1px);-moz-transform:translate(5px, -1px);-ms-transform:translate(5px, -1px);-o-transform:translate(5px, -1px);transform:translate(5px, -1px)}svg.core .division#two:hover{-webkit-transform:translate(3px, -4px);-moz-transform:translate(3px, -4px);-ms-transform:translate(3px, -4px);-o-transform:translate(3px, -4px);transform:translate(3px, -4px)}svg.core .division#one:hover{-webkit-transform:translate(0, -4px);-moz-transform:translate(0, -4px);-ms-transform:translate(0, -4px);-o-transform:translate(0, -4px);transform:translate(0, -4px)}svg.core .st-core-0{stroke:#fff;stroke-width:3;stroke-miterlimit:10}svg.core .st-core-1{fill:none}svg.core .st-core-2{fill:#fff}svg.core .st-core-3{font-family:'arimoregular', sans-serif;font-weight:700}svg.core .st-core-4{font-size:13px}svg.core .st-core-5{fill:#fff;stroke:#5d89b4;stroke-width:23;stroke-miterlimit:10}svg.core .st-core-6{font-size:40px;fill:#003b71;font-family:'open_sans_condensedbold';font-weight:700}.event{width:100%;position:relative}@media only screen and (min-width:767px){.event{width:50%;float:left}}@media only screen and (min-width:980px){.event{width:33.33%}}.event img{width:100%}.event p.expired{position:absolute;top:0px;padding:5px;font-weight:bold;background:#5d89b4;text-transform:uppercase;color:#fff;opacity:0.9;right:10px}.event .event-content{padding:5%}.event .event-content .eventdate{font-family:'open_sans_condensedbold';text-transform:uppercase;color:#003b71;font-size:20px;font-weight:700;margin-bottom:10px}.event .event-content h3{font-size:18px;margin-bottom:0}.event .event-content .button{float:right;margin-top:15px}.event .event-content p{margin-bottom:0}.event .event-content .overlay-full{display:none}.event .event-content.active .overlay-full{background:rgba(35, 35, 35, 0.9);position:fixed;height:100%;width:100%;z-index:65;top:0;right:0px}.event .event-content.active .overlay-full.expanded{display:block}.event .event-content.active .overlay-full .morescroll{display:none}@media only screen and (max-width:599px){.event .event-content.active .overlay-full .morescroll{display:block;position:relative;bottom:0;background:#003b71;padding:15px 10px;text-align:center;top:160px;text-transform:uppercase;color:#fff;width:90%;margin:auto;font-weight:bold}}.event .event-content.active .overlay-full .morescroll .fa{color:#fff}.event .event-content.active .overlay-full .full-content{position:relative;top:160px;width:90%;padding:30px;z-index:30;margin:auto;max-height:350px;overflow:scroll;background:#fff}@media only screen and (min-width:600px){.event .event-content.active .overlay-full .full-content{max-height:none;height:auto}}@media only screen and (min-width:980px){.event .event-content.active .overlay-full .full-content{width:60%;padding:50px;top:250px}}@media only screen and (min-width:1024px){.event .event-content.active .overlay-full .full-content{top:300px}}.event .event-content.active .overlay-full .full-content ul{margin-left:20px}.event .event-content.active .overlay-full .full-content p{margin-bottom:15px}.event .event-content.active .overlay-full .full-content form{width:100%;float:right;background:#6289b7;padding:20px;margin-top:10px;margin-left:20px}.event .event-content.active .overlay-full .full-content form p{margin-bottom:2px}.event .event-content.active .overlay-full .full-content form h4{color:#fff;font-size:18px;margin-bottom:15px}.remove{float:right;padding:10px 12px;color:#fff;right:5px;top:5px;position:absolute;font-size:12px;font-weight:700;text-transform:uppercase;-webkit-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s}.remove .fa{color:#003b71;font-size:20px}.remove .fa:hover{opacity:0.8;cursor:pointer}.sustain{background-image:url(img/bg/csr-sustainability.jpg);background-color:#f0f3f8;background-position:10px;background-size:cover;background-repeat:no-repeat}@media only screen and (min-width:737px){.sustain{background-position:300px}}@media only screen and (min-width:1024px){.sustain{background-position:500px;background-size:1200px}}@media only screen and (min-width:1224px){.sustain{background-size:1180px;background-position:600px}}@media only screen and (min-width:1400px){.sustain{background-position:650px}}@media only screen and (min-width:1700px){.sustain{background-position:750px}}@media only screen and (min-width:1920px){.sustain{background-position:right}}@media only screen and (max-width:1023px){.sustain .contentLimit{background:rgba(255, 255, 255, 0.87);width:100%;padding:0 7.5%}}.sustain .contentLimit #content{width:100%;float:left}@media only screen and (min-width:1024px){.sustain .contentLimit #content{width:63%}}@media only screen and (min-width:1224px){.sustain .contentLimit #content{width:59%}}@media only screen and (min-width:1400px){.sustain .contentLimit #content{width:48%}}.community{background-image:url(img/gr/community.jpg);background-repeat:no-repeat;background-position:center bottom;background-size:200px;min-height:250px}@media only screen and (min-width:1024px){.community{background-size:410px;background-position:left bottom;display:table}}.community .right,.community .left{float:none}.community .right{width:100%;padding:40px 0 150px 0}@media only screen and (min-width:1024px){.community .right{padding:40px 0% 40px 15%;width:70%;display:table-cell;vertical-align:middle}}@media only screen and (min-width:1224px){.community .right{padding:40px 0% 40px 5%}}.community .left{width:100%}@media only screen and (min-width:1024px){.community .left{width:30%;display:table-cell;vertical-align:bottom}}.charity-logos-container ul{list-style-type:none;text-align:center;margin:0}.charity-logos-container ul li{display:inline-block;padding:10px}.charity{background:#003b71;width:100%}@media only screen and (min-width:767px){.charity{display:table}}.charity .right{width:100%}@media only screen and (min-width:767px){.charity .right{width:65%;padding-left:5%;display:table-cell;float:none;vertical-align:middle}}.charity .right .full-width-gal h3{color:#fff}.charity .right .full-width-gal ul{margin:0;list-style-type:none}.charity .right .full-width-gal ul li{float:left;width:48%;max-height:90px;position:relative;margin:0.5%;overflow:hidden}@media only screen and (min-width:637px){.charity .right .full-width-gal ul li{width:32.33%;max-height:150px}}@media only screen and (min-width:1700px){.charity .right .full-width-gal ul li{max-height:170px;min-height:170px}}.charity .right .full-width-gal ul li a img{float:left;margin-top:-20px;opacity:0.85;-webkit-backface-visibility:hidden;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}@media only screen and (max-width:1399px){.charity .right .full-width-gal ul li a img{max-height:250px}}@media only screen and (min-width:1400px){.charity .right .full-width-gal ul li a img{width:115%;margin-top:0}}.charity .right .full-width-gal ul li a img:hover{opacity:1}.charity .right .full-width-gal ul li p{position:absolute;z-index:10;background:#fff;font-size:12px;padding:2px 5px;font-family:'open_sans_condensedbold';color:#003b71;bottom:10px;margin-bottom:0;left:0}.charity .left{width:100%;padding-bottom:40px}@media only screen and (min-width:767px){.charity .left{padding:0;width:35%;text-align:center;vertical-align:middle;display:table-cell;float:none}}.charity .left h2{margin-bottom:10px}.charity .left h3,.charity .left h2{color:#fff}.charity .left h3{margin-bottom:0;font-size:18px;width:60%;float:left;text-align:left}.charity .left .charity-event-contain .charity-event{padding:10px 0;border-bottom:1px solid #1c5284}.charity .left .charity-event-contain .charity-event:last-of-type{border-bottom:0}.charity .left .charity-event-contain p{color:#74baff;font-size:15px;font-weight:bold;width:40%;text-align:right;float:right;margin-bottom:0;opacity:0;-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);-o-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition:ease 0.5s;-moz-transition:ease 0.5s;-ms-transition:ease 0.5s;-o-transition:ease 0.5s;transition:ease 0.5s}.charity .left .charity-event-contain p.showtotal{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);opacity:1}.charity .left .charity-event-contain p.grand{width:100%}.charity .left .charity-event-contain p span{color:#fff}.charity .left .charity-event-contain p span.charity-total.grand{font-size:22px;display:block;padding:5px;margin-top:10px}.logo-strip ul{text-align:center;list-style-type:none}.logo-strip ul li{display:inline-block}.logo-strip ul li img{max-height:234px;padding:15px}.affinities .affinity-container{width:100%;display:table;padding:3% 0%;border-bottom:1px dotted #ccc}.affinities .affinity-container:first-child{padding-top:0}.affinities .affinity-container:last-child{border-bottom:0}.affinities .affinity-container .details{width:100%}@media only screen and (min-width:980px){.affinities .affinity-container .details{width:80%;padding-right:5%;display:table-cell}}@media only screen and (max-width:979px){.affinities .affinity-container .details{text-align:center}}.affinities .affinity-container .image{width:100%;text-align:center}@media only screen and (min-width:980px){.affinities .affinity-container .image{width:20%;display:table-cell;vertical-align:middle}}.affinities .affinity-container .image img{max-width:100%}.affinities .affinity-container .image a{opacity:1;display:block}.affinities .affinity-container .image a:hover{opacity:0.8}.page-template-page-full-services .full .contentLimit{display:table;width:100%;max-width:none}@media only screen and (max-width:1023px){.page-template-page-full-services .full .contentLimit{padding:5%}}.page-template-page-full-services .full .contentLimit #content{display:table-cell;vertical-align:middle;width:50%;padding:20px 0 0 0}@media only screen and (min-width:1024px){.page-template-page-full-services .full .contentLimit #content{padding:3% 2% 3% 5%}}@media only screen and (min-width:1024px){.page-template-page-full-services .full .contentLimit #content.extra{padding:3% 5% 3% 2%}}.page-template-page-full-services .full .contentLimit #content h2{margin-top:0}.page-template-page-full-services .full .contentLimit .image{position:relative;min-height:350px;display:table-cell;float:none;width:100%;overflow:hidden;margin-bottom:55px;width:50%}@media only screen and (max-width:1023px){.page-template-page-full-services .full .contentLimit .image{display:table-header-group}}.page-template-page-full-services .full .contentLimit .image img{width:100%}@media only screen and (min-width:1024px){.page-template-page-full-services .full .contentLimit .image img{position:absolute;min-height:100%;min-width:100%;width:auto;height:auto;top:auto;bottom:0;right:-450px}}.page-template-page-full-services .full .contentLimit .image .overlay{display:none}@media only screen and (min-width:1024px){.page-template-page-full-services .full .contentLimit .image .overlay{width:100%;height:100%;display:block;position:absolute;left:0;min-height:400px;z-index:10;background-image:url(img/bg/imageover.png);background-repeat:repeat-y;background-position:left}}@media only screen and (min-width:1024px){.page-template-page-full-services .full .contentLimit .image.extra .overlay{right:0;background-image:url(img/bg/greyover.png);background-position:right}}#fancybox-wrap{position:fixed !important;top:50% !important;-webkit-transform:translate(0, -50%) !important;-moz-transform:translate(0, -50%) !important;-ms-transform:translate(0, -50%) !important;-o-transform:translate(0, -50%) !important;transform:translate(0, -50%) !important}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.menu-desk ul {text-align: right;}

.news-container {display: none;}

/*.charity, .charity-logos-container {display: none;}*/

.full {}

.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {}

.vid-bit {background-color: #6289B7; margin: 0; padding: 40px 0 60px 0;}

.vid-bit div {
	margin: 0 auto 0 auto;
	padding: 0 0 30px 0;
	max-width: 1220px;
	width: 100%;
	}

.vid-bit div p, .vid-bit div h2 {color: white;}

.employees .employee-container {min-height: 611px;}

.customer-sat-contain p {
	right: 20px;
   	left: 0px;
   	top: 60px;
   	text-align: center;
	}
.gdpr input, .gdpr tr td input {-webkit-appearance: checkbox;}

.gdpr tr td {font-size: 13px; color: #636363;}

form .gdpr .wpcf7-list-item {width: auto;}

.quotation-container {
	min-height: 550px;
	max-height: 550px;
	}

.quotation-container form .gdpr .wpcf7-list-item {color: white;}

/* OFFICES */

.offices {padding-top: 40px; padding-bottom: 40px;}

.offices .text {float: left; margin-right: 60px; min-height: 450px;}

.offices iframe {margin-bottom: 20px;}



/* Adjustments to header logo sizing */

.logocon {
		height: 68px !important;
		margin-top: 5px;
	}
@media only screen and (max-width:1023px) {	
	.logocon {
		height: 62px !important;
	}	
}
@media only screen and (max-width:560px) {	
	.logocon {
		height: 58px !important;
	}	
}
#rollin-ball {
	height: 83.8%;
}

/* New code for home page video section */

.video-section {
	background-color: #6289B7;
	padding: 60px 5% 60px 5%;
}
.video-section-container {
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
}

.video-section-text {
	margin-right: 50px;
}

.video-section-container div p, .video-section-container div h2 {
    color: #fff;
}

@media (max-width: 1023px) {	
	.video-section-text {
		margin-right: 30px;
	}
}

@media (max-width: 920px) {	
	.video-section-text {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.video-section-container {
		flex-direction: column;
	}
		.video-section {
		padding: 40px 5% 60px 5%;
	}
}

@media (max-width: 620px) {
	.video-section-iframe {
  		position: relative;
  		padding-bottom: 56.25%; 
  		height: 0;
		overflow: hidden;
	}
	.video-section-iframe iframe {
  		position: absolute;
  		top:0;
  		left: 0;
  		width: 100%;
  		height: 100%;
	}
}

/* Targeting two specific images to change their vertical positioning */

@media only screen and (min-width: 1024px) {
.page-template-page-full-services .full .contentLimit .image img[alt="Charity Sporting Event"], .page-template-page-full-services .full .contentLimit .image img[alt="Hospice"] {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    top: -20%;
    right: -450px;
}}


/* HOME PAGE FOOTER SECTION */

footer#colophon-homepage {
    background: transparent;
    padding: 35px;
    z-index: 70;
}

footer#colophon-homepage  .left {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width:1333px) {
    footer#colophon-homepage  .left {
        width: 77%;
        text-align: left;
        float: left;
    }
}

footer#colophon-homepage  .left ul {
    margin-bottom: 0;
}

footer#colophon-homepage  .left ul li {
    display: inline-block;
    line-height: 30px;
    font-size: 11px;
}

footer#colophon-homepage  .left ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px 5px 0px;
}
@media only screen and (min-width:450px) {
    footer#colophon-homepage  .left ul li a {
        padding: 0 5px;
    }
}

footer#colophon-homepage  .left ul li a:hover {
    opacity: 0.7;
}

footer#colophon-homepage  .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (min-width:1333px) {
    footer#colophon-homepage  .right {
        width: 20%;
        float: right;
        text-align: right;
        margin-top: 0;
    }
}

footer#colophon-homepage  .right .fa {
    background: #fff;
    color: #003b71;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
}

footer#colophon-homepage  .right .fa:before {
    line-height: 30px;
}

footer#colophon-homepage  .right .fa:hover {
    opacity: 0.8;
}

footer#colophon-homepage  p {
    margin-bottom: 0;
}

.full-homepage {
    width: 100%;
    position: relative;
    background: transparent;
    z-index: 40;
}

.full-homepage .nopad-vert {
    padding: 0;
}

.gdpr input, .gdpr tr td input {-webkit-appearance: checkbox;}

.gdpr tr td {font-size: 13px; color: #636363;}

form .gdpr .wpcf7-list-item {width: auto;}

.quotation-container {
	min-height: 550px;
	max-height: 550px;
	}

.quotation-container form .gdpr .wpcf7-list-item {color: white;}

/* OFFICES */

.offices {padding-top: 40px; padding-bottom: 40px;}

.offices .text {float: left; margin-right: 60px; min-height: 450px;}

.offices iframe {margin-bottom: 20px;}


/* Adjustments to header logo sizing */

.logocon {
		height: 68px !important;
		margin-top: 5px;
	}
@media only screen and (max-width:1023px) {	
	.logocon {
		height: 62px !important;
	}	
}
@media only screen and (max-width:560px) {	
	.logocon {
		height: 58px !important;
	}	
}
#rollin-ball {
	height: 83.8%;
}

/* To centre title in banner after Yoast breadcrunb has been removed */
.banner .text {
	position: absolute;
	width: 100%;
	z-index: 40;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.banner {
	min-height: 150px;
}
.banner h1 {
	margin-bottom: 0;
	padding: 0 10%;
}

/* New code for banner on guides page */

.banner-guides {
	max-height: 300px;
	min-height: 170px;
	overflow: hidden;
	position: relative;
	background-image: url("https://brunel.burleighcreate.dev/wp-content/uploads/2020/11/insurance-banner.jpg");
	background-attachment: fixed;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width:767px) {	
.banner-guides {
	background-image: url("https://brunel.burleighcreate.dev/wp-content/uploads/2020/11/insurance-banner-mobile.jpg");
	background-position: left top;
	background-size: auto;
}	
}


.banner-guides .text {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 40;
	color: #FFF;
	top: 30%;
}

.banner-guides h1 {
	margin-bottom: 5px;
	padding: 0 15px;
	color: #FFF;
}

.banner-guides .image img {
    position: fixed;
    width: 900px;
    min-width: 900px;
    min-height: none;
    max-width: 900px;
    top: 0;
}
@media only screen and (min-width: 767px) {
    .banner-guides .image img {
        top: 0;
        width: 100%;
        z-index: 10;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        bottom: 0;
        right: 0;
        max-width: none;
    }
}

.banner-guides h1,
.banner-guides p {
    color: #fff;
}
.banner-guides h1 {
    margin-bottom: 5px;
    padding: 0 15px;
}
.banner-guides a {
    color: #5d89b4;
}
.banner-guides a:hover {
    color: #fff;
}
.banner-guides .overlay {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(24, 42, 87, 0.8) 0%, rgba(25, 62, 105, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 42, 87, 0.8) 0%, rgba(25, 62, 105, 1) 100%);
    background: linear-gradient(to bottom, rgba(24, 42, 87, 0.8) 0%, rgba(25, 62, 105, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab0e3e67', endColorstr='#e60e3e67',GradientType=0);
}
.banner-guides .entry-meta p {
    margin-bottom: 0;
}


/* NEW MAP - WHERE TO FIND US PAGE */

/* the map*/
/* width and height needed to display in Safari*/
svg.locations-map {
	max-height: 751px;
	height: 100%;
	width: 100%;
}

svg.locations-map #West,
svg.locations-map #North,
svg.locations-map #Midlands,
svg.locations-map #South-East,
svg.locations-map #South-West {
    fill: #5d89b4;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
svg.locations-map #West .markerbounce,
svg.locations-map #north .markerbounce,
svg.locations-map #Midlands .markerbounce,
svg.locations-map #South-East .markerbounce,
svg.locations-map #South-West .markerbounce {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.5s ease 200ms;
    -moz-transition: 0.5s ease 200ms;
    -ms-transition: 0.5s ease 200ms;
    -o-transition: 0.5s ease 200ms;
    transition: 0.5s ease 200ms;
}
svg.locations-map #West.current,
svg.locations-map #North.current,
svg.locations-map #Midlands.current,
svg.locations-map #South-East.current,
svg.locations-map #South-West.current {
    fill: #003b71;
}
svg.locations-map #West:hover,
svg.locations-map #North:hover,
svg.locations-map #Midlands:hover,
svg.locations-map #South-East:hover,
svg.locations-map #South-West:hover {
    fill: #003b71;
}
svg.locations-map #West:hover .markerbounce,
svg.locations-map #North:hover .markerbounce,
svg.locations-map #Midlands:hover .markerbounce,
svg.locations-map #South-East:hover .markerbounce,
svg.locations-map #South-West:hover .markerbounce {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}

/* the page*/

.offices-container .offices-details.North,
.offices-container .offices-details.Midlands,
.offices-container .offices-details.South-East,
.offices-container .offices-details.West,
.offices-container .offices-details.South-West,
.offices-container .head-office-details {
    opacity: 0;
	display: none;
}

.offices-container .offices-details.revealoffice,
.offices-container .head-office-details.revealoffice {
	display: block;
	animation-name: fade-in;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
@keyframes fade-in {
	from {opacity: 0;}
	to {opacity: 1;}
}


.find-us-section {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	position: relative;
	flex-direction: row-reverse;
}
.find-us-section-right {
	width: 50%;
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-top: 20px;
}
.find-us-section-left {
	width: 50%;
	position: relative;
}

@media (max-width:767px) {
	.find-us-section {
		flex-direction: column;
		padding: 0 20px;
	}
	.find-us-section-right {
		width: 100%;
	}
	.find-us-section-left {
		width: 100%;
	}
}

.offices-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	background: #f1f1f1;
	min-height: 380px;
	padding: 20px 20px;
}
@media (max-width:767px) {
	.offices-container {
		margin-top: 10px;
		min-height: auto;
	}
}

.offices-details, .head-office-details {
	padding: 40px 30px;
	background-color: #f1f1f1;
}
.offices-details h2, .head-office-details h2 {
	text-transform: uppercase;
	color: #003b71;
	font-size: 20px;
	line-height: 22px;
}
.blue {
    width: auto;
    padding: 8px 15px;
}
.instruct {
	width: 140px;
	position: absolute;
	top: 0;
	right: 0;
	background: #003b71;
	padding: 10px;
}
.instruct p {
	text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 0;
	font-family: 'open_sans_condensedbold';
}

/* bottom section of where to find us*/

.location-wrapper {
	width: 100%;
	padding-bottom: 240px;
	background: #003b71;
}

@media (max-width: 768px){
	.location-wrapper {
		padding-bottom: 370px;
	}
}
.location-content {
	display: flex;
	width: 100%;
}
.location-image {
	width: 50%;
    padding: 20px;
}
.location-image img {
	width: 100%;
}
.location-text {
	width: 50%;
	padding: 95px 50px 0 4%;	
}
.location-text p, .location-text h3 {
	max-width: 480px;
	color: #fff;
}

.location-content {
	display: flex;
}


.location-wrapper .North,
.location-wrapper .South-East,
.location-wrapper .South-West,
.location-wrapper .Midlands,
.location-wrapper .West,
.location-wrapper .headquarters {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
	display: none;
}

.location-content.revealoffice {
	visibility: visible;
    z-index: 10;
	display: flex;
	animation: fade-in 2s ease forwards;

}

@media (max-width:1024px) {
	.location-text {
    	padding: 35px 40px 0 3%;
	}
	.offices-details, .head-office-details {
   		padding: 20px 30px;
	}
	.offices-details h2, .head-office-details h2 {
    	font-size: 22px;
    	line-height: 24px;
    	margin-bottom: 10px;
	}
}

@media (max-width:767px) {
	.location-content.revealoffice {
    	flex-direction: column;
	}
	.location-image {
    	width: 100%;
	}
	.location-text {
		padding: 35px 40px 30px 40px;
		width: 100%;
	}
	.location-text p {
    max-width: 100%;
	}
	.banner {
    	min-height: 130px;
	}
}


/* HOME PAGE FOOTER SECTION */

footer#colophon-homepage {
    background: #6aa0db;
    padding: 120px 20px 30px 20px;
	background-image: url("https://www.brunel-insurance.co.uk/wp-content/uploads/2021/03/background-grad.png");
	background-repeat: no-repeat;
    background-position: right 50% bottom 100%;
	background-size: cover;
}

footer#colophon-otherpage {
    background: transparent;
    padding: 120px 20px 30px 20px;
	background-image: url("https://www.brunel-insurance.co.uk/wp-content/uploads/2021/03/background-grad.png");
	background-repeat: no-repeat;
    background-position: right 50% bottom 100%;
	background-size: cover;
	margin-top: -230px;
	opacity: 0.92;
}
footer#colophon-contactpage {
    background: transparent;
    padding: 120px 20px 30px 20px;
	background-image: url("https://www.brunel-insurance.co.uk/wp-content/uploads/2021/03/background-grad.png");
	background-repeat: no-repeat;
    background-position: right 50% bottom 100%;
	background-size: cover;
	margin-top: -150px;
	opacity: 1;
}
body.archive #colophon-otherpage, body.single-press #colophon-otherpage,
body.single-post #colophon-otherpage {
	opacity: 1 !important;
}

@media only screen and (min-width:1500px) {
footer#colophon-homepage, footer#colophon-otherpage, footer#colophon-contactpage {
    padding: 150px 20px 30px 20px;
}
}

@media only screen and (max-width:768px) {
    footer#colophon-homepage, footer#colophon-otherpage, footer#colophon-contactpage {
        padding: 110px 20px 30px 20px;
        background-position: right 20% bottom 100%;
    }
}
@media only screen and (max-width:450px) {
    footer#colophon-homepage, footer#colophon-otherpage, footer#colophon-contactpage {
        padding: 140px 20px 20px 20px;
    }
}

footer#colophon-homepage .left, footer#colophon-otherpage .left, footer#colophon-contactpage .left {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width:1333px) {
    footer#colophon-homepage .left, footer#colophon-otherpage .left, footer#colophon-contactpage .left {
        width: 77%;
        text-align: left;
        float: left;
    }
}

footer#colophon-homepage  .left ul, footer#colophon-otherpage  .left ul, footer#colophon-contactpage  .left ul {
    margin-bottom: 0;
}

footer#colophon-homepage  .left ul li, footer#colophon-otherpage  .left ul li, footer#colophon-contactpage  .left ul li {
    display: inline-block;
    line-height: 30px;
    font-size: 11px;
}

footer#colophon-homepage  .left ul li a, footer#colophon-otherpage  .left ul li a, footer#colophon-contactpage   .left ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px 5px 0px;
}

footer#colophon-homepage  .left ul li a:hover, footer#colophon-otherpage  .left ul li a:hover, footer#colophon-contactpage  .left ul li a:hover {
    opacity: 0.7;
}

footer#colophon-homepage  .right, footer#colophon-otherpage  .right, footer#colophon-contactpage  .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (min-width:1333px) {
    footer#colophon-homepage  .right, footer#colophon-otherpage  .right, footer#colophon-contactpage  .right {
        width: 20%;
        float: right;
        text-align: right;
        margin-top: 0;
    }
}

footer#colophon-homepage  .right .fa, footer#colophon-otherpage  .right .fa, footer#colophon-contactpage  .right .fa {
    background: #fff;
    color: #003b71;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
}

/*
@media only screen and (max-width:550px) {
footer#colophon-homepage {
    padding: 30px;
}
}
*/
footer#colophon-homepage  .right .fa:before, footer#colophon-otherpage  .right .fa:before, footer#colophon-contactpage  .right .fa:before {
    line-height: 30px;
}

footer#colophon-homepage  .right .fa:hover, footer#colophon-otherpage  .right .fa:hover, footer#colophon-contactpage  .right .fa:hover  {
    opacity: 0.8;
}

footer#colophon-homepage  p, footer#colophon-otherpage  p, footer#colophon-contactpage  p {
    margin-bottom: 0;
}

.full-homepage, .full-otherpage {
    width: 100%;
    position: relative;
    background: transparent;
    z-index: 40;
}

.full-homepage .nopad-vert, .full-otherpage .nopad-vert {
    padding: 0;
}

@media only screen and (max-width:768px) {
.copyright {
    padding: 20px 2%;
}
}

.quotation-container {
    min-height: 750px;
    max-height: 750px;
}

@media only screen and (max-width:768px) {
	footer#colophon-otherpage {
		margin-top: -347px;
	}
		body.single-press #colophon-otherpage, body.archive #colophon-otherpage {
		margin-top: -290px;
	}
	.quotation-container {
    	min-height: 950px;
    	max-height: 950px;
	}
}

.page-template-page-contact #content form {
    margin-bottom: 100px; /*--so footer nav overlaps on contents page---*/
}
@media (max-width:420px) {
	.page-template-page-contact #content form {
		margin-bottom: 60px;
		padding: 20px;
	}
}

.contentWrapper {
    width: 90%;
    margin: auto;
    max-width: 1920px;
    position: relative;
}
body.archive .contentWrapper, body.single-press .contentWrapper,
body.single-post .contentWrapper {
    width: 90%;
    margin: auto;
    max-width: 1920px;
    position: relative;
	padding-bottom: 220px;
}


.contentWrapper.reduced {
    max-width: 1000px;
}
.contentWrapper.grey {
    background: #f9f9f9;
}

.unslider .contentWrapper {
    max-width: 1200px;
}
.news-container .contentWrapper {
    width: 100%;
}
@media only screen and (max-width: 1023px) {
    .sustain .contentLimit {
        background: rgba(255, 255, 255, 0.87);
        width: 100%;
        padding: 0 7.5%;
    }
}
.sustain .contentWrapper #content {
    width: 100%;
    float: left;
}
@media only screen and (min-width: 1024px) {
    .sustain .contentWrapper #content {
        width: 63%;
    }
}
@media only screen and (min-width: 1224px) {
    .sustain .contentWrapper #content {
        width: 59%;
    }
}
@media only screen and (min-width: 1400px) {
    .sustain .contentWrapper #content {
        width: 48%;
    }
}


.page-template-page-full-services .full .contentWrapper, .page-template-page-csr .full .contentWrapper {
    display: table;
    width: 100%;
    max-width: none;
}

@media only screen and (max-width: 1023px) {
    .page-template-page-full-services .full .contentWrapper, .page-template-page-csr .full .contentWrapper {
        padding: 5%;
    }
}
.page-template-page-full-services .full .contentWrapper #content, .page-template-page-csr .full .contentWrapper #content {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 20px 0 0 0;
}
@media only screen and (min-width: 1024px) {
    .page-template-page-full-services .full .contentWrapper #content, .page-template-page-csr .full .contentWrapper #content {
        padding: 3% 2% 3% 5%;
    }
}
@media only screen and (min-width: 1024px) {
    .page-template-page-full-services .full .contentWrapper #content.extra, .page-template-page-full-csr .full .contentWrapper #content.extra {
        padding: 3% 5% 3% 2%;
    }
}
.page-template-page-full-services .full .contentWrapper #content h2, .page-template-page-csr .full .contentWrapper #content h2 {
    margin-top: 0;
}
.page-template-page-full-services .full .contentWrapper .image, .page-template-page-csr .full .contentWrapper .image {
    position: relative;
    min-height: 350px;
    display: table-cell;
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 55px;
    width: 50%;
}
@media only screen and (max-width: 1023px) {
    .page-template-page-full-services .full .contentWrapper .image, .page-template-page-csr .full .contentWrapper .image {
        display: table-header-group;
    }
}
.page-template-page-full-services .full .contentWrapper .image img, .page-template-page-csr .full .contentWrapper .image img {
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .page-template-page-full-services .full .contentWrapper .image img, .page-template-page-csr .full .contentWrapper .image img, .page-template-page-full-services .full .contentLimit .image img {
        position: absolute;
        height: 100%!important;
		width: 100%!important;
		object-fit: cover;
		right: 0!important;
    }
}


.page-template-page-full-services .full .contentWrapper .image .overlay, .page-template-page-csr .full .contentWrapper .image .overlay {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .page-template-page-full-services .full .contentWrapper .image .overlay {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        min-height: 400px;
        z-index: 10;
        background-image: url(img/bg/imageover.png);
        background-repeat: repeat-y;
        background-position: left;
    }
}
@media only screen and (min-width: 1024px) {
    .page-template-page-csr .full .contentWrapper .image .overlay {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        min-height: 400px;
        z-index: 10;
        background-image: url(img/bg/greyover-rev.png);
        background-repeat: repeat-y;
        background-position: left;
    }
}
@media only screen and (min-width: 1024px) {
    .page-template-page-full-services .full .contentWrapper .image.extra .overlay {
        right: 0;
        background-image: url(img/bg/greyover.png);
        background-position: right;
    }
}
@media only screen and (min-width: 1024px) {
    .page-template-page-csr .full .contentWrapper .image.extra .overlay {
        right: 0;
        background-image: url(img/bg/greyover.png);
        background-position: right;
    }
}
body.single-post .contentLimit {
	
}

/*--target the W-S-M h2 offices title and hide it by making its colour same as background---*/
div.offices-details:nth-child(4) h2 {
	color: #f1f1f1;
}
@media only screen and (max-width:1248px) {
	div.offices-details:nth-child(4) {
		padding: 0 30px 40px 30px;
		margin-top: -20px;
	}
}

/*--for Terms and Conditions type pages to narrow column width---*/
.entry-content {
	max-width: 980px;
	margin: 0 auto;
}


.colophon-container, .group-container-inner, .copyright-inner {
	max-width: 1920px;
	margin: 0 auto;
	width: 90%;
}
@media only screen and (max-width:1332px) {
    .copyright-inner {
        text-align: center;
    }
}

/* New code for home page video section */

.homepage-video-section {
	padding: 80px 5% 0 5%;
	background-color: #6aa0db;
}
.homepage-video-section-container {
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.homepage-video-section-text {
	margin-right: 50px;
}

.homepage-video-section-container div p, .homepage-video-section-container div h2 {
    color: #fff;
}

@media (max-width: 1023px) {	
	.homepage-video-section-text {
		margin-right: 30px;
	}
}

@media (max-width: 920px) {	
	.homepage-video-section-text {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.homepage-video-section-container {
		flex-direction: column;
		display: block;
	}
}

@media only screen and (max-width:768px) {
	.homepage-video-section {
	padding: 40px 5% 0 5%;
}
}
	

@media only screen and (max-width:1080px) {
    .homepage-video-section-container {
        flex-direction: column;
    }
}

.homepage-video-section-iframe iframe {
    width: 500px;
    height: 440px;
}
@media (max-width: 1080px) {
    .homepage-video-section-iframe {
        width: 100%;
    }
}
/* Makes the video iframe responsive */
@media (max-width: 1080px) {
	.homepage-video-section-iframe, .responsive-video {
  		position: relative;
  		padding-bottom: 56.25%; 
  		height: 0;
		overflow: hidden;
	}
	.homepage-video-section-iframe iframe, .responsive-video iframe {
  		position: absolute;
  		top:0;
  		left: 0;
  		width: 100%;
  		height: 100%;
	}
}

.contentWrapper.grey {
    background: #f9f9f9
}

/* Makes the charity events on csr page responsive */
.charity-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 420px) {
	.charity-flex {
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.charity .left .charity-event-contain p span.charity-total.grand {
		 font-size: 18px;
	}
	.charity .left h3 {
		font-size: 16px;
	}
	.charity .left h2 {
		font-size: 21px
	}
}
/* keep the cyber-essentials icon at a small size */
.wp-image-3438 {
	max-width: 140px !important;
}




/* --------overwriting some older css rule errors-------- */

.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item {
    font-size: 12px!important;
	padding: 31px 15px 33px 15px;
}

.responsive-tabs-wrapper {
	margin-bottom: 0!important;
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
	top: 0!important;
}
.responsive-tabs .responsive-tabs__list__item {
	border: 0 solid transparent!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    margin: 0!important;
}


@media only screen and (max-width: 1640px){
.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item {
    font-size: 11px!important;
	padding: 31px 8px 33px 8px;
}
}

@media only screen and (max-width: 1360px){
.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item {
    font-size: 10px!important;
	padding: 31px 6px 33px 6px;
}
}
@media only screen and (max-width: 1200px){
.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item {
    font-size: 9px!important;
	padding: 31px 5px 33px 5px;
}
}
@media only screen and (max-width: 1080px){
.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item {
    font-size: 8px!important;
	padding: 28px 5px 30px 5px;
}
}


.professions .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (max-width: 979px) {
.professions .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list {
    display: none;
}
}



@media (max-width: 767px) {
.responsive-tabs .responsive-tabs__heading--active:after, .responsive-tabs .responsive-tabs__heading--active:hover:after {
    border-bottom: 0 solid #fff!important;
}
	.responsive-tabs .responsive-tabs__heading:after {
    border-left: 0 solid transparent!important;
    border-right: 0 solid transparent!important;
    border-top: 0 solid #777!important;
}
}

/* --------cancel out old css rule which loads image in at wrong screen sizes-------- */
@media only screen and (max-width: 1224px) {
.hero {
    background: none;
}
}
/* --------load image in at below ipad size-------- */
@media only screen and (max-width: 767px) {
.hero {
    background: url("https://www.brunel-insurance.co.uk/wp-content/uploads/2016/10/insurance-specialists.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
}

/* --------fixes the homepage slider images not reaching full width at certain screen sizes-------- */
@media only screen and (min-width: 980px) {
.unslider-wrap li img {
    right: 0;
}
}
@media only screen and (min-width: 767px) {
.unslider-wrap li img {
    right: 0;
}
}

@media only screen and (max-width: 979px) {
.professions .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading {
    font-size: 18px!important;
}
}

/* --------Gets rid of border around the slider image-------- */
.responsive-tabs .responsive-tabs__panel {
    border: 0!important;
    border-top: 0!important;
}

/* --------to reposition the homepage central services section text box and make responsive-------- */

.text-container {
    position: absolute;
	width: 90%;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: 155px auto 0;
	padding: 0;
}

@media only screen and (max-width: 979px) {	
.text-container {
    position: relative;
    margin: 0 auto!important;
}
}

.professions .responsive-tabs-wrapper .tabcontent .text {
    position: relative;
    margin: 0;
    z-index: 5;
    padding: 25px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.90);
	overflow: hidden;

}

@media only screen and (min-width: 1040px) {	
.professions .responsive-tabs-wrapper .tabcontent .text {
    width: 40%;
	max-width: 420px;
	}
}

@media only screen and (min-width: 980px) {	
.professions .responsive-tabs-wrapper .tabcontent .text {
    width: 50%;
	}
}

@media only screen and (max-width: 979px) {	
	.professions .responsive-tabs-wrapper .tabcontent .text {
    width: 100%;
	padding: 25px 0;
	}
}

.professions .responsive-tabs-wrapper .tabcontent {
	padding: 0;
}


/* -------------------- CASE STUDIES ------------------- */

body.single-case-studies .contentWrapper {
    width: 90%;
    margin: auto;
    max-width: 1920px;
    position: relative;
    padding-bottom: 220px;
}

@media only screen and (max-width: 768px) {
	body.single-case-studies .contentWrapper {
    padding-bottom: 300px;
}
}

body.single-case-studies .entry-content {
    max-width: 860px;
}

.case-posts {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

@media only screen and (min-width: 767px) {
.case-posts .case-study {
    width: 48%;
	padding: 20px 20px 15px 20px;
    background: #f2f2f5;
    margin: 1% 0;
    margin-right: 2%;
	float: none;
}
}

@media only screen and (min-width: 1024px) {
.case-posts .case-study {
    width: 32.33%;
    padding: 20px 20px 15px 20px;
    background: #f2f2f5;
    margin: 1% 0;
    margin-right: 1.5%;
	float: none;
}
}

@media only screen and (max-width: 766px) {
.case-posts .case-study {
  /*  height: auto !important;*/
	width: 100%;
    padding: 20px 20px 15px 20px;
    background: #f2f2f5;
	margin: 0 0 25px 0;
	float: none;
}
}

#content.case-studies {
	overflow: hidden;
	padding: 40px 0 50px 0;
}

.back-to-link-container {
	max-width: 860px;
	margin: 0 auto;
	margin-top: 30px;
}
.back-to-link-container a {
	font-weight: bold;
}

.case-posts .case-study article a {
    padding: 15px 0 0 0;
	font-weight: bold;
	color: #212529;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	z-index: 50;/*makes sure clickable link sits on top of footer*/
}

.case-posts article a:hover {
    background: #f2f2f5;
	color: #666;
	opacity: 0.7;
}

.case-posts article a:hover .fa {
    color: #212529;
	opacity: 0.7;
}

.case-posts article h2 {
	color: #666;
}

.single-case-studies #content {
    padding: 50px 0 40px 0;
}

@media only screen and (max-width: 420px) {
	.single-case-studies #content {
    padding: 40px 0 0 0;
}
}

/* ovveride existing rules that made banner min-height 100% */
.banner .image img {
    min-height: 300px;
}
@media only screen and (min-width: 767px) {
       .banner .image img {
    min-height: 300px;
}
}



/* ----------------------------- */
/* DESIGN UPDATE - RL 12/08/2024 */
/* ----------------------------- */

/* Font Amends */
p {
    font-size: 16px;
    line-height: 1.3;
}

.btn {
    background: #6AA0DB;
    font-family: 'open_sans_condensedbold';
    font-size: 16px;
    letter-spacing: 0.4;
    color: #fff;
    border-radius: 0;
}
.btn:hover {
    text-decoration: none;
    background: #5c8cc0;
    color: #fff;
}

.text-link {
    font-family: 'open_sans_condensedbold';
    font-size: 18px;
    letter-spacing: 0.4;
    color: #003B71;
}
.text-link:hover {
    color: #6aa0db;
    text-decoration: none;
}
.text-link i {
    font-size: 14px;
}

/* Helpers */
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nowrap { flex-wrap: nowrap; }
.a-center { align-items: center; }
.a-start { align-items: flex-start; }
.a-end { align-items: flex-end; }
.j-center { justify-content: center; }
.j-start { justify-content: flex-start; }
.j-between { justify-content: space-between; }
.j-around { justify-content: space-around; }
.j-end { justify-content: flex-end; }

.flex-col {
  display: flex;
  flex-direction: column;
}

.half {
    width: 50%;
}

.o-fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.o-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.container {
    position: relative;
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}

.container-medium {
    max-width: 1228px;
    width: 100%;
    margin: 0 auto;
}

.container-small {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.inner-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.x-small-pad {
    padding-top: 48px;
    padding-bottom: 48px;
}
@media only screen and (max-width:1600px) {
    .x-small-pad {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.small-pad {
    padding-top: 72px;
    padding-bottom: 72px;
}
@media only screen and (max-width:1600px) {
    .small-pad {
        padding-top: 66px;
        padding-bottom: 66px;
    }
}
  
.med-pad {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width:1600px) {
    .med-pad {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}
  
.large-pad {
    padding-top: 112px;
    padding-bottom: 112px;
}
@media only screen and (max-width:1600px) {
    .large-pad {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}
  
.x-small-pad-top {
    padding-top: 48px;
}
@media only screen and (max-width:600px) {
    .x-small-pad-top {
        padding-top: 30px;
    }
}

.small-pad-top {
    padding-top: 72px;
}
@media only screen and (max-width:1600px) {
    .small-pad-top {
        padding-top: 66px;
    }
}

.med-pad-top {
    padding-top: 80px;
}
@media only screen and (max-width:1600px) {
    .med-pad-top {
        padding-top: 72px;
    }
}

.no-pad-top { padding-top: 0; }
.no-pad-bot { padding-bottom: 0; }
.no-pad-left { padding-left: 0; }
.no-pad-right { padding-right: 0; }


/* Header */
#header {
    /* position: fixed; */
    height: 115px;
    background: #003b71;
}
#header .top .left .logocon a {
    position: absolute;
    height: 80px;
}
#header .top .menu-top-container ul li a {
    color: #fff;
}
#header .top .menu-top-container ul li a:hover {
    color: #5788B4;
}
#header .bottom {
    position: absolute;
    top: 32px;
}
#header .bottom .menu-desk ul {
    position: absolute;
    top: 10px;
    border-top: none;
}
#header .bottom .menu-desk ul:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 300px;
    height: 1px;
    right: 0;
}
#header .bottom .menu-desk ul li ul {
    top: 63px;
}
#header .bottom .menu-desk ul li ul:before {
    display: none;
}
#header .bottom .menu-desk ul li a {
    color: #fff;
}
#header .bottom .menu-desk ul li a:hover {
    color: #5788B4;
}

/* Intro Content */
#intro {
    background: #003B71;
}
@media only screen and (max-width:1350px) {
    #intro .container-medium {
        width: auto;
        margin: 0 60px;
    }
}
#intro .container-medium .heading {
    width: calc(50% - 60px);
}
@media only screen and (max-width:1350px) {
    #intro .container-medium .heading {
        width: calc(50% - 40px);
    }
}
#intro h2:after {
    content: '';
    display: block;
    position: relative;
    background: #6AA0DB;
    width: 100px;
    height: 2px;
    margin-top: 8px;
}
#intro h2 {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
}
#intro p,
#intro a {
    color: #fff;
    letter-spacing: 0.2;
    font-size: 16px;
}
#intro .btn {
    margin-top: 16px;
}

/* Footer - Logo & Tel */
.group-container {
    background: #002E58;
}
.group-container .group-container-inner {
    display: flex;
    justify-content: space-between;
}
.group-container .group-container-inner .footer-contact {
    display: flex;
    align-items: center;
    gap: 8px;
}
.group-container .group-container-inner .footer-contact img {
    width: 20px;
}
.group-container .group-container-inner .footer-contact a {
    margin-right: 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.group-container .group-container-inner .footer-contact a:hover {
    color: #5788B4;
}
.group-container .group-container-inner a img {
    width: 220px;
}
@media only screen and (max-width:1332px) {
    .group-container .group-container-inner a {
        display: flex;
        justify-content: center;
    }
    .group-container img.grlogo {
        margin: 0;
    }
    .group-container .group-container-inner .footer-contact a {
        margin-right: 0;
    }
}
@media only screen and (max-width:550px) {
    .group-container .group-container-inner {
        flex-direction: column;
        justify-content: center;
        gap: 20px;

    }
    .group-container .group-container-inner .footer-contact {
        justify-content: center;
    }
}

.copyright {
    background: #003b71;
}

/* Slide Form */
.slideform-contain {
    background: rgba(106, 160, 219, 0.98);
}

/* Sector Boxes */
#sectorBoxes {
    background: #fff;
    padding: 60px 0;
}
#sectorBoxes .intro-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 48px;
}
#sectorBoxes .sector-box-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 2000px;
    padding: 0 20px;
    margin: 0 auto;
}

/* Sector Boxes Card */
#sectorBoxes .sector-box-wrap .card {
    width: calc(25% - 20px);
    /* min-height: 400px; */
    /* background: #003b71; */
    background: linear-gradient(180deg, rgba(0, 59, 113, 1) 100%, rgb(0, 93, 180) 100%);
    border: none;
    border-radius: 0;
}
@media only screen and (max-width:1750px) {
    #sectorBoxes .sector-box-wrap .card {
        width: calc(33.333% - 20px);
    }
}
@media only screen and (max-width:1200px) {
    #sectorBoxes .sector-box-wrap .card {
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width:850px) {
    #sectorBoxes .sector-box-wrap .card {
        flex-direction: row;
        width: 100%;
        height: 250px;
    }
}
@media only screen and (max-width:850px) {
    #sectorBoxes .sector-box-wrap .card:nth-child(odd) {
        flex-direction: row-reverse;
    }
}
@media only screen and (max-width:600px) {
    #sectorBoxes .sector-box-wrap .card {
        flex-direction: column;
        height: auto;
    }
}
@media only screen and (max-width:600px) {
    #sectorBoxes .sector-box-wrap .card:nth-child(odd) {
        flex-direction: column;
    }
}

/* Hover */
#sectorBoxes .sector-box-wrap .card:hover {
    text-decoration: none;
    color: #fff;
}

/* Card Image */
#sectorBoxes .sector-box-wrap .card .image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .3) 100%);
    z-index: 1;
}
#sectorBoxes .sector-box-wrap .card .image {
    position: relative;
    width: 100%;
    height: 250px;
}
@media only screen and (max-width:850px) {
    #sectorBoxes .sector-box-wrap .card .image {
        width: 60%;
        height: 100%;
    }
}
@media only screen and (max-width:700px) {
    #sectorBoxes .sector-box-wrap .card .image {
        width: 50%;
    }
}
@media only screen and (max-width:600px) {
    #sectorBoxes .sector-box-wrap .card .image {
        width: 100%;
        height: 220px;
    }
}
@media only screen and (max-width:400px) {
    #sectorBoxes .sector-box-wrap .card .image {
        height: 180px;
    }
}

#sectorBoxes .sector-box-wrap .card .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card Text */
#sectorBoxes .sector-box-wrap .card .text {
    background: #003b71;
    text-align: center;
    padding: 20px 30px;
    height: auto;
}
@media only screen and (max-width:850px) {
    #sectorBoxes .sector-box-wrap .card .text {
        display: flex;
        align-items: center;
        width: 40%;
    }
}
@media only screen and (max-width:700px) {
    #sectorBoxes .sector-box-wrap .card .text {
        width: 50%;
        padding: 20px;
    }
}
@media only screen and (max-width:600px) {
    #sectorBoxes .sector-box-wrap .card .text {
        width: 100%;
    }
}

#sectorBoxes .sector-box-wrap .card .text h3 {
    font-size: 22px;
}
#sectorBoxes .sector-box-wrap .card .text h3,
#sectorBoxes .sector-box-wrap .card .text p,
#sectorBoxes .sector-box-wrap .card .text .text-link {
    color: #fff;
}

#sectorBoxes .sector-box-wrap .card .text .text-inner .text-link {
    font-family: 'open_sans_condensedbold';
    font-size: 16px;
    font-weight: 600;
}

/* Stats Section */
.stats-section {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-image: url(img/gr/lloyds-building.jpg);
    background-size: cover;
}

.stats-section .stats-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-height: 220px;
    padding: 80px 0;
    margin: 0 auto;
}
@media only screen and (max-width:1400px) {
    .stats-section .stats-wrap {
        padding: 40px 0;
        margin: 0 72px;
        max-width: none;
    }
}

.stats-section .stats-wrap .stat-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 200px;
    gap: 8px;
}

.stats-section .stats-wrap .stat-block h2,
.stats-section .stats-wrap .stat-block h4 {
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.stats-section .stats-wrap .stat-block h2 {
    font-size: 72px;
}
.stats-section .stats-wrap .stat-block h4 {
    font-size: 18px;
}

/* Features Section */
.features-section {
    position: relative;
    background: #fff;
}

.features-section .features-wrap {
    display: flex;
    justify-content: center;
    gap: 64px;
    max-width: 1600px;
    min-height: 220px;
    padding: 104px 0;
    margin: 0 auto;
}
@media only screen and (max-width:1400px) {
    .features-section .features-wrap {
        padding: 80px 0;
        margin: 0 72px;
        max-width: none;
    }
}

.features-section .features-wrap .feature-block {
    width: 500px;
    padding: 12px;
}

.features-section .features-wrap .feature-block .heading {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}

.features-section .features-wrap .feature-block .icon i {
    font-size: 32px;
    color: #6AA0DB;
}

.features-section .features-wrap .feature-block h2 {
    font-size: 28px;
    color: #003B71;
    margin-bottom: 0;
}

.features-section .features-wrap .feature-block p {
    letter-spacing: 0.1;
}


/* Testimonials Section */
.testimonials-slider-wrap {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-image: url(img/gr/lloyds-building.jpg);
    background-size: cover;
}
.testimonials-slider-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 46, 88, 0.8) 0%, rgba(0, 59, 113, 0.8) 100%);
}

.testimonials-slider-wrap .testimonial-wrap {
    max-width: 1800px;
    padding: 120px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width:1500px) {
    .testimonials-slider-wrap .testimonial-wrap {
        margin: 0 40px;
    }
}

.testimonials-slider-wrap .intro-content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}
.testimonials-slider-wrap .intro-content h2 {
    font-size: 28px;
}
.testimonials-slider-wrap .intro-content h2,
.testimonials-slider-wrap .intro-content p,
.testimonials-slider-wrap .intro-content a {
    color: #fff;
}

.testimonials-slider-wrap .testimonials-slider {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}
@media only screen and (max-width:1500px) {
    .testimonials-slider-wrap .testimonials-slider {
        gap: 24px;
    }
}

.testimonials-slider-wrap .testimonials-slider .testimonial-card {
    position: relative;
    padding: 48px 32px;
    background: rgb(106, 160, 219, 0.9);
}
.testimonial-card:before {
    position: absolute;
    display: block;
    content: url(/wp-content/uploads/2024/08/quote.svg);
    opacity: 0.15;
    width: 40px;
    top: 32px;
    left: 18px;
}
.testimonial-card h3 {
    font-size: 20px;
    margin-bottom: 16px;
}
.testimonial-card h3:after {
    content: '';
    display: block;
    position: relative;
    background: #6AA0DB;
    width: 100px;
    height: 2px;
    margin-top: 8px;
}
.testimonial-card p {
    margin-bottom: 0;
}
.testimonial-card h3,
.testimonial-card p {
    color: #fff;
}

/* Footer CTA */
.footer-cta-wrap {
    background: #6AA0DB;
    padding: 120px 0 40px;
}
.footer-cta-wrap .footer-cta {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.footer-cta-wrap .footer-cta h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 18px;
    line-height: 1;
}
.footer-cta-wrap .footer-cta .text-link {
    color: #fff;
}
.footer-cta-wrap .footer-cta :hover {
    color: #003B71;
}

/* Repeater Content */
.repeater-content {
    position: relative;
    background: #fff;
    padding: 72px 0;
}
.repeater-content .container {
    max-width: 1800px;
    margin: 0 auto;
}


.repeater-content .container .content {
    position: relative;
    display: flex;
    margin-right: 0;
    max-width: 900px;
    padding: 40px 0;
}

/* Banner Home */
.banner-home {
    position: relative;
    overflow: hidden;
    min-height: calc(80vh - 115px);
}

.banner-home .content-block {
    position: relative;
    width: 700px;
    padding: 150px 0;
    background: #e8e8e8;
    border-right: #91b6e0 6px solid;
}
@media only screen and (max-width:1600px) {
    .banner-home .content-block {
        width: 600px;
        padding: 100px 0;
    }
}
.banner-home .content-block .wrap {
    padding: 0 48px 0 80px;
}
.banner-home .content-block h1,
.banner-home .content-block h2 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #003b71;
}
.banner-home .content-block h1:after,
.banner-home .content-block h2:after {
    content: '';
    display: block;
    position: relative;
    background: #6AA0DB;
    width: 100px;
    height: 4px;
    margin-top: 8px;
}
.banner-home .content-block p {
    line-height: 1.4;
    letter-spacing: 0.1;
}
.banner-home .content-block .btn {
    margin-top: 16px;
}
.banner-home .content-block .slick-dots {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    margin-top: 16px;
    padding-left: 80px;
}

.banner-home .image-block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 700px;
}
@media only screen and (max-width:1600px) {
    .banner-home .image-block {
        left: 600px;
    }
}
.banner-home .image-block:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.banner-home .image-block .wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
