body {
  background: #2E3336;
  color: #FFF;
  font-size: 18px;
  font-family: "Proxima-Nova", Helvetica, sans-serif;
  line-height: 0; }

.bg-darkblue {
  background: #006983 !important; }

.bg-lightblue {
  background: #53C0DD !important; }

.bg-orange {
  background: #F3A501 !important; }

.bg-purple {
  background: #830053 !important; }

a {
  color: #FFF; }

p, li, blockquote {
  line-height: 1.6; }

strong {
  font-weight: 600; }

h1, h2, h3, h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  text-transform: uppercase; }
  @media screen and (min-width: 991px) {
    h1, h2, h3, h4 {
      font-size: 30px; } }

p {
  margin: 14px 0; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.roundbtn {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  padding: 4px 10px;
  margin-left: 6px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px; }
  @media screen and (min-width: 991px) {
    .roundbtn {
      padding: 8px 12px;
      font-size: 18px; } }
  .roundbtn span {
    font-weight: 300; }

#topbar {
  background-color: #53C0DD;
  color: #FFF;
  padding: 15px 0;
  text-align: center; }
  #topbar img {
    vertical-align: middle;
    max-width: 14px; }
  #topbar a {
    color: #FFF;
    display: inline-block;
    line-height: 24px; }
  #topbar .roundbtn.nobg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    color: #FFF; }
    #topbar .roundbtn.nobg img {
      max-width: 100px; }

#site-title a {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  background-image: url(../img/uksnm_logo.svg?v=1.1);
  width: 250px;
  height: 98px;
  background-size: contain;
  background-repeat: no-repeat; }

#header {
  background-color: #FFF;
  padding: 20px 0; }
  #header #menu {
    position: relative; }
  #header #mobmenu {
    color: black;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 99999999; }
    #header #mobmenu:after, #header #mobmenu:before, #header #mobmenu span {
      background: #006983;
      border-radius: 4px;
      position: absolute;
      top: 15px;
      left: 0;
      right: 0;
      height: 2px;
      margin-top: -2px;
      transition: all .2s linear;
      content: '';
      top: 7px; }
    #header #mobmenu:before {
      top: 0; }
    #header #mobmenu:after {
      top: 14px; }

/*.nav-active {
    #mobmenu {
        &:after, &:before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 4px !important;
            left: -2px;
            right: -2px;
        }
        &:before {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        span {
            display: none;
        }
    }
}
*/
#container {
  color: #2E3336;
  background: #FFF; }

#content, #sidebar {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #006983;
  line-height: 1.4; }
  .page #content, .page #sidebar {
    padding-top: 0; }
  #content .header, #sidebar .header {
    margin-bottom: 30px; }
  #content a, #sidebar a {
    color: #006983;
    font-weight: bold; }
  #content .entry-content, #sidebar .entry-content {
    /* List */ }
    #content .entry-content h2, #content .entry-content h3, #content .entry-content h4, #content .entry-content h5, #sidebar .entry-content h2, #sidebar .entry-content h3, #sidebar .entry-content h4, #sidebar .entry-content h5 {
      margin: 20px 0 10px 0; }
    #content .entry-content p, #sidebar .entry-content p {
      color: #2E3336; }
      #content .entry-content p:first-of-type, #sidebar .entry-content p:first-of-type {
        font-size: 120%;
        color: #006983; }
    #content .entry-content ul, #content .entry-content ol, #sidebar .entry-content ul, #sidebar .entry-content ol {
      list-style-type: disc;
      margin-left: 30px;
      color: #2E3336; }
    #content .entry-content ol, #sidebar .entry-content ol {
      list-style-type: decimal; }
    #content .entry-content .go, #sidebar .entry-content .go {
      margin: 20px 0;
      list-style-type: none;
      font-size: 22px; }
      #content .entry-content .go li, #sidebar .entry-content .go li {
        border-bottom: 1px dotted black;
        padding: 10px 0; }
        #content .entry-content .go li a, #sidebar .entry-content .go li a {
          color: #5E6A71;
          display: block;
          background-image: url("../img/arrow-grey.svg");
          background-position: right center;
          background-repeat: no-repeat;
          padding-right: 60px; }
    #content .entry-content .wp-block-pb-accordion-item, #sidebar .entry-content .wp-block-pb-accordion-item {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 10px 0; }
      #content .entry-content .wp-block-pb-accordion-item h2, #content .entry-content .wp-block-pb-accordion-item h3, #sidebar .entry-content .wp-block-pb-accordion-item h2, #sidebar .entry-content .wp-block-pb-accordion-item h3 {
        font-family: Helvetica, Arial, san-serif;
        font-weight: 300;
        text-transform: none;
        font-size: 22px; }

.btn {
  padding: 8px 10px;
  border: 1px solid #006983;
  color: #006983;
  background-color: transparent; }

#prefooter {
  background: #41494e;
  padding: 60px 0; }
  #prefooter h3 {
    font-size: 70px;
    margin: 20px 0 30px 0; }
  #prefooter article h1, #prefooter article h2, #prefooter article h3 {
    font-family: "Proxima-Nova", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: none;
    line-height: 1.2;
    font-size: 22px;
    margin: 10px 0; }
  #prefooter article .btn {
    color: #FFF;
    border-color: #FFF;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px; }

#footer {
  padding: 60px 0; }

#menu {
  align-self: center;
  z-index: 2000; }
  #menu li {
    display: inline-block;
    margin-left: 25px; }
    #menu li a {
      color: #006983;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: block;
      line-height: 1.4; }
    #menu li ul {
      display: none;
      position: absolute;
      top: 100%;
      background: #53C0DD;
      padding: 0;
      margin: 0;
      border-top: 10px solid #FFF; }
      #menu li ul li {
        border-bottom: 1px solid #FFF;
        display: block;
        width: 100%;
        padding: 0;
        margin-left: 0; }
        #menu li ul li a {
          display: block;
          padding: 8px 10px;
          color: #FFF; }
          #menu li ul li a:hover {
            background-color: rgba(0, 0, 0, 0.1); }
    #menu li:hover ul {
      display: block; }

.holder {
  align-items: center;
  padding: 40px; }

/*
.halfsection {
    background-color: #5E6A71;
    .half {
        align-self: center;
        //padding: 40px;
        color: #FFF;
        h2, h3, h4 {
            font-size: 60px;
        }
        ul {
            list-style-type: none;
            margin-left: 0;
            margin-top: 20px;
            li {
                margin-bottom: 15px;
                h2, h3, h4 {
                    font-size: 20px;
                    @media screen and (min-width : $break-sm) {
                        font-size: 40px;
                    }
                }
                a {
                    @media screen and (min-width : $break-sm) {
                        background-image: url(../img/arrow-white.svg);
                        padding-right: 90px;
                        background-position: right center;
                        background-repeat: no-repeat;
                    }
                    &:hover {
                        text-decoration: none;
                        color: $orange;
                    } 
                }
            }
        }
    }
}*/
.halfsection {
  background-color: #5E6A71; }
  .halfsection .half {
    align-self: center;
    padding: 40px;
    font-size: 36px;
    color: #FFF; }
    .halfsection .half h2, .halfsection .half h3, .halfsection .half h4 {
      font-size: 20px; }
      @media screen and (min-width: 991px) {
        .halfsection .half h2, .halfsection .half h3, .halfsection .half h4 {
          font-size: 60px; } }
    .halfsection .half .btn {
      font-size: 18px;
      color: #FFF;
      border-color: #FFF !important; }

/*TOP BANNER */
.topbanner {
  height: 500px;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  background-size: cover;
  font-size: 24px; }
  .topbanner h1 {
    font-size: 60px; }
  .topbanner .text {
    width: 100%; }
    .topbanner .text .container {
      max-width: 800px; }
      .topbanner .text .container p {
        line-height: 1.4;
        margin: 0 0 10px 0; }

.home header.header {
  display: none; }

.blockbtn {
  display: block;
  background-color: #830053;
  padding: 30px;
  font-size: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  min-height: 200px;
  justify-content: center;
  font-family: din-condensed, sans-serif; }
  .blockbtn h3 {
    font-size: 40px; }
  .blockbtn p {
    font: 16px Helvetica, Arial, san-serif;
    text-transform: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2; }
  .topcta .blockbtn {
    margin-top: 20px; }
    @media screen and (min-width: 1200px) {
      .topcta .blockbtn {
        margin-top: -100px; } }
  .blockbtn:hover {
    color: #FFF; }

.topcta {
  margin-top: -30px; }
  @media screen and (min-width: 1200px) {
    .topcta {
      margin-top: 0; } }

.options {
  text-align: center; }
  .options p {
    color: #2E3336;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4; }
  .options .border {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-top: none;
    height: 100%; }
  .options div {
    line-height: 0; }
  .options .padding {
    border-top: none;
    padding: 15px;
    padding-top: none;
    line-height: 0; }

/* SIDEBAR */
#sidebar .widget-container {
  margin-bottom: 40px; }
  #sidebar .widget-container li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.section {
  text-align: center;
  padding: 40px 0;
  margin: 0; }
  .section.bluebg {
    background: #006983;
    background: linear-gradient(157deg, #006983 20%, #90d7e7 93%);
    padding: 140px 0; }

#mobmenu {
  color: #006983; }

.post-edit-link {
  position: fixed;
  bottom: 30px;
  right: 0;
  background: black;
  padding: 14px 10px;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 1000;
  display: block; }

/* FORMS */
.gform_wrapper {
  margin: 30px 0; }
  .gform_wrapper input {
    border: 1px solid #2E3336; }
  .gform_wrapper .ginput_container_fileupload input, .gform_wrapper .ginput_container_post_image input {
    border: none; }
  .gform_wrapper .gform_button {
    background-color: #006983;
    color: #FFF;
    padding: 20px;
    width: 100% !important;
    text-transform: uppercase;
    font-size: 18px !important;
    border: none; }

/* SPACE SERACH */
#addressfinder {
  margin-bottom: 30px; }
  #addressfinder input {
    padding: 15px;
    font-size: 22px; }

p.distance {
  color: #F3A501 !important;
  font-size: 22px; }

#servicelist {
  margin-top: 30px; }
  #servicelist .col-md-4 {
    margin-bottom: 30px; }
    #servicelist .col-md-4.ani h2 {
      background-image: url(../img/icon_logo_ani.png);
      background-size: contain;
      padding-right: 60px;
      background-position: right center;
      background-repeat: no-repeat; }
  #servicelist .holder {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px;
    height: 100%; }

.blog article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.entry-meta {
  margin: 20px 0; }

.text {
  margin: 20px 0; }

/* CAMPAIGNS */
.hero {
  background-color: #830053;
  background-image: url(../img/bg-circles-01.png);
  background-position: center center;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 991px) {
    .hero {
      height: 300px; } }
  .single-campaign .hero {
    height: 500px; }
  .hero.bgimage {
    background-size: cover; }
  .hero p {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0; }
  .hero h1, .hero h2 {
    font-size: 30px;
    position: relative;
    z-index: 100; }
    @media screen and (min-width: 991px) {
      .hero h1, .hero h2 {
        font-size: 60px; } }
  .hero h3 {
    position: relative;
    z-index: 100; }
  .archive .hero {
    justify-content: center;
    height: 200px;
    background-size: cover; }
  .hero .bgfade {
    background-color: #830053;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 50;
    opacity: .5; }
  .hero header {
    z-index: 1000; }

.card {
  margin-bottom: 30px; }
  .card.archived p {
    font-size: 14px; }
  .card .hero h1, .card .hero h2, .card .hero h3 {
    margin-bottom: 0; }

.details {
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px; }
  .details ul, .details li, .details a, .details p {
    color: #5E6A71; }
  .details ul {
    margin-bottom: 30px;
    list-style-type: disc;
    margin: 10px 0 20px 30px;
    line-height: 1.4; }
    .details ul li {
      margin-bottom: 8px; }

.breadcrumbs {
  color: #999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  margin-top: 20px;
  font-size: 12px; }
  .breadcrumbs a {
    color: #666 !important; }

/* POST FOOTER LINKS */
.post-navigation {
  margin: 20px 0; }
  .post-navigation .nav-links a {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 10px;
    margin: 0 8px 8px 0; }

.cat-links a, .tag-links a {
  background-color: #F3A501;
  padding: 4px 8px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 4px 4px 0;
  display: inline-block;
  color: #FFF !important;
  line-height: 1.4; }

.post-categories {
  display: inline; }
  .post-categories li {
    display: inline;
    line-height: 1.4; }

.single-post #content h1 {
  font-size: 60px;
  line-height: 1.1; }

.single-post #content p:first-of-type, .single-post #content p:first-of-type {
  font-size: 100% !important;
  color: #006983; }

.entry-date {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 15px 0;
  display: block; }

.sidemenu ul {
  list-style-type: none; }
  .sidemenu ul li {
    border-bottom: #666 1px dotted;
    padding: 10px 0; }
    .sidemenu ul li a {
      color: #5E6A71;
      background-image: url(../img/arrow-simple.svg);
      background-repeat: no-repeat;
      background-position: right center;
      display: block; }
    .sidemenu ul li ul {
      display: none; }
    .sidemenu ul li.current-menu-item a {
      font-weight: 600;
      color: #006983; }

.single-resource #container {
  padding-top: 20px; }
  .single-resource #container #content {
    padding-top: 0; }
  .single-resource #container .breadcrumbs {
    margin-bottom: 30px; }

.single-resource .files li {
  margin-bottom: 15px; }
  .single-resource .files li .btn {
    background-color: #F3A501;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.7) !important; }

.format {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 70px; }

.sectionlead {
  font-family: din-condensed, sans-serif;
  font-size: 30px !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  margin: 20px 0; }

.startpoint {
  background: #006983;
  color: #FFF;
  padding: 30px 30px 0 30px; }
  .startpoint p {
    color: #FFF !important;
    font-size: 18px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 6px; }
  .startpoint a {
    background: #F3A501;
    display: block;
    color: #FFF !important;
    margin-left: -30px;
    margin-right: -30px;
    background-image: url(../img/arrow-white.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    padding: 10px 30px;
    font-size: 30px;
    text-transform: none;
    letter-spacing: 0; }
  .startpoint h1, .startpoint h2, .startpoint h3 {
    margin-top: 0 !important;
    font-size: 50px !important; }

.pillbtn {
  background: orange;
  border-radius: 20px;
  padding: 6px 14px;
  color: #FFF;
  margin: 6px;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFF !important; }

.post-type-archive-gallery .card-columns {
  column-count: 2; }
  @media screen and (min-width: 991px) {
    .post-type-archive-gallery .card-columns {
      column-count: 5; } }
  .post-type-archive-gallery .card-columns .card h4 {
    margin-bottom: 5px;
    font-size: 28px; }
  .post-type-archive-gallery .card-columns .card p {
    font-size: 14px;
    margin: 0; }

.quick-escape {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #F3A501;
  padding: 40px;
  font-size: 14px;
  max-width: 420px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
  z-index: 1000;
  display: none; }
  @media screen and (min-width: 991px) {
    .quick-escape {
      display: block; } }
  .quick-escape p {
    margin: 0 0 6px 0;
    font-weight: bold;
    font-size: 22px; }
  .quick-escape .exp {
    font-size: 16px; }

.page-template-page-services-report .quick-escape {
  display: none !important; }

#content .wp-block-buttons {
  margin-top: 30px; }
  #content .wp-block-buttons a.wp-block-button__link {
    background-color: #F3A501;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.6);
    border: #da8d00 1px solid;
    background-image: url("../img/arrow-black-6.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 60px; }
    #content .wp-block-buttons a.wp-block-button__link:hover {
      background-color: #ffad00;
      text-decoration: none; }

.img-btn {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  display: block; }
  .img-btn img {
    display: inline-block;
    line-height: 0;
    margin: 0; }

#field_1_11 {
  background-color: #eeffee;
  border: 1px solid green;
  padding: 10px;
  margin: 20px 0; }
  #field_1_11 p {
    color: green !important;
    margin: 0;
    margin-bottom: 8px;
    font-size: 14px !important; }

.ginput_container ul {
  margin-left: 0 !important; }

.ginput_container .gfield_checkbox li input {
  vertical-align: top !important; }

.forminfo {
  font-size: 14px !important; }

.sm {
  margin: 10px 0;
  padding: 0;
  list-style-type: none; }
  .sm li {
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
    padding-right: 10px;
    margin: 0; }
    .sm li img {
      width: 30px; }

.searchtool {
  background-color: #006983;
  color: #FFF;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px; }
  .searchtool h2 {
    margin-top: 0 !important; }

/* NO MORE WEEK BANNER */
.postid-41728 .hero {
  background-color: #006983; }

#safe-space-iframe {
  z-index: 2; }
