/*
Theme Name: Lnet Theme v1
Theme URI: http://underscores.me/
Author: Lnet Theme V1
Author URI: http://underscores.me/
Description: Lnet Theme V1
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lnet-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

LE1 Web Package A is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'stevie-sans',sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ff6f3c;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  padding-left: 0px;
  margin-left: 15px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

#page_cont {
  margin-top: 46px; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Custom CSS */
/* Vars */
body,
button,
input,
select,
textarea {
  font-family: 'stevie-sans',sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #373737; }

/* Cols - you may need to make changes to these for spacing etc. Feel free! Make sure you keep spacing unified across the site though. */
.col-100 {
  width: 100%; }

.col-33 {
  width: 29.33%;
  float: right; }

.col-66 {
  width: 66.66%;
  float: left; }

.col-50 {
  width: 50%;
  float: left; }
  .col-50:first-of-type {
    padding-right: 1.75%; }
  .col-50:last-of-type {
    padding-left: 1.75%; }

.col-25 {
  width: 25%;
  float: left; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

.search-form {
  display: inline-block;
  position: relative;
  width: 277px; }
  .search-form input[type='search'] {
    border: 1px solid #979797;
    border-radius: 0px;
    padding: 5px 8px;
    padding-right: 33px;
    width: 100%; }
  .search-form button.search-submit {
    padding: 0px;
    background: none;
    border: none;
    border-radius: 0px;
    position: absolute;
    right: 6px;
    top: 2px;
    font-size: 20px; }
    .search-form button.search-submit span {
      display: none; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.singlepost .entry-meta {
  font-size: 0.7em;
  /* text-transform: uppercase; */
  color: #1e1e1e; }

.singlepost .post-content {
  margin-top: 1em; }
  .singlepost .post-content p:last-of-type {
    margin-bottom: 0px; }

.search .site-main header.entry-header {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.search article h2 {
  margin: 0px; }

.blog header h2, .archive header h2 {
  margin-bottom: 0px; }

.blog .entry-content, .archive .entry-content {
  margin-top: 5px; }

.blog article, .archive article {
  margin-bottom: 3em; }

.blog aside.widget-area, .archive aside.widget-area {
  padding: 1em;
  background: #f3f3f3;
  text-align: center;
  border: 1px solid #cbcbcb;
  margin-top: 28px; }
  .blog aside.widget-area ul, .archive aside.widget-area ul {
    margin: 0px;
    list-style: none; }

.wpcf7 input, .wpcf7 select, .wpcf7 textarea, .wpcf7 .wpcf7-submit {
  width: 100%; }

.wpcf7 .wpcf7-submit {
  border: none;
  padding: 1em;
  border-radius: 0px; }

.wrap {
  max-width: 93%;
  width: 1260px;
  margin: 0 auto; }

.cf {
  clear: both; }

.splitter {
  text-align: center;
  padding: 1em 0em;
  font-weight: 700; }

#content {
  background-color: white; }

.close-button, html.mm-opened a.close-button {
  display: none; }

.fa-times-thin:before {
  content: '\00d7'; }

.top-bar {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background-color: #03509f;
  color: white;
  overflow: hidden;
  height: 46px; }
  .top-bar .wrap a {
    color: white;
    text-decoration: none; }
    .top-bar .wrap a:hover {
      text-decoration: underline; }
  .top-bar .wrap .translate_widget {
    margin-right: 26.5%; }
  .top-bar .wrap .translate_widget, .top-bar .wrap .private_link {
    float: left; }
  .top-bar .wrap .private_link {
    padding-top: 11px; }
  .top-bar .wrap .quick_exit {
    float: right; }
    .top-bar .wrap .quick_exit a {
      display: inline-block;
      padding: 11px 13px;
      background-color: #ff6f3c;
      text-transform: uppercase;
      letter-spacing: 2.3px;
      -webkit-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
      transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1); }
      .top-bar .wrap .quick_exit a:hover {
        text-decoration: none;
        background-color: #840111;
        -webkit-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1); }
  .top-bar .wrap .private_link {
    letter-spacing: 2.3px; }
  .top-bar .wrap p {
    margin: 0px; }
  .top-bar .goog-te-gadget {
    color: white; }
    .top-bar .goog-te-gadget select {
      color: #666; }

header#masthead .logo-nav-tel {
  overflow: hidden; }
  header#masthead .logo-nav-tel .logos {
    padding: 1em 0em;
    overflow: hidden; }
    header#masthead .logo-nav-tel .logos .logo {
      float: left;
      }
      header#masthead .logo-nav-tel .logos .logo img {
        width: 100%;
        height: auto;
        display: block; }
    header#masthead .logo-nav-tel .logos .nhs_logo {
      float: right;
      padding-top: 11px; }
      header#masthead .logo-nav-tel .logos .nhs_logo .img {
        float: left; }
        header#masthead .logo-nav-tel .logos .nhs_logo .img img {
          display: block;
          min-height: 40px; }

header#masthead .helpline {
  float: left;
  margin: 0px;
  margin-left: 250px; }
  header#masthead .helpline strong {
    margin: 0px;
    letter-spacing: initial;
    font-size: 32px;
    font-weight: 700;
    color: #0071CE;
  font-family: 'stevie-sans',sans-serif;}

.nav-tel {
  clear: both;
  overflow: hidden;
  background-color: #0071ce; }
  .nav-tel a.menu-toggle i.fa.fa-bars {
    color: #333;
    font-size: 2em;
    margin-top: 1em; }
  .nav-tel .nav {
    /* Small menu. */ }
    .nav-tel .nav .main-navigation {
      clear: both;
      display: block;
      float: left;
      width: 100%; }
      .nav-tel .nav .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
        float: left;
        width: 100%; }
        .nav-tel .nav .main-navigation ul li {
          float: left;
          position: relative;
          margin-right: 56px; }
          .nav-tel .nav .main-navigation ul li:last-of-type {
            margin-right: 0px; }
          .nav-tel .nav .main-navigation ul li a {
            display: block;
            text-decoration: none;
            padding: 15px 20px;
            color: white;
            font-size: 1.2em;
            -webkit-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
            -moz-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
            -o-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
            transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1); }
            .nav-tel .nav .main-navigation ul li a:hover {
              background-color: #3bafda;
              -webkit-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
              -moz-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
              -o-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
              transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1); }
        .nav-tel .nav .main-navigation ul ul {
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          float: left;
          position: absolute;
          top: 1.5em;
          left: -999em;
          z-index: 99999; }
          .nav-tel .nav .main-navigation ul ul a {
            width: 200px; }
          .nav-tel .nav .main-navigation ul ul ul {
            left: -999em;
            top: 0; }
    .nav-tel .nav .main-navigation ul li:hover > ul,
    .nav-tel .nav .main-navigation ul li.focus > ul {
      left: auto; }
    .nav-tel .nav .main-navigation ul ul li:hover > ul,
    .nav-tel .nav .main-navigation ul ul li.focus > ul {
      left: 100%; }
    .nav-tel .nav .main-navigation .current_page_item > a,
    .nav-tel .nav .main-navigation .current-menu-item > a,
    .nav-tel .nav .main-navigation .current_page_ancestor > a,
    .nav-tel .nav .main-navigation .current-menu-ancestor > a {
      color:#1e1e1e;
      border-bottom-color:#1e1e1e; }
    .nav-tel .nav .menu-toggle,
    .nav-tel .nav .main-navigation.toggled ul {
      display: block; }
  .nav-tel .tel {
    text-align: right; }
    .nav-tel .tel p {
      margin: 0px !important; }

#breadcrumbs {
  margin: 14px 0px !important;
  text-transform: lowercase;
  color: #754A99; }
  #breadcrumbs .breadcrumb_last {
    display: none; }
  #breadcrumbs a {
    color: #754A99;
    text-decoration: none; }
    #breadcrumbs a:hover {
      text-decoration: underline; }

article a {
  color: #508ACE;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
  article a:hover {
    text-decoration:underline;
    -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1); }

.bg-Purple a {
  color: white; }

.site-main header.entry-header {
  padding: 1.33em 0em;
  margin-bottom: 1em; }
  .site-main header.entry-header h1 {
    margin: 0px; }

.page-row {
  padding: 2em 0em; }
  .home .page-row {
    padding: 3em 0em; }
  .page-row hr {
    display: block;
    float: left;
    height: 3px;
    width: 18%; }
  .page-row h1, .page-row h2, .page-row h3 {
    font-weight: 400; }
  .page-row.bg-White {
    background-color: white; }
  .page-row.bg-Teal {
    background-color: #15838a; }
  .page-row.bg-Blue {
    background-color: #045db8; }
  .page-row.bg-Purple {
    background-color: #754A99; }
  .page-row.bg-Grey {
    background-color: #EEEEEE; }
    .page-row.bg-Grey h1, .page-row.bg-Grey h2, .page-row.bg-Grey a.tel {
      color: #754A99 !important; }
    .page-row.bg-Grey hr {
      background-color: #ff6f3c !important; }
  .page-row.bg-Black {
    background-color: #373737; }
  .page-row.txt-White {
    color: white; }
    .page-row.txt-White hr {
      background-color: white; }
  .page-row.txt-Teal {
    color: #15838a; }
    .page-row.txt-Teal hr {
      background-color: #15838a; }
  .page-row.txt-Blue {
    color: #045db8; }
    .page-row.txt-Blue hr {
      background-color: #045db8; }
  .page-row.txt-Purple {
    color: #754A99; }
    .page-row.txt-Purple hr {
      background-color: #754A99; }
  .page-row.txt-Grey {
    color: #EEEEEE; }
    .page-row.txt-Grey hr {
      background-color: #EEEEEE; }
  .page-row.txt-Black {
    color: #373737; }
    .page-row.txt-Black hr {
      background-color: #373737; }
  .page-row.align-Left {
    text-align: left; }
  .page-row.align-Right {
    text-align: right; }
  .page-row.align-Center {
    text-align: center; }

a.tel {
  color: #754A99;
  font-weight: 700;
  text-decoration: none; }

.page-template-page-home h1 {
  font-weight: 700; 
    text-shadow: 0px 4px 4px 0px #00000040;
}

.page-template-page-home .slider {
  overflow: hidden; }
  .page-template-page-home .slider .metaslider .flex-direction-nav, .page-template-page-home .slider .metaslider .flex-control-nav.flex-control-paging {
    display: none; }
  .page-template-page-home .slider .metaslider .flexslider {
    margin-bottom: 0px; }
    .page-template-page-home .slider .metaslider .flexslider ul.slides {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .page-template-page-home .slider .metaslider .flexslider ul.slides .caption-wrap {
        position: relative;
        background: none;
        opacity: 1;
        width: 1260px;
        margin: 0 auto;
        left: 0;
        right: 0;
        max-width: 93%; }
        .page-template-page-home .slider .metaslider .flexslider ul.slides .caption-wrap .caption {
          position: absolute;
          right: 0;
          bottom: 80px;
          z-index: 999;
          font-size: 1.5em;
          text-align: center;
          line-height: 1.4em;
          padding: 0px;
          width: 498px;
          background: white;
          padding: 10px; }
          .page-template-page-home .slider .metaslider .flexslider ul.slides .caption-wrap .caption p {
            margin: 0px;
            color: #373737; }
          .page-template-page-home .slider .metaslider .flexslider ul.slides .caption-wrap .caption a {
            display: block;
            background-color: #754A99;
            color: white;
            text-align: center;
            text-decoration: none;
            padding: 0.4em 1em;
            margin-top: 25px;
            -webkit-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
            -moz-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
            -o-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
            transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1); }
            .page-template-page-home .slider .metaslider .flexslider ul.slides .caption-wrap .caption a:hover {
              text-decoration: none !important;
              background-color: #4e3165;
              -webkit-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
              -moz-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
              -o-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
              transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1); }

.page-template-page-home .page-row.heading {
  padding-bottom: 7em; }
  .page-template-page-home .page-row.heading h1 {
    margin-top: 0px; }

.page-template-page-home .page-row.what-we-do h2 {
  color: #754A99;
  font-weight: 400;
  font-size: 1.75em;
  margin-top: 0px; }

.page-template-page-home .page-row.what-we-do hr {
  display: block;
  float: left;
  height: 3px;
  width: 18%;
  background-color: #754A99; }

.page-template-page-home .page-row.what-we-do p:last-of-type {
  margin-bottom: 0px; }

.page-template-page-home .page-row.cyps {
  overflow: hidden; }
  .page-template-page-home .page-row.cyps .wrap .col-50:first-of-type img {
    width: 100%;
    display: block; }
  .page-template-page-home .page-row.cyps .wrap .col-50:last-of-type header h2 {
    font-weight: 400;
    color: #15838a;
    float: left;
    width: 59%;
    margin: 0px;
    font-size: 1.75em;
    line-height: 1.3em; }
  .page-template-page-home .page-row.cyps .wrap .col-50:last-of-type header img {
    width: 153px;
    float: right;
    display: block; }
  .page-template-page-home .page-row.cyps .wrap .col-50:last-of-type a.teal-cta {
    margin: 0px;
    margin-top: 20px; }
  .page-template-page-home .page-row.cyps .wrap .col-50:last-of-type p {
    margin-top: 2em; }

.page-template-page-tree .tree_blocks {
  margin-bottom: 60px !important; }

.tree_blocks {
  overflow: hidden; }
  .tree_blocks .tree_block {
    float: left;
    width: 31.66%;
    margin-right: 2.5%;
    text-align: center;
    color: white;
    padding: 2em 1.4em;
    font-size: 1.2em; }
    .tree_blocks .tree_block:last-of-type {
      margin-right: 0%; }
    .tree_blocks .tree_block hr {
      display: block;
      height: 3px;
      width: 70%;
      background-color: white;
      float: none !important; }
    .tree_blocks .tree_block a {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
      border-bottom: none; }
      .tree_blocks .tree_block a:hover {
        text-decoration: underline; }
    .tree_blocks .tree_block.Teal {
      background-color: #15838a; }
    .tree_blocks .tree_block.Blue {
      background-color: #045db8; }
    .tree_blocks .tree_block.Purple {
      background-color: #754A99; }

footer.site-footer {
  overflow: hidden;
  width: 100%; }
  footer.site-footer a {
    text-decoration: none; }
    footer.site-footer a:hover {
      text-decoration: underline;
      color:#4f8ace;}
  footer.site-footer p {
    margin: 0px; }
  footer.site-footer .footer-col-container {
    background-color: #005082;
    padding: 1.2em 0em;
    font-size: .85em; }
    footer.site-footer .footer-col-container .footer-col {
      float: left;
      width: 33.33%;
      line-height: 1.25em;
      color: white; }
      footer.site-footer .footer-col-container .footer-col p {
        margin: 0px;
        margin-top: 10px; }
      footer.site-footer .footer-col-container .footer-col.last {
        float: right;
        position: relative;
        width: 33.33%;
        text-align: right; }
      footer.site-footer .footer-col-container .footer-col.links {
        margin-top: 10px; }
        footer.site-footer .footer-col-container .footer-col.links .menu-footer-menu-container {
          text-align: center; }
          footer.site-footer .footer-col-container .footer-col.links .menu-footer-menu-container ul {
            display: inline-block;
            list-style: none;
            margin: 0px; }
            footer.site-footer .footer-col-container .footer-col.links .menu-footer-menu-container ul li {
              display: inline-block; }
              footer.site-footer .footer-col-container .footer-col.links .menu-footer-menu-container ul li:after {
                content: '|';
                display: block;
                float: right;
                padding-left: 10px;
                padding-right: 5px; }
              footer.site-footer .footer-col-container .footer-col.links .menu-footer-menu-container ul li:last-of-type:after {
                content: '';
                display: none; }
              footer.site-footer .footer-col-container .footer-col.links .menu-footer-menu-container ul li a {
                color: white; }
  footer.site-footer .footer-blocks {
    overflow: hidden;
    background-color: #045db8;
    padding: 2.5em 0em;
    color: white;
    padding-bottom: 1em;
    margin-top: 40px; }
    footer.site-footer .footer-blocks .block {
      width: 277px;
      margin-right: 4%;
      height: 277px;
      float: left;
      position: relative; }
      footer.site-footer .footer-blocks .block:last-of-type {
        margin-right: 0%; }
      footer.site-footer .footer-blocks .block a {
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
        text-align: center;
        color: white;
        text-decoration: none;
        position: absolute;
        display: block;
        background-color: rgba(92, 192, 202, 0.85);
        bottom: 0;
        width: 277px;
        height: 277px;
        -webkit-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1); }
        footer.site-footer .footer-blocks .block a:hover {
          text-decoration: none;
          background-color: rgba(92, 192, 202, 0.4);
          -webkit-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
          transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1); }
        footer.site-footer .footer-blocks .block a img {
          width: 277px;
          height: 277px;
          max-width: 277px;
          min-width: 277px; }
        footer.site-footer .footer-blocks .block a h3 {
          display: block;
          text-align: center;
          width: 100%;
          padding: 5px 10px;
          font-weight: 700;
          font-size: 1.3em;
          background-color: #15838a;
          position: absolute;
          bottom: 0;
          margin: 0px; }
    footer.site-footer .footer-blocks .helpline.wrap {
      overflow: hidden;
      text-align: center;
      font-size: 1.05em;
      padding-top: 20px; }
      footer.site-footer .footer-blocks .helpline.wrap h2 {
        font-weight: 700;
        margin: 0px; }
        footer.site-footer .footer-blocks .helpline.wrap h2 a {
          color: inherit; }
  footer.site-footer .footer-logos {
    overflow: hidden;
    padding: 2.3em 0em; }
    footer.site-footer .footer-logos .logo_block {
      float: left;
      width: 22%;
      margin-right: 4%; }
      footer.site-footer .footer-logos .logo_block img {
        display: block; }
      footer.site-footer .footer-logos .logo_block:last-of-type {
        margin-right: 0%; }

#searchform label {
  display: none; }

.mm-panels > .mm-panel.mm-hasnavbar {
  margin-top: 43px; }

body a.white-cta {
  display: inline-block;
  background-color: white;
  color: #754A99 !important;
  padding: 1em 5em;
  font-size: 1.2em;
  margin: 30px auto !important;
  text-decoration: none !important;
  box-shadow: 2px 3px 8px #000; }
  body a.white-cta:hover {
    text-decoration: underline; }

a.teal-cta {
  display: inline-block;
  background-color: #15838a;
  color: white;
  text-decoration: none !important;
  padding: 0.5em 2em;
  box-shadow: 2px 3px 8px #000;
  margin-bottom: 10px;
  border-bottom: none;
  -webkit-transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
  a.teal-cta:hover {
    color: white;
    background-color: #1db5bf;
    -webkit-transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1); }

.inline-center {
  text-align: center; }

div.readmore {
  margin-bottom: 60px; }
  .page-id-261 div.readmore {
    margin-top: 60px; }
  div.readmore .hider {
    display: none; }

button.trigger {
  background-color: #15838a;
  color: White;
  border-radius: 0px;
  border: none;
  display: inline-block;
  text-align: left;
  margin-top: 20px;
  -webkit-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  background-image: url("images/plus.png");
  width: 175px;
  background-position: 95% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: 2px 3px 8px #000;
  padding: 0.3em 0.75em 0.3em; }
  .question_block button.trigger {
    padding: 0.6em 1em 0.4em;
    width: 100%;
    display: block; }
  button.trigger.less {
    background-image: url("images/minus.png"); }
    button.trigger.less span.readless {
      display: inline; }
    button.trigger.less span.readmore {
      display: none; }
  button.trigger span.readless {
    display: none; }
  button.trigger:hover {
    background-color: #0d5155;
    -webkit-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    transition: background-color 0.1s cubic-bezier(0.42, 0, 0.58, 1); }

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

div.question_block {
  margin-bottom: 30px; }
  div.question_block button.trigger {
    background-position: 99% 50%; }
  div.question_block .hider {
    display: none;
    padding-top: 20px; }
    div.question_block .hider a.copy_link {
      text-decoration: none;
      color: #aeaeae;
      font-style: italic; }
    div.question_block .hider textarea {
      display: none;
      height: 30px;
      width: 430px;
      max-width: 100%; }
    div.question_block .hider span.copied {
      display: none;
      font-size: .85em;
      font-style: italic;
      color: #aeaeae; }

a[href^="tel:"] {
  text-decoration: none; }

.browser {
  float: left;
  text-align: center;
  width: 20%;
  margin-right: 5%; }
  .browser p:hover {
    cursor: pointer; }
  .browser img {
    display: block;
    margin: 0 auto; }
    .browser img:hover {
      cursor: pointer; }

.slidedown-content {
  display: none;
  width: 100%;
  overflow: hidden; }

.nologos {
  height: 87px; }

.remodal-wrapper {
  z-index: 9999999; }
  .remodal-wrapper .remodal {
    border: 10px solid #15838a; }
    .remodal-wrapper .remodal .remodal-confirm {
      color: #fff;
      background: #754A99;
      padding: 10px; }
      .remodal-wrapper .remodal .remodal-confirm:hover {
        background-color: #9b74bc; }
    .remodal-wrapper .remodal h2:last-of-type {
      margin-top: 2em; }
    .remodal-wrapper .remodal a {
      color: #754A99;
      -webkit-transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
      transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
      text-decoration: none; }
      .remodal-wrapper .remodal a:hover {
        color: #045db8;
        -webkit-transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
        transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1); }

.dropdown-container .dropdown:first-of-type .trigger {
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #e1e1e1; }

.dropdown-container .dropdown .trigger {
  width: 100%;
  height: 60px;
  padding: 10px;
  background-color: #EEEEEE;
  border: 1px solid #e1e1e1; }
  .dropdown-container .dropdown .trigger .fa-chevron-up {
    display: none; }
  .dropdown-container .dropdown .trigger.active .fa-chevron-down {
    display: none; }
  .dropdown-container .dropdown .trigger.active .fa-chevron-up {
    display: block;
    color: #6e6e6e !important; }
  .dropdown-container .dropdown .trigger:hover {
    cursor: pointer; }
    .dropdown-container .dropdown .trigger:hover svg {
      color: #6e6e6e;
      -webkit-transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1);
      transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1); }
  .dropdown-container .dropdown .trigger img {
    display: block;
    float: left;
    height: 100% !important; }
  .dropdown-container .dropdown .trigger span {
    display: inline-block;
    margin-left: 13px;
    margin-top: 7px; }
  .dropdown-container .dropdown .trigger svg {
    color: #aeaeae;
    float: right;
    font-size: 25px;
    margin-top: 7px;
    margin-right: 5px; }

.dropdown-container .dropdown .hider {
  display: none; }

.mobile-only.private_link {
  display: none;
  text-align: center;
  margin-top: 20px; }
  .mobile-only.private_link a {
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #045db8; }

.contact_float {
  float: left;
  margin-right: 60px;
  margin-bottom: 30px; }

/* Contact Page External Company Links */
.contact-block {
  width: 100%;
  margin-bottom: 2.5em; }
  .contact-block:last-of-type {
    margin-bottom: 0; }
  .contact-block h3 {
    margin-bottom: .5em; }
  .contact-block p {
    margin-bottom: 0;
    margin-top: 0; }
  .contact-block .contact-details ul {
    margin-top: 0; }

/* Responsive */
@media only screen and (max-width: 1372px) {
  .nav-tel .nav .main-navigation ul li {
    margin-right: 13px !important; } }

@media only screen and (max-width: 1357px) {
  footer.site-footer .footer-blocks .wrap {
    width: 1000px; }
    footer.site-footer .footer-blocks .wrap .block {
      width: 220px !important;
      height: 220px !important; }
      footer.site-footer .footer-blocks .wrap .block a {
        width: 220px !important;
        height: 220px !important; }
        footer.site-footer .footer-blocks .wrap .block a h3 {
          margin-top: 98px !important;
          font-size: 1em !important; } }

@media only screen and (max-width: 1178px) {
  header#masthead .helpline {
    margin-left: 20px !important; } }

@media only screen and (max-width: 1137px) {
  .nav-tel .nav .main-navigation ul li {
    margin-right: 0px !important; }
  .top-bar .wrap .translate_widget, .top-bar .wrap .private_link {
    margin-right: 3% !important; } }

@media only screen and (max-width: 1114px) {
  header#masthead .helpline {
    margin-top: 20px !important; }
    header#masthead .helpline h2 {
      font-size: 1.2em !important; } }

@media only screen and (max-width: 1076px) {
  .caption {
    background-color: white;
    overflow: hidden;
    display: block;
    padding: 16px !important;
    position: static !important;
    width: 100% !important; }
  footer .footer-blocks .wrap {
    width: 459px !important;
    overflow: hidden; }
    footer .footer-blocks .wrap .block {
      margin-bottom: 20px !important; }
      footer .footer-blocks .wrap .block:nth-of-type(2n) {
        margin-right: 0px !important; } }

@media only screen and (max-width: 1053px) {
  .nav-tel .nav .main-navigation ul li a {
    padding: 0.75em 1em !important; } }

@media only screen and (max-width: 1040px) {
  header#masthead .helpline {
    clear: both;
    margin-left: 0px !important; } }

@media only screen and (max-width: 999px) {
  .nav-tel .nav .main-navigation ul li a {
    font-size: 1em !important; }
  .cyps .col-50 {
    width: 100% !important;
    float: none !important; }
    .cyps .col-50:first-of-type {
      margin-bottom: 30px; } }

@media only screen and (max-width: 987px) and (min-width: 830px) {
  footer.site-footer .footer-col-container {
    padding-bottom: 33px; }
    footer.site-footer .footer-col-container .wrap {
      position: relative; }
      footer.site-footer .footer-col-container .wrap .footer-col.links {
        float: none !important;
        position: absolute !important;
        top: 24px !important;
        left: 0px !important;
        width: 306px; } }

@media only screen and (max-width: 870px) {
  .tree_blocks .tree_block {
    float: none !important;
    width: 300px;
    margin: 0 auto !important;
    margin-bottom: 20px !important; } }

@media only screen and (max-width: 860px) {
  .nav-tel .nav .main-navigation ul li a {
    padding: 0.5em !important; } }

@media only screen and (max-width: 829px) {
  footer.site-footer .footer-col-container .footer-col {
    float: none !important;
    padding: 0px !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 40px; }
    footer.site-footer .footer-col-container .footer-col.last {
      margin-bottom: 0px !important; } }

@media only screen and (min-width: 808px) {
  /*menu-toggle, #mob-navigation {
    display: none !important; }*/
  .main-navigation ul {
    display: block !important; }
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(0px, 0) !important;
    -ms-transform: translate(0px, 0) !important;
    transform: translate(0px, 0) !important;
    -webkit-transform: translate3d(0px, 0, 0) !important;
    transform: translate3d(0px, 0, 0) !important; } }

@media only screen and (max-width: 807px) {
  html.mm-opened a.close-button {
    display: block !important; }
    html.mm-opened a.close-button i {
      color: #333;
      margin: 0.5em;
      font-size: 2em; }
  .translate_widget {
    display: none; }
  a.menu-toggle {
    float: left;
    font-size: 32px;
    margin-right: 40px; }
  header .helpline {
    float: left; } }

@media only screen and (max-width: 666px) {
  .col-33, .col-66 {
    width: 100% !important; }
    .col-33.text, .col-66.text {
      padding: 0px !important;
      float: left !important; }
    .col-33.image, .col-66.image {
      float: left !important;
      margin-bottom: 5px; }
      .col-33.image img, .col-66.image img {
        display: block;
        margin: 0 auto;
        margin-bottom: 1em; }
  .page_row {
    margin-bottom: 2.85em !important; }
  .page_row.img_right .image {
    float: left !important; }
  .page_row.img_right .text {
    float: right !important; } }

@media only screen and (max-width: 600px) {
  header#masthead .logo-nav-tel .logos .nhs_logo {
    float: none !important;
    padding-top: 21px !important;
    margin: 0 auto !important;
    overflow: hidden;
    width: 370px;
    display: block; }
    header#masthead .logo-nav-tel .logos .nhs_logo .img {
      float: none !important; }
      header#masthead .logo-nav-tel .logos .nhs_logo .img img {
        margin: 0 auto;
        float: none !important; }
  header#masthead {
    background-color: white; }
    header#masthead .logo-nav-tel .logo {
      width: 100%;
      margin: 0 auto;
      float: none !important; }
      header#masthead .logo-nav-tel .logo img {
        max-width: 200px !important;
        /* change this to suit */
        margin: 0 auto !important; }
    header#masthead .helpline {
      float: none !important; }
      header#masthead .helpline h2 {
        text-align: center; }
  .nav-tel {
    width: 100% !important;
    float: none !important; }
    .nav-tel .nav nav#site-navigation button {
      margin: 0 auto !important;
      float: none !important; }
    .nav-tel .nav nav#site-navigation ul {
      width: 100% !important;
      float: none !important;
      margin-top: 0.5em !important;
      margin-bottom: 0.5em !important; }
      .nav-tel .nav nav#site-navigation ul li {
        float: none !important;
        width: 100% !important; }
        .nav-tel .nav nav#site-navigation ul li a {
          text-align: center;
          padding: 0px !important;
          padding: 0.75em 0em !important; }
  footer.site-footer .footer-blocks .helpline.wrap {
    font-size: 1.5em !important; } }

@media only screen and (max-width: 558px) {
  .private_link {
    display: none; }
  .mobile-only.private_link {
    display: block !important; } }

@media only screen and (max-width: 529px) {
  .remodal {
    font-size: .85em; }
    .remodal p, .remodal h2 {
      margin: 0px; }
  .page-template-page-home .page-row.cyps .wrap .col-50:last-of-type header img {
    width: 113px !important; }
  .cyps .col-50:last-of-type header h2 {
    font-size: 1.2em !important;
    width: 50% !important; } }

@media only screen and (max-width: 500px) {
  footer.site-footer .footer-blocks .helpline.wrap {
    font-size: 1em !important; }
  body footer .footer-blocks .wrap .block {
    margin-right: auto !important;
    float: none !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important; }
    body footer .footer-blocks .wrap .block:nth-of-type(2n) {
      margin-right: auto !important; }
  header#masthead .logo-nav-tel .logos .nhs_logo {
    /* width: 297px !important; */ }
    header#masthead .logo-nav-tel .logos .nhs_logo .img img {
      width: 113px !important;
      padding-top: 7px !important; } }

@media only screen and (max-width: 320px) {
  .remodal {
    font-size: .75em; }
    .remodal p, .remodal h2 {
      margin: 0px; }
    .remodal h2 {
      font-size: 13px;
      margin-bottom: 5px; }
  h1, h2 {
    font-size: 1.3em; }
  header#masthead .logo-nav-tel .logos .nhs_logo .img {
    float: none !important;
    margin: 0 auto; }
    header#masthead .logo-nav-tel .logos .nhs_logo .img img {
      margin: 0 auto !important; } }

@media print {
  body {
    font-size: 20px; }
  header#masthead, footer.site-footer, .metaslider, .top-bar, .tree_blocks, p#breadcrumbs, img {
    display: none; }
  .question_block button.trigger {
    border: 1px solid black;
    box-shadow: none;
    font-weight: 700; }
  * {
    box-shadow: none; } }

/* 29-05-18 */
.video-footer .wrap {
  text-align: center;
  padding: 40px 0px;
  overflow: hidden; }

/* 2018 Northampton Footer Video */
.youtube {
  float: left;
  width: 48%;
  overflow: hidden;
  padding-bottom: 27%;
  position: relative;
  height: 0; }
  .youtube iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

.northampton-vid {
  float: right;
  width: 48%; }
  .northampton-vid video {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 600px) {
  .youtube {
    width: 100%;
    margin-bottom: 1.5em;
    padding-bottom: 56%; }
  .northampton-vid {
    width: 100%; } }


/* new 2025 css */
/* new font for headings 2025 */
.margarine-regular {
  font-family: 'stevie-sans',sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 2025 06 font sizing overides */
h1 {
  font-size:36px;
  font-family: 'stevie-sans',sans-serif;
}

h2 {
  font-size:30px;
  font-family: 'stevie-sans',sans-serif;
}

h3 {
  font-size:24px;
  font-family: 'stevie-sans',sans-serif;
  font-weight:500;
}

h4, h5, h6 {
  font-size:20px;
  font-family: 'stevie-sans',sans-serif;
}

p, li, a {
  font-size:18px;
}

/* font spacing overides */
h2 {
  margin-top:0px;
  margin-bottom:24px;
}

h3 {
  margin-top:0px;
  margin-bottom:24px;
}

p, li {
  margin-top:0px;
  margin-bottom:16px;
}

p:last-of-type, li:last-of-type {
  margin-bottom:0px;
}

.main-navigation li {
  margin-bottom:0px;
}

.main-navigation a {
  font-size:18px!important;
}

ul {
  margin-bottom:0px;
}

/* other font overides */
article a {
  color:#508ACE;
}

/* 2025 06 legal/privacy pages etc amends */
.page-row.bg-Grey h1, .page-row.bg-Grey h2, .page-row.bg-Grey a.tel {
  color:#005082!important;
}

.page-row.bg-Grey h1 {
  margin-top:0px!important;
}

.page-row.bg-Grey {
  background:#f8f8f8!important;
}
/* other overides */
.site-main {
  background:#f8f8f8;
}

.site-main p, .site-main h1, .site-main h2, .site-main h3, .site-main li {
  color:#1E1E1E;
}

.page-template-page-home .page-row.heading {
  padding-top:50px;
  padding-bottom:50px;
}

.page-template-page-home .page-row.heading p {
  margin-bottom:0px;
}

/* colour blocks */


.colour-blocks {
  /*background:url('https://coralcove.org.uk/wp-content/uploads/2025/07/waves-coral-cove.png'); */
  background-position:bottom;
  background-repeat:no-repeat;
  display:flex;
  flex-direction:column;
  align-items:center;
  position:relative;
  background-size:cover;
}

.colour-blocks .wrap {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}

.top-content {
  margin-bottom:50px;
}

.left-block {
  width:calc(50% - 75px);
  margin-left:50px;
  margin-right:25px;
  padding:20px;
  background:#F2E9E1E5;
  margin-bottom:50px;
  border-radius:10px;
}

.left-block * {
  color:#005082;
}

.right-block {
 width:calc(50% - 75px);
 margin-left:25px;
 margin-right:50px;
 padding:20px;
 background:#0071CE;
 margin-bottom:50px;
 border-radius:10px;
}

.right-block * {
  color:#F2E9E1!important;
}

.colour-block-btn {
  display:block;
  width:fit-content;
  margin-left:auto;
  margin-right:auto;
  color:#fff;
  background:#FF6F3C;
  padding:15px 20px;
  border-radius:10px;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1); 
}

.colour-block-btn:hover {
  color:#0071ce!important;
  -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1); 
}

.bottom-content {
  width:calc(100% - 100px);
  margin-left:auto;
  margin-right:auto;
}

.bottom-content p {
  color:#fff;
  margin-top:0px;
  margin-bottom:50px;
  width:100%;
  text-align: center;
}


.colour-bottom-btn {
  z-index:99999999;
  width:fit-content;
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
  color:#fff;
  background:#FF6F3C;
  padding:15px 20px;
  border-radius:10px;
  text-decoration: none;
  position:absolute;
  bottom:-28px;
}

/* 50-50 sections */
.fifty-fifty {
  padding-top:50px;
  padding-bottom:50px;
}
.fifty-fifty .wrap {
  display:flex;
  flex-wrap:wrap;
}

.fifty-fifty .row {
  width:100%;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  margin-bottom:50px;
}

.fifty-fifty .row:last-of-type {
  margin-bottom:0px;
}

.fifty-fifty .row.row-reverse{
  flex-direction:row-reverse;
}

.fifty-fifty .row .text,  .fifty-fifty .row .image {
  width:calc(50% - 25px);
}

.row-100 {
  margin-bottom:50px;
  width:100%;
}

.row-100 p {
  margin:0px;
}

.fifty-fifty img {
  width:100%;
}

/* cta block */
.cta-section {
  background-position:bottom;
  background-size:cover;
  padding-top:50px;
  padding-bottom:50px;
  background-repeat:no-repeat;
  background-position:bottom;
  display:flex;
  align-items:center;
}

.cta-section h2 {
  margin-top:0px;
  color:#fff;
  margin-bottom:24px;
}

.cta-section li {
  font-weight:600;
  color:#fff;
  margin-top:0px;
  margin-bottom:24px;
}

.cta-section p {
  margin-top:0px;
  margin-bottom:24px;
  color:#fff;
}

.cta-section a {
  display:block;
  width:fit-content;
  color:#fff;
  background:#FF6F3C;
  padding:15px 20px;
  border-radius:10px;
  text-decoration: none;
}

.cta-section p:last-of-type {
  margin-bottom:0px;
}


/* banner css */
.banner {
  display:flex;
  min-height:250px;
  align-items:center;
  position: relative;
  justify-content: center;
  margin-bottom:78px;
  background-size:cover;
}

.banner .wrap * {
  color:#fff;
}

.banner-btn {
  display:block;
  z-index:99999999;
  width:fit-content;
  margin-left:auto;
  margin-right:auto;
  margin-top:-35px;
  bottom:-28px;
  position:absolute;
  color:#fff;
  background:linear-gradient(90deg, #284294 61.06%, #508ACE 100%);
  border:1px solid #FFFFFF;
  min-width:200px;
  border-radius:100px;
  text-decoration: none;
  text-align:center;
  transition:linear 0.2s;
  padding:15px;
}

.banner h1 {
  margin-top:0px;
}

.banner .wrap p:last-of-type {
  margin-bottom:0px;
}


/* wave blocks css */
.blue-wave {
  background:#005082;
  padding-top:50px;
  padding-bottom:50px;
  margin-bottom:25px;
}

.blue-wave * {
  color:#fff!important;
}

.light-blue-wave {
  background:#3BAFDA;
  padding-top:50px;
  padding-bottom:50px;
}

.light-blue-wave * {
  color:#fff!important;
}

.beige-wave {
  background:#F2E9E1;
  padding-top:50px;
  padding-bottom:50px;
  margin-top:25px;
}

.beige-wave * {
 color:#005082!important;
}

/* text columns block css */
.text-columns {
  padding-top:50px;
  padding-bottom:50px;
}

.text-columns .wrap {
  display:flex;
  flex-wrap:wrap;
}

.column-left {
  width:calc(50% - 25px);
  margin-right:25px;
}

.column-right {
  width:calc(50% - 25px);
  margin-left:25px;
}

.column-left h2 {
  width:fit-content;
  border-radius:10px;
  margin-bottom:24px;
  font-weight:500;
}

.column-right h2 {
  width:fit-content;
  border-radius:10px;
  margin-right:24px;
}

.beige-space {
  background:#F2E9E1;
  width:100%;
  border-radius:50%;
  height:50px;
  margin-bottom:50px;
}

.beige-space:last-of-type {
  margin-bottom:0px;
}

/* image columns css */
.image-columns {
  /* background:url('https://coralcove.org.uk/wp-content/uploads/2025/07/waves-coral-cove.png'); */
  background-position:bottom;
  background-repeat:no-repeat;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding-top:50px;
  padding-bottom:50px;
  background-size:cover;
  position:relative;
}

.image-columns .wrap {
  display:flex;
  flex-wrap:wrap;
}

.image-column-left {
  width:calc(50% - 25px);
  margin-right:25px;
}

.image-column-right {
  width:calc(50% - 25px);
  margin-left:25px;
}

.image-left-text, .image-right-text {
  margin-top:24px;
}

.image-left-text *, .image-right-text * {
  color:#fff!important;
}

/* middle cta css */
.middle-cta-text {
  text-align:center;
  width:100%;
}

.middle-cta-text p {
  width:100%;
  text-align:center;
}

.middle-cta-btn {
  display:block;
  z-index:99999999;
  width:fit-content;
  margin-left:auto;
  margin-right:auto;
  color:#fff;
  background:#FF6F3C;
  padding:15px 20px;
  border-radius:10px;
  text-decoration: none;
}

.read-more-toggle {
  font-weight:700;
  font-family: 'stevie-sans',sans-serif;
  text-decoration:underline;
}

.more-text {
  display:none;
}

.more-text p {
  margin-bottom:16px!important;
}

/* page specific css */
.margin-above {
  padding-top:50px;
}

.page-id-1065 article ul {
margin-bottom:16px;
}

.page-id-1065 .image-columns {
  padding-top:0px;
}

.page-id-1009 article li:last-of-type {
  margin-bottom:16px;
}

.page-id-1009 section:nth-child(3) {
  margin-top:50px;
}

.page-id-1055 .image-columns {
  padding-top:0px;
}

.page-id-967 .image-columns {
  padding-top:0px;
}

.page-id-1065 .beige-wave {
 background:#f8f8f8;
}

.middle-cta-text {
  margin-top:50px;
}

.image-bottom-100 {
  width:100%;
}

.map-100-text {
  margin-top:50px;
  text-align:center;
}

.map-100-text * {
  color:#fff!important;
}

.orange-btn {
  display:block;
  width:fit-content;
  margin-left:auto;
  margin-right:auto;
  color:#fff;
  background:#ff6f3c;
  padding:15px 20px;
  border-radius:10px;
  text-decoration:none;
  -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1); 
}

.orange-btn:hover {
  color:#0071ce!important;
  -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1); 
}

.page-id-1055 .row-100 {
  text-align:center;
  margin-bottom:0px;
}

/* 2025 06 27 header css overides */
.logo-nav-tel .logos {
  display:flex;
  flex-wrap:wrap;
  width:100%;
  justify-content: space-between;
  align-items:center;
}

.logo-nav-tel .logos .logo {
  width:100px;
}

.logo-nav-tel .logos .nhs_logo {
  padding-top:0px!important;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}

.nhs_logo {
  display:flex;
  flex-direction:column;
  align-items:center;
}

.nhs_logo img {
  margin-bottom:0px;
}

.nhs_logo .translate_widget {
  width:100%;
  margin-bottom:24px;
  max-width:fit-content;
}

.nhs_logo .middle-header-links {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}

.nhs_logo .middle-header-links a:nth-of-type(1) {
  margin-right:10px;
}

.logo-nav-tel .logos .helpline {
  margin-left:0px!important;
  margin-right:0px!important;
  margin-top:0px!important;
}

.helpline {
  display:flex;
  flex-direction:column;
  align-items:center;
}

.quick_exit a {
  display:block;
  width:fit-content;
  color:#fff;
  background:#FF6F3C;
  padding:15px 20px;
  border-radius:10px;
  text-decoration: none;
  margin-bottom:24px;
  -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1); 
}

.quick_exit a:hover {
  color:#0071ce;
  -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
}

.middle-header-links a {
  color:#0071ce;
  font-weight:700;
}


/* 2025 footer css */
footer.site-footer .footer-col-container {
  padding-top:50px;
}
.footer-top {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  margin-bottom:24px;
}

.footer-widget-title {
    line-height:30px;
    margin-bottom:50px;
}

.footer-logo {
  max-width:150px;
  width:auto;
  height:30px;
  margin-bottom:50px;
}

.footer-menu {
  display:flex;
  flex-wrap:wrap;
  width:100%;
  justify-content: center;
}

.footer-menu ul {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  margin-top:24px;
  margin-bottom:24px;
  margin-left:0px;
}

.footer-menu li {
  list-style:none;
  padding-left:10px;
  padding-right:10px;
}

.footer-menu li a {
  color:#fff;
  text-decoration: underline;
}

.footer-menu li a:hover {
  text-decoration:none;
}

footer ul li {
    margin-bottom:8px;
}


/* entry pop-up 2025 */
.remodal-wrapper .remodal {
  border:10px solid #0071ce;
}

.remodal-wrapper .remodal a {
  color:#ff6f3c;
}

.remodal h2 {
  color:#005082;
}

.remodal-wrapper .remodal .remodal-confirm {
  background:#ff6f3c;
  padding:15px 20px;
  border-radius:10px;
  text-transform: capitalize;
}

/* top of header spacing fix 2025 */
#page_cont {
  margin-top:0px;
}

/* 2025 mobile css */
.mobile-burger {
  display:none;
}

.mobile-strip {
  display:none;
}

.mobile-call {
  display:none;
}

.logos .helpline .desktop-call:hover {
  text-decoration:underline;
}

@media only screen and (max-width:768px) {
  .mobile-strip {
    display:flex;
    margin-top:1em;
  }
  .mobile-strip a {
    margin-left:auto;
    margin-right:auto;
  }
  
  .logos .helpline .quick_exit {
    display:none;
  }
  
  .logos .helpline .desktop-call {
    display:none;
  }
  
  .mobile-call {
    display:flex;
    text-align:center;
    font-family: 'stevie-sans',sans-serif;
    color:#0071ce;
    justify-content: center;
    margin-top:1em;
  }
  
  .mobile-call p {
    color:#0071ce!important;
    font-size:24px;
  }
  .mobile-call p:hover {
    text-decoration:underline;
  }
  
  header#masthead .logo-nav-tel .logos .nhs_logo {
    display:flex;
  }
  
  .mobile-burger {
    width:100%;
    display:flex;
    justify-content: center;
  }
  
}

a.menu-toggle {
  display:none;
}

header#masthead .helpline {
  margin-top:0px!important;
}

@media only screen and (max-width:900px) {
  .logo-nav-tel .logos .logo {
    width:150px;
  }
}

@media only screen and (max-width: 880px) {
  .footer-bottom {
    flex-direction:column-reverse;
  }
  
  .footer-50:nth-of-type(2) {
    margin-bottom:24px;
    margin-left:auto;
    margin-right:auto;
  }
}

@media only screen and (min-width:769px) {
  .nav-tel .nav .main-navigation ul {
    display:flex!important;
    flex-wrap:wrap;
    justify-content: space-evenly;
  }
}

@media only screen and (max-width:768px) {
  /* header */
  .nhs_logo .middle-header-links {
    display:none;
  }
  a.menu-toggle {
    display:block;
    margin-right:0px;
    color:#005082!important;
  }
  .logo {
    width:22%!important;
  }
  .helpline {
    width:50%!important;
    margin-left:3%!important;
    margin-right:3%!important;
  }
  .nhs_logo {
    width:22%!important;
  }
  .nhs_logo .img {
    width:100%;
  }
  .nhs_logo img {
    width:100%;
  }
  
  header#masthead .logo-nav-tel .logos .nhs_logo{
    padding-top:0px!important;
    margin-top:0px!important;
  }
  header#masthead .logo-nav-tel .logos .nhs_logo .img img {
    padding-top:0px!important;
  }

  
  /*pages content */
  /* .banner {
    padding-top:50px;
    padding-bottom:79px
  }*/
  
  .colour-blocks .left-block {
    width:100%;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:50px;
  }
  .colour-blocks .right-block {
    width:100%;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:50px;
  }
  
  .fifty-fifty .row {
    flex-direction:column-reverse;
  }
  
  .fifty-fifty .row.row-reverse {
    flex-direction:column-reverse;
  }
  
  .fifty-fifty .row .text {
    width:100%;
    margin-left:0px;
    margin-right:0px;
  }
  
  .fifty-fifty .row .image {
    width:100%;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:24px;
  }
  
  .fifty-fifty .row .text ul {
    margin-bottom:0px!important;
  }
  
  .column-left h3, .column-right h3 {
    width:100%;
  }
  
  .text-columns .column-left {
    width:100%;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:24px;
  }
  .text-columns .column-right {
    width:100%;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:50px;
  }
  
  .cta-section a {
    margin-left:auto;
    margin-right:auto;
  }
   
}

@media only screen and (max-width:550px) {
  .image-column-left {
    width:100%;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:50px;
  }
  
  .image-column-left * {
    color:#005082!important;
  }
  
  .image-column-right {
    width:100%;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:24px;
  }
}

@media only screen and (max-width:440px) {
  .logos .logo {
    width:40%!important;
  }
  
  .logos .nhs_logo {
    width:40%!important;
  }
  .helpline {
    display:none;
  }
}

/* mobile pop-out menu css */
.mm-panels>.mm-panel:not(.mm-hidden) {
  background:#005082;
}

.mm-panels>.mm-panel:not(.mm-hidden) * {
  color:#fff!important;
  border-color:#fff!important;
}

/* 2025 header spacing adjustments */
.nav-tel .nav .main-navigation ul li a {
  padding:10px 15px;
}

.nav-tel .nav .main-navigation ul li {
  margin-right:0px;
}



/* 2025 new theme css */
/* 404 page css */
.error404 #main {
  height:50vh;
  display:flex;
  align-items:center;
}
.error404 h1 {
  margin-top:0px;
}

.error404 #main button {
  background:linear-gradient(90deg, #284294 61.06%, #508ACE 100%);
  border:1px solid #FFFFFF;
  border-radius:100px;
  color:#fff;
  padding:15px;
  min-width:200px;
  text-align:center;
  transition:linear .2s;
}

.error404 #main button:hover {
  background:linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
  transition:linear .2s;
}

/* deep banner */
.deep-banner {
  height:45vh;
  background-size:cover;
  background-repeat:no-repeat;
  display:flex;
  align-items:center;
  background-color:rgba(0, 0, 0, 0.2);
  background-blend-mode: darken;
  background-position:center;
}

.deep-banner h1 {
  margin-top:0px;
  margin-bottom:0px;
  font-size:60px;
  color:#fff;
  line-height:1.2;
}

.deep-banner p, .deep-banner h2, .deep-banner h3, .deep-banner li {
  color:#fff;
  font-size:24px;
}

.deep-banner strong {
  color:#ff6f3c;
}

.deep-banner-text-container {
  margin-bottom:30px;
  max-width:70%;
  display:flex;
  flex-direction:column;
  gap:30px;
}

/* .deep-banner-buttons {
  max-width:50%;
} */

.deep-banner-buttons .deep-banner-btn:nth-of-type(1) {
  background: linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
  border: 1px solid #FFFFFF;
  border-radius:100px;
  color:#fff;
  padding:15px;
  min-width:200px;
  text-align:center;
  margin-right:20px;
  transition: linear 0.2s;
}

.deep-banner-buttons .deep-banner-btn:nth-of-type(1):hover {
  background: linear-gradient(90deg, #284294 61.06%, #508ACE 100%);
  border: 1px solid #FFFFFF;
  transition: linear 0.2s;
  text-decoration:none;
}

.deep-banner-buttons .deep-banner-btn:nth-of-type(2) {
  background: linear-gradient(90deg, #284294 61.06%, #508ACE 100%);
  border: 1px solid #FFFFFF;
  border-radius:100px;
  color:#fff;
  padding:15px;
  min-width:200px;
  text-align:center;
  transition: linear 0.2s;
}

.deep-banner-buttons .deep-banner-btn:nth-of-type(2):hover {
  background: linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
  border: 1px solid #FFFFFF;
  text-decoration:none;
  transition: linear 0.2s;
}

/* static accrediations */
.static-company-logos {
  padding-top:50px;
  padding-bottom:50px;
}

.static-company-logos h2 {
  width:100%;
  text-align:center;
  margin-bottom:40px;
  font-size:40px;
}

.static-accrediations-container {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  gap:40px;
  justify-content: space-between;
}

.static-accrediation {
  max-width:150px;
  max-height:150px;
  width:100%;
}

/* slider accrediations */
.slider-accrediations {
  padding-top:50px;
  padding-bottom:50px;
}

.slider-accrediations h2 {
    background:#508ACE;
    padding:5px 25px;
    width:fit-content;
    color:#fff!important;
    font-size:20px;
    border-radius:0px!important;
    border-bottom-left-radius:10px!important;
    border-top-right-radius:10px!important;
    line-height:36px;
}

.slider-container {
  display:flex;
}

/* cards block */
.card-section {
  padding-top:50px;
  padding-bottom:50px;
}

.card-section .small-title {
  width:100%;
  text-align:center;
}

.card-section .large-title {
  width:100%;
  text-align:center;
  font-size:40px;
}

.card-section .sub-text {
  width:100%;
  text-align:left;
}

.card-section .sub-text h3 {
    font-weight:500;
    font-size:18px;
}

.page-id-132 .card-section {
    padding-top:0px;
}

.card-container {
  padding-top:30px;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  gap:20px;
}

.card {
  width:calc(20% - 20px);
  display:flex;
  flex-direction:column;
  box-shadow:0px 5px 33px 0px rgba(64, 92.00000000000006, 146, 0.25);
  background:#D9D9D9;
  box-shadow: -4px 4px 4px 0px #00000040;
}

.card-image-link {
  width:100%;
  margin-bottom:0px;
}

.card-image {
  width:100%;
  border-bottom-right-radius:25px;
  margin-bottom:24px;
}

.card-title {
  width:100%;
  text-align:center;
}

.card .card-btn {
  max-width:150px;
  margin-left:auto;
  margin-right:auto;
  border-bottom:1px solid #ff6f3c;
  text-align:center;
  width:fit-content;
  margin-bottom:24px;
  color:#000;
  font-weight:400;
  text-align:left;
}

.card .card-btn:hover {
  border-bottom: 1px solid #0071ce;
}

/* horizontal card block */
.horizontal-card-section {
  background-size:cover;
  background-repeat:no-repeat;
  padding-top:50px;
  padding-bottom:50px;
}

.horizontal-card-section .large-title {
  font-size:40px;
}

.horizontal-card-section .sub-text {
  font-size:18px;
  color:#1E1E1E;
}

.horizontal-card-container {
  padding-top:30px;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.horizontal-card {
  width:calc(50% - 25px);
  display:flex;
  justify-content: space-between;
  align-items:center;
  box-shadow: -4px 4px 4px 0px #00000040;
  background:#D9D9D9;
}

.horizontal-card-image {
  width:calc(30% - 15px);
  border-bottom-right-radius:25px;
}

.horizontal-card-text {
  width:calc(70% - 15px);
}

.horizontal-card-image-link {
  width:calc(30% - 15px);
  display:flex;
}

.horizontal-card-text-link {
  width:calc(70% - 15px);
}

.horizontal-card a .horizontal-card-image {
  width:100%;
}

.horizontal-card a .horizontal-card-text {
  width:100%;
}

.horizontal-card i {
    font-size:40px!important;
    margin-top:12px;
    color:#284495!important;
}

/* sixty thirty */
.sixty-thirty {
  padding-top:50px;
  padding-bottom:50px;
}

.sixty-thirty .row {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: space-between;
  width:100%;
  align-items:center;
}

.sixty-thirty .row-reverse {
  display:flex;
  flex-direction:row-reverse;
  flex-wrap:wrap;
  justify-content: space-between;
  width:100%;
  align-items:center;
}

.sixty-thirty .text-container {
  width:100%;
  max-width:calc(65% - 50px);
}

.sixty-thirty .image-container {
  width:100%;
  max-width:calc(35% - 50px);
}

.sixty-thirty .large-title {
  font-size:32px;
  color:#1E1E1E;
  font-weight:400;
}

.sixty-thirty .row img {
  width:100%;
  box-shadow: -6px 6px 0px 0px #508ACE;
}

.sixty-thirty .row-reverse img {
  width:100%;
  box-shadow: -6px 6px 0px 0px #508ACE;
}

/* timeline block */
.timeline-section h2 {
  width:100%;
  text-align:center;
}

.timeline-subtext {
  width:100%;
  text-align:center;
}

.timeline-container {
  padding-top:40px;
  padding-bottom:40px;
}

.timeline-row {
  padding:50px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-left:auto;
  margin-right:auto;
}

.timeline-row:nth-of-type(1n) {
  flex-direction:row-reverse;
  border-top:3px solid #005082;
  border-top-left-radius: 0px;
  border-left:3px solid #005082;
  border-bottom-left-radius:0px;
}

.timeline-row:nth-of-type(2n) {
  flex-direction:row;
  border-left:0px;
  border-right:3px solid #005082;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

.timeline-row:last-of-type {
  border-bottom:3px solid #005082;
}

.timeline-text {
  width:calc(75% - 25px);
}

.timeline-image {
  width:calc(25% - 25px);
}

.timeline-image img {
  width:100%;
}

.timeline-row:nth-of-type(1n) img {
  border-radius:100%;
  border-top-left-radius:0%;
}

.timeline-row:nth-of-type(2n) img {
  border-radius:100%;
  border-top-right-radius:0%;
  border-top-left-radius:100%;
}

/* Vertical timeline */
.vertical-timeline {
  padding-top:50px;
  padding-bottom:50px;
}

.vertical-timeline h2 {
  width:100%;
  text-align:center;
}

.vertical-timeline .vertical-timeline-subtext {
  text-align:center;
  width:100%;
}

.vertical-timeline-container {
  border-left:1px solid #ff6f3c;
  padding-top:12px;
  margin-top:50px;
}

.vertical-timeline-row {
  display:flex;
  justify-content:space-between;
  padding-bottom:50px;
}

.vertical-timeline-row:last-of-type {
  padding-bottom:12px;
}

.vertical-time-left {
  width:calc(25% - 25px);
  padding-left:0px;
}

.animated .vertical-time-left {
  overflow:visible;
}

.vertical-time-right {
  width:calc(75% - 25px);
}

.vertical-time-heading {
  margin-bottom:0px;
  padding-bottom:12px;
  padding-left:20px;
  border-bottom:1px solid #ff6f3c;
  display:inline-block;
  width:100%;
}

.animated .vertical-time-heading {
  position:sticky;
  top:50px;
}

/* 2025 theme blog */
.blog-page-container {
  display:flex;
  flex-wrap:Wrap;
  width:100%;
  justify-content: space-between;
  align-items:center;
}

.blog-page-container article {
  width:calc(50% - 50px);
}

.blog-page-container .post-image {
  width:100%;
}

.blog-page-container .post-image img {
  width:100%!important;
}

.blog-page-container .post-container {
  position:relative;
  display:flex;
  justify-content: center;
}

.blog-page-container .post-text-container {
  background:#fff;
  box-shadow:0px 5px 33px 0px rgba(64, 92.00000000000006, 146, 0.25);
  position:absolute;
  bottom:-100px;
  width:100%;
  max-width:calc(100% - 50px);
  padding: 40px;
  transition:ease-in-out 0.2s;
  
}

.blog-page-container .post-text-container * {
  text-align:center;
  width:100%;
} 

.blog header.entry-header {
  background:#f8f8f8;
}

.post-link {
  width:100%;
}

.post-link:hover .post-text-container {
  background:#005082;
  transition:ease-in-out 0.2s;
}

.post-link:hover .post-text-container * {
  color:#fff;
  transition:ease-in-out 0.2s;
}

.post-image img {
  width:100%!important;
  height:initial!important;
}

.post-link {
  color:#005082;
}

.blog #content {
  margin-bottom:120px;
}

.blog header.entry-header {
  margin-top:1em;
  margin-bottom:0px;
}

/* contact form block */
.contact-form-section {
  padding-top:50px;
  padding-bottom:50px;
  width:100%;
}

.contact-form-row {
  display:flex;
  width:100%;
  justify-content: space-between;
  align-items:center;
}

.contact-form-row .left {
  width:calc(40% - 25px);
}

.contact-form-row .right {
  width:calc(60% - 25px);
  box-shadow:0px 5px 33px 0px rgba(64,92.00000000000006,146,.25);
  padding:50px
}

.wpcf7 .wpcf7-submit {
  background:#274394;
  border:1px solid #274394;
  border-radius:0px;
  color:#fff;
  padding:15px;
  max-width:120px;
  text-align:center;
  transition: linear 0.2s;
  font-size:18px;
  display:block;
  margin-top:12px;
}

.wpcf7 .wpcf7-submit:hover {
  background-color:#fe9a76;
  transition: linear 0.2s;
  border:1px solid #fe9a76;
}

.wpcf7 .form-100 {
  width:100%;
  display:flex;
  justify-content: space-between;
}

.form-100 p {
  margin-bottom:16px!important;
}

.wpcf7 .form-left {
  width:calc(50% - 10px);
}

.wpcf7 .form-right {
  width:calc(50% - 10px);
}

/* stat columns block */
.stat-columns-container {
  display:flex;
  gap:30px;
  width:100%;
  padding-top:50px;
  padding-bottom:50px;
}

.stat-column {
  display:flex;
  flex-direction:column;
  width:33%;
  gap:5px;
}

.stat-column * {
  margin-bottom:0px;
  text-align:center;
}

.stat-column h2 {
  font-size:72px;
  line-height:40px;
  color:#508ACE;
}

.stat-column h3 {
    color:#1E1E1E;
    font-weight:500;
}

/* thirty three columns block */
.thirty-three-columns-section {
  padding-top:50px;
  padding-bottom:50px;
  background-size:cover;
  background-repeat:no-repeat;
}

.thirty-three-columns-container {
  display:flex;
  gap:25px;
}

.thirty-three-column {
  width:33%;
}

.thirty-three-column img {
  width:100%;
  margin-bottom:0;
}

/* seventy five twenty five block */
.page-id-132 .seventy-five-twenty-five {
    padding-top:0px!important;
}

.seventy-five-twenty-five {
  background-size:cover;
  background-repeat:no-repeat;
  padding-top:50px;
  padding-bottom:50px;
}

.seventy-five-twenty-five .row {
  display:flex;
  gap:50px;
  align-items:center;
}

.seventy-five-twenty-five .seventy-five {
  width:75%;
}

.seventy-five-twenty-five .seventy-five * {
  text-align:left;
}

.seventy-five-twenty-five .twenty-five {
  width:25%;
}

.seventy-five-twenty-five .twenty-five img {
  width:100%;
  box-shadow:-6px 6px 0px 0px #508ACE;
}

/* twenty five seventy five block */
.twenty-five-seventy-five {
  background-size:cover;
  background-repeat:no-repeat;
  padding-top:50px;
  padding-bottom:50px;
}

.twenty-five-seventy-five .row {
  display:flex;
  gap:50px;
  align-items:center;
}

.twenty-five-seventy-five .seventy-five {
  width:75%;
}

.twenty-five-seventy-five .seventy-five * {
  text-align:right;
}

.twenty-five-seventy-five .twenty-five {
  width:25%;
}

.twenty-five-seventy-five .twenty-five img {
  width:100%;
}

/* FAQ's Section */
.faqs-section {
  background-size:cover;
  background-repeat:no-repeat;
  padding-top:50px;
  padding-bottom:50px;
}

.faqs-section .large-title {
  font-size:40px;
}

summary h3 {
    font-weight:700;
}

summary {
    display:flex;
    gap:10px;
    align-items:center;
}

summary i {
    background:#274392;
    padding:5px;
    border-radius:100%;
    color:#fff!important;
}

.faqs-section h3 {
  font-size:18px;
}

.faqs-section p {
  font-size:16px;
}

.faqs-section li {
  font-size:16px;
}

.faqs-section h3 {
  margin-bottom:16px;
}

.faqs-section details {
  margin-bottom:20px;
}

.faq-text-container {
  padding-left:15px;
}

/* Read More Text Block */
.read-more-text-block {
  padding-top:50px;
  padding-bottom:50px;
}

.read-more-text-btn-close {
  display:none;
}

.read-more-text-hidden {
  display:none;
}

.read-more-text-btn-close {
  display:none;
}

/* read more cards block */
.read-more-cards-container {
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.read-more-card {
  width:calc(33.3% - 10px);
  display:flex;
  gap:15px;
  background:#D9D9D9;
  box-shadow:-4px 4px 4px 0px #00000040;
  padding:15px;
  flex-wrap:wrap;
  height:fit-content;
}

.read-more-card img {
  width:calc(40% - 7.5px);
}

.read-more-card-text-container {
  width:calc(60% - 7.5px);
  display:flex;
  gap:10px;
  align-items:center;
  flex-direction:column;
  justify-content: center;
}

.read-more-card-text-container * {
  width:100%;
  text-align:left;
  margin-top:0px;
  margin-bottom:0px;
}

.read-more-card-text-container p, .read-more-card-text-container a {
  font-size:16px;
}

.card-text-after {
  width:100%;
  /* display:none; */
}

.card-read-more-button {
    color:#1E1E1E;
    font-weight:400;
}

/* read mores */
.show {
  display:block;
}

.hidden {
  display:none;
}


/* metaslider css */
.metaslider .flexslider {
  margin-bottom:0px!important;
}


/* 2026 draft fixes */
h4, h5, h6 {
  color:#005082;
  margin-top:0px;
  margin-bottom:16px;
}


/* 2026  header css */
.logo-nav-tel .logos {
  display:flex;
  flex-wrap:nowrap;
  justify-content: space-between;
}

.nav-tel {
  background:none;
  width:calc(100% - 100px);
}

.nav-tel .nav .main-navigation ul li {
  padding-left:20px;
  padding-top:0px;
}

.nav-tel .nav .main-navigation ul li a {
  color:#1e1e1e;
  transition:ease-in-out 0.4s;
  padding:0px;
}

.nav-tel .nav .main-navigation ul li a {
  border-bottom:1px solid #fff;
}

.nav-tel .nav .main-navigation ul li a:hover {
  background:none;
  border-bottom:1px solid #005082;
  transition:ease-in-out 0.4s;
}

@media only screen and (max-width:1200px) {
  .nav-tel {
    display:none;
  }
  .mobile-burger {
    width:100%;
    display:flex!important;
    justify-content: center!important;
    color:#005082!important;
    font-size:32px!important;
  }
  .menu-toggle {
    display:block!important;
    color:#005082!important;
    font-size:32px!important;
  }
}

/* 2026 footer css */
.site-footer {
  background:#005082;
}

.footer-col-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
}

.footer-column {
  width:100%;
}

.footer-column * {
  color:#fff;
}

footer ul {
  margin-left:0px;
}

footer ul li {
  list-style:none;
  padding-left:0px;
}

.footer-bottom {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items:center;
  margin-top:20px;
  margin-bottom:20px;
}

.footer-bottom a {
  text-decoration:underline!important;
}

.footer-bottom a:hover {
    color:#508ACE!important;
    text-decoration:underline!important;
}

.footer-bottom a:hover {
  text-decoration:none!important;
}

.footer-bottom .footer-50:nth-of-type(1) * {
  color:#fff;
}


/* 2026 sticky header css */
#page_cont {
  overflow:visible;
}

#page_cont #page {
  /* position:sticky; */
  background:#fff;
  top:0em;
  max-width:100%;
  width:100%;
  z-index:999999999999;
  margin-top:0px;
  display:flex;
  justify-content: center;
} 

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform 0.3s ease;
    z-index: 9999;
    background:#fff;
    max-width:1260px;
    box-shadow:0 0 0 100vmax #fff;
    clip-path:inset(0 -100vmax);
    margin-left:auto;
    margin-right:auto;
}

.site-header.header-hidden {
    transform: translateY(-100%);
}
/* fix for spacing on header */
.header-spacing { 
  width:100%;
  /* height:79px;*/
}

/* css for elements across multiple sections */
.large-title {
  font-size:40px;
  line-height:40px;
  width:100%;
}

.small-title {
  width:100%;
}

.page-id-19221 .small-title {
    margin-left:auto;
    margin-right:auto;
}

.page-id-19221 .center-text {
    text-align:center;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}

/* 2026 custom additional css values */
.title-left h1, .title-left h2, .title-left h3, .title-left h4, .title-left h5, .title-left h6 {
  text-align:left;
}

.title-right h1, .title-right h2, .title-right h3, .title-right h4, .title-right h5, .title-right h6 {
  text-align:right;
}

.title-center h1, .title-center h2, .title-center h3, .title-center h4, .title-center h5, .title-center h6 {
  text-align:center;
}

.center * {
  text-align:center!important;
}

.center p a {
  margin-left:auto;
  margin-right:auto;
}
 
.border-top {
  border-top:1px solid #ff6f3c;
}

.border-bottom {
  border-top:1px solid #ff6f3c;
}

.padding-top {
  padding-top:50px;
}

.padding-bottom {
  padding-bottom:50px;
}

.margin-top {
  margin-top:50px;
}

.margin-bottom {
  margin-bottom:50px;
}

/* 2026 mobile css */
@media only screen and (max-width:1200px) {
  .logo-nav-tel .logos {
    flex-direction:row-reverse;
    justify-content:flex-end;
    max-width:93%;
    margin-left:auto;
    margin-right:auto;
  }
  .mobile-burger {
    width:initial;
    justify-content:flex-start!important;
  }
  .logo-nav-tel .logos .logo {
    margin-left:auto;
    margin-right:auto;
  }
  .read-more-card h2, .read-more-card h3, .read-more-card h4 {
    font-size:18px;
  }
}

@media only screen and (max-width:1000px) {
  /* read more cards */
  .read-more-card img {
    width:calc(50% - 7.5px);
  }
  .read-more-card-text-container {
    width:calc(50% - 7.5px);
  }
}

@media only screen and (max-width:950px) {
  /* read more cards */ 
  .read-more-cards-container {
    flex-wrap:wrap;
    gap:30px;
    justify-content:center;
  }
  .read-more-card {
    width:calc(50% - 15px);
  }
}

@media only screen and (max-width:900px) {
  .blog-page-container {
    flex-direction:column;
    gap:100px;
  }
  .card-container {
      justify-content:center;
  }
  .card {
        width:calc(33% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  /* deep banner */
  .deep-banner-text-container {
    max-width:100%;
  }
  .deep-banner-buttons {
    max-width:100%;
  }
  /* sixty thirty */
  .sixty-thirty .row-reverse {
    flex-direction:column-reverse;
    gap:30px;
  }
  .sixty-thirty .row {
    flex-direction:column-reverse;
    gap:30px;
  }
  .sixty-thirty .text-container {
    max-width:100%;
  }
  .sixty-thirty .image-container {
    max-width:100%;
  }
  /* cards */
  .card-container {
    gap:30px;
    justify-content:center;
    flex-direction:row;
  }
  .card {
    width:100%;
    max-width:calc(50% - 15px);
  }
  /* static timeline */
  .timeline-row:nth-of-type(1n) {
    flex-direction:column-reverse;
  }
  .timeline-row:nth-of-type(2n) {
    flex-direction:column-reverse;
  }
  .timeline-image {
    width:100%;
    margin-bottom:25px;
  }
  .timeline-text {
    width:100%;
  }
  /* timeline blocks */
  .vertical-timeline-row .vertical-time-left {
     width:100%;
    margin-bottom:25px;
  }
  .vertical-timeline-row  {
    flex-direction:column;
  }
  .vertical-time-right {
    width:100%;
    padding-left:25px;
    padding-right:25px;
  }
  .vertical-time-right img {
    margin-bottom:25px;
  }
  .vertical-time-heading {
    padding-top:25px;
    padding-bottom:0px;
    border-bottom:0px;
  }
  .vertical-timeline-container {
    padding-top:0px;
    border-left:none;
  }
  .vertical-timeline-row {
    padding-bottom:25px;
  }
  .vertical-timeline-row:nth-of-type(1n) {
    border-top:3px solid #ff6f3c;
    border-right:3px solid #ff6f3c;
  }
  .vertical-timeline-row:nth-of-type(2n) {
    border-top:3px solid #ff6f3c;
    border-left:3px solid #ff6f3c;
    border-right:0px;
  }
  .vertical-timeline-row:last-of-type {
    border-bottom:3px solid #ff6f3c;
    padding-bottom:25px;
  }
  /* Static Accrediations */
  .static-accrediations-container {
    justify-content:center;
    gap:25px;
  }
  /* contact form block */
  .contact-form-row {
    flex-direction:column;
  }
  .contact-form-row .left {
    width:100%;
    margin-bottom:25px;
  }
  .contact-form-row .right {
    width:100%;
  }
  /* footer */
  .footer-col-container {
    grid-template-columns:repeat(2, 1fr);
    grid-row-gap:50px;
  }
  /* seventy five twenty five */
  .seventy-five-twenty-five .row {
    flex-direction:column-reverse;
    gap:25px;
  }
  .seventy-five-twenty-five .seventy-five {
    width:100%;
  }
  .seventy-five-twenty-five .twenty-five {
    width:100%;
  }
  .twenty-five-seventy-five .row {
    flex-direction:column;
    gap:25px;
  }
  .twenty-five-seventy-five .twenty-five {
    width:100%;
  }
  .twenty-five-seventy-five .seventy-five {
    width:100%;
  }
  /* horizontal cards */
  .horizontal-card {
    width:100%;
  }
  /* stat columns */
  .stat-columns-container {
    justify-content: center;
    flex-wrap:wrap;
  }
  .stat-column {
    width:calc(50% - 15px);
  }
  /* 33 columns */
  .thirty-three-columns-container {
    flex-wrap:wrap;
    justify-content:center;
  }
  .thirty-three-column {
    width:calc(50% - 12.5px);
  }
}

@media only screen and (max-width:600px) {
  /* read more cards */
  .read-more-card {
    width:100%;
  }
  
  .read-more-card h2, .read-more-card h3, .read-more-card h4 {
    font-size:22px;
  }
}

@media only screen and (max-width:480px) {
  /* deep banner */ 
  .deep-banner-buttons {
    display:flex;
    flex-direction:column;
    gap:30px;
  }
  .deep-banner-buttons .deep-banner-btn:nth-of-type(1) {
    max-width:100%;
    margin-right:0px;
  }
  .deep-banner-buttons .deep-banner-btn:nth-of-type(2){
    max-width:100%;
  }
  /* sixty thirty */
  
  /* cards */
  .card {
    max-width:100%;
  }
  /* read more cards */
  .read-more-card h2, .read-more-card h3, .read-more-card h4 {
    font-size:18px;
  }
}


/* thevra css */
/* background page colour */
.site-main {
    background-color:#fff;
}

/* blog */
.post-no-image {
  background: linear-gradient(180deg, rgba(80, 138, 206, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  height:300px;
  width:100%;
}
.post-image {
  max-height:300px;
}
/* .post-image img {
  max-height:300px;
}*/

/* resources */
#resources-wrap {
  display:flex;
  flex-wrap:wrap;
  padding-top:50px;
  padding-bottom:50px;
  gap:20px;
}
.resource_entry {
  max-width:calc(25% - 15px);
  width:100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 50.48%, rgba(80, 138, 206, 0.30) 100%);
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  border-radius:20px;
  padding:32px 12px;
  margin-bottom:15px;
}

.resource_entry h2 {
  font-size:16px;
  text-align:center;
  text-decoration: underline;
}



.resource_entry a {
  text-align:center;
  width:100%;
  color:#3B3B3B;
  font-weight:700;
}

#resources-wrap .pagenav {
  width:100%;
  display:flex;
  justify-content: center;
  margin-top:20px;
}

#resources-wrap .pagenav a {
  margin-left:10px;
  margin-right:10px;
  color:#3B3B3B;
}

#resources-wrap .pagenav span {
  margin-left:2.5px;
  margin-right:2.5px;
  display:inline-block;
  font-size:18px;
}

.current {
    color:#fff;
    background:#4e8bc9;
    padding:0px 8px;
}

#resources-wrap .pagenav a:hover {
    color:#4e8bc9;
    text-decoration:underline;
}

.above-stats-home {
    font-size:32px;
}

.home-about-title {
    background:#508ACE;
    padding:5px 25px;
    width:fit-content;
    color:#fff!important;
    font-size:20px;
    border-radius:0px!important;
    border-bottom-left-radius:10px!important;
    border-top-right-radius:10px!important;
    line-height:24px;
}
.home-first-block {
    padding-bottom:0px;
}

.home-first-block .wrap > div {
    width:100%;
    margin-left:0px;
    margin-right:0px;
}
.home-about-block-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.home-about-block-1 {
    width:calc(35% - 25px);
}

.home-about-block-2 {
    width:calc(65% - 25px);
}

.small-title {
     background:#508ACE;
    padding:5px 25px;
    width:fit-content;
    color:#fff!important;
    font-size:20px;
    border-radius:0px!important;
    border-bottom-left-radius:10px!important;
    border-top-right-radius:10px!important;
    line-height:24px;
}

/* home css fix */
#post-13316 > section.thirty-three-columns-section > div > h2 {
    margin-left:auto;
    margin-right:auto;
}

.home-events-cta {
    color:#1E1E1E;
    text-decoration:underline;
    font-weight:500;
}

.home-events-cta:hover {
    text-decoration:none;
}

.home-bottom-buttons {
    display:flex;
    margin-top:25px;
}

.home-bottom-btn-1 {
    background: linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
    color:#fff;
    border: 1px solid #FFFFFF;
    border-radius:100px;
    margin-right:20px;
    min-width:200px;
    padding:15px;
    text-align:center;
    transition:linear 0.2s;
    text-decoration:none;
}

.home-bottom-btn-1:hover {
    background:linear-gradient(90deg, #284294 61.06%, #508ACE 100%);
    border: 1px solid #FFFFFF;
    transition:linear 0.2s;
    text-decoration:none;
}

.home-bottom-btn-2 {
    background: linear-gradient(90deg, #284294 61.06%, #508ACE 100%);
color:#fff;
border: 1px solid #FFFFFF;
border-radius:100px;
min-width:200px;
padding:15px;
text-align:center;
transition:linear 0.2s;
text-decoration:none;
}

.home-bottom-btn-2:hover {
    background:linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
    border:1px solid #FFFFFF;
    text-decoration:none;
    transition:linear 0.2s;
}

.linked-in-right a:hover {
    background:linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
    border:1px solid #FFFFFF;
    text-decoration:none;
    transition:linear 0.2s;
}

.blue-btn, .cta-section .blue-btn:hover {
     background:linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
    border:1px solid #FFFFFF;
    text-decoration:none;
    transition:linear 0.2s;
}

.grey-btn, .cta-section .grey-btn:hover {
    background:linear-gradient(90deg, #284294 61.06%, #508ACE 100%);
    border: 1px solid #FFFFFF;
    transition:linear 0.2s;
    text-decoration:none;
}

.page-id-69 .banner-btn:hover {
    background:linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
    border:1px solid #FFFFFF;
    text-decoration:none;
    transition:linear 0.2s;
}

.thirty-three-link {
    color:#1E1E1E;
    text-decoration:underline;
    font-weight:500;
}

.thirty-three-link:hover {
    text-decoration:none;
}


.site-footer, footer.site-footer .footer-col-container {
    background-color:#3B3B3B;
}

.linked-in-cta-container {
    display:flex;
    align-items:center;
    gap:50px;
}

.linked-in-right a {
    background: #508ACE;
    border: 1px solid #FFFFFF;
    color:#fff;
    border-radius:100px;
    min-width:200px;
    padding:15px;
    text-align:center;
    transition:linear 0.2s;
}
.card-section
.linked-in-right a:hover {
    color:#508ACE;
    background:#fff;
    border:1px solid #fff;
    transition:linear 0.2s;
}

.blue-bg {
    background:#508ACE4D;
    padding:25px;
    position:relative;
    border-radius:0px!important;
    border-bottom-left-radius:10px!important;
    border-top-right-radius:10px!important;
}

.blue-bg h2 {
    position:absolute;
    top:0px;
    left:0px;
    background:#508ACE;
    padding:5px 25px;
    width:fit-content;
    color:#fff;
    font-size:20px;
    border-radius:0px!important;
    border-bottom-left-radius:10px!important;
    border-top-right-radius:10px!important;
    line-height:24px;
}

.blue-bg ul {
    margin-top:30px;
}

.blue-bg-no-title ul {
    margin-top:0px;
}

.blue-bg li, .blue-bg p {
    color:#1E1E1E;
}

.cta-container {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.cta-left {
    width:calc(100% - 250px);
}

.faqs-section .large-title {
    background:#274392;
    padding-top:25px;
    padding-bottom:25px;
    color:#fff;
    text-align:center;
}

.faqs-section details {
    background:#D9D9D9;
    padding:16px;
}

details {
    cursor:pointer;
}

details h3 {
    margin-bottom:0px!important;
}

details[open] summary {
    margin-bottom:16px!important;
}

.home-blog-posts {
    margin-top:50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 39.19%, rgba(80, 138, 206, 0.48) 274.76%);
    padding-bottom:50px;

}

.home-blog-posts h2 {
    font-size:20px;
    color:#3B3B3B;
}

.home-posts {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.home-posts article {
    width:calc(25% - 15px);
    box-shadow: -2px 2px 2px 0px #00000026;
    display:flex;
    align-items:center;
    padding:5px;
    justify-content:center; 
}

.home-posts h3 {
    font-size:16px;
    font-weight:500;
    text-decoration:underline;
    text-align:center;
    transition:linear 0.2s
}

.home-posts p {
    font-size:16px;
    font-weight:500;
    text-decoration:underline;
    text-align:center;
    transition:linear 0.2s
}

.home-posts article:hover h3, .home-posts article:hover p {
    color:#508ACE;
    transition:linear 0.2s
}

.home-view-all-news {
    margin-left:auto;
    display:block;
    margin-top:20px;
    width:fit-content;
    text-decoration:none;
    color:#1E1E1E;
    font-weight:700;
    line-height:18px;
}
.home-view-all-news:hover {
    color:#508ACE;
}

.membership-levels {
    text-align:center;
    margin-bottom:50px;
}
.membership-levels h3 {
    margin-top:50px;
    margin-bottom:16px;
}

.membership-levels h3:nth-of-type(1) {
    margin-top:0px;
}
.membership-levels .blue-btn {
    margin-top:34px;
    margin-bottom:50px;
}

.membership-title {
    margin-bottom:50px;
}

.banner {
    margin-bottom:50px
}

.events-shortcode {
    padding-top:50px;
    padding-bottom:50px;
}
.horizontal-cta .cta-container {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

.horizontal-cta span {
    color:#fff;
    width:calc(80% - 250px);
}

.horizontal-cta-text {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    align-items:center;
}

.horizontal-cta .blue-btn {
    width:200px;
}

.footer-socials i {
    font-size:50px;
    margin-top:12px;
}

.footer-socials {
    display:flex;
    gap:12px;
}

.footer-socials i:hover {
    color:#508ACE!important;
}

.linked-in-middle a {
    background:none;
    padding:0px;
    border-radius:0px;
}

.linked-in-middle i {
    font-size:50px;
    color:#fff!important;
}

.linked-in-middle i:hover {
    color:#508ACE!important;
}

.blog .posts-navigation {
    width:100%;
    margin-bottom:0px;
    position:relative;
    top:100px;
}

.blog-page-container {
    margin-bottom:50px;
}

.blog .nav-previous {
    display:flex;
}

.blog .nav-next {
    display:flex;
    width:initial;
}

.blog .posts-navigation a {
    background:#508ACE;
    color:#fff;
    min-width:150px;
    padding:5px 15px;
    text-align:center;
    transition:linear 0.2s;
    text-decoration:none!important;
    border-bottom-left-radius:10px!important;
    border-top-right-radius:10px !important;
    font-size:20px;
}
.blog .posts-navigation a:hover {
    background:linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
    transition:linear 0.2s;
}

.blog .site-main {
    background-image:url('https://www.thevra.co.uk/wp-content/uploads/2026/03/contact-us-page-bg.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    background-size:contain;
}

.blog h2 {
    font-size:20px;
    margin-bottom:12px;
    line-height:20px;
}

.blog-page-container .post-container * {
    font-size:16px;
}

.blog h2 {
    font-size:18px;
}

.contact-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.contact-container .left, .contact-container .right {
    width:calc(50% - 25px);
}

.contact-container .right p {
    margin-bottom:0px;
}

.contact-container .right .contact-email {
    margin-top:12px;
}

.contact-container .left span {
    font-size:18px;
}

.contact-us-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.contact-us-left, .contact-us-right {
    width:calc(50% - 25px);
}

.topfield {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.topfield p {
    max-width:calc(50% - 12.5px);
}
.contact-us-left .field {
    width:calc(50% - 12.5px);
}

.topfield .field p {
    width:100%;
    max-width:100%;
}

.topfield {
    margin-bottom:12px;
}

.topfield label {
    font-weight:700;
}

.contact-us-left h3 {
    font-weight:700;
}


.read-more-card-text-container h3 {
    font-size:20px;
    font-weight:700;
}

.linkedin-card-text {
    width:100%;
    position:relative;
    padding:12px;
}


.linkedin-card-text a {
    font-size:16px;
    color:#1E1E1E;
    text-decoration:none;
    border-bottom:none!important;
    margin-bottom:0px!important;
}

.linkedin-card-text h3 {
    font-size:20px!important;
    line-height:20px;
    color:#1E1E1E;
    font-weight:700;
    max-width:calc(100% - 35px);
    margin-bottom:0px!important;
}

.linkedin-card-text h3 a {
    font-size:19px!important;
    line-height:20px;
    color:#1E1E1E;
    font-weight:700;
    margin-bottom:12px!important;
}

.linkedin-card-text * {
    width:100%;
    margin-bottom:12px;
    text-align:left;
}

.card-image {
    margin-bottom:0px;
}

.card-linkedin {
    width:30px;
    position:absolute;
    top:12px;
    right:12px;
    margin-bottom:0px;

}
.card-linkedin i {
    font-size:30px;
    margin-bottom:0px;
    color:#284495!important;
}

.page-id-132 .card-section .small-title {
    width:fit-content;
    margin-bottom:0px;
}

.page-id-142 .read-more-card-text-container h3 {
    font-weight:700;
    line-height:initial;
}

@media only screen and (max-width:900px) {
     .blog-page-container article {
        width:90%;
    }
    .resource_entry {
        max-width:calc(33% - 15px);
    }
    .home .thirty-three-columns-section {
        background-position:center;
    }
}

@media only screen  and (max-width:768px) {
    .home-posts article {
        width:calc(50% - 15px);
    }
    .home-about-block-1 {
        width:calc(40% - 12.5px);
    }
    .home-about-block-2 {
        width:calc(60% - 12.5px);
    }
}

@media only screen and (max-width:600px) {
    .linked-in-cta-container {
        gap:25px;
        flex-direction:column;
        width:100%;
    }
    .linked-in-cta-container * {
        text-align:center;
    }
    .resource_entry {
        max-width:calc(50% - 15px);
    }
    .horizontal-cta span {
        width:100%;
        margin-bottom:24px;
    }
}

@media only screen and (max-width:550px) {
    .home-about-block-1 {
        width:100%;
        margin-bottom:24px;
    }
    .home-about-block-2 {
        width:100%;
    }
}

@media only screen and (max-width:380px) {
    .resource_entry {
        max-width:100%;
    }
}

/* remove the background hard codes */
/* move cta_section back to theme and add acf */
/* move styles back to theme as well? */
.banner {
  background-position:center;
}
.banner .wrap {
  height:100%;
  max-width:100%;
  width:100%;
  background-color:rgb(0 0 0 / 0.4);
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}
.banner .wrap * {
  max-width:93%;
  width:1260px;
}
.banner .wrap p a {
    width:fit-content;
    text-decoration:underline;
}
.banner .wrap p a:hover {
    color:#508ACE;
}

.blog-page-container {
  gap:80px;
}

.sixty-thirty {
    background-size:contain;
}

.horizontal-card-title {
    margin-bottom:12px;
    line-height:12px;
    font-weight:700;
}

footer.site-footer .footer-col-container {
    padding-bottom:50px;
}

.footer-bottom {
    margin-top:0px;
    margin-bottom:50px;
}

.blue-btn, .cta-section .blue-btn {
    background:linear-gradient(90deg, #284294 61.06%, #508ACE 100%);
    border:1px solid #FFFFFF;
    border-radius:100px;
    color:#fff;
    padding:15px;
    min-width:200px;
    text-align:center;
    transition:linear 0.2s;
}

.grey-btn, .cta-section .grey-btn {
    background:linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
    border:1px solid #FFFFFF;
    border-radius:100px;
    color:#fff;
    padding:15px;
    min-width:200px;
    text-align:center;
    transition:linear 0.2s;
}

/* join us button */
.nav-tel .nav .main-navigation ul {
    align-items:center;
}

.menu-item-145  a {
    background: linear-gradient(90deg, #284294 61.06%, #508ACE 100%);
    padding:10px 15px!important;
    color:#fff!important;
    text-decoration:none;
    border-bottom:none!important;
    color:#fff!important;
    transition:linear 0.2s;
    border-radius:30px;
 padding-left:30px!important;
 padding-right:30px!important;
}

.menu-item-145 {
    padding:0px!important;
}

.menu-item-145 a:hover {
 color:#fff!important;
 background: linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%)!important;
 transition:linear 0.2s;
}

/* mobile menu */
.mm-panels>.mm-panel:not(.mm-hidden) {
    background:#508ACE;
    z-index:9999999;
}

.mm-menu.mm-offcanvas {
    z-index:999999999!important;
}
.mm-panels > .mm-panel.mm-hasnavbar {
    margin-top:0px!important;
}
/* backgrounds css */
.read-more-text-block {
    background-size:contain;
    background-repeat:repeat-x;
    background-position:bottom!important;
    margin-bottom:50px;
}

.contact-form-section {
    background-repeat:repeat-x;
    background-size:contain;
    background-position:bottom;
    margin-bottom:50px;
}

.page-id-19221 .sixty-thirty {
    background-repeat:repeat-x;
    background-size:cover;
    background-position:bottom;
    margin-bottom:50px;
}

.home .sixty-thirty {
     background-repeat:repeat-x;
    background-size:cover;
    background-position:bottom;
    margin-bottom:0px;
}
@media only screen and (min-width:1450px) {
    .home .sixty-thirty {
        background-size:cover;
        padding-bottom:90px;
    }
}

.page-id-140 .seventy-five-twenty-five {
    padding-bottom:80px;
    margin-bottom:50px;
}
#post-13316 > section:nth-child(6) {
    margin-bottom:0px;
}

.home .thirty-three-columns-section {
    padding-top:80px;
}



/* other fixes */
.page-id-136 .site-main header.entry-header {
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom:24px;
}

.nav-links {
    display:flex;
    flex-direction:row-reverse;
    justify-content:center;
    gap:30px;
}

.posts-navigation .nav-previous {
    width:initial;
}

@media only screen and (max-width:450px) {
    .home-bottom-buttons {
        flex-direction:column;
    }
    .home-bottom-btn-1 {
        margin-right:0px;
    }
}

footer.site-footer {
    margin-top:25px;
}

.membership-levels h3 {
    font-size:32px;
}

.faqs-section .large-title {
    font-size:32px;
}

/* blog css fixes */
.category-vra-news {
    padding-top:50px;
}

.category-vra-news .entry-header {
    padding:0px!important;
    margin-bottom:0px!important;
}

.category-vra-news .entry-meta {
    margin-bottom:24px;
}


.single-format-standard .post-image img {
    max-height:initial!important;
    width:initial!important;
    height:initial!important;
}

.single-format-standard .post-image {
     max-height:initial!important;
}

.blog-index-title {
    font-size:20px;
    text-decoration:underline;
}

.post-read-link {
    font-size:20px;
    text-decoration:none;
    margin-bottom:12px;
    color:#1E1E1E;
}

.post-date, .post-author {
    font-size:16px;
}

.post-date {
    margin-bottom:0px;
}

.post-author {
    margin-bottom:0px;
}

#post-136 .content-heading * {
    color:#1E1E1E;
}

.member-login-link {
    text-decoration:underline;
}

.member-login-link:hover {
    color:#4e8bc9!important;
}

@media only screen and (max-width:1200px) {
    .deep-banner {
        height:70vh;
    }
    
    .menu-item-145 a {
        border-radius:0px;
        padding-left:20px!important;
        padding-right:10px!important;
    }
}

@media only screen and (max-width:400px) {
    .deep-banner h1 {
        font-size:50px;
    }
}

@media only screen and (max-width:700px) {
    .deep-banner {
        height:100vh;
    }
}

.membership-levels .blue-btn:hover {
    background:linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%)!important;
    border:1px solid #FFFFFF!important;
    text-decoration:none!important;
}

@media only screen and (min-width:1200px) {
    .menu-toggle, #mob-navigation {
        display:none!important;
    }
}

@media only screen and (max-width:768px) {
    .contact-us-left, .contact-us-right {
        width:100%;
    }
}

.contact-container .right a {
    color:#1E1E1E;
    text-decoration:underline;
}

.contact-container .right a:hover {
    color:#4f8ace;
}

.fa-linkedin:before {
    content:"\f08c"!important;
}
.card-linkedin i:hover {
    color:#508ACE!important;
}

.horizontal-card i:hover {
    color:#508ACE!important;
}

.horizontal-card a .horizontal-card-text p {
    font-style:italic;
}

@media only screen and (max-width:440px) {
    .footer-col-container  {
        grid-column-gap:25px;
    }
}

@media only screen and (max-width:400px) {
    .horizontal-card {
        flex-direction:column;
    }
    .horizontal-card-image-link {
        width:100%;
        margin-bottom:12px;
    }
    .horizontal-card-text-link {
        width:100%;
        padding:12px;
    }
    
}

@media only screen and (max-width:380px) {
    .footer-col-container {
        display:flex;
        flex-direction:column;
    }
}

/* register pop-up */
.register-field {
    margin-bottom:12px;
}

.pum-container {
    width:100%!important;
    max-width:950px!important;
}

.register-form .register-field p .upload-logo {
    display:flex;
    gap:1rem;
    flex-wrap:wrap;
}

.pum-container label {
    color:#1E1E1E;
}

.wpcf7 .wpcf7-submit:hover {
    background:linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
    border:1px solid #FFFFFF;
    transition:linear 0.2s;
}

.register-form .register-field .wpcf7-select {
    height:32px;
}

.pum-theme-19292 .pum-container, .pum-theme-lightbox .pum-container {
    border:none!important;
}

@media only screen and (max-width:500px) {
    .home-bottom-buttons {
        flex-direction:column;
    }
    .home-bottom-btn-1 {
        margin-right:0px;
    }
}

/* event css ? */
.row_grid {
    margin-left:0px;
    margin-right:0px;
}

/* blog post image */
.news-post-image {
    height:250px;
    width:100%;
    background-color:#000;
    background-size:cover;
    background-color:rgba(0, 0, 0, 0.5);
    background-blend-mode:darken;
    background-position:center;
}

.group-blog .entry-header {
    padding-bottom:0px!important;
    margin-bottom:0px!important;
    line-height:24px;
}

.singlepost .entry-meta {
    margin-bottom:12px;
}

@media only screen and (max-width:600px) {
  .deep-banner {
    background-position-x:65%;
  }
}

.card-text-after * {
  font-size:16px;
  line-height:1.2em;
}

.linked-in-left h2 {
  margin-bottom:10px;
}

.animated-stat span {
  color:#508ACE;
  font-size:72px;
  line-height:40px;
  margin-bottom:0px;
  text-align:center;
  font-weight:700;
}

.animated-stat p {
  color:#1e1e1e1;
  font-weight:500;
  text-align:center;
  font-size:24px;
}

.animated-stats-container {
  display:flex;
  gap:30px;
  width:100%;
  padding-top:50px;
  padding-bottom:50px;
}

.animated-stat {
  width:33%;
  flex-direction:column;
  gap:5px;
  display:flex;
  align-items:center;
}
.home-first-block {
  padding-top:60px;
}

@media only screen and (max-width:930px) {
  .animated-stats-container {
    flex-wrap:wrap;
    justify-content:center;
  }
  .animated-stat {
    width:calc(50% - 30px)
  }
}

@media only screen and (max-width:768px) { 
  .animated-stat {
    width:100%;
  }
}

/* 2026 04 fixes */ 
.category-vra-news {
    padding-top:0px;
}

.larger-text {
    font-size:22px;
}

.larger-text a {
    font-size:22px;
}

#post-136 .content-heading * {
    font-size:22px;
}

.banner .wrap p {
    font-size:20px;
}

.resource_entry h2 {
    font-weight:400;
}

.cta-section {
    background-position:right;
}

.page-id-19221 .cta-section {
    background-position:center;
}

.horizontal-card a .horizontal-card-text p {
    text-decoration:none!important;
}

.banner .wrap p a {
    font-size:20px;
}

.larger-text a {
    text-decoration:underline;
}

.larger-text a:hover {
    color:#508ACE!important;
}

.horizontal-card-section .sub-text {
  font-size:20px;
}

.contact-us-right a {
  color:#1e1e1e;
  text-decoration:underline;
}

.contact-us-right a:hover {
  text-decoration:none;
}

.join-us-text-link {
  color:#1e1e1e;
  text-decoration:underline!important;
}

.join-us-text-link:hover  {
  text-decoration:none!important;
}

.blog .banner, .page-id-20024 .banner, .page-id-69 .banner, .page-id-20417 .banner {
    background-position:top;
}

.post-image {
    height:300px;
    width:100%;
    max-height:300px;
    background-size:cover;
    background-position:center;
}

@media only screen and (max-width:768px) {
    .post-image {
    height:250px;
    width:100%;
    max-height:250px;
}
}

@media only screen and (max-width:500px) {
    .post-image {
    height:200px;
    width:100%;
    max-height:200px;
}
} 

/* read mores animations */
.card-text-after {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.faq-text-container {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
}

details[open] .faq-text-container {
  /* opacity and transform handled by JS/transition */
}

/* banner fix mobile */
@media only screen and (max-width:600px) {
    .banner {
        min-height:350px;
    }
}

/* news archives css */
.news-archive-btn {
    position:relative;
    top:120px;
    display:block;
    text-align:center;
    width:100%;
    color:#1e1e1e;
    font-weight:700;
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
}

.news-archive-btn:hover {
    color:#508ACE;
    text-decoration:none;
}

.blog #primary {
    padding-bottom:80px;
}

#sya_yearslist {
    margin-bottom:50px;
}

.news-archive-wrap ul {
    margin-top:30px;
    margin-bottom:30px;
    padding-left:15px;
}

.news-archive-wrap li {
    margin-bottom:10px;
    font-size:16px;
}

.news-archive-wrap a:hover {
    text-decoration:none;
}

.news-archive-wrap ul li:last-of-type {
    margin-bottom:0px;
}

.news-archive-wrap a {
    color:#284495;
}

.news-archive-wrap a:hover {
    text-decoration:none;
}


/* eventbrite css */
.events-shortcode .eaw-li__wrap {
    border-bottom:1px solid #eee;
    margin-bottom:25px;
    padding-bottom:25px;
}

.events-shortcode .eaw-summary {
    display:flex;
    justify-content:space-between;
    color:#1e1e1e;
}

.events-shortcode figure {
    margin-top:0px;
}

.events-shortcode header {
    padding:0px!important;
}

.events-shortcode * {
    font-size:18px;
}

.events-shortcode time {
    font-size:14px;
    font-weight:300;
}

.events-shortcode header time {
    display:none;
}

.events-shortcode h3 {
    margin-bottom:0px;
    font-weight:500;
}

.events-shortcode h3 a {
    font-size:22px;
}

.events-shortcode .entry-content {
    margin-top:0px;
}

@media only screen and (max-width:768px) {
    .events-shortcode .eaw-summary {
        flex-direction:column;
    }
}
@media only screen and (min-width:768px) {
.events-shortcode .more-link {
    position:relative;
    top:27px;
}
}

/* last fixes */
@media only screen and (max-width:768px) {
    .thirty-three-column {
        text-align:center;
    }
    
    .single-post .entry-title {
        line-height:normal;
    }
}

@media only screen and (max-width:540px) {
    .contact-container .topfield {
        flex-direction:column;
    }
}


@media only screen and (max-width:450px) {
    .contact-container .left, .contact-container .right {
        width:100%;
    }
    .contact-container {
        margin-bottom:24px;
    }
    .thirty-three-column {
        width:100%;
    }
}

/* probably don't need to move back to theme */
.nav-tel .nav .main-navigation ul li:last-of-type {
    margin-left:30px;
}

.nav-tel .nav .main-navigation ul li {
    padding-left:30px;
}



/* move fixes to theme too */
@media only screen and (min-width:769px) {
    .nav-tel .nav .main-navigation ul {
        justify-content:flex-end;
    }
}

.site-header {
    max-width:93%;
    width:1260px;
    margin-left:auto;
    margin-right:auto;
}

.nav-tel .nav {
    max-width:100%;
}



@media only screen and (min-width:1200px) and (max-width:1260px) {
    .nav-tel .nav .main-navigation ul li {
        padding-left:17px;
    }
}

@media only screen and (max-width:1200px) {
    .logo-nav-tel .logos {
        max-width:100%;
    }
}

/* news posts bottom spacing */
.single-post .wrap .entry-content {
    margin-bottom:35px;
}

/* back to news button */
.back-to-news-btn {
    background:#508ACE;
    color:#fff;
    min-width:150px;
    padding:5px 15px;
    text-align:center;
    transition:linear 0.2s;
    text-decoration:none!important;
    border-bottom-left-radius:10px!important;
    border-top-right-radius:10px !important;
    font-size:20px;
    margin-top:50px;
}

.back-to-news-btn:hover {
    background:linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
    transition:linear 0.2s;
}

/* blog posts header text line height fix */
.site-main header.entry-header h1 {
    line-height:initial;
}

/*  blog post header spacing fix */
.group-blog .entry-header {
    padding-top:0px!important;
    margin-top:70px;
}

/* blog post no image css */
.single-post .no-image {
    background:linear-gradient(180deg, rgba(80, 138, 206, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

/* move header shadow to starter theme too */
/* header shadow */
.site-header {
	box-shadow: 0px 0px 33px 1px rgba(64, 92, 146, 0.25);
	clip-path:none;
	max-width:100%;
	width:100%;
}

header#masthead .logo-nav-tel {
    max-width:93%;
    width:1260px;
    margin-left:auto;
    margin-right:auto;
}

.header-spacing {
    height:48px!important;
}

/* blog sidebar css */
.post-content-container {
    display:flex;
    flex-wrap:wrap;
    gap:50px;
    margin-top:50px;
    align-items:flex-start;
}

.post-content-container .post-content {
    width:calc(80% - 25px);
}

.post-sidebar-container {
    width:calc(20% - 25px);
}

.post-sidebar-container h2 {
    background:#508ACE;
    color:#fff;
    min-width:150px;
    padding:5px 15px;
    text-align:center;
    transition:linear 0.2s;
    text-decoration:none!important;
    border-bottom-left-radius:10px!important;
    border-top-right-radius:10px !important;
    font-size:20px;
    font-weight:500;
}

.post-sidebar-container li {
    list-style:none;
    margin-left:15px;
    margin-right:15px;
}

.post-sidebar-container li a {
    font-size:14px!important;
    color:#284495;
}

.post-sidebar-container {
    box-shadow:0px 0px 33px 1px rgba(64, 92, 146, 0.25);
}

.post-sidebar-container .widget {
    margin-bottom:0px;
}

.post-sidebar-container ul {
    margin:0px;
    margin-bottom:16px;
}

@media only screen and (max-width:940px) {
    .post-content-container .post-content {
    width:100%;
}

.post-sidebar-container {
    display:none;
}
}

/* resources navigation */
#resources-wrap .pagenav a {
    background:#508ACE;
    color:#fff;
    min-width:150px;
    padding:5px 15px;
    text-align:center;
    transition:linear 0.2s;
    text-decoration:none!important;
    border-bottom-left-radius:10px!important;
    border-top-right-radius:10px!important;
    font-size:20px;
}

#resources-wrap .pagenav a:hover {
    background:linear-gradient(90deg, #5B5B5B 50.96%, #7D7D7D 100%);
    transition:linear 0.2s;
    color:#fff!important;
}

#resources-wrap .pagenav a {
    margin-left:0px;
    margin-right:0px;
}

#resources-wrap .pagenav a:nth-of-type(1) {
    margin-right:10px;
}

#resources-wrap .pagenav a:nth-of-type(2) {
    margin-left:10px;
}

/* last check */
@media only screen and (max-width:360px) {
    #resources-wrap .pagenav .post-nav {
        display:flex;
        flex-direction:column;
    }
    #resources-wrap .pagenav a {
        margin-left:0px!important;
        margin-right:0px!important;
    }
    #resources-wrap .pagenav a:nth-of-type(1) {
    margin-bottom:20px;
}
}

@media only screen and (max-width:900px) {
    #resources-wrap {
        gap:26px;
    }
}

@media only screen and (max-width:750px) {
    #resources-wrap {
        gap:25px;
    }
}

@media only screen and (max-width:600px) {
    #resources-wrap {
        gap:30px;
    }
}

@media only screen and (max-width:380px) {
    #resources-wrap {
        gap:20px;
    }
}

@media only screen and (max-width:1050px) {
    .read-more-card {
        min-height:130px;
        align-items:flex-start;
    }
}

.mobile-burger {
    position:fixed;
}

.page-id-20024 .larger-text {
    font-weight:initial;
    margin-bottom:0px;
}

/* post live amends */
@media only screen and (max-width:1040px) {
    .pum-container {
        max-width:90%!important;
    }
}
@media only screen and (max-width:450px) {
    .home .thirty-three-columns-section {
        padding-top:120px;
    }
}