/*
Theme Name: Hubb
Theme URI: https://spacemanwebdesign.com/clients/demo/
Author: Troy Moses
Author URI: http://spacemanwebdesign.com
Description: Hubb website theme
Version: 1.0
License: GNU General Public License
*/

/* quicksand 700 */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/quicksand-700.woff2') format('woff2');
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, 
blockquote, pre, abbr,acronym,
address, big, cite, code, del, dfn, em, img, ins,
kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Noto Sans', sans-serif;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
}

blockquote, q {
    quotes: none;
}

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

table {
    margin: 0 0 1.5em 0;
    border-spacing: 0;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

table td {
    padding: 10px 12px 10px 12px;
}

table thead td {
    color: #0094d5;
    font-weight: 500;
}

table tbody td {
    color: #004b87;
    font-weight: 300;
}

/* Typography
-------------------------------------------------------------- */
/* Headings */
h1, h2 {
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

h3, h4, h5, h6 {
    font-family: 'Noto Sans', sans-serif;
}

h1 {
    margin: 0 0 30px 0;
    color: #000;
    font-size: 3.438em;
    font-weight: 700;
    line-height: 1.2;
}
h2 {
    margin: 0 0 30px 0;
    color: #000;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2;
}
h3 {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1.2;
}
h4 {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2;
}
h5 {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2;
}
h6 {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2;
}

/* text elements */
p, ul, ol {
    margin-bottom: 1.5em;
    color: #222;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5;
}
ul {
    list-style: square;
    list-style-position: inside;
}
ol {
    list-style: decimal;
    margin-left: 1.5em;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 400;
}
dd {
    margin: 0 1.5em 1.5em;
}
b,
strong {
    font-weight: 600;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}

/* Links */
a {
    transition: all .2s ease; 
    text-decoration: none;
    outline: 0;
    color: #000;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

a[href^="mailto:"], a[href^="tel:"] {
    text-decoration: underline;
}

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

a img:hover {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    /* fixes downscaled images looking blurry in webkit browsers */
    image-rendering: -webkit-optimize-contrast;
}

/* content image alignment */
.alignleft {
    margin: 0 2em 2em 0;
    display: inline;
    float: left;
}

.alignright {
    margin: 0 0 2em 2em;
    display: inline;
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.center {
    text-align: center;
}

/* Buttons and inputs
-------------------------------------------------------------- */
button, input, select, textarea {
    font-size: 100%;
    /* corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    vertical-align: middle;
    /* improves appearance and consistency in all browsers */
}

button, 
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    padding: 14px 32px 14px 32px;
    margin: 0;
    background: #f79410;
    border: 0;
    color: #ebebeb;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: inherit;
    line-height: 1;
    white-space: nowrap;
    border-radius: 25px;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    outline: 0;
    transition : all .2s ease; 
    -webkit-appearance: button; /* corrects inability to style clickable input types in iOS */
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    cursor: pointer;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

button:disabled {
    cursor: not-allowed !important;
    opacity: .5;
}

button:disabled:hover {
    text-decoration: none;
}

/* cta buttons */
.button {
    padding: 12px 25px 12px 25px;
    background: #f7941e;
    color: #fff !important;
    font-size: 1.2em;
    font-weight: 600 !important;
    border-radius: 35px;
    display: inline-block;
    text-decoration: none !important;
}

.button:hover {
}

/* button overrides by background colour */
.orange-bg button, .orange-bg .button {
    background: #217ba9;
    color: #fff;
}

/* edit section button */
.edit-section {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    z-index: 997;
}

.edit-section-button {
    padding: 7px;
    color: #fff;
    background: green;
    border-radius: 7px;
    font-size: .90em;
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 9px 25px 9px 25px;
    color: #333;
    background: #ebebeb;
    border: 2px solid #fff;
    border-radius: 25px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: none;
    font-family: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
}

textarea {
    min-height: 267px;
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    resize: vertical; /* only allow vetical rezing */
}

::placeholder { 
    color: #999;
    opacity: 1;
    font-size: 1em;
    font-weight: 400;
}

label {
    margin: 0 0 3px 25px;
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}

.empty {
    border-color: red !important;
}

.response {
    margin: 0;
    background: #fff;
    border-radius: 7px;
    font-size: 1em !important;
}

.response p {
    padding: 10px;
    margin: 0 0 20px 0 !important;
    font-weight: 600;
}

.processing {
    color: black !important;
}

.error {
    color: red !important;
}

.success {
    color: green !important;
}

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

.form-fields {
    display: flex;
    justify-content: space-between;
}

.form-fields .col {
    width: calc(50% - 10px);
}

.form-row {
    margin: 0 0 30px 0;
}

/* Sticky Footer
-------------------------------------------------------------- */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#container {
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
}

#footer-wrapper {
    flex-shrink: 0;
}

/* Top bar */
#top-bar {
    width: 100%;
    height: 80px;
    padding: 22px 40px 22px 40px;
    border-top: 15px solid #f7941e;
    background: #283a97;
    position: fixed;
    top: 0;
    transition: top 0.1s ease-in-out; 
    z-index: 999;
}

.scrolled-down #top-bar {
    top: -95px !important;
}

#top-bar .header-inner {
    height: auto;
    justify-content: flex-end;
}

#top-bar .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

#top-bar .menu li {
    margin: 0 0 0 60px;
    display: inline-block;
}

#top-bar .menu li a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    display: block;
}

/* Header
-------------------------------------------------------------- */
#header {
    width: 100%;
    padding: 0 40px 0 40px;
    position: fixed;
    top: 105px;
    transition: top 0.2s ease-in-out; 
    z-index: 999;
}

.scrolled-down #header {
    top: 25px;
}

.header-inner {
    max-width: 1080px;
    height: 100%;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
}

#header .header-inner {
    padding: 15px 35px 15px 35px;
    background: #fff;
    border: 2px solid #f7941e;
    border-radius: 75px;
    justify-content: flex-start;
}

.branding {
    width: 215px;
    height: 48px;
    margin: 0 50px 0 0;
    position: relative;
    bottom: 3px;
}

.branding img {
    width: 100%;
    height: auto;
}

.site-title {
    margin: 0 0 5px 0;
    font-size: 1.6em;
    line-height: 1;
}

.site-description {
    margin: 0;
    font-size: 1.1em;
    line-height: 1;
}

/* Main navigation
-------------------------------------------------------------- */
.nav {
    display: flex;
    align-items: center;
}

.nav .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.nav .menu li {
    margin: 0 3px 0 0;
    display: inline-block;
    position: relative;
}

.nav .menu li a, .header-cta a {
    padding: 10px 16px 10px 16px;
    font-size: 1.25rem;
    border-radius: 35px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

.nav .menu li.menu-item-has-children a:not(.sub-menu li a) {
    cursor: default;
}

/* active styling for top level links */
.nav .menu li a:hover, .nav .menu li.current-menu-item a:not(.sub-menu a),
.nav .menu li.current-page-ancestor a:not(.sub-menu a),
.header-cta a {
    color: #fff;
    background: #f7941e;
}

/* sub menu wrappers */
.nav .menu .sub-menu-wrap {
    position: absolute;
    z-index: 999;
    display: none;
}

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

.nav .menu .sub-menu-wrap.level-1 {
    top: 100%;
    left: 0;
}

.nav .menu .sub-menu-wrap.level-2 {
    top: -100%;
    left: 100%;
}

/* sub menu */
.nav .menu .sub-menu {
    background: #fff;
    border: 2px solid #f7941e;
    border-radius: 25px;
}

.nav .menu .sub-menu li {
    margin: 0;
    display: block;
    white-space: nowrap;
}

.nav .menu .sub-menu-wrap.level-1 .sub-menu {
    min-width: 300px;
    padding: 10px 20px 10px 20px;
    margin: 40px 0 0 0;
}

.nav .menu .sub-menu-wrap.level-2 .sub-menu {
    padding: 20px;
    margin: 36px 0 0 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    column-gap: 5px;
    row-gap: 0;
}

.nav .menu .sub-menu-wrap.level-1 .sub-menu li a {
    padding: 5px 20px 5px 20px;
    margin: 0 0 2px 0;
    border-radius: 25px;
    cursor: pointer;
}

.nav .menu .sub-menu-wrap.level-2 .sub-menu li a {
    padding: 4px 20px 4px 20px;
    border-radius: 25px;
    font-weight: 500;
    cursor: pointer;
}

/* active link styling for sub menu 1 level deep */
.nav .menu .sub-menu-wrap.level-1 .sub-menu li.current-menu-item a:not(.sub-menu-wrap.level-2 .sub-menu a),
.nav .menu .sub-menu-wrap.level-1 .sub-menu li.current-menu-parent a:not(.sub-menu-wrap.level-2 .sub-menu a) {
    color: #fff;
    background: #f7941e;
}

/* active link styling for sub menu 2 levels deep */
.nav .sub-menu-wrap.level-2 .sub-menu li a:hover,
.nav .sub-menu-wrap.level-2 .sub-menu li.current-menu-item a {
    color: #000;
    background: #d9d9d9;
}

.close-sub-menu {
    width: 30px;
    height: 30px;
    background: #222;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 90px;
    left: 100%;
    transition: .2s ease;
}

.close-sub-menu .fas {
    color: #f7941e;
}

/* nav menu icon */
.menu-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    color: #283a97;
    display: none;
    z-index: 999;
    transition: all 0s 0.2s;
}

.menu-icon:after {
    width: 100%;
    height: 100%;
    content: '\f0c9';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.8em;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav-open .menu-icon:after {
    content: '\f00d';
    font-size: 1.6em;
}

/* nav menu icon hamburger icon to arrow */
.menu-icon span {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 9px;
    left: 0px;
    right: 0;
    transition: all 0s 0.2s;
}

.menu-icon span:before,
.menu-icon span:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    background: #000;
    transition: transform 0.2s ease 0s, width 0.2s ease 0.2s, top 0.2s ease 0.4s;
    transform-origin: right center;
}

.menu-icon span:before {
    top: -8px;
}

.menu-icon span:after {
    top: 8px;
}

.nav-open .menu-icon span {
    transition: background 0.2s ease 0s;
}

.nav-open .menu-icon span:before,
.nav-open .menu-icon span:after {
    transition: top 0.2s ease 0s, width 0.2s ease 0.2s, transform 0.2s ease 0.4s;
    top: 0;
    right: 1px;
    width: 30%;
}

.nav-open .menu-icon span:before {
    transform: rotate(45deg);
}

.nav-open .menu-icon span:after {
    transform: rotate(-45deg);
}

/* header cta button */
.header-cta {
    margin-left: auto;
}

/* Page
-------------------------------------------------------------- */
#page { 
    margin-top: 80px; /* allow for top bar height */
    position: relative;
}

/* Page Intro
-------------------------------------------------------------- */
#page-intro {
    padding: 0 40px 0 40px;
    height: calc(100vh - 80px);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background-color: #212a3a;
}

#page-intro.has-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#page-intro .intro-content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 80px auto;
}

#page-intro .intro-content .cta-button {
    margin: 20px 0 0 0;
}

/* page intro h1 */
#page-intro .intro-content h1 {
    margin: 0 0 10px 0;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 4.375em;
    line-height: 1;
    display: inline-flex;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

#page-intro .intro-content h1 {
    color: #fff;
    font-size: 1.563em;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    text-transform: capitalize;
}

/* differently stlyed h1 for program pages */
.tax-program_category #page-intro .intro-content h1, .single-programs #page-intro .intro-content h1 {
    font-size: 2.9em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: 800;
    text-transform: uppercase;
}

.tax-program_category #page-intro .intro-content h1:before, .single-programs #page-intro .intro-content h1:before {
    width: 50px;
    min-width: 35px;
    margin: 0 8px 0 0;
    content: url(images/icons/u-icon-dot.svg);
}

/* home page intro content */
#page-intro .intro-content p, #page-intro .intro-content h2, #page-intro .intro-content h3 {
    margin: 0;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    font-size: 4.375em;
}

/* Content Containers (page sections)
-------------------------------------------------------------- */
.page-section {
    padding: 0 40px 0 40px;
    position: relative;
}

.no-bg {
    background: #fff;
}

.pale-grey-bg {
    background: #d9d9d9;
}

.orange-bg {
    background: #f7941e;
}

.blue-bg {
    background: #217ba9;
}

.charcoal-bg {
    background: #212a3a;
}

/* angled backgrounds */
.angled-background .content {
    padding: 80px 0 150px 0;
}

.angled-background:before {
    width: 110%;
    height: 80px;
    content: '';
    background: inherit;
    position: absolute;
    top: -35px;
    left: -5%;
    transform: rotate(-2deg);
}

/* page section headings */
.page-section-heading {
    width: 100%;
    text-align: center;
}

.page-section-heading h2 {
    width: 66.666%;
    margin: 0 auto 10px auto;
}

/* Content
-------------------------------------------------------------- */
.content {
    max-width: 1080px;
    margin: 0 auto 0 auto;
    padding: 100px 0 100px 0;
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

/* pages that don't have an intro need some extra top padding for the first page section to clear the fixed menu */
.page-section.first-section .content {
    padding-top: 200px;
}

/* typography colour overrides by background colour */
.no-bg h2, .no-bg h3, .no-bg h4, .no-bg h5, .no-bg h6 {
    color: #257aa9;
}

.pale-grey-bg h1, .pale-grey-bg h2,
.pale-grey-bg h3, .pale-grey-bg h4,
.pale-grey-bg h5, .pale-grey-bg h6 {
    color: #666;
}

.charcoal-bg h1, .charcoal-bg h2, 
.charcoal-bg h3, .charcoal-bg h4,
.charcoal-bg h5, .charcoal-bg h6 {
    color: #f7941d;
}

.charcoal-bg p, .charcoal-bg  ul, 
.charcoal-bg ol, .charcoal-bg a,
.orange-bg h1, .orange-bg h2, 
.orange-bg h3, .orange-bg h4,
.orange-bg h5, .orange-bg h6,
.orange-bg p, .orange-bg  ul, 
.orange-bg ol, .orange-bg a,
.blue-bg h1, .blue-bg h2, 
.blue-bg h3, .blue-bg h4,
.blue-bg h5, .blue-bg h6,
.blue-bg p, .blue-bg  ul, 
.blue-bg ol, .blue-bg a {
    color: #fff;
}

h3.no-posts {
    margin: 0;
    color: #222;
    text-align: center;
}

.charcoal-bg h3.no-posts,
.orange-bg h3.no-posts,
.blue-bg h3.no-posts {
    color: #fff;
}

/* Content Blocks
-------------------------------------------------------------- */
.content-block.full-width {
    width: 100%;
}

.content-block.three-quarter-width {
    width: calc(75% - 50px);
}

.content-block.two-thirds-width {
    width: calc(66.666% - 20px);
}

.content-block.half-width {
    width: calc(50% - 25px);
}

.content-block.one-third-width {
    width: calc(33.333% - 35px);
}

.content-block.one-quarter-width {
    width: calc(25% - 50px);
}
 
.content-block:last-child, .content-block p:last-child {
    margin: 0;
}

/* Content Types
-------------------------------------------------------------- */
/* grids */
.grid {
    display: grid;
    grid-auto-rows: 1fr; /* equal height grid items by default */
    column-gap: 40px;
    row-gap: 40px;
    justify-items: center;
}

.grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid.cols-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid.cols-6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid .item {
    max-width: 380px;
}

/* Extra Classes
   any extra css classes added to page sections or content blocks
-------------------------------------------------------------- */
.top-margin {
    margin-top: 60px !important;
}

.bottom-margin {
    margin-bottom: 60px !important;
}

.no-top-padding .content {
    padding-top: 0 !important;
}

.no-bottom-padding .content {
    padding-bottom: 0 !important;
}

.extra-top-padding .content {
    padding-top: 140px;
}

.extra-bottom-padding .content {
    padding-bottom: 140px;
}

.normal-bottom-padding .content {
    padding-bottom: 100px;
}

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

.content-block.align-center .icon {
    margin: auto;
}

.heavy-heading h3 {
    text-transform: uppercase;
    font-weight: 800;
}

.left-align-heading .page-section-heading {
    text-align: left;
}

.left-align-heading .page-section-heading h2 {
    width: 100%;
}

/* Specifically styled content
-------------------------------------------------------------- */
/* styled content block */
.styled-content-block {
    background: #f5f5f5;
    padding: 50px 15px 85px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 35px 35px 150px 150px;
    text-align: center;
}

.styled-content-block h3 {
    color: #283a97;
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.styled-content-block h3:before {
    content: url(images/icons/u-icon-dot.svg);
    width: 35px;
    height: auto;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}

/* styled image */
.styled-image {
    align-self: flex-start;
    position: relative;
    z-index: 2;
}

.styled-image img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
    clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
}

/* key points */
.key-points .content {
    justify-content: center;
}

.key-points .content .icon {
    margin: 0 auto 15px auto;
}

.key-points .content h3 {
    margin: 15px 0 15px 0;
}

.key-points .content p {
    margin: 0;
}

/* styled items */
.styled-items .content {
    gap: 10px;
}

.styled-items .content-block.half-width {
    width: calc(50% - 5px);
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.styled-items .content-block.full-width {
    max-width: 1000px;
    margin: auto;
}

.styled-item {
    width: 80%;
    margin: 0 0 15px 0;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.styled-item .styled-item-content {
    width: calc(100% - 145px);
}

.styled-item .styled-item-content h3 {
    margin: 0 0 5px 0;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}

.styled-items .content-block.half-width.left .styled-item .icon {
    margin: 0 0 0 30px;
}

.styled-items .content-block.half-width.right {
    align-items: flex-start;
}

.styled-items .content-block.half-width.right .styled-item {
    text-align: left;
    flex-direction: row;
}

.styled-items .content-block.half-width.right .styled-item .icon {
     margin: 0 30px 0 0;
}

.content-block .styled-item:last-of-type {
    margin: 0;
}

/* growth plans */
.growth-plans .content {
    gap: 20px;
}

.growth-plans h2 {
    margin: 0 0 50px 0;
    color: #257aa9;
}

.growth-plans .content-block.one-third-width {
    width: calc(33.333% - 20px);
    padding: 0 25px 15px 25px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.growth-plans .content-block.one-third-width.first {
    border-top-left-radius: 100px;
}

.growth-plans .content-block.one-third-width.last {
    border-bottom-right-radius: 100px;
}

.growth-plans .content-block.one-third-width .icon {
    margin-left: auto;
}

.growth-plans .content-block.one-third-width h3 {
    max-width: 90%;
    margin: 0;
    color: #257aa9;
    font-size: 1.2em;
    font-weight: 500;
}

.growth-plans .content-block.one-third-width h3 strong {
    font-size: 1.4em;
    font-weight: 700;
    display: block;
}

.growth-plans .info-layer {
    width: 100%;
    height: 100%;
    padding: 25px;
    background: #666;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.growth-plans .info-layer p {
    padding: 25px;
    margin: 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* icons */
.icon {
    width: 145px;
    height: 145px;
}

.icon img {
    width: 100%;
    height: auto;
    display: block;
}

/* Testimonials scroller
-------------------------------------------------------------- */
.testimonials-scroller {
    position: relative;
}

.testimonials-scroller ul {
    width: 100%;
    margin: 0;
    padding: 0 0 5px 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: stretch;
    -webkit-overflow-scrolling: touch;
    scroll-snap-points-x: repeat(100%);
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow: hidden;
}

.testimonials-scroller li {
    width: 100%;
    padding: 0;
    margin: 0;
    scroll-snap-align: start;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    background-image: url(images/big-u-horizontal.svg);
    background-repeat: no-repeat;
    background-size: 470px 320px;
}

.testimonials-scroller li .testimonial-thumbnail {
    width: 280px;
    height: 280px;
    margin: 22px 0 65px 100px;
    overflow: hidden;
}

.testimonials-scroller li .testimonial-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
}

.testimonials-scroller li .testimonial-content {
    width: calc(100% - 445px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.testimonials-scroller li .testimonial-body {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-65%);
}

.testimonials-scroller li .testimonial-body p {
    font-size: 1.4rem;
    font-weight: 500;
}

.testimonials-scroller li .testimonial-body p:last-child {
    margin: 0 !important;
}

.testimonials-scroller li .testimonial-info {
    width: calc(100% - 120px);
    margin-top: auto;
}

.testimonials-scroller li .testimonial-info h3 {
    margin: 0 0 7px 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #f7941d;
    line-height: 1;
}

.testimonials-scroller li .testimonial-info p {
    margin: 0;
    font-size: 1.2rem;
    color: #f7941d;
    line-height: 1;
}

.testimonials-scroller .controls {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.testimonials-scroller .controls .control {
    width: 45px;
    height: 45px;
    margin: 0 0 0 15px;
    border: 2px solid #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.testimonials-scroller .controls .control .fas {
    color: #000;
    font-size: 1.4em;
}

.testimonials-scroller .controls .control.disabled {
    opacity: .3;
    cursor: default;
}

/* Location info
-------------------------------------------------------------- */
.location {
    margin: 0 0 40px 0;
}

.location:last-of-type {
    margin: 0;
}

.location .location-name {
    margin: 0 0 10px 0;
    color: #212a3a;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
}

.location .location-info {
    margin: 0 0 5px 0;
    display: flex;
    justify-content: space-between;
}

.location .location-info:last-of-type {
    margin: 0;
}

.location .location-info .fas {
    width: 25px;
    margin: 0 25px 0 0;
    color: #f7941e;
    font-size: 1.4em;
    line-height: 1.2;
}

.location .location-info .info {
    width: calc(100% - 45px);
    color: #212a3a;
    font-size: 1.125em;
    line-height: 1.4;
}

.location .location-info .info a {
    color: #212a3a;
}

/* google map */
#google-map {
    width: 100%;
    height: 400px;
    margin: 0 0 40px 0;
    border-radius: 35px;
}

#google-map .map-info-name {
    margin: 0;
    color: #222;
    font-size: 1.4em;
    line-height: 1;
    display: flex;
    align-items: center;
}

#google-map .map-info-name:before {
    width: 17px;
    margin: 0 5px 0 0;
    content: url(images/icons/u-icon.svg);
}

.full-width-map {
    padding: 0 !important;
}

.full-width-map .content {
    max-width: 100%;
    padding: 0 !important;
}

.full-width-map .content p {
    display: none;
}

.full-width-map .content #google-map {
    height: 650px;
    margin: 0;
    border-radius: 0;
}

/* Events list
-------------------------------------------------------------- */
.event {
    margin: 0 0 25px 0;
    background: #fff;
    border: 2px solid #f7941e;
    border-radius: 35px;
    display: flex;
    overflow: hidden;
}

.event:last-of-type {
    margin: 0;
}

.event-content {
    padding: 15px 25px 15px 15px;
}

.event-info {
    display: flex;
    align-items: center;
}

.event-date {
    padding: 12px 22px 12px 22px;
    margin: 0 25px 0 0;
    background: #d9d9d9;
    border-radius: 35px;
}

.event-date p {
    margin: 0;
    color: #000;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1;
}

.event-date span {
    margin: 0 0 0 10px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}

.event-info h3 {
    margin: 0;
    color: #000;
    font-size: 1.6em;
    font-weight: 800;
    text-transform: uppercase;
}

.event-info h3 span {
    color: #f7941e;
}

.event-description {
    margin: 15px 0 0 15px;
}

.event-description p {
    margin: 0;
    color: #212a3a;
}

.event-description .button {
    padding: 7px 15px 7px 15px;
    margin: 15px 0 0 0;
    font-size: 1em;
}

.event-thumbnail {
    width: 20%;
}

.event-thumbnail img {
    display: block;
}

/* Faqs
-------------------------------------------------------------- */
.accordion-wrapper {
    padding: 25px;
    margin: 0 0 20px 0;
    border: 2px solid #257aa9;
    border-radius: 35px;
    position: relative;
}

h4.accordion-title {
    margin: 0;
    color: #fff;
    font-size: 1.2em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
}

h4.accordion-title:after {
    margin: 0 0 0 7px;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: .2s ease;
}

h4.accordion-title.active-title {
    color: #f7941e;
}

h4.accordion-title.active-title:after {
    transform: rotate(-180deg);
}

.accordion-content {
    padding: 20px 0 0 0;
}

.accordion-content p:last-child {
    margin: 0;
}

/* Social
-------------------------------------------------------------- */
.social {
    display: flex;
    align-items: center;
}

.social a {
    margin: 0 20px 0 0;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    text-decoration: none;
}

.social a .fab {
    font-size: 1.6rem;
}

.social a {
    background: #257aa9;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.social a .fab {
    color: #fff;
}

/* Team members
-------------------------------------------------------------- */
.grid.team-grid {
    column-gap: 10%;
    row-gap: 40px;
}

.grid.team-grid .item {
    padding: 55px 0 0 0;
    background: url(images/big-u.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: top center;
    text-align: center;
}

.grid.team-grid .item .team-member-thumbnail {
    width: 230px;
    height: 230px;
    margin: 0 auto 25px auto;
    border-radius: 100%;
    overflow: hidden;
}

.grid.team-grid .item .team-member-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.grid.team-grid .item h4 {
    margin: 0 0 5px 0;
    font-weight: 700;
}

.grid.team-grid .item p {
    margin: 0;
    color: #f7941d;
    font-size: 1.2em;
    line-height: 1.2;
}

/* Member Businesses
-------------------------------------------------------------- */
.grid.member-businesses {
    column-gap: 70px;
    row-gap: 30px;
    grid-auto-rows: auto;
}

.member-businesses .item {
    display: flex;
    align-items: center;
}

.member-businesses .item img {
    filter: grayscale(1);
}

/* Blog items
-------------------------------------------------------------- */
.grid.post-grid {
    column-gap: 30px;
    row-gap: 30px;
}

.grid.post-grid .item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.grid.post-grid .item .item-image {
    width: 100%;
    padding-top: calc(400 / 380 * 100%); /* aspect ratio */
    background: #fff;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    overflow: hidden;
    position: relative;
}

.grid.post-grid .item .post-date {
    padding: 11px 20px 11px 20px;
    background: #fff;
    font-weight: 700;
    font-size: 1.375rem;
    border-radius: 35px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.grid.post-grid .item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.grid.post-grid .item .item-excerpt {
    margin: 35px 0 35px 0;
}

.grid.post-grid .item .item-excerpt p {
    margin: 0;
}

.grid.post-grid .item .button-div {
    margin-top: auto;
    text-align: center;
}

/* Paged navigation
-------------------------------------------------------------- */
.paged-navigation {
    margin: 80px 0 0 0;
    text-align: center;
}

.paged-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.paged-navigation ul li {
    min-width: 40px;
    margin: 0 5px 10px 5px;
    display: inline-block;
}

.paged-navigation ul li.ellipsis {
    min-width: auto;
    font-size: 2em;
}

.paged-navigation ul li a {
    padding: 15px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    opacity: .8;
    font-weight: 600;
    display: block;
}

.paged-navigation ul li a:hover, .paged-navigation ul li a:focus,
.paged-navigation ul li.active a {
    opacity: 1;
}

/* Single post
-------------------------------------------------------------- */
.post-date {
    margin: 0;
}

/* videos */
.wp-video {
    width: 100% !important;
}

.wp-video br {
    display: none;
}

/* Footer
-------------------------------------------------------------- */
/* footer background images */
#footer-wrapper {
    width: 100%;
    padding: 200px 0 0 0;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

#footer-wrapper:before, #footer-wrapper:after {
    content: '';
    width: 383px;
    height: 1084px;
    background-image: url(images/hubb-footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    position: absolute;
}

#footer-wrapper:before {
    bottom: -11%;
    left: 2%;
}

#footer-wrapper:after {
    top: 4%;
    right: 4%;
}

.footer-section {
    padding: 0 40px 0 40px;
    position: relative;
    z-index: 2;
}

.footer-inner {
    max-width: 1080px;
    margin: 0 auto 0 auto;
}

#footer-contact {
     margin: 0 0 125px 0;
}

#footer-contact .content {
    padding: 75px 55px 60px 55px;
    background: #fff;
    border-radius: 35px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

#footer-contact .content h2 {
    color: #257aa9;
}

#footer-contact .content p {
    color: #666;
}

#footer-contact .content .form-fields {
    display: block;
}

#footer-contact .content .form-fields .col {
    width: 100%;
}

#footer-contact .content .form-fields .col:last-of-type {
    margin: 30px 0 30px 0;
}

#footer-contact .content .form-fields .col textarea {
    min-height: 150px;
    max-height: 300px;
}

#footer-contact .content .form .submit {
    text-align: left;
}

.footer-logo {
    padding: 40px 15% 0 15%;
    text-align: center;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

#footer {
    background: #d9d9d9;
}

#footer .footer-inner {
    padding: 60px 55px 30px 55px;
    display: flex;
    flex-wrap: wrap;
}

#footer h4 {
    margin: 0 0 5px 0;
    color: #212a3a;
    font-size: 1.25em;
    font-weight: 700;
}

#footer p {
    margin: 0;
    color: #726f74;
    font-size: 1em;
}

#footer a {
    color: #726f74;
    font-size: 1em;
}

#footer a:hover {
    text-decoration: underline;
}

.footer-col {
    width: 25%;
}

.footer-col ul {
    margin: 0 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.footer-col ul li {
    padding: 0;
    margin: 0 0 3px 0;
    color: #222;
    font-size: 1em;
    font-weight: 400;
}

.footer-col ul li:last-child {
    margin: 0;
}

#footer-copyright {
    padding: 0 40px 0 40px;
    background: #283a97;
}

#footer-copyright .footer-inner {
    padding: 20px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer-copyright p {
    margin: 0;
    color: #fff;
    font-size: .85em;
    line-height: 1;
    display: inline-block;
}

#footer-copyright a {
    color: #fff;
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1500px) {
    /* resize footer background images */
    #footer-wrapper:before, #footer-wrapper:after {
        width: 300px;
        height: 849px;
    }

    #footer-wrapper:before {
        bottom: -6%;
        left: 0;
    }

    #footer-wrapper:after {
        top: 4%;
        right: 0;
    }
}

@media only screen and (max-width: 1300px) {
    /* resize footer background images */
    #footer-wrapper:before, #footer-wrapper:after {
        width: 270px;
        height: 764px;
    }

    #footer-wrapper:before {
        bottom: -4%;
        left: -4%;
    }

    #footer-wrapper:after {
        top: 4%;
        right: -4%;
    }
}

@media only screen and (max-width: 1080px) {
    #page { 
        margin-top: 0;
    }

    #top-bar {
        height: 0;
        padding: 0;
    }

    #top-bar .header-inner {
        display: none;
    }

    .scrolled-down #top-bar {
        top: 0 !important;
    }

    #header {
        top: 25px;
    }

    #header .header-inner {
        padding: 12px 35px 12px 35px;
    }

    .branding {
        width: 170px;
        height: 38px;
        margin: 0 15px 0 0;
    }

    /* mobile menu */
    .nav {
        margin: 0 0 0 20px;
        order: 3;
    }

    .header-cta {
        order: 2;
    }

    .header-cta a {
        padding: 15px 30px 15px 30px;
        font-size: 1rem;
    }

    .nav-open { /* prevent body from being scrolled while menu is open */
        overflow: hidden;
    }

    .menu-icon {
        display: block;
    }

    .menu-main-menu-container {
        width: 100%;
        height: 100vh;
        padding: 150px 0 0 0;
        box-sizing: border-box;
        background: #f7941e;
        position: absolute;
        top: -25px;
        left: 100%;
        transition: .2s ease;
        z-index: -1;
    }

    .nav-open .menu-main-menu-container {
        left: 0;
    }

    .nav .menu {
        width: 100%;
        height: calc(100vh - 150px);
        padding: 0;
        border-top: 3px solid #aa6512;
        position: relative;
        transition: .2s ease;
        overflow-y: scroll;
    }

    .nav .menu.sub-menu-open {
        overflow: hidden;
    }

    .nav .menu li {
        border-bottom: 3px solid #aa6512;
        position: static;
        display: block;
    }

    .nav .menu li a {
        width: 100%;
        padding: 25px 25px 25px 75px;
        color: #212a3a;
        font-size: 1.375rem;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav .menu li.menu-item-has-children a:after {
        margin: 0 35px 0 0;
        color: #b46b17;
        content: '\f054';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .nav .menu li a:hover, .nav .menu li.current-menu-item a:not(.sub-menu a),
    .nav .menu li.current-page-ancestor a:not(.sub-menu a) {
        color: #212a3a;
        background: transparent;
    }

    /* sub menus */
    .nav .menu .sub-menu-wrap {
        display: block;
    }

    .nav .menu .sub-menu {
        background: #f7941e;
        border: 0;
    }

    /* level 1 */
    .nav .menu .sub-menu-wrap.level-1 {
        width: 0;
        height: calc(100vh - 150px);
        background: #f7941e;
        top: 0;
        left: 100%;
        transition: .2s ease;
        overflow: hidden;
    }

    .nav .menu .sub-menu-wrap.level-1.active-sub-menu {
        width: 100%;
        left: 0;
        overflow-y: auto;
    }

    .nav .menu .sub-menu-wrap.level-1 .sub-menu {
        min-width: auto;
        padding: 0 40px 0 75px;
        margin: 0;
        border-radius: 0;
        border-bottom: 3px solid #aa6512;
    }

    .nav .menu .sub-menu-wrap.level-1 .sub-menu li {
        border-bottom: 0;
    }

    .nav .menu .sub-menu-wrap.level-1 .sub-menu li a {
        padding: 20px 0 15px 0;
        margin: 0;
        border-radius: 0;
        border-bottom: 2px solid #aa6512;
        font-size: 1.25rem;
        font-weight: 600;
    }

    .nav .menu .sub-menu-wrap.level-1 .sub-menu:last-child li:last-child a {
        border-bottom: 0;
    }

    /* level 2 */
    .nav .menu .sub-menu-wrap.level-2 {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    .nav .menu .sub-menu-wrap.level-2 .sub-menu {
        padding: 0;
        margin: 0;
        border-bottom: 0;
        display: block;
    }

    .nav .menu .sub-menu-wrap.level-2 .sub-menu li a {
        padding: 10px 15px 10px 15px;
        border-radius: 0;
        font-size: 0.938rem;
        font-weight: 500;
    }

    .nav .menu .sub-menu-wrap.level-2 .sub-menu:last-child li:last-child a {
        border-bottom: 2px solid #aa6512;
    }

    /* styling for all sub menu links */
    .nav .sub-menu a:after, .nav .sub-menu li.menu-item-has-children a:after {
        display: none;
    }

    .nav .menu .sub-menu-wrap.level-1 .sub-menu li.current-menu-item a:not(.sub-menu-wrap.level-2 .sub-menu a),
    .nav .menu .sub-menu-wrap.level-1 .sub-menu li.current-page-ancestor a:not(.sub-menu-wrap.level-2 .sub-menu a),
    .nav .menu .sub-menu-wrap.level-1 .sub-menu li.current-menu-parent a:not(.sub-menu-wrap.level-2 .sub-menu a),
    .nav .sub-menu-wrap.level-2 .sub-menu li a:hover, .nav .sub-menu-wrap.level-2 .sub-menu li.current-menu-item a {
        color: #000;
        background: transparent;
    }

    .close-sub-menu.active {
        left: 75px;
    }

    /* content */
    #page-intro {
       height: 100vh;
    }

    .page-section.first-section .content {
        padding-top: 160px;
    }

    .content-block.styled-content-block {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    button, 
    html input[type="button"], 
    input[type="reset"],
    input[type="submit"],
    .button {
         padding: 12px 30px 12px 30px;
        font-size: 1.2em;
    }

    label {
        font-size: 1.1em;
    }

    textarea {
        min-height: 253px;
    }

    /* page intros */
    #page-intro .intro-content {
        margin: 0 auto 50px auto;
    }

    #page-intro .intro-content p, 
    #page-intro .intro-content h2, 
    #page-intro .intro-content h3 {
        font-size: 3.5em;
    }

    #page-intro .intro-content h1 {
        font-size: 1.4em;
    }

    .tax-program_category #page-intro .intro-content h1, .single-programs #page-intro .intro-content h1 {
        font-size: 2.3em;
    }

    .tax-program_category #page-intro .intro-content h1:before, .single-programs #page-intro .intro-content h1:before {
        width: 40px;
        margin: 0 5px 0 0;
    }

    /* content */
    .content {
        padding: 60px 0 60px 0;
        gap: 40px;
    }

    .angled-background:before {
        height: 60px;
    }

    .angled-background .content {
        padding: 50px 0 130px 0;
    }

    .left-align-heading .page-section-heading {
        text-align: center;
    }

    .page-section-heading h2 {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    h1, h2 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 1.563em;
    }

    h4 {
        font-size: 1.376em;
    }

    h4.accordion-title {
        font-size: 1.2em;
    }

    p, ul, ol {
        font-size: 1em;
    }
   
    /* content blocks */
    /* we'll go to 100% width for all content blocks at this point */
    .content-block.one-quarter-width, .content-block.three-quarter-width, .content-block.two-thirds-width,
    .content-block.half-width, .content-block.one-third-width, .growth-plans .content-block.one-third-width {
        width: 100%;
    }

    /* grids */
    .grid.cols-2, .grid.cols-3,  .grid.cols-4 {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
    }

    .grid.cols-5, .grid.cols-6 {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: auto;
    }

    .location .location-info .info {
        font-size: 1.1em;
    }

    /* extra css classes */
    .top-margin {
        margin-top: 40px !important;
    }

    .bottom-margin {
        margin-bottom: 40px !important;
    }

    .extra-bottom-padding .content {
        padding-bottom: 100px;
    }

    .normal-bottom-padding .content {
        padding-bottom: 60px;
    }

    .styled-content-block {
        padding: 30px 20px 60px 20px;
    }

    .styled-content-block h3 {
        font-size: 2em;
    }

    .styled-content-block h3:before {
        width: 35px;
    }

    .styled-items {
        flex-direction: column;
        justify-content: space-around;
        gap: 0;
    }

    .styled-items .content-block.half-width {
        width: 50%;
        margin: 0 auto 0 auto;
        display: block;
    }

    .styled-items .styled-item, .styled-items .content-block.half-width.right .styled-item {
        width: 100%;
        text-align: center;
        display: block;
    }

    .styled-items .styled-item .styled-item-content {
        width: 100%;
    }

    .styled-item .icon, .styled-items .content-block.half-width.left .styled-item .icon,
    .styled-item .icon, .styled-items .content-block.half-width.right .styled-item .icon {
        margin: 0 auto 0 auto;
    }

    .icon {
        width: 120px;
        height: 120px;
    }

    .full-width-map .content #google-map {
        height: 500px;
    }

    .social a {
        margin: 0 15px 0 0;
        width: 35px;
        height: 35px;
    }

    .social a .fab {
        font-size: 1.2rem;
    }

    /* testimonials scroller */
    .testimonials-scroller ul {
        max-width: 70%;
        margin: 20px auto 0 auto;
        overflow-x: scroll;
    }

    .testimonials-scroller li {
        padding: 0 10px 5px 10px;
        flex-direction: column;
        background-size: 350px;
        background-position: top center;
        display: block;
    }

    .testimonials-scroller li .testimonial-thumbnail {
        width: 200px;
        height: 200px;
        margin: 21px auto 0 auto;
        overflow: hidden;
    }

    .testimonials-scroller li .testimonial-content {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .testimonials-scroller li .testimonial-body {
        width: 100%;
        position: static;
        transform: translateY(0);
    }

    .testimonials-scroller li .testimonial-body p {
        font-size: 1.375rem;
    }

    .testimonials-scroller li .testimonial-info {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .testimonials-scroller li .testimonial-info h3 {
        font-size: 1.563rem;
    }

    .testimonials-scroller li .testimonial-info p {
        font-size: 1.25rem;
    }

    .testimonials-scroller .controls {
        max-width: 150px;
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonials-scroller .controls .control {
         margin: 0 10px 0 10px;
    }

    /* events */
    .event-date {
        padding: 12px 20px 12px 20px;
    }

    .event-date p {
        font-size: 1.6em;
    }

    .event-info h3 {
        font-size: 1.4em;
    }

    /* mobile footer */
    #footer-wrapper {
        padding: 180px 0 0 0;
    }

    #footer-contact {
        margin: 0 0 105px 0;
    }

    #footer-contact .content {
        padding: 60px 40px 60px 40px;
    }

    #footer .footer-inner {
        padding: 45px 0 35px 0;
    }

    .footer-col {
        width: 100%;
        position: relative;
    }

    #footer h4 {
        margin: 0 0 10px 0;
        display: flex;
        justify-content: space-between;
        font-size: 1.1em;
        cursor: pointer;
    }

    #footer h4:after {
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        transition: .2s ease;
    }

    #footer h4.active-menu-heading:after {
        transform: rotate(-180deg);
    }

    /* footer menus become an accordions */
    .footer-col ul {
        display: none;
    }

    #footer-copyright .footer-inner {
        flex-direction: column;
        justify-content: space-around;
    }

    #footer-copyright .footer-inner p {
        margin: 0 0 20px 0;
    }

    #footer-copyright .footer-inner p:last-child {
        margin: 0;
    }

    /* resize footer background images */
    #footer-wrapper:before {
        bottom: -5%;
        left: -8%;
    }

    #footer-wrapper:after {
        top: 4%;
        right: -10%;
    }
}

@media only screen and (max-width: 768px) {
    #header {
        padding: 0 25px 0 25px;
    }

    #page-intro, .page-section {
        padding: 0 25px 0 25px;
    }

    #header .header-inner {
        padding: 12px 20px 12px 20px;
    }

    .branding {
        width: 120px;
        height: 27px;
    }

    .header-cta a {
        padding: 10px;
        font-size: 0.813em;
    }

    .menu-main-menu-container {
        padding: 130px 0 0 0;
    }

    .nav .menu li.menu-item-has-children a:after {
        margin: 0 25px 0 0;
    }

    .nav .menu, .nav .menu .sub-menu-wrap.level-1 {
        height: calc(100vh - 130px);
    }

    .nav .menu li a {
        padding: 25px 20px 25px 40px;
    }

    .nav .menu .sub-menu-wrap.level-1 .sub-menu:not(.sub-menu-wrap.level-2 .sub-menu) {
        min-width: auto;
        padding: 0 10px 0 40px;
    }

    .close-sub-menu {
        top: 70px;
    }

    .close-sub-menu.active {
        left: 40px;
    }

    .page-section.first-section .content {
        padding-top: 120px;
    }

    #footer-wrapper {
        padding: 120px 0 0 0;
    }

    #footer-contact {
        margin: 0 0 80px 0;
    }

    .footer-section {
        padding: 0 25px 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    /* content */
    .content {
        padding: 50px 0 50px 0;
        gap: 30px;
    }

    .angled-background .content {
        padding: 25px 0 100px 0;
    }

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

    .extra-bottom-padding .content {
        padding-bottom: 80px;
    }

    #page-intro .intro-content p, 
    #page-intro .intro-content h2, 
    #page-intro .intro-content h3 {
        font-size: 2.6em;
    }

    #page-intro .intro-content h1 {
        font-size: 1.3em;
    }

    .tax-program_category #page-intro .intro-content h1, .single-programs #page-intro .intro-content h1 {
        font-size: 2em;
    }

    .tax-program_category #page-intro .intro-content h1:before, .single-programs #page-intro .intro-content h1:before {
        width: 35px;
    }

    h1, h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.25em;
    }

    h4 {
        font-size: 1.2em;
    }

    p, ul, ol {
        font-size: 1em;
    }

    .grid.cols-5, .grid.cols-6 {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }

    .icon {
        width: 80px;
        height: 80px;
    }

    .styled-content-block h3 {
        font-size: 1.563em;
    }

    .styled-content-block h3:before {
        width: 30px;
        margin: 0 3px 0 0;
    }

    .styled-items .content-block.half-width {
        width: 75%;
    }

    .growth-plans .content-block.one-third-width h3 {
        font-size: 1.1em;
    }

    .growth-plans .content-block.one-third-width h3 strong {
        font-size: 1.4em;
    }

    .grid.team-grid .item p {
        font-size: 1em;
    }

    /* testimonials scroller */
    .testimonials-scroller ul {
        max-width: 100%;
    }

    .testimonials-scroller li {
        background-size: 280px;
    }

    .testimonials-scroller li .testimonial-thumbnail {
        width: 170px;
        height: 170px;
        margin: 11px auto 0 auto;
    }

    .testimonials-scroller li .testimonial-content p {
        font-size: 1.25rem;
    }

    .testimonials-scroller li .testimonial-content h3 {
        font-size: 1.375rem;
    }

    .testimonials-scroller li .testimonial-content .testimonial-role {
        font-size: 1.1rem;
    }

    /* events */
    .event-info {
        align-items: flex-start;
    }

    .event-date {
        padding: 10px 20px 10px 20px;
    }

    .event-date p {
        font-size: 1.4em;
    }

    .event-info h3 {
        font-size: 1.2em;
    }

    .form-fields {
        display: block;
    }

    .form-fields .col {
        width: 100%;
    }

    .form-fields .col:last-of-type {
        margin: 30px 0 30px 0;
    }

    textarea {
        min-height: 120px;
    }

    #google-map {
        height: 300px;
    }

    .full-width-map .content #google-map {
        height: 350px;
    }

    #footer-contact .content {
        padding: 40px 25px 40px 25px;
    }

    #footer .footer-inner {
        padding: 30px 0 20px 0;
    }

    .footer-logo {
        padding: 30px 12% 0 12%;
    }

    /* resize footer background images */
    #footer-wrapper:before, #footer-wrapper:after {
        width: 200px;
        height: 566px;
    }

    #footer-wrapper:before {
        bottom: -4%;
        left: -14%;
    }

    #footer-wrapper:after {
        top: 4%;
        right: -16%;
    }
}

@media only screen and (max-width: 480px) {
    /* display images aligned in-content at block level */
    .alignleft, .alignright {
        margin: 0;
        float: none;
        display: block;
    }
}

@media only screen and (max-width: 360px) {
    #header {
        padding: 0 20px 0 20px;
    }

    /* page intros */
    #page-intro .intro-content {
        margin: 0 auto 70px auto;
    }
}


/**
*** NDS
**/
body{
    font-family: "Roboto", sans-serif;
    font-size: 1.0625rem;
    line-height: 150%;
    letter-spacing: -0.34px;
}
#page-intro.has-background-video{
    position: relative;
    justify-content: flex-start;
    padding-top: 293px;
    min-height: calc(100vh - 23px);
    height: auto;
}
#page-intro.has-background-video::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#page-intro.has-background-video .intro-content{
    position: relative;
    z-index: 1;
}
.intro-background-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.intro-background-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials-scroller li{
    background-image: none;
}


#header{
    border-top: 10px solid #283996;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
#header .header-inner{
    border-radius: 0;
    border: none;
    max-width: 1190px;
    padding: 26px 35px 35px 35px;
}
.branding{
    width: 218px;
    height: 49px;
    margin: 0 75px 0 0;
    bottom: 0;
}
.nav{
    transform: translateY(8px);
}
.nav .menu li {
    margin: 0;
}
.nav .menu li a{
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    padding: 10px 13px;
    line-height: 150%;
}
.nav .menu li a:hover, .nav .menu li.current-menu-item a:not(.sub-menu a), .nav .menu li.current-page-ancestor a:not(.sub-menu a){
    background: transparent;
    color: #F7941E;
}
.nav .menu > li.menu-item-has-children > a{
    padding-right: 32px;
}
.nav .menu > li.menu-item-has-children > a > .arrow{
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
}
.nav .menu > li.menu-item-has-children > a > .arrow::after{
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999997 0L0 1L4.99998 6L10 1.00003L9.00001 2.1242e-05L4.99998 4.00002L0.999997 0Z' fill='%23F7941E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: 20px;
    transition: 0.2s ease-in-out all;
}
.nav .menu > li.menu-item-has-children > a:hover > .arrow::after{
    transform: rotate(180deg);
}
.header-cta{
    transform: translateY(5px);
}
.header-cta a {
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 150%;
    padding: 10px 26px;
}


h1, h2, h3, h4, h5, h6{
    font-family: "Archivo", sans-serif;
}
#page {
    margin-top: 0;
}
.cta-button a{
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 700 !important;
    line-height: 150%;
    padding: 10px 20px;
}
.page-section h2,
#footer-contact .content h2{
    color: #283996;
    font-family: "Archivo", sans-serif;
    font-size: 3.875rem;
    font-weight: 700;
    line-height: 132.258%;
    letter-spacing: -1.24px;
    text-transform: none;
}
.page-section h3{
    font-family: "Archivo", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.64px;
    line-height: 131.25%;
}
.page-section p{
    font-family: "Roboto", sans-serif;
    font-size: 1.0625rem;
    line-height: 150%;
    letter-spacing: -0.34px;
    margin-bottom: 0.62em;
}
.page-section.pale-grey-bg h2, .page-section.pale-grey-bg h3{
    color: #666;
}
.page-section.blue-bg h2, .page-section.blue-bg h3,
.page-section.orange-bg h2, .page-section.orange-bg h3{
    color: #fff;
}
.page-section.charcoal-bg h2, .page-section.charcoal-bg h3{
    color: #f7941d;
}


#page-intro.has-background{
    position: relative;
}
#page-intro.has-background::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#page-intro.has-background .intro-content{
    position: relative;
    z-index: 1;
}
#page-intro .intro-content{
    max-width: 1120px;
}
#page-intro .intro-content h1{
    font-size: 1.375rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 150%;
    text-shadow: none;
    margin-bottom: 22px;
}
#page-intro .intro-content p, #page-intro .intro-content h2, #page-intro .intro-content h3{
    font-family: "Archivo", sans-serif;
    text-transform: none;
    line-height: 113.889%;
    letter-spacing: -1.44px;
    font-weight: 700;
    text-shadow: none;
    max-width: 632px;
    font-size: 4.5rem;
}
#page-intro .intro-content .cta-button{
    margin-top: 46px;
}
.section-content-intro .content{
    gap: 0px;
    padding-bottom: 174px;
}
.section-content-intro h3{
    color: #283996;
    font-family: "Roboto", sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.44px;
    margin-bottom: 11px;
}
.section-content-intro .cta-button{
    margin-top: 49px;
}
.section-join h2{
    color: #fff;
}
.section-join .content{
    padding-top: 68px;
    gap: 0;
    max-width: 1120px;
    padding-bottom: 44px;
}
.section-pillars .content{
    padding-bottom: 164px;
}
.section-pillars h3{
    color: #fff;
}
.section-pillars .styled-item{
    width: 100%;
}
.section-pillars .styled-item .styled-item-content h3{
    text-transform: none;
}
.section-pillars .styled-item .styled-item-content {
    width: calc(100% - 170px);
}
.section-pillars.styled-items .content-block.half-width{
    margin-top: 64px;
}
.tax-program_category #page-intro .intro-content h1, .single-programs #page-intro .intro-content h1 {
    text-shadow: none;
}

.event{
    border: 3px solid #f7941e;
    border-radius: 15px;
    margin-bottom: 27px;
}
.event-content{
    padding: 25px 48px;
}
.event-info{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.event-meta{
    display: flex;
    align-items: center;
}
.event-date{
    padding: 0 22px 0 22px;
    border-radius: 100px;
    background: #D0D0D0;
    margin-right: 10px;
}
.event-date p{
    line-height: 188.235%;
    font-weight: 700;
}
.event-date span{
    margin: 0;
}
.event-location{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7034 9.18689C14.7034 6.70337 12.7034 4.70337 10.2198 4.70337C7.73633 4.70337 5.73633 6.70337 5.73633 9.18689C5.73633 11.6704 10.2198 16.3078 10.2198 16.3078C10.2198 16.3078 14.7034 11.6704 14.7034 9.18689ZM8.13193 9.09897C8.13193 7.95612 9.07699 7.01106 10.2198 7.01106C11.3627 7.01106 12.3078 7.93414 12.3078 9.09897C12.3078 10.2418 11.3847 11.1869 10.2198 11.1869C9.07699 11.1869 8.13193 10.2418 8.13193 9.09897Z' fill='%23F7941D'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    color: #F7941E;
    font-weight: 500;
    line-height: 188.235%;
    padding-left: 20px;
}
.page-section .event-info h3{
    color: #000;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: none;
    font-size: 1.5rem;
}
.event-description{
    margin: 10px 0 0;
}

.section-contact .content{
    max-width: 1120px;
    padding-bottom: 80px;
}
.section-contact .contact-details{
    display: flex;
    flex-direction: column;
    max-width: 476px;
    gap: 35px;
}
.section-contact .contact-photo{
    border-radius: 20px;
    overflow: hidden;
    height: 452px;
    position: relative;
}
.section-contact .contact-photo::after{
    content: '';
    width: 100%;
    height: 144px;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -2.11%, #000 100%);
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-contact .contact-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-contact .contact-name{
    color: #fff;
    line-height: 150%;
    position: absolute;
    bottom: 0;
    padding: 24px;
    z-index: 1;
}
.section-contact .contact-details hr{
    border-color: #D9D9D9;
}
.section-contact .contact-info .h3{
    color: #EF7F0A;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
}
.section-contact .contact-info .contact-block{
    display: flex;
    column-gap: 12px;
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 140%;
}
.section-contact .contact-info .label{
    width: 102px;
}
.section-contact .contact-info .value{
    flex: 1;
}
.section-contact .contact-info .value a{
    text-decoration: none;
}
.section-contact .form-wrapper{
    border-radius: 25px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 137px 38px 0px rgba(199, 199, 199, 0.00), 0px 88px 35px 0px rgba(199, 199, 199, 0.01), 0px 49px 30px 0px rgba(199, 199, 199, 0.05), 0px 22px 22px 0px rgba(199, 199, 199, 0.09), 0px 5px 12px 0px rgba(199, 199, 199, 0.10);
    padding: 26px 36px 20px;
}
.section-contact .form-wrapper h2{
    line-height: 150%;
    margin-bottom: 10px;
}
.section-contact .form-wrapper .form-content{
    margin-bottom: 40px;
}
.wpcf7 .fieldset{
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
}
.wpcf7 .field{
    width: 100%;
}
.wpcf7 .field p{
    margin-bottom: 0;
}
.wpcf7 label{
    color: #172243;
    font-size: 17px;
    font-weight: 600;
    line-height: 164.706%;
    margin-left: 0;
    margin-bottom: 10px;
}
.wpcf7 label span{
    color: #F7941D;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 textarea{
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #F7941E;
    background: #FFF;
    line-height: 120%;
}
.wpcf7 textarea{
    min-height: 132px;
    height: 132px;
}
.wpcf7 input[type="text"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 input[type="password"]::placeholder, .wpcf7 input[type="tel"]::placeholder, .wpcf7 textarea::placeholder{
    color: #9C9C9C;
}
.wpcf7 input[type="submit"]{
    background-color: #EF7F0A;
}
.wpcf7-spinner{
    transform: translateY(8px);
}
.wpcf7-not-valid-tip{
    font-size: 12px;
}
.wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    border-radius: 8px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    background-color: #ffecb8;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: #cbffcf;
}
.section-contact .wpcf7 .fieldset{
    flex-direction: column;
}
.section-contact .wpcf7 .field:not(:last-child){
    margin-bottom: 20px;
}

#footer-wrapper{
    background: #F2F2F2;
    padding: 80px 0;
}
#footer-wrapper:before{
    bottom: -20%;
    left: 2.5%;
    width: 266px;
    background-size: contain;
}
#footer-wrapper:after{
    background-image: url('images/hubb-footer-bg-2.png');
    background-size: contain;
    width: 266px;
    height: 500px;
    top: auto;
    bottom: 28.4%;
    right: 2.5%;
}
#footer-contact .content{
    background: transparent;
    padding: 0;
    gap: 40px;
    max-width: 1120px;
}
#footer-contact .content-block:first-of-type{
    max-width: 382px;
}
#footer-contact .content-block:last-of-type{
    flex: 1;
}
#footer-contact .contact-details{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
#footer-contact .contact-photo{
    border-radius: 20px;
    overflow: hidden;
    height: 363px;
    position: relative;
}
#footer-contact .contact-photo::after{
    content: '';
    width: 100%;
    height: 115px;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -2.11%, #000 100%);
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    left: 0;
}
#footer-contact .contact-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#footer-contact .contact-name{
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    position: absolute;
    bottom: 0;
    padding: 24px;
    z-index: 1;
}
#footer-contact .contact-block{
    display: flex;
    column-gap: 10px;
}
#footer-contact .footer-logo{
    padding: 0;
    text-align: left;
}
#footer-contact .footer-logo img{
    width: 285px;
}
#footer-contact .form-wrapper{
    border-radius: 25px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 137px 38px 0px rgba(199, 199, 199, 0.00), 0px 88px 35px 0px rgba(199, 199, 199, 0.01), 0px 49px 30px 0px rgba(199, 199, 199, 0.05), 0px 22px 22px 0px rgba(199, 199, 199, 0.09), 0px 5px 12px 0px rgba(199, 199, 199, 0.10);
    padding: 26px;
    display: flex;
    flex-direction: column;
}
#footer-contact .form-wrapper h2{
    line-height: 150%;
    margin-bottom: 10px;
}
#footer-contact .form-wrapper .form-content{
    color: #222;
    max-width: 462px;
    font-size: 17px;
}
#footer-wrapper{
    padding-bottom: 0;
}
.footer-block-menu-2{
    margin-top: 36px !important;
}
#footer.footer-section-2024{
    background-color: #E2E2E2;
    color: #767377;
    font-size: 15px;
    line-height: 1.067em;
    letter-spacing: 0;
    font-family: 'Roboto';
}
#footer.footer-section-2024 .footer-inner{
    max-width: 1230px;
    padding-top: 0;
    padding-bottom: 0;
}
.footer-section-2024 .footer-left{
    display: flex;
    flex-wrap: wrap;
    column-gap: 13%;
    width: 68%;
    padding-right: 9%;
    padding-top: 60px;
    padding-bottom: 65px;
}
.footer-section-2024 .footer-left .footer-blocks-3{
    padding-left: 2%;
}
#footer.footer-section-2024 h4{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 17px;
    line-height: 1em;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.footer-section-2024 ul{
    list-style-type: none;
}
#footer.footer-section-2024 ul li{
    margin-bottom: 4px;
}
#footer.footer-section-2024 ul li a{
    font-size: 15px;
    color: #767377;
}
.footer-section-2024 .footer-left .footer-blocks-4{
    width: 100%;
    border-top: 1px solid #BEBEBE;
    margin-top: 30px;
    padding-top: 47px;
}
.footer-section-2024 .footer-left .footer-blocks-4 .footer-block:first-of-type{
    margin-bottom: 26px;
}
.footer-section-2024 .info-icon-text{
    display: flex;
    column-gap: 13px;
}
.footer-section-2024 .info-icon-text .wp-block-media-text__media{
    transform: translateY(2px);
    width: 16px;
}
.footer-section-2024 .info-icon-text .wp-block-media-text__content{
    flex: 1;
}
.footer-section-2024 .row-icons{
    display: flex;
    column-gap: 11%;
}
#footer.footer-section-2024 a[href^="mailto:"], #footer.footer-section-2024 a[href^="tel:"]{
    text-decoration: none;
}
.footer-section-2024 .footer-right{
    background-color: #283A97;
    height: auto;
    width: 32%;
    color: #fff;
    text-align: center;
    padding: 60px 50px;
}
.footer-section-2024 .footer-logo{
    padding: 0;
    margin-bottom: 17px;
}
.footer-section-2024 .footer-logo img{
    width: 128px;
}
#footer.footer-section-2024 .footer-right p{
    color: #fff;
    line-height: 1.067em;
}
#footer.footer-section-2024 .footer-right .cta-button{
    margin-top: 20px;
}
#footer.footer-section-2024 .footer-right .cta-button a{
    font-size: 18px;
    min-width: 140px;
}
#footer.footer-section-2024 .footer-right hr{
    width: 18px;
    margin: 20px auto;
}
#footer.footer-section-2024 .footer-right h4{
    color: #fff;
}
@media (min-width: 1081px) and (max-width: 1199px){
    #header .header-inner{
        padding-left: 0;
        padding-right: 0
    }
    .branding{
        margin: 0 30px 0 0;
    }
}
@media (max-width: 1440px){
    #footer-wrapper:before,
    #footer-wrapper:after{
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 1365px){
    #footer.footer-section-2024 .footer-inner{
        padding: 0;
    }
    .footer-section-2024 .footer-left{
        column-gap: 10%;
        padding-right: 5%;
    }
    .footer-section-2024 .footer-left .footer-blocks-3 {
        padding-left: 0;
    }
    .footer-section-2024 .row-icons{
        column-gap: 8%;
    }
}
@media (max-width: 1080px){
    body{
        font-size: 14px;
        letter-spacing: -0.28px;
    }
    #header{
        padding: 0 20px;
    }
    #header .header-inner{
        padding: 16px 0;
        justify-content: space-between;
    }
    .branding{
        width: 119px;
        height: 27px;
    }
    .header-cta{
        display: flex;
        padding: 0 13px;
    }
    .nav {
        transform: translateY(2px);
    }
    .menu-icon{
        height: 18px;
    }
    .menu-icon:after{
        color: #F7941D;
    }
    .menu-main-menu-container::before{
        content: '';
        height: 4px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
        width: 100%;
        top: -4px;
        left: 0;
        position: absolute;
        background-color: #fff;
    }
    .menu-main-menu-container{
        left: calc(100% + 20px);
        width: 100vw;
        background: #fff;
        top: 35px;
        padding-top: 26px;
    }
    .nav-open .menu-main-menu-container {
        left: calc(-100vw - -50px);
    }
    .nav .menu{
        border: none
    }
    .nav .menu li{
        border: none
    }
    .nav .menu li a{
        color: #222;
        display: inline-block;
        width: auto;
        position: relative;
    }
    .nav .menu li.menu-item-has-children a:after{
        display: none;
    }
    .nav .menu > li.menu-item-has-children > a > .arrow{
        width: 20px;
        text-align: right;
        right: 15px;
    }
    .nav .menu .sub-menu-wrap.level-1{
        max-height: 0 !important;
        position: relative;
        background-color: transparent;
        transition: all .3s ease;
    }
    .nav .menu .sub-menu-wrap.level-1.active-sub-menu{
        max-height: 9999px !important;
        height: auto !important;
    }
    .nav .menu .sub-menu{
        background: transparent;
        border: none !important;
    }
    .nav .menu .sub-menu-wrap.level-1 .sub-menu li a{
        border-bottom: none;
        padding: 10px 0;
        font-size: 1.125rem;
    }
    .nav .menu{
        height: auto !important;
    }

    .cta-button a{
        font-size: 14px;
    }
    .page-section h2,
    #footer-contact .content h2{
        font-size: 28px;
        letter-spacing: -0.56px;
    }
    .page-section h3{
        font-size: 22px;
        letter-spacing: -0.44px;
    }
    .page-section p{
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    #page-intro.has-background-video{
        padding-top: 197px;
        min-height: auto;
        padding-bottom: 60px;
    }
    #page-intro .intro-content h1{
        font-size: 12px;
        margin-bottom: 11px;
    }
    #page-intro .intro-content p, #page-intro .intro-content h2, #page-intro .intro-content h3{
        font-size: 32px;
        line-height: 118.75%;
        letter-spacing: -0.64px;
    }
    #page-intro .intro-content .cta-button {
        margin-top: 10px;
    }

    .section-content-intro .content{
        padding-top: 53px;
        padding-bottom: 105px;
    }
    .section-content-intro h3{
        font-size: 16px;
        letter-spacing: -0.32px;
    }
    .section-content-intro .content-block{
        margin-top: 32px;
    }
    .section-content-intro .cta-button {
        margin-top: 10px;
    }

    .section-join.angled-background:before{
        transform: rotate(-5deg);
    }
    .section-join .page-section-heading{
        margin-bottom: 32px;
    }
    .section-join .content{
        padding-bottom: 30px;
    }
    .section-pillars .content {
        padding-bottom: 78px;
    }
    .section-pillars.styled-items .content-block.half-width {
        margin-top: 20px;
    }
    .section-pillars .content-block > h3{
        margin-bottom: 0
    }
}
@media (max-width: 1024px){
    .section-pillars.styled-items .content-block.half-width.right{
        margin-top: -20px;
    }
    .section-pillars .styled-item .styled-item-content {
        width: 100%;
        margin-bottom: 60px;
    }
    .section-pillars .styled-item .icon{
        margin-bottom: 30px;
        width: 96px;
        height: 96px
    }
    .section-pillars .styled-item .styled-item-content h3{
        margin-bottom: 15px;
    }
    .event-content {
        padding: 25px 20px;
    }
    
    .section-contact .content,
    #footer-contact .content{
        flex-direction: column-reverse;
    }

    #footer.footer-section-2024 .footer-inner{
        flex-direction: column;
    }
    .footer-section-2024 .footer-left{
        width: 100%;
        column-gap: 0;
        flex-direction: column;
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    #footer.footer-section-2024 h4{
        font-size: 15px;
        margin-bottom: 20px;
    }
    #footer.footer-section-2024 h4:after{
        opacity: 0;
    }
    #footer.footer-section-2024 .footer-right h4{
        display: block;
    }
    .footer-block-menu-2 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .footer-section-2024 .footer-blocks-3 ul{
        column-count: 2;
        max-width: 300px;
    }
    .footer-section-2024 .footer-left .footer-blocks-4{
        margin-top: 18px;
        padding-top: 40px;
    }
    .footer-section-2024 .row-icons {
        column-gap: 8%;
        flex-direction: column;
    }
    .footer-section-2024 .footer-left .footer-blocks-4 .footer-block:first-of-type {
        margin-bottom: 20px;
    }
    .footer-section-2024 .info-icon-text{
        margin-bottom: 20px;
    }
    .footer-section-2024 .footer-right{
        width: calc(100% + 50px);
        margin: 0 -25px;
    }
}
@media (max-width: 767px){
    .section-contact .contact-photo,
    #footer-contact .contact-photo{
        height: 332px;
    }
    .section-contact .contact-photo::after,
    #footer-contact .contact-photo::after{
        height: 105px;
    }
    .section-contact .form-wrapper{
        padding: 20px 25px;
    }
    .section-contact .form-wrapper .form-content {
        margin-bottom: 20px;
    }
    .wpcf7 label{
        font-size: 14px;
    }
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 textarea {
        padding: 13px 20px;
    }
    .wpcf7 .fieldset{
        flex-direction: column;
        row-gap: 20px;
    }
    #footer-contact .footer-logo img{
        max-width: 151px;
    }
}