@charset "UTF-8";
/*@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');*/
@import url('owl.carousel.min.css');
@import url('formalize.css');

/* Typography */
@font-face {
    font-family: 'gotham-medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham-book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham-black';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.ttf') format('truetype'),
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham-bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham-thin';
    src: url('../fonts/Gotham-Thin.eot');
    src: url('../fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Thin.woff') format('woff'),
        url('../fonts/Gotham-Thin.ttf') format('truetype'),
        url('../fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mrs-eaves-italic';
    src: url('../fonts/MrsEavesOT-Italic.eot');
    src: url('../fonts/MrsEavesOT-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MrsEavesOT-Italic.woff2') format('woff2'),
        url('../fonts/MrsEavesOT-Italic.woff') format('woff'),
        url('../fonts/MrsEavesOT-Italic.ttf') format('truetype'),
        url('../fonts/MrsEavesOT-Italic.svg#MrsEavesOT-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    font-family: 'gotham-book', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
}
h1 {
    margin-bottom: 20px;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    font-size: 35px;
    line-height: 45px;
    color: #205971;
}
h2 {
    margin-bottom: 20px;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #205971;
}
h3 {
    margin-bottom: 20px;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
}
h4 {
    margin-bottom: 10px;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}
p {
    margin: 0 0 30px 0;
    padding: 0;
}
p.small {
    font-size: 85%;
}
img {
    border: 0;
    vertical-align: bottom;
}
img[align="left"] {
    margin: 0 25px 15px 0;
}
img[align="right"] {
    margin: 0 0 15px 25px;
}
a {
    /*color: #2bb673;*/
    color: #138352;
    text-decoration: none;
    outline-style: none;
    transition: all .2s ease-in-out;
}
a:hover {
    /*color: #5fafe1;*/
    /*color: #188a57;*/
    /*color: #2bb673;*/
    color: #205971;
    outline-style: none;
}
b, strong {
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
}
.container {
    margin: 0 auto;
    width: 1300px;
    height: 100%;
    position: relative;
    transition: all .2s ease-in-out;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.image.left {
    margin: 0 4% 4% 0;
    max-width: 50%;
    float: left;
}
.image.right {
    margin: 0 0 4% 4%;
    max-width: 50%;
    float: right;
}
.image img {
    width: 100%;
    height: auto;
}
.centered {
    text-align: center;
}
.hidden {
    display: none;
}
/* HEADER */
header {
    width: 100%;
    height: auto;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .325s ease-in-out;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
}
header.small {
    background-color: #fff !important;
    box-shadow: 0 0 3px rgba(0,0,0,.15) !important;
}
/*header.switch.down {
    top:  -149px;
}*/
.logo-main {
    margin: 0;
    margin-top: clamp(26px, 2vw, 36px);
    margin-bottom: clamp(5px, .5vw, 9px);
    padding: 0;
    width: clamp(165px, 18.25vw, 328.5px);
    position: relative;
    left: 0 !important;
    transition: all .001s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.logo-main img {
    width: 100%;
    height: auto;
}
header a.menu {
    display: none;
}
header nav {
    transition: all .001s ease-in-out;
}
header nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .001s ease-in-out;
    opacity: 1;
    visibility: visible;
}
header nav > ul.main-nav, header nav > ul.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'gotham-medium', sans-serif;
    font-size: 0;
    text-align: center;
    transition: all .2s ease-in-out;
}
header nav > ul.main-nav {
    display: flex;
    justify-content: space-between;
    opacity: 1;
    visibility: visible;
    transition: all .001s ease-in-out;
}
header.switch.down nav .container, header.switch.down nav .container .logo-main, header.switch.down nav .container .top-nav {
    height: 0;
    opacity: 0;
    visibility: hidden;
}
header.switch.down nav > ul.main-nav {
    width:  100%;
    position: sticky;
    top: 0;
    transition: all .001s ease-in-out;
}
header nav > ul.main-nav > li {
    margin: 0;
    padding: 0;
    font-size: clamp(14px, 1.5vw, 28px);
    line-height: clamp(14px, 1.5vw, 28px);
    font-weight: normal;
    letter-spacing: 0;
    display:  inline-block;
    position: relative;
}
header nav > ul.main-nav > li > div.trigger {
    width: 100%;
    height: 100%;
    content: '';
    background: transparent;
    display: block;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}
header nav > ul.main-nav > li > a {
    padding: 1.25rem .675rem;
    height: 100%;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
}
header nav > ul.main-nav > li:hover > a, header nav > ul.main-nav > li.active > a {
    color: #205971;
}
header nav > ul.main-nav > li.has-submenu > a:after {
    margin-left: .325rem;
    width: clamp(16px, 1.75vw, 31.5px);
    height: clamp(14px, 1.5vw, 28px);
    content: "\e000";
    font-family: 'Font Awesome Kit';
    font-size: clamp(8px, .75vw, 15px);
    line-height: clamp(14px, 1.5vw, 28px);
    font-weight: 400;
    text-align: center;
    color: #6ca6cd;
    display: block;
    position: unset;
    top: unset;
}
header nav > ul.main-nav > li.has-submenu:hover > a:after {
    content: "\e001";
    color: #2bb673;
    position: unset;
    top: unset;
}
header nav > ul.main-nav > li.has-submenu .submenu-wrapper li.has-submenu > a:after {
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    font-size: .75rem;
    font-weight: 400;
    text-align: center;
    color: #2bb673;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .375rem;
    transition: all .2s ease-in-out;
}
header nav > ul.main-nav > li.has-submenu .submenu-wrapper li.has-submenu:hover > a:after {
    color: rgba(255,255,255,.5);
}
header nav > ul.main-nav li .submenu-wrapper {
    padding: .5rem .375rem .375rem;
    width: 14rem;
    background: rgba(245,245,245,.98);
    font-family: 'gotham-book', sans-serif;
    font-size: .825rem;
    line-height: 1rem;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
header nav > ul.main-nav > li:nth-last-child(2) .submenu-wrapper, header nav > ul.main-nav > li:nth-last-child(3) .submenu-wrapper, header nav > ul.main-nav > li:nth-last-child(4) .submenu-wrapper {
    left: unset;
    right: 0;
    top: 100%;
}
header nav > ul.main-nav li .submenu-wrapper li .submenu-wrapper {
    background: rgba(233,233,233,.98);
    left: calc(100% + .375rem);
    top: 0;
}
header nav > ul.main-nav > li:nth-last-child(2) .submenu-wrapper li .submenu-wrapper, header nav > ul.main-nav > li:nth-last-child(3) .submenu-wrapper li .submenu-wrapper, header nav > ul.main-nav > li:nth-last-child(4) .submenu-wrapper li .submenu-wrapper {
    left: unset;
    right: calc(100% + .375rem);
}
header nav > ul.main-nav li .submenu-wrapper:before {
    width: 100%;
    height: 2px;
    content: '';
    background: rgb(94,175,225);
    background: -moz-linear-gradient(45deg, rgba(94,175,225,1) 0%, rgba(51,181,137,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(94,175,225,1) 0%, rgba(51,181,137,1) 100%);
    background: linear-gradient(45deg, rgba(94,175,225,1) 0%, rgba(51,181,137,1) 100%);
    display:  block;
    position: absolute;
    left: 0;
    top: 0;
}
header nav > ul.main-nav > li.has-submenu:hover > .submenu-wrapper, header nav > ul.main-nav > li.has-submenu:hover > .submenu-wrapper li.has-submenu:hover > .submenu-wrapper {
    opacity: 1;
    visibility: visible;
}
header nav > ul.main-nav > li.has-submenu:hover > .submenu-wrapper li.has-submenu:hover > .submenu-wrapper li.has-submenu:hover > .submenu-wrapper, header nav ul.main-nav li.has-submenu .submenu-wrapper li.has-submenu .submenu-wrapper a:after {
    display: none;
}
header nav > ul.main-nav li .submenu-wrapper ul.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}
header nav > ul.main-nav li .submenu-wrapper ul.submenu li {
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
header nav > ul.main-nav li .submenu-wrapper ul.submenu li a {;
    padding: .5rem 1.5rem .5rem.375rem;
    font-family: 'gotham-book', sans-serif;
    font-size: .75rem;
    line-height: .875rem;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 10;
}
header nav > ul.main-nav li > .submenu-wrapper > ul.submenu > li:hover > a {;
    color: #fff;
}
header nav > ul.main-nav li .submenu-wrapper ul.submenu li:before {
    width: 100%;
    height: 1px;
    content: '';
    background: rgba(0,0,0,.05);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s ease-in-out;
    z-index: 0;
}
header nav > ul.main-nav li .submenu-wrapper ul.submenu li:hover:before {
    /*width: calc(100% + .75rem);*/
    height: 100%;
    background: #205971;
}
/*header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li > a:hover {
    background: #0b3d50;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li > a:after {
    margin-right: -2px;
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 10px;
}*/
header nav ul.top-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'gotham-medium', sans-serif;
    font-size: 0;
    text-align: center;
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: space-between;
    gap: 1.375rem;
}
header nav ul.top-nav li {
    margin: 0;
    padding: 0;
    font-size: clamp(14px, 1.25vw, 22.5px);
    line-height: clamp(14px, 1.25vw, 22.5px);
    font-weight: normal;
    letter-spacing: 0;
    display:  inline-block;
    position: relative;
}
header nav ul.top-nav li a {
    padding: .425rem .675rem;
    height: 100%;
    text-transform: uppercase;
    color: #000;
    border: .1675rem solid #6ca6cd;
    border: clamp(1.5px, .1675vw, 3px) solid #6ca6cd;
    display: flex;
    align-items: center;
}
header nav ul.top-nav li a:hover {
    border-color: #2bb673;
}
header nav ul.top-nav li:last-of-type a {
    color: #fff;
    border: clamp(1.5px, .1675vw, 3px) solid #6ca6cd;
    background-color: #6ca6cd;
}
header nav ul.top-nav li:last-of-type a:hover {
    color: #fff;
    border-color: #2bb673;
    background-color: #2bb673;
}
header nav > ul.main-nav > li div.search-form a.button:after, header nav > ul.top-nav > li a.button:after {
    display: none;
}
header nav > ul.main-nav > li.search {
    position:  unset;
}
header nav > ul.top-nav > li a.search {
    padding: 7px 8px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    /*line-height: 0;*/
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    background: #2bb673;
}
header nav > ul.top-nav > li a.search:hover {
    background: #188a57;
}
header nav > ul.main-nav > li div.search-form {
    width: 100%;
    max-width: 900px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
header nav > ul.main-nav > li div.search-form:before {
    width: 100vw;
    height:  100%;
    content:  '';
    background: rgba(255,255,255,.95);
    display:  block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
header nav > ul.main-nav > li div.search-form.open{
  visibility: visible;
  opacity: 1;
}
header nav > ul.top-nav > li div.search-form label h3 {
    display: none;
}
header nav > ul.top-nav > li div.search-form input {
    margin: 0;
    padding: 6px 35px 6px 10px;
    width: 100%;
    height: 30px;
    font-family: 'gotham-book', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    background: #ebebeb;
    border: none;
}
header nav > ul.top-nav > li div.search-form a.button {
    margin: 0;
    padding: 7px 8px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    background: #2bb673;
    position: absolute;
    top: 0;
    right: 0;
}
header nav > ul.top-nav > li div.search-form a.button:hover {
    background: #188a57;
}
/* For search results */
.ui-widget.ui-widget-content.ui-autocomplete {
    width: 900px;
    position: fixed;
    cursor: default;
    z-index: 999 !important;
    border: 1px solid #ebebeb;
    border-top: none;
    font-family: 'gotham-book', sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item {
    border: none;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    padding: 6px 10px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #ebebeb;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
    border: none;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
    background: #f7f7f7;
}
/*.ui-widget.ui-widget-content.ui-autocomplete.ui-menu .ui-menu-item-wrapper {
    padding: 5px 10px !important;
    border: none;
}*/
header nav > ul.main-nav > li a.search {
    padding: 3px 8px;
    font-size: clamp(14px, 1.334vw, 24px);
    line-height: clamp(14px, 1.334vw, 24px);
    color: #000;
    text-align: center;
    letter-spacing: 0;
    background: transparent;
}
/*header nav > ul.main-nav > li.search.open a.search {
    padding: 4px 8px;
}*/
header nav > ul.main-nav > li.search.open a.search .fa-search:before {
    padding:  .1rem;
    font-size: 1.125rem;
    line-height: 0;
    content: "\f00d";
    font-weight: 400;
    color: #ed1c24;
    top: .125rem;
    position: relative;
}
header nav > ul.main-nav > li a.search:hover {
    color: rgba(0,0,0,.5);
    background: transparent;
}
header nav > ul.main-nav > li div.search-form {
    max-width: unset;
}
header nav > ul.main-nav > li div.search-form label h3 {
    display: none;
}
header nav > ul.main-nav > li div.search-form input {
    margin: .5rem 0;
    padding: 0 3rem 0 .675rem;
    width: 100%;
    height: 2.5rem;
    font-family: 'gotham-book', sans-serif;
    font-size: 1rem;
    line-height: 2.5rem;
    color: #000;
    font-weight: normal;
    background: #d2d2d2;
    border: none;
    border-radius: 50rem;
}
header nav > ul.main-nav > li div.search-form a.button {
    margin: .5rem 0;
    padding: 0;
    width:  2.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    background: rgb(94,175,225);
    background: -moz-linear-gradient(45deg, rgba(94,175,225,1) 0%, rgba(51,181,137,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(94,175,225,1) 0%, rgba(51,181,137,1) 100%);
    background: linear-gradient(45deg, rgba(94,175,225,1) 0%, rgba(51,181,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5eafe1', endColorstr='#33b589', GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50rem;
    transition: all .2s ease-in-out;
}
header nav > ul.main-nav > li div.search-form a.button:hover {
    background: -moz-linear-gradient(45deg, rgba(51,181,137,1) 0%, rgba(51,181,137,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(51,181,137,1) 0%, rgba(51,181,137,1) 100%);
    background: linear-gradient(45deg, rgba(51,181,137,1) 0%, rgba(51,181,137,1) 100%);
}
header.new nav > ul.top-nav > li a.search {
    padding: 7px 8px;
    font-size: 18px;
    line-height: 0;
    color: #000;
    text-align: center;
    letter-spacing: 0;
    background: transparent;
}
header nav > ul.main-nav > li.search.open a.search .fa-search:before, header nav > ul.main-nav > li.search.open a.search .fa-search:before {
    padding:  .1rem;
    font-size: 1.125rem;
    line-height: 0;
    content: "\f00d";
    font-weight: 400;
    color: #ed1c24;
    top: .125rem;
    position: relative;
}
header nav > ul.main-nav > li a.search:hover {
    color: rgba(0,0,0,.5);
    background: transparent;
}
header.new nav > ul.top-nav > li div.search-form label h3 {
    display: none;
}
header.new nav > ul.top-nav > li div.search-form input {
    margin: 0;
    padding: 7px 35px 7px 10px;
    width: 100%;
    height: 32px;
    font-family: 'gotham-book', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    background: #ebebeb;
    border: none;
    border-radius: 32px;
}
header.new nav > ul.top-nav > li div.search-form a.button {
    margin: 0;
    padding: 7px 8px;
    font-size: 18px;
    line-height: 0;
    color: #000;
    text-align: center;
    letter-spacing: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
}
header.new nav > ul.top-nav > li div.search-form a.button:hover {
    color: rgba(0,0,0,.5);
    background: transparent;
}
header nav > ul.main-nav > li div.search-form input::-webkit-input-placeholder, header nav > ul.main-nav > li div.search-form textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.25);
}
header nav > ul.main-nav > li div.search-form input::-moz-placeholder, header nav > ul.main-nav > li div.search-form textarea::-moz-placeholder {
    color: rgba(0,0,0,.25);
}
header nav > ul.main-nav > li div.search-form input:-moz-placeholder, header nav > ul.main-nav > li div.search-form textarea:-moz-placeholder {
    color: rgba(0,0,0,.25);
}
header nav > ul.main-nav > li div.search-form input.placeholder_text, header nav > ul.main-nav > li div.search-form textarea.placeholder_text, header nav > ul.main-nav > li div.search-form input:placeholder {
    color: rgba(0,0,0,.25);
}
header nav > ul.main-nav > li div.search-form input:focus::-webkit-input-placeholder, header nav > ul.main-nav > li div.search-form textarea:focus::-webkit-input-placeholder {
    color: rgba(0,0,0,.125) !important;
}
header nav > ul.main-nav > li div.search-form input:focus::-moz-placeholder, header nav > ul.main-nav > li div.search-form textarea:focus::-moz-placeholder {
    color: rgba(0,0,0,.125);
}
header nav > ul.main-nav > li div.search-form input:focus:-moz-placeholder, header nav > ul.main-nav > li div.search-form textarea:focus:-moz-placeholder {
    color: rgba(0,0,0,.125);
}
header nav > ul.main-nav > li div.search-form input:focus.placeholder_text, textarea:focus.placeholder_text, header nav > ul.main-nav > li div.search-form input:focus:placeholder {
    color: rgba(0,0,0,.125);
}
body.home header {
    background-color: transparent;
    box-shadow: none;
}
body.home header .logo-main {
    background: url(../images/logo-main-2024-rev.svg) center center no-repeat;
    background-size: cover;
}
body.home header:not(.small, .open) .logo-main img {
    opacity: 0
}
body.home header:not(.small, .open) nav > ul.main-nav > li > a {
    color: #fff;
}
body.home header:not(.small, .open) nav > ul.main-nav > li > a:hover {
    color: rgba(255,255,255,.75);
}
body.home header:not(.small, .open) nav ul.top-nav li a {
    color: #fff;
}
body.home header:not(.small, .open) nav > ul.main-nav > li div.search-form:before {
    background: rgba(255,255,255,0);
}
/* FOOTER */
footer {
    margin-top: auto;
    padding: 2rem 0 0;
    width: 100%;
    background: #205971;
    font-size: 18px;
    line-height: 32px;
    font-size: clamp(16px, 1vw, 18px);
    line-height: clamp(24px, 1.75vw, 32px);
    color: #fff;
}
footer > .container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    column-gap: 2rem;
}
footer .col-md-4 {
    width: 28%;
}
footer .col-md-5 {
    width: 47%;
}
.logo-footer {
    margin: 0;
    padding: 0;
    width: clamp(165px, 18.25vw, 328.5px);
    position: relative;
    transition: all .2s ease-in-out;
}
.logo-footer img {
    width: 100%;
    height: auto;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: rgba(255,255,255,.5);
    /*color: #a9b8c1;*/
}
footer h3 {
      margin-bottom: 3%;
      font-family: 'gotham-bold', sans-serif;
      font-size: 2rem;
      line-height: 2rem;
      font-size: clamp(24px, 2vw, 36px);
      line-height: clamp(24px, 2vw, 36px);
      font-weight: normal;
      text-transform: uppercase;
      color: #fff;
}
footer p {
    margin-bottom: 20px;
}
footer p:last-child {
    margin-bottom: 0;
}
footer a.address, footer a.phone, footer a.email, footer span.email a, footer a.boards {
    line-height: 24px;
}
footer a.address:before, footer a.phone:before, footer a.email:before, footer span.email a:before, footer a.boards:before {
    margin-right: .5rem;
    width: 14px;
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
}
footer a.address:before {
    content: "\f3c5";
}
footer a.phone:before {
    content: "\f095";
}
footer a.email:before, footer span.email a:before {
    content: "\f0e0";
    font-size: 12px;
}
footer [class*="gbb-seal-"] {
  width: clamp(100px, 11.125vw, 200px) !important;
}
footer a.boards:before {
    content: "\f05a";
}
footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}
footer ul.social li {
    margin: 0;
    padding: 0;
}
footer ul.social li a .fab {
    margin: 0;
    width: clamp(30px, 2.5vw, 45px);
    height: clamp(30px, 2.5vw, 45px);
    font-size: clamp(30px, 2.5vw, 45px);
    line-height: clamp(30px, 2.5vw, 45px);
    color: #fff;
    font-weight: 400;
    text-align: center;
    background: none;
    border-radius: unset;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s ease-in-out;
}
footer ul.social li a:hover .fab {
    color: rgba(255,255,255,.5);
}
footer .copyright {
    margin-top: 2rem;
    padding: 2rem 0;
    font-size: clamp(16px, 1vw, 18px);
    line-height: clamp(26px, 1.55vw, 28px);
    text-align: center;
    color: rgba(255,255,255,.75);
    background: rgba(0,0,0,.25);
}

footer .copyright a {
    /*color: #7d929d;*/
    color: rgba(255,255,255,.6);
    text-decoration: underline;
}
footer .copyright a:hover {
    color: #a9b8c1;
    text-decoration: none;
}
footer .copyright span {
    margin-bottom: 0;
    font-size: unset;
    text-transform: unset;
    display: inline-block;
}
footer .copyright span a {
    margin: 0;
    color: rgba(255,255,255,.6);
    text-decoration: underline;
    text-transform: none;
}
/* CONTENT */
body.lock {
    overflow: hidden !important;
    /*position: fixed;*/
}
a.button, button, button.btn {
    margin: 0;
    padding: 14px 20px;
    font-family: 'gotham-bold', sans-serif;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /*background: #5fafe1;*/
    background: #205971;
    display: inline-block;
    position: relative;
    border: none;
}
button, button.btn {
    transition: all .2s ease-in-out;
    cursor: pointer;
    outline: none;
}
a.button:hover, button:hover, button.btn:hover {
    color: #fff;
    /*background: #4784ab;*/
    background: #0b3d50;
}
a.button:after {
    margin-left: 10px;
    margin-right: -2px;
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    position: relative;
}
a.button.back:before {
    margin-right: 10px;
    margin-left: -2px;
    content: "\f053";
    font-family: 'Font Awesome 6 Pro';
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    position: relative;
}
a.button.back:after {
    display: none;
}
section {
    padding: 70px 0;
    position: relative;
}
section:first-of-type {
    margin-top: clamp(144px, 12.5vw, 225px);
}
body.home .home-new {
    font-size: clamp(16px, 1.325vw, 23.85px);
    line-height: clamp(20px, 1.75vw, 31.5px);
}
body.home .home-new strong {
    font-family: 'gotham-black';
}
body.home .home-new em:not([class*="fa-"]) {
    font-family: 'mrs-eaves-italic';
    letter-spacing: -.05rem;
}
body.home .home-new em .numbers {
    letter-spacing: -.2rem;
}
body.home .container, header .container, header nav .container, footer .container {
    width: 1600px !important;
}
.home-new section:not(.content,.home).hero {
    padding: 5rem 0;
}
.home-new section:not(.content,.home).hero h1 {
    font-family: 'gotham-black', sans-serif;
    font-size: 3.5rem;
    line-height: 3.75rem;
    letter-spacing: -.025em;
}
section.hero-home {
    margin: 0 auto;
    padding: 0 !important;
    background: #1a3754 url(../images/bg-home-video.jpg) center center no-repeat;
    background-size: contain;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.hero-home:before {
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(26,55,84,.85) 5%, rgba(26,55,84,0) 60%, rgba(26,55,84,0) 65%, rgba(26,55,84,.85) 90%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    z-index: 1;
}
body.home section.hero-home > .container {
    padding: 0 !important;
    width: 100% !important;
}
body.home section.hero-home > .container .row, body.home section.hero-home > .container .row [class*="col-"] {
    margin: 0 !important;
    padding: 0 !important;
}
section.hero-home .container .container {
    padding: clamp(14px, 3vw, 54px) 0;
    display: flex;
    align-items: flex-end;
    position: absolute;
    z-index: 1;
}
section.hero-home .container .text {
    display: flex;
    justify-content: center;
}
section.hero-home h1 {
    margin: 0;
    padding-left: clamp(10px, 3.33vw, 60px);
    font-family: 'gotham-bold', sans-serif;
    font-size: clamp(10px, 4vw, 72px);
    line-height: clamp(15px, 4.75vw, 85.5px);
    letter-spacing: 0 !important;
    color: #fff;
    text-shadow: 10px 5px 10px rgba(0,0,0,.5);
    position: relative;
    display: flex;
    align-items: center;
}
section.hero-home h1:before {
    width: clamp(5px, 1vw, 15px);
    height: 85%;
    content: '';
    background: linear-gradient(45deg, rgba(51,181,137,1) 0%, rgba(94,175,225,1) 100%);
    position: absolute;
    left: 0;
}
section.hero-home .video {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    z-index: 0;
}
section.hero-home .video *, section.hero-home .video video {
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 1;
}
.text-blue {
    color: #6ca6cd !important;
}
.text-blue-dark, .text-blue-dark * {
    color: #205971 !important;
}
.text-green {
    color: #2bb673 !important;
}
.image {
    position: relative;
}
.image.radius-lg {
    border-radius: clamp(52px, 4vw, 72px);
    overflow: hidden;
}
.image.gradient:before {
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(32,89,113,0) 50%, rgba(32,89,113,.65) 90%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    z-index: 1;
}
section sup {
    font-size: 65%;
    line-height: 1rem;
    vertical-align: super;
}
section.overlay-light h1, section.gradient-light h1, section.overlay-light h2, section.gradient-light h2, section.overlay-light h3, section.gradient-light h3, section.overlay-light h4, section.gradient-light h4, section.overlay-light p, section.gradient-light p, section.background-image.overlay-light h1, section.background-image.gradient-light h1, section.background-image.overlay-light h2, section.background-image.gradient-light h2, section.background-image.overlay-light h3, section.background-image.gradient-light h3, section.background-image.overlay-light h4, section.background-image.gradient-light h4, section.background-image.overlay-light p, section.background-image.gradient-light p, section.background-image.text-dark h1, section.background-image.text-dark h2, section.background-image.text-dark h3, section.background-image.text-dark h4, section.background-image.text-dark p  {
    color: #000 !important;
}
section.gradient-dark:before {
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,.25) 25%, rgba(0,0,0,.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.25) 25%,rgba(0,0,0,.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,.25) 25%,rgba(0,0,0,.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.overlay-dark:before {
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.gradient-light:before {
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(top, rgba(255,255,255,.35) 25%, rgba(255,255,255,.85) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,.35) 25%,rgba(255,255,255,.85) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,.35) 25%,rgba(255,255,255,.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.overlay-light:before {
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255,255,255,.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.hero.home {
    padding: 0;
}
section.hero.home ul.hero {
    margin: 0;
    padding: 0;
    height: 600px;
    list-style: none;
    overflow: hidden;
}
section.hero.home ul.hero li {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
section.hero.home .text {
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
section.hero.home ul.hero li:before {
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.hero.home .text h1 {
    margin-bottom: 30px;
    font-family: 'gotham-black', sans-serif;
    font-size: 125px;
    line-height: 125px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -.025em;
}
section.hero.home .text p {
    margin-bottom: 20px;
    width: 540px;
    font-family: 'gotham-book', sans-serif;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
}
/*section.hero.home ul.hero li .container .text a.button {
    padding: 0;
    font-size: 17px;
    line-height: 17px;
    color: #5fafe1;
    background: transparent;
}*/
/*section.hero.home ul.hero li .container .text a.button {
    padding: 0;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background: transparent;
}
section.hero.home ul.hero li .container .text a.button:hover {
    color: rgba(255,255,255,.75);
}*/
section.hero.home ul.hero li .container .text a.button {
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background: rgba(0,0,0,.45);
}
section.hero.home ul.hero li .container .text a.button:hover {
    background: rgba(0,0,0,.65);
}
section.hero.home .text .build-the-momentum-logo {
    margin-left: -1.5%;
    max-width: 1000px;
}
.bx-wrapper {
    margin: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}
section.hero.home .bx-controls {
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    z-index: 99 !important;
}
section.hero.home .bx-wrapper .bx-pager, section.hero.home .bx-wrapper .bx-controls-auto {
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: inline-block;
    line-height: 0;
}
section.hero.home .bx-wrapper .bx-pager.bx-default-pager a, section.hero.home .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: rgba(255,255,255,.5);
}
section.hero.home .bx-wrapper .bx-pager.bx-default-pager a.active, section.hero.home .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: rgba(255,255,255,1);
}
section.hero.home .bx-wrapper .bx-pager.bx-default-pager a:focus, section.hero.home .bx-wrapper .bx-pager.bx-default-pager a.active:focus {
    /*outline: 1px solid transparent;*/
    background: rgba(255,255,255,1);
}
div.amount-raised {
    padding: 25px;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #2bb673;
    display: none;
}
section.about-home .text p:last-of-type, section.about-home .image p:last-of-type {
    margin-bottom: 0;
}
section.about-home .image img {
    width: 100%;
    height: auto;
}
.embed-container, section.about-home .image p { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
}
.embed-container iframe, .embed-container object, .embed-container embed, section.about-home .image p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p.video-description {
    margin: 0;
    padding: 20px 25px;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background: #205971;
}
.podcast-container .embed-container { 
    padding-bottom: 10rem !important;
}
section.grey {
    background: #e5e5e5;
}
section.cta-home .cta {
    height: 320px;
    background: #5fafe1;
}
section.cta-home .row {
    margin-right: -1%;
    margin-left: -1%;
}
section.cta-home .row [class*="col-"] {
    padding-right: 1%;
    padding-left: 1%;
}
section.cta-home .cta {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}
section.cta-home .cta.econnections {
    background-image: url(../images/bg-cta-econnections.jpg);
}
section.cta-home .cta.brokers {
    background-image: url(../images/bg-cta-brokers.jpg);
}
section.cta-home .cta.buzz {
    background-image: url(../images/bg-cta-buzz.jpg);
}
section.cta-home .cta.statehouse {
    background-image: url(../images/bg-cta-statehouse.jpg);
}
section.cta-home .cta.licenseonline {
    background-image: url(../images/bg-cta-licenseonline-w-logo.jpg);
}
section.cta-home .cta.ohfa {
    background-image: url(../images/bg-cta-ohfa.jpg);
}
section.cta-home .cta.ooea {
    background-image: url(../images/bg-cta-ooea.jpg);
}

section.cta-home .cta .text {
    padding: 20px 25px;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    background: #000;
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
}
section.cta-home .cta .text h2 {
    margin-bottom: 5px;
    font-family: 'gotham-medium', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
}
section.cta-home .cta .text h3 {
    margin-bottom: 0;
    width: 75%;
    font-family: 'gotham-book', sans-serif;
    font-size: 17px;
    line-height: 21px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
}
section.cta-home .cta .text span.more {
    color: #5fafe1;
    position: absolute;
    right: 25px;
    bottom: 19px;
    vertical-align: bottom;
}
section.news-home {
}
/*section.news-home .row {
  display: table;
}
section.news-home .row [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}*/
section.news-home .row > div {
}
section.news-home .news {
    background: #205971;
}
section.news-home .events {
    /*background: #2bb673;*/
    background: #1e8651;
}
section.news-home .news h2, section.news-home .events h2 {
    margin: 0;
    padding: 15px 25px;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    background: rgba(0,0,0,.1);
}
section.news-home ul.news-list, section.news-home ul.event-list {
    margin: 0;
    padding: 25px;
    list-style: none;
}
section.news-home ul.news-list li, section.news-home ul.event-list li {
    margin: 0 0 15px 0;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border-left: 3px solid rgba(255,255,255,.5);
}
section.news-home ul.news-list li:last-child, section.news-home ul.event-list li:last-child {
    margin: 0;
}
section.news-home ul.news-list li a, section.news-home ul.event-list li a {
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    color: #fff;
}
section.news-home ul.news-list li a:hover, section.news-home ul.event-list li a:hover {
    color: #fff;
    color: rgba(255,255,255,.5);
}
section.news-home a.button {
    margin: 0 25px 25px 25px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 15px;
    background: rgba(0,0,0,.25);
}
section.news-home a.button:hover {
    background: rgba(0,0,0,.45);
}
section.news-home a.button:after {
    margin-left: 7px;
    margin-right: -2px;
    font-size: 13px;
}
body.home .home-new .tagline {
    margin-bottom: 1rem;
    font-family: 'mrs-eaves-italic';
    font-size: clamp(35px, 2.5vw, 45px);
    letter-spacing: -.05rem;
}
section.home-buzz {

}
section.home-buzz .container {
    width: 100% !important;
    max-width: 1600px !important;
}
section.home-buzz .container > .row, section.home-buzz .container > .row > [class*="col-"] {
    margin: 0 !important;
    padding: 0 !important;
}
section.home-buzz .button {
  font-family: 'gotham-medium', sans-serif;
  font-size: clamp(18px, 1.625vw, 29.25px) !important;
  line-height: clamp(18px, 1.625vw, 29.25px) !important;
  color: #fff !important;
  background-color: #205971;
  border-radius: 1rem;
}
section.home-buzz .button:hover {
  background-color: #2bb673;
}
section.home-buzz .button [class*="fa-"] {
    font-size: clamp(18px, 1.625vw, 29.25px) !important;
    font-weight: normal;
    color: #fff !important;
    transition: all .2s ease-in-out;
}
section.home-buzz .button:after {
  display: none;
}
section.home-buzz h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem !important;
    line-height: 2.5rem !important;
    font-size: clamp(26px, 2vw, 36px) !important;
    line-height: clamp(30px, 2.5vw, 45px) !important;
}
section.home-buzz [class*="col-"] {
    padding: 2% 2.5% !important;
}
section.home-buzz .image {
    margin-bottom: 0;
}
section.home-links {
    padding: 2.5rem 0 !important;
    text-align: center;
    text-shadow: rgba(0,0,0,.325) 0 1px 10px;
}
section.home-links .text > div > [class*="fa-"] {
    margin-bottom: .5rem;
    font-size: clamp(80px, 7.25vw, 130.5px);
    font-weight: normal;
    transition: all .2s ease-in-out;
}
section.home-links .text > div {
    padding: .75rem 1rem 1.5rem;
    background-color: #666;
    color: #fff;
    border-radius: clamp(18px, 2vw, 36px);
    display: flex;
    flex-direction: column;
    transition: all .2s ease-in-out;
    outline: 0 solid #d2d2d2;
}
section.home-links .text > div:hover {
    outline: .5rem solid #d2d2d2;
}
section.home-links .text > div h2 {
    margin: 0;
    font-size: clamp(18px, 1.625vw, 29.25px) !important;
    line-height: clamp(18px, 1.625vw, 29.25px) !important;
    font-family: 'gotham-medium';
    color: #fff !important;
}
section.home-links .text > div h2 [class*="fa-"] {
    font-size: clamp(16px, 1.5vw, 27px);
    line-height: clamp(16px, 1.5vw, 27px);
    font-weight: normal;
    transition: all .2s ease-in-out;
}
section.home-links .license {
    background: url(../images/home-links-license.jpg) center center no-repeat;
    background-size: cover;
}
section.home-links .benefits {
    background: url(../images/home-links-benefits.jpg) center center no-repeat;
    background-size: cover;
}
section.home-links .classes {
    background: url(../images/home-links-classes.jpg) center center no-repeat;
    background-size: cover;
}
section.home-links .connected {
    background: url(../images/home-links-connected.jpg) center center no-repeat;
    background-size: cover;
}
section.home-links .text .license, section.home-links .text .classes {
    outline-color: rgba(108,166,205,.325);
}
section.home-links .text .license:hover, section.home-links .text .classes:hover {
    outline-color: rgba(108,166,205,.325);
}
section.home-links .text .benefits, section.home-links .text .connected {
    outline-color: rgba(64,170,85,.325);
}
section.home-links .text .benefits:hover, section.home-links .text .connected:hover {
    outline-color: rgba(64,170,85,.325);
}
section.home-links .container > .row {
    margin-right: -2% !important;
    margin-left: -2% !important;
    display: flex;
    gap: 2%;
}
section.home-links .container > .row > [class*="col-"] {
    padding: 0;
}
section.cta-bar-1 {
    padding: 2rem 0 !important;
    font-size: clamp(16px, 1.325vw, 22px);
    line-height: clamp(20px, 1.75vw, 28px);
    text-shadow: rgba(0,0,0,.325) 0 1px 10px;
}
section.cta-bar-1 .container .row {
    display: flex;
    align-items: center;
}
section.cta-bar-1 [class*="fa-"].large {
    font-size: clamp(36px, 4vw, 72px) !important;
}
section.cta-bar-1.well-get-you-there {
    background-image: url(../images/bg-cta-wgyt.jpg) !important;
}
section.cta-bar-1.well-get-you-there .image {
    margin: 0 !important;
    padding: 0 1rem !important;
}
section.cta-bar-2 {
    padding: 4rem 0 !important;
    text-align: center;
}
section.cta-bar-2 h2 {
    margin: 0;
    font-size: clamp(21px, 4vw, 72px) !important;
}
section.market-data, section.market-data.hex-1e8651 {
    margin-bottom: 2rem;
    padding: 2.5rem 0 !important;
    background-color: #2bb673 !important;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
section.market-data h2 {
    margin: 0 auto;
    padding: .75rem 1.25rem;
    font-size: clamp(30px, 3.3334vw, 60px) !important;
    color: #fff !important;
    background-color: #205971;
    border-radius: 1rem;
    display: inline-block;
}
section.market-data h3 {
    margin: 0;
    font-family: 'gotham-black';
    font-size: clamp(35px, 4.75vw, 85px) !important;
    line-height: clamp(35px, 4.75vw, 85px) !important;
}
section.market-data .percentage {
    margin: 1.5rem 0 .5rem;
    display: inline-flex;
    align-items: center;
}
section.market-data .percentage .col {
    padding: .5rem;
}
section.market-data .percentage .icon {
  font-size: clamp(80px, 7.25vw, 130.5px);
    font-weight: normal;
}
section.market-data .percentage .arrow {
    font-size: 2.25rem;
    font-size: clamp(20px, 2.25vw, 40.5px);
    font-weight: normal;
}
section.home-mission {
    padding: 2.5rem 0 !important;
}
section.home-mission h2 {
    margin-bottom: 2rem;
/*    font-size: 2.75rem !important;*/
    font-size: clamp(38px, 2.75vw, 49.5px) !important;
}
section.home-mission .image {
    margin: 0;
    border-radius: clamp(52px, 4vw, 72px);
    overflow: hidden;
}
section.home-mission .image:before {
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(180deg, rgba(32,89,113,0) 50%, rgba(32,89,113,.65) 90%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  z-index: 1;
}
.text-medium {
    font-family: 'gotham-medium';
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
section.page-title {
    padding: 50px 0 !important;
    background: #205971;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.page-title h1 {
    margin: 0;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    position: relative;
}
section.page-title ul.breadcrumbs {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    border-left: 2px solid #fff;
    position: relative;
    z-index: 10;
}
section.page-title ul.breadcrumbs li {
    margin: 0;
    padding: 0;
    float: left;
}
section.page-title ul.breadcrumbs a {
    padding: 8px 10px 8px 25px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    color: #fff;
    display: block;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
}
section.page-title ul.breadcrumbs a:hover {
    color: #fff;
    color: rgba(255,255,255,.75);
}
section.page-title ul.breadcrumbs li:first-child a {
    padding: 8px 20px 8px 10px;
    font-size: 0;
}
section.page-title ul.breadcrumbs li:first-child a:before {
    width: 14px;
    height: 14px;
    background: url(../images/breadcrumb-home.png) center center no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    transition: all .2s ease-in-out;
}
section.page-title ul.breadcrumbs li:first-child a:hover:before {
    opacity: .75;
}
section.page-title ul.breadcrumbs li:last-child a {
    padding-right: 10px;
}
section.page-title ul.breadcrumbs a:after {
    width: 15px;
    height: 35px;
    background: url(../images/breadcrumb-right.png) center center no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    right: -14px;
    top: -2px;
}
section.page-title.blog {
    padding: 70px 0;
    background: rgb(63,132,169);
    background: -moz-linear-gradient(45deg, rgba(63,132,169,1) 0%, rgba(42,135,126,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(63,132,169,1) 0%, rgba(42,135,126,1) 100%);
    background: linear-gradient(45deg, rgba(63,132,169,1) 0%, rgba(42,135,126,1) 100%);
}
section.page-title.blog .logo-buzz {
    margin: 0 auto;
    width: 200px;
}
section.page-title.blog .logo-buzz img {
    width: 100%;
    height: auto;
}
section.page-title.blog .logo-podcasts {
    margin: 0 auto;
    width: 371px;
}
section.page-title.blog .logo-podcasts img {
    width: 100%;
    height: auto;
}
section ul, section ol {
    margin-bottom: 30px;
}
section ul.list, section ol.list, .home-new section ul.list, .home-new section ol.list {
    margin: 0 0 30px 0;
    padding: 0 0 0 15px;
    max-width: 46%;
    list-style: none;
}
section ul.list li, section ol.list li, .home-new section ul.list li, .home-new section ol.list li {
    margin-bottom: 10px;
    /*font-size: 0;*/
    line-height: 24px;
}
section ul.list li a, section ol.list li a {
    
}
section ul.list li .image, section ol.list li .image {
    margin: 0 10px 0 0;
    width: 60px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
section ul.list li .text, section ol.list li .text {
    width: calc(100% - 80px);
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}
section ul.list li .image img, section ol.list li .image img {
    margin: 0;
}
section ul.list li p, section ol.list li p {
    margin: 10px 0 20px;
    font-size: 18px;
}
section .image {
    margin-bottom: 30px;
}
section .image .embed-container {
    margin-bottom: -30px;
}
section hr {
    height: 1px;
    margin: 0 0 30px 0;
    border: none;
    background: #d7d7d7;
}
/*section .sidebar .container {
    padding: 5px 0 5px 20px;
    width: 100%;
    border-left: 1px solid #d7d7d7;
}
section .sidebar .container h3 {
    margin-bottom: 5px;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #205971;
}
section .sidebar ul.submenu {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
section ul.submenu:last-of-type {
    margin-bottom: 0;
}
section ul.submenu li {
    margin: 0;
    padding: 5px 0;
    line-height: 18px;
}
section ul.submenu li a {
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -.05em;
    color: #555555;
}
section ul.submenu li a:hover {
    color: #205971;
}*/
section.page-title.blog + section.content:has(.sidebar) {
    
}
section.page-title.blog + section.content:has(.sidebar) .col-sm-9 {
    padding-left: 1%;
    width: 74%;
}
section.page-title.blog + section.content:has(.sidebar) .sidebar {
    padding-right: 0;
    width: 26%;
}
section .sidebar .container {
    padding: 0 0 0 1rem;
    width: 100%;
    border-left: 1px solid #d7d7d7;
}
section .sidebar .container h3 {
    margin: 0 0 .5rem 1.75rem;
    font-family: 'gotham-black', sans-serif;
    font-weight: normal;
    font-size: clamp(.875rem, 1.25vw, 1.25rem);
    line-height: clamp(1rem, 1.5vw, 1.5rem);
    color: #205971;
}
section .sidebar ul.submenu {
    margin: 0 1rem 1rem 1.75rem;
    padding: 0;
    list-style: none;
}
section .sidebar ul.submenu:last-of-type {
    padding-bottom: 2rem;
}
section .sidebar ul.submenu li {
    margin: 0;
    padding: 0;
}
section .sidebar ul.submenu li + li {
    border-top: clamp(2px, .25vw, .25rem) solid #205971;
}
section .sidebar ul.submenu li a {
    padding: .625rem 0;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    font-size: clamp(.875rem, 1.25vw, 1.25rem);
    line-height: clamp(.875rem, 1.25vw, 1.25rem);
    color: #205971;
    display: flex;
    gap: .5rem;
    position: relative;
}
section .sidebar ul.submenu li a:hover {
    color: #5fafe1;
}
section .sidebar ul.submenu li a:after {
    content: ">";
    position: relative;
    display: block;
}
section .sidebar ul.submenu.blog-nav li a {
    margin: 0 0 .5rem -.75rem;
    padding: .75rem .75rem;
    color: #fff;
    text-transform: uppercase;
    background: #138352 linear-gradient(45deg, rgb(63, 132, 169) 0%, rgb(42, 135, 126) 100%);
    border-radius: 1.125rem;
    display: inline-flex;
}
section .sidebar ul.submenu.blog-nav li a:hover {
    background: #138352;
}
section a.arrow:after {
    margin-left: 5px;
    content: "\f0da";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    text-align: center;
    color: #2bb673;
    display: inline-block;
    position: relative;
    top: 1px;
}
.tags {
  margin-bottom: 30px;
  width: 50%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
}
.tags:before {
  margin-right: 5px;
  width: 12px;
  font-family: 'Font Awesome 6 Pro';
  content: '\f02c';
  font-size: 11px;
  font-weight: 900;
  color: #cecece;
  display: inline-block;
}
section .sidebar .image.top {
    /*margin: 0 0 30px 0;*/
    margin: 0 0 3.5rem 0;
}
section .sidebar .image.top img {
    width: 100%;
    /*max-width: 260px !important;*/
    height: auto;
}
section .sidebar .image.bottom {
    margin: 30px 0 0 0;
}
section .sidebar .image.bottom img {
    width: 100%;
    max-width: 180px !important;
    height: auto;
}
.pagination {
    margin-top: 50px;
    font-size: 0;
    text-align: center;
    display: block;
}
.pagination a, .pagination span.empty {
    padding: 12px 15px;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.pagination a.active {
    /*background-color: #2bb673;*/
    background-color: #138352;
    color: #fff;
}
.pagination a:hover:not(.active) {
    background-color: #f1f1f1;
}
ul.accordion {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}
ul.accordion:last-of-type {
    margin-bottom: 0;
}
ul.accordion li h2 {
    margin: 0;
    padding: 12px 10px 10px 25px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    cursor: pointer;
}
ul.accordion li h2:before {
    margin-left: -2em;
    width: 2em;
    content: "\f0fe";
    font-family: 'Font Awesome 6 Pro';
    font-size: 12px;
    line-height: 24px;
    font-weight: 900;
    text-align: center;
    color: #e87722;
    display: inline-block;
    position: relative;
    top: -2px;
    transition: all 0.2s ease-in-out;
}
ul.accordion li h2.close:before {
    content: "\f146";
    color: #777;
}
ul.accordion article {
    padding: 28px 28px 0 28px;
    background: #fbfbfb;
    border-bottom: 1px solid #e1e1e1;
    display: none;
}
ul.accordion article h3 {
    font-size: 20px;
    line-height: 26px;
}
ul.accordion ul, ul.accordion ol {
    margin-bottom: 30px;
}
ul.accordion li ul li {
    list-style: disc;
}
ul.accordion ul li ul {
    margin-bottom: 0;
}
ul.accordion article:after, ul.accordion article:before {
    content: " ";
    display: table;
}
ul.accordion article:after {
    clear: both;
}
img.alignnone {
    margin: 30px 0;
}
img.alignleft {
    margin: 0 30px 30px 0;
    float: left;
}
img.alignright {
    margin: 0 0 30px 30px;
    float: right;
}
img.aligncenter {
    margin: 30px auto;
}
img.size-medium {
    width: 300px;
    height: auto;
}
img.size-large {
    width: 650px;
    max-width: 50%;
    height: auto;
}
img.size-full {
    max-width: 100%;
    height: auto;
}
section ul.news-list {
    margin: -1%;
    padding: 0;
    list-style: none;
    font-size: 0;
}
section ul.news-list li {
    margin: 0;
    padding: 1%;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
section ul.news-list li:before {
    display: none;
}
section ul.news-list li .image {
    margin: 0;
}
section ul.news-list li .image img {
    width: 100%;
    height: auto;
}
section ul.news-list li .text {
    padding: 7%;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    background: #f1f1f1;
}
section ul.news-list li .text h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
}
section ul.news-list li .text h2 a {
    color: #205971;
}
section ul.news-list li .text h2 a:hover {
    color: #5fafe1;
}
section ul.news-list li .text .date {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    color: #000;
}
section ul.news-list li .text .tags {
    margin: 20px 0 0 0;
    width: auto;
    font-size: 12px;
    line-height: 22px;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}
section ul.news-list li .text .tags a {
    color: #4b4b4b;
}
section ul.news-list li .text .tags a:hover {
    color: #205971;
}
section ul.news-list li .text .tags:before {
    margin-right: 5px;
    width: 12px;
    font-family: 'Font Awesome 6 Pro';
    content: '\f02c';
    font-size: 11px;
    font-weight: 900;
    color: #2bb673;
    display: inline-block;
}
section.news-post .date, section .date-post {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    color: #000;
}
section .author {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
    background: #f1f1f1;
}
section .author img {
    margin: 0 25px 10px 0;
    float: left;
}
section .author h4 {
    margin-bottom: 5px;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 18px;
    line-height: 28px;
}
section .author h5 {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    color: #000;
}
section .author a {
    color: #027b46;
}
section .author p {
    margin-bottom: 20px;
}
section .author p:last-of-type {
    margin-bottom: 0;
}
section .share-tags {
    margin: 10px 2% 0;
    padding: 15px 20px;
    background: #f5f5f5;
    display: inline-block;
}
section [class*="col-"] .share-tags {
    margin: 10px 0 0 0;
}
section .share-tags h4 {
    margin: 0;
    font-family: 'gotham-bold';
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
section .share-tags .tags {
    margin: 0 0 0 20px;
    width: auto;
    font-size: 12px;
    line-height: 22px;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    color: #4b4b4b;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
section .share-tags .tags:before {
    margin-right: 4px;
    width: 12px;
    font-family: 'Font Awesome 6 Pro';
    content: '\f02c';
    font-size: 11px;
    font-weight: 900;
    color: #2bb673;
    display: inline-block;
}
section .share-tags .tags a {
    color: #4b4b4b;
}
section .share-tags .tags a:hover {
    color: #205971;
}
section .share-tags ul.social {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
}
section .share-tags ul.social li {
    padding: 0 0 0 15px;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
}
section .share-tags ul.social li:before {
    display: none;
}
section .share-tags ul.social li a .fa {
    font-family: 'Font Awesome 6 Brands' !important;
    font-weight: 400 !important;
}
section .share-tags ul.social li a .fa-envelope-o:before {
    font-family: 'Font Awesome 6 Pro';
}
section .share-tags ul.social li a .fa-facebook:before {
    content: '\f39e' !important;
}
section .share-tags ul.social li a .fa-linkedin:before {
    content: '\f0e1' !important;
}
section .share-tags ul.social li a .fa-google-plus:before {
    content: '\f0d5' !important;
}
section .share-tags .tags a, section .share-tags ul.social a {
    box-shadow: none !important;
}
.divider {
    margin-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #ebebeb;
    clear: both;
}
section ul.legal-library {
    margin: 0 -2%;
    padding: 0;
    list-style: none;
    font-size: 0;
}
section ul.legal-library li {
    margin: 0;
    padding: 2% 2% 30px 2%;
    width: 16.666%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
section ul.legal-library li img, section ul.legal-library li .icon {
    margin: 0 auto 20px;
    width: 80%;
    height: auto;
    display: block;
}
section ul.legal-library li a {
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    color: #555555;
}
section ul.legal-library li a:hover {
    color: #205971;
}
ul.team {
    margin: 0 -2% 50px;
    padding: 0;
    list-style: none;
    font-size: 0;
}
ul.team:last-of-type {
    margin-bottom: 0;
}
/*ul.team li {
    margin: 0;
    padding: 2%;
    width: 25%;
    text-align: left;
    float: left;
}*/
ul.team li {
    margin: 0;
    padding: 2%;
    width: 33.333%;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
ul.team li .image {
    margin-bottom: 20px;
    width: 100%;
}
ul.team li .image img {
    width: 100%;
    height: auto;
}
ul.team li p {
    margin-bottom: 10px;
    color: #000;
}
ul.team li a {
/*display: block;*/
}
p.title {
    margin-top: -15px;
    font-size: 16px;
    font-weight: 700;
}
.bio-info {
    padding: 0 0 50px 50px;
    width: 40%;
    display: inline-block;
    text-align: center;
    float: right;
}
.bio-info img {
    margin-bottom: 25px;
    width: 100%;
    height: auto;
}
.bio-info a {
    margin-bottom: 5px;
    display: inline-block;
}
.bio-info a.button {
    margin-right: 10px;
}
.bio-info a span.fa {
    margin-top: 5px;
    padding: 0 10px;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
}
.bio-info a span.fa-mobile {
    font-size: 29px;
    position: relative;
    top: 2px;
}
section ul.search-list {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
section ul.search-list li {
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #f1f1f1;
}
section ul.search-list li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
section ul.search-list li h4 {
    margin: 0 0 5px 0;
    padding: 0;
}
section ul.search-list li h4 a {
    color: #205971;
}
section ul.search-list li h4 a:hover {
    color: #5fafe1;
}
section ul.search-list li .date {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    color: #000;
}
section ul.search-list li a.more:before {
    margin-top: 10px;
    content: '';
    display: block;
}
p.error-404 {
    margin-bottom: 0;
}
p.error-404 .fa {
    margin-right: 10px;
    font-size: 30px;
    color: #f7be07;
    position: relative;
    top: 4px;
}
a.button.donate {
    padding: 20px 30px;
    background: #2bb673;
    color: #fff;
    font-size: 20px;
    font-family: 'gotham-bold', sans-serif;
    letter-spacing: -1px;
}
a.button.donate:hover {
    background: #205971;
}
/*form[name="login"] label {
    display: inline-block;
    vertical-align: top;
}*/
form[name="login"] label {
    display: block;
}
form[name="login"] label.remember {
    padding: 5px 15px;
    display: inline-block;
}
form[name="login"] label.remember input[name="remember"] {
    display: inline-block;
    vertical-align: middle;
}
form[name="login"] label.remember span {
    margin-left: 5px;
    font-size: 90%;
    display: inline-block;
    vertical-align: middle;
}
p.error {
    margin: -10px 0 10px 0;
    font-size: 90%;
    color: #ed1c24;
}
.login-info {
    padding: 30px;
    background: #f5f5f5;
    font-family: 'gotham-medium', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.login-info a {
    color: #027b46;
}
.login-info p {
    margin-bottom: 20px;
}
.login-info p:last-of-type {
    margin-bottom: 0;
}
.login-kb h4 {
    margin-bottom: 30px;
}
select[name="categories"] {
    height: 2.1em;
    padding: 0 .6em;
    font-size: .8em;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
    color: #333;
    border-radius: 4px;
}
.filters {
    margin-bottom: 20px;
    float: right;
    position: relative;
}
.filters select {
    height: 2.1em;
    margin-bottom: 5px;
    padding: 0 .6em;
    font-size: .8em;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
    color: #333;
    border-radius: 4px;
}
.filters #loading {
    font-size: 0;
    position: absolute;
    left: -25px;
    top: 0;
}
.filters #loading.disabled:before {
    margin-left: 5px;
    font-family: 'Font Awesome 6 Pro';
    content: '\f021';
    font-size: 16px;
    font-weight: 900;
    color: #4b4b4b;
    display: inline-block;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
div.photo-frame:not(.row) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0;
}
div.photo-frame:not(.row):last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
div.photo-frame:not(.row) .image {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
div.photo-frame:not(.row) .image img {
    margin: 0;
    border: 1px solid #f7f7f7;
}
div.photo-frame:not(.row) .text {
    margin: 0;
    padding: 30px;
    width: calc(100% - 300px);
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
div.photo-frame:not(.row) .text h2 {
    margin-bottom: 10px;
}
div.photo-frame:not(.row) .text h2 a {
    color: #205971;
}
div.photo-frame:not(.row) .text h2 a:hover {
    color: #5fafe1;
}
div.photo-frame:not(.row) .text a.button {
    background: #2bb673;
}
div.photo-frame:not(.row) .text a.button:hover {
    background: #188a57;
}
div.photo-frame:not(.row) .text a.button:after {
    display: none;
}
/* Landing Pages */
section.landing {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}
section.landing h2 {
    font-family: 'gotham-bold', sans-serif;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -.01em;
}
section.landing h2:after {
    margin-top: 10px;
    width: 50px;
    height: 3px;
    content: '';
    background: #2bb673;
    display: block;
    position: relative;
    bottom: 0;
}
section.landing h2 a {
    color: #205971;
}
section.landing h2 a:hover {
    color: #0b3d50;
}
section.landing p, .home-new section.landing p:last-of-type {
    margin-bottom: 20px !important;
}
section.landing .image.featured {
    margin: 40px 0 0 0;
}
section.landing ul.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
section.landing ul.submenu li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
section.landing ul.submenu > li > a {
    margin-bottom: 15px;
    padding: 9px 30px 9px 12px;
    font-family: 'gotham-medium', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #205971;
    display: block;
    position: relative;
}
section.landing ul.submenu > li > a:hover {
    background: #0b3d50;
}
section.landing ul.submenu > li > a:after {
    margin-right: -2px;
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 10px;
}
section.landing ul.submenu > li > p {
    font-family: 'gotham-book', sans-serif;
    font-size: 15px;
    line-height: 22px;
}
section.landing .share-tags {
    margin-top: 30px;
}
section .event-info {
    margin: 10px 0 40px 40px;
    padding: 35px;
    font-size: 16px;
    line-height: 24px;
    background: #f5f5f5;
    display: inline-block;
    float: right;
}
section .event-info h3 {
    margin-bottom: 10px;
    font-family: 'gotham-bold', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #205971;
}
section .event-info p {
    margin-bottom: 20px;
}
section .event-info p:last-of-type {
    margin-bottom: 0;
}
section .event-info .button {
    display: block;
}
a.button.calendar:before {
    margin-right: 10px;
    margin-left: -2px;
    content: "\f067";
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(15px, .925vw, 17px);
    line-height: clamp(15px, .925vw, 17px);
    font-weight: 900;
    text-align: center;
    display: inline-block;
    position: relative;
}
a.button.calendar:after {
    display: none;
}
section .event-info .button.calendar {
    font-size: clamp(15px, .925vw, 17px);
    line-height: clamp(15px, .925vw, 17px);
}
.button.register {
    font-size: clamp(24px, 1.55vw, 28px);
    line-height: clamp(24px, 1.55vw, 28px);
    background-color: #138352;
    font-style: italic;
}
.button.register:hover {
    background-color: #0b3d50;
}
.button.register:after {
    display: none;
}
.fc-event {
    padding: .25rem !important;
    font-family: 'gotham-medium' !important;
    font-size: clamp(13px, .85vw, 15px) !important;
    line-height: clamp(16px, 1vw, 18px) !important;
    text-decoration: none !important;
}
.fc-time {
    font-family: 'gotham-black' !important;
}
.fc button {
    font-size: clamp(12px, .8vw, 14.4px) !important;
}
ul.pdf {
    padding: 0;
    list-style: none;
}
ul.pdf li:before {
    margin-right: 5px;
    content: "\f1c1";
    font-family: 'Font Awesome 6 Pro';
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    color: #4b4b4b;
    display: inline-block;
    position: relative;
    top: -2px;
}
/* Fundraising Thermometer */
.goal-progress {
    width: calc(100% - 425px);
    background: #9d9d9d;
    border-radius: 40px;
    display: inline-block;
    vertical-align: top;
}
div.progress-bar {
    padding: 5px 15px;
    width: 50px;
    max-width: 100% !important;
    min-width: 120px !important;
    height: 40px;
    background: #f44336;
    font-weight: normal;
    display: block;
    overflow: hidden;
    border-radius: 40px;
}
div.goal-reached div.progress-bar {
    background: #2bb673;
}
div.goal-reached div.progress-bar:after {
    padding-left: 15px;
    font-family: 'Font Awesome 6 Pro';
    content: '\f00c';
    float: right;
}
#fundraising-goal {
    margin: 0 auto 40px;
    padding: 20px;
    background: #205971;
    color: #fff;
    font-size: 20px;
    font-family: 'gotham-bold', sans-serif;
    letter-spacing: -1px;
    border-radius: 5px;
    clear: both;
}
.current-amount {
    padding-right: 15px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}
.goal-amount {
    padding-left: 15px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}

/*#fundraising-goal:before {
    padding-right: 15px;
    content: 'Amount Raised:';
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}
#fundraising-goal:after {
    padding-left: 15px;
    content: 'Goal Amount: $1,000,000';
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}*/
/* Photo Overlay Tool */
.mediaqueue {
    display: inline-block;
}
.uploadifive-button {
    margin: 5px 0;
    padding: 20px;
    width: 344px !important;
    height: 344px !important;
    font-family: 'gotham-medium', sans-serif;
    font-size: 17px;
    line-height: 22px !important;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    background: #f5f5f5;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: all .2s ease-in-out;
}
.uploadifive-button:hover {
    background: #e5e5e5;
}
.uploadifive-button:before {
    margin-bottom: 30px;
    font-family: 'Font Awesome 6 Pro';
    content: "\f03e";
    font-size: 60px;
    font-weight: 900;
    color: #d1d1d1;
    /*top: -1px;*/
    display: block;
    position: relative;
}
.uploadifive-button input {
    width: 100%;
    height: 100%;
    right: 0 !important;
    top: 0 !important;
    cursor: pointer;
}
/*.contentCrop #k {
    width: 100% !important;
    height: 100% !important;
}
.contentCrop #k img {
    max-width: 100% !important;
    max-height: 100% !important;
}*/
ul#libraryButtons {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}
.row.photo-frame {
    text-align: center;
}
a.button.setCrop:before, button.avatar-save:before {
    margin-right: 8px;
    margin-left: -2px;
    content: "\f125";
    font-family: 'Font Awesome 6 Pro';
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    position: relative;
}
a.button.setCrop:after {
    display: none;
}
a.button.download:before {
    margin-right: 8px;
    margin-left: -2px;
    content: "\f019";
    font-family: 'Font Awesome 6 Pro';
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    position: relative;
}
a.button.download:after {
    display: none;
}
button.reset {
    background: #205971;
}
button.reset:hover {
    background: #0b3d50;
}
button.reset:before {
    margin-right: 8px;
    margin-left: -2px;
    content: "\f0e2";
    font-family: 'Font Awesome 6 Pro';
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    position: relative;
}
.containerCrop #zoom {
    display: none;
}
#infoSelector {
    padding: 5px;
    line-height: 12px;
}
form[name='editor'] #overlays .preview {
    margin: 20px 0;
}
form[name='editor'] #overlays .input_full {
    margin: 0 auto 15px;
    max-width: 400px;
    font-size: 16px;
    display: block;
}
form[name='editor'] #download {
    display: inline-block;
}
.avatar-btns button.reset, #overlays button.reset {
    margin-left: 2px;
    margin-right: 2px;
}

/*.contentPreview {
    margin-bottom: 25px;
}*/

/* Convention Mini Site */
section.hero.home.convention {
    padding: 0;
}
section.hero.home.convention .row {
    margin: 0 !important;
}
section.hero.home.convention .row [class*="col-"] {
    padding: 0 !important;
}
section.hero.home.convention .container {
    padding: 0 !important;
}
section.hero.home.convention .bx-viewport {
    width: 100% !important;
    /*height: 500px;*/
    aspect-ratio: 1 / 1;
}
section.hero.home.convention .bx-wrapper img, section.hero.home.convention .text img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}
section.hero.home.convention .bx-controls {
    display: none;
}
section.hero.home.convention ul.hero {
    margin: 0 auto;
    padding: 0;
    width: 100% !important;
    height: auto;
    list-style: none;
    overflow: hidden;
}
section.hero.home.convention ul.hero li {
    width: 100% !important;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative !important;
}
section.hero.home.convention ul.hero li:before {
    background: #fff !important;
}
/*section.hero.home.convention ul.hero li:before {
    height: 100%;
    content: '';
    display: block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 35%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 35%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 35%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}*/
/*section.hero.home.convention ul.hero li:before {
    height: 100%;
    content: '';
    display: block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 35%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 35%, rgba(0,0,0,0.75)100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 35%, rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}*/
/*section.hero.home.convention .container {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}*/
section.hero.home.convention .text {
    font-size: 0;
    top: unset;
    transform: unset;
    z-index: unset;
}
/*section.hero.home.convention .text {
    padding-bottom: 50px;
    top: 100%;
    transform: translateY(-100%);
    font-size: 0;
}*/
section.hero.home.convention .text .vision-2020 {
    margin: 0 auto;
    padding: 9% 10%;
    width: 100%;
    max-width: 770px;
    position: relative;
}
/*section.hero.home.convention .text .vision-2020:before {
    width: 110%;
    height: 100%;
    content: '';
    background-color: #fff;
    border-radius: 50%;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
*//*section.hero.home.convention .text .vision-2020 img {
    z-index: 10;
}
*/section.hero.home.convention .text .image {
    padding-right: 120px;
    width: 66.6666%;
    max-width: 870px;
    display: inline-block;
    vertical-align: bottom;
}
section.hero.home.convention .text .image img {
    width: 100%;
    height: auto;
}
section.hero.home.convention .text .info {
    width: 33.3333%;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}
section.hero.home.convention .text h1 {
    margin-bottom: 10px;
    font-family: 'gotham-bold', sans-serif;
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
}
section.hero.home.convention .text h2 {
    margin-bottom: 0;
    font-family: 'gotham-medium', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
}
section.hero.home.convention .text p {
    margin-bottom: 0;
    width: 100%;
    font-family: 'gotham-medium', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
section.hero.home.convention .text h2 + p {
    margin-top: 10px;
}
section.convention .owl-carousel .owl-stage {
    margin: 0 auto;
}
section.convention-nav, section.convention-nav .container, section.convention-nav .container .row [class*="col-"] {
    padding: 0 !important;
}
section.convention-nav .container {
    width: 100%;
}
section.convention-nav .container .row {
    margin: 0 !important;
}
nav.convention {
    padding: 10px 15px;
    background: #2bb673;
    line-height: 0;
    text-align: center;
}
nav.convention a.menu-convention {
    display: none;
}
nav.convention ul {
    margin: 0 auto !important;
    padding: 0;
    list-style: none !important;
    display: inline-block;
}
nav.convention ul li {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}
nav.convention ul li a {
    margin: 0 2px;
    padding: 6px 15px;
    font-family: 'gotham-medium', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: .05em;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
nav.convention ul li a:hover {
    background: rgba(0,0,0,.1);
}
nav.convention ul li a.active {
    background: rgba(0,0,0,.15);
}
section.convention h2 {
    font-size: 30px;
    line-height: 32px;
}
section.convention .sponsors-home {
    margin-top: 70px;
}
section.convention .sponsors-home h3 {
    margin-bottom: 30px;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #205971;
}
ul.owl-carousel.sponsor-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.owl-carousel.sponsor-list li {
    margin: 0;
    padding: 0;
    height: 125px;
    text-align: center;
}
ul.owl-carousel.sponsor-list li img {
    margin: 0 auto;
    padding-bottom: 25px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
ul.owl-carousel.sponsor-list li:after {
    margin: 0 auto;
    /*padding-left: 15px;*/
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
ul.owl-carousel.sponsor-list li.platinum:after {
    content: "Platinum";
    /*background: url(../images/sponsor-icon-platinum.png) no-repeat left center;*/
}
ul.owl-carousel.sponsor-list li.gold:after {
    content: "Gold";
}
ul.owl-carousel.sponsor-list li.silver:after {
    content: "Silver";
}
ul.owl-carousel.sponsor-list li.bronze:after {
    content: "Bronze";
}
ul.owl-carousel.sponsor-list li.copper:after {
    content: "Copper";
}
ul.owl-carousel.sponsor-list li.friends:after {
    content: "Friends";
}
ul.owl-carousel.sponsor-list li.carnation:after {
    content: "Carnation";
    /*background: url(../images/sponsor-icon-diamond.png) no-repeat left center;*/
}
ul.owl-carousel.sponsor-list li.buckeye:after {
    content: "Buckeye";
    /*background: url(../images/sponsor-icon-gold.png) no-repeat left center;*/
}
ul.owl-carousel.sponsor-list li.cardinal:after {
    content: "Cardinal";
    /*background: url(../images/sponsor-icon-silver.png) no-repeat left center;*/
}
ul.owl-carousel.sponsor-list li.erie:after {
    content: "Erie";
    /*background: url(../images/sponsor-icon-bronze.png) no-repeat left center;*/
}
ul.owl-carousel.sponsor-list li.ohio:after {
    content: "Ohio";
    /*background: url(../images/sponsor-icon-bronze.png) no-repeat left center;*/
}
.owl-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    pointer-events: none;
}
.owl-prev, .owl-next {
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    color: #67686a;
    opacity: .5;
    transition: all .2s ease-in-out;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
}
.owl-prev:hover, .owl-next:hover {
    opacity: 1;
}
.owl-prev {
    position: absolute;
    left: -45px;
}
.owl-next {
    position: absolute;
    right: -45px;
}
.owl-prev:before, .owl-next:before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    font-weight: 900;
}
.owl-prev:before {
    content: "\f104";
}
.owl-next:before {
    content: "\f105";
}
.owl-dots {
    margin: 5% auto 0;
    position: relative;
}
.owl-dots .owl-dot {
    margin: 0 8px !important;
    width: 15px !important;
    height: 15px !important;
    background: none !important;
    display: inline-block !important;
    border: 2px solid #898989 !important;
    border-radius: 15px !important;
}
.owl-dots .owl-dot.active {
    background: #898989 !important;
}
section.page-title.convention {
    /*padding: 80px 0;*/
    background: #5fafe1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.page-title.convention:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 35%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 35%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 35%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
section.page-title.convention h1 {
    width: calc(100% - 400px);
    position: relative;
    z-index: 10;
}
section.page-title.convention ul.breadcrumbs {
    display: none;
}
section.page-title.convention .row {
    display: flex;
    align-items: center;
}
section.page-title.convention .text {
    position: relative;
    z-index: 10;
}
/*section.page-title.convention .text {
    width: 350px;
    height: auto;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}*/
section.page-title.convention .text h2 {
    margin-bottom: 10px;
    font-family: 'gotham-bold', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    /*text-transform: uppercase;*/
    letter-spacing: 0;
}
section.page-title.convention .text h3 {
    margin-bottom: 0;
    font-family: 'gotham-medium', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}
ul.speakers {
    margin: 0 -2% 50px;
    padding: 0;
    list-style: none;
    font-size: 0;
}
ul.speakers:last-of-type {
    margin-bottom: 0;
}
ul.speakers > li {
    margin: 0;
    padding: 2%;
    width: 25%;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
ul.speakers > li .image {
    margin-bottom: 20px;
    width: 100%;
}
ul.speakers > li .image img {
    width: 100%;
    height: auto;
}
ul.speakers > li h3 {
    margin-bottom: 0;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}
ul.speakers > li h4 {
    margin-bottom: 5px;
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
ul.speakers > li h5 {
    margin: 0 0 5px;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
ul.speakers > li p {
    margin: 15px 0 10px;
    color: #000;
}
ul.speakers > li ul {
    margin-bottom: 20px;
}
ul.speakers > li ul li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}
ul.speakers > li ul li p {
    margin: 0 0 10px;
}
div.speaker-info {
    margin-bottom: 30px;
}
div.speaker-info h3 {
    margin-top: -15px;
    margin-bottom: 0;
    font-size: 16px;
}
div.speaker-info h4 {
    margin-bottom: 0;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    font-size: 15px;
}
div.speaker-info p {
    margin-bottom: 0;
    font-size: 15px;
}
ul.events-content li {
    margin-bottom: 20px !important;
}
ul.events-content li p {
    margin-bottom: 10px;
}
h2.sponsor-level {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
/*h2.sponsor-level:before {
    margin-right: 7px;
    width: 22px;
    height: 22px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-radius: 100px;
    position: relative;
    top: -3px;
}
h2.sponsor-level.diamond:before {
    background: #bbf2ff;
}
h2.sponsor-level.platinum:before {
    background: #e5e4e2;
}
h2.sponsor-level.gold:before {
    background: #d4af37;
}
h2.sponsor-level.silver:before {
    background: #c0c0c0;
}
h2.sponsor-level.bronze:before {
    background: #cd7f32;
}*/
ul.sponsors {
    margin: 0 -3% 50px !important;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
ul.sponsors:last-of-type {
    margin-bottom: 0;
}
ul.sponsors > li {
    margin: 0;
    padding: 3%;
    width: 25%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
ul.sponsors > li .image {
    /*margin: 0 auto 40px;*/
    margin: 0 auto;
    width: 100%;
    max-width: 275px;
    height: 175px;
    text-align: center;
    position: relative;
}
ul.sponsors > li .image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 175px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
ul.sponsors > li h3 {
    margin-bottom: 0;
    font-family: 'gotham-bold', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    display: none;
}
ul.sponsors > li h4 {
    margin-bottom: 5px;
    font-family: 'gotham-book', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
ul.sponsors > li h5 {
    margin: 0 0 5px;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
ul.sponsors > li p {
    margin: 15px 0 10px;
    color: #000;
}
ul.sponsors > li ul {
    margin-bottom: 20px;
}
ul.sponsors > li ul li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}
ul.sponsors > li ul li p {
    margin: 0 0 10px;
}
p.blue, h3.blue {
    color: #205971 !important;
}
ul.green {
    padding-left: .75em;
    list-style: none;
}
ul.green li {
    margin-bottom: 10px;
}
ul.green li:before {
    margin-left: -.75em;
    width: .75em;
    content: "•";
    color: #2bb673;
    display: inline-block;
    position: absolute;
}
ul.convention-events {
    margin: 0 0 80px !important;
    padding: 0;
    list-style: none;
}
ul.convention-events:last-of-type {
    margin-bottom: 0 !important;
}
ul.convention-events li {
    margin: 0 0 1.5rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #d7d7d7;
}
ul.convention-events li:last-child {
    padding-bottom: 0;
    border: none;
}
ul.convention-events li h3 {
    margin-bottom: .5rem;
}
ul.convention-events li p, ul.convention-events li p:last-of-type {
    margin-bottom: .5rem !important;
}
ul.convention-events li p.time {
    margin-bottom: .25rem !important;
}
ul.convention-events li p.time:before {
    margin-right: .25rem;
    font-family: 'Font Awesome 6 Pro';
    content: '\f017';
    font-weight: 400;
    text-align: center;
    color: #2bb673;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
}
ul.convention-events li p.speakers {
    margin-bottom: .25rem !important;
    font-family: 'gotham-bold', sans-serif;
}
ul.convention-events li p.speakers:before {
    margin-right: .25rem;
    font-family: 'Font Awesome 6 Pro';
    content: '\f007';
    font-weight: 900;
    text-align: center;
    color: #d2d2d2;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
}
ul.convention-events li ul {
    margin-bottom: 1rem;
}
ul.convention-events li ul li {
    margin: 0;
    padding: 0 0 .5rem;
    border: none;
}
.floorplan-info span.dot {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
 /* NEW HOME PAGE */
.home-new {
    font-size: .95rem;
    line-height: 1.5;
}
.home-new section:not(.content) {
    padding: 30px 0;
}
/*.home-new section:first-of-type {
    padding-top: 0;
}*/
.home-new section:last-of-type {
    padding-bottom: 70px;
}
.home-new section:not(.convention) h2 {
    font-size: 1.70rem;
    line-height: 1;
    color: #000;
}
.home-new section ul {
    margin: 0 0 30px 1.5em;
    padding: 0;
    list-style: none;
}
.home-new section ul:not(.news-list,.breadcrumbs,.submenu,.social,.legal-library, nav.convention ul, .sponsors-home ul, ul.convention-events, ul.speakers, ul.sponsors, ul.list) li:before {
    margin-left: -1em;
    width: 1em;
    content: "•";
    color: #138352;
    display: inline-block;
}
.home-new .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.home-new .row + .row {
    margin-top: 30px;
}
.home-new section.page-title + section {
    padding-top: 70px;
}
.home-new [class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.home-new section .featured {
    position: relative;
}
.home-new section .featured .snipe {
    padding: 7px 10px;
    font-family: 'gotham-bold', sans-serif;
    font-size: .65rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: #744588;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}
/*.home-new section .featured:after {
    padding: 7px 10px;
    content: 'Featured';
    font-family: 'gotham-bold', sans-serif;
    font-size: .65rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: #994abf;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}*/
.home-new section .featured .text {
    padding: 3% 4% 0 0;
    width: auto;
    max-width: 85%;
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.home-new section .featured.below .text {
    padding: 3% 0 0 0 !important;
    width: 100%;
    max-width: 100% !important;
    background: #fff;
    position: relative;
}
.home-new section .featured .text h1 {
    margin-bottom: 10px;
    font-family: 'gotham-bold', sans-serif;
    font-size: 2.25rem;
    line-height: 1;
    color: #000;
    transition: all .2s ease-in-out;
}
.home-new section .col-sm-4 .featured .text h1 {
    margin-bottom: 5px;
    font-size: 1.1rem;
    line-height: 1.2;
}
/*.home-new section .col-sm-4 .featured.below .text h1 {
    margin-bottom: 0;
}*/
.home-new section .featured .text p {
    margin-bottom: 0;
    width: auto;
    font-family: 'gotham-book', sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
    transition: all .2s ease-in-out;
}
.home-new section .featured.below .text p {
    vertical-align: top;
}
.home-new section .col-sm-4 .featured .text p {
    font-size: .9rem;
    line-height: 1.2;
}
.home-new section .featured a:hover .text h1, .home-new section .featured a:hover .text p {
    color: #205971;
}
.home-new section .featured .image {
    padding-bottom: 65%;
    max-width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.home-new section .featured .image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.home-new section .col-sm-12 .featured .image {
    padding-bottom: 0;
    width: 100%;
    max-width: none;
    height: 600px;
    max-height: 600px;
    position: relative;
    overflow: hidden;
}
.home-new section .col-sm-12 .featured .image img {
    margin: 0 auto;
    width: 100%;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all .2s ease-in-out;
}
.home-new .home-news {
    position: relative;
}
.home-new .home-news + .home-news {
    margin-top: 20px;
}
.home-new .home-news h2 {
    margin-bottom: 10px;
    padding: 7px 0;
    font-family: 'gotham-bold', sans-serif;
    font-size: .9rem !important;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    border-bottom: 3px solid #e7e7e7;
}
.home-new .home-news h2:before {
    margin-right: 5px;
    font-family: 'Font Awesome 6 Pro';
    font-size: .75rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.home-new .home-news a.view-all {
    padding: 7px 8px;
    font-family: 'gotham-black', sans-serif;
    font-size: .75rem;
    line-height: 1.45;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.home-new .home-news a.view-all:hover {
    color: #fff !important;
}
.home-new .home-news a.view-all:after {
    width: 100%;
    height: 3px;
    content: '';
    background: #333;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all .1s ease-in-out;
}
.home-new .home-news a.view-all:hover:after {
    height: 100%;
    background: #000;
}
.home-new .home-news ul.news-list {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    font-size: 0;
    position: relative;
}
.home-new .home-news ul.news-list li {
    margin: 0 10px;
    padding: 10px 0;
    font-size: 0;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    transition: all .3s ease-in-out;
}
.home-new .home-news ul.news-list li:last-child {
    border: none;
}
.home-new .home-news ul.news-list li .image {
    width: 65px;
    height: 65px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.home-new .home-news ul.news-list li .image a {
    display: block;
}
.home-new .home-news ul.news-list li .image img {
    margin: 0 auto;
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all .2s ease-in-out;
}
.home-new .home-news ul.news-list li .image:before, .home-new .home-news ul.news-list li .date-block:before, .home-new section .featured:before, .home-new section.cta-home .cta:before {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0);
    display: block;
    position: absolute;
    z-index: 1;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.home-new .home-news ul.news-list li:hover .image:before, .home-new .home-news ul.news-list li:hover .date-block:before, .home-new section .featured:hover:before, .home-new section.cta-home .cta:hover:before {
    background: rgba(0,0,0,.25);
}
.home-new .home-news ul.news-list li .text {
    padding: 0 0 0 10px;
    width: calc(100% - 65px);
    display: inline-block;
    vertical-align: middle;
    background: none;
}
.home-new .home-news ul.news-list li .text a {
    margin-bottom: 5px;
    font-family: 'gotham-bold', sans-serif;
    font-size: .75rem;
    line-height: 1.3;
    color: #000;
    display: block;
}
.home-new .home-news ul.news-list li .text a:hover {
    color: #205971;
}
.home-new .home-news ul.news-list li .text .date, .home-new .home-news ul.news-list li .text .time {
    font-family: 'gotham-medium', sans-serif;
    font-size: .62rem;
    line-height: 1.2;
    color: #9d9d9d;
}
.home-new .home-news ul.news-list li .text .author {
    margin-top: 2px;
    font-family: 'gotham-medium', sans-serif;
    font-size: .62rem;
    line-height: 1.2;
    color: #9d9d9d;
}
.home-new .home-news ul.news-list li .text .description {
    margin-top: 5px;
    font-size: .7rem;
    line-height: 1.3;
    color: #000;
}
.home-new .home-news ul.news-list:after, .home-new .home-news ul.news-list:before {
    content: " ";
    display: table;
}
.home-new .home-news ul.news-list:after {
    clear: both;
}
.home-new .home-news.latest-buzz h2:before, .home-new .home-news.latest-blogs h2:before {
    content: "\f03a";
    color: #205971;
}
.home-new .home-news.latest-buzz ul.news-list li .text a:hover, .home-new .home-news.latest-blogs ul.news-list li .text a:hover {
    color: #205971;
}
.home-new .home-news.latest-buzz a.view-all, .home-new .home-news.latest-blogs a.view-all {
    color: #0e3e51;
}
.home-new .home-news.latest-buzz a.view-all:after, .home-new .home-news.latest-blogs a.view-all:after {
    background: #205971;
}
.home-new .home-news.latest-buzz a.view-all:hover:after, .home-new .home-news.latest-blogs a.view-all:hover:after {
    background: #0e3e51;
}
.home-new .home-news.events h2:before {
    content: "\f073";
    color: #1e8651;
}
.home-new .home-news.events ul.news-list li .text a:hover {
    color: #1e8651;
}
.home-new .home-news.events a.view-all {
    color: #0c653b;
}
.home-new .home-news.events a.view-all:after {
    background: #1e8651;
}
.home-new .home-news.events a.view-all:hover:after {
    background: #0c653b;
}
.home-new .home-news.popular-buzz h2:before, .home-new .home-news.popular-blogs h2:before {
    content: "\f201";
    color: #397b9e;
}
.home-new .home-news.popular-buzz ul.news-list li .text a:hover, .home-new .home-news.popular-blogs ul.news-list li .text a:hover {
    color: #397b9e;
}
.home-new .home-news.popular-buzz a.view-all, .home-new .home-news.popular-blogs a.view-all {
    color: #295d79;
}
.home-new .home-news.popular-buzz a.view-all:after, .home-new .home-news.popular-blogs a.view-all:after {
    background: #397b9e;
}
.home-new .home-news.popular-buzz a.view-all:hover:after, .home-new .home-news.popular-blogs a.view-all:hover:after {
    background: #295d79;
}
.home-new .home-news.popular-pages h2:before {
    content: "\f201";
    color: #744588;
}
.home-new .home-news.popular-pages ul.news-list li .text a:hover {
    color: #744588;
}
.home-new .home-news.popular-pages a.view-all {
    color: #583067;
}
.home-new .home-news.popular-pages a.view-all:after {
    background: #744588;
}
.home-new .home-news.popular-pages a.view-all:hover:after {
    background: #583067;
}
.home-new .home-news.popular-buzz ul.news-list li .image:after, .home-new .home-news.popular-pages ul.news-list li .image:after, .home-new .home-news.popular-blogs ul.news-list li .image:after {
    width: 15px;
    height: 15px;
    content: '';
    font-family: 'gotham-bold', sans-serif;
    font-size: .55rem;
    line-height: 15px;
    color: #fff;
    text-align: center;
    background: #666;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
}
.home-new .home-news.popular-buzz ul.news-list li .image:after, .home-new .home-news.popular-blogs ul.news-list li .image:after {
    background: #397b9e;
}
.home-new .home-news.popular-pages ul.news-list li .image:after {
    background: #744588;
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(1) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(1) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(1) .image:after {
    content: '1';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(2) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(2) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(2) .image:after {
    content: '2';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(3) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(3) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(3) .image:after {
    content: '3';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(4) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(4) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(4) .image:after {
    content: '4';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(5) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(5) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(5) .image:after {
    content: '5';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(6) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(6) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(6) .image:after {
    content: '6';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(7) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(7) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(7) .image:after {
    content: '7';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(8) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(8) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(8) .image:after {
    content: '8';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(9) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(9) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(9) .image:after {
    content: '9';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(10) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(10) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(10) .image:after {
    content: '10';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(11) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(11) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(11) .image:after {
    content: '11';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(12) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(12) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(12) .image:after {
    content: '12';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(13) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(13) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(13) .image:after {
    content: '13';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(14) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(14) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(14) .image:after {
    content: '14';
}
.home-new .home-news.popular-buzz ul.news-list li:nth-child(15) .image:after, .home-new .home-news.popular-pages ul.news-list li:nth-child(15) .image:after, .home-new .home-news.popular-blogs ul.news-list li:nth-child(15) .image:after {
    content: '15';
}
.home-new .home-news.hex-397b9e h2:before {
    color: #397b9e !important;
}
.home-new .home-news.hex-397b9e ul.news-list li .text a:hover {
    color: #397b9e !important;
}
.home-new .home-news.hex-397b9e a.view-all {
    color: #295d79 !important;
}
.home-new .home-news.hex-397b9e a.view-all:after {
    background: #397b9e !important;
}
.home-new .home-news.hex-397b9e a.view-all:hover:after {
    background: #295d79 !important;
}
.home-new .home-news.hex-397b9e ul.news-list li .image:after {
    background: #397b9e !important;
}
.home-new .home-news.hex-205971 h2:before {
    color: #205971 !important;
}
.home-new .home-news.hex-205971 ul.news-list li .text a:hover {
    color: #205971 !important;
}
.home-new .home-news.hex-205971 a.view-all {
    color: #0e3e51 !important;
}
.home-new .home-news.hex-205971 a.view-all:after {
    background: #205971 !important;
}
.home-new .home-news.hex-205971 a.view-all:hover:after {
    background: #0e3e51 !important;
}
.home-new .home-news.hex-205971 ul.news-list li .image:after {
    background: #205971 !important;
}
.home-new .home-news.hex-1e8651 h2:before {
    color: #1e8651 !important;
}
.home-new .home-news.hex-1e8651 ul.news-list li .text a:hover {
    color: #1e8651 !important;
}
.home-new .home-news.hex-1e8651 a.view-all {
    color: #0c653b !important;
}
.home-new .home-news.hex-1e8651 a.view-all:after {
    background: #1e8651 !important;
}
.home-new .home-news.hex-1e8651 a.view-all:hover:after {
    background: #0c653b !important;
}
.home-new .home-news.hex-1e8651 ul.news-list li .image:after {
    background: #1e8651 !important;
}
.home-new .home-news.hex-744588 h2:before {
    color: #744588 !important;
}
.home-new .home-news.hex-744588 ul.news-list li .text a:hover {
    color: #744588 !important;
}
.home-new .home-news.hex-744588 a.view-all {
    color: #583067 !important;
}
.home-new .home-news.hex-744588 a.view-all:after {
    background: #744588 !important;
}
.home-new .home-news.hex-744588 a.view-all:hover:after {
    background: #583067 !important;
}
.home-new .home-news.hex-744588 ul.news-list li .image:after {
    background: #744588 !important;
}
.home-new .home-news[class*="hex-"] a.view-all:hover {
    color: #fff !important;
}
.home-new .home-news ul.news-list.stacked li {
    padding-bottom: 0;
    border-bottom: none;
}
.home-new .home-news ul.news-list.stacked li .image {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.home-new .home-news ul.news-list.stacked li .image img {
    margin: 0 auto;
    width: 100%;
    max-height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}
.home-new .home-news ul.news-list.stacked li .text {
    padding: 15px 0;
    width: 100%;
}
.home-new .home-news ul.news-list.stacked li .text a {
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.stacked li .text .date {
    font-size: .75rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.stacked li .text .author {
    margin-top: 3px;
    font-size: .75rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.stacked li .text .description {
    margin-top: 10px;
    font-size: .9rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.horizontal-1x4 li {
    margin: 0 10px;
    padding: 10px 0;
    width: calc(25% - 20px);
    font-size: 0;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
}
.home-new .home-news ul.news-list.horizontal-1x4 li .image {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.home-new .home-news ul.news-list.horizontal-1x4 li .image img {
    margin: 0 auto;
    width: 100%;
    max-height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}
.home-new .home-news ul.news-list.horizontal-1x4 li .text {
    padding: 10px 0;
    width: 100%;
}
.home-new .home-news ul.news-list.stacked-2x3 li {
    margin: 0 10px;
    padding: 10px 0;
    width: calc(33.333% - 20px);
    font-size: 0;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
}
.home-new .home-news ul.news-list.stacked-2x3 li:first-child, .home-new .home-news ul.news-list.stacked-2x3 li:nth-child(2) {
    margin: 0 10px;
    padding: 10px 0;
    width: calc(50% - 20px);
}
.home-new .home-news ul.news-list.stacked-2x3 li .image {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.home-new .home-news ul.news-list.stacked-2x3 li .image img {
    margin: 0 auto;
    width: 100%;
    max-height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}
.home-new .home-news ul.news-list.stacked-2x3 li .text {
    padding: 10px 0;
    width: 100%;
}
.home-new .home-news ul.news-list.stacked-2x3 li:first-child .text, .home-new .home-news ul.news-list.stacked-2x3 li:nth-child(2) .text {
    padding: 15px 0;
    width: 100%;
}
.home-new .home-news ul.news-list.stacked-2x3 li:first-child .text a, .home-new .home-news ul.news-list.stacked-2x3 li:nth-child(2) .text a {
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.stacked-2x3 li:first-child .text .date, .home-new .home-news ul.news-list.stacked-2x3 li:nth-child(2) .text .date {
    font-size: .75rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.first-stacked {
    /* min-height: 370px;*/
}
.home-new .home-news ul.news-list.first-stacked li {
    margin: 0 10px;
    padding: 10px 0;
    width: calc(50% - 20px);
    display: block;
    top: 0;
    left: 50%;
    /*float: left;*/
}
.home-new .home-news ul.news-list.first-stacked li:first-child {
    border: none;
    position: absolute;
    left: 0;
}
/*.home-new .home-news ul.news-list.first-stacked li:first-child:after {
    position: relative;
    content: '';
    background: red;
    width: 100%;
    height: 300px;
    display: block;
    top: 0;
    z-index: 0;
}*/
.home-new .home-news ul.news-list.first-stacked li:first-child .image {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.home-new .home-news ul.news-list.first-stacked li:first-child .image img {
    margin: 0 auto;
    width: 100%;
    max-height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}
.home-new .home-news ul.news-list.first-stacked li:first-child .text {
    padding: 15px 0;
    width: 100%;
}
.home-new .home-news ul.news-list.first-stacked li:first-child .text a {
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.first-stacked li:first-child .text .date {
    font-size: .75rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.basic-lg li .image {
    width: 250px;
    height: 162px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.home-new .home-news ul.news-list.basic-lg li .text {
    padding-left: 20px;
    width: calc(100% - 250px);
    display: inline-block;
    vertical-align: middle;
}
.home-new .home-news ul.news-list.basic-lg li .text > a {
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.basic-lg li .text .date {
    font-size: .75rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.basic-lg li .text .author {
    margin-top: 3px;
    font-size: .75rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.basic-lg li .text .description {
    margin-top: 10px;
    font-size: .9rem;
    line-height: 1.3;
}
.home-new .home-news.events ul.news-list li .date-block {
    width: 65px;
    height: 65px;
    font-family: 'gotham-bold', sans-serif;
    font-size: .75rem;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #138352;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.home-new .home-news.events ul.news-list li .date-block a {
    padding: 11px;
    width: 100%;
    height: 100%;
    color: #fff !important;
    color: rgba(255,255,255,.5) !important;
    display: block;
    position: absolute;
    z-index: 5;
}
.home-new .home-news.events ul.news-list li .date-block a strong {
    font-size: 1.65rem;
    line-height: 1;
    color: #fff !important;
    display: block;
}
.home-new section.cta-home .cta {
    height: auto;
    background: #fff;
    position: relative;
}
.home-new section.cta-home .cta .text {
    padding: 15px 25px 0 0;
    width: auto;
    max-width: 90%;
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.home-new section.cta-home .cta .text h2 {
    margin-bottom: 5px;
    font-family: 'gotham-bold', sans-serif;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #000;
    transition: all .2s ease-in-out;
}
.home-new section.cta-home .cta .text h3 {
    margin-bottom: 0;
    width: auto;
    font-family: 'gotham-book', sans-serif;
    font-size: .9rem;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
    transition: all .2s ease-in-out;
}
.home-new section.cta-home .cta a:hover .text h2, .home-new section.cta-home .cta a:hover .text h3 {
    color: #205971;
}
.home-new section.cta-home .cta .image {
    padding-bottom: 80%;
    max-width: 100%;
    height: auto;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}
.home-new section.cta-home .cta .image img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.home-new .image p.video-description {
    margin: 0;
    padding: 15px 0;
    font-family: 'gotham-medium', sans-serif;
    font-weight: normal;
    font-size: .8rem;
    line-height: 1.2;
    color: #000;
    text-align: center;
    background: #fff;
}
.home-new p.quote {
    padding: 20px 50px;
    font-size: 1.2rem;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}
.home-new p.quote:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f10d';
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    color: rgba(0,0,0,.2);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.home-new p.quote:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f10e';
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    color: rgba(0,0,0,.2);
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.home-new section p:last-of-type {
    margin-bottom: 0 !important;
}
.home-new section p:last-of-type + ul, .home-new section p:last-of-type + ol, .home-new section p:last-of-type + .image, .home-new section p:last-of-type + a {
    margin-top: 30px !important;
}
section.background-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff !important;
}
section.no-color {
    background: #fff;
}
section.hex-f1f1f1 {
    background: #f1f1f1;
}
section.hex-cddee7 {
    background: #cddee7;
}
section.hex-c7d5db {
    background: #c7d5db;
}
section.hex-c7e1d3 {
    background: #c7e1d3;
}
section.hex-dcd0e1 {
    background: #dcd0e1;
}
span.hex-397b9e, section.hex-397b9e {
    background: #397b9e !important;
    color: #fff !important;
}
span.hex-205971, section.hex-205971 {
    background: #205971 !important;
    color: #fff !important;
}
span.hex-1e8651, section.hex-1e8651 {
    background: #1e8651 !important;
    color: #fff !important;
}
span.hex-744588, section.hex-744588 {
    background: #744588 !important;
    color: #fff !important;
}
section.hex-397b9e h1, section.hex-397b9e h2, section.hex-397b9e h3, section.hex-397b9e h4, section.hex-397b9e p, section.hex-205971 h1, section.hex-205971 h2, section.hex-205971 h3, section.hex-205971 h4, section.hex-205971 p, section.hex-1e8651 h1, section.hex-1e8651 h2, section.hex-1e8651 h3, section.hex-1e8651 h4, section.hex-1e8651 p, section.hex-744588 h1, section.hex-744588 h2, section.hex-744588 h3, section.hex-744588 h4, section.hex-744588 p, section.background-image h1, section.background-image h2, section.background-image h3, section.background-image h4, section.background-image p {
    color: #fff !important;
}
section.hex-397b9e a, section.hex-205971 a, section.hex-1e8651 a, section.hex-744588 a, section.background-image a {
    color: rgba(255,255,255,.65) !important;
}
section.hex-397b9e a:hover, section.hex-205971 a:hover, section.hex-1e8651 a:hover, section.hex-744588 a:hover, section.background-image a:hover {
    color: #fff !important;
}
section.hex-397b9e a.button, section.hex-205971 a.button, section.hex-1e8651 a.button, section.hex-744588 a.button, section.background-image a.button {
    color: #fff !important;
    background: rgba(0,0,0,.25) !important;
}
section.hex-397b9e a.button:hover, section.hex-205971 a.button:hover, section.hex-1e8651 a.button:hover, section.hex-744588 a.button:hover, section.background-image a.button:hover {
    color: #fff !important;
    background: rgba(0,0,0,.5) !important;
}
section.hex-397b9e .home-news li, section.hex-205971 .home-news li, section.hex-1e8651 .home-news li, section.hex-744588 .home-news li, section.background-image li {
    border-bottom-color: rgba(255,255,255,.15) !important;
}
section.hex-397b9e ul:not(.news-list) li:before, section.hex-205971 ul:not(.news-list) li:before, section.hex-1e8651 ul:not(.news-list) li:before, section.hex-744588 ul:not(.news-list) li:before, section.background-image ul:not(.news-list) li:before {
    color: rgba(255,255,255,.25) !important;
}
section.hex-397b9e .home-news h2, section.hex-205971 .home-news h2, section.hex-1e8651 .home-news h2, section.hex-744588 .home-news h2, section.background-image .home-news h2 {
    border-bottom-color: rgba(255,255,255,.15) !important;
}
section.hex-397b9e .home-news h2:before, section.hex-205971 .home-news h2:before, section.hex-1e8651 .home-news h2:before, section.hex-744588 .home-news h2:before, section.background-image .home-news h2:before, section.hex-397b9e .home-news[class*="hex-"] h2:before, section.hex-205971 .home-news[class*="hex-"] h2:before, section.hex-1e8651 .home-news[class*="hex-"] h2:before, section.hex-744588 .home-news[class*="hex-"] h2:before, section.background-image .home-news[class*="hex-"] h2:before {
    color: rgba(255,255,255,.4) !important;
}
section.hex-397b9e .home-news a.view-all, section.hex-205971 .home-news a.view-all, section.hex-1e8651 .home-news a.view-all, section.hex-744588 .home-news a.view-all, section.background-image .home-news a.view-all, section.hex-397b9e .home-news[class*="hex-"] a.view-all, section.hex-205971 .home-news[class*="hex-"] a.view-all, section.hex-1e8651 .home-news[class*="hex-"] a.view-all, section.hex-744588 .home-news[class*="hex-"] a.view-all, section.background-image .home-news[class*="hex-"] a.view-all {
    color: #fff !important;
}
section.hex-397b9e .home-news a.view-all:hover, section.hex-205971 .home-news a.view-all:hover, section.hex-1e8651 .home-news a.view-all:hover, section.hex-744588 .home-news a.view-all:hover, section.background-image .home-news a.view-all:hover {
    
}
section.hex-397b9e .home-news a.view-all:after, section.hex-205971 .home-news a.view-all:after, section.hex-1e8651 .home-news a.view-all:after, section.hex-744588 .home-news a.view-all:after, section.background-image .home-news a.view-all:after, section.hex-397b9e .home-news[class*="hex-"] a.view-all:after, section.hex-205971 .home-news[class*="hex-"] a.view-all:after, section.hex-1e8651 .home-news[class*="hex-"] a.view-all:after, section.hex-744588 .home-news[class*="hex-"] a.view-all:after, section.background-image .home-news[class*="hex-"] a.view-all:after {
    background: rgba(0,0,0,.25) !important;
}
section.hex-397b9e .home-news a.view-all:hover:after, section.hex-205971 .home-news a.view-all:hover:after, section.hex-1e8651 .home-news a.view-all:hover:after, section.hex-744588 .home-news a.view-all:hover:after, section.background-image .home-news a.view-all:hover:after, section.hex-397b9e .home-news[class*="hex-"] a.view-all:hover:after, section.hex-205971 .home-news[class*="hex-"] a.view-all:hover:after, section.hex-1e8651 .home-news[class*="hex-"] a.view-all:hover:after, section.hex-744588 .home-news[class*="hex-"] a.view-all:hover:after, section.background-image .home-news[class*="hex-"] a.view-all:hover:after {
    background: rgba(0,0,0,.5) !important;
}
section.hex-397b9e .home-news a, section.hex-205971 .home-news a, section.hex-1e8651 .home-news a, section.hex-744588 .home-news a, section.background-image .home-news a {
    color: #fff !important;
}
section.hex-397b9e .home-news a:hover, section.hex-205971 .home-news a:hover, section.hex-1e8651 .home-news a:hover, section.hex-744588 .home-news a:hover, section.hex-397b9e .home-news[class*="hex-"] a:hover, section.hex-205971 .home-news[class*="hex-"] a:hover, section.hex-1e8651 .home-news[class*="hex-"] a:hover, section.hex-744588 .home-news[class*="hex-"] a:hover, section.hex-397b9e .home-news[class*="hex-"] ul.news-list li .text a:hover, section.hex-205971 .home-news[class*="hex-"] ul.news-list li .text a:hover, section.hex-1e8651 .home-news[class*="hex-"] ul.news-list li .text a:hover, section.hex-744588 .home-news[class*="hex-"] ul.news-list li .text a:hover {
    color: rgba(255,255,255,.65) !important;
}
section.hex-397b9e .home-news ul.news-list li .text .date, section.hex-397b9e .home-news ul.news-list li .text .time, section.hex-205971 .home-news ul.news-list li .text .date, section.hex-205971 .home-news ul.news-list li .text .time, section.hex-1e8651 .home-news ul.news-list li .text .date, section.hex-1e8651 .home-news ul.news-list li .text .time, section.hex-744588 .home-news ul.news-list li .text .date, section.hex-744588 .home-news ul.news-list li .text .time, section.background-image .home-news ul.news-list li .text .date, section.background-image .home-news ul.news-list li .text .timesection.hex-397b9e .home-news ul.news-list li .text .author, section.hex-397b9e .home-news ul.news-list li .text .description, section.hex-205971 .home-news ul.news-list li .text .author, section.hex-205971 .home-news ul.news-list li .text .description, section.hex-1e8651 .home-news ul.news-list li .text .author, section.hex-1e8651 .home-news ul.news-list li .text .description, section.hex-744588 .home-news ul.news-list li .text .author, section.hex-744588 .home-news ul.news-list li .text .description, section.background-image .home-news ul.news-list li .text .author, section.background-image .home-news ul.news-list li .text .description {
    color: rgba(255,255,255,.5) !important;
}
section.hex-397b9e .home-news.events ul.news-list li .date-block, section.hex-205971 .home-news.events ul.news-list li .date-block, section.hex-1e8651 .home-news.events ul.news-list li .date-block, section.hex-744588 .home-news.events ul.news-list li .date-block {
    background: rgba(0,0,0,.25) !important;
}
section.hex-f1f1f1 .featured .text {
    background: #f1f1f1;
}
section.hex-cddee7 .featured .text {
    background: #cddee7;
}
section.hex-c7d5db .featured .text {
    background: #c7d5db;
}
section.hex-c7e1d3 .featured .text {
    background: #c7e1d3;
}
section.hex-dcd0e1 .featured .text {
    background: #dcd0e1;
}
section.hex-397b9e .featured .text {
    background: #397b9e;
}
section.hex-205971 .featured .text {
    background: #205971;
}
section.hex-1e8651 .featured .text {
    background: #1e8651;
}
section.hex-744588 .featured .text {
    background: #744588;
}
section.background-image .featured .text {
    padding: 3% 4% !important;
    background: rgba(0,0,0,.25) !important;
}
section.background-image .featured.below .text {
    padding: 3% 4% !important;
}
section.hex-397b9e .featured a:hover, section.hex-397b9e .featured a:hover h1, section.hex-397b9e .featured a:hover h2, section.hex-397b9e .featured a:hover h3, section.hex-397b9e .featured a:hover p, section.hex-205971 .featured a:hover, section.hex-205971 .featured a:hover h1, section.hex-205971 .featured a:hover h2, section.hex-205971 .featured a:hover h3, section.hex-205971 .featured a:hover p, section.hex-1e8651 .featured a:hover, section.hex-1e8651 .featured a:hover h1, section.hex-1e8651 .featured a:hover h2, section.hex-1e8651 .featured a:hover h3, section.hex-1e8651 .featured a:hover p, section.hex-744588 .featured a:hover, section.hex-744588 .featured a:hover h1, section.hex-744588 .featured a:hover h2, section.hex-744588 .featured a:hover h3, section.hex-744588 .featured a:hover p, section.background-image .featured a:hover, section.background-image .featured a:hover h1, section.background-image .featured a:hover h2, section.background-image .featured a:hover h3, section.background-image .featured a:hover p {
    color: rgba(255,255,255,.65) !important;
}
.home-new .home-news.events.hex-397b9e ul.news-list li .date-block {
    background: #397b9e;
}
.home-new .home-news.events.hex-205971 ul.news-list li .date-block {
    background: #205971;
}
.home-new .home-news.events.hex-1e8651 ul.news-list li .date-block {
    background: #1e8651;
}
.home-new .home-news.events.hex-744588 ul.news-list li .date-block {
    background: #744588;
}
.divider-block {
    
}
.divider-block-border {
    border-bottom: 1px solid #ebebeb;
}
section.hex-397b9e .divider-block-border, section.hex-205971 .divider-block-border, section.hex-1e8651 .divider-block-border, section.hex-744588 .divider-block-border, section.background-image li {
    border-bottom-color: rgba(255,255,255,.15) !important;
}
.layout-selection {
    height: 50px;
    padding: 10px 15px;
    font-size: 0;
    background: #fff;
    border-radius: 3px 0 0 0;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    transition: all .2s ease-in-out;
}
.layout-selection i.layout-icon {
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer;
}
select#layout-select {
    margin: 0 5px 0 0;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    vertical-align: middle;
    display: none;
}
.layout-selection.open i.layout-icon:before {
    content: "\f057";
}
.layout-selection.open select#layout-select {
    display: inline-block;
}

/* BOARDS MAP */
.map-boards {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 900px;
    height: 100%;
    position: relative;
}
.map-boards .group {
    opacity: 0;
    transition: all .2s ease-in-out;
    cursor: pointer;
    z-index: 99;
}
.map-boards a:nth-of-type(1n) .group{
    fill: rgba(30,134,81,.5);
}
.map-boards a:nth-of-type(2n) .group{
    fill: rgba(32,89,113,.5);
}
.map-boards a:nth-of-type(3n) .group{
    fill: rgba(71,166,218,.5);
}
.map-boards a:nth-of-type(4n) .group{
    fill: rgba(116,69,136,.5);
}
.map-boards .group:hover {
    opacity: 1;
}
.map-boards g:hover .group {
    opacity: 1;
}
.map-boards .local-map-circles {
    width: 100%;
    height: 100%;
    background-image: url(../images/local-map-circles.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    /*mix-blend-mode: darken;*/
}
#tooltip {
    z-index: 99;
}
.map-boards #map-groups {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.map-boards #map-counties {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
ul.boards-list {
    padding-left: 1em;
    column-count: 3;
    column-gap: 40px;
    font-size: 18px;
    line-height: 22px;
}
ul.boards-list li {
    margin-bottom: 10px;
}
section.full-width, section.no-pad {
    padding: 0 !important;
}
section.full-width .container {
    padding: 0 !important;
    width: 100%;
}
.home-new section.full-width .row {
    margin: 0 !important;
}
.home-new section.full-width .row [class*="col-"] {
    padding: 0 !important;
}
section.full-width .container .image, section.no-pad .container .image {
    margin:  0 !important;
}
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    background:white;
    color:blue;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow:auto;
    margin: 10px;
    padding:5px;
    font-size:1.4em;
    z-index:999;
}
a.anchor {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}
section.quarters .row .col-sm-4 {
    width: 25% !important;
    float: left !important;
}
section.quarters .row .col-sm-8 {
    width: 75% !important;
    float: left !important;
}

.ui-widget-content [aria-describedby="jqMeetingsExhibitors_name"] a {
    text-decoration: underline !important;
    font-family: 'gotham-bold', sans-serif !important;
}

/* OWL CAROUSEL */
.owl-carousel.home-buzz {
/*    margin: 0 auto;*/
/*    width: 95%;*/
}
.owl-carousel.home-buzz .owl-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    pointer-events: none;
}
.owl-carousel.home-buzz .owl-prev, .owl-carousel.home-buzz .owl-next {
    width: clamp(40px, 5vw, 90px);
    height: clamp(40px, 5vw, 90px);
    font-size: 0;
    line-height: clamp(40px, 5vw, 90px);
    text-align: center;
    color: #205971;
    opacity: 1;
    transition: all .2s ease-in-out;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
}
.owl-carousel.home-buzz .owl-prev:hover, .owl-carousel.home-buzz .owl-next:hover {
    color: #2bb673;
    opacity: 1;
}
.owl-carousel.home-buzz .owl-prev {
    position: absolute;
    left: clamp(-106px, -7vw, -126px);
}
.owl-carousel.home-buzz .owl-next {
    position: absolute;
    right: clamp(-106px, -7vw, -126px);
}
.owl-carousel.home-buzz .owl-prev:before, .owl-carousel.home-buzz .owl-next:before {
    font-family: "Font Awesome Kit";
    font-size: clamp(40px, 5vw, 90px) !important;
    font-weight: 400;
}
.owl-carousel.home-buzz .owl-prev:before {
    content: "\e015";
}
.owl-carousel.home-buzz .owl-next:before {
    content: "\e010";
}

.home-new .container .text a:not(.button), section.content .container a:not(.button) {
    text-decoration: underline;
}
.home-buzz a, .ticker a, .news-list a, .sidebar a, .button-register, .speakers a, .pagination a {
    text-decoration: none !important;
}

section.page-title input {
    margin: 0 -2.25rem 0 0;
    padding-right: 2.5rem;
    padding-left: .75rem;
    max-width: 60%;
    font-size: clamp(14px, 1vw, 18px);
    border-radius: 50rem;
}
section.page-title .button {
    padding: 12px;
    background: rgb(94, 175, 225);
    background: -moz-linear-gradient(45deg, rgba(94,175,225,1) 0%, rgba(51,181,137,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(94, 175, 225, 1) 0%, rgba(51, 181, 137, 1) 100%);
    background: linear-gradient(45deg, rgba(94, 175, 225, 1) 0%, rgba(51, 181, 137, 1) 100%);
    border-radius: 50rem;
    position: relative;
}
section.page-title .button:hover {
    background: -moz-linear-gradient(45deg, rgba(51,181,137,1) 0%, rgba(51,181,137,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(51, 181, 137, 1) 0%, rgba(51, 181, 137, 1) 100%);
    background: linear-gradient(45deg, rgba(51, 181, 137, 1) 0%, rgba(51, 181, 137, 1) 100%);
}
section.page-title .button:after {
    display: none;
}

@media screen and (max-width:1880px) {
body.home section.home-buzz .container {
    padding-left: clamp(30px, 4.55vw, 80px) !important;
    padding-right: clamp(30px, 4.55vw, 80px) !important;
}
.owl-carousel.home-buzz .owl-prev, .owl-carousel.home-buzz .owl-next {
    width: clamp(30px, 4.55vw, 80px);
    height: clamp(30px, 4.55vw, 80px);
    line-height: clamp(30px, 4.55vw, 80px);
}
.owl-carousel.home-buzz .owl-prev:before, .owl-carousel.home-buzz .owl-next:before {
    font-size: clamp(30px, 4.55vw, 80px) !important;
}
}

@media screen and (max-width:1700px) {
body.home .container, header .container, header nav .container, footer .container {
    width: 100% !important;
}
body.home .container, body header > .container, footer .container, header nav > ul.main-nav > li div.search-form {
    padding-left: clamp(18px, 2.75vw, 50px) !important;
    padding-right: clamp(18px, 2.75vw, 50px) !important;
}
header nav > ul.main-nav > li div.search-form a.button {
    right: clamp(18px, 2.75vw, 50px) !important;
}
header nav .container, body.home header nav .container {
    padding: 0 !important;
    height: auto;
}
body.home section.home-buzz .container {
    padding-left: clamp(42px, 6.55vw, 118px) !important;
    padding-right: clamp(42px, 6.55vw, 118px) !important;
}
.owl-carousel.home-buzz .owl-prev {
    position: absolute;
    left: clamp(-78px, -6vw, -108px);
}
.owl-carousel.home-buzz .owl-next {
    position: absolute;
    right: clamp(-78px, -6vw, -108px);
}
}

@media screen and (max-width:1440px) {
.owl-carousel.home-buzz .owl-prev {
    left: clamp(-58px, -6vw, -108px);
}
.owl-carousel.home-buzz .owl-next {
    right: clamp(-58px, -6vw, -108px);
}
}

@media screen and (max-width:1400px) {
.container {
    padding: 0 50px;
    width: 100%;
}
}

@media only screen and (max-width: 1250px) {
.container {
    padding: 0 35px;
}
.logo-main {
    left: 35px;
}
header nav > ul.main-nav, header nav > ul.top-nav {
    font-size: 15px;
    letter-spacing: 0;
    right: 35px;
}
header.new nav > ul.main-nav > li > a {
    padding: 15px 6px 28px 6px;
}
header nav > ul.top-nav > li > a {
    padding: 8px;
}
header nav > ul.top-nav > li div.search-form.open, header.new nav > ul.top-nav > li div.search-form.open, .ui-widget.ui-widget-content.ui-autocomplete {
    width: 825px;
}
/*section:first-of-type {
    margin-top: 190px;
}*/
footer .col-md-4 {
    width: 350px;
}
footer .col-md-5 {
    width: calc(100% - 350px);
}
footer .col-md-3 {
    margin-top: 30px;
    padding-top: 30px;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
}
form[name="login"] label.remember {
    padding: 15px 0 0;
    display: block;
}
ul.owl-carousel.sponsor-list {
    margin: 0 auto;
    width: 95%;
}
.owl-prev {
    position: absolute;
    left: -30px;
}
.owl-next {
    position: absolute;
    right: -30px;
}
section.hero.home.convention .text .image {
    width: 60%;
}
section.hero.home.convention .text .info {
    width: 40%;
}
ul.speakers > li {
    width: 33.333%;
}
ul.sponsors > li {
    width: 33.333%;
}
section.home-links .container > .row {
    margin-right: -2% !important;
    margin-left: -2% !important;
    display: flex;
    gap: 0;
}
section .sidebar ul.submenu {
    margin-right: .75rem;
    margin-left: .75rem;
}
section .sidebar .container h3 {
    margin-left: .75rem;
}
}

@media only screen and (max-width: 1150px) {
footer > .container {
    margin: 0 auto;
    width: auto !important;
    grid-template-columns: 11rem 19rem;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
}
footer > .container .col:nth-of-type(3), footer > .container .col:nth-of-type(4) {
    grid-row-start: 2;
}
footer > .container .col:nth-of-type(1), footer > .container .col:nth-of-type(3) {
    display: flex;
    justify-content: center;
}
section.home-links .container > .row {
    margin-right: -2% !important;
    margin-left: -2% !important;
    display: block;
}
section.home-links .container > .row [class*="col-"] {
    margin: 1rem auto;
    width: 50% !important;
    float: left;
}
section.home-links .text > div {
    padding: .75rem 1rem 1rem;
}
.ui-widget.ui-widget-content.ui-autocomplete {
    width: calc(100% - 70px);
    max-width: calc(100% - 70px);
    max-height: calc(100vh - 115px);
    overflow-x: scroll;
    position: relative;
}
section.hero.home ul.hero {
    height: 500px;
}
section.hero.home ul.hero li {
    height: 500px;
}
section.hero.home .text h1 {
    margin-bottom: 30px;
    font-size: 100px;
    line-height: 100px;
}
section.hero.home .text p {
    margin-bottom: 20px;
    width: 50%;
    font-size: 30px;
    line-height: 36px;
}
section.cta-home .cta .text h2 {
    font-size: 20px;
    line-height: 24px;
}
section.cta-home .cta .text h3 {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
}
section.cta-home .cta .text span.more {
    margin-top: 10px;
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
}
section ul.legal-library li {
    width: 20%;
}
/* NEW HOME PAGE */
.home-new section .col-sm-6 .featured .text {
    padding: 20px 30px 0 0;
    max-width: 90%;
}
.home-new section .col-sm-6 .featured .text h1 {
    font-size: 1.75rem;
    line-height: 1;
}
.home-new section .col-sm-6 .featured .text p {
    font-size: 1rem;
    line-height: 1.2;
}
ul.boards-list {
    column-count: 2;
}
}

@media only screen and (max-width: 1000px) {
section.hero.home .text h1 {
    margin-bottom: 25px;
    font-size: 75px;
    line-height: 75px;
}
section.hero.home .text p {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
}
section.page-title ul.breadcrumbs a {
    font-family: 'gotham-medium', sans-serif;
    font-size: 11px;
    letter-spacing: -.05em;
}
section ul.news-list li {
    width: 50%;
}
section ul.legal-library li {
    width: 25%;
}
section ul.legal-library li img, section ul.legal-library li .icon {
    width: 70%;
}
ul.team li {
    width: 50%;
}
#fundraising-goal {
    font-size: 18px;
}
.goal-progress {
    width: 100%;
}
.current-amount {
    margin-bottom: 15px;
    padding: 0;
    line-height: 20px;
    text-align: center;
    display: block;
}
.goal-amount {
    margin-top: 15px;
    padding: 0;
    line-height: 20px;
    text-align: center;
    display: block;
}
section.landing ul.submenu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
section.hero.home.convention .container {
    /*height: auto;
    top: auto;
    bottom: 50px;*/
}
/*section.hero.home.convention .text {
    padding-bottom: 50px;
}*/
section.hero.home.convention .text .image {
    margin: 0 auto;
    padding: 0 0 40px;
    width: 100%;
    max-width: 750px;
    display: block;
}
section.hero.home.convention .text .info {
    width: 100%;
    display: block;
}
nav.convention ul li a {
    padding: 6px 12px;
}
ul.speakers > li {
    width: 50%;
}
ul.sponsors > li {
    width: 50%;
}
/* NEW HOME PAGE */
.home-new section::not(.content) {
    padding: 15px 0;
}
.home-new section:last-of-type {
    padding-bottom: 35px;
}
.home-new section:not(.cta-home,.convention) [class*="col-"] {
    margin-bottom: 30px;
    width: 100%;
    float: none;
}
.home-new section:not(.cta-home) [class*="col-"]:last-of-type {
    margin-bottom: 0;
}
.home-new section .col-sm-12 .featured .image {
    padding-bottom: 65%;
    max-width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.home-new section .featured .text {
    padding: 25px 35px 0 0;
    width: 100%;
    max-width: 100% !important;
    position: relative;
}
.home-new section .col-sm-6 .featured .text h1 {
    font-size: 2.25rem;
    line-height: 1;
}
.home-new section .col-sm-6 .featured .text p {
    font-size: 1.2rem;
    line-height: 1.2;
    vertical-align: top;
}
.home-new section .col-sm-4 .featured .text h1 {
    margin-bottom: 10px;
    font-size: 2.25rem;
    line-height: 1;
}
.home-new section .col-sm-4 .featured .text p {
    font-size: 1.2rem;
    line-height: 1.2;
    vertical-align: top;
}
section.cta-home .row {
    margin-right: -10px !important;
    margin-left: -10px !important;
}
section.cta-home .row [class*="col-"] {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.home-new section.cta-home .cta .image {
    padding-bottom: 65%;
}
.home-new section.cta-home .cta .text {
    max-width: 95%;
}
.home-new section.cta-home .cta .text h2 {
    font-size: 1rem;
    line-height: 1.2;
}
.home-new section.cta-home .cta .text h3 {
    font-size: .75rem;
    line-height: 1.2;
}
section .image {
    margin: 1.5rem 0;
}
section .image .embed-container {
     margin-bottom: 0; 
}
body.home .home-new [class*="col-"] {
  margin-bottom: 2rem;

}
section.cta-bar-1 .container .row {
    display: block;
    align-items: center;
}
section.cta-bar-1 .container .row [class*="col-"] {
    margin: 1rem auto;
    max-width: 600px;
}
section.market-data .row [class*="col-"] {
    margin:  auto;
    max-width: 600px;
}
}

@media screen and (max-width:900px) {
html.lock, html.lock body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
header.switch.down nav .container, header.switch.down nav .container .logo-main, header.switch.down nav .container .top-nav {
  height: auto;
  opacity: 1;
  visibility: visible;
}
header .logo-main {
  margin-top: clamp(18px, 2vw, 36px);
  margin-bottom: clamp(18px, 2vw, 36px);
}
header a.menu {
    width: 25px;
    height: 17px;
    position: absolute;
    top: 2.215rem;
    right: clamp(24px, 3vw, 54px);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 99;
    display: block;
}
header a.menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #4b4b4b;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
header a.menu span:nth-child(1) {
    top: 0px;
}
header a.menu span:nth-child(2), header a.menu span:nth-child(3) {
    top: 7px;
}
header a.menu span:nth-child(4) {
    top: 14px;
}
header a.menu.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}
header a.menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header a.menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header a.menu.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}
body.home header:not(.open,.small) a.menu span {
    background: #fff;
}
body.home header.open {
    background: #fff !important;
    transition: none;
}
header.open nav {
    margin: 0;
    padding: 0 0 10rem;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: relative;
    left: 0;
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    top: 0;
}
header nav .container {
    display: block;
}
header.open nav .container {
    position: fixed;
    z-index: 20;
}
header.open nav .container:before {
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
    position: absolute;
    left: clamp(-30px, -2.75vw, -50px);
}
header nav > ul {
    margin: 0;
    display: none !important;
}
header.open nav > ul.main-nav {
    margin: 8rem 0 10px;
    display: block !important;
    position: relative;
    bottom: auto;
    right: auto;
}
header nav > ul.main-nav li {
    width: 100%;
    font-size: clamp(16px, 1.5vw, 28px);
    display: block;
    position: relative;
}
header nav > ul.main-nav > li {
    border-bottom: 1px solid #ebebeb;
}
header nav > ul.main-nav > li > div.trigger {
    display: none;
}
header nav > ul.main-nav > li.has-submenu.active > a:before {
    display: none;
}
header nav > ul.main-nav > li .submenu-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #fff;
    font-family: 'gotham-book', sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: auto;
    opacity: 1;
    visibility: visible;
    display: none;
}
header nav > ul.main-nav > li.active > .submenu-wrapper, header nav > ul.main-nav > li > .submenu-wrapper ul > li.active > .submenu-wrapper {
    display: block;
}
header nav > ul.main-nav li .submenu-wrapper li .submenu-wrapper {
    left: 0 !important;
    top: 0;
    position: relative;
    z-index: 0;
}
header nav > ul.main-nav > li.active > .submenu-wrapper .container {
    padding: 0;
}
header nav > ul.main-nav > li.active > .submenu-wrapper .row {
    margin: 0;
}
header nav > ul.main-nav > li.active > .submenu-wrapper .col-sm-4 {
    display: none;
}
header nav > ul.main-nav > li.active > .submenu-wrapper .col-sm-8 {
    padding: 0;
    width: 100%;
}
header nav > ul.main-nav > li > .submenu-wrapper .close-bar {
    display: none;
}
header nav > ul.main-nav > li a, header.new nav > ul.main-nav > li a {
    text-align: left;
    display: block;
}
header nav > ul.main-nav > li.has-submenu a:after {
    display: none !important;
}
header nav > ul.main-nav > li > a:hover, header nav > ul.main-nav > li:hover > a {
    background: #fff;
    color: #67686a;
}
header.new nav > ul.main-nav > li:hover > a, header.new nav > ul.main-nav > li.active > a {
    color: #000;
}
header nav > ul.main-nav > li div.submenu-link {
    margin: 0;
    padding: 0;
    width: 3.25rem;
    height: 3.25rem;
    color: #67686a;
    line-height: 3.25rem !important;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
header nav > ul.main-nav > li.active ul li div.submenu-link {
    color: #fff;
}
header nav > ul.main-nav > li div.submenu-link:before {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome 6 Pro';
    content: '\f067';
    font-size: 13px;
    color: #2bb673;
    text-align: center;
    display: block;
}
header nav > ul.main-nav > li.active ul li div.submenu-link:before {
    color: rgba(255,255,255,.5);
}
header nav > ul.main-nav > li.active > div.submenu-link:before, header nav > ul.main-nav > li.active ul li.active div.submenu-link:before {
    content: '\f068';
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li > a, header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li > a:hover {
    margin: 0;
    padding: 1.25rem .675rem;
    font-size: clamp(16px, 1.5vw, 28px);
    line-height: clamp(16px, 1.5vw, 28px);
    color: #fff;
    background: #205971;
    border-top: 1px solid rgba(255,255,255,.15);
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu li .submenu-wrapper ul.submenu div.submenu-link {
    display: none;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li > p {
    display: none;
}
header nav > ul.main-nav > li:last-child, header nav > ul.main-nav > li:nth-last-child(2) {
    border-bottom: none;
}
header nav > ul.main-nav > li > .submenu-wrapper ul.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}
header nav > ul.main-nav > li > .submenu-wrapper ul.submenu > li > .submenu-wrapper ul.submenu li a {
    padding-left: 1.25rem;
    background: #0b3d50;
}
header nav > ul.main-nav > li > .submenu-wrapper ul.submenu > li > .submenu-wrapper ul.submenu li a:before {
    width: 1.25rem;
    height: 3.25rem;
    line-height: 3.25rem !important;
    text-align: center;
    content: '- ';
    position: absolute;
    left: 0rem;
    top: 0rem;
}
header nav ul.top-nav {
    display: none !important;
    position: relative;
}
header.open nav ul.top-nav {
    margin-bottom: 1rem;
    text-align: center;
    display: block !important;
    position: relative;
    left: clamp(-18px, -2.75vw, -50px);
}
header nav ul.top-nav > li {
    padding: 0 .325rem;
}

header nav > ul.top-nav > li.login, header nav > ul.top-nav > li.search, header nav > ul.top-nav > li:nth-last-child(3) {
    border: none;
}
header nav > ul.top-nav > li.search {
    border: none;
    position: unset;
}
header nav > ul.main-nav > li a#search-open {
    display: none;
}
header nav > ul.main-nav > li div.search-form {
    margin-top: 1rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
    visibility: visible;
    opacity: 1;
}
header nav > ul.main-nav > li div.search-form a.button {
    right: 0 !important;
}

header.new nav > ul.top-nav > li div.search-form a.button, header.new nav > ul.top-nav > li div.search-form a.button:hover {
    margin: 0;
    padding: 0 10px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #000;
}
header.new nav > ul.top-nav > li.login {
    padding-top: 10px;
}
header.new nav > ul.top-nav > li a.login {
    display: inline-block;
}
header.new nav > ul.top-nav > li a.login:before, header.new nav > ul.top-nav > li a.login:hover:before {
    color: #000;
}
header.new nav > ul.top-nav > li a.login:after, header.new nav > ul.top-nav > li a.login:hover:after {
    display: none;
}
header.new nav > ul.top-nav > li a.login span {
    padding: 0 5px;
    font-family: 'gotham-bold', sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: #205971;
    background: transparent;
    border-bottom: none;
    opacity: 1;
    visibility: visible;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    pointer-events: all;
}
header.new nav > ul.top-nav > li a.login span:before {
    display: none;
}
body:not(.home) section:first-of-type {
    margin-top: 90px;
}
.home-new .owl-carousel.home-buzz .row {
  margin: 0 !important;
}
.owl-carousel.home-buzz .owl-prev {
    left: clamp(-38px, -6vw, -108px);
}
.owl-carousel.home-buzz .owl-next {
    right: clamp(-38px, -6vw, -108px);
}
}

@media only screen and (max-width: 768px) {
h1 {
    font-size: 30px;
    line-height: 40px
}
h2 {
    font-size: 22px;
    line-height: 26px;
}
.container {
    padding: 0 25px;
}
.ui-widget.ui-widget-content.ui-autocomplete {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
}
footer [class*="col-"] {
    margin-top: 30px;
    padding-top: 30px;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
}
footer [class*="col-"]:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: none;
}
.image.left, .image.right {
    margin: 30px 0;
    max-width: 100%;
    float: none;
}
section .image.featured {
    margin-top: 0;
}
section {
    padding: 50px 0;
}
section.hero.home ul.hero {
    height: 500px;
}
section.hero.home ul.hero li {
    height: 500px;
}
section.hero.home .text h1 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 70px;
}
section.hero.home .text p {
    margin-bottom: 15px;
    width: 75%;
    font-size: 20px;
    line-height: 26px;
}
div.amount-raised {
    padding: 20px;
    font-size: 20px;
}
section.about-home [class*="col-"] {
    margin-top: 40px;
}
section.about-home [class*="col-"]:first-of-type {
    margin-top: 0;
}
section.news-home [class*="col-"] {
    margin-top: 20px;
}
section.news-home [class*="col-"]:first-of-type {
    margin-top: 0;
}
section.cta-home .cta {
    height: 400px;
}
section.cta-home [class*="col-"] {
    margin-top: 20px;
}
section.cta-home [class*="col-"]:first-of-type {
    margin-top: 0;
}
section.page-title {
    padding: 40px 0 !important;
}
section.page-title ul.breadcrumbs {
    display: none;
}
section.page-title h1 {
    font-size: 30px;
    line-height: 35px;
}
section.page-title.blog {
    padding: 31px 0;
}
section.page-title.blog .logo-buzz {
    width: 150px;
}
section .sidebar .container {
    margin-top: 30px;
    padding: 30px 0 0 0;
    width: 100%;
    border-left: none;
    border-top: 1px solid #d7d7d7;
}
section .share-tags .tags {
    margin: 15px 0 0 0;
    display: block;
}
section ul.legal-library li {
    width: 33.333%;
}
section ul.legal-library li img, section ul.legal-library li .icon {
    width: 70%;
}
ul.team {
    padding: 0;
}
ul.team li {
    padding: 3% 4%;
}
.bio-info {
    width: 50%;
}
section.landing .image.featured {
    margin: 30px 0;
}
section.landing ul.submenu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
section .event-info {
    margin: 30px 0 30px 0;
    padding: 25px;
    display: block;
    float: none;
}
.filters {
    float: none;
}
.filters #loading {
    font-size: 0;
    position: relative;
    left: auto;
    top: auto;
}
section ul.list, section ol.list {
    max-width: 100%;
}
form[name="login"] label.remember {
    padding: 5px 15px;
    display: inline-block;
}
nav.convention {
    padding: 0;
    position: relative;
}
nav.convention a.menu-convention {
    padding: 12px 15px;
    font-family: 'gotham-medium', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: .05em;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
nav.convention a.menu-convention:after {
    margin-left: 5px;
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: rgba(255,255,255,.5);
    display: inline-block;
    position: relative;
    top: 0;
}
nav.convention.open a.menu-convention {
    background: rgba(0,0,0,.15);
}
nav.convention.open a.menu-convention:after {
    content: "\f106";
}
nav.convention ul {
    padding: 0 15px;
    width: 100%;
    background: #2bb673;
    position: absolute;
    z-index: 99;
    display: none;
}
nav.convention.open ul {
    display: block;
}
nav.convention ul li {
    border-top: 1px solid rgba(255,255,255,.2);
    float: none;
}
nav.convention ul li:first-of-type {
    border: none;
}
nav.convention ul li a, nav.convention ul li a:hover, nav.convention ul li a.active {
    padding: 15px;
    font-size: 15px;
    background: none;
}
section.page-title.convention h1 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
section.page-title.convention .row {
    display: block;
    align-items: center;
}
section.page-title.convention .text h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
}
section.page-title.convention .text h3 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
}
ul.speakers {
    margin: 0 !important;
    padding: 0;
}
ul.speakers > li {
    padding: 3% 4%;
}
ul.sponsors {
    margin: 0 0 50px !important;
    padding: 0;
}
ul.sponsors > li {
    padding: 3% 4%;
}
div.photo-frame:not(.row) {
    text-align: center;
}
div.photo-frame:not(.row) .text {
    padding: 30px 0 0 0;
    width: 100%;
    display: block;
}
/* NEW HOME PAGE */
.home-new .home-news ul.news-list.horizontal-1x4 li {
    width: calc(50% - 20px);
}
section.quarters .row .col-sm-4, section.quarters .row .col-sm-8 {
    width: unset !important;
    height: auto !important;
    float: none !important;
}
section.quarters .row .col-sm-4 .image {
    max-width: 350px;
}
section.page-title.blog + section.content:has(.sidebar) .col-sm-9 {
    padding-left: 1%;
    padding-right: 1%;
    width: 100%;
}
section.page-title.blog + section.content:has(.sidebar) .sidebar {
    padding-left: 1%;
    padding-right: 1%;
    width: 100%;
}
section .sidebar ul.submenu {
    max-width: calc(355px - 1.5rem);
}
section .sidebar .image.top {
    max-width: 350px;
}
}

@media only screen and (max-width: 600px) {
img.alignnone, img.alignleft, img.alignright {
    margin: 0 0 30px 0;
    max-width: 100%;
    float: none;
}
img.size-medium {
    width: 100%;
    height: auto;
}
section.hero.home .text h1 {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 50px;
}
section.cta-home .cta {
    height: 320px;
}
section.page-title h1 {
    font-size: 28px;
    line-height: 32px;
}
section.page-title.blog {
    padding: 30px 0 29px;
}
section ul.news-list li {
    width: 100%;
}
section ul.legal-library li {
    width: 50%;
}
section ul.legal-library li img, section ul.legal-library li .icon {
    width: 60%;
}
ul.team li {
    padding: 20px 0;
    width: 100%;
}
.bio-info {
    padding: 0 0 25px 0;
    width: 100%;
    display: block;
    float: none;
}
.bio-info img {
    margin-bottom: 25px;
    width: 100%;
    height: auto;
}
.bio-info a.button {
    margin-right: 10px;
}
p.error-404 {
    text-align: center;
}
p.error-404 .fa {
    margin: 0 0 10px 0;
    font-size: 50px;
    top: 0;
    display: block;
}
section.landing ul.submenu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.login-info {
    padding: 20px;
}
section.hero.home.convention .text .image {
    padding-bottom: 30px;
}
section.hero.home.convention .text h1 {
    font-size: 30px;
    line-height: 30px;
}
section.hero.home.convention .text h2 {
    font-size: 18px;
    line-height: 20px;
}
ul.speakers > li {
    padding: 20px 0;
    width: 100%;
}
ul.sponsors > li {
    padding: 20px 0;
    width: 100%;
}
/* NEW HOME PAGE */
.home-new section .featured .text {
    max-width: 90% !important;
}
.home-new section .featured .text h1 {
    font-size: 1.75rem !important;
    line-height: 1 !important;
}
.home-new section .featured .text p {
    font-size: 1rem !important;
    line-height: 1.2 !important;
}
.home-new .home-news ul.news-list.first-stacked li {
    width: calc(100% - 20px);
    position: relative !important;
    left: 0;
}
.home-new .home-news ul.news-list.horizontal-1x4 li {
    width: calc(100% - 20px);
}
.home-new .home-news ul.news-list.stacked-2x3 li {
    width: calc(100% - 20px) !important;
}
.home-new .home-news ul.news-list.stacked-2x3 li .text {
    padding: 15px 0;
    width: 100%;
}
.home-new .home-news ul.news-list.stacked-2x3 li .text a {
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.stacked-2x3 li .text .date {
    font-size: .75rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.stacked-2x3 li .text .author {
    margin-top: 3px;
    font-size: .75rem;
    line-height: 1.3;
}
.home-new .home-news ul.news-list.stacked-2x3 li .text .description {
    margin-top: 10px;
    font-size: .9rem;
    line-height: 1.3;
}
ul.boards-list {
    column-count: 1;
}
header .logo-main {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 138px;
}
header a.menu {
    top: 1.325rem;
    right: clamp(24px, 3vw, 54px);
}
header.open nav > ul.main-nav {
    margin: 6.5rem 0 10px;
}
header.open nav ul.top-nav {
  margin-top:1rem;
    margin-bottom: 1rem;
}
footer > .container {
    display: block;
}
footer > .container .col {
   width: 100%;
   text-align: center;
}
footer > .container .col + .col {
   margin-top: 1.5rem;
}
footer ul.social {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}
body:not(.home) section:first-of-type {
    margin-top: 65px;
}
body.home section.cta-bar-1 .container {
    padding-left: 1rem;
    padding-right: 1rem;
}
section.home-links .container > .row [class*="col-"] {
    width: 100% !important;
    max-width: 16.6667rem;
    float: none;
}
}

@media only screen and (max-width: 414px) {
.container {
    padding: 0 15px;
}
.ui-widget.ui-widget-content.ui-autocomplete {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
}
img[align="left"], img[align="right"] {
    margin: 0 0 35px 0;
    width: 100%;
    height: auto;
}
section {
    padding: 40px 0;
}
/*section:first-of-type {
    margin-top: 60px;
}*/
section.hero.home .text h1 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 40px;
}
section.hero.home ul.hero li .container .text a.button {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 16px;
}
.home-new .home-news h2 {
    font-size: .8rem !important;
}
.home-new .home-news a.view-all {
    padding: 7px 0;
    font-size: .7rem !important;
}
a.button, button, button.btn {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 16px;
}
section ul.legal-library li {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
}
section ul.legal-library li img, section ul.legal-library li .icon {
    width: 150px;
}
section.hero.home.convention .text .image {
    padding-bottom: 20px;
}
section.hero.home.convention .text .info h1 {
    font-size: 26px;
    line-height: 26px;
}
section.hero.home.convention .text .info h2 {
    font-size: 15px;
    line-height: 18px;
}
ul.owl-carousel.sponsor-list {
    margin: 0 auto;
    width: 80%;
}
.owl-prev {
    position: absolute;
    left: -40px;
}
.owl-next {
    position: absolute;
    right: -40px;
}
section.page-title.convention {
    padding: 30px 0;
}
}
/* BOOTSTRAP */
.row {
    margin-right: -2%;
    margin-left: -2%;
}
.row:after, .row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    height: 100%;
    padding-right: 2%;
    padding-left: 2%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}


@media (min-width: 769px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-11 {
    width: 91.66666667%;
}
.col-sm-10 {
    width: 83.33333333%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-8 {
    width: 66.66666667%;
}
.col-sm-7 {
    width: 58.33333333%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-5 {
    width: 41.66666667%;
}
.col-sm-4 {
    width: 33.33333333%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-2 {
    width: 16.66666667%;
}
.col-sm-1 {
    width: 8.33333333%;
}
.col-sm-pull-12 {
    right: 100%;
}
.col-sm-pull-11 {
    right: 91.66666667%;
}
.col-sm-pull-10 {
    right: 83.33333333%;
}
.col-sm-pull-9 {
    right: 75%;
}
.col-sm-pull-8 {
    right: 66.66666667%;
}
.col-sm-pull-7 {
    right: 58.33333333%;
}
.col-sm-pull-6 {
    right: 50%;
}
.col-sm-pull-5 {
    right: 41.66666667%;
}
.col-sm-pull-4 {
    right: 33.33333333%;
}
.col-sm-pull-3 {
    right: 25%;
}
.col-sm-pull-2 {
    right: 16.66666667%;
}
.col-sm-pull-1 {
    right: 8.33333333%;
}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%;
}
.col-sm-push-11 {
    left: 91.66666667%;
}
.col-sm-push-10 {
    left: 83.33333333%;
}
.col-sm-push-9 {
    left: 75%;
}
.col-sm-push-8 {
    left: 66.66666667%;
}
.col-sm-push-7 {
    left: 58.33333333%;
}
.col-sm-push-6 {
    left: 50%;
}
.col-sm-push-5 {
    left: 41.66666667%;
}
.col-sm-push-4 {
    left: 33.33333333%;
}
.col-sm-push-3 {
    left: 25%;
}
.col-sm-push-2 {
    left: 16.66666667%;
}
.col-sm-push-1 {
    left: 8.33333333%;
}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%;
}
.col-sm-offset-11 {
    margin-left: 91.66666667%;
}
.col-sm-offset-10 {
    margin-left: 83.33333333%;
}
.col-sm-offset-9 {
    margin-left: 75%;
}
.col-sm-offset-8 {
    margin-left: 66.66666667%;
}
.col-sm-offset-7 {
    margin-left: 58.33333333%;
}
.col-sm-offset-6 {
    margin-left: 50%;
}
.col-sm-offset-5 {
    margin-left: 41.66666667%;
}
.col-sm-offset-4 {
    margin-left: 33.33333333%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}
.col-sm-offset-2 {
    margin-left: 16.66666667%;
}
.col-sm-offset-1 {
    margin-left: 8.33333333%;
}
.col-sm-offset-0 {
    margin-left: 0;
}
}

@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
.col-md-pull-12 {
    right: 100%;
}
.col-md-pull-11 {
    right: 91.66666667%;
}
.col-md-pull-10 {
    right: 83.33333333%;
}
.col-md-pull-9 {
    right: 75%;
}
.col-md-pull-8 {
    right: 66.66666667%;
}
.col-md-pull-7 {
    right: 58.33333333%;
}
.col-md-pull-6 {
    right: 50%;
}
.col-md-pull-5 {
    right: 41.66666667%;
}
.col-md-pull-4 {
    right: 33.33333333%;
}
.col-md-pull-3 {
    right: 25%;
}
.col-md-pull-2 {
    right: 16.66666667%;
}
.col-md-pull-1 {
    right: 8.33333333%;
}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%;
}
.col-md-push-11 {
    left: 91.66666667%;
}
.col-md-push-10 {
    left: 83.33333333%;
}
.col-md-push-9 {
    left: 75%;
}
.col-md-push-8 {
    left: 66.66666667%;
}
.col-md-push-7 {
    left: 58.33333333%;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-push-5 {
    left: 41.66666667%;
}
.col-md-push-4 {
    left: 33.33333333%;
}
.col-md-push-3 {
    left: 25%;
}
.col-md-push-2 {
    left: 16.66666667%;
}
.col-md-push-1 {
    left: 8.33333333%;
}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%;
}
.col-md-offset-11 {
    margin-left: 91.66666667%;
}
.col-md-offset-10 {
    margin-left: 83.33333333%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-8 {
    margin-left: 66.66666667%;
}
.col-md-offset-7 {
    margin-left: 58.33333333%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-5 {
    margin-left: 41.66666667%;
}
.col-md-offset-4 {
    margin-left: 33.33333333%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
.col-md-offset-0 {
    margin-left: 0;
}
}

@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.66666667%;
}
.col-lg-10 {
    width: 83.33333333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.66666667%;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.66666667%;
}
.col-lg-4 {
    width: 33.33333333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.66666667%;
}
.col-lg-1 {
    width: 8.33333333%;
}
.col-lg-pull-12 {
    right: 100%;
}
.col-lg-pull-11 {
    right: 91.66666667%;
}
.col-lg-pull-10 {
    right: 83.33333333%;
}
.col-lg-pull-9 {
    right: 75%;
}
.col-lg-pull-8 {
    right: 66.66666667%;
}
.col-lg-pull-7 {
    right: 58.33333333%;
}
.col-lg-pull-6 {
    right: 50%;
}
.col-lg-pull-5 {
    right: 41.66666667%;
}
.col-lg-pull-4 {
    right: 33.33333333%;
}
.col-lg-pull-3 {
    right: 25%;
}
.col-lg-pull-2 {
    right: 16.66666667%;
}
.col-lg-pull-1 {
    right: 8.33333333%;
}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%;
}
.col-lg-push-11 {
    left: 91.66666667%;
}
.col-lg-push-10 {
    left: 83.33333333%;
}
.col-lg-push-9 {
    left: 75%;
}
.col-lg-push-8 {
    left: 66.66666667%;
}
.col-lg-push-7 {
    left: 58.33333333%;
}
.col-lg-push-6 {
    left: 50%;
}
.col-lg-push-5 {
    left: 41.66666667%;
}
.col-lg-push-4 {
    left: 33.33333333%;
}
.col-lg-push-3 {
    left: 25%;
}
.col-lg-push-2 {
    left: 16.66666667%;
}
.col-lg-push-1 {
    left: 8.33333333%;
}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%;
}
.col-lg-offset-11 {
    margin-left: 91.66666667%;
}
.col-lg-offset-10 {
    margin-left: 83.33333333%;
}
.col-lg-offset-9 {
    margin-left: 75%;
}
.col-lg-offset-8 {
    margin-left: 66.66666667%;
}
.col-lg-offset-7 {
    margin-left: 58.33333333%;
}
.col-lg-offset-6 {
    margin-left: 50%;
}
.col-lg-offset-5 {
    margin-left: 41.66666667%;
}
.col-lg-offset-4 {
    margin-left: 33.33333333%;
}
.col-lg-offset-3 {
    margin-left: 25%;
}
.col-lg-offset-2 {
    margin-left: 16.66666667%;
}
.col-lg-offset-1 {
    margin-left: 8.33333333%;
}
.col-lg-offset-0 {
    margin-left: 0;
}
.fs-1 {
    font-size: 2.5rem !important;
  }  .fs-2 {
    font-size: 2rem !important;
  }  .fs-3 {
    font-size: 1.75rem !important;
  }  .fs-4 {
    font-size: 1.5rem !important;
  }

}
@media print {
.container {
    padding: 0 25px;
    width: 100%;
    height: 100%;
    position: relative;
}
header {
    height: 75px;
    top: 0;
    position: relative;
}
header .logo-main {
    width: 138px;
    height: 45px;
    top: 15px;
    left: 0;
}
header nav {
    display: none;
}
section:first-of-type {
    margin-top: 0;
}
section .image.featured {
    margin-top: 0;
}
section {
    padding: 50px 0;
}
section.hero.home .bx-wrapper {
    max-width: 100% !important;
    height: 500px !important;
}
section.hero.home ul.hero {
    max-width: 100% !important;
    height: 500px;
}
section.hero.home ul.hero li {
    width: 100% !important;
    height: 500px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
section.hero.home .text h1 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 70px;
}
section.hero.home .text p {
    margin-bottom: 15px;
    width: 75%;
    font-size: 20px;
    line-height: 26px;
}
section.about-home [class*="col-"]:first-of-type {
    margin-top: 0;
}
footer [class*="col-"] {
    margin-top: 30px;
    padding-top: 30px;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
}
footer [class*="col-"]:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: none;
}
.image.left, .image.right {
    margin: 30px 0;
    max-width: 100%;
    float: none;
}
section .image.featured {
    margin-top: 0;
}
section {
    padding: 50px 0;
}
section.hero.home ul.hero {
    height: 500px;
}
section.hero.home ul.hero li {
    height: 500px;
}
section.hero.home .text h1 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 70px;
}
section.hero.home .text p {
    margin-bottom: 15px;
    width: 75%;
    font-size: 20px;
    line-height: 26px;
}
div.amount-raised {
    padding: 20px;
    font-size: 20px;
}
section.about-home [class*="col-"] {
    margin-top: 40px;
}
section.about-home [class*="col-"]:first-of-type {
    margin-top: 0;
}
section.news-home [class*="col-"] {
    margin-top: 20px;
}
section.news-home [class*="col-"]:first-of-type {
    margin-top: 0;
}
section.cta-home .cta {
    height: 400px;
}
section.cta-home [class*="col-"] {
    margin-top: 20px;
}
section.cta-home [class*="col-"]:first-of-type {
    margin-top: 0;
}
section.page-title {
    padding: 40px 0 !important;
}
section.page-title ul.breadcrumbs {
    display: none;
}
section.page-title h1 {
    font-size: 30px;
    line-height: 35px;
}
section.page-title.blog {
    padding: 31px 0;
}
section.page-title.blog .logo-buzz {
    width: 150px;
}
section .sidebar .container {
    margin-top: 30px;
    padding: 30px 0 0 0;
    width: 100%;
    border-left: none;
    border-top: 1px solid #d7d7d7;
}
section .share-tags .tags {
    margin: 15px 0 0 0;
    display: block;
}
section ul.legal-library li {
    width: 33.333%;
}
section ul.legal-library li img, section ul.legal-library li .icon {
    width: 70%;
}
ul.team {
    padding: 0;
}
ul.team li {
    padding: 3% 4%;
}
.bio-info {
    width: 50%;
}
section.landing .image.featured {
    margin: 30px 0;
}
section.landing ul.submenu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
section .event-info {
    margin: 30px 0 30px 0;
    padding: 25px;
    display: block;
    float: none;
}
.filters {
    float: none;
}
.filters #loading {
    font-size: 0;
    position: relative;
    left: auto;
    top: auto;
}
section ul.list, section ol.list {
    max-width: 100%;
}
ul.speakers {
    padding: 0;
}
ul.speakers > li {
    padding: 3% 4%;
}
ul.sponsors {
    padding: 0;
}
ul.sponsors > li {
    padding: 3% 4%;
}
}

/* BUTTON TEST */
a.button-builder-add {
    margin: 0;
    padding: 0;
    height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #205971;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
a.button-builder-add:hover {
    background: #0b3d50;
    color: #fff;
    border-color: transparent;
}
a.button-builder-add span.text {
    /*font-size: 0;*/
    font-size: 11px;
    letter-spacing: -.5em;
    text-align: right;
    text-indent: -20px;
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    position: static;
    transition: all .2s ease-in;
    pointer-events: none;
    /*left: -100px;*/
}
a.button-builder-add:hover span.text {
    width: auto;
    height: auto;
    padding-right: 10px;
    /*font-size: 11px;*/
    visibility: visible;
    opacity: 1;
    text-indent: -5px;
    letter-spacing: 0;
    /*left: -5px;*/
}
a.button-builder-add:before {
    width: 30px;
    content: "\f067";
    font-family: 'Font Awesome 6 Pro';
    font-size: 11px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

/* Convention Update 2024 */
body.convention-home header {
    background-color: transparent;
    box-shadow: none;
}
body.convention-home header .logo-main {
    background: url(../images/logo-main-2024-rev.svg) center center no-repeat;
    background-size: cover;
}
body.convention-home header:not(.small, .open) .logo-main img {
    opacity: 0
}
body.convention-home header:not(.small, .open) nav > ul.main-nav > li > a {
    color: #fff;
}
body.convention-home header:not(.small, .open) nav > ul.main-nav > li > a:hover {
    color: rgba(255,255,255,.75);
}
body.convention-home header:not(.small, .open) nav ul.top-nav li a {
    color: #fff;
}
body.convention-home header:not(.small, .open) nav > ul.main-nav > li div.search-form:before {
    background: rgba(255,255,255,0);
}
section.convention.hero {
    padding-bottom: 68px !important;
    color: #fff;
    text-shadow: 0 3px 0 rgba(0,0,0,.15);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.convention-home section.convention.hero {
    margin-top: 0 !important;
    padding-top: clamp(144px, 12.5vw, 225px) !important;
/*    min-height: 980px;*/
}
section.convention.hero:before {
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(8,44,58,.9) 10%, rgba(8,44,58,.25) 60%, rgba(8,44,58,.25) 55%, rgba(8,44,58,.85) 90%);
/*    mix-blend-mode: multiply;*/
    position: absolute;
    top: 0;
    z-index: 0;
}
section.convention.hero .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.convention.hero .row [class*="col-"] {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.convention.hero .text {
    max-width: 850px;
    padding: clamp(20px, 2vw, 40px) 0 clamp(10px, 1vw, 18px);
    color: #fff;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}
section.convention.hero .event-name {
    margin-bottom: clamp(20px, 2vw, 40px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: clamp(15px, 1.5vw, 27px);
}
section.convention.hero .event-name .icon {
    width: clamp(68px, 7.45vw, 134px);
    height: clamp(100px, 10.83vw, 195px);
}
section.convention.hero .event-name .icon img {
    width: 100%;
    height: auto;
}
section.convention.hero .title {
    margin: 0 !important;
    min-height: clamp(100px, 10.83vw, 195px);
    font-family: 'gotham-black', sans-serif !important;
    font-size: clamp(30px, 3.333vw, 60px) !important;
    line-height: clamp(30px, 3.333vw, 60px) !important;
    color: #fff;
    letter-spacing: -.025em !important;
    text-shadow: 0 3px 0 rgba(0,0,0,.15);
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}
section.convention.hero .event-name .icon + .title {
    text-align: left !important;
    white-space: nowrap;
}
section.convention.hero .title[style="text-align: center;"] {
    text-align: center !important;
}
section.convention.hero .title .year {
    font-family: 'gotham-thin', sans-serif;
    font-size: clamp(135px, 15vw, 270px);
    line-height: clamp(135px, 15vw, 270px);
    text-shadow: none;
    color: rgba(255,255,255,.325);
    position: absolute;
    right: 0;
    z-index: -1;
}
section.convention.hero .event-details {
    padding: clamp(20px, 2vw, 40px);
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(8,44,58,1) 0%, rgba(8,44,58,0) 90%);
    border-radius: clamp(20px, 2vw, 40px);
    display: inline-flex;
    flex-direction: column;
}
section.convention.hero .event-details strong {
    font-size: clamp(18px, 1.667vw, 30px);
}
section.convention.hero .event-details .button-register {
    margin: 0 auto;
    padding: clamp(10px, 1vw, 18px) clamp(28px, 2vw, 36px);
    font-family: 'gotham-black', sans-serif;
    font-size: clamp(20px, 2vw, 40px);
    line-height: clamp(20px, 2vw, 40px);
    color: #fff !important;
    text-transform: none;
    white-space: nowrap !important;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: clamp(8px, .75vw, 13.5px);
    z-index: 1;
    transition: all .2s ease-in-out;
}
section.convention.hero .event-details .button-register:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, rgba(63,132,169,.9) 0%, rgba(42,135,126,.9) 100%);
    transform: skew(-15deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .2s ease-in-out;
}
section.convention.hero .event-details .button-register:hover:after {
    background: linear-gradient(15deg, rgba(63,132,169,1) 0%, rgba(42,135,126,1) 100%);
    transition: all .2s ease-in-out;
}
section.convention.hero .countdown {
    margin: clamp(25px, 2vw, 40px) 0 clamp(35px, 2.5vw, 45px);
    height: clamp(70px, 4.73vw, 85px);
    font-size: clamp(12px, .889vw, 16px);
    line-height: clamp(12px, .889vw, 16px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
}
section.convention.hero .countdown > div {
    padding: 0 clamp(30px, 2.5vw, 45px);
}
section.convention.hero .countdown > div:first-of-type {
    padding-left: 0 !important;
}
section.convention.hero .countdown > div:last-of-type {
    padding-right: 0 !important;
}
section.convention.hero .countdown > div + div {
    border-left: 1px solid rgba(255,255,255,.25);
}
section.convention.hero .countdown strong {
    margin-bottom: clamp(8px, .75vw, 13.5px);
    font-family: 'gotham-black', sans-serif;
    font-size: clamp(35px, 3.05vw, 55px);
    line-height: clamp(35px, 3.05vw, 55px);
    display: block;
}
section.convention.hero + section.convention-nav {
    margin-top: -68px;
    background: none;
}
nav.convention {
    padding: clamp(6px, .55vw, 10px) clamp(12px, 1.1vw, 20px);
    height: 68px;
    background: #2bb673;
    line-height: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.convention.hero + section.convention-nav nav.convention {
    background-color: rgba(43,182,115,.9);
}
nav.convention ul li a {
    margin: 0 clamp(2px, .275vw, 5px);
    padding: clamp(6px, .55vw, 10px) clamp(9px, 1.1vw, 20px);
    font-family: 'gotham-bold', sans-serif;
    font-size: clamp(14px, 1.5vw, 28px);
    line-height: clamp(14px, 1.5vw, 28px);
    font-weight: normal;
    letter-spacing: -.015em;
    color: #fff;
    text-transform: uppercase;
    display: block;
    background: none !important;
    text-shadow: 0 clamp(1.5px, .167vw, 3px) 0 rgba(0,0,0,.15);
    position: relative;
    z-index: 0;
}
nav.convention ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transform: skew(-15deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .2s ease-in-out;
}
nav.convention ul li a:hover:after {
    background: rgba(0,0,0,.075);
}
nav.convention ul li a.active:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.15);
    transform: skew(-15deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
section.convention {
/*    padding: 0 !important;*/
    font-size: clamp(16px, 1.4vw, 25px);
}
/*body.convention-home section.convention {
    padding: 0 !important;
}*/
section.convention .container {
    width: 1600px;
}
section.convention h2 {
    margin-bottom: clamp(10px, 1vw, 18px);
    font-family: 'gotham-black', sans-serif;
    font-size: clamp(21px, 2.43vw, 45px);
    line-height: clamp(25px, 3vw, 54px);
}
section.convention h3 {
    font-family: 'gotham-bold', sans-serif;
    margin-bottom: clamp(10px, 1vw, 18px);
    font-size: clamp(16px, 1.667vw, 30px);
    line-height: clamp(20px, 2.223vw, 40px);
    color: #2a877e;
}
body.convention-home section.convention.content.intro .container {
    padding: 0 !important;
    width: 100%;
}
/*section.convention.content .row {
    display: flex;
    align-items: center;
}*/
section.convention.content.intro {
    padding: 0 !important;
}
section.convention.content.intro .row {
    margin: 0 !important;
    display: flex;
    align-items: center;
}
section.convention.content.intro .row [class*="col-"] {
    padding: 0 !important;
}
section.convention.content.intro .home-news .image {
    margin: 0;
}
section.convention.content.intro .text {
    padding: clamp(20px, 2.223vw, 40px) clamp(20px, 4.44vw, 80px);
    font-family: 'gotham-medium', sans-serif;
    font-size: clamp(12px, 1.4vw, 25px);
}
section.convention.content.intro .text a {
    color: #2a877e;
}
section.convention.content.intro .text a:hover {
    color: #205971;
}
section.convention.info-bar {
    padding: clamp(25px, 2.43vw, 45px) 0 !important;
    text-align: center;
}
section.convention.info-bar .text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(15px, 1.5vw, 27px);;
}
section.convention.info-bar .text p {
    margin: 0;
}
section.convention.info-bar .btn {
    padding: clamp(8px, .834vw, 15px) clamp(12px, 1.1vw, 20px);
    font-family: 'gotham-medium', sans-serif;
    font-size: clamp(15px, 1.38vw, 25px);
    line-height: clamp(15px, 1.38vw, 25px);
    color: #fff !important;
    background-color: rgba(43,182,115,.9);
    border-radius: 50rem;
    text-shadow: 0 2px 0 rgba(0,0,0,.15);
    white-space: nowrap !important;
}
section.convention.info-bar .btn:hover {
    background-color: rgba(43,182,115,1);
}
section.convention.info-bar .btn [class*="fa-"] {
    color: rgba(255,255,255,.5) !important;
}
section.convention.map {
    padding: 0 !important;
    overflow: hidden;
}
section.convention.map .container {
    padding: 0 !important;
    width: 100%;
}
#convention-map {
    width: 100%;
    height: 100%;
    min-height: 500px;
}
section.convention.cta-registration {
    padding: 0 !important;
    font-family: 'gotham-medium', sans-serif;
    font-size: clamp(16px, 1.334vw, 24px);
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 3px 0 rgba(0,0,0,.15);
    background: linear-gradient(15deg, rgba(63,132,169,1) 0%, rgba(42,135,126,1) 100%);
}
section.convention.cta-registration .text {
    padding: clamp(15px, 1.38vw, 25px) 0;
}
section.convention.cta-registration .text > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
section.convention.cta-registration .text p {
    margin: 0;
}
section.convention.cta-registration .text strong {
    font-family: 'gotham-bold', sans-serif;
    font-size: clamp(18px, 1.667vw, 30px);
}
section.convention.cta-registration .text .register {
    font-family: 'gotham-black', sans-serif;
    font-size: clamp(20px, 1.95vw, 35px);
    text-transform: none;
    white-space: nowrap !important;
}
section.convention.sponsors {
    padding: clamp(40px, 3.98vw, 70px) 0 !important;
}
section.convention.sponsors .sponsors-home {
    margin: 0;
    text-align: center;
}
section.convention.sponsors .sponsors-home h3 {
    margin: 0 auto clamp(30px, 3vw, 54px);
    padding: clamp(10px, 1vw, 18px) clamp(15px, 1.5vw, 27px);;
    font-family: 'gotham-bold', sans-serif;
    font-size: clamp(20px, 2vw, 36px);
    line-height: clamp(26px, 2.34vw, 42px);
    color: #fff;
    text-transform: none;
    background-color: #b62b59;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: clamp(8px, .75vw, 13.5px);
    border-radius: clamp(10px, 1vw, 18px);
    text-shadow: 0 3px 0 rgba(0,0,0,.15);
}
section.convention.sponsors .sponsors-home h3:before {
/*    margin-right: .325rem;*/
    font-family: 'Font Awesome 6 Pro';
    content: '\f004';
    font-weight: 400;
    text-align: center;
    color: rgba(255,255,255,.5);
    position: relative;
}
section.convention.sponsors .sponsors-home h3 [class*="fa-"] {
    color: rgba(255,255,255,.5) !important;
}
section.convention.sponsors ul.owl-carousel.sponsor-list li {
    height: clamp(120px, 9.72vw, 175px);
}
section.convention.sponsors ul.owl-carousel.sponsor-list li:after {
    font-family: 'gotham-black', sans-serif;
    font-size: clamp(12px, .889vw, 16px);
    line-height: clamp(12px, .889vw, 16px);
}
section.convention.sponsors ul.owl-carousel.sponsor-list li img {
    padding-bottom: 2rem;
}
section.hero.page-title.convention {
    padding-top: 0 !important;
    min-height: unset;
}
section.convention.hero.page-title .row {
    width: 100%;
}
section.convention.hero.page-title .text {
    padding: clamp(18px, 2.75vw, 50px) 0;
    width: 100%;
    max-width: unset;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
section.hero.page-title.convention h1 {
    width: unset;
    z-index: unset;
    margin: 0 !important;
    font-family: 'gotham-black', sans-serif !important;
    font-size: clamp(30px, 3.333vw, 60px) !important;
    line-height: clamp(30px, 3.333vw, 60px) !important;
    color: #fff;
    text-align: left !important;
    letter-spacing: -.025em !important;
    text-shadow: 0 3px 0 rgba(0,0,0,.15);
}
section.convention.hero.page-title .event-name {
    margin: 0;
    max-width: 745px;
    transform: scale(0.5) translate(50%);
}
section.convention.hero.page-title .event-name:has(div[class="icon"]) {
    max-width: unset;
}
section.convention ul.sponsors {
    margin: 0 0 50px !important; 
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
section.convention ul.sponsors li {
    position: relative;
}
section.convention .sponsors a {
    margin-top: 1rem;
    font-weight: 700;
    color: #000;
    display: inline-flex;
    align-items: center;
}
section.convention .sponsors a:before {
    margin-right: .325rem;
    font-family: 'Font Awesome 6 Pro';
    content: '\f08e';
    font-weight: 400;
    text-align: center;
    color: #2bb673;
    position: relative;
}
section.convention .sponsors a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
section.convention ul.speakers {
    text-align: center;
}
section.convention ul.speakers > li {
    text-align: center;
}
section.convention ul.speakers > li.item {
    width: 100% !important;
}
section.convention ul.speakers > li .image {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 50rem;
    position: relative;
    overflow: hidden;
}
section.convention ul.speakers > li .image:before {
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, rgba(0,0,0,.1));;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
section.convention ul.speakers > li ul {
    margin: .25rem 0 !important;
}
section.convention ul.speakers > li ul li {
    margin-bottom: .25rem;
    font-size: 14px;
    line-height: 20px;
}
section.convention ul.speakers > li ul li:before {
    display: none;
}
section.convention ul.speakers > li > a[title="Learn More"] {
    margin-top: .5rem;
    padding: .25rem 1rem;
    font-family: 'gotham-medium', sans-serif;
    color: #fff !important;
    background-color: #2a877e;
    border-radius: 50rem;
    text-shadow: 0 2px 0 rgba(0,0,0,.15);
    display: inline-block;
    transition: all .2s ease-in-out;
}
section.convention ul.speakers > li > a[title="Learn More"]:hover {
    background-color: #2bb673;
}
section.convention #noResults {
    text-align: center;
}
section.convention ul.speakers > li > p {
    font-size: clamp(16px, 1.4vw, 25px)
}
section.convention .bio-info {
/*    margin-bottom: 20px;*/
    margin: 0 0 2rem 2rem;
    padding: 0;
    border-radius: 50rem;
    position: relative;
    overflow: hidden;
}
section.convention .bio-info:before {
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, rgba(0, 0, 0, .1));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
section.convention .bio-info img {
    margin-bottom: 0;
}
section.convention a.button {
    margin-top: .5rem;
    padding: 1.5rem 2.5rem;
    font-family: 'gotham-bold', sans-serif;
    font-size: clamp(16px, 1.4vw, 25px);
    color: #fff !important;
    text-transform: none;
    background-color: #2a877e;
    border-radius: 50rem;
    text-shadow: 0 2px 0 rgba(0,0,0,.15);
    display: inline-block;
}
section.convention a.button:hover {
    background-color: #2bb673;
}
section.convention a.button.back:before {
    margin-right: .5rem;
    margin-left: 0;
    content: "\e013";
    font-family: 'Font Awesome Kit';
    font-size: clamp(16px, 1.4vw, 25px);
    font-weight: 300;
    text-align: center;
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 1700px) {
    body.convention-home header nav .container {
        padding: 0 !important;
        height: auto;
    }
    body.convention-home .container {
        width: 100%;
        padding-left: clamp(18px, 2.75vw, 50px) !important;
        padding-right: clamp(18px, 2.75vw, 50px) !important;
    }
    body.convention-home section.convention-nav .container {
        padding: 0 !important;
    }
    section.convention .container {
        width: 100%;
        padding-left: clamp(18px, 2.75vw, 50px) !important;
        padding-right: clamp(18px, 2.75vw, 50px) !important;
    }
    section.convention.cta-registration .container {
        padding-left: clamp(18px, 2.75vw, 50px) !important;
        padding-right: clamp(18px, 2.75vw, 50px) !important;
    }
    section.convention.cta-registration .container {
        width: 100% !important;
    }
}
@media screen and (max-width: 1250px) {
    ul.owl-carousel.sponsor-list {
        margin: 0 auto;
        width: 90%;
    }
}
@media screen and (max-width: 900px) {
    body.convention-home header:not(.open,.small) a.menu span {
        background: #fff;
    }
    body.convention-home header.open {
        background: #fff !important;
        transition: none;
    }
    section.convention.hero, body.convention-home section.convention.hero {
        padding-top: 80px !important;
        padding-bottom: 68px !important;
    }
    section.convention.cta-registration .text > div {
        text-align: center;
        gap: .125rem;
        flex-direction: column;
    }
    section.convention.hero.page-title {
        padding-top: 0 !important;
        padding-bottom: 68px !important;
        min-height: unset;
    }
}
@media screen and (max-width: 768px) {
    nav.convention {
        padding: 0;
    }
    nav.convention a.menu-convention {
        padding: 0;
        width: 100%;
        height: 100%;
        font-family: 'gotham-bold', sans-serif;
        font-size: 16px;
        line-height: 68px;
        font-weight: normal;
        letter-spacing: -.015em;
        color: #fff;
        text-transform: uppercase;
        display: block;
        background: none !important;
        text-shadow: 0 clamp(1.5px, .167vw, 3px) 0 rgba(0,0,0,.15);
    }
    nav.convention a.menu-convention:after {
        margin-left: .5rem;
        content: "\e011";
        font-family: 'Font Awesome Kit';
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: rgba(255, 255, 255, .5);
        display: inline-block;
        position: relative;
        top: 0;
    }
    nav.convention.open a.menu-convention:after {
        content: "\e016";
    }
    nav.convention ul {
        padding: .5rem;
        width: 100%;
        background: #2bb673;
        position: absolute;
        top: 100%;
        z-index: 99;
        display: none;
    }
    nav.convention ul li {
        border: none;
        float: none;
    }
    nav.convention ul li + li {
        margin-top: .25rem;
    }
    nav.convention ul li a, nav.convention ul li a:hover, nav.convention ul li a.active {
        margin: 0 .5rem;
        padding: .5rem;
        font-family: 'gotham-bold', sans-serif;
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        text-transform: uppercase;
        display: block;
        background: none !important;
        position: relative;
        z-index: 0;
    }
    section.convention.hero.page-title .text {
        padding: clamp(18px, 2.75vw, 50px) 0 clamp(30px, 3.33vw, 60px);
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;

    }
    section.convention.hero.page-title .event-name {
        margin: 0 0 -1rem;
        transform: scale(0.5) translate(0, -2rem);
    }
}

@media screen and (max-width: 600px) {
    section.convention.hero, body.convention-home section.convention.hero {
        padding-top: 60px !important;
    }
    section.convention.hero .event-name .icon {
        width: 50px;
        height: 75px;
    }
    section.convention.hero .title {
        min-height: 75px;
        font-size: 22px !important;
        line-height: 22px !important;
    }
    section.convention.hero .title .year {
        font-size: 99px;
        line-height: 99px;
    }
    section.convention.hero .event-details {
        padding: 20px;
        font-size: 14px;
    }
    section.convention.hero .event-details strong {
        font-size: 16px;
    }
    section.convention.hero .countdown {
        margin: 15px 0 20px;
        height: 70px;
        font-size: 12px;
        line-height: 12px;
    }
    section.convention.hero .countdown > div {
        padding: 0 15px;
    }
    section.convention.hero .countdown strong {
        margin-bottom: 8px;
        font-size: 26px;
        line-height: 26px;
    }
    /*nav.convention ul {
        display: none;
    }*/
    section.convention.content.intro .row {
        /*margin: 0 !important;
        display: flex;
        align-items: center;*/
        flex-direction: column;
    }
    section.convention.content.intro .row [class*="col-"] {
        width:100% !important;
    }
    section.convention.content.intro .image {
        display: none;
    }
    section.convention.content.intro .text {
        padding: 3rem 2rem;
        font-size: 16px;
        text-align: center;
    }
    section.convention h2 {
        font-size: 24px;
        line-height: 30px;
    }
    section.convention h3 {
        font-size: 20px;
        line-height: 24px;
    }
    section.convention.info-bar .text {
        gap: 20px;
        flex-direction: column;
    }
    ul.owl-carousel.sponsor-list .owl-prev {
        position: absolute;
        left: -22px;
    }
    ul.owl-carousel.sponsor-list .owl-next {
        position: absolute;
        right: -22px;
    }
}

/* Convention Schedule 06/2025 */
ul.accordion.schedule {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.accordion.schedule li {
    padding: 0 0 .5rem;
}
ul.accordion.schedule li:before {
    display: none !important;
}
ul.accordion.schedule li h2 {
    margin: 0;
    padding: .75rem 0;
    font-family: 'gotham-black', sans-serif;
    font-size: clamp(18px, 1.75vw, 35px);
    line-height: clamp(18px, 1.75vw, 35px);
    font-weight: unset;
    color: #205971;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: none !important;
    z-index: 10;
    transition: all 0.2s ease-in-out;
}
ul.accordion.schedule li h2:before {
    margin: 0 .75rem;
    width: unset;
    content: "\f271";
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(16px, 1.4vw, 25px);
    line-height: clamp(16px, 1.4vw, 25px);
    font-weight: 300;
    text-align: center;
    color: #138352;
    display: inline-block;
    position: relative;
    top: unset;
    transition: all 0.2s ease-in-out;
}
ul.accordion.schedule li h2:hover {
    color: #205971;
    background-color: rgba(108,166,205,.25);
}
ul.accordion.schedule li h2:hover:before {
    color: #2bb673;
}
ul.accordion.schedule li h2.close {
    background-color: #205971;
    color: #fff;
    position: sticky;
    top: clamp(3.25rem, 4vw, 4rem);
}
ul.accordion.schedule li h2.close:before {
    content: "\f272";
    color: #2bb673;
    /*color: #6ca6cd;*/
    font-weight: 900;
}
ul.accordion.schedule li article {
    padding: 1rem .75rem 0 2.5rem;
    font-size: clamp(14px, 1.1vw, 22px);
    background: none;
    border: none;
}
ul.accordion.schedule li ul.convention-events li {
    margin: 0 0 1.5rem 0;
    padding-bottom: 1.5rem;
    list-style: none !important;
    border-color: rgba(0,0,0,.1);
}
ul.accordion.schedule li ul.convention-events li p.time {
    margin: .75rem -.75rem 1rem !important;
    padding: .325rem .75rem;
    background: #138352;
    font-size: clamp(16px, 1.1vw, 22px);
    color: #fff;
    border-radius: 50rem;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
ul.accordion.schedule li ul.convention-events li p.time:before {
    margin-right: .5rem;
    margin-left: .075rem;
    font-family: 'Font Awesome 6 Pro';
    content: '\f017';
    font-size: 85%;
    font-weight: 400;
    text-align: center;
    color: #2bb673;
    display: inline-block;
}
ul.accordion.schedule li ul.convention-events li h3 {
    font-size: clamp(16px, 1.667vw, 30px);
    line-height: clamp(20px, 2.223vw, 40px);
    color: #205971;
}
ul.accordion.schedule li ul.convention-events li p.speakers {
    margin-top: 1rem;
    font-size: clamp(16px, 1.4vw, 25px);
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
ul.accordion.schedule li ul.convention-events li p.speakers:before {
    font-family: 'Font Awesome 6 Pro';
    text-align: center;
    color: rgba(0,0,0,.325);
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
}
ul.accordion.schedule li ul.convention-events li p.speakers a {
    margin-left: .25rem;
    white-space: nowrap;
}
ul.accordion.schedule li ul.convention-events li .button-info {
    margin-top: 2rem;
    padding: .25rem .5rem;
    font-family: 'gotham-bold', sans-serif;
    text-transform: uppercase;
    font-size: clamp(12px, .8vw, 16px);
    line-height: clamp(12px, .8vw, 16px);
    color: #205971;
    text-decoration: none !important;
    background-color: transparent;
    border: .125rem solid rgba(108,166,205,.325);
    border-radius: 50rem;
}
ul.accordion.schedule li ul.convention-events li .button-info:hover {
    color: #205971;
    border: .125rem solid rgba(108,166,205,.75);
}
ul.accordion.schedule li ul.convention-events li .button-info:has([class*="fa-"]) {
    padding-left: .325rem;
}
ul.accordion.schedule li ul.convention-events li .button-info [class*="fa-"] {
    color: #6ca6cd;
    transition: all .2s ease-in-out;
}
ul.accordion.schedule li ul.convention-events li .button-info:hover [class*="fa-"] {
    color: #2bb673;
}
ul.accordion.schedule li ul.convention-events li *:has(.button-info) {
    margin-top: 1.5rem;
}
@media screen and (max-width:900px) {
    ul.accordion.schedule li h2.close {
        top: 5rem;
    }
}
@media screen and (max-width:600px) {
    ul.accordion.schedule li h2.close {
        top: 3.5rem;
    }
}