@charset "UTF-8";
.event-list {
  margin: 0 !important;
  width: 49%;
  background-color: #47BAB9;
  list-style-type: none;
  padding: 0;
  display: inline-block;
  border-radius: 18px;
  font-size: 18px;
  color: white;
}
.event-list li {
  margin: 0;
  display: inline-block;
  width: calc(25% - 10px);
  text-align: center;
}
.event-list li .add-to-cart-btn {
  font-size: 30px;
  background-color: transparent;
  color: #333;
  line-height: 40px;
  text-decoration: none;
}

.more-div-box {
  width: 100%;
  background: orange;
  margin: 40px 0 0;
  border-radius: 20px;
}
.more-div-box .more-content {
  width: 100%;
  padding: 20px 100px;
}
.more-div-box .more-content h3 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 42px;
}
.more-div-box .more-content .more_link {
  color: white;
  font-family: "trebuchet ms", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.more-div-box .more-content .more_link:hover {
  color: #ffcc00;
  text-decoration: underline;
}

#shadowBanner {
  width: 100%;
  position: static;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-bottom: 0;
}

.filter-form {
  margin-bottom: 20px;
}
.filter-form form {
  width: 100%;
  max-width: none;
}
.filter-form form fieldset {
  width: 100%;
}
.filter-form form fieldset .field {
  margin: 5px;
  width: 250px;
  display: inline-block;
  float: left;
}
.filter-form form .btn-toolbar input {
  display: block;
  float: none;
}

.filtered-results {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.filtered-results li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #47BAB9;
  border-radius: 14px;
  padding: 15px;
  list-style-type: none !important;
  margin: 0;
  height: 100%; /* Fill the grid cell’s height */
  color: white;
}
.filtered-results li h3, .filtered-results li h4 {
  color: white;
}
.filtered-results li .arrow-course {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 40px;
  height: 30px;
  pointer-events: none;
  display: block;
}
.filtered-results li > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* Children stretch, making all li equal height */
}

@media (max-width: 1200px) {
  .filtered-results {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); /* 3 columns for medium screens */
  }
}
@media (max-width: 900px) {
  .filtered-results {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); /* 2 columns for small tablets */
  }
}
@media (max-width: 600px) {
  .filtered-results {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; /* 1 column for mobile */
  }
}
.hero-content {
  padding: 0 100px;
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-content .more-content {
  margin: 50px 0;
  width: 100%;
}
.hero-content .more-content .more_link {
  color: white;
  font-family: "trebuchet ms", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.hero-content .more-content .more_link:hover {
  color: #ffcc00;
  text-decoration: underline;
}
.hero-content h1 {
  color: white;
  font-family: "trebuchet ms", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
.hero-content h2 {
  color: white;
  font-family: "trebuchet ms", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.hero-content h3 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 42px;
}
.hero-content h4 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.course-details {
  margin: 20px 0;
  border-radius: 8px;
}
.course-details .course-info {
  padding: 0px 100px;
}
.course-details .course-events {
  padding: 0px 100px;
}
.course-details .more-info-content {
  padding: 0px 100px;
}

/** ----------------------------------------------------------
 *
 * Contains the main layout of the page and the individual styles.
 * Acts as the main stylesheet for theme.
 *
 *		Include your notes or table of contents below....
 *		Include color hex's or values of your grid
 *
 *		1. OOCSS GRID
 *		2. MAIN LAYOUT
 *		3. HEADER
 *			- Brand
 *			- Search Form
 *		4. Navigation
 *			- Primary Navigation
 *			- tablet Navigation
 *			- Secondary Navigation
 *			- Secondary Nav 2-5 Levels deep
 *		5. Mixed
 *		6. Footer
 *		7. Page Specific Layout
 *			- Homepage
 *			- Search Results
 *		8. Device and Responsive Layout
 *			- Breakpoint 960px
 *			- Breakpoint 640px
 *				- Search Form
 *				- Main Content
 *		9. Print Styles
 *			- Simple Theme custom print styles
 *
 * @author Your Name <email@silverstripe.com>
 * ------------------------------------------------------- */
/* OOCSS Grid
* https://github.com/stubbornella/oocss/wiki/grids
*/
.line,
.lastUnit {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1;
  padding: 0 10px;
}

.unit { /* unit - Base class which divides a line into sections (columns). */
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* box-sizing:border-box; creates a box-model where
padding and border are NOT added onto the width - they are included in the width,
so a 200px wide element with 20px padding will be 200px, NOT 240px wide */
}

.unitRightv { /* Use this class if you want to offset a column eg: |--content(.unit)--|--content(.unit)--|--no-content--|--no-content--|--content(.unitRighttv)--| */
  float: right;
}

/* sizeXofY - Extends unit. Indicates the fractional width of the unit, for example size3of4 would take up three quarters, or 75%, of the horizontal space.
The following fractions are supported: 1, 1/2, 1/3, 2/3, 1/4, 3/4, 1/5, 2/5, 3/5, 4/5 */
/* It is possible to add more columns if you wish you will just have to add the fractions that are missing eg: .size1of6 {width:16.66666%;} */
.size1of1 {
  float: none;
}

.size1of2 {
  width: 50%;
}

.size1of3 {
  width: 33.33333%;
}

.size2of3 {
  width: 66.66666%;
}

.size1of4 {
  width: 25%;
}

.size3of4 {
  width: 75%;
}

.size1of5 {
  width: 20%;
}

.size2of5 {
  width: 40%;
}

.size3of5 {
  width: 60%;
}

.size4of5 {
  width: 80%;
}

.lastUnit { /* lastUnit - Extends unit. Applied to the last child of every line. */
  float: none;
  width: auto;
  _position: relative; /* Bug fix for IE6 - Internet Explorer 6 and below wouldn't fail on properties that were prefixed with non-alphanumeric characters.
meaning that anything prefixed with _ wouldn't be picked up by any other browsers */
  _left: -3px;
  _margin-right: -3px;
}

/* MAIN LAYOUT */
body {
  margin: 0;
  background: #ededed;
  min-width: 240px;
  -webkit-text-size-adjust: none; /* The text size is not adjusted for Safari on iPhone */
}

.ie7 body,
.ie8 body {
  min-width: 860px; /* media queries are not supported in ie7/8 without a polyfill */
}

.main {
  background: #fff;
  padding: 40px 0 0px;
  min-height: 300px;
}

.ie6 .inner {
  width: 960px;
}

.no-sidebar .content-container {
  float: left;
  width: 100%; /* makes content container full width when there is no sidebar */
}

.sidebar { /* this is the sidebar element */
  margin-top: 12px;
}

.no-sidebar .sidebar {
  display: none;
}

/* HEADER */
.header {
  background: #161616;
}

.header .inner {
  padding-top: 45px;
  position: relative;
  min-height: 72px;
}

/* Brand */
header .brand, header .brand:hover {
  float: left;
  color: #fff;
  display: inline-block;
}

.brand h1 {
  margin: 0;
  padding: 0;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 600;
  font-stretch: normal; /* default value. No font stretching */
  line-height: 1em;
}

.brand p {
  color: #888;
  margin-bottom: 22px;
}

/* Search form */
.search-bar {
  position: absolute;
  right: 13px;
  top: 12px;
}

.search-bar .field {
  margin: 0;
  padding: 0;
}

.search-bar form input.text {
  width: 155px;
  padding: 5px 34px 5px 15px;
  color: #888;
  margin: 0;
  border: none;
  border-radius: 14px;
  background: #fff;
}

.search-bar form input.action { /* positions the search button icon over the top of the search input */
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  border: none;
  padding: 5px;
  background: none;
  font-family: "WebSymbolsRegular";
  color: #848484;
  border-radius: 0;
  margin: 0;
}

.search-bar form input.active,
.search-bar form input.action:hover {
  color: #000;
}

.search-bar form input:focus,
.header textarea:focus {
  outline: none; /* removes default browser outlining on focus */
}

.search-dropdown-icon {
  display: none; /* hides search-dropdown-icon when site is at full width - media queries set it to display:block when at mobile/tablet width */
}

/* NAVIGATION */
/* Primary navigation */
.header .inner .unit {
  position: relative; /* used to position the main navigation */
}

.header .primary ul {
  position: absolute;
  bottom: 0;
  right: 0; /* positions the main navigation */
}

.header .primary li {
  float: left;
  padding-bottom: 14px;
  margin: 0 5px;
  position: relative;
  white-space: nowrap; /* forces text to never wrap onto a second line */
}

.header .primary li a {
  color: #888;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  font-weight: bold;
  display: block;
}

.header .primary li a:hover {
  color: #fff;
}

.header .primary li.section a,
.header .primary li.current a {
  color: #fff;
}

.header .primary li.section:after,
.header .primary li.current:after {
  content: "}"; /* adds triangle beneath current nav item ('}' is renders as a triangle when WebSymbolsRegular is set as the font) */
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
  font-family: "WebSymbolsRegular";
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

/* Tablet Navigation */
/* When navigation and logo overlap tablet-nav is initialized */
.tablet-nav .brand p {
  margin-bottom: 0;
}

.tablet-nav .header .inner {
  padding-top: 20px;
}

.tablet-nav .header .primary ul {
  float: left;
  clear: both;
  position: relative;
  margin: 20px 0 0 -13px;
  white-space: nowrap;
  right: auto; /* resets the right property value that is set for the desktop site */
}

.tablet-nav .header .primary ul li {
  white-space: nowrap;
}

.tablet-nav .header .primary ul li a { /* there is no hover on touch devices so no transition on hover is necessary */
  -webkit-transition: none;
  transition: none;
}

.tablet-nav .footer .right {
  float: left;
  width: 100%;
}

/* Secondary navigation */
.main .secondary h3 {
  font-size: 20px;
  color: #AAA;
  margin: 0 0 8px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.main .secondary {
  border-bottom: 1px solid #e5e5e5;
}

.main .secondary ul {
  padding: 0;
  margin: 0;
}

.main .secondary li {
  border-top: 1px solid #e5e5e5;
  position: relative;
  list-style-type: none;
  margin-bottom: 0;
}

.main .secondary li .arrow {
  color: #b80000;
  padding-right: 5px;
  display: block;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  left: 2px;
  top: 7px; /* this transition moves the arrow from left:2px to left:6px */
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main .secondary li a:hover .arrow {
  left: 6px; /* this sets the final position for the arrow transition */
}

.main .secondary li a { /* side nav link styling */
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  color: #333;
  line-height: 17px;
  border-bottom: none;
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}

.main .secondary li .text {
  padding-left: 28px;
  display: block;
}

.main .secondary li.current a.current {
  color: #b80000;
  background-color: #EDEDED;
}

.main .secondary li.section,
.main .secondary li.current {
  background-color: #F3F3F3;
}

.main .secondary li.section a,
.main .secondary li.current a {
  color: #000;
}

/* Secondary navigation 2-5 levels deep */
.main .secondary ul ul {
  display: none;
}

.secondary ul li.current ul,
.secondary ul li.section ul { /* Only show child pages from selected parent */
  display: block;
}

.secondary li.current ul ul {
  display: none;
}

.main .secondary ul ul li a {
  padding-left: 10px;
} /* Indent all sidebar navigation levels*/
.main .secondary ul ul li a .arrow {
  left: 12px;
}

.main .secondary ul ul li a:hover .arrow {
  left: 16px;
}

.main .secondary ul ul ul li a {
  padding-left: 20px;
}

.main .secondary ul ul ul li a .arrow {
  left: 22px;
}

.main .secondary ul ul ul li a:hover .arrow {
  left: 26px;
}

.main .secondary ul ul ul ul li a {
  padding-left: 30px;
}

.main .secondary ul ul ul ul li a .arrow {
  left: 32px;
}

.main .secondary ul ul ul ul li a:hover .arrow {
  left: 36px;
}

.main .secondary ul ul ul ul ul li a {
  padding-left: 40px;
}

.main .secondary ul ul ul ul ul li a .arrow {
  left: 32px;
}

.main .secondary ul ul ul ul ul li a:hover .arrow {
  left: 36px;
}

.main .secondary li a:hover,
.main .secondary li.section a:hover,
.main .secondary li.current a:hover {
  color: #b80000;
}

/* MIXED */
header:after,
.main:after,
#Root:after,
.search-bar:after,
header .inner:after,
footer:after { /* clearfix */
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
}

.search-bar form input.action,
.header .primary li a,
.footer a { /* adds color transition when links/inputs on hover */
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer a.brand {
  color: #333;
  margin-left: 0;
}

.footer a.brand:hover {
  color: #B80000;
}

body h1 span.amp {
  font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", Georgia;
  font-style: italic;
}

/* FOOTER */
.footer {
  color: #6B6B6B;
  background: #ededed;
  padding: 20px 0;
  font-size: 11px;
  line-height: 22px;
}

.footer a {
  color: #6B6B6B;
}

.footer a:hover {
  color: #B90000;
}

.footer .left {
  float: left;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.footer .right {
  float: right;
  display: block;
  margin-bottom: 10px;
}

.footer span {
  padding: 0 3px;
  color: #bbb;
}

.footer .primary,
.footer .primary ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.footer .primary li {
  display: inline;
}

.ie6 .footer .primary li,
.ie7 .footer .primary li { /* this is a bugfix for ie6/7 */
  display: inline;
  zoom: 1;
  margin-right: 10px;
}

.footer .primary li:after { /* adds '/' to separate the footer navigation items */
  padding: 0 3px 0 5px;
  content: "/";
  color: #999;
}

.footer .primary li:last-child:after {
  content: ""; /* makes sure last nav item doesn't have a '/' following it */
}

.footer .arrow {
  padding: 0 8px 0 5px;
  color: #b80000;
  font-size: 13px;
}

.footer .primary .nav-open-button {
  display: none; /* the footer includes the primary nav include - this makes sure the nav open close button doesn't show up */
}

/* PAGE SPECIFIC LAYOUT */
/* Homepage */
/* currently no Hompage specific styles - feel free to add your own */
/* Search Results */
.typography .searchResults h1 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.searchResults p.searchQuery {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.searchResults ul#SearchResults {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}

.searchResults ul#SearchResults li {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  list-style-type: none;
}

.searchResults ul#SearchResults p {
  margin-bottom: 10px;
}

.searchResults #PageNumbers a {
  padding: 0 5px;
}

.searchResults #PageNumbers .pagination {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  display: table; /* displays the pagination as a table so that elements stay inline and the middle column adjusts its size to accomodate and the right arrow stays to the right */
  width: 100%;
}

.searchResults #PageNumbers .pagination button {
  display: table-cell; /* each element in the pagination div displays as a table cell */
}

.searchResults #PageNumbers p {
  text-align: center;
  padding: 20px 0;
}

.searchResults #PageNumbers .next,
.searchResults #PageNumbers .prev {
  font-size: 14px;
  padding: 0 20px;
  display: table-cell; /* each element in the pagination div displays as a table cell */
  vertical-align: middle;
  border-bottom: 0 !important;
}

.searchResults #PageNumbers .next {
  margin-left: 15px;
}

.searchResults #PageNumbers .prev {
  margin-right: 15px;
}

/* DEVICE & RESPONSIVE LAYOUT */
.header .nav-open-button {
  display: none; /* removes the nav toggle button for desktop site */
}

#media-query-trigger {
  /* instead of detecting the width of the window in simple/javascript/script.js it detects the visibility of this element (which is set using media queries)
  instead to trigger the hiding/showing of nav and search in mobile mode */
  display: none;
  visibility: hidden;
}

/* BREAKPOINT 960px */
@media only screen and (max-width: 960px) {
  .content img {
    max-width: 97%;
    height: auto;
  }
  .header .primary ul {
    margin-left: -12px;
    -webkit-padding-start: 0px; /* removes default webkit padding on ul items */
  }
}
/* BREAKPOINT 640px */
/* when changing the breakpoint below, change it ito the same value in the script.js file as well */
@media only screen and (max-width: 640px) {
  body {
    max-width: 640px;
  }
  #media-query-trigger {
    visibility: visible;
  }
  /* Navigation*/
  .tablet-nav .header .brand {
    float: none;
    display: inline-block;
    margin-left: 22px;
    margin-bottom: 22px;
  }
  .brand h1 {
    font-size: 40px;
  }
  .brand h1 {
    padding-right: 100px; /* padding stops .brand text from overlapping the search and nav buttons */
  }
  .tablet-nav .header {
    padding: 0;
  }
  .tablet-nav .header .inner {
    padding: 20px 0 0 0;
    min-height: 0;
  }
  .tablet-nav .header .primary .nav-open-button { /* styling and positioning of the nav toggle button */
    z-index: 100;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 35px;
    display: block;
    cursor: pointer;
    font-family: "WebSymbolsRegular";
    font-size: 20px;
    color: #ededed;
    background: #000;
    margin-top: 0;
    padding: 0;
  }
  .tablet-nav .header .primary ul {
    z-index: 10;
    position: relative;
    display: none; /* initially hiding the navigation */
    float: left;
    margin: 0;
    padding: 0;
    white-space: normal;
    width: 100%;
  }
  .tablet-nav .header .primary ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none; /* displays list items vertically */
    background: none;
    position: relative;
    text-shadow: 0 1px #fff;
  }
  .tablet-nav .header .primary ul li:after { /* creates the arrow for the primary nav links */
    content: ">";
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
    font-family: "WebSymbolsRegular";
    font-size: 14px;
    color: #999;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
  }
  .tablet-nav .header .primary ul li a,
  .tablet-nav .header .primary ul li.current a,
  .tablet-nav .header .primary ul li.section a { /* styling the  top level nav links */
    padding: 10px 0 10px 22px;
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    color: #434343;
    background: #e7e7e7;
  }
  .tablet-nav .header .primary ul li.current a,
  .tablet-nav .header .primary ul li.section a {
    background: #CCCCCC; /* makes background on current top level page slightly darker */
  }
  .tablet-nav .header .primary ul li a:hover {
    color: inherit;
  }
  .tablet-nav .header .primary li.section:after,
  .tablet-nav .header .primary li.current:after {
    display: none; /* hides the link arrow on current top level page */
  }
  .tablet-nav .tablet-nav .header nav.primary ul li {
    padding: 0;
  }
  /* Search Form */
  .search-bar { /* adds new styling to mobile search bar */
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    display: none; /* hides searchbar initially */
    padding: 20px 0;
    margin: 0;
    background-color: #E7E7E7;
  }
  .search-dropdown-icon { /* styling for search toggle button */
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 60px;
    top: 34px;
    font-family: "WebSymbolsRegular";
    font-size: 20px;
    color: #ededed;
    text-align: center;
    line-height: 20px;
  }
  .search-bar form {
    margin: 0;
    width: 100%;
  }
  .search-bar form fieldset {
    padding: 0 18px;
    left: 0;
    right: 0;
    position: relative;
  }
  .search-bar div.field {
    margin-bottom: 0;
  }
  .search-bar form input.text {
    width: 89%; /* makes search input full width - allowing for space either side */
    max-width: 89%;
    padding: 8px 10% 8px 1%;
    text-indent: 15px;
    position: relative;
    display: block;
    right: 0;
    left: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 17px;
    border-radius: 20px; /* increase border radius due to increased padding */
  }
  .search-bar form input.action {
    right: 5%;
    top: 2px;
    font-size: 18px;
  }
  /* Main Content */
  .main {
    padding: 20px 0 45px; /* decrease padding so that more content can fit on screen */
  }
  .content-container,
  .sidebar {
    width: 100%; /* sidenav is now shown above the page content */
    margin-bottom: 30px;
  }
  .typography h1 { /* decrease size of page heading due to smaller screen */
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .typography p {
    font-size: 14px;
    line-height: 23px;
  }
  p.intro {
    font-size: 19px;
    line-height: 27px;
  }
  .main .inner {
    padding: 0 22px;
  }
  /* Secondry Nav */
  .secondary li a {
    line-height: 24px;
  }
  .secondary li .arrow {
    line-height: 26px;
  }
  /* Footer */
  .footer .right {
    float: left;
    width: 100%;
  }
}
/* Print Styles */
/* Based on HTML5 boilerplate print styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Simple theme custom print styles */
  .header,
  .footer,
  .nav-open-button,
  .search-bar,
  .search-dropdown-icon,
  nav.primary {
    display: none;
  }
}
/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */
/* GENERIC FORMS
----------------------------------------------- */
form {
  max-width: 500px;
  width: 50%;
}

div.field {
  margin: 10px 0 15px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

form label {
  margin-bottom: 5px;
}

form label.left {
  display: block;
  font-weight: bold;
}

form label.right {
  font-size: 12px;
  color: #888;
}

form input.text,
form textarea,
form .textajaxuniquetext,
form select {
  width: 100%;
  max-width: 400px;
  padding: 6px 5px;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #dad9d9;
}

.ie7 form select {
  width: 400px;
} /* fix for ie7's rendering of max-width property on select input */
form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
  outline: none;
}

form input[disabled], form textarea[disabled] {
  background-color: #f7f7f7;
  border: 1px solid #dad9d9;
}

textarea {
  resize: vertical; /* forces text area to be resized vertically only */
}

/* Radio and Checkbox */
.field .checkbox:not(.field),
.field .radio:not(.field) {
  float: left;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: 5px;
  padding: 0;
}

.checkbox label.right,
.radio label.right {
  float: left;
}

/* Messages */
form .message {
  background-color: #fef4ba;
  padding: 5px 10px;
  border: 1px solid #e8c805;
  border-radius: 3px;
}

form .good {
  background-color: #ecf9d0;
  border-color: #8fbe00;
}

form .bad,
form .required,
form .error {
  background-color: #f9d0d0;
  border-color: #cf0000;
  color: #b80000;
}

/* ACTIONS */
.Actions {
  margin-bottom: 20px;
}

a.btn, button, input[type=submit], input[type=reset], .Actions .action {
  background: #b80000;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  font-size: 13px;
  margin-right: 10px;
  float: left;
}

a.btn:hover, button, input[type=submit]:hover, .Actions .action:hover {
  background: #C80000;
  color: #fff;
}

a.btn {
  line-height: 18px;
  margin-bottom: 10px;
}

a.btn:after { /* creates arrow in button */
  content: "→";
  padding-left: 10px;
}

.ie7 input.action {
  width: 0; /* IE table-cell margin fix */
  overflow: visible;
}

input.action[class] { /* IE ignores [class] */
  width: auto; /* cancel margin fix for other browsers */
}

.ie7 .Actions .action {
  float: left;
}

.Actions:after {
  color: #B94A48;
  display: inline-block;
  font-weight: normal;
  margin-top: 9px;
}

#MemberLoginForm_LoginForm .Actions:after {
  display: none;
}

/* AREA SPECIFIC */
/* LOGIN and FORGOT PASSWORD */
#Remember {
  min-height: 20px;
}

#ForgotPassword {
  clear: left;
}

#MemberLoginForm_LostPasswordForm .Actions:after {
  display: none;
}

/* Search / Login */
.header form .middleColumn {
  /* float: none;
  width: 100% !important; */
}

/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */
/*Generic and mixed*/
.FormHeading {
  clear: both;
  padding-top: 15px;
}

form .date .middleColumn input {
  /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
  width: 114px;
}

.Actions input.resetformaction,
.Actions input.action-minor { /* Clear button */
  float: left;
  background-color: #888;
}

.Actions input.resetformaction:hover,
.Actions input.action-minor:hover { /* Clear button */
  background-color: #aaa;
}

/* Labels */
.checkbox label.right {
  font-size: 13px; /* reset to default */
  color: #333; /* reset to default */
}

form .requiredField label.left:after, form .requiredField legend.left:after { /* pseudo element adds an asterisk to a required fields label */
  color: #B94A48;
  content: "*";
  font-size: 14px;
  font-weight: normal;
  padding-left: 3px;
}

/* Radio / Checkbox */
form .checkboxset ul,
form .optionset ul {
  margin: 0;
}

form .checkboxset li,
form .optionset li {
  margin-bottom: 5px;
  list-style-type: none;
}

form div.checkbox:after { /* clearfix */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form .checkbox .checkbox {
  clear: both;
}

/* Messages */
span.message {
  margin: 10px 0;
  display: block;
  max-width: 390px;
  clear: left;
}

div.holder-required { /* This class needs to be changed - is used for both input and div */
  /* background-color: #f9d0d0;
  border: 1px solid #cf0000;
  padding: 10px;
  margin-left: -11px; */
}

form input.holder-required { /* This class needs to be changed - is used for both input and div */
  border: 1px solid #cf0000;
}

/* Error messages */
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 5px red;
          box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* To test - potentially not needed? */
.ss-uploadfield-item-info button {
  margin-top: 4px !important;
  float: left;
}

form .creditCardField input,
form input.currency,
form input.numeric {
  width: 50px;
}

form #DMYDate-month,
form #DMYDate-day {
  width: 25px;
}

/* Responsive form styles
----------------------------------------------- */
@media only screen and (max-width: 700px) {
  /* To test - potentially not needed? */
  .header form .middleColumn {
    float: none;
    width: 100% !important;
  }
  form label.left,
  #MemberLoginForm_LoginForm label {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 900px) {
  form {
    max-width: 100%;
  }
}
/** ----------------------------------------------------------
 *
 * Contains the generic theme typography styles
 *
 *    Include your notes or table of contents here
 *
 *    Include color hex's or values of your grid
 *      #333333             - body
 *      #B80000             - links, headings
 *      #D80000             - links on hover
 *      5px Vertical grid   - based on multiples of 5px, eg 10px, 15px, 20px, 25px...
 *
 *    @author Your Name <email@gmail.com>
 *
 * ------------------------------------------------------- */
/* TEMPLATE CUSTOM FONTS */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 20, 2012 06:04:25 AM America/New_York */
/* add your own custom fonts here */
/* BASE TYPOGRPHY */
/* These are the default styles for the Simple theme */
body {
  font-size: 15px; /* This overrides the browsers default font size */
  line-height: 22px; /* If you change the font-size make sure you change the line-height value as well - the usual ratio is around 1.5 (font-size x 1.5 = line-height) */
  color: #19284E;
  font-family: "Montserrat", sans-serif;
}

body a {
  text-decoration: none;
} /* this removes the underline from all links */
body a:link {
  -webkit-tap-highlight-color: #b80000;
} /* this sets the highlight color when links are tapped on Safari (browser) on iPhone */
/* HEADERS */
.typography h1,
.typography h2 {
  font-family: "Montserrat", sans-serif; /* This references one of the custom @font-face fonts - the other fonts that are referenced are fallbacks for browsers that don't support @fontface */
  font-weight: 600;
  margin-bottom: 10px;
  color: #00A6A2;
}

.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-family: "Montserrat", sans-serif; /* This references one of the custom @font-face fonts - the other fonts that are referenced are fallbacks for browsers that don't support @fontface */
  font-weight: normal;
  margin-bottom: 10px;
  color: #00A6A2;
}

.typography h1 {
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

.typography h2 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 15px;
}

.typography h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}

.typography h4 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
}

.typography h5 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.typography h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* PARAGRAGHS */
.typography p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px;
}

.typography .intro {
  font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}

.typography em {
  font-style: italic;
}

::-moz-selection { /* Applies style to highlighted portion of a page */
  background: #b80000;
  color: #fff;
  text-shadow: none;
}

::selection,
::-moz-selection { /* Applies style to highlighted portion of a page */
  background: #b80000;
  color: #fff;
  text-shadow: none;
}

/* LINKS */
.typography a,
.typography a.intro {
  color: #B80000;
  text-decoration: none;
}

.typography a:hover {
  color: #D80000;
  border-bottom: 1px dashed #B80000;
}

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol,
.typography dl {
  margin: 0 0 20px 25px;
}

.typography ul li {
  list-style-type: disc;
} /* adds disc style bullet to the list */
.typography li {
  margin-bottom: 5px;
}

/* TABLE STYLES
-------------------------------------------- */
.typography table {
  border-collapse: collapse; /* borders are collapsed into a single border when possible */
  border: 1px solid #d4d4d4;
  border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
  margin: 0 0 10px;
  text-align: left;
}

.typography table tr:nth-child(even) {
  background-color: #ededed;
}

.typography table tr.even,
.typography table th,
.typography thead td {
  background-color: #ededed;
}

.typography table td,
.typography table th {
  padding: 2px 5px;
  border: 1px solid #d4d4d4;
  vertical-align: top;
}

.typography table th {
  font-weight: bold;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .text-left, .typography .left {
  text-align: left;
}

.typography .text-center, .typography .center {
  text-align: center;
}

.typography .text-right, .typography .right {
  text-align: right;
}

/* IMAGES
-------------------------------------------- */
.typography img.left {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0;
}

.typography img.right {
  float: right;
  max-width: 50%; /* Responsive width */
  margin: 5px 0 10px 20px;
}

.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}

.typography img.rightAlone {
  float: right;
  margin-left: 100%;
  margin-bottom: 10px;
  clear: both;
}

.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
}

.typography .captionImage {
  width: 100%;
  margin-top: 5px;
}

.typography .captionImage img {
  margin: 0;
}

.typography .captionImage.left {
  float: left;
  margin: 5px 30px 20px 0px;
}

.typography .captionImage.right {
  float: right;
  margin: 5px 0 20px 30px;
}

.typography .captionImage.left[style],
.typography .captionImage.right[style] {
  max-width: 50%; /* Overides core width to make responsive */
}

.typography .captionImage.left img,
.typography .captionImage.right img {
  float: none;
  max-width: none;
  width: 100%;
}

.typography .captionImage.left img {
  margin-right: -10px;
}

.typography .captionImage.right img {
  margin-left: -10px;
}

.typography .captionImage.leftAlone {
  float: left;
  clear: both;
  margin-right: 100%;
}

.typography .captionImage.rightAlone {
  float: right;
  clear: both;
  margin-left: 100%;
}

.typography .captionImage.center {
  margin: 0 auto 20px;
}

.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}

.typography .captionImage p.caption.text-center {
  text-align: center;
}

.typography .captionImage p.caption.text-left {
  text-align: left;
}

/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  width: 50%;
  margin-left: 5%;
  clear: both;
}

.typography blockquote p {
  font-size: 17px;
  line-height: 25px;
}

.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}

#scrollBanner {
  width: 100vw;
  height: 60px;
  background: #1D00A6;
  position: static;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.scroll-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px; /* enough space for close */
}

.scroll-text, .scroll-text a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  -webkit-animation: scrollLeft 20s linear infinite;
          animation: scrollLeft 20s linear infinite;
  /* Remove padding-left, use transform for starting position */
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* New close button with CSS "X" */
#closeBanner {
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 12px;
  margin-right: 8px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  outline: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

#closeBanner::before,
#closeBanner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2.5px;
  background-color: #ff8800;
  border-radius: 1px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

#closeBanner::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#closeBanner::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#closeBanner:hover,
#closeBanner:focus {
  background: rgba(255, 255, 255, 0.8);
  outline: none;
}

/* Level 1: horizontal with space between */
.nav-menu.level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px; /* space between level 1 menu items */
}

/* Position relative for dropdown positioning */
.nav-menu.level-1 > .menu-item {
  position: relative;
}

/* Level 2 vertical dropdown as first mega-menu column */
.sub-menu.level-2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-width: 200px; /* width of first column */
  z-index: 1000;
}

.menu-item:hover > .sub-menu.level-2 {
  display: block;
}

/* Mega menu container for level 3 and 4 columns, positioned next to level 2 */
.mega-menu.level-3 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%; /* next to level 2 column */
  background: white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1100;
  width: 400px; /* set width for multiple columns */
  gap: 20px;
}

.menu-item:hover > .mega-menu.level-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Each column inside mega menu is vertical */
.mega-menu-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 130px;
}

.mega-menu-column a {
  padding: 5px 0;
  color: #333;
  text-decoration: none;
}

.mega-menu-column a:hover {
  text-decoration: underline;
}

/* Level 4 vertical list inside mega-menu-column */
.sub-sub-menu.level-4 {
  list-style: none;
  padding-left: 15px;
  margin-top: 10px;
}

.sub-sub-menu.level-4 li a {
  padding: 3px 0;
  color: #555;
  text-decoration: none;
}

.sub-sub-menu.level-4 li a:hover {
  text-decoration: underline;
}

/* Reset browser defaults */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
}

.topbar-back {
  width: 100%;
  position: absolute;
  z-index: 0;
}

.topbar {
  width: 100%;
  height: 240px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 0.75rem 5% 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -1px;
  position: relative;
  padding-top: 120px;
}

.logo img {
  width: 300px;
}

/* Continue similarly as needed */
.main-nav {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding-top: 108px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.main-nav a {
  color: #19284E;
}

.main-nav a:hover {
  color: #ffa726;
}

.actions {
  z-index: 1;
  padding: 90px 40px;
}
.actions a {
  color: #19284E;
  text-decoration: none;
}

.actions button {
  background: none;
  border: none;
  color: #19284E;
  font-size: 1.3rem;
  margin-left: 0.3rem;
  cursor: pointer;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 0;
}

.hero-text {
  margin: 15% 100px 100px 100px;
  font-family: "Montserrat", sans-serif;
  color: #19284E;
  max-width: 900px;
  width: 80%;
  height:500px;
}
.hero-text h1 {
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 5px 0;
}
.hero-text h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 44px;
  margin: 5px 0;
  font-weight: 700;
}
.hero-text h3 {
  font-size: 36px;
  line-height: 40px;
  margin: 5px 0;
  font-weight: 500;
}
.hero-text h4 {
  font-size: 26px;
  line-height: 30px;
  margin: 5px 0;
  font-weight: 500;
}
.hero-text h5 {
  font-size: 22px;
  line-height: 26px;
  margin: 5px 0;
}
.hero-text h6 {
  font-size: 18px;
  line-height: 22px;
  margin: 5px 0;
}
.hero-text p {
  font-size: 15px;
  line-height: 19px;
  margin: 10px 0;
}

.topbar-bottom, .topbar-bottom img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; /* full width */
}

.main {
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.content-container h1 {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  color: #19284E;
  border: none;
}

.content-home {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
  padding: 30px;
  border-radius: 50px;
  color: #19284E;
}
.content-home h1 {
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 5px 0;
}
.content-home h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 44px;
  margin: 5px 0;
  font-weight: 700;
}
.content-home h3 {
  font-size: 36px;
  line-height: 40px;
  margin: 5px 0;
  font-weight: 500;
}
.content-home h4 {
  font-size: 26px;
  line-height: 30px;
  margin: 5px 0;
  font-weight: 500;
}
.content-home h5 {
  font-size: 22px;
  line-height: 26px;
  margin: 5px 0;
}
.content-home h6 {
  font-size: 18px;
  line-height: 22px;
  margin: 5px 0;
}
.content-home p {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0;
}

.below-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr; /* Circle gets auto width, content takes remaining space */
  gap: 20px; /* Optional space between columns */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

.content-image {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  /* Maintains the image aspect ratio and fills the circle */ /* Makes the image circular */
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
}

.btn-primary {
  padding: 0.8rem 2.2rem;
  background: #575756;
  color: #fff;
  border-radius: 3rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.btn-primary:hover {
  background: #ffa726;
  color: #575756;
}

.hero-partners {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}

.hero-partners p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.2rem;
  margin-bottom: 1.8rem;
  color: #575756;
}

.category-bar {
  background: #575756;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
  padding: 0.7rem 0;
}

.category-bar a {
  color: #ffa726;
  font-weight: 500;
  text-decoration: none;
  padding: 0.3em 1.2em;
  border-radius: 1.5em;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.category-bar a:hover {
  background: #fff1e3;
  color: #575756;
}

.insights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 2vw 0 2vw;
}

.insight-card {
  background: #fff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 1px 6px rgba(21, 32, 51, 0.08);
          box-shadow: 0 1px 6px rgba(21, 32, 51, 0.08);
  padding: 2rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  max-width: 380px;
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1rem;
}

.insight-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  color: #f7941d;
}

.insight-card p {
  font-size: 1.01rem;
  color: #444;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.insight-card a {
  color: #575756;
  text-decoration: underline;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.feedback {
  width: 100vw;
  background: #ffa726;
  color: #575756;
  text-align: center;
  padding: 2.2rem 2vw;
}

.feedback h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.feedback p {
  font-size: 1.1rem;
  max-width: 640px;
  margin: 0 auto;
}

.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  background: #fff;
  padding: 2rem 2vw;
}

.clients img {
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.clients img:hover {
  opacity: 1;
}

footer {
  color: #fff;
  text-align: center;
  font-size: 0.97rem;
}

.footer-contact {
  margin-bottom: 0.6rem;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin-bottom: 0.7rem;
}

.footer-nav a {
  color: #ffa726;
  text-decoration: none;
}

.footer-socials {
  margin-bottom: 0.7rem;
}

/* Responsive Styling */
@media (max-width: 900px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hero-partners {
    margin-top: 1.5rem;
  }
  .insights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
  .hero-text {
    margin: 0 50px 100px;
    max-width: 600px;
    width: 80%;
  }
  .below-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; /* Single column */
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto; /* Stack rows */
    max-width: 900px;
  }
  .below-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .below-container > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 600px) {
  .main-nav, .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .hero-content h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
  }
  .insight-card {
    padding: 1.3rem 1rem;
    min-width: 90vw;
    max-width: 98vw;
  }
  .hero-text {
    margin: 0 30px 100px;
    max-width: 400px;
    width: 80%;
  }
  .testimonial-quote img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100px;
    height: 100px;
  }
}
/* Position on top of hero with some margin */
.hero .hero-form {
  width: 100%;
  margin: 0 auto 2rem auto;
  display: block;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  text-align: center;
}

/* Style the form */
.hero-form form {
  width: 850px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Rounded drop downs */
.hero-form select {
  padding: 0.5rem 1rem;
  border: 1px solid #575756; /* orange border */
  border-radius: 0.5rem; /* rounded corners */
  background: #FF7F50;
  color: #ffffff;
  font-size: 1rem;
  width: 250px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Remove default arrow */
  background-image: linear-gradient(45deg, transparent 50%, #f7941d 50%), linear-gradient(135deg, #f7941d 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 25px) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.hero-form select:focus {
  border-color: #575756; /* darker orange on focus */
  outline: none;
}

/* Text box with squared corners */
.hero-form input[type=text] {
  padding: 0.5rem 1rem;
  border: 1px solid #575756; /* dark border */
  border-radius: 0; /* no rounding */
  font-size: 1rem;
  color: #575756;
  min-width: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.hero-form input[type=text]:focus {
  border-color: #FF7F50; /* orange on focus */
  outline: none;
}

/* Submit button */
.hero-form button {
  padding: 0 1rem;
  background: none;
  color: #1D00A6;
  border: none;
  border-radius: 1.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  min-height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hero-form button:hover,
.hero-form button:focus {
  background: #FF7F50;
  color: #1D00A6;
  outline: none;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .hero .hero-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
  }
  .hero-form select,
  .hero-form input[type=text],
  .hero-form button {
    min-width: 100%;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}
.welcome-section {
  width: 100%;
  background: #fff; /* or keep consistent background as needed */
  padding: 3rem 4vw 4rem 4vw; /* spacing around */
  text-align: left; /* center align */
}

.welcome-container {
  margin: 0 auto;
}

.welcome-section h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  color: #47BAB9;
  border-bottom: 0;
}

.welcome-section p {
  font-size: 1.2rem;
  margin-bottom: 1.8rem;
  color: #575756;
  line-height: 1.5;
}

.welcome-section .btn-primary {
  padding: 0.8rem 2.2rem;
  background: #575756;
  color: #fff;
  border-radius: 3rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.welcome-section .btn-primary:hover {
  background: #f7941d; /* orange accent */
  color: #575756;
}

.box-grid-section {
  width: 100%;
  padding: 3rem 4vw;
  background-color: #fff; /* background color */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* BOXES section */
.box-grid-container {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(120px, auto);
  gap: 1.5rem; /* space between boxes */
  position: relative;
}

/* Individual boxes styling */
.grid-box {
  position: relative;
  background-color: #696464;
  color: #fff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 2rem;
  padding: 1rem 1.5rem;
  text-align: left;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  cursor: default;
  line-height: 2.2rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Montserrat", sans-serif;
  /* Maintain aspect ratio to keep proportions */
  aspect-ratio: 4/2.5; /* Example: width : height ratio — adjust as needed */
}

.grid-box:hover {
  background-color: #f36f04; /* darker orange on hover */
}

/* Double arrow container positioned bottom right inside each box */
.arrow-double {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 40px;
  height: 30px;
  pointer-events: none; /* allows clicks to pass through */
}

/* Create the double arrow using two angled borders */
.arrow-double::before,
.arrow-double::after {
  content: "";
  position: absolute;
  top: 0;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  width: 8px;
  height: 8px;
  opacity: 0.9;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.arrow-double::before {
  left: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-double::after {
  right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 8px; /* space to the right to form double arrow */
}

/* Change arrow color on box hover */
.grid-box:hover .arrow-double::before,
.grid-box:hover .arrow-double::after {
  border-color: #251f3b; /* dark purple on hover */
}

/* Responsive Layout */
/* On tablets and smaller, 2 columns */
@media (max-width: 900px) {
  .box-grid-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
/* On small mobile, 1 column */
@media (max-width: 480px) {
  .box-grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.news-section {
  width: 100%;
  background: url("/_resources/themes/skilltecnew/images/hero/spreadsheet-back.png") center/cover no-repeat;
  padding: 4rem 0 4rem 0;
  color: #fff;
  border-radius: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* White background banner on top with horizontal scrolling logos */
.logo-banner {
  background: #fff;
  padding: 2rem 0;
  overflow: hidden;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Scrolling container */
.logo-scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scrollLogos 30s linear infinite;
          animation: scrollLogos 30s linear infinite;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Individual logos */
.logo-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-link img {
  height: 80px;
  width: auto;
  display: block;
}

.logo-link:hover img {
  -webkit-filter: none;
          filter: none;
}

/* Infinite scroll effect */
@-webkit-keyframes scrollLogos {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollLogos {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* News columns container */
.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 4vw 4rem 4vw;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
}

/* Individual news card */
.news-card {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1.5rem;
  border: #fff 6px solid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.8rem 2rem;
  aspect-ratio: 3/4;
  position: relative;
  min-height: 300px; /* same height for all */
}

/* News title */
.news-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.9rem;
}

/* Summary */
.news-card p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 2.5rem;
  line-height: 1.4;
}

/* Bottom right arrow link */
.arrow-link, .two-column-block .arrow-link, .three-column-block .arrow-link {
  position: absolute;
  bottom: 1.6rem;
  right: 1.8rem;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Remove font styles for SVG */
  color: #19284E;
  background: none;
  padding: 0;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  font-size: 30px;
}

.arrow-link img, .two-column-block .arrow-link img, .three-column-block .arrow-link img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0; /* remove any border radius */
}

.arrow-link:hover svg, .two-column-block .arrow-link:hover img {
  -webkit-filter: drop-shadow(0 0 2px #f36f04);
          filter: drop-shadow(0 0 2px #f36f04);
}

.arrow-link:focus svg {
  -webkit-filter: drop-shadow(0 0 2px #f36f04);
          filter: drop-shadow(0 0 2px #f36f04);
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-card {
    min-height: auto;
  }
  .arrow-link {
    position: static;
    margin-top: 1rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.two-column-block {
  margin: 3rem auto;
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1300px;
}
.two-column-block h2 {
  margin: 7px 0 10px 0;
}

.two-column-block .column {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 1rem;
  padding-bottom: 2.5rem; /* space for arrow */
}

.two-column-block img {
  width: 100%;
  border-radius: 1rem 1rem; /* rounded corners on top */
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2; /* height is always a third of the width */
  height: auto; /* let aspect-ratio control height */
}

.two-column-block h3 {
  font-family: "Montserrat", sans-serif;
  margin: 1.5rem 1.5rem 0.7rem 1.5rem;
  font-size: 1.7rem;
  color: #808080;
  font-weight: 700;
  line-height: 1.2;
}

.two-column-block p {
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
  color: #575756;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* Responsive: stack columns vertically on smaller than 900px */
@media (max-width: 900px) {
  .two-column-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .two-column-block .column {
    width: 100%;
  }
  .two-column-block img {
    height: 250px;
  }
}
/* Make section full viewport width */
.case-study-section {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  background: url("/_resources/themes/skilltecnew/images/hero/fibre.png") center/cover no-repeat;
  padding: 3rem 0 6rem 0; /* extra bottom padding to accommodate logo banner */
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #575756;
  aspect-ratio: 3/1; /* height is always a third of the width */
  height: auto; /* let aspect-ratio control height */
}

/* Content container styles */
.case-study-content {
  max-width: 700px;
  padding: 0 4vw;
  text-align: left;
  margin-bottom: auto; /* push banner downward */
}

.case-study-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.case-study-desc {
  font-size: 1.1rem;
  margin: 0 auto;
  line-height: 1.5;
  color: #575756;
}

/* Position the banner absolutely inside the section to be above bottom by ~40px */
.case-study-banner {
  position: absolute;
  bottom: 40px; /* 40px above the bottom of the section */
  width: 100%;
  background: #fff;
  padding: 1rem 0;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Logo scroller styles remains the same */
.logo-scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: caseStudyScroll 28s linear infinite;
          animation: caseStudyScroll 28s linear infinite;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.logo-scroller img {
  height: 80px;
  width: auto;
}

.logo-scroller a:hover img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

/* Scrolling animation */
@-webkit-keyframes caseStudyScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes caseStudyScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* Responsive adjustments */
@media (max-width: 900px) {
  .case-study-content {
    padding: 0 4vw;
  }
  .case-study-section {
    padding-bottom: 8rem; /* more bottom padding for banner */
  }
  .case-study-banner {
    position: static;
    border-radius: 1.5rem;
    margin-top: 2rem;
    padding: 1.5rem 0;
  }
  .logo-scroller {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.three-column-block {
  margin: 3rem auto;
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1300px;
  width: 100vw;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}
.three-column-block h1 {
  margin: 7px 20px;
  font-size: 30px;
  color: #0C3D58;
  font-weight: 700;
  line-height: 36px;
}
.three-column-block h2 {
  margin: 7px 20px;
  font-size: 26px;
  color: #0C3D58;
  font-weight: 500;
  line-height: 32px;
}
.three-column-block h3 {
  margin: 7px 20px;
  font-size: 22px;
  color: #0C3D58;
  font-weight: 500;
  line-height: 28px;
}
.three-column-block h4 {
  margin: 7px 20px;
  font-size: 20px;
  color: #0C3D58;
  font-weight: 500;
  line-height: 26px;
}
.three-column-block h5 {
  margin: 7px 20px;
  font-size: 18px;
  color: #0C3D58;
  font-weight: 500;
  line-height: 24px;
}
.three-column-block h6 {
  margin: 7px 20px;
  font-size: 16px;
  color: #0C3D58;
  font-weight: 500;
  line-height: 22px;
}
.three-column-block p {
  margin: 7px 20px;
  font-size: 16px;
  color: #0C3D58;
  font-weight: 300;
  line-height: 22px;
}

.three-column-block .column {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #CADABD;
  padding-bottom: 2.5rem; /* space for arrow */
  cursor: default;
}

/* First column */
.three-column-block .column:nth-child(1) {
  border-radius: 1rem 0 1rem 1rem;
}

/* Second column */
.three-column-block .column:nth-child(2) {
  border-radius: 0 1rem 1rem 1rem;
}

/* Third column */
.three-column-block .column:nth-child(3) {
  border-radius: 0 1rem 1rem 1rem;
}

.three-column-block .column img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2; /* height is always a third of the width */
  height: auto; /* let aspect-ratio control height */
}

.three-column-block .column:nth-child(1) img {
  border-radius: 1rem 0 0 0;
}

.three-column-block .column:nth-child(2) img {
  border-radius: 0 1rem 0 0;
}

.three-column-block .column:nth-child(3) img {
  border-radius: 0 1rem 0 0;
}

.testimonial {
  margin: 0 auto;
  width: 100%;
  padding: 40px 0;
}

.testimonial-quote {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-quote img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 200px;
  height: 200px;
}

.testimonial-quote .blockquote1 {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-size: 18px;
  margin: 1.5rem 10%;
  position: relative;
  color: #4A6D32;
  font-family: "Montserrat", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}

.topfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; /* Align items vertically to bottom */
  height: 340px;
}

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

/* Responsive stacking on smaller screens */
@media (max-width: 900px) {
  .three-column-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5px;
    width: 500px;
  }
  .three-column-block .column {
    width: 100%;
  }
  .three-column-block img {
    height: 250px;
  }
  .testimonial-quote img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 150px;
    height: 150px;
  }
}
/* Container full width with background and padding */
.one-column-section {
  width: 100vw;
  background: none;
  padding: 3rem 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3rem 0; /* vertical spacing */
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Inner container to constrain max width and layout columns */
.one-column-container {
  max-width: 1300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* wrap on smaller screens */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Text column styling */
.one-column-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px; /* flexible width with minimum */
  vertical-align: top;
}

/* Heading style */
.one-column-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #808080;
}

/* Paragraph style */
.one-column-text p {
  font-size: 1.15rem;
  line-height: 1.5;
  color: #575756;
}

/* Image column styling */
.one-column-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  overflow: hidden;
  border-radius: 1.5rem; /* rounded corners on image container */
}

/* Make image fully fill column width and keep aspect ratio */
.one-column-image img {
  width: 100%;
  aspect-ratio: 3/2; /* height is always a third of the width */
  height: auto; /* let aspect-ratio control height */
  display: block;
  border-radius: 1.5rem; /* inherit rounded corners */
  -o-object-fit: cover;
     object-fit: cover;
}

/* Bottom right arrow link */
.one-column-text .arrow-too {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 30px;
  color: #19284E;
  width: 32px;
  height: 32px;
  margin-top: 1.2rem;
  margin-left: auto;
  margin-right: 1.2rem; /* Move slightly to the left */
}

/* Responsive: stack columns vertically below 768px */
@media (max-width: 768px) {
  .one-column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .one-column-image, .feedback-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-height: none;
  }
  .one-column-text h2 {
    font-size: 2rem;
  }
}
.site-footer {
  margin-top: auto; /* push footer to bottom if flex container */
  color: white;
}

/* Top footer row */
.footer-top {
  background-color: #CADABD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  padding: 0 4vw 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 280px;
          flex: 1 1 280px;
  min-width: 280px;
}

/* Headings */
.footer-col h3 {
  margin-bottom: 1.2rem;
  font-weight: 600;
  font-size: 1.3rem;
  color: #19284E;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

/* Contact info list */
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  color: #19284E;
  text-align: left;
}

.contact-info li {
  margin-bottom: 0.85rem;
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #575756;
}

.contact-info li .icon {
  display: inline-block;
  width: 24px;
  text-align: center;
  margin-right: 8px;
  font-size: 1rem;
  color: #19284E;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Contact links */
.contact-info a {
  color: #19284E;
  text-decoration: none;
}

.contact-info a:hover,
.sitemap-links a:hover {
  text-decoration: none;
  color: #19284E;
}

/* Social icons container */
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #19284E;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 1.6rem;
  cursor: pointer;
}

.social-icon:hover,
.social-icon:focus {
  background-color: #fff;
  color: #47bab9;
  outline: none;
}

.sitemap-col {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 180px !important;
          flex: 1 1 180px !important;
  min-width: 180px !important;
}

/* Sitemap links */
.sitemap-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.sitemap-links li {
  margin-bottom: 0.5rem;
}

.sitemap-links a {
  color: #19284E;
  text-decoration: none;
  font-size: 1rem;
  color: #575756;
}

/* Map container */
.map-col {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 380px !important;
          flex: 1 1 380px !important;
  min-width: 380px !important;
}

.map-container {
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2; /* height is always a third of the width */
  height: auto; /* let aspect-ratio control height */
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 2rem 4vw;
  }
  .footer-lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    font-size: 0.85rem;
  }
  .footer-bottom-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
    margin-top: 0.3rem;
  }
  .footer-lower small {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
  }
}
/* From 100px up, reduce padding-top by 5px at each 100px increment */
@media only screen and (max-width: 1600px) {
  .logo {
    padding-top: 100px;
  }
  .logo img {
    width: 300px;
  }
  .main-nav {
    padding-top: 88px;
  }
  .actions {
    padding: 70px 40px;
  }
}
@media only screen and (max-width: 1400px) {
  .logo {
    padding-top: 60px;
  }
  .logo img {
    width: 300px;
  }
  .main-nav {
    padding-top: 68px;
  }
  .actions {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .logo {
    padding-top: 40px;
    width: 250px;
  }
  .logo img {
    width: 250px;
  }
  .main-nav {
    padding-top: 48px;
  }
  .actions {
    padding: 30px 40px;
  }
  .topfooter {
    height: 300px;
  }
}
@media only screen and (max-width: 1000px) {
  .logo {
    padding-top: 40px;
    width: 200px;
  }
  .logo img {
    width: 170px;
  }
  .main-nav {
    padding-top: 48px;
  }
  .actions {
    padding: 30px 40px;
  }
  .topfooter {
    height: 250px;
  }
}
@media only screen and (max-width: 800px) {
  .logo {
    padding-top: 20px;
  }
  .logo img {
    width: 150px;
  }
  .actions {
    padding: 5px 40px;
  }
  .testimonial-quote .blockquote1 {
    margin: 1.5rem 3%;
  }
  .topfooter {
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .logo {
    padding-top: 10px;
    width: 120px;
  }
  .logo img {
    width: 150px;
  }
  .three-column-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5px;
    width: 400px;
  }
  .testimonial-quote .blockquote1 {
    margin: 1.5rem 2%;
  }
  .topfooter {
    height: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .logo {
    padding-top: 10px;
  }
  .logo img {
    width: 150px;
  }
}