/* 
Theme Name: Cass Stephens 26
Theme URI: https://cass-stephens.co.uk
Description: A bespoke WordPress theme built for Cass Stephens
Author: Lee Rickler
Author URI: https://rickler.com
Version: 1.0
*/

/* -- RESET ALL THE THINGS -- */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

article, aside, figure, footer, header, nav, section, details, summary { display: block}

html { box-sizing: border-box }
*, *:before, *:after { box-sizing: inherit }
img, object, embed { max-width: 100% }
#map img { max-width: none }
html { overflow-y: scroll }
ul { list-style: none }
blockquote, q { quotes: none }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

del { text-decoration: line-through }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
  }

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

th {
  font-weight: bold;
  vertical-align: bottom
}

td {
  font-weight: normal;
  vertical-align: top
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px; 
  margin: 1em 0;
  padding: 0
}

input, select { vertical-align: middle }

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

input[type="radio"] { vertical-align: text-bottom }
input[type="checkbox"] { vertical-align: bottom }
select, input, textarea { font: 99% sans-serif }

table {
  font: inherit;
  font-size: 100%
}

small { font-size: 85% }
strong { font-weight: bold }
td, td img { vertical-align: top }

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

sup { top: -0.5em }
sub { bottom: -0.25em }
pre, code, kbd, samp { font-family: monospace, sans-serif }
button, input, select, textarea { margin: 0 }

button, input[type=button] {
  overflow: visible;
  width: auto
}

.clearfix { height: 0 }

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after { clear: both }

.row:before, .row:after {
  content: "";
  display: table
}

.row:after { clear: both }

::-moz-selection{
    background: #fcd700;
    color: #fff;
    text-shadow: none
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0
}

.submenu-toggle {
  display: none;
  visibility: hidden;
}

/* GLOBAL */
div.split-container {
  margin: 0 auto;
  max-width: 1280px
}

div.main-content {
  width: min(100% - 2rem, 760px);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  background: #ffffff;
  color: #111827;
}

div.main-content > * { margin: 0 auto }
div.main-content p { line-height: 1.7 }
div.nine-columns.main-content { background: #fff }

a {         
  color: #bfb031;  
  text-decoration: none;
}

a:hover { text-decoration: none }

div.main-content ul {
  font-size: 101%;
  margin-bottom: 20px;
  margin-left: 40px
}

div.main-content ul li {
  list-style: circle;
  padding-bottom: 4px
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0
}

html { font-size: 62.5% }

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #333;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 16px;  
  height: 100%;
  line-height: 1.26em;
  margin: 0
}

body .container .row { background: #fff }

.left, .alignleft  { float: left }
.right, .alignright { float: right }

.center, .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

img.left, img.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0
}

img.right, img.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem
}

img.center, img.aligncenter  {
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
  margin-top: 12px;
  margin-top: 0.857142857rem
}

div.container {
  min-height: 100%;
  display: block;
  margin-bottom: -100px;
  padding-top: 1%;
  position: relative;
  z-index: 1
}

div.container:after {
  content: "";
  display: block;
}

.row { margin: 0 auto }

.row .row {
  margin: 0 auto;
  min-width: 0; 
  max-width: none;
  width: auto
}

.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0;
  position: relative
}

[class*="column"] + [class*="column"]:last-child { float: right }
[class*="column"] + [class*="column"].end { float: left }

.mobile {
  display: none;
  visibility: hidden;
}

.button {
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #2196f3;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline;
  font-size: 76%;
  margin: 0;
  outline: none;
  margin-right: 6px!important;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto!important
}

.ajax-load-more-wrap.blue button.alm-load-more-btn {
  background: #2196f3;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 86%;
  font-weight: normal;
  text-transform: uppercase
}

.button:hover,
.ajax-load-more-wrap.blue button.alm-load-more-btn:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #2284a1;
  color: #fff
}

li { margin-top: 10px }
h4 { line-height: 1.4em }

div.text-main-content {
  max-width: 1280px;
}

div.text-main-content p iframe {
  display: inline-block;
  height: 300px;
  float: right;
  margin-left: 1%;
  width: 46%
}

.hidden { display: none; }
.display-inline-block { display: inline-block; }

/* -- MAIN NAV -- */
.main-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 0;
}

.left-group {
  align-items: center;
  display: flex
}

/* NAV DESKTOP */
.main-nav-menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0
}

.main-nav-menu > li {
  flex: 0 0 auto;
  position: relative
}

.main-nav-menu > li > a {
  color: #333;
  display: block;
  font-size: clamp(14px, 1.2vw, 18px);
  padding: 15px 20px;
  text-decoration: none;
  white-space: nowrap
}

.main-nav-menu > li > a:hover, .main-nav-menu li.menu-item:hover > a { color: #fff }

/* DESKTOP DROPDOWN */
.main-nav-menu .sub-menu {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: none;
  inline-size: max-content;
  left: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  z-index: 999
}

.main-nav-menu li:hover > .sub-menu { display: block }

.main-nav-menu .sub-menu li {
  padding: 0 3% 3% 3%;
}

.main-nav-menu .sub-menu li a {
  color: #222;
}

.main-nav-menu li:hover,
.main-nav-menu .sub-menu li:hover,
.main-nav-menu li.current_page_parent,
.main-nav-menu .sub-menu li.current-menu-item, li.current_page_item {
  background: #b4aa77 }

.main-nav-menu:hover,
.main-nav-menu .current-menu-parent a,
.main-nav-menu li:hover,
.main-nav-menu .sub-menu li:hover a,
.main-nav-menu .sub-menu li.current-menu-item a,
li.current_page_item a {
  color: #fff }

/* BURGER */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    background: none;
    border: 0;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 2px;
    background: #222;
    display: block;
}

/* =========================
   MOBILE LAYOUT FIX
   ========================= */
@media (max-width: 768px) {
  div.toper {

    justify-content: center;
  }
  div.toper div.logo { display: none }

    .main-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 1001;
    }

    .left-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .main-logo img { width: 100% }

    .menu-toggle {
        display: flex;
        flex-shrink: 0;
        background: none;
        border: 0;
        z-index: 1002;
    }

    #site-navigation {
      background: rgba(255, 255, 255, 0.96);
      display: block;
      inset: 0;
      overflow-y: auto;
      padding: 90px 20px 20px;
      position: fixed;
      transition: transform 0.3s ease;
      transform: translateX(-100%);
      z-index: 1000
    }

#site-navigation.open { transform: translateX(0) }

    .main-nav-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    
    .main-nav-menu > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }

    .main-nav-menu > li > a {
      flex: 1 1 auto;
      font-weight: 700;
      min-width: 0
    }

    .submenu-toggle {
        width: 44px;
        height: 44px;
        border: 0;
        background: transparent;
        position: relative;
        flex: 0 0 44px;
        cursor: pointer;
        display: inline;
        visibility: visible
    }

    .submenu-toggle::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translate(-50%, -60%) rotate(45deg);
        transition: transform 0.2s ease;
    }

    .submenu-toggle[aria-expanded="true"]::before { transform: translate(-50%, -40%) rotate(-135deg) }
    .main-nav-menu > li .sub-menu { display: none !important }
    .main-nav-menu > li.open .sub-menu { display: block !important }

}

/* -- HEADER PANEL -- */
.header-panel {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.header-panel-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 88px 24px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    min-height: inherit;
}

.header-panel-content {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background: rgba(255, 255, 255, 0.82);
    border-radius: 1.5rem;
    color: #333;
    flex: 0 1 66.666%;
    padding: 3% 
}

.header-panel-content h1, div.header-block h1 {
  color: #333;
  font-size: clamp(2.4rem, 7vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin-bottom: 3%;
  text-wrap: balance
}

.header-panel-content p {
  color: #333;
  font-size: clamp(1.5rem, 2.2vw, 1.45rem);
  line-height: 1.65;
  margin-bottom: 3%;
  text-wrap: pretty
}

div.top-bar {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: 0 1%
}

.header-panel-btn, input[type=submit].button, button.button, button.jet-form-builder__action-button {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, #06629e 0%, #04508c 45%, #033a66 100%);
  color: #fff;
  display: inline-flex;
  font-size: clamp(1.46rem, 2.5vw, 1.25rem);
  font-weight: 600;
  gap: 10px;
  padding: 14px 26px;
  text-decoration: none;
  text-transform: uppercase
}

.header-panel-btn:hover, input[type=submit].button:hover, button.button:hover, button.jet-form-builder__action-button:hover {
    transform: translateY(-2px);
    opacity: 0.92;
}

.header-panel-btn a { color: #fff }

.toper {
    display: flex;
    align-items: center;
    justify-content: space-between; /* pushes left + right apart */
    width: 100%;
}

div.toper img {
    display: block;
    width: 320px;
}

.actions {
    display: flex;
    gap: 10px; /* space between buttons */
}

.header-panel-form {
  -webkit-backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
  flex: 0 1 33.333%;
  padding: 3%;
  position: relative;
  z-index: 3
}

.header-panel-form > * { width: 100% }

.header-panel::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 110px;
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,64L60,69.3C120,75,240,85,360,90.7C480,96,600,96,720,80C840,64,960,32,1080,26.7C1200,21,1320,43,1380,53.3L1440,64L1440,120L1380,120C1320,120,1200,120,1080,120C960,120,840,120,720,120C600,120,480,120,360,120C240,120,120,120,60,120L0,120Z'/%3E%3C/svg%3E");
}

@media (max-width: 900px) {
    .header-panel-inner {
        flex-direction: column;
        align-items: stretch;
        padding: 64px 20px 110px;
    }

    .header-panel-content,
    .header-panel-form {
        max-width: 100%;
        flex-basis: auto;
    }

    .header-panel-form {
        padding: 24px;
    }

    .header-panel::after {
        height: 80px;
    }
}


/* -- SOCIAL BUTTONS -- */
.social { text-align: center }

.social-button {
  background:  transparent url('images/social-buttons.png') no-repeat left top;
  background-size:  140px 100px;
  display:          block;
  float:            left;
  height:           50px;
  text-decoration:  none;
  width:            50px;
}

.social-button.twitter {  background-position: -43px 0 }
.social-button.linkedin { background-position: -87px -45px }

/* -- HEADER -- */
div.row div.main-head {
  border-bottom: solid 10px #b4aa77;
  display: flex;
  justify-content: space-between
}

div.row div.main-head div.align {
  align-items: center;
  display: flex;
  padding: 0
}

div.row div.main-head div.align img {
  display: block;
  width: 320px
}

div.row div.main-head div.quotation a {
  background: #04508e;
  color: #fff;
  font-size: 86%;
  letter-spacing: 0.06em;
  padding: 10px;
  text-transform: uppercase;
  width: fit-content
}

div.row div.main-head div.quotation a:hover { color: #b4aa77 }

header#header {
  display: block;
  padding: 16px
}

header#header span.main-title {
  font-size: 400%;
  margin-bottom: 0
}

header#header span.main-title a { text-decoration: none }

span.subheader {
  font-size: 126%;
  font-style: italic;
  font-weight: normal;
  margin: 0
}

header#header .tel {
  background: #b4aa77;
  font-size: 140%;
  margin-top: 1%;
  padding: 10px;
  text-align: center
}

header#header .tel a {
  color: #fff;
  text-decoration: none
}

/* -- PAGE HEADERS -- */
div.header-block {
  display: block;
  position: relative;
  width: 100%
}

span.main-title { display: block }

div.text-main-content h1, div.nine.columns.main-content h1 {
  display: block;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.26em;
  margin: 10px 0 20px 0
}

/* -- TESTIMONIALS LEFT COLUMN -- */
div.testimonials-head { padding: 0 16px 20px 16px }

.testimonials-head .testimonial .top{
  background: #eee;
  font-size: 76%;
  font-style: italic;
  padding: 10px
}

.testimonials-head .testimonial .bottom{
  background: #ccc;
  font-size: 76%;
  overflow: hidden;
  padding: 10px;
  text-align: right;
}

.testimonials-head .highlighted {
  color: #4f7fa5;  
  font-weight:  bold
}

 /* -- PANELS -- */
div.contact-bar {
  position: relative;
  display: block;
  width: 45%;
  margin: 20px 0;
  padding: 16px 64px 16px 20px;
  color: #fff;
  text-decoration: none;
  border-left: 10px solid #b4aa77;
  border-radius: 16px 0 0 16px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, #06629e 0%, #04508c 45%, #033a66 100%);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

div.contact-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 14px;
  border-right: 4px solid #b4aa77;
  border-bottom: 4px solid #b4aa77;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 180ms ease, right 180ms ease, opacity 180ms ease;
  opacity: 0.98;
}

div.contact-bar:hover,
div.contact-bar:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(125, 211, 252, 0.12);
}

div.contact-bar:hover::after,
div.contact-bar:focus-visible::after {
  right: 15px;
  transform: translateY(-50%) rotate(-45deg) translateX(2px);
}

div.contact-bar:focus-visible {
  outline: 3px solid rgba(125, 211, 252, 0.95);
  outline-offset: 4px;
}

/* - RETURN BAR - */
div.return-bar {
  background:
    linear-gradient(135deg, #06629e 0%, #04508c 45%, #033a66 100%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 38%);
  border-radius: 0 16px 16px 0;
  border-right: 10px solid #b4aa77;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: #fff;
  display: block;
  margin: 20px 0;
  overflow: hidden;
  padding: 16px 20px 16px 64px;
  position: relative;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  width: 45%;
}

div.return-bar::after {
  border-bottom: 4px solid #b4aa77;
  border-left: 4px solid #b4aa77;
  content: "";
  height: 14px;
  left: 18px;
  opacity: 0.98;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: left 180ms ease, opacity 180ms ease, transform 180ms ease;
  width: 14px;
}

div.return-bar:focus-visible {
  outline: 3px solid rgba(125, 211, 252, 0.95);
  outline-offset: 4px;
}

div.return-bar:focus-visible::after,
div.return-bar:hover::after {
  left: 15px;
  transform: translateY(-50%) rotate(45deg) translateX(-2px);
}

div.return-bar:focus-visible,
div.return-bar:hover {
  box-shadow:
    0 0 0 1px rgba(125, 211, 252, 0.12),
    0 18px 38px rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}

div.return-bar a { color: #fff!important }


div.related-news h3 {
  background: #b4aa77;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-top: 20px;
  padding: 10px;
  text-transform: uppercase;
}

/* -- CHILD PAGE GRID -- */
.child-page-grid {
  --card-bg: rgba(255, 255, 255, 0.08);
  --card-border: rgba(255, 255, 255, 0.16);
  --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  --accent: #7dd3fc;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.child-page-grid { margin-left: 0!important }
li.child-page-card { list-style: none!important }
.child-page-card { margin: 0 }

.child-page-link {
  -webkit-border-radius: 16px 0 0 16px;
  align-items: stretch;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, #06629e 0%, #04508c 45%, #033a66 100%);
  border: 1px solid var(--card-border);
  border-radius: 16px 0 0 16px;
  box-shadow: var(--card-shadow);
  color: #fff;
  display: flex;
  gap: 16px;
  min-height: 118px;
  padding: 14px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease
}

.child-page-link::before {
  background: radial-gradient(circle at top left, rgba(125, 211, 252, 0.22), transparent 40%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 180ms ease
}

.child-page-link:hover,
.child-page-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, 0.55);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.child-page-link:hover::before,
.child-page-link:focus-visible::before {
  opacity: 1;
}

.child-page-link:focus-visible {
  outline: 3px solid rgba(125, 211, 252, 0.9);
  outline-offset: 3px;
}

.child-page-image {
  flex: 0 0 88px;
  width: 88px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.10);
}

.child-page-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 220ms ease, filter 220ms ease;
  filter: saturate(1.05) contrast(1.05);
}

.child-page-link:hover .child-page-image img,
.child-page-link:focus-visible .child-page-image img {
  transform: scale(1.06);
}

.child-page-content {
  display: flex;
  align-items: center;
  min-width: 0;
}

.child-page-title {
  color: #fff;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1.3
}

@media (max-width: 768px) {
  .child-page-grid { grid-template-columns: 1fr }
  .child-page-link { min-height: 104px }
}

div#slider ul.slides { margin: 0 }

/*-- SINGLE POST -- */

body.single-post div.nine.columns {
  display: block;
  float: none!important;
  width: 960px
}

/* -- STAFF -- */
.staff-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.staff-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.1rem 1.15rem;
}

.staff-card__img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.staff-card__details {
  color: #374151;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: auto;
}

.staff-card__details a {
  color: #0f62fe;
  text-decoration: none;
}

.staff-card__details a:focus-visible,
.staff-card__details a:hover {
  text-decoration: underline;
}

.staff-card__details p {
  margin: 0.25rem 0;
}

.staff-card__image {
  aspect-ratio: 4 / 3;
  background: #f3f4f6;
  display: block;
}

.staff-card__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.staff-card__name a {
  color: inherit;
  text-decoration: none;
}

.staff-card__name a:focus-visible,
.staff-card__name a:hover {
  text-decoration: underline;
}

.staff-card__position {
  color: #6b7280;
  font-size: 1.4rem;
  font-style: italic;
  margin: 0;
}

.staff-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.staff-directory {
  margin: 2rem 0;
}

.staff-directory__title {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.label {
  color: #111827;
  font-weight: 600;
}

@media (max-width: 600px) {
  .staff-card__content {
    padding: 0.9rem 1rem 1rem;
  }

  .staff-card__name {
    font-size: 1.5rem;
  }

  .staff-directory__title {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
  }

  .staff-grid {
    grid-template-columns: 1fr;
  }
}

.staff-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* - SINGLE STAFF - */
.staff-card--full {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: box-shadow 200ms ease, transform 200ms ease
}

.staff-card--full:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px)
}

.staff-card--full:hover .staff-card__img { transform: scale(1.03) }

.staff-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 2.5rem 2.75rem 3rem
}

.staff-card__details {
  color: #374151;
  font-size: clamp(1.05rem, 1.8vw, 1.15rem);
  line-height: 1.75;
  margin-top: auto
}

.staff-card__image {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
  display: block;
  overflow: hidden
}

.staff-card__img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  width: 100%
}

.staff-card__bio {
  font-size: clamp(1.05rem, 1.8vw, 1.36rem);
  margin-bottom: 1.5rem
}

.staff-card__bio img {
  border-radius: 8px;
  height: auto;
  margin: 1.25rem 0;
  max-width: 100%
}

.staff-card__bio li { margin-bottom: 0.5rem }
.staff-card__bio ol,
.staff-card__bio ul { margin: 1rem 0 1.25rem 1.5rem }
.staff-card__bio p { margin: 0 0 1.125rem }
.staff-card__bio p:last-child { margin-bottom: 0 }

.staff-card__name {
  color: #111827;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0
}

.staff-card__position {
  color: #6b7280;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  margin: 0
}

.staff-contact-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-top: 0.75rem
}

.staff-contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem
}

.staff-contact-item a {
  color: #0f62fe;
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 150ms ease
}

.staff-contact-item a:focus-visible,
.staff-contact-item a:hover {
  color: #0043ce;
  text-decoration: underline
}

.staff-contact-label {
  color: #6b7280;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase
}

.staff-contact-title {
  color: #111827;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 1.75rem 0 1rem
}

.staff-member-page {
  margin: 2.5rem auto;
  max-width: 1100px;
  padding: 0 1.5rem
}

@media (max-width: 850px) {
  .staff-card--full { grid-template-columns: 1fr }
  .staff-card__content { padding: 2rem 1.75rem 2.25rem }
  .staff-card__image { aspect-ratio: 16 / 9 }
  .staff-card__name { font-size: clamp(1.8rem, 4vw, 2.4rem) }
  .staff-card__position { font-size: clamp(1.1rem, 2.5vw, 1.4rem) }
  .staff-contact-grid { grid-template-columns: 1fr }
  .staff-member-page { margin: 1.5rem auto; padding: 0 1rem }
}

@media print {
  .staff-card--full {
    border: 1px solid #ddd;
    box-shadow: none;
    grid-template-columns: 1fr
  }

  .staff-card__content { padding: 1.5rem }

  .staff-card__image { aspect-ratio: 16 / 9 }
}

div.main-block {
  display: block;
  margin: 20px auto
}

div.main-block p {
  font-size: 163%;
  margin-bottom: 20px
 }

 p {
  display: block;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 17px
}

div.panel {
  background: url( 'images/panel-bg.png');
  border-top: solid 40px #002f59; 
  display: block;
  font-size: 123%;
  padding: 16px;
  width: 100%
}

div.panel span.left {
  display: inline-block;
  width: 40%
}

div.panel span.right {
  display: inline-block;
  text-align: left;
  width: 50%;
}

div.panel h2 {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 360%;
  margin: 0;
  text-transform: uppercase;
  width: 100%
}

/* -- HOME -- */
.split-container {
  column-gap: 1%;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 3%
}

.split-column {
  box-sizing: border-box;
  flex: 0 0 48%;
  padding: 1%
}

    @media (max-width: 768px) {
      .split-container {
    flex-direction: column;
  }
  .split-column {
    width: 98%;
  }
    }


/* -- FEATURED IMAGES HOMEPAGE -- */
.featured-pages > .six {
  display: block;
  height: 250px;
  padding: 5px 5px 0 0
}

.wave-above-container { position: relative }

/* Separate wave element */
.wave-shape {
  height: 110px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%23024073' d='M0,64L60,69.3C120,75,240,85,360,90.7C480,96,600,96,720,80C840,64,960,32,1080,26.7C1200,21,1320,43,1380,53.3L1440,64L1440,120L1380,120C1320,120,1200,120,1080,120C960,120,840,120,720,120C600,120,480,120,360,120C240,120,120,120,60,120L0,120Z'/%3E%3C/svg%3E")
    no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 2
}

.featured-panel {
  background: #024073;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: -1px;
  padding: 20px;
  position: relative;
  z-index: 1
}

.featured-panel > a {
  min-width: 0;
  overflow: hidden;
  position: relative
}

.image-container {
  justify-self: center;
  position: relative
}

.card:hover .overlay { color: #024073 }

.card:hover .overlay .subtitle {
  color: #024073;
  opacity: 0.75;
}

.page-title {
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #fff;
  border-radius: 4px;
  bottom: 15px;
  color: #024073;
  left: 15px;
  padding: 15px;
  position: absolute;
  right: 15px;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
  z-index: 2
}

.page-title h3,
.page-title p {
  margin: 0;
  color: inherit;
  transition: color 0.35s ease;
}

.page-title h3 { font-weight: bold }

.image-container:hover .page-title {
  background: rgba(2, 64, 115, 0.9);
  color: #fff

  /* subtle fade/animation */
  opacity: 0.92;
  transform: translateY(-2px)
}

@media (max-width: 768px) {
  .featured-panel > a {
    flex: 0 0 100%;
  }

  .image-container img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.card {
  border: solid 1px #024073;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #024073 0%,
    rgba(2, 64, 115, 0.72) 28%,
    rgba(2, 64, 115, 0) 68%
  );
  transition: background 0.35s ease;
  pointer-events: none;
}

.card:hover::after {
  background: linear-gradient(
    to top,
    #fff 0%,
    rgba(255, 255, 255, 0.72) 28%,
    rgba(255, 255, 255, 0) 68%
  );
}

.card:hover img { transform: scale(1.03) }

.overlay {
  bottom: 18px;
  color: #fff;
  left: 18px;
  right: 18px;
  position: absolute;
  z-index: 1
}

.overlay .title {
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0
}

.overlay .subtitle {
  font-family: inherit;
  opacity: 0.82
}

@media (max-width: 720px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/* -- SPLIT COLUMNS -- */
div.split-column h3, .header-panel-form h3 {
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3%;
  padding-bottom: 0.5rem;
  position: relative;
  width: fit-content
}

div.split-column h3::after, .header-panel-form h3::after {
  background: #bfb031;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%
}

div.memberships {
  display: flex;
  flex-wrap: wrap
}

div.memberships img {
  display: block;
  flex: 0 0 50%;
  height: 144px;
  max-width: 50%;
  object-fit: contain
}

div.memberships h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1%
}



/* -- STAFF -- */
.staff-carousel { margin: 0 0 10px 0!important }
.staff-carousel ul { padding: 0 }

li.staff {
  background:#bfb031;
  height: 117px;
  list-style-type: none;
  margin: 0;
  min-height: 0!important;
  overflow: hidden;
  padding: 0;
}
  li.staff > span.three {  
    max-width: 149px!important; 
  }
  li.staff > span img{
    height:  117px;
  }
.staff-description {
    float:            left!important;
    padding-left:     10px;
    width:            calc(74.9999% - 10px);
}
.staff-description h4, .staff-description p.position {
  margin:   10px 0 0 0;
}

/* -- DOUBLE COLUMN -- */
div.right-first, div.right-second, div.right-third { margin-bottom: 6% }

div.right-first {
  align-items: flex-start;
  background: #04508e;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.25rem
}

div.right-first h3 { color: #fff }
 
div.right-second ol {
    counter-reset: item;
    margin: 0;
    padding: 0
}

div.right-second ol > li {
    background: #fff;
    border-radius: 0.9rem;
    box-shadow: 0 0.8rem 1rem -0.7rem rgba(0, 0, 0, 0.18);
    counter-increment: item;
    list-style: none;
    margin: 1.5rem 0;
    padding: 1rem 1rem 1rem 4rem;
    position: relative;
    transition: box-shadow 0.2s ease, transform 0.2s ease
}

div.right-second ol > li:hover {
    box-shadow: 0 1rem 1.2rem -0.8rem rgba(0, 0, 0, 0.22);
    transform: translateY(-0.15rem)
}

div.right-second ol > li::before {
    align-items: center;
    background: linear-gradient(135deg, #d4c23f, #bfb031);
    border-radius: 50%;
    box-shadow: 0 0.2rem 0.5rem rgba(191, 176, 49, 0.35);
    color: #fff;
    content: counter(item);
    display: flex;
    font-weight: 700;
    height: 2rem;
    justify-content: center;
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem
}

/* -- SHORTCODE - Testimonial -- */
.testimonial-carousel { margin-top: 30px !important }

.testimonial .quotes{
    margin: 10px 0;
    padding: 0px 40px
}

.testimonial .quotes .dashicons-format-quote{
  left: 10px;
  position: absolute;
  top: 10px
}

.testimonial .author{ text-align: right; margin-right: 40px}
.testimonial .company{ text-align: right; margin-right: 40px}
.testimonial .website{ text-align:right ; margin-right: 40px}

/* -- RELATED NEWS -- */
div.related-news {
  margin-bottom: 3%;
  width: 100%
}

div.related-news h3 {
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem
}

div.related-news ul {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0
}

div.related-news ul li {
  background: #fff;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  margin: 0;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease
}

div.related-news ul li a {
  color: #024073;
  display: block;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
}

div.related-news ul li a img {
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
  aspect-ratio: 16 / 10;
}

div.related-news ul li a:last-of-type {
  display: block;
  font-weight: 700;
  padding: 14px 16px 16px;
}

div.related-news ul li:hover {
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

div.related-news ul li:hover a img {
  transform: scale(1.03);
}

div.related-news ul li:hover a:last-of-type {
  color: #024073;
}

@media (max-width: 1024px) {
  div.related-news ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  div.related-news ul {
    grid-template-columns: 1fr;
  }
}

/* -- ARTICLES -- */
ul.alm-listing { margin-left: 0!important }

.alm-listing li h3 {
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 20%
}

.alm-listing li {
  height: 150px;
  list-style: none!important;
  padding-left: 0px
}

.alm-listing li img { float: left }

.alm-listing li p.entry-meta { padding-left: 20% }

div.alm-reveal p.entry-meta {
  font-size: 76%;
  font-style: italic
}

span.read-more a { font-size: 86% }

div.post-navigation {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin: 0 auto 3%;
  padding: 8px
}

div.post-navigation a { display: block }

div.post-navigation a:first-child {
  text-align: left;
  justify-content: flex-start
}

div.post-navigation a:last-child {
  text-align: right;
  justify-content: flex-end
}

/* -- PAGINATION -- */
div.pagination {
  align-items: center;
  background: #fff;
  display: flex;
  gap: 8px;
  margin: 0 auto 3%;
  padding: 8px;
  width: fit-content;
}

div.pagination a,
div.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
  border: 1px solid rgba(4, 80, 140, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

div.pagination a:hover,
div.pagination a:focus-visible {
  transform: translateY(-2px);
  background: #04508c;
  color: #fff;
  box-shadow: 0 10px 20px rgba(4, 80, 140, 0.22);
  outline: none;
}

div.pagination .active {
  background: #04508c;
  color: #fff;
  border-color: #04508c;
  box-shadow: 0 10px 20px rgba(4, 80, 140, 0.22);
}


.post-item {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 2%;
}

.post-item .image-link img {
width: 150px;
height: 150px;
object-fit: cover;
display: block;
}

.post-item .post-content {
flex: 1;
}

.post-item .post-title {
margin: 0;
font-size: 1.25em;
line-height: 1.2;
}

.post-link {
      color: #bfb031;
    text-decoration: none
}

.post-link.title-link:hover .post-title,
.post-link.image-link:hover img {
opacity: 0.92;
text-decoration: none;
}

/* Mobile layout: image on top, title below */
@media (max-width: 768px) {
.post-item {
flex-direction: column;
align-items: stretch;
}


.post-item .post-content {
padding-top: 8px;
}
}

/* -- FOOTER -- */
footer {
  background: #024073;
  border-bottom: 10px solid #b4aa77;
  color: #fff;
  display: block;
  font-size: 76%;
  line-height: 1.36em;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center
}

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

div.sub-footer {
  display: block;
  font-size: 76%;
  margin: 3px auto;
  width: 70%
}

/* -- MOBILE NAV - */
.nav-collapse {
  left: 0;
  position: absolute;
  top: 2em;
  width: 24%
}

.nav-collapse ul {
  display: block;
  list-style: none;
  width: 100%
}

.nav-collapse li {
  display: block;
  width: 100%
}

.nav-collapse a {
  -moz-box-sizing: border-box;
  -moz-transition: background .3s ease;
  -webkit-box-sizing: border-box;
  -webkit-transition: background .3s ease;
  box-sizing: border-box;
  color: #333 ;
  display: block;
  padding: .6em 2em;
  text-decoration: none;
  transition: background .3s ease;
  width: 100%
}

.nav-collapse a:hover { background: rgba(255,255,255, .1) }
.nav-collapse .active a {
  background: rgba(0,0,0, .3);
  color: #333
}

.nav-collapse li:first-child a { border-top: 0 }
.nav-collapse li:last-child a { border-bottom: 0 }
/*.nav-toggle { display: none }*/


  .head {
    padding-bottom:   30px;
  }  

  header#header span.left {
    display: block;
    font-size: 90%;
    margin: 0;
  }

  header#header h1 { margin: 0 }

  header#header span.right {
    display: block;
    margin: 16px auto;
    text-align: center;
    width: 100%
  }

  nav.menu-main-menu-container {
    display: none;
    visibility: hidden
  }

div.slide-overlay {
  background: #04508e;
  font-size: 86%;
  letter-spacing: 0.06em;
  padding: 10px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
  z-index: 666
}

div.slide-overlay a { color: #fff }

.nav-collapse {
    display: block;
    top: 10px;
    position: relative;
    width: auto;
    visibility: visible
  }

  .js .nav-collapse {
    clip: rect(0 0 0 0);
    display: block;
    max-height: 0;
    overflow: hidden;
    position: absolute
  }

  .nav-collapse.opened { 
    max-height: 9999px;
    width: 100%;
     }
  .nav-collapse a:hover { background: transparent }
  .nav-collapse .active a:hover { color: #333; background: rgba(0,0,0, .3) }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    float: right;
    height: 55px;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-indent: -999px;
    width: 70px
  }

  .nav-toggle:before {
    color: #333;
    content: "\f333";
    font-family: "dashicons";
    font-size: 280%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 0;
    line-height: 65px;
    position: absolute;
    speak: none;
    text-indent: 0;
    text-align: center;
    text-transform: none;
    top: 0;
    width: 100%
  }

  .nav-toggle.active:before { content: "\f335" }


  .nav-collapse { width: 18em }
  .main { width: auto; left: 18em }


/* The Grid */


.one, .row .one { width: 8.33333%; }

.two, .row .two { width: 16.66667%; }

.three, .row .three { width: 25%; }

.four, .row .four { width: 33.33333%; }

.five, .row .five { width: 41.66667%; }

.six, .row .six { width: 50%; }

.seven, .row .seven { width: 58.33333%; }

.eight, .row .eight { width: 66.66667%; }

.nine, .row .nine { width: 75%; }

.ten, .row .ten { width: 83.33333%; }

.eleven, .row .eleven { width: 91.66667%; }

.twelve, .row .twelve { width: 100%; }


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

object, embed { height: 100%; }
img { -ms-interpolation-mode: bicubic; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -- JETFORM -- */
form.jet-form-builder { max-width: 85% }
.jet-form-builder__field { padding: 5px 4px }
div.jet-form-builder__label-text { font-weight: 700 }

div.header-panel-form .jet-form-builder__label {
    display: none;
    visibility: hidden;
}

div.jet-form-builder-row {
  font-size: .875em;
  line-height: 1.5;
  margin-bottom: 14px
}

div.jet-form-builder__fields-group.checkradio-wrap a {
  color: #024073;
  display: contents
}

.field-type-checkbox-field .jet-form-builder__field-label.for-checkbox>span::before { border: 1px solid #333 }

.field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :not(:disabled):not(:checked):hover+span::before {
  background: #fff;
  border-color: #333
}

textarea.jet-form-builder__field.textarea-field { height: 9vh }

.jet-form-builder__submit-wrap {
  justify-content: end;
  max-width: 80%
}

button.jet-form-builder__submit {
  border: 0;
  cursor: pointer;
  font-size: 1.2em;
  padding: 10px;
  text-transform: uppercase
}

textarea.jet-form-builder__field.textarea-field { height: 9vh }

div.quick-enquiry div.jet-fb-form-block { margin-top: 0 }
div.quick-enquiry div.jet-form-builder-row { margin-bottom: 0 }
div.quick-enquiry div.jet-form-builder-row.field-type-text-field, div.quick-enquiry div.jet-form-builder__field-wrap { background: #eee }

div.quick-enquiry .layout-column .jet-form-builder__field {
  background: transparent;
  border: 0
}

div.quick-enquiry .jet-form-builder__field-wrap.checkradio-wrap span { background: #fff }
div.quick-enquiry .jet-form-builder-row { align-content: flex-end }

div.quick-enquiry div.jet-form-builder__label-text {
  display: none;
  visibility: hidden
}

div.jet-form-builder-file-upload__files {
  border: solid 1px #333;
  background: #e8e8e8;
  display: block;
  
  width: 100%
}