/* content styles (quick answers & co.) */
@import url("content-md.css");

/* --- start MEDIUM breakpoint */

body.page-frontpage {
    background: url(../img/bg.jpg) no-repeat center top fixed;
    background-size: cover;
}
body {
    background: #fff;
}
.main {
    float: left;
    width: 100%;
    background: #fff;
}
.simple-page-head {
    font-size: 18px;
}
.page-wrap {
    padding: 0 40px;

    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    zoom: 1;
}
.simple-page #webchat-wrapper {
    display: block;
}
/* No need for transparent filter bg. */
/*
.page-wrap:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/filter2.png);
    z-index: -5;
    opacity: 0.75;
}
*/
.submit-wrap {
    cursor: pointer;
}
.sp-head {
    margin: 0 -80px;
}
.top-bar {
    margin: 0 -40px;
    padding: 0 40px;

    background: #0d0e16;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiMwZDBlMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwYjIyNjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiMwZDBlMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #0d0e16 15%, #0b2265 50%, #0d0e16 85%);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #0d0e16), color-stop(50%, #0b2265), color-stop(85%, #0d0e16));
    background: -webkit-linear-gradient(left, #0d0e16 15%, #0b2265 50%, #0d0e16 85%);
    background: -o-linear-gradient(left, #0d0e16 15%, #0b2265 50%, #0d0e16 85%);
    background: -ms-linear-gradient(left, #0d0e16 15%, #0b2265 50%, #0d0e16 85%);
    background: linear-gradient(to right, #0d0e16 15%, #0b2265 50%, #0d0e16 85%);
}
.page-frontpage .top-bar .logo-wrap {
    left: -10px;
}
.page-frontpage .top-bar .time-wrap {
    right: -20px;
    position: relative;
    color: #fff;
    float: right;
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
    display: block;
}
.top-bar .inner {
    background: none;
    position: relative;
    padding: 0 10px;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.page-frontpage .search-box-small {
    display: none;
}
html.js .page-frontpage input.form-autocomplete.throbbing {
    background-position: 97.5% center;
}
.search-main {
    background: none;
}
.collections-page .page-title {
    background: url(../img/collection-default-bg.jpg) no-repeat center center;
    margin: 0 -40px;
    padding: 0 40px;
}
.collections-page .page-title .go-up {
    background: none;
    border: 0;
    width: 71px;
    text-align: center;
    float: left;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 10;
}
.collections-page .page-title .go-up:before {
    font-size: 66px;
}
.collections-page .page-title h1 {
    border: 0;
    font-size: 32px;
    font-weight: normal;
    margin: 17px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #ffdc53;
    padding: 15px 15px 15px 80px;
}
.collections-page .page-title h2 {
    display: block;
    font-size: 28px;
    font-weight: normal;
    margin: 17px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 15px 10px 80px;
}
.collections-page .page-title h2 p {
    margin: 0;
}
.collections-page .page-title h1,
.collections-page .page-title h2 {
    position: relative;
}
.collections-page .page-title h1:before,
.collections-page .page-title h1:after,
.collections-page .page-title h2:before,
.collections-page .page-title h2:after {
    width: 1000px;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: -1000px;
    content: "";
}
.collections-page .page-title h1:after,
.collections-page .page-title h2:after {
    right: -1000px;
    left: auto;
}
.collections-page .page-title h1 span {
    padding-left: 45px;
}
.collections-page .page-title h1 span:before {
    font-size: 45px;
    top: 13px;
    left: 70px;
    position: absolute;
    display: block;
}
.collections-page .featured-sections .views-row.sticky {
    margin-right: 0;
    margin-left: 0;
}
.collections-page .featured-sections .views-row.sticky a:before {
    border-top: 1px solid #fff;
    height: 100%;
}
.page-title {
    display: block;
    margin: 36px -40px;
    padding: 0 40px;
    z-index:100;
    background: rgba(11, 34, 101, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#660B2265,endColorstr=#660B2265);
}
.page-title h1 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    margin: 17px 0;
}
.page-frontpage .page-title h1 {
    font-size: 34px;
    margin: 21px 0;
}
.search-box {
    margin: 0 -10px;
}
.search-box form {
    padding: 10px 86px 10px 0;
    margin: 30px 0;
}
.search-box-small form {
    margin: 0;
}
.search-box .form-text {
    color: #000;
    font-size: 28px;
    height: 64px;
    padding: 0 30px;
}
.search-box .form-actions {
    right: 0;
}
.search-box .form-actions input {
    width: 80px;
    height: 64px;
}
.search-box .form-actions:before {
    font-size: 60px;
    line-height: 64px;
}
.home-sections .section {
    padding: 20px 0;
}
.home-sections .section .title h2 {
    background: rgba(41, 43, 54, 0.7);
    font-size: 24px;
    padding: 13px 30px;
}
.home-sections .section.links ul {
    border: 0;
}
.home-sections .section.links li {
    margin: 4px 0;
    padding: 0 0 0 74px;
    border-top: 0;
}
.home-sections .section.links li a {
    border: 0;
    padding: 0 10px 0 10px;
    background-color: rgba(224, 227, 246, 0.9);
    font-size: 24px;
    color: #1c1c1c;
}
.home-sections .section.links li a [class*="icon-"]:before {
    border: 0;
    top: 0;
    left: -74px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(254, 203, 0, 0.9);
    color: #1c1c1c;
}
.home-sections .section.pane-front-page-short-answers-list ul {
    margin: 2px -10px 5px;
}
.home-sections .section.pane-front-page-short-answers-list li {
    padding: 0 10px 0 84px;
    margin: 2px 0;
}
.home-sections .view-front-page-extra-information table tr {
    background: none;
}
.home-sections .view-front-page-extra-information table td {
    margin: 4px 0;
    padding: 0 0 0 74px;
}
.home-sections .view-front-page-extra-information table a {
    border: 0;
    margin: 2px 0;
    background-color: rgba(224, 227, 246, 0.9);
    font-size: 24px;
    color: #1c1c1c;
}
.home-sections .view-front-page-extra-information table a span {
    padding: 0 10px;
}
.home-sections .view-front-page-extra-information table a [class*="icon-"]:before {
    border: 0;
    top: 0;
    left: -74px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(254, 203, 0, 0.9);
    color: #1c1c1c;
}
/*.page-frontpage .ui-widget-content .views-row,*/
/*.page-frontpage .view-id-front_page_short_answers_list.view-display-id-block_1 .view-content .views-row {*/
    /*height: auto;*/
    /*width: 23%;*/
    /*padding-bottom: 5px;*/
/*}*/
.page-frontpage .view-id-front_page_short_answers_list.view-display-id-block_1 .view-content .views-row .views-field-title {
    height: 60px;
}
.ui-widget {
    font-family: "Open Sans", sans-serif;
}
/*.home-sections .view-front-page-extra-information table a span {*/
    /*display: table-cell;*/
    /*height: 100%;*/
    /*vertical-align: middle;*/
    /*margin: 0 10px 0 80px;*/
    /*padding: 0 10px 0 80px;*/
/*}*/
/*.home-sections .view-front-page-extra-information table a [class*="icon-"]:before {*/
    /*width: 70px;*/
    /*height: 59px;*/
    /*line-height: 59px;*/
    /*position: absolute;*/
    /*top: 1px;*/
    /*left: 0;*/
    /*background: #c0c2d4;*/
    /*font-size: 36px;*/
    /*color: #292b36;*/
    /*text-align: center;*/
    /*display: block;*/
    /*border-right: 1px solid #fff;*/
/*}*/
.featured-sections .section {
    padding: 20px 0;
}
.featured-sections .section .title h2 {
    background: rgba(41, 43, 54, 0.7);
    font-size: 24px;
    padding: 13px 30px;
}
.featured-sections .section.links {
    padding: 0;
}
.inner-content {
    background: #fff;
    padding: 30px 80px;
    /*margin: 0 -10px;*/
}
.featured-sections .section.links ul,
.featured-sections .view-content {
    border: 0;
}
.featured-sections .section.links li,
.featured-sections .views-row.sticky {
    margin: 4px 0;
    padding: 0 0 0 74px;
}
.featured-sections .section.links li a,
.featured-sections .views-row.sticky a {
    border: 0;
    background-color: rgba(224, 227, 246, 0.9);
    font-size: 24px;
    color: #1c1c1c;
    line-height: 130%;
    padding: 14.4px 10px;
}
.featured-sections .section.links li a:hover,
.featured-sections .views-row.sticky a:hover {
    background: #d2d5e8
}
.featured-sections .section.links li a:before,
.featured-sections .views-row.sticky a:before {
    border: 0;
    top: 0;
    left: -74px;
    height: 60px;
    line-height: 60px;
    background: #fecb00;
    color: #fff;
}
.featured-sections .section.links li:hover a:before,
.featured-sections .views-row.sticky:hover a:before {
    background: #e1ac0c
}
.featured-sections .section.links .secondary-items {
    margin-top: 20px;
}
.featured-sections .views-row.sticky:last-child {
    margin-bottom: 20px;
}
.featured-sections .section.links .secondary-items li,
.featured-sections .views-row.not-sticky {
    padding-left: 71px;
}
.featured-sections .views-row.sticky + .views-row.not-sticky {
    margin-top: 20px;
}
.featured-sections .section.links .secondary-items li a,
.featured-sections .views-row.not-sticky a {
    background: none;
    height: auto;
    line-height: 130%;
    display: block;
    font-size: 24px;
    padding: 10px;
    color: #1C1C1C;
    position: relative;
}
.featured-sections .section.links .secondary-items li a:before,
.featured-sections .views-row.not-sticky a:before {
    left: -20px;
    top: 25.6px;
    margin-top: -9px;
    background: #fecb00;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
}
.featured-sections .section.links .secondary-items li:hover a:before,
.featured-sections .views-row.not-sticky:hover a:before {
    background: #e1ac0c
}
.featured-sections .collection-page-more {
    font-size: 24px;
    min-height: 35px;
    position: relative;
    padding: 10px 0 10px 12px;
    margin: 20px 0 5px 70px;
}
.featured-sections .collection-page-more span:before {
    font-size: 56px;
    left: -67px;
    position: absolute;
    top: 0;
}
.featured-sections .section.most-searched ul {
    margin-top: 2px;
}
.featured-sections .section.most-searched li {
    padding: 0 10px 0 84px;
    margin: 2px 0;
}
.featured-sections .section.news .title.secondary .row > div :first-child h2 {
    border: 0;
}
.featured-sections .section.news .title.secondary h2 {
    border: 0;
}
.featured-sections .section.news .title.secondary .current h2 {
    background: #292b36;
}
.featured-sections .section.news .news {
    margin-top: 4px;
}
.featured-sections .section.news .news li {
    margin-bottom: 4px;
}
.featured-sections .section.news .news li a {
    border: 0;
}
.featured-sections .section.news .button-more {
    font-size: 24px;
}
.home-sections .section.news .title.secondary .row > div :first-child h2 {
    border: 0;
}
.home-sections .section.news .title.secondary h2 {
    border: 0;
}
.home-sections .section.news .title.secondary .current h2 {
    background: #292b36;
}
.home-sections .section.news .news {
    margin-top: 4px;
}
.home-sections .section.news .news li {
    margin-bottom: 4px;
}
.home-sections .section.news .news li a {
    border: 0;
}
.home-sections .section.news .button-more {
    font-size: 24px;
}
.home-sections td a.tabledrag-handle {
    position: absolute;
    width: 5%;
    z-index: 2;
    left: -38px;
}
.home-sections .draggableviews-processed li {
    width: 100%;
}
.sp-breadcrumbs {
    margin: 0 -80px;
    padding: 12px 10px;
    font-size: 13px;
    color: #292b36;
    display: block;
}

.main-footer {
    color: #404352;
    font-size: 15px;
    margin: 0 -30px;
    display: block;
}
.main-footer .pre-cont,
.main-footer .content,
.main-footer .post-cont {
    padding: 15px 50px;
}
.main-footer .pre-cont {
    background: #b9bcce;
}
.main-footer .pre-cont a {
    color: #0b2265;
}
.main-footer .content {
    background: #d2d5e8;
    padding-bottom: 36px;
}
.main-footer .content h2 {
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #404352;
    padding-bottom: 10px;
    margin-top: 0;
    color: #404352;
}
.main-footer li:hover a {
    color: #2457b5;
}
.main-footer .post-cont {
    background: #e0e3f6;
    color: #292b36;
}
.main-footer .last-updated {
    text-align: right;
}
footer .last-bar .logo {
    margin: 0;
    text-align: left;
}
footer .copyright {
    text-align: right;
}

/* start - report it */

.node-report-it {
  background: #F3F4FF;
}
.node-webform .sp-head {
    border-bottom: 0;
}
.report-it-menu {
    margin: 1px 0 0;
}
.report-it-menu > legend:before {
    height: 60px;
    top: 0;
}
.node-webform .form-select.month,
.node-webform .form-select.day {
    width: auto;
}
.report-it-menu + fieldset:not(.report-it-menu) /* no ie8 fall / temp? */ {
    padding: 0 25px;
}
.node-webform #edit-actions {
    padding: 0px 25px;
}

/* end - report it */


/* search page */
.search-form #edit-basic {
    position: relative;
    padding-right: 0;
}
.search-form #edit-actions {
    position: relative;
    margin: 16px 0 0 10px;
    top: 0;
}
.page-search .sp-content .search-form .form-item {
    max-width: 490px;
}
.page-search .search-form .form-text {
    background: #fff;
}


/* pre-application advice form */

#wcc-planning-form-pre-app .numbered-tabs {
    position: relative;
    text-align: right;
    display: block;
}
#wcc-planning-form-pre-app .numbered-tabs:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    background: #b9bcce;
    top: 50%;
    margin-top: -1px;
    left: 0;
}
#wcc-planning-form-pre-app .numbered-tabs li {
    display: inline-block;
    width: 60px;
    padding: 0;
    float: none;
    margin-left: 35%;
}
#wcc-planning-form-pre-app .numbered-tabs li:first-child {
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
}
#wcc-planning-form-pre-app .numbered-tabs a {
    display: block;
    width: 60px;
    height: 52px;
    line-height: 52px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background: #b9bcce;
}
#wcc-planning-form-pre-app .numbered-tabs a:hover {
    background: #9ea1b1;
}
#wcc-planning-form-pre-app .numbered-tabs li.active a {
    background: #2457b5;
}
#wcc-planning-form-pre-app .title-tabs {
    margin-top: 25px;
    margin-bottom: 0;
}
#wcc-planning-form-pre-app .title-tabs li {
    display: none;
}
#wcc-planning-form-pre-app .title-tabs li.active {
    display: block;
    background: #e0e3f6;
    padding: 10px 20px;
}
#wcc-planning-form-pre-app .title-tabs li a {
    color: #292b36;
}
#wcc-planning-form-pre-app {
    background: #f3f4ff;
    padding: 0 20px 40px;
}
#wcc-planning-form-pre-app .form-header {
    background: #fff;
    padding-bottom: 2px;
    margin: 0 -20px;
}
#wcc-planning-form-pre-app input {
    max-width: 500px;
}
#wcc-planning-form-pre-app .form-item-postcode:before {
    content: "";
    display: table;
}
#wcc-planning-form-pre-app .form-item-postcode:after {
    content: "";
    display: table;
    clear: both;
}
#wcc-planning-form-pre-app #edit-postcode {
    max-width: 280px;
    float: left;
}
#wcc-planning-form-pre-app #postcode-lookup-button {
    float: left;
    max-width: 200px;
    margin: 3px 0 0 20px;
}
#wcc-planning-form-pre-app .form-submit {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
}
#wcc-planning-form-pre-app .form-item {
    margin: 10px 0;
}
#wcc-planning-form-pre-app label {
    margin-top: 30px;
}
#wcc-planning-form-pre-app .form-actions-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
#wcc-planning-form-pre-app #edit-prev,
#wcc-planning-form-pre-app #edit-finish,
#wcc-planning-form-pre-app #file_upload_step_submit {
    max-width: 49%;
    float: right;
}
#wcc-planning-form-pre-app #edit-prev {
    float: left;
}
#wcc-planning-form-pre-app #file_upload_step_submit:first-child {
    float: none;
    max-width: 500px;
}
#wcc-planning-form-pre-app legend {
    margin-top: 20px;
}
#wcc-planning-form-pre-app #postcode-address-list {
    max-width: 500px;
}
.wcc-planning-form-mobile {
    margin: 20px 0 0;
    padding: 0;
}

.node-quick-answer .simple-page .content-wrap {
    position: relative;
    margin-top: 40px;
}


/* helpers */

.hide-md-up {
  display: none;
}

/* --- end MEDIUM breakpoint */