@import url(https://fonts.googleapis.com/css?family=Roboto:500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700);

div,
h1,
h2,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased
}

.start_help {
    color: #222
}

h3 {
    font-size: 1.17em;
    font-weight: 600;
    margin: 5px 0;
    padding: 5px 0;
    color: #222
}

.col-md-12 {
    padding: 0 0
}

body {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.title {
    padding: 0 0
}

div#ContentPlaceHolder_BodyPanel {
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
    font-size: 17px
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

div.text_size_options a {
    font-size: 14px
}

div.text_size_options a.medium {
    font-size: 18px
}

div.text_size_options a.large {
    font-size: 22px
}

.container.page_container {
    width: 100% !important;
    margin: auto !important
}

.row {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px
}

.footer.row {
    color: #222;
    max-width: 100vw;
    height: 113px
}

div.footer {
    border: none !important
}

.container {
    width: 100% !important
}

.top_banner.row {
    height: 184px;
    background-color: #fff;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    max-width: 100% !important;
    clear: both
}

div.options {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    position: fixed;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    z-index: 999;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important
}

.button {
    left: 0;
    white-space: normal !important;
    word-wrap: break-word;
    box-sizing: border-box;
    color: #fff !important;
    background-color: #4e2162;
    display: inline-block;
    padding: 14px 22px;
    text-align: left;
    vertical-align: middle;
    text-shadow: none;
    border: none;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3125;
    font-weight: 600;
    border-radius: 5px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-bottom: 12px;
}

.button:hover {
    border-color: rgba(109, 159, 197, 0);
    left: 0;
    background-color: #6c2d97;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

div.options .button {
    padding: 5px 10px 5px 10px;
    background-color: #ffffff00;
    color: #fff !important;
    box-shadow: none;
    font-weight: 600 !important;
    font-size: 15px;
    margin-bottom: 0
}

div.options .button:hover {
    border-color: rgba(109, 159, 197, 0);
    transition: all .3s ease-in
}

.button.edit {
    padding-left: 15px;
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    border: 0;
    background: #2f991f !important;
    transition: .9s ease-out;
    color: #fff !important;
    margin: 6px;
    white-space: normal !important;
    word-wrap: break-word;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    font-size: 17px
}

input#OptionsPlaceHolder_LanguagePicker_LanguagePickerButton {
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    border: 0;
    background: #20569b;
    transition: .2s ease-out;
    color: #fff !important;
    margin: 6px;
    white-space: normal !important;
    word-wrap: break-word;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

input#OptionsPlaceHolder_LanguagePicker_LanguagePickerButton:hover {
    background-color: #42cc2a;
    border-color: rgba(109, 159, 197, 0);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    transition: all .4s ease-in
}

.navigation_item .navigate_button:hover {
    color: #3d5524 !important;
}

.navigation_item .navigate_button {
    margin-bottom: 0;
    color: #333 !important;
    border-radius: 5px;
    font-size: 15px;
    padding: 15px 22px;
    margin-bottom: 5px;
    border: 2px solid #bcbcbc;
}

.navigate_button {
    border-left: 4px solid #415467
}

.navigate_button.selected {
    background-color: #ececec;
    color: #333 !important;
}

.navigation_item .navigation_icon {
    font-family: FontAwesome;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn-info:hover {
    color: #fff;
    border-color: #415467;
    background-color: #415467
}

div.editor_container .edit_menu .btn {
    padding-left: 15px;
    padding: 10px 30px 10px 30px;
    border-radius: 2px;
    border: 0;
    background: #2f991f !important;
    transition: .9s ease-out;
    color: #fff !important;
    margin: 6px;
    white-space: normal !important;
    word-wrap: break-word;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    font-size: 17px;
    text-align: left
}

.design-tools {
    background-color: #e1e1e1;
    -webkit-backdrop-filter: blur(30px);
    -webkit-box-shadow: -5px 0 5px 0 #616161;
    box-shadow: -5px 0 5px 0 rgba(97, 97, 97, .15);
    transition: all .5s ease-in;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

.design-tools h1 {
    margin-top: 50px;
    color: #222;
    font-weight: 600;
    font-size: 28px
}

div.options {
    box-shadow: none;
    background-color: #393c3f;
    margin-bottom: 0
}

.display-options .dropdown-menu {
    background-color: #e1e1e1;
    transition: all .5s ease-in;
    border-radius: 1px;
    right: 0;
    min-width: 300px
}

div.contrast_options a.default_contrast {
    border: none;
    padding: 5px 10px 5px 10px;
    border-radius: 10%;
    font-size: 17px;
    color: #4285f4
}

a.contrast_option.contrast1 {
    border: none;
    padding: 10px 15px 10px 15px;
    border-radius: 10%;
    font-size: 17px;
    background-color: #333;
    padding: 5px 10px 5px 10px
}

div.contrast_options a.contrast2 {
    background-color: #ffff8d;
    color: #333;
    border: none;
    padding: 10px 15px 10px 15px;
    border-radius: 10%;
    font-size: 17px;
    padding: 5px 10px 5px 10px
}

.display-options .dropdown-menu>div {
    border-top: none;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: -10px
}

div.question .prompt {
    width: 0%
}

.form-control:focus {
    box-shadow: 0 1px 0 0 #66afe9 !important;
    transition: .3s;
    outline: 3px solid #008e00;
    border-color: #ffc007;
}

.form-control {
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 0 !important;
    height: 35px;
    width: 90%;
    font-size: 17px;
    box-sizing: content-box;
    transition: .3s;
    font-weight: 400
}

.top_banner.row img {
    height: 58px;
    position: relative;
    top: 52px;
    left: 116px
}

.design-tools {
    position: fixed;
    z-index: 998;
    padding: 20px;
    height: 2000px;
    margin-top: 2%
}

h2 {
    padding: 5px 0;
    font-size: 32px;
    padding-bottom: 12px;
    color: #222;
    margin: 5px 0;
}

.col-md-offset-4.col-md-4 {
    margin-top: 23%;
    background-color: rgba(245, 245, 245, .59);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-backdrop-filter: blur(20px)
}

span {
    font-size: 16px;
    font-weight: 600
}

.btn-danger {
    color: #fff;
    background-color: #c03 !important;
    border-color: #c03 !important;
    font-size: 14px;
    margin-left: 20px !important;
    width: 90%;
    font-size: 12px !important;
    font-weight: 600;
}

.popover.validation-errors .popover-title {
    background-color: #cc0034;
    font-family: Raleway
}

.popover.validation-errors .arrow::after {
    border-bottom-color: #b22222
}

.navigation_item:hover {
    background-color: rgba(238, 238, 238, 0)
}

.failed_validation_question {
    border-color: transparent;
    padding: 8px 5px 0 5px;
    background-color: #f6f6f6;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.navigation_item.complete .navigation_icon:first-child::before {
    color: #066d6a;
    font-size: 19px
}

.navigation_item.visited .navigation_icon:first-child::before {
    color: #c03;
    content: "\f071"
}

.btn-info {
    color: #fff !important;
    background-color: #138a02 !important;
    border-color: #138a02;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    font-size: 15px;
    padding: 5px 10px 5px 10px
}

.btn-info:active {
    background: 0 0
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #415467;
    border-color: #415467
}

#pop-down-navigation .navigation_panel_contents {
    border-top: 1px solid rgba(204, 204, 204, 0)
}

label {
    margin-right: 10px;
    font-size: 17px;
    padding-left: 10px
}

div.question_section {
    background-color: #eee
}

div.question_section.join_to_header {
    background-color: #f6f6f6
}

textarea.form-control {
    height: 80px
}

table.normal td {
    padding: 0 15px
}

li,
p {
    font-size: 14pt;
    background-color: rgba(255, 255, 255, 0);
    -webkit-font-smoothing: antialiased;
    color: #222;
    text-rendering: optimizeLegibility;
    font-weight: 400
}

.tooltip-inner p {
    color: #fff;
    text-align: left
}

.tooltip-outer {
    background-color: #415467
}

.tooltip-inner {
    background-color: #415467;
    text-align: left
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #415467
}

.h1,
h1 {
    font-size: 35px;
    padding-bottom: 12px;
    padding: 30px 30px 0 0;
    margin: 0 0 15px 0;
    color: #2f991f;
    font-weight: 600;
    line-height: 1.4em
}

.header h1 {
    padding: 30px 30px 0 0;
    margin: 0 0 15px 0;
    font-weight: 600
}

.checkbox label:before {
    margin-left: -50px
}

.tooltip-inner {
    font-size: 17px;
    font-family: open sans, sans-serif !important;
    text-align: left
}

input#ContentPlaceHolder_BodyContent_DeclarationField_Answer_InputField {
    opacity: 1
}

#accordion {
    margin: 10px;
    width: 98%
}

#accordion ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.accordion {
    display: none
}

.accordion:target {
    display: block
}

#accordion ul li a {
    text-decoration: none;
    display: block;
    padding: 10px
}

.accordion {
    padding: 4px
}

#accordion ul {
    -webkit-box-shadow: 0 4px 10px #bdbdbd;
    -moz-box-shadow: 0 4px 10px #bdbdbd;
    box-shadow: 0 4px 10px #bdbdbd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#accordion ul li a {
    background: #f6f6f6;
    border-bottom: 1px solid #efefef;
    color: #232323;
    font-size: large;
    border-radius: 0
}

.accordion {
    background: #fdfdfd;
    color: #232323
}

.accordion:target {
    border-top: 3px solid #066d6a
}

.reference {
    background-color: #4e2162;
    color: #fff;
    padding: 14px 22px;
    border-radius: 5px;
    width: 100%;
    font-size: 17px;
    margin: 20px;
    text-align: center;
    font-weight: 600 !important;
}

div#ctl00_ContentPlaceHolder_BodyContent_FastTrackSelection_FastTrackConfirmation {
    padding: 25px;
    margin-left: 0;
    background-color: #eee;
    border-bottom: 4px solid #066d6a !important;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 3px
}

div#ContentPlaceHolder_BodyContent_FastTrackSelection_FastTrackSelectedPanel {
    background-color: #1fad52;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    margin-bottom: 15px
}

div#ContentPlaceHolder_BodyContent_FastTrackSelection_SlowTrackSelectedPanel {
    background: #005b97;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    margin-bottom: 15px
}

span#ContentPlaceHolder_BodyContent_ValidateEvidenceUploaded {
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    background-color: #b22222;
    margin-bottom: 15px
}

li.evidenceItem {
    border-bottom: 4px solid #066d6a !important;
    background-color: #eee;
    padding: 15px;
    margin-bottom: 15px;
    list-style: none;
    margin-left: -40px;
    border-radius: 3px
}

.checkbox {
    margin-left: 20px
}

li.evidenceItem1 {
    border-bottom: 4px solid #005b97 !important;
    background-color: #21ad52;
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
    list-style: none;
    margin-left: -40px;
    border-radius: 3px
}

p.identity:before {
    content: "\f071";
    font-family: fontawesome;
    padding: 10px
}

.siteheader {
    color: #fff;
    font-size: 32px;
    padding-top: 100px;
    display: none
}

@media (max-width:992px) {
    .footer.row {
        padding-left: 0;
        height: 65px
    }

    div#ContentPlaceHolder_BodyPanel {
        padding-left: 25px !important;
        padding-right: 25px !important
    }
}

@media (max-width:767px) {
    .menu.row {
        margin-top: 130px !important;
    }

    .top_banner.row .col-md-12 {
        background-position-x: 50% !important
    }

    .modal_dialog.standard {
        max-width: 80% !important;
        margin-top: 20% !important
    }

    .footer.row {
        padding-left: 0;
        height: 65px
    }
}

@media (max-width:640px) {
    .footer.row {
        padding-left: 0;
        height: 65px
    }

    h2 {
        font-size: 21px;
        font-weight: 900
    }

    .header h1 {
        margin-top: 50px;
        text-align: center;
        margin-bottom: 0
    }

    .top_banner.row .col-md-12 {
        /* height:120px!important */
    }

    p.sitetitle {
        text-align: center !important;
        padding-top: 67px !important
    }

    .reference {
        margin: 4px auto
    }

    div.top_banner.row {
        height: 50px !important
    }

    .body {
        padding: 0 10px !important
    }

    .title {
        padding: 0 10px !important
    }
}

.display-options .dropdown-menu>div:first-of-type {
    display: none !important
}

.question .control-label {
    font-weight: 600 !important
}

.question .optional-indicator {
    color: gray
}

.options.row {
    width: 100% !important;
    min-width: 100% !important
}

.top_banner.row .col-md-12 {
    width: 100% !important;
    display: block;
    clear: both;
    float: none;
    background-repeat: no-repeat;
    height: 170px;
    background-size: 150px;
    background-position-x: 25%;
    background-position-y: 77%;
    margin: auto;
    background-color: #729f41;
}

.important {
    background-color: #005b99;
    color: #fff;
    padding: 20px;
    background-color: #005b98;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    padding: 30px 30px 10px 30px;
    color: #fff;
    border-radius: 4px
}

div#OptionsPlaceHolder_TextSizeOptions1 {
    display: none
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

p.GuidanceDeclaration {
    color: #fff !important
}

a.helplinks {
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

div#EvidencePanel {
    display: none
}

#ctl00_ContentPlaceHolder_BodyContent_AfterActionEvidenceList_AfterActionUpload_AfterActionUploadDialog>div.modal_dialog_content.row.col.scroll-y>h3:nth-child(1) {
    display: none
}

#ctl00_ContentPlaceHolder_BodyContent_AfterActionEvidenceList_AfterActionUpload_AfterActionUploadDialog>div.modal_dialog_content.row.col.scroll-y>h3:nth-child(4) {
    display: none
}

#ctl00_ContentPlaceHolder_BodyContent_AfterActionEvidenceList_AfterActionUpload_AfterActionUploadDialog>div.modal_dialog_content.row.col.scroll-y>p:nth-child(5) {
    display: none
}

#ctl00_ContentPlaceHolder_BodyContent_AfterActionEvidenceList_AfterActionUpload_AfterActionUploadDialog>div.modal_dialog_content.row.col.scroll-y>h3:nth-child(7) {
    display: none
}

#ctl00_ContentPlaceHolder_BodyContent_AfterActionEvidenceList_AfterActionUpload_AfterActionUploadDialog>div.modal_dialog_content.row.col.scroll-y>p:nth-child(8) {
    display: none
}

.mapping_designer_box.col.scroll-y {
    margin: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    border: none !important;
    border-radius: 3px
}

.modal_dialog_content.row.col.scroll-y {
    width: 100%
}

input#ctl00_ContentPlaceHolder_BodyContent_AfterActionEvidenceList_AfterActionUpload_AfterActionEvidenceListAfterActionUpload {
    margin-right: 10px
}

p.CapitalRule {
    font-weight: 700;
    background-color: #dc143c;
    color: #fff !important;
    padding: 10px;
    border-radius: 3px
}

div#ContentPlaceHolder_BodyContent_SupportedAccomodationDeclaration {
    display: none !important
}

.modal_dialog_content.row.col.scroll-y h3 {
    display: none !important
}

.modal_dialog_content.row.col.scroll-y p:nth-child(6) {
    display: none !important
}

.modal_dialog_content.row.col.scroll-y p:nth-child(9) {
    display: none !important
}

i.fa.fa-chevron-down.open-icon {
    float: right;
    margin-top: 0;
    margin-right: -5px !important
}

i.fa.fa-chevron-up.close-icon {
    float: right;
    margin-top: 0;
    margin-right: -20px !important
}

.fa-chevron-down:before {
    content: "\f0c9" !important
}

i.fa.fa-chevron-up.close-icon:before {
    content: "\f00d" !important
}

span#ContentPlaceHolder_BodyContent_AnythingElseWeShouldKnowRegExValidator {
    color: red
}

a {
    color: #9d2084;
    text-decoration: underline;
    font-weight: 400
}

a:focus a:hover {
    color: #222
}

div#OptionsPlaceHolder_ContrastOptions1 {
    margin-top: 20px
}

#OptionsPlaceHolder_ContrastOptions1>span {
    margin-top: -30px !important;
    padding-bottom: 10px !important
}

h2.hidden-sm.hidden-xs {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.4em;
    padding: 30px 30px 15px 0;
    margin: 0 0 15px 0;
}

div#ContentPlaceHolder_BodyContent_RiskCheckConfirmationPanel {
    background: #f6f6f6;
    padding: 10px;
    border-bottom: 8px solid #008e00
}

div#ContentPlaceHolder_BodyContent_RiskCheckConfirmationPanel:before {
    content: "\f05a";
    font-size: 30px;
    font-family: fontawesome;
    color: #008e00
}

.validation-error {
    color: #cc0034
}

p.sitetitle {
    padding-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px
}

a.white {
    color: #fff;
    text-decoration: none !important;
    font-size: 26px;
    font-weight: 600
}

#form1>div.container.page_container>div>div.footer.row>div>a:nth-child(1) {
    color: #222;
    font-weight: 400
}

#form1>div.container.page_container>div>div.footer.row>div>a:nth-child(2) {
    color: #222;
    font-weight: 400 !important
}

strong {
    font-size: 14pt;
    color: #222
}

label#ContentPlaceHolder_BodyContent_BackOfficeReference_Question,
label#ContentPlaceHolder_BodyContent_OriginalAddressLine1_Question {
    padding-left: 33%;
    font-size: 21px
}

span#ContentPlaceHolder_BodyContent_BackOfficeReference_Answer {
    background-color: #3d5469;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    font-size: 36px;
    margin-top: 5px;
    margin-left: 45%
}

span#ContentPlaceHolder_BodyContent_OriginalAddressLine1_Answer,
span#ContentPlaceHolder_BodyContent_OriginalAddressLine2_Answer,
span#ContentPlaceHolder_BodyContent_OriginalAddressLine3_Answer,
span#ContentPlaceHolder_BodyContent_OriginalAddressLine4_Answer,
span#ContentPlaceHolder_BodyContent_OriginalPostcode_Answer {
    padding-left: 45%
}

#ContentPlaceHolder_BodyContent_OriginalAddressLine2>div>p,
#ContentPlaceHolder_BodyContent_OriginalAddressLine3>div>p,
#ContentPlaceHolder_BodyContent_OriginalAddressLine4>div>p,
#ContentPlaceHolder_BodyContent_OriginalPostcode>div>p {
    margin-top: -60px
}

.dd-logo img {
    width: 150px
}

.dd-footer img {
    width: 150px
}

.dd-content {
    border: 2px solid #beccc2;
    padding: 5px;
    font-weight: 700 !important
}

.heading.dd-account-holder {
    margin-top: 10px
}

.detail.box.borderless.dd-account-number {
    border: 2px solid #beccc2;
    padding: 5px
}

.heading.dd-account-number {
    margin-top: 10px
}

.heading.dd-account-sortcode {
    margin-top: 10px
}

.detail.box.borderless.dd-account-sortcode {
    border: 2px solid #beccc2;
    padding: 5px
}

.detail.box.borderless.dd-service-ref {
    border: 2px solid #beccc2;
    padding: 5px
}

.detail.box.dd-payment-freq {
    margin-top: 10px
}

.dd-col.heading.dd-branch-address {
    margin-top: 10px
}

.heading.dd-service-ref {
    margin-top: 10px
}

.dd-col.detail.box.dd-instruction {
    margin-top: 10px
}

.dd-col.detail.dd-customer-ref {
    width: 48%;
    float: left
}

.dd-col.detail.dd-date {
    float: right
}

.dd-col.heading.dd-customer-ref {
    width: 40%;
    float: left;
    margin-top: 10px
}

.dd-col.heading.dd-date {
    width: 40%;
    float: right;
    margin-top: 10px
}

#ContentPlaceHolder_BodyPanel>div.body>div:nth-child(3)>div>div:nth-child(9)>div.dd-col.detail.dd-date>div>div {
    float: left
}

.dd-footer {
    margin-top: 80px !important
}

img#ContentPlaceHolder_BodyContent_DirectDebitMandate_CustomerLogo_ImageField {
    display: none
}

div#ctl00_ContentPlaceHolder_BodyContent_Confirm {
    background-color: #beccc247;
    padding: 15px;
    border-radius: 3px
}

span#ContentPlaceHolder_BodyContent_DirectDebitMandate_DirectDebitMandateInstructions {
    display: none
}

.dd-print-hide {
    margin-top: 90px
}

.tooltip-inner ul li {
    color: #fff !important;
    text-align: left
}

.binCheckbox {
    float: right
}

#ContentPlaceHolder_BodyContent_AdditionalBinPanel>.wasteBinList.outer>div>ul>li,
#ContentPlaceHolder_BodyContent_ReplacementBinPanel>div>div>ul>li {
    background-color: #cfcfcf21;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px
}

#ContentPlaceHolder_BodyContent_AdditionalBinPanel>.wasteBinList.outer>div>ul>li,
#ContentPlaceHolder_BodyContent_ReplacementBinPanel>div>div>ul>li,
.wasteBinList.inner>div>ul>li {
    list-style: none
}

.wasteBinList.inner>div>ul,
.wasteBinList.outer>div>ul {
    padding-left: 0
}

span.wasteBin.Black,
span.wasteBin.Black.selectedBin {
    border-left: 5px solid #000 !important
}

span.wasteBin.Pink,
span.wasteBin.Pink.selectedBin {
    border-left: 5px solid #e91e63 !important
}

span.wasteBin.Brown {
    border-left: 5px solid #754a0c
}

.form-control[readonly] {
    background-color: purple;
    color: #fff !important;
    font-weight: 700
}

.binDropDown {
    margin: 10px 0 10px 0;
    line-height: 48px
}

.bottom_validation_errors .alert-danger {
    background-color: #dc143c;
    border-radius: 4px;
    font-weight: 700
}

div#ContentPlaceHolder_BottomValidationSummary>ul>li {
    color: #fff !important;
    font-size: inherit
}

.main-nav {
    display: block;
    background: #2f991f;
    clear: both;
    margin: 20px -20px 0;
    overflow: auto;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff
}

.main-nav a {
    color: #fff
}

.main-nav .controls {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0
}

.main-nav .controls li {
    display: inline;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0
}

.main-nav .controls a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 1.1em
}

.main-nav .controls .active {
    background: #227016
}

.main-nav .nav-hover-item {
    display: none
}

.main-nav {
    float: left;
    margin: 20px 0 0;
    width: 100%
}

.main-nav .controls li {
    width: 25%
}

.main-nav .nav-hover-item {
    padding: 10px 15px 1px;
    margin: 0;
    display: none;
    overflow: auto;
    float: left;
    width: 100%;
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-nav .nav-hover-item-active {
    display: block
}

.main-nav .a-z {
    text-align: center;
    padding-bottom: 1px
}

.main-nav .a-z li {
    display: inline-block;
    text-transform: uppercase;
    width: 2em;
    margin: 0 .2em 10px
}

.main-nav .a-z li:first-child {
    margin-left: 0
}

.main-nav .a-z li:last-child {
    margin-right: 0
}

.main-nav .a-z a,
.main-nav .a-z span {
    display: block;
    padding: 3px 5px;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    text-align: center;
    border-radius: 20px;
    border: 1px solid;
    text-shadow: none
}

.main-nav .a-z span {
    background: rgba(255, 255, 255, .02)
}

.main-nav .a-z a:hover {
    background: rgba(255, 255, 255, .4)
}

.main-nav p.nav-hover-item {
    padding: 15px
}

.main-nav p.nav-hover-item a {
    border-bottom: 1px dotted #eee
}

.ie8 .main-nav {
    float: left;
    margin: 20px 0 0;
    width: 100%
}

.ie8 .main-nav .controls li {
    width: 25%
}

.ie8 .main-nav .nav-hover-item {
    padding: 10px 15px 0;
    margin: 0;
    display: none;
    overflow: auto;
    float: left;
    width: 100%;
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ie8 .main-nav .nav-hover-item-active {
    display: block
}

.ie8 .main-nav .a-z {
    text-align: center
}

.ie8 .main-nav .a-z li {
    display: inline-block;
    text-transform: uppercase;
    width: 2em;
    margin: 0 .2em 10px
}

.ie8 .main-nav .a-z li:first-child {
    margin-left: 0
}

.ie8 .main-nav .a-z li:last-child {
    margin-right: 0
}

.ie8 .main-nav .a-z a {
    display: block;
    padding: 5px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    text-align: center;
    border-radius: 20px
}

.ie8 .main-nav .a-z span {
    display: block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    border: none
}

.ie8 .main-nav .a-z a:hover {
    background: rgba(255, 255, 255, .3)
}

.ie8 .main-nav p.nav-hover-item {
    padding: 15px
}

.ie8 .main-nav p.nav-hover-item a {
    border-bottom: 1px dotted #eee
}

.ie8 .main-nav .a-z li {
    width: 2.7%
}

.ie8 .main-nav .a-z a,
.ie8 .tabs .active {
    background: #2f991f
}

.main-nav .a-z a,
.main-nav .a-z span {
    border-color: #679c5f
}

.ie8 .main-nav .controls .active {
    background: #1b5911
}

.ie8 .main-nav {
    background: #227016
}

a {
    text-decoration: none;
    outline: 0;
    color: #3d5523;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

a:focus {
    outline: 3px solid #fec10b !important
}

a:hover {
    border-color: #3d5523
}

button,
input[type=submit] {
    -webkit-appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
}

button:focus,
input[type=submit]:focus {
    outline: 3px solid #fec10b !important
}

img {
    max-width: 100%;
    outline: 0;
    border: none
}

sup {
    vertical-align: baseline;
    position: relative;
    top: -.4em
}

input[type=search] {
    -webkit-appearance: none;
    border-radius: 0
}

input[type=search]:focus {
    outline: 3px solid #fec10b !important
}

input[type=text]:focus {
    outline: 3px solid #fec10b !important;
    border-color: #fec10b !important;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

select {
    outline: 0;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
}

select::-ms-expand {
    display: none
}

select:focus {
    outline: 3px solid #fec10b !important
}

header {
    background: #719e41;
    padding: 30px 0 20px
}

@media (max-width:1024px) {
    header {
        padding-top: 15px
    }
}

@media (max-width:900px) {
    header {
        padding: 18px 0 22px
    }
}

@media (min-width: 768px) {
    header {
        background: #719e41 url(../images/melton-logo-shape.png) no-repeat right;
        background-size: cover;
        height: 184px;
    }
}

@media (max-width:360px) {
    header>.container {
        padding: 0 25px
    }
}

header nav {
    background: #fff;
    position: fixed;
    opacity: 0;
    z-index: -1;
    padding-top: 100px;
    top: 0;
    right: 0;
    width: 620px;
    box-shadow: 0 3px 21px rgba(0, 0, 0, .25);
    height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out .2s, opacity .3s ease-in-out .2s;
    transition: transform .3s ease-in-out .2s, opacity .3s ease-in-out .2s
}

@media (max-width:1280px) {
    header nav {
        width: 594px
    }
}

@media (max-width:650px) {
    header nav {
        padding-top: 100px;
        width: calc(100% - 45px)
    }
}

@media (max-width:350px) {
    header nav {
        width: calc(100% - 25px)
    }
}

header nav .container {
    height: calc(100vh - 140px);
    overflow-y: auto;
    padding-bottom: 80px;
    -webkit-overflow-scrolling: touch
}

header nav .close-nav {
    cursor: pointer;
    background: #fff url(../images/icon-x.png) no-repeat right center;
    background-size: 21px 21px;
    position: absolute;
    z-index: 9999;
    color: #000;
    top: 20px;
    right: 40px;
    padding-bottom: 2px;
    padding-right: 35px
}

@media (max-width:650px) {
    header nav .close-nav {
        right: 20px
    }
}

header nav .close-nav span {
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

header nav .close-nav:hover span {
    border-color: #000
}

header nav ul {
    list-style-type: none;
    max-width: 880px;
    margin: 0 auto;
    padding: 0
}

header nav ul:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

header nav ul li {
    margin-bottom: 0
}

@media (max-width:600px) {
    header nav ul li {
        width: 100%
    }
}

header nav ul li a {
    display: inline-block;
    margin-top: 3px;
    font-size: 20px;
    color: #3d5523;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

@media (max-width:1280px) {
    header nav ul li a {
        font-size: 19px
    }
}

@media (max-width:480px) {
    header nav ul li a {
        font-size: 18px;
        display: inline
    }
}

header nav ul li a:hover {
    border-color: #719e41
}

header nav .main-links {
    margin-bottom: 30px
}

@media (max-width:900px) {
    header nav .main-links {
        margin-bottom: 20px
    }
}

header nav .main-links ul li a {
    font-weight: 700
}

header nav .other-links {
    margin-bottom: 40px
}

@media (max-width:900px) {
    header nav .other-links {
        margin-bottom: 30px
    }
}

header nav .other-links ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 600
}

@media (max-width:1280px) {
    header nav .other-links ul li a {
        font-size: 17px
    }
}

header nav .other-links ul li a:hover {
    border-color: #aaaeb0
}

header nav .az-services {
    background: #ebf0ee;
    text-align: center;
    padding: 14px 20px;
    font-size: 16px
}

@media (max-width:1280px) {
    header nav .az-services {
        padding: 10px 20px
    }
}

@media (max-width:480px) {
    header nav .az-services {
        padding: 10px 20px
    }

    header nav .az-services span {
        margin-top: 14px;
        display: block
    }
}

header nav .az-services a {
    color: #000;
    border-bottom: 1px solid #aaaeb0;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

header nav .az-services a:hover {
    border-color: transparent
}

header .header-contents {
    position: relative;
    display: flex;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media (max-width:360px) {
    header .header-contents {
        margin: 0 -10px
    }
}

header .header-contents .logo {
    position: relative;
    z-index: 1000;
    display: inline-block;
    width: 230px;
    height: 100px;
    background: url(https://www.melton.gov.uk/images/melton-logo.png) no-repeat center;
    background-size: 230px 94px;
    text-indent: -1000px;
    color: #fff;
    border: none
}

header .header-contents .logo a {
    color: #fff
}

@media (max-width:1280px) {
    header .header-contents .logo {
        width: 155px;
        height: 60px;
        background-size: 155px 60px;
        position: absolute
    }
}

@media (max-width:1024px) {
    header .header-contents .logo {
        padding-top: 6px;
        margin: 36px 0 4px;
        x;
    }
}

@media (max-width:900px) {
    header .header-contents .logo {
        z-index: 100;
        margin-bottom: 6px
    }
}

@media (max-width:480px) {
    header .header-contents .logo {
        width: 110px;
        height: 45px;
        margin: 10px 0 0 -30px;
        background-size: 110px 45px;
    }
}

header .header-contents .header-links {
    position: absolute;
    z-index: 300;
    top: 65px;
    right: 0;
}

@media (max-width:1280px) {
    header .header-contents .header-links {
        /* top:-10px */
    }
}

@media (max-width:1024px) {
    header .header-contents .header-links {
        top: 65px;
    }
}

@media (max-width:900px) {
    header .header-contents .header-links {
        top: 24px;
        right: -30px;
    }
}

header .header-contents .header-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

header .header-contents .header-links ul:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

header .header-contents .header-links ul li {
    display: inline-block;
    margin-left: 24px
}

@media (max-width:480px) {
    header .header-contents .header-links ul li {
        margin-left: 16px
    }
}

@media (max-width:360px) {
    header .header-contents .header-links ul li {
        margin-left: 8px
    }
}

header .header-contents .header-links ul li.menu {
    position: relative;
    z-index: 1000
}

header .header-contents .header-links ul li.menu a {
    padding-right: 58px;
    background-color: #383c3f
}

header .header-contents .header-links ul li.menu a .menu-icon {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 20px;
    width: 22px;
    height: 18px
}

@media (max-width:900px) {
    header .header-contents .header-links ul li.menu a .menu-icon {
        margin-top: -17px;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto
    }
}

header .header-contents .header-links ul li.menu a .menu-icon .line {
    height: 2px;
    margin-bottom: 6px;
    width: 100%;
    border-bottom: 2px solid #fff
}

@media (max-width:900px) {
    header .header-contents .header-links ul li.menu a .menu-icon .line {
        margin-bottom: 5px
    }
}

header .header-contents .header-links ul li.menu a .menu-icon .line:nth-child(2) {
    width: 60%
}

header .header-contents .header-links ul li.menu a .menu-icon .line:nth-child(3) {
    width: 84%
}

@media (max-width:900px) {
    header .header-contents .header-links ul li.menu a {
        padding-right: 8px;
        padding-top: 32px;
        padding-bottom: 6px;
    }

    header .header-contents .header-links ul li.menu a .menu-icon {
        width: 22px;
        height: 16px
    }
}

header .header-contents .header-links ul li.menu a:hover {
    color: #fff;
    background-color: #000
}

header .header-contents .header-links ul li.menu a:hover .menu-icon .line {
    width: 84%;
    -moz-transition: width .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: width .25s ease-in-out, border-color .25s ease-in-out;
    -webkit-transition: width .25s ease-in-out, border-color .25s ease-in-out;
    transition: width .25s ease-in-out, border-color .25s ease-in-out
}

header .header-contents .header-links ul li.menu a:hover .menu-icon .line:nth-child(2) {
    width: 100%
}

header .header-contents .header-links ul li.menu a:hover .menu-icon .line:nth-child(3) {
    width: 68%
}

header .header-contents .header-links ul li.my-account a {
    border-color: transparent;
    padding-right: 34px;
    padding-left: 0;
    background: url(https://www.melton.gov.uk/images/icon-myaccount-x2.png) no-repeat right center;
    background-size: 22px 30px;
}

header .header-contents .header-links ul li.my-account a span {
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

header .header-contents .header-links ul li.my-account a:hover span {
    border-color: #fff
}

header .header-contents .header-links ul li.logout a {
    border-color: transparent;
    padding-right: 42px;
    padding-left: 0;
    background: url(../images/logout.png) no-repeat right center;
    background-size: 28px 28px
}

header .header-contents .header-links ul li.logout a span {
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

header .header-contents .header-links ul li.logout a:hover span {
    border-color: #fff
}

@media (max-width:900px) {
    header .header-contents .header-links ul li {
        vertical-align: bottom
    }

    header .header-contents .header-links ul li.menu {
        max-width: 74px
    }

    header .header-contents .header-links ul li.my-account a {
        padding: 32px 0 6px;
        background: url(../images/icon-myaccount.png) no-repeat center 8px;
        background-size: 15px 20px
    }

    header .header-contents .header-links ul li.logout a {
        padding: 31px 0 6px;
        background: url(../images/logout.png) no-repeat center 8px;
        background-size: 20px 20px
    }
}

header .header-contents .header-links ul li a {
    border: none;
    display: inline-block;
    padding: 12px 22px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    -moz-transition: background-color .15s ease-in-out, color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
    transition: background-color .15s ease-in-out, color .15s ease-in-out
}

@media (max-width: 1380px) {
    header .header-contents .header-links ul li a {
        font-size: 14px
    }
}

@media (max-width:900px) {
    header .header-contents .header-links ul li a {
        display: block;
        text-align: center;
        padding: 8px
    }
}

@media (max-width:480px) {
    header .header-contents .header-links ul li a {
        font-size: 13px
    }
}

@media (max-width:1280px) {
    header .header-contents form {
        width: 100%
    }
}

header .header-contents .search-area {
    width: 100%
}

@media (min-width:1280px) {
    header .header-contents .search-area {
        position: static;
        margin-left: 50px;
        margin-top: 41px;
        width: 680px
    }
}

@media (max-width:1280px) {
    header .header-contents .search-area {
        width: 100%;
        position: relative;
        padding-top: 100px;
        margin-top: unset;
        margin-left: unset
    }
}

header .header-contents .search-area .search-box {
    position: relative;
    margin: 0
}

header .header-contents .search-area .search-box input[type=search] {
    background: #fff url(https://www.melton.gov.uk/images/icon-search.png) no-repeat 15px center;
    background-size: 25px 26px;
    height: 55px;
    width: 100%;
    outline: 0;
    border: none;
    font-family: "Open Sans", arial;
    font-size: 18px;
    padding: 0 130px 0 56px;
    color: #000;
    border-radius: 5px;
}

@media (max-width:900px) {
    header .header-contents .search-area .search-box input[type=search] {
        background-size: 19px 20px;
        font-size: 16px;
        height: 45px;
        padding: 0 84px 0 44px
    }
}

@media (max-width:550px) {
    header .header-contents .search-area .search-box input[type=search] {
        background-size: 15px 16px
    }
}

header .header-contents .search-area .search-box input[type=search]::-webkit-input-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    header .header-contents .search-area .search-box input[type=search]::-webkit-input-placeholder {
        font-size: 16px
    }
}

header .header-contents .search-area .search-box input[type=search]:-moz-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    header .header-contents .search-area .search-box input[type=search]:-moz-placeholder {
        font-size: 16px
    }
}

header .header-contents .search-area .search-box input[type=search]::-moz-placeholder {
    opacity: 1;
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    header .header-contents .search-area .search-box input[type=search]::-moz-placeholder {
        font-size: 16px
    }
}

header .header-contents .search-area .search-box input[type=search]:-ms-input-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    header .header-contents .search-area .search-box input[type=search]:-ms-input-placeholder {
        font-size: 16px
    }
}

header .header-contents .search-area .search-box input[type=submit] {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background: #383c3f;
    display: inline-block;
    padding: 10px 26px;
    margin: 0;
    font-family: "Open Sans", arial;
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    -moz-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

header .header-contents .search-area .search-box input[type=submit]:hover {
    background: #000;
    color: #fff
}

@media (max-width:1280px) {
    header .header-contents .search-area .search-box input[type=submit] {
        font-size: 14px
    }
}

@media (max-width:900px) {
    header .header-contents .search-area .search-box input[type=submit] {
        padding: 10px 14px
    }
}

header.menu-open nav {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.menu-open .header-links {
    display: none !important
}

header.menu-open .header-links ul li.menu {
    display: inline-block !important
}

header.menu-open .header-links ul li.menu a {
    background-image: url(../images/close.png)
}

@media (max-width:900px) {
    header.menu-open .header-links ul li.menu a {
        background-image: url(../images/close-mob.png)
    }
}

body.overlay,
html.overlay {
    height: 100vh;
    overflow: hidden
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: "Open Sans", arial;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    -webkit-overflow-scrolling: touch
}

@media (max-width:480px) {
    body {
        font-size: 16px
    }
}

body:before {
    content: ' ';
    display: block;
    opacity: 0;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

body.overlay:before {
    opacity: 1
}

body.index:before {
    z-index: 480
}

.is-focused {
    transition: none !important;
    outline: 3px solid #fec10b !important
}

.yellow .is-focused {
    outline: 3px solid #000 !important
}

p {
    line-height: 26px;
    font-weight: 400
}

@media (max-width:480px) {
    p {
        line-height: 24px
    }
}

h1 {
    margin: 0 0 32px;
    font-size: 46px;
    font-family: Roboto, arial;
    font-weight: 500;
    text-align: center
}

@media (max-width:1280px) {
    h1 {
        font-size: 40px
    }
}

@media (max-width:900px) {
    h1 {
        font-size: 32px;
        margin: 24px 0 18px
    }
}

@media (max-width:550px) {
    h1 {
        font-size: 26px
    }
}

h1+.rte-outer P {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 850px
}

@media (max-width:900px) {
    h1+.rte-outer P {
        margin: 0 auto 40px
    }
}

h2 {
    font-family: Roboto, arial;
    font-weight: 500;
    margin: 0 0 30px;
    font-size: 26px;
    text-align: center
}

@media (max-width:550px) {
    h2 {
        font-size: 20px;
        margin: 0 0 26px
    }
}

h1,
h2,
h3 {
    color: #3d5523
}

h1.black,
h2.black,
h3.black {
    color: #000
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fff;
    text-decoration: underline
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none
}

.al-left {
    text-align: left
}

.btn {
    background: #4e2162;
    display: inline-block;
    padding: 14px 22px;
    font-size: 16px;
    border: none !important;
    border-radius: 5px;
    color: #fff;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

@media (max-width:1024px) {
    .btn {
        font-size: 14px
    }
}

@media (max-width:900px) {
    .btn {
        padding: 10px 14px
    }
}

.btn:hover {
    background: #6c2d97
}

.btn[disabled] {
    background-color: #e3e3e4;
    color: #000;
    cursor: wait
}

.content-col-left .right .ctaList {
    display: table;
    table-layout: fixed;
    margin: 0 0 18px
}

@media (max-width:900px) {
    .content-col-left .right .ctaList {
        width: 100%
    }
}

.content-col-left .right .ctaList div {
    display: table-row;
    padding: 0 0 10px
}

.content-col-left .right .ctaList div+div .btn {
    margin: 3px 0 0
}

.content-col-left .right .ctaList span {
    display: table-cell;
    padding: 0 0 10px
}

.content-col-left .right .ctaList .btn {
    display: block;
    text-align: center;
    margin-bottom: 5px
}

blockquote {
    position: relative;
    background: #ececec;
    padding: 40px 80px;
    font-weight: 400;
    margin: 20px 0
}

@media (max-width:480px) {
    blockquote {
        padding: 20px 46px
    }
}

blockquote:before {
    position: absolute;
    top: 0;
    left: 30px;
    content: '\201C';
    font-family: "Open Sans", arial;
    font-size: 70px;
    color: #3d5523
}

@media (max-width:480px) {
    blockquote:before {
        font-size: 50px;
        left: 15px
    }
}

blockquote:after {
    position: absolute;
    top: 0;
    right: 30px;
    content: '\201D';
    font-family: "Open Sans", arial;
    font-size: 70px;
    color: #3d5523
}

@media (max-width:480px) {
    blockquote:after {
        font-size: 50px;
        right: 15px
    }
}

.cookie-banner {
    position: fixed;
    z-index: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 30px 0 40px;
    background: #000
}

@media (max-width:1024px) {
    .cookie-banner {
        font-size: 16px
    }
}

@media (max-width:900px) {
    .cookie-banner {
        font-size: 12px;
        padding: 14px 0 18px
    }

    .cookie-banner p {
        line-height: 22px
    }
}

@media (max-width:360px) {
    .cookie-banner {
        font-size: 11px;
        padding: 14px 0 18px
    }

    .cookie-banner p {
        line-height: 17px
    }
}

.cookie-banner a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff
}

.cookie-banner a:hover {
    border: none
}

.cookie-banner .container {
    position: relative;
    padding-right: 200px
}

@media (max-width:1280px) {
    .cookie-banner .container {
        padding-right: 160px
    }
}

@media (max-width:650px) {
    .cookie-banner .container {
        padding-right: 65px
    }
}

@media (max-width:360px) {
    .cookie-banner .container {
        padding-right: 52px
    }
}

.cookie-banner .container .close-x {
    cursor: pointer;
    position: absolute;
    padding-bottom: 2px;
    padding-right: 33px;
    font-weight: 600;
    top: 2px;
    right: 50px;
    background: 0 0;
    color: #fff
}

@media (max-width:650px) {
    .cookie-banner .container .close-x {
        right: 20px;
        width: 25px;
        height: 18px;
        padding: 0
    }
}

@media (max-width:360px) {
    .cookie-banner .container .close-x {
        right: 15px
    }
}

.cookie-banner .container .close-x:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: url(../images/close-mob-white.png) no-repeat 0 0;
    background-size: 21px 21px;
    width: 21px;
    height: 21px
}

.cookie-banner .container .close-x span {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

@media (max-width:650px) {
    .cookie-banner .container .close-x span {
        display: none
    }
}

.cookie-banner .container .close-x:hover span {
    border-color: #fff
}

.cookie-banner .container button.close-x {
    background: 0 0;
    color: #fff;
    font-size: 18px
}

.cookie-banner p {
    margin: 0
}

.alert {
    background: #000;
    color: #fff;
    padding: 24px 0
}

@media (max-width:1024px) {
    .alert {
        font-size: 16px
    }
}

@media (max-width:900px) {
    .alert {
        font-size: 12px;
        padding: 14px 0 18px
    }

    .alert p {
        line-height: 22px
    }
}

@media (max-width:360px) {
    .alert {
        font-size: 11px;
        padding: 14px 0 18px
    }

    .alert p {
        line-height: 17px
    }
}

.alert .container {
    position: relative;
    padding-right: 200px
}

@media (max-width:1280px) {
    .alert .container {
        padding-right: 160px
    }
}

@media (max-width:650px) {
    .alert .container {
        padding-right: 65px
    }
}

@media (max-width:360px) {
    .alert .container {
        padding-right: 52px
    }
}

.alert .container .close-x {
    cursor: pointer;
    position: absolute;
    padding-bottom: 2px;
    padding-right: 33px;
    font-weight: 600;
    top: 2px;
    right: 50px;
    background: 0 0;
    color: #fff
}

@media (max-width:650px) {
    .alert .container .close-x {
        right: 20px;
        width: 25px;
        height: 18px;
        padding: 0
    }
}

@media (max-width:360px) {
    .alert .container .close-x {
        right: 15px
    }
}

.alert .container .close-x:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: url(../images/close-mob-white.png) no-repeat 0 0;
    background-size: 21px 21px;
    width: 21px;
    height: 21px
}

.alert .container .close-x span {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

@media (max-width:650px) {
    .alert .container .close-x span {
        display: none
    }
}

.alert .container .close-x:hover span {
    border-color: #fff
}

.alert p {
    margin: 0
}

.alert.section {
    background: #4e2162;
    color: #fff
}

.alert.section .close-x {
    color: #fff
}

.alert.section .close-x:hover span {
    border-color: #fff
}

.alert a {
    color: #fff;
    text-decoration: underline;
    border: none
}

.page-wrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 100vh
}

.al-center {
    margin-top: 30px;
    text-align: center
}

@media (max-width:900px) {
    .hide-mob {
        display: none
    }
}

.container {
    padding: 0 50px;
    margin: 0 auto
}

@media (max-width:650px) {
    .container {
        padding: 0 25px
    }
}

@media (max-width:360px) {
    .container {
        padding: 0 15px
    }
}

.container span.icon img {
    vertical-align: middle;
    margin: 0 5px
}

.breadcrumbs {
    padding: 0;
    margin: 20px 0 16px
}

.breadcrumbs li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-right: 10px;
    padding-right: 10px
}

@media (max-width:900px) {
    .breadcrumbs li {
        font-size: 14px
    }
}

.breadcrumbs li:after {
    content: '/';
    font-size: 16px;
    position: absolute;
    top: 0;
    right: -6px
}

@media (max-width:900px) {
    .breadcrumbs li:after {
        font-size: 14px
    }
}

.breadcrumbs li:last-child:after {
    display: none
}

.breadcrumbs li a {
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

.breadcrumbs li a:hover {
    border-color: #000
}

.spacer {
    margin: 20px 0 16px
}

.additional-content {
    margin-bottom: 60px
}

.contact-strip {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 17px;
    margin-bottom: 24px;
    color: #000;
    font-weight: 600;
    padding: 16px 42px;
    padding-left: 60px;
    background: #ececec url(../images/arrow-grey-right.png) no-repeat right;
    background-size: 55px 56px;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

@media (min-width:801px) {
    .contact-strip:hover {
        background-color: #dedede
    }
}

.contact-strip.blue {
    background-color: #78c4dc;
    background-image: url(../images/arrow-blue-right.png)
}

@media (min-width:801px) {
    .contact-strip.blue:hover {
        background-color: #a1d6e7
    }
}

.contact-strip:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
    content: ' ';
    display: block;
    background: url(../images/icon-getintouch.png) no-repeat 0 0;
    background-size: 25px 25px;
    width: 25px;
    height: 25px
}

.accordion-item {
    margin-bottom: 24px
}

.accordion-item .accordion-title {
    cursor: pointer;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    padding: 16px 18px;
    padding-right: 42px;
    background: #4e2162 url(../images/arrow-down.png) no-repeat right;
    background-size: 54px 54px;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

@media (min-width:801px) {
    .accordion-item .accordion-title:hover {
        background-color: #6c2d97
    }
}

.accordion-item .accordion-title.open {
    background-image: url(../images/arrow-up.png)
}

@media (min-width:801px) {
    .accordion-item .accordion-title.open {
        background-color: #6c2d97
    }
}

.accordion-item .accordion-drop {
    display: none
}

.accordion-item .accordion-drop .inner-content {
    padding: 30px 18px 10px
}

.accordion-item .accordion-drop .inner-content ul {
    margin: 0 0 20px
}

.accordion-item .accordion-drop .inner-content p {
    margin: 0 0 40px
}

.accordion-item .accordion-drop .inner-content p:last-child {
    margin-bottom: 20px
}

.accordion-item.feedback .accordion-title {
    position: relative;
    color: #000;
    padding-left: 60px;
    background-color: #073340;
    background-image: url(../images/arrow-down.png);
    color: #fff
}

.accordion-item.feedback .accordion-title:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
    content: ' ';
    display: block;
    background: url(../images/icon-feedback.png) no-repeat 0 0;
    background-size: 25px 25px;
    width: 25px;
    height: 25px
}

@media (min-width:801px) {
    .accordion-item.feedback .accordion-title:hover {
        background-color: #073340
    }
}

.accordion-item.feedback .accordion-title.open {
    background-image: url(../images/arrow-up.png)
}

@media (min-width:801px) {
    .accordion-item.feedback .accordion-title.open {
        background-color: #073340
    }
}

.accordion-item.feedback #feedback {
    background-color: #073340
}

button {
    font-family: inherit;
    font-size: 1em
}

.pagination {
    padding: 0;
    margin: 0;
    font-size: 0
}

.pagination span {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    margin-bottom: 12px !important;
    padding: 0 !important;
    font-weight: 600;
    font-size: 16px
}

.pagination span.prev-page {
    margin-left: 0;
    margin-right: 22px
}

.pagination span.next-page {
    margin-right: 0;
    margin-left: 22px
}

.pagination span.dots {
    margin: 0 8px;
    margin-bottom: 12px !important
}

.pagination span:before {
    display: none
}

.pagination span a,
.pagination span button {
    display: block;
    border-radius: 5px;
    background-color: #4e2162;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 34px;
    line-height: 34px;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.pagination span a:hover,
.pagination span button:hover {
    background-color: #6c2d97
}

.pagination span.active a,
.pagination span.active button {
    background: #d7d7d7;
    color: #4e2162
}

.intro-section {
    position: relative;
    background: #719e41
}

.intro-section .container {
    position: relative;
    z-index: 10
}

.content-panel {
    background: #fff;
    padding: 45px 0
}

@media (max-width:480px) {
    .content-panel {
        padding: 35px 0
    }
}

.content-panel-grey {
    background: #ececec;
    padding: 45px 0
}

@media (max-width:480px) {
    .content-panel-grey {
        padding: 35px 0
    }
}

.content-panel-grey+.half-carousel,
.content-panel-grey+.promo-banner {
    margin-bottom: 0
}

.az-services {
    background: #383c3f;
    padding: 22px 10px 8px
}

.az-services:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

@media (max-width:900px) {
    .az-services {
        text-align: center
    }
}

.az-services .heading {
    color: #fff;
    width: 300px;
    float: left;
    font-family: Roboto, arial;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 8px
}

@media (max-width:1280px) {
    .az-services .heading {
        width: 270px
    }
}

@media (max-width:900px) {
    .az-services .heading {
        width: 100%;
        float: none;
        margin-bottom: 16px;
        font-size: 18px
    }
}

.az-services .az-list {
    width: calc(100% - 300px);
    float: right
}

@media (max-width:1280px) {
    .az-services .az-list {
        width: calc(100% - 270px)
    }
}

@media (max-width:900px) {
    .az-services .az-list {
        margin: 0 -9px;
        width: 100%;
        float: none
    }
}

.az-services ul {
    padding: 3px 0 0;
    margin: 0;
    float: right
}

@media (max-width:900px) {
    .az-services ul {
        float: none
    }
}

.az-services ul li {
    display: inline-block;
    margin: 0 8px 16px
}

@media (max-width:1280px) {
    .az-services ul li {
        margin: 0 7px 16px
    }
}

.az-services ul li:last-child {
    margin-right: 0
}

.az-services ul li a {
    color: #fff;
    border-bottom: 1px solid transparent;
    padding: 0 2px;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

@media (max-width:1280px) {
    .az-services ul li a {
        font-size: 17px
    }
}

@media (max-width:900px) {
    .az-services ul li a {
        font-size: 16px
    }
}

.az-services ul li a:hover {
    border-color: #fff
}

.checkbox input[type=checkbox]+label {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    background: url(../images/tick-off.png) no-repeat center left;
    background-size: 20px 20px;
    -moz-transition: background-image .15s ease-in-out;
    -o-transition: background-image .15s ease-in-out;
    -webkit-transition: background-image .15s ease-in-out;
    transition: background-image .15s ease-in-out
}

.checkbox input[type=checkbox]+label a {
    font-weight: 500;
    border-color: #fff;
    color: #fff
}

.checkbox input[type=checkbox]+label a:hover {
    border: none
}

.checkbox input[type=checkbox]:checked+label {
    background-image: url(../images/tick-on.png)
}

.content-col-left .checkbox label a {
    color: #3d5523 !important;
    border-bottom-color: #3d5523 !important
}

.content-col-left .checkbox label a:hover {
    border: none
}

.radio input[type=radio] {
    /* display: none */
}

.radio input[type=radio]+label {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px
}

.radio input[type=radio]+label:before {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #fff;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.radio input[type=radio]:checked+label:before {
    background-color: #383c3f
}

.intro-section .checkbox {
    text-align: left
}

.intro-section .checkbox input[type=checkbox]+label {
    padding: 5px 0 0 30px;
    font-size: 14px;
    margin: 10px 0 0
}

.intro a {
    text-decoration: underline
}

.intro a:hover {
    text-decoration: none
}

table {
    overflow-x: auto;
    display: block;
    border-collapse: collapse;
    -webkit-box-shadow: inset 0 0 0 10px #b7babc;
    -moz-box-shadow: inset 0 0 0 10px #b7babc;
    box-shadow: inset 0 0 0 1px #b7babc;
    background: #ececec
}

table th {
    background: #4e2162;
    vertical-align: top;
    color: #fff;
    width: 15%;
    font-weight: 600;
    padding: 18px 20px;
    text-align: left;
    font-size: 17px;
    border-right: 1px solid #b7babc
}

@media (max-width:650px) {
    table th {
        font-size: 15px
    }
}

table tr:last-child td {
    border-bottom: none
}

table td {
    width: 15%;
    vertical-align: top;
    padding: 18px 20px;
    text-align: left;
    font-weight: 400;
    border-right: 1px solid #b7babc;
    border-bottom: 1px solid #b7babc
}

table td:first-of-type {
    font-weight: 600
}

table td:last-of-type {
    border-right: none
}

.table-responsive {
    overflow-x: auto;
    padding: 1em 0;
    clear: both
}

.table-responsive table {
    overflow: unset;
    display: table
}

@media (max-width:800px) {
    .table-responsive table {
        font-size: 16px;
        border: 1px solid #b7babc;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .table-responsive table th {
        display: none
    }

    .table-responsive table tr:nth-child(odd) {
        background: #fff
    }

    .table-responsive table tr:nth-child(odd) td:before {
        background: #4e2162
    }

    .table-responsive table td {
        display: table;
        width: 100% !important;
        border-right: none;
        font-weight: 400;
        padding: 0
    }

    .table-responsive table td:after {
        content: '';
        display: block;
        width: 100%;
        clear: both
    }

    .table-responsive table td:before {
        background: #4e2162;
        color: #fff;
        content: attr(data-label);
        width: 40%;
        text-align: left;
        padding: 18px 18px 18px 20px;
        display: table-cell;
        font-weight: 600
    }

    .table-responsive table td span.cellWrap {
        padding: 18px 25px 18px 18px;
        display: block;
        width: 60%;
        text-align: left;
        display: table-cell
    }
}

@media (max-width:800px) and (max-width:360px) {
    .table-responsive table td span.cellWrap {
        padding-left: 10px
    }
}

@media (max-width:800px) {
    .table-responsive table tr:last-child td {
        border-bottom: 1px solid #e3e3e4
    }

    .table-responsive table tr:last-child td:last-child {
        border-bottom: none
    }
}

.postcode-finder-box {
    background: #ececec;
    padding: 30px;
    margin-bottom: 40px
}

.postcode-finder-box h3 {
    margin-top: 0
}

.postcode-finder-box .postcode-input {
    position: relative;
    max-width: 200px;
    margin-bottom: 20px
}

.postcode-finder-box .postcode-input input[type=text] {
    background: #fff;
    background-size: 25px 26px;
    border: 1px solid #bcbcbc;
    height: 46px;
    width: 100%;
    outline: 0;
    font-family: "Open Sans", arial;
    font-size: 18px;
    padding: 0 14px;
    color: #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

@media (max-width:900px) {
    .postcode-finder-box .postcode-input input[type=text] {
        padding: 0 10px;
        font-size: 16px
    }
}

.postcode-finder-box .postcode-input input[type=text]::-webkit-input-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .postcode-finder-box .postcode-input input[type=text]::-webkit-input-placeholder {
        font-size: 16px
    }
}

.postcode-finder-box .postcode-input input[type=text]:-moz-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .postcode-finder-box .postcode-input input[type=text]:-moz-placeholder {
        font-size: 16px
    }
}

.postcode-finder-box .postcode-input input[type=text]::-moz-placeholder {
    opacity: 1;
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .postcode-finder-box .postcode-input input[type=text]::-moz-placeholder {
        font-size: 16px
    }
}

.postcode-finder-box .postcode-input input[type=text]:-ms-input-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .postcode-finder-box .postcode-input input[type=text]:-ms-input-placeholder {
        font-size: 16px
    }
}

.postcode-finder-box .postcode-input input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #4e2162;
    display: inline-block;
    margin: 0;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.postcode-finder-box .postcode-input input[type=submit]:hover {
    background: #6c2d97
}

.link-panel-box {
    background: #ececec;
    padding: 30px;
    margin-bottom: 40px
}

.link-panel-box .download-title {
    padding: 0 0 3px;
    font-weight: 500;
    font-family: Roboto, arial;
    color: #3d5523;
    font-size: 21px
}

.link-panel-box h3 {
    margin-top: 0
}

.link-panel-box ul {
    margin-bottom: 0
}

.link-panel-box ul li a {
    color: #3d5523;
    font-weight: 600;
    border-bottom: 1px solid #3d5523
}

.link-panel-box ul li a:hover {
    border: none
}

.download-panel-box {
    background: #ececec;
    padding: 30px;
    margin-bottom: 40px
}

.download-panel-box .download-title {
    padding: 0 0 18px;
    font-weight: 500;
    font-family: Roboto, arial;
    color: #3d5523;
    font-size: 21px
}

.download-panel-box h3 {
    margin-top: 0
}

.download-panel-box ul {
    margin-bottom: 0
}

.download-panel-box ul li {
    position: relative
}

.download-panel-box ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px
}

.download-panel-box ul li .icon img {
    height: auto;
    width: auto
}

@media (max-width:480px) {
    .download-panel-box ul li .icon {
        width: 18px
    }
}

.download-panel-box ul li a {
    color: #3d5523;
    font-weight: 600;
    border-bottom: 1px solid #3d5523
}

.download-panel-box ul li a:hover {
    border: none
}

.download-panel-box ul li:before {
    display: none
}

.content-col-left .right .download-panel-box ul li {
    padding-left: 42px;
    margin-bottom: 16px
}

@media (max-width:480px) {
    .content-col-left .right .download-panel-box ul li {
        padding-left: 28px
    }
}

.content-col-left .right .download-panel-box .pagination {
    padding: 18px 0 0
}

img[src$=".svg"] {
    width: 100%
}

#secured-area {
    background: #8ec742;
    text-align: center;
    padding: 5px;
    color: #fff
}

#secured-area a {
    color: #fff
}

#secured-area a:hover {
    text-decoration: underline
}

#secured-area.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.login-wrap {
    text-align: center;
    padding-top: 20px
}

.login-box {
    width: 50%;
    margin: 0 auto 40px;
    padding: 40px;
    display: inline-block;
    background: #ececec;
    text-align: left
}

.login-box:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

@media (max-width:480px) {
    .login-box {
        width: 100%
    }
}

.login-box label {
    display: block;
    color: #719e41;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.login-box input[type=email],
.login-box input[type=password],
.login-box input[type=text] {
    height: 48px;
    width: 100%;
    background: #fff;
    outline: 0;
    margin-bottom: 30px;
    background-size: 24px 9px;
    margin-right: 15px;
    font-size: 19px;
    padding: 0 10px;
    padding-right: 36px;
    border-radius: 5px;
    border: 1px solid #ececec;
    color: #383c3f
}

@media (max-width:480px) {

    .login-box input[type=email],
    .login-box input[type=password],
    .login-box input[type=text] {
        font-size: 16px
    }
}

.login-box .error {
    color: red;
    margin: -26px 0 15px;
    display: block;
    font-size: smaller
}

.login-box .btn {
    float: right
}

.icon-remove {
    cursor: pointer;
    background: transparent url(../images/icon-x.png) no-repeat right center;
    background-size: 10px 10px;
    color: #000;
    padding-bottom: 2px;
    padding-right: 35px;
    height: 10px;
    width: 10px
}

#mymeltonform p {
    margin: 0 0 10px
}

.h3 {
    padding: 0 0 18px;
    font-weight: 500;
    font-family: Roboto, arial;
    color: #3d5523;
    font-size: 21px;
    margin: 21px 0
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

.attraction h2 {
    text-align: left
}

.attraction h3 {
    font-family: Roboto, arial;
    font-weight: 500;
    margin: 0 0 30px;
    font-size: 26px
}

.attraction a:hover {
    text-decoration: underline
}

ul.event-list {
    margin: 0 -50px 56px;
    padding: 0 30px 0;
    font-weight: 400
}

ul.event-list:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

@media (max-width:650px) {
    ul.event-list {
        margin: 0 -27px 30px
    }
}

ul.event-list a:hover {
    text-decoration: underline
}

ul.event-list li {
    list-style: none;
    margin: 0;
    display: block;
    position: relative;
    float: left;
    width: 33.333%;
    min-height: 250px;
    padding: 38px 30px 50px
}

@media (max-width:1024px) {
    ul.event-list li {
        float: none;
        min-height: 0;
        width: 100%;
        height: auto !important
    }
}

@media (max-width:650px) {
    ul.event-list li {
        padding: 28px 28px 25px
    }
}

@media (max-width:480px) {
    ul.event-list li {
        padding: 28px 25px
    }
}

ul.event-list li h3 {
    text-align: left;
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 12px
}

@media (max-width:1280px) {
    ul.event-list li h3 {
        font-size: 24px
    }
}

@media (max-width:550px) {
    ul.event-list li h3 {
        font-size: 22px
    }
}

ul.event-list li a {
    text-decoration: none
}

ul.event-list li a:hover {
    text-decoration: underline
}

ul.event-list .event-date {
    color: #719e41;
    font-size: 1.45rem
}

.rte-outer>* {
    margin-top: 0 !important
}

.rte-outer a {
    border-bottom: 1px solid #3d5523
}

.rte-outer a:hover {
    border: none
}

.grid-element-padding {
    margin: 0 0 40px 0
}

.main-banner {
    position: relative
}

.main-banner .image {
    height: 390px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:1280px) {
    .main-banner .image {
        height: 300px
    }
}

@media (max-width:1024px) {
    .main-banner .image {
        height: 220px
    }
}

@media (max-width:550px) {
    .main-banner .image {
        height: 150px
    }
}

.main-banner .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center
}

.main-banner .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.main-banner .slick-dots li button {
    padding: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 1px 1px #000;
    text-indent: -9999px
}

@media (max-width:480px) {
    .main-banner .slick-dots li button {
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, .7)
    }
}

.main-banner .slick-dots li.slick-active button {
    background: #78c4dc
}

.main-banner a:hover {
    text-decoration: underline
}

.main-banner a:hover .text {
    text-decoration: underline
}

.grid-panel {
    margin: 0 -50px;
    color: #fff
}

.grid-panel:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

@media (max-width:650px) {
    .grid-panel {
        margin: 0 -27px
    }
}

.grid-panel .half {
    width: 50%;
    float: left
}

@media (max-width:1180px) {
    .grid-panel .half {
        width: 100%;
        float: none
    }

    .grid-panel .half:after {
        content: '';
        display: block;
        width: 100%;
        clear: both
    }
}

.grid-panel .split-boxes {
    width: 50%;
    float: left
}

@media (max-width:900px) {
    .grid-panel .split-boxes {
        width: 100%;
        float: none
    }
}

.grid-panel .split-boxes .box-item {
    width: 100%
}

.grid-panel .box-item {
    width: 50%;
    float: left
}

.grid-panel .box-item.al-left .inner {
    text-align: left;
    padding-left: 50px
}

.grid-panel .box-item.al-left .inner h1 {
    font-family: Roboto, arial;
    font-weight: 500;
    color: #000;
    margin: 0 0 30px;
    font-size: 26px;
    text-align: left
}

@media (max-width:550px) {
    .grid-panel .box-item.al-left .inner h1 {
        font-size: 20px;
        margin: 0 0 26px
    }
}

.grid-panel .box-item.al-left .inner h2 {
    text-align: left
}

@media (max-width:650px) {
    .grid-panel .box-item.al-left .inner {
        padding-left: 27px;
        padding-right: 27px
    }
}

.grid-panel .box-item.tall {
    width: 50%;
    float: right
}

@media (max-width:900px) {
    .grid-panel .box-item.tall {
        width: 100%;
        float: none
    }

    .grid-panel .box-item.tall+.box-item .inner {
        background: #ececec
    }
}

.grid-panel .box-item.tall .inner {
    background: #520211;
    position: relative;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width:650px) {
    .grid-panel .box-item.tall .inner {
        padding-left: 27px;
        padding-right: 27px
    }
}

.grid-panel .box-item.tall h1,
.grid-panel .box-item.tall h2 {
    text-align: left
}

.grid-panel .box-item.tall .image {
    width: 100%;
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center
}

.grid-panel .box-item.tall .image img {
    max-width: 180px
}

@media (max-width:900px) {
    .grid-panel .box-item.tall .image {
        width: 100%;
        padding: 30px;
        padding-left: 60%;
        height: 100%;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0
    }

    .grid-panel .box-item.tall .image img {
        max-height: 210px
    }
}

@media (max-width:480px) {
    .grid-panel .box-item.tall .image {
        display: none
    }
}

.grid-panel .box-item.wide {
    width: 100%
}

.grid-panel .box-item.wide .inner {
    background: #266692;
    position: relative;
    text-align: left;
    padding-left: 50px;
    padding-right: 50%
}

@media (max-width:650px) {
    .grid-panel .box-item.wide .inner {
        padding-left: 27px;
        padding-right: 27px
    }
}

@media (max-width:480px) {
    .grid-panel .box-item.wide .inner {
        padding: 30px 25px 44px
    }
}

.grid-panel .box-item.wide h1,
.grid-panel .box-item.wide h2 {
    text-align: left
}

.grid-panel .box-item.wide .image {
    width: 40%;
    padding: 40px;
    padding-left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30px;
    text-align: right
}

.grid-panel .box-item.wide .image img {
    max-width: 180px
}

@media (max-width:900px) {
    .grid-panel .box-item.wide .image {
        right: 0
    }

    .grid-panel .box-item.wide .image img {
        max-height: 210px
    }
}

@media (max-width:480px) {
    .grid-panel .box-item.wide .image {
        display: none
    }
}

@media (max-width:900px) {
    .grid-panel .box-item {
        width: 100%;
        float: none;
        padding: 0
    }
}

.grid-panel .box-item .inner {
    min-height: 300px;
    padding: 38px 20px 38px;
    background: #383c3f;
    text-align: center
}

@media (max-width:900px) {
    .grid-panel .box-item .inner {
        padding-top: 30px;
        padding-bottom: 38px;
        min-height: 0
    }
}

@media (max-width:650px) {
    .grid-panel .box-item .inner {
        padding-left: 27px;
        padding-right: 27px
    }
}

.grid-panel .box-item .inner h1,
.grid-panel .box-item .inner h2 {
    display: inline-block;
    font-family: Roboto, arial;
    font-weight: 500;
    margin: 0 0 18px;
    font-size: 25px;
    color: #fff
}

@media (max-width:480px) {

    .grid-panel .box-item .inner h1,
    .grid-panel .box-item .inner h2 {
        font-size: 20px;
        margin: 0 0 16px
    }
}

.grid-panel .box-item .inner p {
    margin-bottom: 24px
}

.grid-panel .box-item .inner>a {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

.grid-panel .box-item .inner>a:hover {
    border-color: #fff
}

.grid-panel .box-item .inner .btn {
    color: #fff;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.grid-panel .box-item .inner ul {
    position: relative;
    z-index: 10;
    padding: 0;
    margin: 0 0 18px;
    list-style-type: none
}

@media (max-width:650px) {
    .grid-panel .box-item .inner ul {
        margin-bottom: 0
    }
}

.grid-panel .box-item .inner ul li {
    margin-bottom: 10px
}

@media (max-width:650px) {
    .grid-panel .box-item .inner ul li:last-child {
        margin-bottom: 0
    }
}

.grid-panel .box-item .inner ul li a {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

@media (max-width:480px) {
    .grid-panel .box-item .inner ul li a {
        font-size: 16px
    }
}

.grid-panel .box-item .inner ul li a:hover {
    border-color: #fff
}

.grid-panel .box-item .inner .postcode-finder {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    padding-right: 50px
}

@media (max-width:1180px) {
    .grid-panel .box-item .inner .postcode-finder+.checkbox {
        text-align: center
    }
}

.grid-panel .box-item .inner .postcode-finder input[type=text] {
    background: #ececec;
    background-size: 25px 26px;
    border: 1px solid #bcbcbc;
    height: 46px;
    width: 100%;
    outline: 0;
    font-family: "Open Sans", arial;
    font-size: 18px;
    padding: 0 14px;
    color: #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

@media (max-width:900px) {
    .grid-panel .box-item .inner .postcode-finder input[type=text] {
        padding: 0 10px;
        font-size: 16px
    }
}

.grid-panel .box-item .inner .postcode-finder input[type=text]::-webkit-input-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .grid-panel .box-item .inner .postcode-finder input[type=text]::-webkit-input-placeholder {
        font-size: 16px
    }
}

.grid-panel .box-item .inner .postcode-finder input[type=text]:-moz-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .grid-panel .box-item .inner .postcode-finder input[type=text]:-moz-placeholder {
        font-size: 16px
    }
}

.grid-panel .box-item .inner .postcode-finder input[type=text]::-moz-placeholder {
    opacity: 1;
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .grid-panel .box-item .inner .postcode-finder input[type=text]::-moz-placeholder {
        font-size: 16px
    }
}

.grid-panel .box-item .inner .postcode-finder input[type=text]:-ms-input-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .grid-panel .box-item .inner .postcode-finder input[type=text]:-ms-input-placeholder {
        font-size: 16px
    }
}

.grid-panel .box-item .inner .postcode-finder input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #4e2162;
    display: inline-block;
    margin: 0;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.grid-panel .box-item .inner .postcode-finder input[type=submit]:hover {
    background: #6c2d97
}

.grid-panel .box-item.grey-blue .inner {
    background: #445c76
}

.grid-panel .box-item.leftmost .inner {
    background: #4e2162
}

.grid-panel .box-item.dark-blue .inner {
    background: #073340
}

.three-in-row {
    padding: 0;
    margin: 0 -50px 56px
}

.three-in-row:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

@media (max-width:650px) {
    .three-in-row {
        margin-left: unset;
        width: unset;
        margin: 0 -27px 30px
    }
}

.three-in-row li {
    list-style: none;
    padding: 0;
    margin: 0
}

.three-in-row a {
    color: #fff
}

.three-in-row a:hover {
    text-decoration: underline;
    text-decoration-color: #fff
}

.three-in-row .box-item {
    display: block;
    position: relative;
    float: left;
    width: 33.333%;
    min-height: 250px;
    padding: 38px 156px 38px 50px
}

@media (max-width:1024px) {
    .three-in-row .box-item {
        float: none;
        min-height: 0;
        width: 100%
    }
}

@media (max-width:650px) {
    .three-in-row .box-item {
        padding: 28px 145px 28px 25px
    }
}

@media (max-width:480px) {
    .three-in-row .box-item {
        padding: 28px 25px
    }
}

.three-in-row .box-item.yellow {
    background: #ccdd29
}

.three-in-row .box-item.yellow {
    background: #fec724
}

.three-in-row .box-item.red {
    background: #e0393e
}

.three-in-row .box-item.burgundy {
    background: #520211
}

.three-in-row .box-item.blue {
    background: #78c4dc
}

.three-in-row .box-item.purple {
    background: #4e2162
}

.three-in-row .box-item.grey-brown {
    background: #786658
}

.three-in-row .box-item.dark-blue {
    background: #073340
}

.three-in-row .box-item h1,
.three-in-row .box-item h2 {
    color: #fff;
    text-align: left;
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 12px
}

@media (max-width:1280px) {

    .three-in-row .box-item h1,
    .three-in-row .box-item h2 {
        font-size: 24px
    }
}

@media (max-width:550px) {

    .three-in-row .box-item h1,
    .three-in-row .box-item h2 {
        font-size: 22px
    }
}

.three-in-row .box-item img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    display: block;
    max-height: 112px
}

@media (max-width:1024px) {
    .three-in-row .box-item img {
        max-height: 106px
    }
}

@media (max-width:480px) {
    .three-in-row .box-item img {
        display: none
    }
}

.link-grid-panel {
    background: #ececec;
    padding: 50px 0
}

@media (max-width:900px) {
    .link-grid-panel {
        padding: 20px 0
    }
}

.link-grid-panel .inner {
    position: relative;
    margin: 0 -40px
}

.link-grid-panel .inner:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.link-grid-panel .inner:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ececec
}

.link-grid-panel .inner .clear-row:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

@media (min-width:901px) {

    .link-grid-panel .inner .clear-row:first-child .link-group:nth-child(1),
    .link-grid-panel .inner .clear-row:first-child .link-group:nth-child(2),
    .link-grid-panel .inner .clear-row:first-child .link-group:nth-child(3) {
        padding-top: 10px
    }

    .link-grid-panel .inner .clear-row .link-group:nth-child(3n) {
        border-right: none
    }
}

.link-grid-panel .inner .link-group {
    width: 33.333%;
    padding: 30px 50px 30px;
    float: left;
    text-align: left;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

@media (max-width:900px) {
    .link-grid-panel .inner .link-group {
        width: 100%;
        height: auto !important;
        float: none;
        padding: 30px 50px 25px;
        border-right: none
    }
}

.link-grid-panel .inner .link-group h1,
.link-grid-panel .inner .link-group h2 {
    display: inline;
    text-align: left
}

@media (max-width:1280px) {

    .link-grid-panel .inner .link-group h1,
    .link-grid-panel .inner .link-group h2 {
        font-size: 24px
    }
}

@media (max-width:1024px) {

    .link-grid-panel .inner .link-group h1,
    .link-grid-panel .inner .link-group h2 {
        font-size: 22px
    }
}

.link-grid-panel .inner .link-group h1:hover,
.link-grid-panel .inner .link-group h2:hover {
    border-color: #4e2162
}

.link-grid-panel .inner .link-group ul {
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none
}

.link-grid-panel .inner .link-group ul li {
    margin-bottom: 8px
}

.link-grid-panel .inner .link-group ul li a {
    color: #000;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

.link-grid-panel .inner .link-group ul li a:hover {
    border-color: #000
}

.tile-panel-list {
    margin: -10px -7px 40px
}

.tile-panel-list:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.tile-panel-list .tile-link {
    padding: 0 7px;
    float: left;
    width: 25%;
    margin-bottom: 14px
}

@media (max-width:1024px) {
    .tile-panel-list .tile-link {
        width: 50%
    }
}

@media (max-width:900px) {
    .tile-panel-list .tile-link {
        padding: 0 10px;
        margin-bottom: 25px
    }
}

@media (max-width:480px) {
    .tile-panel-list .tile-link {
        width: 100%
    }
}

@media (min-width:1025px) {
    .tile-panel-list .tile-link:nth-child(4n+1) {
        clear: left
    }
}

@media (max-width:1024px) {
    .tile-panel-list .tile-link:nth-child(2n+1) {
        clear: left
    }
}

.tile-panel-list .tile-link a {
    display: block;
    background: #ececec;
    padding: 30px 36px;
    color: #000;
    border: none
}

@media (max-width:1180px) {
    .tile-panel-list .tile-link a {
        padding: 26px 36px
    }
}

@media (max-width:900px) {
    .tile-panel-list .tile-link a {
        padding: 20px 30px
    }
}

@media (max-width:480px) {
    .tile-panel-list .tile-link a {
        height: auto !important;
        padding: 20px 30px 10px
    }
}

@media (max-width:360px) {
    .tile-panel-list .tile-link a {
        padding: 16px 20px 6px
    }
}

@media (max-width:480px) {
    .tile-panel-list .tile-link a .title {
        height: auto !important
    }
}

.tile-panel-list .tile-link a p {
    margin: 16px 0
}

.tile-panel-list .tile-link a h1,
.tile-panel-list .tile-link a h2 {
    display: inline;
    margin: 0 0 5px;
    color: #3d5523;
    font-size: 26px;
    line-height: 32px;
    font-family: Roboto, arial;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

@media (max-width:1180px) {

    .tile-panel-list .tile-link a h1,
    .tile-panel-list .tile-link a h2 {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width:900px) {

    .tile-panel-list .tile-link a h1,
    .tile-panel-list .tile-link a h2 {
        font-size: 20px
    }
}

.tile-panel-list .tile-link a h1:hover,
.tile-panel-list .tile-link a h2:hover {
    border-color: #8ec742
}

.more-services-panel {
    margin: -10px 0 0
}

.more-services-panel ul {
    padding: 0;
    margin: 0 0 40px;
    text-align: center
}

.more-services-panel ul:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.more-services-panel ul li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 0 7px;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .more-services-panel ul li {
        width: 32%;
        padding: 0 4px
    }
}

@media (max-width:650px) {
    .more-services-panel ul li {
        width: 49%
    }
}

@media (max-width:480px) {
    .more-services-panel ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px
    }
}

.more-services-panel ul li a {
    display: block;
    padding: 18px 10px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    background: #4e2162;
    box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, .4);
    text-align: center;
    color: #fff;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

@media (max-width:1024px) {
    .more-services-panel ul li a {
        font-size: 14px;
        padding: 12px
    }
}

.more-services-panel ul li a:hover {
    background: #6c2d97
}

.promo-banner {
    position: relative;
    margin-bottom: 60px
}

@media (max-width:900px) {
    .promo-banner {
        margin-bottom: 30px
    }
}

.promo-banner.dark-blue {
    background: #073340
}

.promo-banner.dark-blue .slick-dots li button {
    color: #000;
    border: 1px solid #000
}

.promo-banner.dark-blue .slick-dots li.slick-active button {
    background: #000;
    color: #fff
}

.promo-banner.dark-blue .inner-item .image:before {
    background-image: url(../images/banner-curve-dark-blue.gif)
}

.promo-banner.dark-blue .inner-item .text {
    color: #fff
}

.promo-banner.dark-blue .inner-item .text h2 {
    color: #fff
}

.promo-banner.dark-blue .slider-state .control-play {
    border-color: #000;
    background-image: url(../images/pause-icon.png)
}

.promo-banner.dark-blue .slider-state .control-play.paused {
    background-image: url(../images/play-icon.png)
}

.promo-banner.dark-blue .inner-item .text {
    background-color: #073340
}

.promo-banner .slider-state {
    position: absolute;
    bottom: 37px;
    right: 0;
    left: 0;
    list-style-type: none;
    padding: 0 50px;
    max-width: 1380px;
    margin: 0 auto;
    text-align: right
}

@media (max-width:1400px) {
    .promo-banner .slider-state {
        display: inline-block;
        left: auto
    }
}

@media (max-width:1024px) {
    .promo-banner .slider-state {
        right: calc(50% - 97px)
    }
}

@media (max-width:900px) {
    .promo-banner .slider-state {
        left: 0;
        right: auto
    }
}

@media (max-width:650px) {
    .promo-banner .slider-state {
        padding: 0 20px
    }
}

.promo-banner .slider-state .control-play {
    cursor: pointer;
    margin-left: 844px;
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff url(../images/pause-icon.png) no-repeat center;
    background-size: 14px 16px
}

@media (max-width:1400px) {
    .promo-banner .slider-state .control-play {
        margin-left: auto;
        margin-right: 404px
    }
}

@media (max-width:1024px) {
    .promo-banner .slider-state .control-play {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:900px) {
    .promo-banner .slider-state .control-play {
        width: 28px;
        height: 28px;
        background-size: 12px 14px
    }
}

.promo-banner .slider-state .control-play.paused {
    background-image: url(../images/play-icon.png)
}

.promo-banner .slick-dots {
    position: absolute;
    bottom: 36px;
    right: 0;
    left: 0;
    list-style-type: none;
    padding: 0 50px;
    max-width: 1380px;
    margin: 0 auto;
    text-align: right
}

@media (max-width:1400px) {
    .promo-banner .slick-dots {
        display: inline-block;
        left: auto
    }
}

@media (max-width:650px) {
    .promo-banner .slick-dots {
        padding: 0 20px
    }
}

.promo-banner .slick-dots li {
    position: relative;
    z-index: 100;
    display: inline-block;
    margin: 0 5px 0 0
}

.promo-banner .slick-dots li button {
    display: inline-block;
    font-size: 15px;
    font-family: "Open Sans", arial;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    width: 32px;
    padding: 5px
}

@media (max-width:900px) {
    .promo-banner .slick-dots li button {
        font-size: 13px;
        width: 28px;
        padding: 4px
    }
}

.promo-banner .slick-dots li.slick-active button {
    background: #000;
    color: #fff
}

.promo-banner .inner-item {
    position: relative;
    min-height: 380px;
    margin: 0 -50px
}

.promo-banner .inner-item:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.promo-banner .inner-item .image {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 500px);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (max-width:1024px) {
    .promo-banner .inner-item .image {
        width: 50%
    }
}

@media (max-width:900px) {
    .promo-banner .inner-item .image {
        position: relative;
        height: 300px;
        width: 100%
    }
}

@media (max-width:480px) {
    .promo-banner .inner-item .image {
        height: 200px
    }
}

@media (max-width:360px) {
    .promo-banner .inner-item .image {
        height: 170px
    }
}

.promo-banner .inner-item .image:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    display: block;
    background: url(../images/banner-curve-army-green.gif) no-repeat top;
    background-size: 100px 436px
}

@media (max-width:1180px) {
    .promo-banner .inner-item .image:before {
        right: -17px
    }
}

@media (max-width:900px) {
    .promo-banner .inner-item .image:before {
        display: none
    }
}

.promo-banner .inner-item .text {
    padding: 50px 40px 80px 16px;
    width: 500px;
    float: right;
    color: #fff;
    background-color: #3d5523
}

@media (min-width:900px) {
    .promo-banner .inner-item .text {
        min-height: 380px
    }
}

@media (max-width:1024px) {
    .promo-banner .inner-item .text {
        width: 50%
    }
}

@media (max-width:900px) {
    .promo-banner .inner-item .text {
        width: 100%;
        height: auto !important;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width:650px) {
    .promo-banner .inner-item .text {
        padding-top: 30px
    }
}

.promo-banner .inner-item .text h2 {
    text-align: left;
    color: #fff
}

.promo-banner+.content-panel {
    padding-top: 40px
}

.promo-banner a:hover {
    text-decoration: underline
}

.promo-banner a:hover .text h2 {
    text-decoration: underline
}

.content-col-left .right .promo-banner ul {
    padding: 0 50px
}

.content-col-left .right .promo-banner ul li {
    padding-left: 0;
    margin-bottom: 0
}

.content-col-left .right .promo-banner ul li::before {
    content: none
}

.half-carousel {
    position: relative;
    margin-bottom: 60px
}

.half-carousel.purple {
    background: #4e2162
}

.half-carousel.purple .slider-item {
    width: 60%;
    float: right
}

@media (max-width:1024px) {
    .half-carousel.purple .slider-item {
        width: 50%
    }
}

@media (max-width:900px) {
    .half-carousel.purple .slider-item {
        width: 100%
    }
}

.half-carousel.purple .text {
    width: 40%;
    color: #fff;
    padding: 50px 16px 80px 40px
}

@media (max-width:1024px) {
    .half-carousel.purple .text {
        width: 50%
    }
}

.half-carousel.purple .text h1,
.half-carousel.purple .text h2,
.half-carousel.purple .text h3,
.half-carousel.purple .text h4,
.half-carousel.purple .text h5 {
    color: #fff
}

.half-carousel.purple .inner-item .image:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100px;
    display: block;
    background: url(../images/banner-curve-left-purple.png) no-repeat top;
    background-size: 100px 436px
}

@media (max-width:1180px) {
    .half-carousel.purple .inner-item .image:before {
        right: -17px
    }
}

@media (max-width:900px) {
    .half-carousel.purple .inner-item .image:before {
        display: none
    }
}

.half-carousel.purple .slick-dots li button {
    font-size: 15px;
    color: #fff;
    width: 32px;
    height: auto;
    padding: 5px;
    background: 0 0
}

@media (max-width:900px) {
    .half-carousel.purple .slick-dots li button {
        font-size: 13px;
        width: 28px;
        padding: 4px
    }
}

.half-carousel.purple .slick-dots li.slick-active button {
    background: #fff;
    color: #4e2162
}

@media (max-width:900px) {
    .half-carousel {
        margin-bottom: 30px
    }
}

.half-carousel .slider-item {
    width: 50%;
    float: right
}

@media (max-width:900px) {
    .half-carousel .slider-item {
        width: 100%
    }
}

.half-carousel .slider-state {
    position: absolute;
    bottom: 37px;
    right: 0;
    left: 0;
    list-style-type: none;
    padding: 0 50px;
    max-width: 1380px;
    margin: 0 auto;
    text-align: right
}

@media (max-width:1400px) {
    .half-carousel .slider-state {
        display: inline-block;
        left: auto
    }
}

@media (max-width:900px) {
    .half-carousel .slider-state {
        left: 0;
        right: auto
    }
}

@media (max-width:650px) {
    .half-carousel .slider-state {
        padding: 0 20px
    }
}

.half-carousel .slider-state .control-play {
    cursor: pointer;
    margin-left: 844px;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: url(../images/white-pause-icon.png) no-repeat center;
    background-size: 14px 16px
}

.half-carousel .slider-state .control-play.paused {
    background-image: url(../images/white-play-icon.png)
}

.half-carousel .slick-dots {
    position: absolute;
    bottom: 36px;
    right: 0;
    left: 0;
    list-style-type: none;
    padding: 0 50px;
    max-width: 1380px;
    margin: 0 auto;
    text-align: right
}

@media (max-width:1400px) {
    .half-carousel .slick-dots {
        display: inline-block;
        left: auto
    }
}

@media (max-width:650px) {
    .half-carousel .slick-dots {
        padding: 0 20px
    }
}

.half-carousel .slick-dots li {
    position: relative;
    z-index: 100;
    display: inline-block;
    margin: 0 5px 0 0
}

.half-carousel .slick-dots li button {
    display: inline-block;
    font-size: 0;
    font-family: "Open Sans", arial;
    color: #fff;
    background: #8e17e0;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 12px;
    height: 12px;
    padding: 5px
}

.half-carousel .slick-dots li.slick-active button {
    background: #4e2162;
    color: #fff
}

.half-carousel .inner-item {
    position: relative;
    min-height: 380px;
    margin: 0
}

.half-carousel .inner-item:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.half-carousel .inner-item .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (max-width:900px) {
    .half-carousel .inner-item .image {
        position: relative;
        height: 300px;
        width: 100%;
        padding: 0 0 63%
    }
}

@media (max-width:480px) {
    .half-carousel .inner-item .image {
        height: 200px
    }
}

@media (max-width:360px) {
    .half-carousel .inner-item .image {
        height: 170px
    }
}

.half-carousel .text {
    width: 50%;
    float: left;
    padding: 0 16px 0 0
}

@media (max-width:900px) {
    .half-carousel .text {
        width: 100%;
        height: auto !important;
        padding: 20px
    }
}

.half-carousel+.content-panel {
    padding-top: 40px
}

.half-carousel a:hover {
    text-decoration: underline
}

.content-col-left .right .half-carousel.purple ul,
.content-col-left .right .promo-banner.purple ul {
    text-align: right
}

.content-col-left .right .half-carousel ul,
.content-col-left .right .promo-banner ul {
    padding: 0 50px;
    text-align: center
}

.content-col-left .right .half-carousel ul li,
.content-col-left .right .promo-banner ul li {
    padding-left: 0;
    margin-bottom: 0
}

.content-col-left .right .half-carousel ul li::before,
.content-col-left .right .promo-banner ul li::before {
    content: none
}

.search-results {
    max-width: 972px;
    margin-bottom: 60px
}

.search-results h1,
.search-results h2 {
    text-align: left
}

.search-results .search-filter {
    margin-bottom: 32px
}

.search-results .search-filter a {
    background: #d7d7d7;
    color: #4e2162;
    font-weight: 600;
    margin-bottom: 6px
}

.search-results .search-filter a:hover {
    background: #c7c7c7
}

.search-results .search-filter a.active {
    background: #4e2162;
    color: #fff
}

.search-results .about-result {
    font-weight: 400;
    margin-bottom: 32px
}

.search-results .result-item {
    margin-bottom: 34px
}

.search-results .result-item h2 {
    margin: 0;
    display: inline;
    font-size: 22px;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

@media (max-width:900px) {
    .search-results .result-item h2 {
        font-size: 20px
    }
}

.search-results .result-item h2:hover {
    border-color: #4e2162
}

.search-results .result-item p {
    margin: 10px 0 8px
}

.search-results .result-item small {
    font-size: 16px;
    font-weight: 400
}

@media (max-width:900px) {
    .search-results .result-item small {
        font-size: 14px;
        word-wrap: break-word
    }
}

.search-results .featured-results .result-item {
    padding: 24px 26px 28px;
    background: #78c4dc;
    margin-bottom: 20px
}

.search-results .featured-results .result-item:last-child {
    margin-bottom: 40px
}

.search-results .featured-results .result-item h2 {
    color: #000
}

.search-results .featured-results .result-item h2:hover {
    border-color: #000
}

.search-results .featured-results .result-item .left {
    width: 85%;
    display: inline-block;
    padding: 0 10px 0 0
}

.search-results .pagination {
    margin: 50px 0
}

.search-results .search-input {
    position: relative;
    margin-bottom: 50px
}

.search-results .search-input input[type=search],
.search-results .search-input input[type=text] {
    height: 52px;
    outline: 0;
    border: none;
    padding: 0 18px;
    padding-right: 68px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", arial;
    border-radius: 5px;
    width: 100%;
    background: #ececec;
    border: 1px solid #bcbcbc
}

.search-results .search-input .btn {
    position: absolute;
    width: 54px;
    height: 100%;
    background: #4e2162 url(../images/icon-search-white.png) no-repeat center;
    background-size: 20px 21px;
    right: 0;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 10;
    text-indent: -9999px
}

.search-results .search-input .btn:hover {
    background-color: #6c2d97
}

.content-col-left .assetbrowser .search-results {
    margin-bottom: 10px
}

.content-col-left .assetbrowser .search-results .search-input {
    margin-bottom: 10px
}

.content-col-left .assetbrowser select {
    margin-bottom: 10px
}

.content-col-left .assetbrowser .clearSearch {
    padding: 5px 18px 10px;
    font-size: smaller
}

.content-col-left {
    margin: 25px 0 50px
}

.content-col-left:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.content-col-left select {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 60px 0 22px;
    border-radius: 5px;
    font-family: "Open Sans", arial;
    color: #333;
    background: #ececec url(../images/arrow-green-down.png) no-repeat right;
    background-size: 54px 54px;
    border: 1px solid #bcbcbc;
    height: 50px
}

.content-col-left select+select {
    margin-top: -10px
}

.content-col-left .download-panel-box select {
    background-image: url(../images/arrow-purple-down.png)
}

.content-col-left .download-panel-box .search-results input[type=search] {
    background-color: #fff
}

.content-col-left .left {
    float: left;
    margin-top: 10px;
    margin-left: -22px;
    width: 300px;
    padding-right: 30px
}

@media (max-width:1024px) {
    .content-col-left .left {
        width: 100%;
        float: none;
        margin-top: 40px;
        margin-left: 0;
        padding-right: 0
    }
}

.content-col-left .left .grey-box {
    background: #ececec;
    margin-bottom: 30px;
    padding: 20px 22px
}

.content-col-left .left .grey-box .heading {
    font-size: 18px;
    margin: 0 0 18px;
    font-weight: 700
}

.content-col-left .left .grey-box .key>div {
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 18px
}

.content-col-left .left .grey-box .key>div img {
    vertical-align: top;
    max-width: 20px;
    margin-right: 16px
}

.content-col-left .left .grey-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.content-col-left .left .grey-box ul li {
    margin-bottom: 10px;
    font-weight: 300
}

.content-col-left .left .grey-box ul li a {
    font-weight: 600
}

.content-col-left .left .grey-box ul ul {
    margin: 10px 0 10px 10px
}

.content-col-left .left .blue-box {
    background: #073340;
    margin-bottom: 30px;
    padding: 20px 22px;
    color: #fff
}

.content-col-left .left .blue-box h3 {
    font-size: 18px;
    margin: 0 0 18px
}

.content-col-left .left .blue-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.content-col-left .left .blue-box ul p {
    margin: 0
}

.content-col-left .left .blue-box ul li {
    margin-bottom: 10px;
    color: #000;
    font-weight: 300
}

.content-col-left .left .blue-box ul li a {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

.content-col-left .left .blue-box ul li a:hover {
    border-color: #000
}

.content-col-left .left .postcode-finder {
    padding: 0 22px;
    margin-bottom: 30px
}

.content-col-left .left .postcode-finder .postcode-area {
    position: relative;
    max-width: 200px;
    padding-right: 50px
}

.content-col-left .left .postcode-finder .postcode-area input[type=text] {
    background: #ececec;
    background-size: 25px 26px;
    border: 1px solid #bcbcbc;
    height: 46px;
    width: 100%;
    outline: 0;
    font-family: "Open Sans", arial;
    font-size: 18px;
    padding: 0 14px;
    color: #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

@media (max-width:900px) {
    .content-col-left .left .postcode-finder .postcode-area input[type=text] {
        padding: 0 10px;
        font-size: 16px
    }
}

.content-col-left .left .postcode-finder .postcode-area input[type=text]::-webkit-input-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .content-col-left .left .postcode-finder .postcode-area input[type=text]::-webkit-input-placeholder {
        font-size: 16px
    }
}

.content-col-left .left .postcode-finder .postcode-area input[type=text]:-moz-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .content-col-left .left .postcode-finder .postcode-area input[type=text]:-moz-placeholder {
        font-size: 16px
    }
}

.content-col-left .left .postcode-finder .postcode-area input[type=text]::-moz-placeholder {
    opacity: 1;
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .content-col-left .left .postcode-finder .postcode-area input[type=text]::-moz-placeholder {
        font-size: 16px
    }
}

.content-col-left .left .postcode-finder .postcode-area input[type=text]:-ms-input-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    .content-col-left .left .postcode-finder .postcode-area input[type=text]:-ms-input-placeholder {
        font-size: 16px
    }
}

.content-col-left .left .postcode-finder .postcode-area input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #4e2162;
    display: inline-block;
    margin: 0;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.content-col-left .left .postcode-finder .postcode-area input[type=submit]:hover {
    background: #6c2d97
}

.content-col-left .left .side-promo-image {
    margin-bottom: 30px;
    text-align: center
}

@media (max-width:1024px) {
    .content-col-left .left .side-promo-image a {
        display: inline-block
    }
}

.content-col-left .left .side-promo-image img {
    display: block;
    width: 100%
}

@media (max-width:1024px) {
    .content-col-left .left .side-promo-image img {
        width: auto
    }
}

.content-col-left .right {
    float: right;
    width: calc(100% - 300px)
}

@media (max-width:1024px) {
    .content-col-left .right {
        width: 100%;
        float: none
    }
}

.content-col-left .right h1,
.content-col-left .right h2 {
    text-align: left
}

.content-col-left .right h1+h2 {
    margin-top: 32px
}

.content-col-left .right h1+.additional-content {
    margin: 16px 0 30px
}

.content-col-left .right h2 {
    margin-top: 46px
}

.content-col-left .right h3 {
    font-weight: 500;
    font-family: Roboto, arial
}

.content-col-left .right .download-link {
    color: #719e41;
    border-bottom: 1px solid #719e41;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

.content-col-left .right .download-link:hover {
    border-color: transparent
}

.content-col-left .right p {
    text-align: left;
    max-width: none;
    margin-bottom: 30px
}

.content-col-left .right p a {
    font-weight: 600
}

.content-col-left .right p+.download-panel-box,
.content-col-left .right p+.link-panel-box {
    margin-top: 40px
}

.content-col-left .right p+.table-responsive {
    margin-top: 40px
}

.content-col-left .right .additional-content {
    margin-top: 50px
}

.content-col-left .right .three-in-row {
    margin: 50px 0 56px 0;
    padding: 0
}

.content-col-left .right .three-in-row li {
    margin: 0;
    padding: 0
}

.content-col-left .right .three-in-row li::before {
    background: 0 0
}

.content-col-left .right .three-in-row h2 {
    margin: 0 0 12px
}

@media (min-width:901px) {
    .content-col-left .right .three-in-row {
        margin-left: 0;
        margin-right: 0
    }

    .content-col-left .right .three-in-row .box-item {
        width: 100%;
        height: auto !important;
        float: none;
        min-height: 0;
        padding: 28px 148px 28px 30px
    }

    .content-col-left .right .three-in-row .box-item h2 {
        margin-top: 0
    }

    .content-col-left .right .three-in-row .box-item img {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .content-col-left .right .three-in-row .box-item p:last-of-type {
        margin-bottom: 10px
    }
}

.content-col-left .right .all-services {
    max-width: 900px;
    margin-top: 40px
}

@media (max-width:900px) {
    .content-col-left .right .all-services {
        margin: 30px 0
    }
}

.content-col-left .right .all-services ul {
    padding: 0;
    margin: 0
}

.content-col-left .right .all-services ul li {
    display: inline-block;
    padding: 0;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 4px
}

@media (max-width:550px) {
    .content-col-left .right .all-services ul li {
        margin: 0 2px 6px 0
    }
}

.content-col-left .right .all-services ul li.active a {
    color: #719e41;
    background: #ececec
}

.content-col-left .right .all-services ul li.active a:hover {
    color: #8ec742;
    background: #ececec
}

.content-col-left .right .all-services ul li:before {
    display: none
}

.content-col-left .right .all-services ul li a {
    display: block;
    width: 58px;
    padding: 14px 4px;
    border-radius: 5px;
    background: #719e41;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

@media (max-width:1180px) {
    .content-col-left .right .all-services ul li a {
        width: 48px;
        padding: 11px 4px
    }
}

@media (max-width:550px) {
    .content-col-left .right .all-services ul li a {
        width: 34px;
        padding: 6px 4px
    }
}

.content-col-left .right .all-services ul li a:hover {
    background: #8ec742
}

.content-col-left .right .site-atoz li {
    margin-bottom: 6px;
    padding-left: 0
}

.content-col-left .right .site-atoz li:before {
    display: none
}

.content-col-left .right .site-atoz li a {
    display: inline-block;
    position: relative;
    padding-left: 36px
}

.content-col-left .right .site-atoz li a img {
    position: absolute;
    top: 2px;
    left: 0
}

.content-col-left .right .site-atoz li a span {
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

.content-col-left .right .site-atoz li a:hover span {
    border-color: #000
}

.content-col-left .right .btn {
    margin-bottom: 30px
}

.content-col-left .right .rte-outer>img.articleImage {
    max-width: 392px;
    float: right;
    margin-top: 8px;
    margin-left: 50px;
    margin-bottom: 30px
}

@media (max-width:1280px) {
    .content-col-left .right .rte-outer>img.articleImage {
        max-width: 300px
    }
}

@media (max-width:1180px) {
    .content-col-left .right .rte-outer>img.articleImage {
        max-width: 260px
    }
}

@media (max-width:650px) {
    .content-col-left .right .rte-outer>img.articleImage {
        float: none;
        width: 100%;
        margin: 16px 0;
        max-width: none
    }
}

.content-col-left .right>ul {
    margin: 24px 0 40px
}

.content-col-left .right ul {
    padding: 0 0 0 25px;
    list-style-type: none
}

.content-col-left .right ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px;
    font-weight: 400
}

.content-col-left .right ul li:before {
    content: ' ';
    position: absolute;
    top: 10px;
    left: 0;
    background: #000;
    border-radius: 50%;
    width: 5px;
    height: 5px
}

.content-col-left .right .download-panel-box ul {
    padding: 0
}

.content-col-left .right .last-update {
    font-size: 16px;
    font-family: "Open Sans", arial;
    font-weight: 400;
    font-style: italic
}

@media (max-width:900px) {
    .content-col-left .right .last-update {
        font-size: 14px
    }
}

.content-col-left .right .place-link {
    font-size: 16px;
    font-family: "Open Sans", arial;
    font-weight: 400
}

@media (max-width:900px) {
    .content-col-left .right .place-link {
        font-size: 14px
    }
}

.content-col-left .right .place-link a {
    text-decoration: underline;
    color: #719e41
}

.content-col-left .right .place-link a:hover {
    text-decoration: none
}

.content-col-left .right .news-item {
    position: relative;
    min-height: 152px;
    padding-left: 284px;
    margin: 0 0 54px
}

@media (max-width:900px) {
    .content-col-left .right .news-item:first-of-type {
        margin-top: 30px
    }
}

@media (max-width:650px) {
    .content-col-left .right .news-item {
        padding-left: 210px;
        min-height: 112px
    }
}

@media (max-width:480px) {
    .content-col-left .right .news-item {
        padding-left: 150px;
        min-height: 80px;
        margin-bottom: 36px
    }
}

@media (max-width:360px) {
    .content-col-left .right .news-item {
        padding-left: 120px
    }
}

.content-col-left .right .news-item .image {
    max-width: 244px;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:650px) {
    .content-col-left .right .news-item .image {
        max-width: 180px
    }
}

@media (max-width:480px) {
    .content-col-left .right .news-item .image {
        max-width: 130px
    }
}

@media (max-width:360px) {
    .content-col-left .right .news-item .image {
        max-width: 104px
    }
}

.content-col-left .right .news-item .image:before {
    content: ' ';
    background: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.content-col-left .right .news-item .image img {
    display: block
}

.content-col-left .right .news-item .image:hover:before {
    opacity: .25
}

.content-col-left .right .news-item h2 {
    display: inline;
    font-size: 26px;
    margin: 0;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

@media (max-width:900px) {
    .content-col-left .right .news-item h2 {
        font-size: 24px
    }
}

@media (max-width:480px) {
    .content-col-left .right .news-item h2 {
        font-size: 20px
    }
}

@media (max-width:360px) {
    .content-col-left .right .news-item h2 {
        font-size: 18px
    }
}

.content-col-left .right .news-item p {
    margin: 20px 0 20px;
    color: #000
}

@media (max-width:650px) {
    .content-col-left .right .news-item p {
        display: none
    }
}

.content-col-left .right .news-item small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000
}

@media (max-width:650px) {
    .content-col-left .right .news-item small {
        margin-top: 20px
    }
}

@media (max-width:480px) {
    .content-col-left .right .news-item small {
        font-size: 14px;
        margin-top: 14px
    }
}

.content-col-left .right .news-item small a {
    color: #719e41;
    text-decoration: underline
}

.content-col-left .right .news-item small a:hover {
    text-decoration: none
}

.content-col-left .right .news-item a:hover .image:before {
    opacity: .25
}

.content-col-left .right .news-item a:hover h2 {
    border-color: #719e41
}

.three-column-layout {
    list-style: none;
    margin: 0;
    padding: 0
}

.three-column-layout:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

@media (max-width:900px) {
    .three-column-layout {
        margin: 0 -15px
    }
}

@media (max-width:650px) {
    .three-column-layout {
        margin: 0
    }
}

.three-column-layout .col-item {
    width: 33.333%;
    padding: 0 30px;
    float: left
}

@media (max-width:900px) {
    .three-column-layout .col-item {
        padding: 0 15px
    }
}

@media (max-width:650px) {
    .three-column-layout .col-item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .three-column-layout .col-item:last-child {
        margin-bottom: 0
    }
}

.three-column-layout .col-item:hover h3 {
    text-decoration: underline
}

.three-column-layout .col-item:hover .image:before {
    opacity: .25
}

.three-column-layout .col-item .image {
    position: relative
}

.three-column-layout .col-item .image:before {
    content: ' ';
    background: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.three-column-layout .col-item .image img {
    width: 100%;
    display: block
}

.three-column-layout .col-item h3 {
    font-size: 24px;
    font-family: Roboto, arial;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 0
}

@media (max-width:1280px) {
    .three-column-layout .col-item h3 {
        font-size: 22px
    }
}

@media (max-width:900px) {
    .three-column-layout .col-item h3 {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .three-column-layout .col-item h3 {
        font-size: 18px
    }
}

.three-column-layout .col-item p {
    color: #fff;
    font-weight: 400;
    margin-top: 12px
}

.three-column-layout.latest-news li a:hover {
    text-decoration: none;
    border: none
}

.three-column-layout.latest-news li a p {
    color: #000
}

.service-list {
    padding: 0;
    margin: 0 -40px
}

.service-list:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

@media (max-width:1375px) {
    .service-list {
        margin: 0 -10px
    }
}

.service-list li {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 20px);
    margin: 0 10px;
    margin-bottom: 20px
}

@media (min-width:1026px) {
    .service-list li:nth-child(4n+1) {
        clear: left
    }
}

@media (max-width:1024px) {
    .service-list li {
        width: calc(50% - 20px)
    }

    .service-list li:nth-child(2n+1) {
        clear: left
    }
}

@media (max-width:650px) {
    .service-list li {
        width: calc(100% - 20px)
    }
}

.service-list li a {
    position: relative;
    display: block;
    background: #fff;
    color: #000;
    font-size: 16px;
    padding: 24px 14px 24px 76px;
    border-radius: 5px;
    box-shadow: 5px 5px 9px -4px rgba(0, 0, 0, .3);
    -moz-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    border: none
}

.service-list li a:hover {
    color: #000
}

.service-list li a:hover .service-icon {
    background: #8ec742
}

.service-list li a .service-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #719e41;
    width: 62px;
    height: 100%;
    -moz-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

.service-list li a .service-icon img {
    position: absolute;
    display: block;
    padding: 0 4px;
    top: 50%;
    margin-top: -27px;
    left: 0;
    right: 0
}

.visit-news-item {
    position: relative;
    min-height: 152px;
    padding-left: 284px;
    margin: 0 0 54px
}

@media (max-width:900px) {
    .visit-news-item:first-of-type {
        margin-top: 30px
    }
}

@media (max-width:650px) {
    .visit-news-item {
        padding-left: 210px;
        min-height: 112px
    }
}

@media (max-width:480px) {
    .visit-news-item {
        padding-left: 150px;
        min-height: 80px;
        margin-bottom: 36px
    }
}

@media (max-width:360px) {
    .visit-news-item {
        padding-left: 106px
    }
}

.visit-news-item .image {
    max-width: 244px;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:650px) {
    .visit-news-item .image {
        max-width: 180px
    }
}

@media (max-width:480px) {
    .visit-news-item .image {
        max-width: 130px
    }
}

@media (max-width:360px) {
    .visit-news-item .image {
        max-width: 88px
    }
}

.visit-news-item .image:before {
    content: ' ';
    background: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.visit-news-item .image img {
    display: block
}

.visit-news-item .image:hover:before {
    opacity: .25
}

.visit-news-item h2 {
    display: inline;
    font-size: 26px;
    margin: 0;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

@media (max-width:900px) {
    .visit-news-item h2 {
        font-size: 24px
    }
}

@media (max-width:480px) {
    .visit-news-item h2 {
        font-size: 20px
    }
}

@media (max-width:360px) {
    .visit-news-item h2 {
        font-size: 18px
    }
}

.visit-news-item p {
    margin: 20px 0 20px
}

@media (max-width:800px) {
    .visit-news-item p {
        display: -webkit-box;
        max-width: 400px;
        height: 78px;
        margin: 12px auto;
        line-height: 26px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (max-width:480px) {
    .visit-news-item p {
        line-height: 22px;
        height: 68px;
        font-size: 15px
    }
}

.visit-news-item small {
    display: block;
    font-size: 16px;
    font-weight: 400
}

@media (max-width:650px) {
    .visit-news-item small {
        margin-top: 20px
    }
}

@media (max-width:480px) {
    .visit-news-item small {
        font-size: 14px;
        margin-top: 14px
    }
}

.visit-news-item a:hover .image:before {
    opacity: .25
}

.visit-news-item a:hover h2 {
    border-color: #4e2162
}

#feedback {
    background: #6c2d97;
    padding: 20px 20px 0
}

#feedback fieldset,
#feedback form {
    border: none
}

#feedback fieldset {
    padding: 0 0 30px;
    margin: 0
}

#feedback .radio {
    display: inline-block;
    margin-right: 16px
}

@media (max-width:360px) {
    #feedback .radio {
        margin-right: 8px
    }
}

#feedback #reasonPanel {
    margin-top: 30px
}

#feedback #reasonPanel select {
    background-color: #fff
}

#feedback #feedbackCommentsPanel {
    margin-bottom: 30px
}

#feedback #feedbackCommentsPanel label {
    display: block;
    margin-bottom: 14px
}

#feedback #feedbackCommentsPanel textarea {
    outline: 0;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    padding: 14px;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Open Sans", arial
}

#feedback #feedbackCommentsPanel input[type=text] {
    background: #fff;
    border: none;
    height: 46px;
    width: 100%;
    max-width: 400px;
    outline: 0;
    font-family: "Open Sans", arial;
    font-size: 18px;
    padding: 0 14px;
    color: #000;
    border-radius: 5px
}

@media (max-width:900px) {
    #feedback #feedbackCommentsPanel input[type=text] {
        padding: 0 10px;
        font-size: 16px
    }
}

#feedback #feedbackCommentsPanel input[type=text]::-webkit-input-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    #feedback #feedbackCommentsPanel input[type=text]::-webkit-input-placeholder {
        font-size: 16px
    }
}

#feedback #feedbackCommentsPanel input[type=text]:-moz-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    #feedback #feedbackCommentsPanel input[type=text]:-moz-placeholder {
        font-size: 16px
    }
}

#feedback #feedbackCommentsPanel input[type=text]::-moz-placeholder {
    opacity: 1;
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    #feedback #feedbackCommentsPanel input[type=text]::-moz-placeholder {
        font-size: 16px
    }
}

#feedback #feedbackCommentsPanel input[type=text]:-ms-input-placeholder {
    font-family: "Open Sans", arial;
    font-size: 18px;
    color: #000
}

@media (max-width:900px) {
    #feedback #feedbackCommentsPanel input[type=text]:-ms-input-placeholder {
        font-size: 16px
    }
}

#feedback #feedback-info {
    position: relative;
    padding-left: 90px;
    padding-bottom: 30px;
    margin: 0 -22px
}

@media (max-width:480px) {
    #feedback #feedback-info {
        padding-left: 50px
    }
}

#feedback #feedback-info img {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:480px) {
    #feedback #feedback-info img {
        max-width: 30px
    }
}

#feedback #feedback-info .h3 {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 8px;
    color: #000
}

#feedback #feedback-info p:first-of-type {
    margin-top: 0
}

@media (max-width:900px) {
    footer {
        text-align: center
    }
}

footer .footer-contents .footer-top {
    background: #8ec742;
    padding: 14px 10px
}

footer .footer-contents .footer-top:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

@media (max-width:480px) {
    footer .footer-contents .footer-top {
        padding: 26px 0
    }
}

@media (min-width:900px) {
    footer .footer-contents .footer-top .flexbox-footer-row {
        display: flex
    }
}

footer .footer-contents .footer-top .social-links {
    display: inline-block;
    margin: 0 auto 0 0
}

@media (max-width:480px) {
    footer .footer-contents .footer-top .social-links {
        float: none;
        text-align: center;
        margin-bottom: 26px
    }
}

footer .footer-contents .footer-top .social-links a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: none
}

@media (max-width:1280px) {
    footer .footer-contents .footer-top .social-links a {
        width: 44px;
        height: 44px
    }
}

@media (max-width:900px) {
    footer .footer-contents .footer-top .social-links a {
        width: 38px;
        height: 38px;
        margin-left: -8px;
        margin-right: 22px
    }
}

@media (max-width:480px) {
    footer .footer-contents .footer-top .social-links a {
        margin: 0 12px
    }
}

footer .footer-contents .footer-top .social-links a img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    max-height: 38px
}

@media (max-width:900px) {
    footer .footer-contents .footer-top .social-links a img {
        max-height: 28px
    }
}

@media (max-width:480px) {
    footer .footer-contents .footer-top .social-links a img {
        max-height: 24px
    }
}

footer .footer-contents .footer-top .social-links a img.hover {
    display: none
}

footer .footer-contents .footer-top .social-links a:hover img {
    display: none
}

footer .footer-contents .footer-top .social-links a:hover img.hover {
    display: block
}

footer .footer-contents .footer-top .footer-strapline {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
    display: none;
    background-image: url(../images/footer-text-image.png);
    background-repeat: no-repeat;
    background-size: 280px 26px;
    height: 26px;
    width: 280px;
    position: absolute;
    margin-top: 10px;
    left: 50%;
    transform: translate(-50%)
}

footer .footer-contents .footer-top .footer-strapline:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

@media (min-width:900px) {
    footer .footer-contents .footer-top .footer-strapline {
        display: inline-block
    }
}

@media (min-width:1024px) {
    footer .footer-contents .footer-top .footer-strapline {
        background-size: 340px 32px;
        height: 32px;
        width: 340px
    }
}

@media (min-width:1180px) {
    footer .footer-contents .footer-top .footer-strapline {
        background-size: 400px 40px;
        height: 45px;
        width: 400px
    }
}

footer .footer-contents .footer-top .sign-up,
footer .footer-contents .footer-top button {
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", arial;
    padding: 14px 18px;
    border: 1.5px solid #383c3f;
    font-weight: 700;
    background-color: #383c3f;
    border-radius: 5px;
    margin: 0 0 0 auto;
    white-space: nowrap;
    -moz-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

@media (max-width:1280px) {

    footer .footer-contents .footer-top .sign-up,
    footer .footer-contents .footer-top button {
        font-size: 16px;
        padding: 12px 18px
    }
}

@media (max-width:900px) {

    footer .footer-contents .footer-top .sign-up,
    footer .footer-contents .footer-top button {
        font-size: 14px;
        padding: 10px 14px
    }
}

@media (max-width:480px) {

    footer .footer-contents .footer-top .sign-up,
    footer .footer-contents .footer-top button {
        float: none;
        width: 78%
    }
}

@media (max-width:360px) {

    footer .footer-contents .footer-top .sign-up,
    footer .footer-contents .footer-top button {
        width: 90%
    }
}

footer .footer-contents .footer-top .sign-up:hover,
footer .footer-contents .footer-top button:hover {
    background: #000
}

footer .footer-contents .footer-main {
    background: #719e41;
    border: none;
    padding: 64px 10px 45px
}

@media (min-width:900px) {
    footer .footer-contents .footer-main {
        background: #719e41 url(../images/melton-footer-logo-shape.png) no-repeat center;
        background-size: cover;
        background-position-y: bottom
    }
}

@media (max-width:900px) {
    footer .footer-contents .footer-main {
        padding: 50px 0 35px
    }
}

@media (max-width:480px) {
    footer .footer-contents .footer-main {
        padding: 44px 0 30px
    }
}

footer .footer-contents .footer-main .container {
    position: relative
}

@media (min-width:901px) {
    footer .footer-contents .footer-main .container {
        padding-right: 350px
    }
}

@media (min-width:901px) and (max-width:1280px) {
    footer .footer-contents .footer-main .container {
        padding-right: 268px
    }
}

footer .footer-contents .footer-main .nomenu {
    margin: 0 0 94px;
    display: inline-block
}

footer .footer-contents .footer-main ul {
    padding: 0;
    margin: 0 0 60px
}

@media (max-width:900px) {
    footer .footer-contents .footer-main ul {
        margin-bottom: 22px;
        padding-left: 10px
    }
}

footer .footer-contents .footer-main ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px
}

@media (max-width:480px) {
    footer .footer-contents .footer-main ul li {
        margin-bottom: 8px
    }
}

footer .footer-contents .footer-main ul li a {
    color: #fff;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
    font-weight: 600
}

@media (max-width:900px) {
    footer .footer-contents .footer-main ul li a {
        font-size: 16px
    }
}

@media (max-width:480px) {
    footer .footer-contents .footer-main ul li a {
        font-size: 14px
    }
}

footer .footer-contents .footer-main ul li a:hover {
    border-color: #fff
}

footer .footer-contents .footer-main .footer-logo {
    position: absolute;
    width: 198px;
    top: -32px;
    right: 50px;
    border: none
}

@media (max-width:900px) {
    footer .footer-contents .footer-main .footer-logo {
        display: inline-block;
        width: 150px;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto 30px
    }
}

footer .footer-contents .footer-main .back-top {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: -20px;
    padding: 10px 26px 10px 0;
    right: 50px;
    font-size: 16px;
    color: #fff;
    background: url(../images/footer-up-arrow.png) no-repeat right;
    background-size: 12px 20px
}

@media (max-width:900px) {
    footer .footer-contents .footer-main .back-top {
        bottom: 0;
        position: relative;
        font-size: 14px;
        margin-top: 30px;
        background-size: 10px 18px;
        padding-right: 20px;
        right: 0;
        left: 0
    }
}

footer .footer-contents .footer-main .back-top span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

footer .footer-contents .footer-main .back-top:hover span {
    border-color: #fff
}

footer .footer-contents .footer-main .website-by {
    font-weight: 400;
    font-size: 12px;
    color: #fff
}

footer .footer-contents .footer-main .website-by a {
    color: #fff;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
    text-decoration: underline;
    border: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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
}

a:focus,
a:hover {
    text-decoration: none
}

.designer-menu .thumbnail h2 {
    margin-bottom: 5px;
}

.designer_section_button_container {
    height: 32px;
    margin: 20px 0px;
}

/* ---------------------- COA Hide Solicitor Address Search  ---------------------- */

div#ContentPlaceHolder_BodyContent_SolicitorInvolvedAddress_SolicitorInvolvedAddressSearchRow {
    display: none;
}


/*--------------Amended to resolve issue with residents moving in on Move Out scenarion - These were added to hide the disregard questions at the request of Nicky Lambert at Melton---------------------------- */

div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_0_ApplicableToResidentSection,
div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_1_ApplicableToResidentSection,
div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_2_ApplicableToResidentSection,
div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_3_ApplicableToResidentSection,
div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_4_ApplicableToResidentSection,
div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_5_ApplicableToResidentSection,
div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_6_ApplicableToResidentSection,
div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_7_ApplicableToResidentSection,
div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_8_ApplicableToResidentSection,
div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_9_ApplicableToResidentSection,
div#ctl00_ContentPlaceHolder_BodyContent_ResidentRepeater_10_ApplicableToResidentSection {
    display: none
}

/*-------------Added to hide the Hardship relief section on Business Rates Relief Application---------------------------- */
div#ContentPlaceHolder_BodyContent_Hardship {
    display: none;
}
