.hscontent {
    display: none
}

.hscontent, .box.active {
    background-color: #adcfde;
}

.hscontent .block img {
    width: 100%;
}

#centre .conditions .box {
    height: auto !important;
}

#conditions .box {
    position: relative
}

#conditions .box table {
    margin: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    bottom: 5px;
    width: 92%
}

#conditions .box table td {
    border-bottom: none;
    width: 50%;
}

#conditions .box table td a, #conditions .box img {
    width: 100%
}

.boxwrap {
    display: table;
    width: 100%;
}

.boxwrapper {
    display: table;
}

#centre .box {
    display: table-cell;
    height: 220 px;
    min-height: auto;
    padding: 10px;
    float: none;
    text-align: center;
    border: 1px solid #adcfde;
    border-width: 1px 1px 1px 0
}

#centre #conditions .box:first-child {
    border-left: 1px solid #adcfde
}

#conditions .box-inner {
    padding-bottom: 30px;
}

.conditions .box h2 {
    font-size: 15px !important;
    display: table-cell;
    text-align: center;
    width: 172px;
    vertical-align: middle;
    height: 35px;
    padding: 0 0 5px;
}

/*	.block h3 {font-size: initial;}*/
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 20px;
}

.conditions .box a.findoutmore {
    background-color: #DADADA;
    color: #002596;
    text-shadow: none;
    padding: 5px 0;
    display: block;
    font-family: 'ITC American Typewriter W02', sans-serif;
    font-weight: normal;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    text-decoration: none;
    box-shadow: 0 1px 0 #7e7e7e;
    -webkit-box-shadow: 0 1px 0 #7e7e7e;
    -moz-box-shadow: 0 1px 0 #7e7e7e;
    -ms-box-shadow: 0 1px 0 #7e7e7e;
    -o-box-shadow: 0 1px 0 #7e7e7e;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.conditions .box a.findoutmore:hover, .conditions .box a.findoutmore.active {
    background-color: #eee;
}

.conditions .box a.findoutmore.getaquote {
    background: #81bc00;
    color: #fff;
}

.conditions .box a.findoutmore.getaquote:hover {
    background-color: #8ecf00;
}

#centre .conditions .box {
    width: 20% !important;
}

.tag {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    font-size: 40px;

    color: #fff;
    display: block;
    margin: 0 auto 10px;
    font-family: "ITC American Typewriter W02";
    font-weight: 500;
    font-style: normal;
}

.tag.one {
    background-color: #f29600;
}

.tag.two {
    background-color: #662583;
}

.tag.three {
    background-color: #074697;
}

.tag.four {
    background-color: #e70485;
}

.tag.five {
    background-color: #93b72a;
}

.fact-img {
    padding: 5px;
    width: 200px;
    float: right;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    margin: 0 0 20px 20px;
}

.fact, .caseStudy {
    width: 170px;
    background-color: #82BD49;
    text-align: center;
    float: right;
    padding: 15px;
    border-radius: 0 0 25px 25px;
    color: #fff;
    margin-top: -3px;
}

.fact h4, .caseStudy h4 {
    color: #fff;
    font-family: 'ITC American Typewriter W02', sans-serif;
    font-weight: 400;
}

.caseStudy h4 {
    font-size: 18px;
}

.fact h4 {
    font-size: 47px;
}

.anythingSlider {
    width: 958px !important;
}

#centre .pad {
    padding: 20px 10px;
    position: relative;
}

.imgwrap {
    position: relative;
}

#btnfloat {
    width: 110px;
    position: absolute;
    right: -10px;
}

#btnfloat > a.button.getaquotenow {
    border-radius: 7px 0 0 7px;
}

.externalControls ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    background-color: #fff;
    height: 100%;
    padding-left: 15px !important;
    padding-top: 8px;
}

.externalControls ul li {
    display: block;
}

.externalControls a {
    width: 100%;
    background-image: none;
    background-color: #8ecf00 !important;
    color: #fff;
    border-radius: 7px 0 0 7px;
    font-family: 'ITC American Typewriter W02', sans-serif;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 0 #7e7e7e;
    -webkit-box-shadow: 0 1px 0 #7e7e7e;
    -moz-box-shadow: 0 1px 0 #7e7e7e;
    -ms-box-shadow: 0 1px 0 #7e7e7e;
    -o-box-shadow: 0 1px 0 #7e7e7e;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    font-size: 16px;
    margin: 15px 0;
    padding: 10px 0;
    display: block;
}

.externalControls a {
    text-align: center;
    text-decoration: none;
}

.externalControls a:first-child {
    margin-top: 0;
}

.externalControls a.current {
    color: #002596 !important;
    background-color: #aacbd9 !important
}

#centre .box {
    width: 211px;
}

#centre .inner ul.thumbNav li {
    background: none;
    padding-left: 0;
}

.figure {
    position: relative;
}

.figure span {
    position: absolute;
    height: 270px;
    width: 270px;
    border-radius: 50%;
}

span.a {
    left: 58px;
    top: 565px;
}

span.b {
    left: 58px;
    top: 871px;
}

span.c {
    right: 85px;
    top: 274px;
}

span.d {
    right: 40px;
    top: 581px;
}

span.e {
    right: 48px;
    top: 886px;
}

.hs-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

a.hs-overlay:hover {
    text-decoration: none;
}

.button > a.getaquotenow.button {
    margin: 0;
    display: inline-block;
    padding: 10px;
    line-height: normal;
    height: auto;
}