html,
body,
* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

body {
    padding-top: 0rem;
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
    font-size: 2.4rem;
    line-height: 3.1rem;
    color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    overflow-x: hidden;
    background-size: contain;
    background-color: #fff;

}

.hentry {
    margin:0;
}

#page {
    margin: 0 auto;
    overflow-x: hidden
}

@media all and (max-width: 991px) {
    .container {
        width: 100%
    }
}

@media all and (min-width: 992px) {
    .container {
        width: 90%;
        max-width: 1600px;
    }

    .site-content > .container {
        max-width: 1360px;
    }
}

strong, b {
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    font-weight: normal
}






hr {
    box-sizing: border-box;
    height: 2px;
 
}

.entry-content hr {
    margin: 20px 0 85px 0;
}

.entry-content > hr {
    margin: 80px 0 100px 0;
}



h1,
h2,
h3,
h4 {
    font-weight: normal;
    margin-top: 0px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    box-shadow: none;
}







h3 {
    font-family: 'Architype Bold', Sans-serif;
    font-size:4.5rem;
    line-height: 1.15;
    text-transform: uppercase;
}

p+h3
 {
    margin-top: 40px;
}



h4 {
    font-family: 'Architype Bold', Sans-serif;
    font-size:2.8rem;
    line-height: 1.15;
        text-transform: uppercase;
}



select {
    -webkit-appearance: none;
    -moz-appearance: none;
}



@media all and (max-width: 991px) {

}


.entry-content h1 {
    font-size:85px;
    font-family: 'Architype Bold', 'Helvetica';
    margin-bottom:40px;
    text-transform: uppercase;
}


h1+p>strong {
    font-family: 'Architype Light', 'Helvetica';
    font-size: 5rem;
    line-height: 5.5rem;
    font-weight: normal;
}

.entry-content>h1+p {
    margin-bottom: 3rem;
}



ul,
ol {
    margin: 0 0 1.5em 0px;
}

a,
a:focus {
    color: #000;
    outline: none !important;
    text-decoration: underline
}

a:hover {
    color: black;
    text-decoration: none
}

a {
    transition: all 500ms;
}

a.aia-btn {
    font-size: 20px;
    text-decoration: none;
    font-family: 'Architype Light Italics';
}

a.aia-btn:after {
    content: url(/wp-content/uploads/2025/01/black-arrow.svg);
    position: absolute;
    transform: translate(15px, 0px);
}

a.aia-btn:hover {

}




body.home {
    background-color: #e2e0d7;
}

body.home section > .row {
    margin-right: auto;
    margin-left: auto;
}

body.home section > .row

blockquote {
    border: 0;
    margin: 4rem 0px;
    font-size: 3.2rem;
    line-height: 4.5rem;
    padding: 5rem 10rem;
    font-family: 'Architype Serif', Serif;
    text-align: center
}

.wp-caption .wp-caption-text {
    text-align: left;
    font-size: 0.6em;
}

.announcements {
    background: #EF4135;
}

.announcements p {
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2.0rem;
    padding: 3px;
    padding-top: 5px;
}

.announcements p a {
    color: white;
    text-decoration: none;
}

#masthead {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.site-branding .logo {
    color: white;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

.site-branding .logo span {
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    display: inline-block;
    margin-top: 9px;
}

.site-branding .logo img {
  
}

.main-navigation {
    margin-top: 10px;
}

#content>.container>#primary {
    background-color:#fff;
    min-height: 100px;
    padding: 9.5rem 100px;
    margin-top: 7rem;
    padding-bottom:0;
}

#primary-menu {
    float: right;
}

#primary-menu>li {
    margin-left: 1rem;
    padding: 0px 3rem;
    background-color: #000;
    border: 1px #000 solid;
    transition: all 500ms
}


#primary-menu>li.sign-in-btn {
    border: 1px #000 solid;
    background-color: black;
}


#primary-menu>li.sign-in-btn a{
    font-family: 'Architype Bold', Sans-serif;
    color: white;
    text-transform: uppercase;
}

.is_stuck #primary-menu li.sign-in-btn {
    border-color: white;
}


@media all and (max-width:991px) {
    #primary-menu>li.hide-for-small {
        display: none
    }
}

#primary-menu li.hide-for-large {}



@media all and (min-width:992px) {
    #primary-menu li.hide-for-large {
        display: none
    }

    .hide-for-large {
        display: none!important
    }
}

@media all and (max-width:991px) {
    .show-for-large {
        display: none!important
    }
}



#primary-menu>li:hover {
    border: 1px #fff solid;
    background-color: black;
}

#primary-menu>li.sign-in-btn:hover {
    border: 1px #EF4135 solid;
    background-color: #EF4135;
}

#primary-menu>li.sign-in-btn:hover a {
    color: white!important;
}

#primary-menu>li:last-child {
    border: 0;
    width: 70px;
    background-color: transparent;
    padding-top: 8px;
}

#primary-menu>li:last-child i {
    font-size: 50px;
    margin-top: -9px;
}

@media all and (max-width: 991px) {
    #primary-menu>li:last-child i {

        font-size: 40px;
        margin-top: 0px;

    }

    #primary-menu li ul li {
        margin-bottom: 1rem;
    }
}


#primary-menu>li>a {
    color: white;
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
    font-size: 1.7rem;
    line-height: 4.8rem;
    font-weight: normal;
    transition: all 300ms;
}


.home .site-header #primary-menu>li.menu-toggle>a {
 
}

.home .site-header.is_stuck #primary-menu>li>a {
    color: white;
}


#primary-menu > li > ul {
    background-color: #000;
    width: 0;
    top: 0;
    border: 0px red solid;
    right: -30%;
    height: 768px;
    height: 99.99vh;
    border: 0px;
    transition: all 800ms;
    -webkit-box-shadow: -2px 0px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 0px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 0px 14px 0px rgba(0, 0, 0, 0.75);
    opacity: 0;
    position: fixed;
}

#primary-menu li ul li {
    border: 0;
    float: none;
    font-size: 1.7rem;
    padding: 1rem;

    margin-bottom: 0.5rem;
}

#primary-menu li ul li .at-icon-wrapper {
    background-color: transparent !important;
    margin-right: 5px;
}


#primary-menu li ul li a {
    color: #fff;
    text-decoration: none;
        text-align: left;

}

#primary-menu li ul li a:hover {
    color: white;
}

#primary-menu>li {
    position: initial
}


#primary-menu>li li:hover {
    background-color: transparent;
}

#primary-menu>li li:hover a,
#primary-menu>li li a:hover {
    color: white;
}

#primary-menu>li li.menu-toggle {
    text-align: right
}

#primary-menu>li li.menu-toggle a b {
    font-size: 6rem;
}

.main-navigation ul ul a {
    width: auto;
    font-size: 3.5rem;
}

#primary-menu>li li.menu-toggle+li img {
    width: 140px;
    margin-left: -10px;
    margin-bottom: 30px;
}

#masthead .col-md-5 {
    position: initial;
}

.menu-toggle {
    display: block;
}

.main-navigation.toggled #primary-menu > li > ul.sub-menu {
    right: 0;
    width: 35%;
    height: 768px;
    height: 99.99vh;
    top: 0px;
    padding: 10px 15px 0 60px;
    opacity: 1;
}


#secondary-menu {
    display: flex;
    margin:0;
    padding:0;
    list-style-type: none;
    justify-content: flex-end;
}

#secondary-menu ul {
   margin:0;
    padding:0;
    list-style-type: none; 
}

#secondary-menu > li > a {
    color:white;
    display: block;
    font-size: 20px;
    text-decoration: none;
    padding:40px 1.2vw;
    border-bottom:2px transparent solid;
    transition:all 300ms;
    line-height: 1;
    transition: all 300ms;
}

@media all and (max-width:1440px){
    #secondary-menu > li > a {
         font-size:17px;
         padding-left:10px;
         padding-right:10px;
    }
}

@media all and (max-width:1150px){
    #secondary-menu > li > a {
         font-size:16px;
         padding-left:8px;
         padding-right:8px;
         text-align: center;
    }
}
@media all and (max-width:1050px){
    #secondary-menu > li > a {
        padding-top:33px;
        padding-bottom:33px;
    }
}



#secondary-menu > li:hover,
#secondary-menu > li.current-menu-item > a,
#secondary-menu > li.current-menu-item,
#secondary-menu > li > a:hover { 
    border-color:transparent;
    color:black;
    background-color: #C79A21;
}

#secondary-menu > li.menu-btn a {
    text-transform: uppercase;
        font-family: 'Architype Bold', 'Helvetica', Sans-serif;
        background-color: #EF4135;
}

#secondary-menu > li {
    position: relative;
}

#secondary-menu .sub-menu {
    position: absolute;
    left:0;
    top:99%;
    opacity:0;
    pointer-events: none;
    transition:all 300ms;
    margin:0;
    padding:0;
    list-style-type: none;
    min-width: 100%;
    padding-top:10px;
    width: 00px;

}

#secondary-menu .sub-menu li {
    list-style-type: none;
}

#secondary-menu > li:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    list-style-type: none;
    padding:0;
    margin:0;
    background-color: black;
    width: 300px;
}

#secondary-menu  .sub-menu li a {
    color:white;
    display: block;
    padding:5px 20px;
    text-decoration: none;
    font-size:18px;
        color: white;
    display: block;
    white-space: nowrap;
    transition: all 300ms;
}

#secondary-menu  .sub-menu li a:hover {
    background-color: #EDEB00;
    color:black;
}



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

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

.home {}

.home #masthead {
    position: absolute;
    z-index: 2;
    filter: none;
    background-color: #000;
}

#masthead {
    /*
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    */
    background-color: #000;
    transition: all 500ms;
    left: 0;
    right: 0;
    width: 100%!important;
    height: 102px;
    display: flex;
    align-items: center;
    z-index: 100000000000;
    position: relative;
}

#masthead.is_stuck {
    background-color: #000;

    z-index: 100000;
}

#masthead .row {
        display: flex;
    align-items: center;
}

.site-branding {
    position: relative;
}
.site-branding .logo img {
    transition: all 500ms
}

#masthead .site-branding .logo img.logo-top {
    width:62px;
    height: 62px;
    position: absolute;
    left:0;
    margin: 0;
    top: -5px;
}
#masthead .site-branding .logo img.logo-scroll {
    width: auto;
    height: 54px;
    opacity: 0;
    margin-left:-30px;
}

#masthead .site-branding .logo img.logo-scroll { 
    opacity:1;
    margin-left:0;
}
#masthead .site-branding .logo img.logo-top { 
    opacity:0;
    left:-100px;
}

.home #masthead .site-branding .logo img.logo-scroll { 
    opacity:0;
    margin-left:0;
}
.home #masthead .site-branding .logo img.logo-top { 
    opacity:1;
    left:0px;
}

.home #masthead.is_stuck .site-branding .logo img.logo-top { 
    opacity:0;
    left:-100px;
}

.home #masthead.is_stuck .site-branding .logo img.logo-scroll { 
    opacity:1;
    margin-left:0;
}




#masthead.is_stuck .main-navigation {
    margin-top: 3px;
}

.home .home-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 600px;
    position: relative;
    background-color: #000;
    overflow: hidden;
    max-height: 100vh;
    background-size: 101% 102%;
}

.home .has-anoucement .home-wrap {

}


.home #primary {
    background-color: #fff;
}

.home .entry-content {
    display: none;
    min-height: 500px;
    ;
    margin-top: 30%;
    color: white;
    color: rgba(255, 255, 255, 0.7);
}

.home .entry-content .home-top {
    font-family: 'Architype Bold', sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    text-transform: uppercase;
    margin-bottom: 1.7rem;
    letter-spacing: 3px;
    text-align: center;
}

.home .entry-content h1 {
    font-size: 4.5rem;
}

.home .entry-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 300px;
    margin: 0 auto;
}

.home .entry-content ul ul {
    display: none;
    padding-bottom: 2rem;
}

.home .entry-content ul li:hover ul {
    display: block;
}

.home .entry-content>ul {
    padding-top: 3.6rem;
    padding-bottom: 2rem;
}

.home .entry-content>ul>li {
    position: relative;
    padding: 0px 20px;
    font-family: 'Architype Bold', 'Helvetica';
    font-size: 1.7rem;
    line-height: 5.2rem;
    border: 1px white solid;
    background-color: rgba(255, 255, 255, 0.1);
}

.home .entry-content>ul>li a {
    color: white;
}

.home .entry-content>ul>li i {
    position: absolute;
    right: 20px;
    position: absolute;
    right: 20px;
    font-size: 30px;
    /* top: 10%; */

    line-height: 5.2rem;
}

.home .entry-content>ul>li li {
    padding: 0px 0px;
    line-height: 3rem;
}

.home.page .content-area section {
    padding-top: 10rem;
    padding-bottom: 7rem;
}

.home.page .content-area section+section {
 
}


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

section.no-padding-bottom+section.text-content-raw {
    padding-top: 0 !important;
}

section.no-padding-right .col-md-6:last-child {
    padding:0;
}

.page .content-area section {
    padding-top: 0rem;
    padding-bottom: 4rem;
}

.home.page section.text-content {
    font-size: 2.4rem;
    line-height: 3rem;
}


 section.cards-content > .row {
    margin:0 auto;
        margin-left: -15px;
    margin-right: -15px;
 }



.page section.text-content {
    font-size: 2rem;
    line-height: 2.5rem;
}

.page section.text-content .page section.text-content.full-width {

}

.page section.text-content.full-width p,
.hasvideo p {
    max-width: 1600px;

}

.page section.text-content.full-width .hasvideo>p>img {
    max-width: 1600px;
    height: auto;
    width: 100%;
}


.page section.text-content.full-width .hasvideo {
    position: relative;
}

.page section.text-content.full-width .hasvideo .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {}

.page section.text-content.add-border .row {
    padding: 4rem;
    border: 1px black solid;
    margin: 5rem 0;
    margin-top: 0;
}

.page section.text-content.add-border>img {
    border: 1px black solid;
    border-bottom: 0;
}

section.content-with-sidebar .content-sidebar {
    font-size: 1.5rem;
    line-height: 2.5rem
}

@media all and (max-width: 991px) {
    section.content-with-sidebar .content-sidebar {
        margin-top: 40px;
    }
}


section.content-with-sidebar .content-sidebar a.aia-btn {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
    font-family: 'Architype Light', 'Helvetica';
}

section.content-with-sidebar .content-sidebar div+h4 {
    margin-top: 3rem;
}

section.text-content {}

section.text-content h3 {
    font-size: 4.5rem;
    font-family: 'Architype Bold', Sans-serif;
    line-height: 1.15;
    margin-bottom: 20px;
}

section.text-content h4 {
    font-size: 2.8rem;
    line-height: 1;
}


section.text-content.spotlight-speakers h4 {
    font-size: 2.5rem;
    line-height: 3rem;
}


section.text-content p {

    margin-top: 20px;
    margin-bottom: 20px;


}

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

section.text-content p:first-of-type {
    margin-top: 0px;
}

section.text-content.gray-box {}

section.text-content.gray-box .row {
    background-color: #808080;
    padding: 6rem 0 10rem 0;
}


section.text-content.gray-box p,
section.text-content.gray-box h3,
section.text-content.gray-box * {
    color: white;
    border-color: white;
}

section.bootstrap-3columns.text-content {}

section.bootstrap-3columns p {}

section.bootstrap-3columns p strong {
    color: #000;
    ;
    font-size: 2.4rem;
    font-weight: normal;
    font-family: 'Architype Light', 'Helvetica';
}

section.text-content+section.bootstrap-3columns.image-content {
    padding-top: 0px;
}

section.bootstrap-3columns.image-content {}

section.bootstrap-3columns.image-content .row .col-md-4 {}

section.bootstrap-3columns.image-content .row span.text-padding {
    position: absolute;
    bottom: 0;
    padding: 4rem;
    width: 100%;
}

section.bootstrap-3columns.image-content .row span.text-padding p {
    margin: 0px;
    color: white;
}

section.bootstrap-3columns.image-content .row span.text-padding p a {
    color: white;
}

section.bootstrap-3columns.image-content {
    padding-bottom: 0px !important;
}

.home section.text-content+section.bootstrap-4columns.cards-content {
    padding-top: 0px;
}

.home section.bootstrap-4columns.cards-content {}

.home section.bootstrap-4columns.cards-content .row>div {}

section.bootstrap-4columns.cards-content .row span.text-padding {
    padding: 2.5rem;
    display: block;
    border: 2px #000 solid;
    padding-bottom: 70px;
    border-radius: 15px;
}

section.bootstrap-4columns.cards-content h3 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
    font-family: 'Architype Bold', Sans-serif;
}

section.bootstrap-4columns.cards-content p strong {
    font-family: 'Architype Bold', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    display: inline-block;
    line-height: normal;
}



section.bootstrap-4columns.cards-content p span,
section.bootstrap-4columns.cards-content p em {
    font-size: 1.5rem;
    text-decoration: none !important;
    font-style: normal !important;
}

section.bootstrap-4columns.cards-content p a {
    color: #000;
}

.home section.text-content+section.keynote-content {
    padding-top: 0px;
}

section.text-content+section.bootstrap-4columns.cards-content {
    padding-top: 0px;
}

section.bootstrap-4columns.cards-content {}

section.bootstrap-4columns.cards-content+section.bootstrap-4columns.cards-content {
    padding-top: 0.5rem;
}

section.bootstrap-4columns.cards-content .row>div {}




@media screen and (min-width: 991px) {
    section.bootstrap-4columns.cards-content p {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

section.bootstrap-4columns.cards-content p:last-of-type {}

.home section.bootstrap-4columns.cards-content p:last-of-type {

    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 15px;
    left: 0;
    font-size: 15px;
    padding-left: 45px;

}

.home section.bootstrap-4columns.cards-content .row span.text-padding {}


section.bootstrap-4columns.cards-content p strong {
    font-family: 'Architype Bold', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

section.bootstrap-4columns.cards-content p span {
    font-size: 1.5rem;
    text-decoration: none !important
}

section.bootstrap-4columns.cards-content>.row>.col-md-3>a {
    color: #404040;
    text-decoration: none;
}

section.bootstrap-4columns.cards-content>.row>.col-md-3>a:hover {
    color: white;
}

section.bootstrap-4columns.cards-content a:hover span.text-padding {
    background-color: #FA4135;
    border-color: #FA4135 !important;
}

.page-register section.bootstrap-4columns.cards-content {}

.page-register section.bootstrap-4columns.cards-content .row span.text-padding {
    position: relative;
    padding-bottom: 2rem;
    min-height: 220px;
}

.page-register section.bootstrap-4columns.cards-content .text-padding p {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    bottom: initial;
    position: relative;
}

.page-register section.bootstrap-4columns.cards-content .text-padding h3 {
    text-align: center;
    height: 2em;
}

.page-register section.bootstrap-4columns.cards-content .text-padding h3+p {
    width: 100%;
 
    font-size: 1.08em;
    font-family: 'Architype Bold', 'Helvetica';
}

.page-register section.bootstrap-4columns.cards-content .text-padding p:last-child {

   
}

.page-register section.bootstrap-4columns.cards-content .text-padding strong {

}

.page-register section.bootstrap-4columns.cards-content .text-padding em {
    font-style: normal;
    ;
    font-size: 3rem;
    line-height: 3rem;
    font-family: 'Architype Bold', 'Helvetica';
}

.page-register section.bootstrap-4columns.cards-content .text-padding .over {
    position: absolute;
    top: 0px;
    left: 0;
    /* background-color: red; */

    color: white;
    visibility: hidden;
    text-align: center;
    background-color: #EF4135;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 2.5rem 2rem;
}

.page-register section.bootstrap-4columns.cards-content .text-padding .over span {
    font-size: 25px;
    display: block;
}

.page-register section.bootstrap-4columns.cards-content .text-padding:hover {
    background-color: #EF4135;
    border-color: #EF4135;
    color: transparent;
}

.page-register section.bootstrap-4columns.cards-content .text-padding:hover .over {
    visibility: visible;
}

.page-register section.bootstrap-4columns.cards-content .text-padding:focus {
    background-color: #EF4135;
    border-color: #EF4135;
    color: transparent;
}

.page-register section.bootstrap-4columns.cards-content .text-padding:focus .over {
    visibility: visible;
}

.page-register section.bootstrap-4columns.cards-content p:last-of-type {
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
    margin-left: -2rem;
}

/* */

.page-register section.bootstrap-4columns.cards-content {}

.page-register section.bootstrap-4columns.cards-content .row span.text-padding {
    position: relative;
    padding-bottom: 2rem;
    min-height: 220px;
    transition: all 300ms;
        border-radius: 0!important
}

@media all and (max-width:767px){
    .page-register section.bootstrap-4columns.cards-content .row span.text-padding {
        min-height: 0;
        height: auto !important;
    }
}




.page-register section.bootstrap-4columns.cards-content .text-padding h3 {
    text-align: center;

    font-size: 3rem;
    font-size:1.8vw;
}

@media all and (min-width:1500px){
    .page-register section.bootstrap-4columns.cards-content .text-padding h3 {
        font-size:32px;
    }
}

@media all and (max-width:990px){
    .page-register section.bootstrap-4columns.cards-content .text-padding h3 {
        font-size:35px;
    }
}

@media all and (max-width:480px){
    .page-register section.bootstrap-4columns.cards-content .text-padding h3 {
        font-size:22px;
    }
}

.page-register section.bootstrap-4columns.cards-content .text-padding h3+p {
    width: 100%;

    font-family: 'Architype Bold', 'Helvetica';
    left:20px;
}


.page-register section.bootstrap-4columns.cards-content .text-padding strong {
    font-size: 2.8rem;
}

.page-register section.bootstrap-4columns.cards-content .text-padding em {
    font-style: normal;
    ;
    font-size: 3rem;
    line-height: 3rem;
    font-family: 'Architype Bold', 'Helvetica';
}

.page-register section.bootstrap-4columns.cards-content .text-padding .over {
    position: absolute;
    top: 0px;
    left: 0;
    /* background-color: red; */

    color: white;
    visibility: hidden;
    text-align: center;
    background-color: #EF4135;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 2.5rem 2rem;
}

.page-register section.bootstrap-4columns.cards-content .text-padding .over span {
    font-size: 25px;
    display: block;
}

.page-register section.bootstrap-4columns.cards-content .text-padding:hover {
    background-color: #EF4135;
    border-color: #EF4135;
    color: transparent;
}
.page-register section.bootstrap-4columns.cards-content .text-padding:hover * {
    color:white;
}

.page-register section.bootstrap-4columns.cards-content .text-padding:hover .over {
    visibility: visible;
}

.page-register section.bootstrap-4columns.cards-content .text-padding:focus {
    background-color: #EF4135;
    border-color: #EF4135;
    color: transparent;
}

.page-register section.bootstrap-4columns.cards-content .text-padding:focus .over {
    visibility: visible;
}

.page-register section.bootstrap-4columns.cards-content p:last-of-type {
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
    margin-left: -2rem;
}



/* */






section.bootstrap-3columns.cards-content {}

section.bootstrap-3columns.cards-content .row>div {}

section.bootstrap-3columns.cards-content .row img {
    border: 1px #000 solid;
    border-bottom: 0px;
    ;
}


section.bootstrap-3columns.cards-content.noborder .row img,
section.bootstrap-3columns.cards-content.noborder .row span.text-padding {
    border: 0;

}

section p.speaker-name {
    text-align: center;
    color: white;
    font-size: 3rem;
    margin-top: -2.8em !important;
    padding: 2rem 0;
    background-color: rgba(0, 0, 0, 0.5);

    position: relative;
    margin-bottom: 3rem;


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9  */
}






section.bootstrap-3columns.cards-content.noborder p.speaker-name {}


section.bootstrap-3columns.noborder p.speaker-name {
    margin-top: -3.2em !important;
    font-size: 2rem;
}

.page .content-area section.bootstrap-3columns.noborder {
    padding-top: 0rem;
    padding-bottom: 2rem;
}

section.bootstrap-3columns.cards-content.noborder .row span.text-padding {
    padding: 0;
}

section.bootstrap-3columns.cards-content.nocontent .row span.text-padding {
    display: none;
}

section.bootstrap-3columns.cards-content.spotlight-speakers .row img+span.text-padding {
    margin-top: 2rem;
}


/* speaker box */



@media (max-width: 1200px) {

    section p.speaker-name {
        margin-top: -2.9em !important;
    }

    section.bootstrap-3columns.noborder p.speaker-name {
        margin-top: -3.2em !important;
    }

}



@media (max-width: 991px) {

    section.bootstrap-3columns.cards-content .row>.col-md-6+.col-md-6 {
        margin-top: 5rem;
    }

}


section.bootstrap-3columns.cards-content .row span.text-padding {
    padding: 2rem 3rem;
    display: block;
    border: 1px #000 solid;
    ;
}

section.bootstrap-3columns.cards-content .row img+span.text-padding {
    padding-top: 4rem;
}


section.bootstrap-3columns.cards-content h3 {
    font-size: 2.7rem;
    margin-bottom: 2rem;
}

section.bootstrap-3columns.cards-content p {}

section.bootstrap-3columns.cards-content p:last-of-type {
    margin-bottom: 0px;
}

section.bootstrap-3columns.cards-content p span {
    font-size: 1.5rem;
    text-decoration: none !important
}

section.bootstrap-3columns.cards-content.content-red .row span.text-padding>p:first-child {
    background-color: #EF4135;
    color: white;
    margin-bottom: 0px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}

section.bootstrap-3columns.cards-content.content-red strong {
    font-size: 2.7rem;
    margin-bottom: 0;
    display: block;
    text-align: center;
    line-height: 3rem;
    background-color: #EF4135;
    color: white;
}

section.bootstrap-3columns.cards-content.content-red p {
    font-size: 1.6rem;
    line-height: 1.9rem;
    padding: 2rem;
}

section.bootstrap-3columns.cards-content.content-red p:last-of-type {
    margin-bottom: 0px;
}

section.bootstrap-3columns.cards-content.content-red p span {
    font-size: 1.5rem;
    text-decoration: none !important
}

section.bootstrap-3columns.cards-content.content-red .row span.text-padding {
    padding: 0px;
    border: 1px #ccc solid;
    padding-bottom: 1rem;
}


@media all and (max-width: 767px){
    section.bootstrap-3columns.cards-content + section.bootstrap-3columns.cards-content {
            margin-top: -30px;
    }

}

.home section.image-callout {

}

section.image-callout img {
    max-width: none;
    width: 100%;
}

section.image-callout .callout-text-bg {
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 65rem;
    height: 100%;
    background-color: #000;
    /*
    background-image: url(blue-color-box.jpg);
    mix-blend-mode: multiply;
    */
        display: none
}

section.image-callout .col-md-12 {
    padding:0;
}


section.image-callout .callout-text {
    padding: 3rem;
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 650px;
    margin-left:10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

}


section.image-callout.right .callout-text {
           padding-left: 0;
          transform: translate(15%, -50%);
}


.right .callout-text-bg {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 65rem;
    height: 100%;
    background-image: url(/wp-content/uploads/2016/11/red-color-box.png);
    mix-blend-mode: multiply;

    display: none
}

.right .callout-text {
    padding: 3rem;
    ;
    margin-right: 14%;
    position: absolute;
    right: 0;
    top: 7rem;
    width: 100%;
    max-width: 360px;
    padding-right: 0;
}

section.image-callout .callout-text h3 {
    font-size: 6.2rem;
    font-family: 'Architype Bold', Sans-serif;
    line-height: 1.15;
    margin-bottom:20px;
}


section.image-callout .callout-text p {
    font-size:2.8rem;
    margin-bottom: 2.5rem;
    line-height:1.15
}

section.image-callout.dark-row .callout-text h3,
section.image-callout.dark-row .callout-text p {
    color: white;

}

section.image-callout .callout-text p.slide-nav {}


xsection.image-callout .owl-theme .owl-controls .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
}




section.image-callout .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
}

section.image-callout .owl-theme .owl-controls .owl-nav {
    margin-top: -7rem;
    position: relative;
}

section.image-callout .owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
    margin-left: 4rem;
}

section.image-callout .owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
    margin-right: 4rem;
}

section.image-callout .owl-theme .owl-controls .owl-nav img {
    max-width: 60px;
}

@media (max-width: 991px) {
    section.image-callout .callout-text h3 {
        font-size: 4.2rem;
    }

 

    section.image-callout .callout-text {}

}



section.off.image-callout .callout-text p a {
    display: block;
    border: 1px white solid;

    font-family: 'Architype Light', sans-serif;
    font-size: 2.4rem;
    color: white;
    line-height: 5.3rem;
    padding: 0px 2rem;
}

section.image-callout .callout-text p a,
.a24-btn {
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 25px;
    background-color: #EF4135;
    font-size: 20px;
    font-family: 'Architype Bold', Sans-serif;
    color: white;
    text-decoration:none;
}

section.image-callout .callout-text p a:after,
.a24-btn:after {
    content: ' \f105';
    font-family: FontAwesome;
    font-size:24px;
}

section.image-callout .callout-text p a.purple,
.a24-btn.purple {
    background-color: #B1469F;
}


section.image-callout .callout-text p a.blue,
.a24-btn.blue {
    background-color: #637496;
}

section.image-callout .callout-text p a.transparent,
.a24-btn.transparent {
    background-color: transparent;
    color:black;
}




section.image-callout .callout-text p a+br {
    display: none;
}

section.image-callout .callout-text p br+a {
    margin-top: 5px;
}

section.image-callout .callout-text p a:hover {
    background-color: black;
}


section.image-callout .slider ul {
    margin: 0;
    padding: 0;
    list-style: none
}

section.image-callout .slider .slide-nav img {
    max-width: 100px;
    display: inline-block;
}

section.image-callout .slider .slide-nav span {
    cursor: pointer;
}

section.image-callout .slider .slide-nav .owl-prev,
section.image-callout .slider .slide-nav .owl-next {
    display: inline-block !important;
}

section.image-callout .slider .slide-nav .owl-prev img,
section.image-callout .slider .slide-nav .owl-next img {
    max-width: 60%
}

section.image-callout.hidebar .slider .callout-text-bg {
    display: none;
}

section.image-callout .slider {
    position: relative;
}

section.inc-text-background-img {}

section.inc-text-background-img .row>div {
    padding: 0px;
}

section.image-callout .static-content {
    position: absolute;
    padding: 3rem;
    margin-left: 14%;
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 360px;
    padding-left: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

}


section.image-callout.box-to-the-right .static-content {
    left: unset;
    margin-left: 0;
    right: 0;
    margin-right: 14%;
}


section.image-callout .static-content h3 {
    color: white;
    font-size: 5.2rem;
}

section.image-callout .static-content p {
    color: white;
    margin-bottom: 2.5rem;
}



@media (max-width: 991px) {
    section.image-callout .static-content p {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    section.image-callout .static-content h3 {
        font-size: 4.2rem;
    }

    section.image-callout .slider .slide-nav .owl-prev img,
    section.image-callout .slider .slide-nav .owl-next img {
        max-width: 41%;
    }

    section.image-callout .static-content {
        margin-left: 5%;
    }
}

section.image-callout .static-content a {
    display: block;
    border: 1px white solid;
    text-transform: uppercase;
    font-family: 'Architype Bold', sans-serif;
    font-size: 1.5rem;
    color: white;
    line-height: 5.3rem;
    padding: 0px 2rem;
    font-weight: 600;
    letter-spacing: 3px;
}

section.image-callout .static-content a:hover {
    background-color: black
}




@media (max-width: 661px) {

    section.image-callout .static-content {
        max-width: none;
        margin: 0;
        position: relative;
        transform: none;
        padding: 0;
    }

    section.image-callout .static-content h3,
    section.image-callout .static-content p {
        color: black;
    }

    section.image-callout .static-content a {
        border-color: black;
        color: black;
    }

    section.image-callout .static-content a:hover {
        color: white;
    }

    section.image-callout .static-content p.slide-nav {
        display: none;
    }

}






section.inc-text-background-img img {
    max-width: none;
    width: 100%;
}

section.inc-text-background-img .callout-text-bg {
    ;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    ;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 95%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 95%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 95%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

section.inc-text-background-img .callout-text {
    padding: 10rem;
    /* padding-top: 5rem; */

    position: absolute;
    /* top: 0; */

    text-align: center;
    bottom: 50px;
    padding-bottom: 0;
    width: 100%;
}

section.inc-text-background-img .callout-text p strong {
    font-size: 0.8em;
}

section.inc-text-background-img .callout-text p {
    margin-bottom: 0;
}

section.inc-text-background-img .callout-text h3 {
    color: white;
    font-size: 5.2rem;
    margin-bottom: 2rem;
}

section.inc-text-background-img .callout-text p {
    color: white;
    font-size: 2.4rem;
    line-height: 3rem;
}

section.inc-text-background-img .callout-text p a {
    display: inline-block;
    font-size: 1.7rem;
    color: white;
    line-height: 5rem;
    padding: 0px 3.5rem;
    font-weight: 400;
    background-color: #EF4135;
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    margin-top: 2rem;
}

section.inc-text-background-img .callout-text p a+br {
    display: none;
}

section.inc-text-background-img .callout-text p br+a {
    margin-top: 5px;
}

section.inc-text-background-img .callout-text p a:hover {
    background-color: black;
}

.home.page .content-area section+section.inc-text-background-img-slider {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0;
}

section.inc-text-background-img-slider {
    margin-top: 0px;
    padding-top: 0px;
}

section.inc-text-background-img-slider ul {
    padding: 0;
    margin: 0;
    list-style: none
}

section.inc-text-background-img-slider .row>div {}

section.inc-text-background-img-slider img {
    max-width: none;
    width: 100%;
}

@media all and (max-width: 767px) {
    section.inc-text-background-img-slider .owl-item {
        overflow: hidden;
    }

    section.inc-text-background-img-slider .owl-item img {
        width: 200%;
    }
}

section.inc-text-background-img-slider .callout-text {
    padding: 4rem;
    padding-bottom: 2rem;
    position: absolute;
    bottom: 5rem;
    ;
    text-align: left;
    width: 100%;
}

section.inc-text-background-img-slider .callout-text h3 {
    color: white;
    font-size: 4rem;
    margin: 0;
    font-family: "Architype Light", Helvetica, sans-serif;

    padding: 5px;
    display: inline-block;
    margin-bottom: 5px;
}



section.inc-text-background-img-slider .callout-text p.subtitle {

    color: white;
    padding: 5px;
    font-size: 2rem;
    line-height: normal;
    display: inline;
}

section.inc-text-background-img-slider .callout-text p {
    width: 70%;
    margin: 0;
    line-height: 20px;
    line-height: 2rem;
    color: white;
    line-height: 2.5rem;
    font-size: 2.1rem;
}



section.inc-text-background-img-slider .callout-text p span {
    ;
    color: white;

    line-height: inherit;
    display: inline-block;

    padding: 0 3px;
}

@media all and (min-width: 991px) {

    section.inc-text-background-img-slider .callout-text p span {
        line-height: 2.5rem;
        font-size: 2.1rem;
        font-size: 3rem;
        line-height: 1.15;
    }
}



section.inc-text-background-img-slider .callout-text>div {
    line-height: 5rem;
    margin-top: 5px;
}

section.inc-text-background-img-slider .callout-text p a {
    color: #EF4135;
}

section.inc-text-background-img-slider .callout-text p a:hover {
    color: white;
}

section.inc-text-background-img-slider .callout-text p a+br {
    display: none;
}

section.inc-text-background-img-slider .callout-text p br+a {
    margin-top: 5px;
}

section.inc-text-background-img-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5rem;
}

section.inc-text-background-img-slider .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
}




section.inc-text-background-img-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background-color: transparent;
}

section.inc-text-background-img-slider .owl-theme .owl-controls .owl-nav {
    position: absolute;
    top: 35%;
    left: -11rem;
    right: -11rem;
}

@media (max-width: 991px) {
    section.inc-text-background-img-slider .owl-theme .owl-controls .owl-nav {
        top: 30%;
        left: -2rem;
        right: -2rem;
    }
}

section.inc-text-background-img-slider .owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
}

section.inc-text-background-img-slider .owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
}

section.inc-text-background-img-slider .owl-theme .owl-controls .owl-nav .owl-prev img {
    max-width: 60%;
}

section.inc-text-background-img-slider .owl-theme .owl-controls .owl-nav .owl-next img {
    max-width: 60%;
}




/*2col slider */


section.inc-text-background-img-slider-2col-slider {
    margin-top: 0px;
    padding-top: 0px;
}

section.inc-text-background-img-slider-2col-slider ul {
    padding: 0;
    margin: 0;
    list-style: none
}

section.inc-text-background-img-slider-2col-slider .row>div {}

section.inc-text-background-img-slider-2col-slider img {
    max-width: none;
    width: 100%;
}

section.inc-text-background-img-slider-2col-slider .callout-text {
    padding: 6rem;

    text-align: left;
    width: 100%;
}

@media (max-width: 767px) {

    section.inc-text-background-img-slider-2col-slider .callout-text {
        padding: 1rem;
    }

    section.inc-text-background-img-slider-2col-slider {
        padding: 0;
    }
}


section.inc-text-background-img-slider-2col-slider .callout-text h3 {
    color: black;
    font-size: 3.7rem;
    margin: 0;
    font-family: "Architype Light", Helvetica, sans-serif;
    padding: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

section.inc-text-background-img-slider-2col-slider .callout-text p {
    color: black;
    font-size: 2.4rem;
    line-height: 3rem;
}

@media (max-width: 1200px) {

    section.inc-text-background-img-slider-2col-slider .callout-text h3 {
        font-size: 3.3rem;
    }

    section.inc-text-background-img-slider-2col-slider .callout-text p {
        color: black;
        font-size: 2rem;
        line-height: 2.8rem;
    }


}



section.inc-text-background-img-slider-2col-slider .callout-text p span {
    ;
    color: black;

    line-height: normal;

}

section.inc-text-background-img-slider-2col-slider .callout-text>div {
    line-height: 5rem;
}

section.inc-text-background-img-slider-2col-slider .callout-text p a {
    color: #EF4135;
}



section.inc-text-background-img-slider-2col-slider .callout-text p a:hover {
    color: black;
}

section.inc-text-background-img-slider-2col-slider .callout-text p a+br {
    display: none;
}

section.inc-text-background-img-slider-2col-slider .callout-text p br+a {
    margin-top: 5px;
}

section.inc-text-background-img-slider-2col-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -5rem;
}

section.inc-text-background-img-slider-2col-slider .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
}


section.inc-text-background-img-slider-2col-slider {
    padding-top: 0 !important;
    padding-left: 10%;
    padding-right: 10%;
}

@media (max-width: 767px) {

    section.inc-text-background-img-slider-2col-slider {
        padding: 0;
    }


}

section.inc-text-background-img-slider-2col-slider .slider {
    border: 1px black solid;
    border-bottom: 0px;
}

section.inc-text-background-img-slider-2col-slider .col-md-6 {
    padding: 0;
}

section.inc-text-background-img-slider-2col-slider .row {
    margin: 0;
    border-bottom: 1px black solid;
}

section.inc-text-background-img-slider-2col-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background-color: transparent;
}

section.inc-text-background-img-slider-2col-slider .owl-theme .owl-controls .owl-nav {
    position: absolute;
    top: 40%;
    left: -15rem;
    right: -15rem;
}

@media (max-width: 991px) {
    section.inc-text-background-img-slider-2col-slider .owl-theme .owl-controls .owl-nav {
        top: 30%;
        left: -2rem;
        right: -2rem;
    }
}


section.inc-text-background-img-slider-2col-slider .owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
}

section.inc-text-background-img-slider-2col-slider .owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
}


section.inc-text-background-img-slider-2col-slider .owl-theme .owl-controls .owl-nav .owl-prev img {
    max-width: 60%;
}

section.inc-text-background-img-slider-2col-slider .owl-theme .owl-controls .owl-nav .owl-next img {
    max-width: 60%;
}



/*2col */





.dud.section.section-news {
    border-bottom: 2px solid #D8D8D8;
}

.blog section.section-news,
.single section.section-news {
    border-bottom: 0px;
}


.home .section-news {
    padding-top:0!important;
    padding-bottom:0!important;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
     overflow:hidden;
}

@media all and (min-width:1024px){
    .home .section-news {
        height:calc(100vh);
        overflow:hidden;
    }
}

@media all and (max-width:1023px) {

   .home .section-news .col-md-6.news-bg img {
        transform: rotate(90deg) translate(-30px, -70px);
        height: auto;
        width: 120px;
   
   }
   .home .section-news .news-anim1 {
        background-color: transparent;
        height: 200px
   }

  .home .section-news {
    background-image:none!important;

  }  
}

.home .section-news {
background:linear-gradient(90deg, #EF4135 0%, #EF4135 50%, #ffffff 50%);
}

.home .section-news  .posts-column {
   padding-left:100px;
   background-color: white;
   padding-top:100px;
   padding-bottom: 200px;
}


@media all and (max-width:1200px) {

    .home .section-news  .posts-column {
       padding-left:30px;
       padding-right: 30px;
       background-color: white;
       padding-top:50px;
       padding-bottom: 200px;
    }
}

@media all and (max-width:991px) {
    .home .section-news  .posts-column {
        padding-left:0px;
        padding-right:0px;
    }

}


    


    
 .news-anim1 {
    background-color:#EF4135;
}


p.view-all-news {
margin-top:100px!important;
}

.view-all-news a.arrow-btn:after {
        transform: translate(15px, 0px)
}

.home .section-news .exp p {
    margin:0;
}
.home .section-news  .exp a {
    display: none
}


.home .section-news .col-md-12 {
    padding-top:100px;
    border-top:1px #000 solid;
    padding-bottom:40px;
}


.home .section-news h3 {
 font-size:6.2rem;
}

.home .section-news .post-item h3 {
 font-size:4.5rem;
 text-transform: uppercase;
}

.home .section-news .post-item h3 a {
    text-decoration: none;
}

@media all and (max-width: 991px) {
    .home .section-news {
        margin: 0;
    }
}



section.section-news h3 {
    font-size: 5.2rem;
        font-family: 'Architype Bold', Sans-serif;
}

@media all and (max-width:991px) {
    section.section-news h3 {
        font-size: 30px;
            font-family: 'Architype Bold', Sans-serif;
    }
}


section.section-news h3 a{
    text-decoration: none;
}

.home .section-news .post-item {

}

section.section-news .entry-meta {margin-bottom:10px}

section.section-news .entry-meta a,
li.cat-item {
    color: #555;
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 2rem 0;
    display: inline-block;
    border:1px #000 solid;
    text-decoration:none;
    text-transform: uppercase;
    color:black;
    font-size:14px!important;
    letter-spacing: 1.4px;
    border-radius: 28px;
    padding:8px 18px 4px 18px;
    line-height: 1;
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    transition: all 300ms;
    margin-bottom:0;
    margin-top:10px;
    text-decoration: none!important;
}

li.cat-item a{
        text-decoration: none!important;
}

li.cat-item:after{
    display: none!important
}


section.section-news .entry-meta a.post-cats.cat-aia-membership
,.cat-item.cat-item-68:hover {
    background-color:#ADD9DB ;
    border-color:#ADD9DB;
}

section.section-news .entry-meta a.post-cats.cat-networking,
.cat-item.cat-item-10:hover {
    background-color: #C79A21;
    border-color:#C79A21;
}


section.section-news .entry-meta a.post-cats.cat-conference-news,
 .cat-item.cat-item-3:hover{
    background-color: #EDEB00;
    border-color:#EDEB00;
}


section.section-news .entry-meta a.post-cats.cat-discounts
,.cat-item.cat-item-6:hover {
    background-color: #60CFE8;
    border-color:#60CFE8;
}

section.section-news .entry-meta a.post-cats.cat-fun
,.cat-item.cat-item-11:hover {
    background-color: #EF4135;
    border-color: #EF4135;
}

section.section-news .entry-meta a.post-cats.cat-expo
,.cat-item.cat-item-20:hover {
    background-color: rgb(177, 70, 159);;
    border-color: rgb(177, 70, 159);;
}

section.section-news .entry-meta a.post-cats.cat-education
,.cat-item.cat-item-15:hover {
    background-color: #4C7A3B;;
    border-color: #4C7A3B;;
}




.cat-item.cat-item-1:hover {
    border-color:#eee!important;
    background-color: #eee!important;
    color:#000!important;
}



section.section-news .entry-meta img {
    max-width: 65px;
    height: auto;
    border: 0px #aeafaf solid;
    border-radius: 0px;
    margin-right: 20px;
    float: left;
    margin-top: -15px;
    border-radius: 40px;
    border: 2px #ccc solid;
}

section.section-news p,
section.section-news li {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-left: 0;
    width: 100%;
    max-width: 100%;

}

section.section-news p br {
    
}



section.section-news li {
    margin-bottom: 2rem;
}

section.text-content.section-news p:last-of-type {

}

section.section-news + section.section-news {
    border-top:1px #eee solid;
    margin-top:30px;
    padding-top:30px;

}

.blog section.section-news:last-child {
    margin-bottom:50px;
}


section.section-news .row+.row {
    clear: both;
    margin-top: 0rem;
}

section.section-news .row+p {
    margin-top: 5rem;
}


section.section-news .posted {
    font-size:1.6rem;
}
section.section-news .posted a {
    text-decoration: none;
}

.home section.section-news .post-item:last-child {
    margin-bottom:100px;
}

section.section-news .post-item +  .post-item {
    padding-top:30px;
    border-top:1px #eeeeee solid;
    margin-top:40px;
}

section.section-news h1 {
    background:transparent!important;
    -webkit-background-clip: initial!important;
    -webkit-text-fill-color: initial!important;
    font-size: 5rem;
}

.single section.section-news h1.entry-title {
    margin-top: 2rem;
}

section.section-news h2 {
    margin-top: 2rem;
}

section.section-news h2 a {
    ;
    color: #000;
    font-size: 3.2rem;
    line-height: 4rem;
}

section.section-news h2 a:hover {
    color: #EF4135;
}

section.section-news h3 {}

section.section-news h4 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-top: 0px;
}

section.section-news h4 a {
    ;
    color: #000;
}

section.section-news>h3 {
    font-size: 5.2rem;
    line-height: 5.5rem;
    margin-bottom: 4rem;
}

.single section.section-news h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    background:transparent!important;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.single section.section-news h3 {
    font-size: 3rem;
    line-height: 3.5rem;
}

.single section.section-news h4 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: 'Architype Bold'

}

section.text-content h5 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: 'Architype Bold'
}

.blog {}

.blog .text-content {}

.blog section.section-news,
.archive section.section-news {
    margin-bottom: 0rem;
}

.blog section.text-content p {
    max-width: 768px;
    margin: auto;
}

.blog #secondary {
    margin-bottom: 5rem;
}


.blog section.section-news.text-content p {
    margin-left: 0px;
}

section.widget_categories {
    padding: 0;
    margin: 0;
    ;
}

section.widget_categories .widget-title {
    display: inline;
    font-size: 2.4rem;
}

section.widget_categories ul {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none
}

section.widget_categories ul li {
    display: inline-block;
    font-size: 2rem;
}

section.widget_categories ul li:after {
    content: "|";
    margin: 0px 10px
}

section.widget_categories ul>li:last-child:after {
    color: transparent;
}

.page-header {
    border-bottom: 2px solid #D8D8D8;
}

section+section.quotes-content {
    padding-top: 0px;
}

section.quotes-content {
    padding-bottom: 4rem;
}

section.quotes-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}

section.quotes-content ul li>div {
    text-align: center;
}

section.quotes-content .quoteimg {
    max-width: 210px;
    max-height: 215px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 2rem;
}

section.quotes-content .quoteimg img {
    border-radius: 110px;
    border: 2px #000 solid;
    height: auto;
    width: 210px;
}

section.quotes-content .quotetxt {
    font-size: 3.2rem;
    line-height: 4.5rem;
    ;
    font-family: 'Architype Serif', 'Helvetica';
    ;
}

section.text-content.quote h4 {
    font-size: 3.2rem;
    line-height: 4.5rem;
    ;
    font-family: 'Architype Serif', 'Helvetica';
    ;
}


section.quotes-content .quotetxt p {
    margin-bottom: 2rem;
}

section.quotes-content .quoteattr {
    color: #EF4135;
    font-family: 'Architype Bold', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 3px
}

section.sponsors-content-ew {
    padding-bottom: 20px !important;
    background-color: #EDEB00;
    padding-top:20px!important;
    margin-left: -26vw;
    margin-right: -26vw;
        margin-top: 0px;
}

body.page-register section.sponsors-content-ew { 
        margin-left: -26vw;
    margin-right: -26vw;
}



section.sponsors-content-ew { 
        margin-left: -26vw!important;
    margin-right: -26vw!important;
}


section.sponsors-content-ew h3{
    display:none;
}

section.sponsors-content-ew .view-all a.arrow-btn:after {
        transform: translate(15px, 0px)

}

section.sponsors-content-ew .sponsor-img a {
    position: relative;
    display: flex;
    height: 150px;
    align-items: center;
    justify-content: center;
    flex-direction:column ;
}
section.sponsors-content-ew img {
    transition:all 300ms;
}   
section.sponsors-content-ew img:last-child {
    position: absolute;
    top:50%;
    opacity: 0;
    transform: translate(0px,-50%);
}
section.sponsors-content-ew img:last-child:hover {
    opacity: 1;
}

section.sponsors-content-ew img:hover {

}

.page .content-area section.sponsors-content-ew .view-all .white-link{
  color: #000;

    font-size: 20px;
    font-family: 'Architype Bold', Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom:35px;
    display: inline-block;
}




@media all and (max-width:1023px) {
    section.sponsors-content-ew {
            margin-left:0;
            margin-right:0;
    }

    .page-schedule   section.sponsors-content-ew {
        margin: 0 -30px;
        margin-bottom: -50px;
    }
}






section.sponsors-content-ew p {
    margin:0;
    width:100%;
    max-width: none;
}
section.sponsors-content-ew .col-md-12 {
    padding:0;
}

section.sponsors-content .sponsor-wrap {
    padding: 5rem 0px;
}

section.sponsors-content-ew .sponsor-img {
    text-align: center;
    text-align: center;

    height: 200px;
    display: table-cell;
    vertical-align: middle;

}

.sponsor-ew {
    display: table;
    width: 100%;
    padding: 0 4rem;
}


section.sponsors-content-ew img {
    width: auto !important;
    width: auto !important;
    margin: 0 auto;
    max-height: 150px;
}


section.sponsors-content .partner-wrap {
    margin-top: 5rem;
    background-color: #A7A7A7;
    padding: 5rem 0px 0px;
}

section.sponsors-content .row>div {
    height: 50px;
}

section.sponsors-content .row .sponsor-img {
    text-align: center;
}

section.sponsors-content .partner-wrap .sponsor-img {
    height: 50px;
}

section.sponsors-content .partner-wrap .sponsor-img span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
}

section.sponsors-content .partner-wrap .sponsor-img img {
    max-width: 70%;
    max-height: 50px;
    vertical-align: baseline;
    vertical-align: middle;
}

section.sponsors-content .partner-wrap .row>div {
    margin-bottom: 5rem;
}

.sponsor-logos {
    margin: 0 auto;
}

p.view-all {
    font-size: 2rem;
    line-height: 2.5rem;
}

/*comment */

section.registration-fast-lane {

    color: white;
    padding: 4rem 0px;
    margin-bottom: 0rem;

}

section.registration-fast-lane .row {
    max-width: 1010px;
    border:0;
    border-radius: 15px;
    padding:50px 20px;
    margin-left: auto;
    margin-right: auto;
}

section.registration-fast-lane.exhibitor {
    background-color: black;
    color: white;
    padding: 4rem 0px;
    margin-bottom: 0;
    /* background-image: url(/wp-content/uploads/2025/01/sign-up-vector.svg); */
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media all and (max-width:1024px){
    section.registration-fast-lane.exhibitor {
            background-size: 25%;
    }
}

section.registration-fast-lane.exhibitor  h3 {
    font-size: 5vw;
    color:white;
}

@media all and (min-width:1500px) {
section.registration-fast-lane.exhibitor  h3 {
    font-size: 90px;
}

}

section.registration-fast-lane.exhibitor h5 {
    text-align: center;
    font-size: 2.4rem;
    margin: 3rem 0px;
    color:white;
}

section.registration-fast-lane.exhibitor .col-md-12>div.contacts {
    margin: 0 auto;
    display: table;
}

section.registration-fast-lane.exhibitor .col-md-12>div.contacts>div {

    float: left;
    margin: 0 50px;
    color: white;
}
section.registration-fast-lane.exhibitor .col-md-12>div.contacts>div a {
    color:white;
}

@media all and (max-width: 991px) {
    section.registration-fast-lane.exhibitor .col-md-12>div.contacts>div {
        float: none;
    }
}

section.registration-fast-lane.exhibitor ul li:hover a {
    color: #000;
    text-decoration: none;
}

section.registration-fast-lane.exhibitor .col-md-12>div span {
    display: inline-block;
    text-align: left;
    margin: 0px 2rem;
    font-size: 1.5rem;
}

section.registration-fast-lane.exhibitor .col-md-12>div span strong {
    color: #EF4135;
    font-family: 'Architype Light', 'Helvetica', Sans-serif
}

section.registration-fast-lane h3 {
    margin-bottom: 3rem;
    color: black;
}

section.registration-fast-lane .row>div {
    padding: 0px 0;
}

section.registration-fast-lane p {
    max-width: 768px;
    margin: 0 auto;
}

section.registration-fast-lane p {}

section.registration-fast-lane ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 4rem;
}

section.registration-fast-lane ul li {
    flex-grow: 1;
    text-align: center;
    line-height: 45px;
    padding-top: 4px;
    font-family: 'Architype Light', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
    background-color: #ADD9DB;
    margin:0 2px;
}

section.registration-fast-lane ul li a {
    color: black;
    text-decoration: none;
    display: block;
    text-transform: none;
    font-weight:400;
    font-style: italic;
    position: relative;
}

section.registration-fast-lane ul li a::after {
    content: url(/wp-content/uploads/2025/01/black-arrow.svg);
    position: absolute;
    transform: translate(15px, 8px);
}

@media all and (max-width:1023px) {
    section.registration-fast-lane ul li a::after {
        transform: translate(15px, -5px);
    }

}

section.registration-fast-lane ul li:hover a {
    color: black;
    text-decoration: none;

}

section.registration-fast-lane ul li:hover {
    background-color: white;
}

section.registration-fast-lane ul li+li {
    border-left: 0px;
}

section.registration-nav {
    color: white;
    padding: 4rem 0px;
    padding-top: 0px !important;
    margin-top: 5rem;
}

.page-register section.text-content.registration-nav>ul {
    padding: 0;
}

section.registration-nav h3 {
    margin-bottom: 3rem;
}

section.registration-nav .row>div {
    padding: 0px 10%;
}

section.registration-nav p {}

section.registration-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 4rem;
}

section.registration-nav ul li {
    flex-grow: 1;
    border: 1px black solid;
    text-align: center;
    line-height: 45px;
    padding-top: 4px;
    font-family: 'Architype Bold', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

section.registration-nav ul li a {
    color: black;
    text-decoration: none;
    display: block;
}

section.registration-nav ul li:hover,
section.registration-nav ul li.selected {
    background-color: black;
}

section.registration-nav ul li:hover a,
section.registration-nav ul li.selected a {
    color: white;
    text-decoration: none;
}

section.registration-nav ul li+li {
    border-left: 0px;
}


#landing_container .he_stage {
    min-height: 0 !important
}





section.signup-box {
    background-color: black;
    color: white;
    border-top: 1px white solid;
    text-align: center;
    padding: 4rem 0px;
    margin-bottom: 10rem;
}

section.signup-box input {
    font-size: 2rem;
    width: 70%;
    border: 0px;
    border-radius: 0;
    text-align: center;
    margin-top: 1rem;
}

section.signup-box .magnet-submit {
    display: none;
}

section.signup-box {

    background-color: white;
    color: black;
    text-align: center;
    padding: 4rem 0px;
    margin-bottom: 10rem;
    padding-bottom: 0rem;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;

}


section.signup-box input {
    font-size: 2rem;
    width: 70%;
    border: 0px;
    border-radius: 0;
    text-align: center;
    margin-top: 1rem;
    font-family: 'Architype Light', 'Helvetica', Sans-serif !important
}

section.signup-box td {
    text-align: center;
}

section.signup-box td .rm-form-input {}

section.signup-box td .rm-form-wrapper .rm-form-input {
    display: inline;
}

section.signup-box td label {
    display: block;
    text-align: center;
}

section.signup-box tr.magnet-submit {
    display: none;
}

section.signup-box td .rm-form-error-summary {
    background-color: transparent !important;
    color: #EF4135 !important;
    border: 0px !important;
}

section.signup-box td .rm-form-error-summary li strong {}

div.signup-box input {
    font-size: 2rem;
    width: 70%;
    border: 0px;
    border-radius: 0;
    margin-top: 1rem;
}

div.signup-box .magnet-submit {
    display: none;
}

div.signup-box {

}

div.signup-box input {
    font-size: 20px;
    width: 100%;
    border: 0px;
    border-radius: 0;
    margin-top: 0;
}

div.signup-box td label {
    margin: 0;
}

div.signup-box input[type="text"] {
    min-width: 300px;
    ;
    height: 40px;
    font-size: 15px;
}

@media all and (min-width: 1024px) {
    div.signup-box input[type="text"] {
        min-width: 500px;
    }
}


div.signup-box input[type="submit"] {

}

div.signup-box input[type="submit"]:hover {
    color: black
}

div.signup-box td {
    text-align: center;
}

div.signup-box td .rm-form-input {}

div.signup-box td .rm-form-wrapper .rm-form-input {
    display: inline;
    border: 1px black solid;
}

div.signup-box td label {
    display: block;
    color:transparent;
}

div.signup-box tr.magnet-submit {
    display: none;
}

div.signup-box td .rm-form-error-summary {
    background-color: transparent !important;
    color: #EF4135 !important;
    border: 0px !important;
}

div.signup-box td .rm-form-error-summary li strong {}

div.signup-box {
    
}


section.text-content.subscribe-box h3 {
    font-size: 6vw;
    line-height: 100%;
        font-family: 'Architype Bold', 'Helvetica', Sans-serif;
        text-transform: uppercase;


}

section.text-content.subscribe-box h3 .padded-space {
    display: inline-block;
    width: 14vw;

}

@media all and (max-width:991px) {

}



.registration-fast-lane+.text-content .signup-box {

}

div.signup-box td {
    width: auto !important;
}

div.signup-box tr {}

div.signup-box tr.magnet-submit {
    display: inline;
}


#landing_container td {
    padding: 0px !important;
    margin: 0;
}

.rm-form-error-summary {
    display: none !important;
}

section.keynote-content {}

section.keynote-content .keynote-img {
    position: relative;
}

section.keynote-content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.section.keynote-content .keynote-name {
    color: white;
    position: absolute;
    bottom: 5rem;
    font-size: 2rem;
    line-height: 2.3rem;
}

section.keynote-content .keynote-name {
    color: #333;
    /* position: absolute; */

    bottom: 5rem;
    font-size: 2rem;
    line-height: 2.3rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

section.keynote-content .keynote-name p {
    margin: 0px 0rem
}

section.keynote-content ul.keynote-slider li {
    display: block;
}

section.keynote-content ul.keynote-slider>li.day-selected {
    display: block;
}

section.keynote-content ul.keynote-slider li .col {
    margin-bottom: 2rem;
}

section.keynote-content .callout-text-bg {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 40%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 95%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 95%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 95%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.keynote-nav {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 0rem;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

section.keynote-select select {
    border: 1px solid #D8D8D8;
    line-height: 48px;
    font-size: 2.4rem;
    line-height: 2.4rem;
    border-radius: 0;
    -webkit-appearance: none;
    background: transparent;
    padding: 0.5em;
    -webkit-appearance: none;
    background: transparent;
    background-image: url(/wp-content/uploads/2016/12/select_bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 6rem;
    height: 5.0rem;
    vertical-align: top;
    -moz-appearance: none;
}

.day-box {
    font-family: 'Architype Bold', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    ;
    width: 33%;
    line-height: 48px;
    background-color: white;
    float: left;
    cursor: pointer;
}

.day-box a {
    display: block;
    text-decoration: none !important
}

.day-box span {
    padding: 0px 10px;
}

.day-box span {
    color: #000;
}

.day-box:hover {
    color: #fff;
    background-color: black;
}

.day-box:hover span {
    color: #fff;
    background-color: black;
}

.keynote-nav a.selected {
    color: black
}

.day-box.selected span {
    color: white;
}

.day-box {
    border: 1px #000 solid;
}

.day-box+.day-box {
    border-left: 0;
}

section.speaker-content {}

section.speaker-content .keynote-wrap {
    border: 1px solid #D8D8D8;
    margin: 1.5rem 0px;
}

section.speaker-content .keynote-img {}

section.speaker-content .keynote-img img {
    margin-left: -15px;
}

section.speaker-content .keynote-info {
    font-size: 1.5rem;
    line-height: 2.0rem;
    padding: 3rem 3rem 2rem 0px;
}

xsection.speaker-content .keynote-info strong.speaker-name {
    font-size: 2rem;
    line-height: 2.5rem
}

section.speaker-content .speaker-filter {
    margin: 4rem;
}

.single-speaker article .row>.col-md-5 {
    padding-right: 3.3%;
}


/* speakers 2020 */


.ajaxfetch-speakers {}

.ajaxfetch-speakers ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.ajaxfetch-speakers ul#list>li {
    min-height: initial;
    ;
    margin: 1rem 0px;
    border: 1px solid #D8D8D8;
    width: 100%;
    padding: 0;
    line-height: normal;
    border-radius:15px;
}

.ajaxfetch-speakers ul#list>li[data-role="Expo Session Organizer"] {
    display: none !important;
}

.ajaxfetch-speakers ul#list>li[data-role="Tour Organizer"] {
    display: none !important;
}

.ajaxfetch-speakers ul#list>li[data-role="Session Organizer"] {
    display: none !important;
}




.ajaxfetch-speakers ul#list>li:hover {}

.ajaxfetch-speakers ul#list>li:hover a {
    color: black
}


.ajaxfetch-speakers ul#list>li h2 {
    background:none!important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: transparent;

}

.ajaxfetch-speakers ul#list>li a {
    display: block;
    padding: 20px 20px 15px 20px;
    color: #EF4135;
    font-size: 2.4rem;
}

.ajaxfetch-speakers ul#list>li a span {
    display: inline-block;
    font-family: 'Architype Bold', 'Helvetica';
    color:black;
}

.ajaxfetch-speakers ul#list>li a span:last-child {
    float: right;
    font-size: 0.8em;
    color:black;
    font-family: 'Architype Light', 'Helvetica';
}

.ajaxfetch-speakers #ShowBio,
.ajaxfetch-speakers #ShowPhoto {
    display: none;
}

.speaker-search {
    border: 1px solid #D8D8D8;
    line-height: 48px;
    font-size: 2.4rem;
    line-height: 2.4rem;
}

input.speaker-search {
    padding: 20px;
}

.Presenterimage {
    width: 260px;
    float: left;
}

.PresenterInfo {
    float: left;
    width: 430px !important;
}

p.theName {
    margin: 0px;
}


/* 2020 */



/* 2021

.ajaxfetch-speakers {} .ajaxfetch-speakers ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.ajaxfetch-speakers ul#list {
    margin-left:-10px;
    margin-right:-10px;
}


.ajaxfetch-speakers ul#list > li {
    min-height: initial;
    margin: 1rem 0px;
    border: 0;
    padding: 0;
    line-height: normal;
    padding: 10px;
    border: 0;
}

.ajaxfetch-speakers ul#list > li:nth-child(3n+1) {
    clear:left;
}

.ajaxfetch-speakers ul#list > li .img-wrap {
    height:200px;
    overflow:hidden;
    background-color:#eee;
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.ajaxfetch-speakers ul#list > li .img-wrap a {
    position: absolute;
    width:100%;
    height:100%;
}
.ajaxfetch-speakers ul#list > li[data-role="Expo Session Organizer"] {display:none!important;}
.ajaxfetch-speakers ul#list > li[data-role="Session Organizer"] {display:none!important;}



.ajaxfetch-speakers .img-wrap {
    border:1px black solid;
}

.ajaxfetch-speakers li h2 {
    width: 90%;
    border:1px black solid;
    margin-top:-1px;
}


.ajaxfetch-speakers ul#list > li:hover {
 background-color:white!important;
}
.ajaxfetch-speakers ul#list > li:hover a {
    color: black
}
.ajaxfetch-speakers ul#list > li a {
    display: block;
    padding: 20px 10px 15px 10px;
    color: #000;
    font-size: 2.3rem;
}
.ajaxfetch-speakers ul#list > li a span {
    display: inline-block;
    font-family: 'Architype Bold', 'Helvetica';
    color:black!important;
}
.ajaxfetch-speakers ul#list > li a span:last-child {
    font-size: 2.2rem;
    color: #000;
    font-family: 'Architype Light', 'Helvetica';
}
.ajaxfetch-speakers #ShowBio,
.ajaxfetch-speakers #ShowPhoto {
    display: none;
}

*/

.speaker-search {
    border: 1px solid #D8D8D8;
    line-height: 48px;
    font-size: 2.4rem;
    line-height: 2.4rem;
}

input.speaker-search {
    padding: 20px;
}

.Presenterimage {
    width: 260px;
    float: left;
}

.PresenterInfo {
    float: left;
    width: 430px !important;
}

p.theName {
    margin: 0px;
}

h1.page-title {
    text-align: center
}

.single .section-news.text-content {
    padding-top: 0px;
    margin-top: 0px;
}

.single h3.entry-title {
    margin-top: 2rem;
}

/* schedule */
.schedulediv ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.schedulediv .heading-text,
.schedulediv .heading-text+div {
    display: none;
}

ul.qmmc {}

ul.qmmc>li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

ul.qmmc li ul {
    float: left;
    position: absolute;
    top: 1em;
    left: -999em;
    z-index: 99999;
    background-color: white;
    border: 1px solid #A7A7A7;
    padding: 20px;
    width: 200px;
}

/* squedule tiles */

.chicago-div .col-md-3.lu {
   
}


.tilesdiv .Presdate {
    display: block!important;
    color:black;
}

@media all and (min-width: 1024px) {

    .chicago-div .col-md-5 {
        width:65%;
    }

    .chicago-div .col-md-2 {
      

    }

    .chicago-div .specialheader .col-md-2 {
        padding-left:12px;
    }
    .chicago-div .specialheader .col-md-2:last-child {
            padding-left: 9px;

    }
}



.schedulediv.tilesdiv {}

.schedulediv.tilesdiv .date-row {
    display: none !important
}

.schedulediv.tilesdiv ul#list>li {
    background-color: white;
    width: 30%;
    padding: 2rem 3rem;
    padding-top: 3rem;
    margin: 1.65%;
    min-height: 450px;
    position: relative;
    -webkit-transition: width 500ms, height 500ms, left 600ms;
    transition: width 500ms, height 500ms, left 250ms;
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: #EDEB00;
    overflow:hidden;
}



.date-row .day-intro {
    font-size: 16px;
    text-align: center !important;
    max-width: 700px;
    margin: 10px auto;
}

.schedulediv.tilesdiv ul#list[data-limit-view='3'] li:nth-child(n+4) {
    display: none !important;
}


.schedulediv.tilesdiv .evfee {
    display: none;
    color: white;
    font-size: 2.4rem;
}

.page-schedule .schedulediv .evfee {
    float:right;
    display: none;
}

.schedulediv.tilesdiv .row {
    display: flex;
    flex-direction: column;
}

.schedulediv.tilesdiv .row > div {
    float:none;
    width: 100%;
}

.schedulediv.tilesdiv .col-md-5  a,
.schedulediv.tilesdiv .col-md-5  a span {
    text-decoration: none;
}


.schedulediv.tilesdiv .col-md-2.code {
    color:black;
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    font-size: 20px;
}

@media all and (min-width:992px){
    .schedulediv.tilesdiv .col-md-5 {
        height:150px;
    }
}


.schedulediv.tilesdiv .col-md-2.code .evcode {

}

.schedulediv.tilesdiv .col-md-2.code .evcode,
.schedulediv.tilesdiv .col-md-3 .red-block  {
    color:black!important;

}
.schedulediv.tilesdiv .col-md-2 .Presdate,
.schedulediv.tilesdiv .col-md-2 .PresTime {
    display:none!important;
}



.schedulediv.tilesdiv .col-md-3.lu {

}


@media all and (max-width:767px){


}

.schedulediv.tilesdiv .col-md-3.lu .aia-metadata {
    min-height: 20px;
}

.schedulediv.tilesdiv .col-md-3.lu .red-block {
    color: white;
    font-size: 1.6rem;
}


.schedulediv.tilesdiv ul#list>li .presname {
    font-size: 2.8rem;
    line-height: 1.1;
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    color: black;
    text-overflow: ellipsis;
    max-height: 5.5em;
    overflow: hidden;
    display: block;

}

@media all and (max-width:1200px) {
    .schedulediv.tilesdiv ul#list>li .presname {
    font-size: 2.5rem;
    }
}

.schedulediv.tilesdiv ul#list>li .PresTime {
   color:black;
}

.schedulediv.tilesdiv ul#list>li .Presdate {
  
}


.schedulediv.tilesdiv ul#list> li {

    border-radius: 15px;
    overflow: hidden;
}

.off .tilesdiv .tile-fg {

    mask-size: cover;
    opacity:0.6;
    background: linear-gradient(90deg, #EF4135 -0.66%, #637496 77.7%);
}

 .tilesdiv .gradient-1 .tile-fg {
    background-image:url('/wp-content/uploads/2020/01/card-gradient-1.png');
    background-image: url('/wp-content/uploads/2025/01/AIA25_web_background_1920x1000_1.jpg');
    background-size: 101% 101%;
    background-repeat: no-repeat;
    
    /*
    mask-image: url(/wp-content/uploads/2024/02/Mask-group1.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    */
}

 .tilesdiv .gradient-2 .tile-fg  {
    background-image:url('/wp-content/uploads/2020/01/card-gradient-2.png');
    background-image: url('/wp-content/uploads/2025/01/AIA25_web_background_1920x1000_1.jpg');
    background-size: 101% 101%;
    background-repeat: no-repeat;
    
    /*
    mask-image: url(/wp-content/uploads/2024/02/Mask-group2.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    */
}

 .tilesdiv .gradient-3 .tile-fg  {
    background-image:url('/wp-content/uploads/2020/01/card-gradient-3.png');
    background-image: url('/wp-content/uploads/2025/01/AIA25_web_background_1920x1000_1.jpg');
    background-size: 101% 101%;
    background-repeat: no-repeat;
    
    /*
    mask-image: url(/wp-content/uploads/2024/02/Mask-group3.svg);
        mask-repeat: no-repeat;
    mask-size: cover;
    */
}

.tilesdiv .gradient-4 .tile-fg  {

    background-image:url('/wp-content/uploads/2020/01/card-gradient-4.png');
    background-image: url('/wp-content/uploads/2025/01/AIA25_web_background_1920x1000_1.jpg');
    background-size: 101% 101%;
    background-repeat: no-repeat;
    
    /*
    mask-image: url(/wp-content/uploads/2024/02/Mask-group4.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    */
}

 .tilesdiv .gradient-5 .tile-fg  {

    background-image:url('/wp-content/uploads/2020/01/card-gradient-4.png');
    background-image: url('/wp-content/uploads/2025/01/AIA25_web_background_1920x1000_1.jpg');
    background-size: 101% 101%;
    background-repeat: no-repeat;
    
    /*
    mask-image: url(/wp-content/uploads/2024/02/Mask-group5.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    */
}





.schedulediv.tilesdiv .tile-fg  {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-size: 280%;
    background-position: center;
    background-repeat: no-repeat;
}


.schedulediv.tilesdiv .tile-fg  div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 120%;
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
}

@media all and (max-width:1023px) {
    .schedulediv.tilesdiv .tile-fg  {
        height:40%;
    }

}

.off .schedulediv.tilesdiv .tile-fg:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.8), transparent);
}

.home .schedulediv.tilesdiv #TipContainer {
    max-width: 960px;
    margin: 0 auto;
}

@media all and (max-width: 991px) {

        .schedulediv.tilesdiv ul#list>li {
            width: 45%;
            min-height: 270px;
        }
}




@media all and (max-width: 767px) {

    .schedulediv.tilesdiv ul#list>li {
        width: 100%;
        margin: 0;
        margin-bottom: 2rem;
    }

}



/* large */
.schedulediv.tilesdiv.transparent ul#list>li {
    background-color: #EDEB00;
    width:30%;
}

@media all and (max-width:991px){
    .schedulediv.tilesdiv.transparent ul#list>li {
   
    width:100%;

    }

    .schedulediv.tilesdiv.transparent ul#list>li.gradient-3 {
      
    }
}



.tilesdiv.transparent .gradient-1 .tile-fg {
    /*background-image:url('/wp-content/uploads/2020/01/card-gradient-1.png');
    background-image: url('/wp-content/uploads/2022/01/card-gradient-gray.png');
    background-size: 101% 101%;
    background-repeat: no-repeat;
   
    
    mask-image: url(/wp-content/uploads/2024/02/Vector1.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
     */
}

.tilesdiv.transparent .gradient-2 .tile-fg  {
    /*background-image:url('/wp-content/uploads/2020/01/card-gradient-2.png');
    background-image: url('/wp-content/uploads/2022/01/card-gradient-gray.png');
    background-size: 101% 101%;
    background-repeat: no-repeat;
    
    
    mask-image: url(/wp-content/uploads/2024/02/Vector2.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    */
}

.tilesdiv.transparent .gradient-3 .tile-fg  {
    /*background-image:url('/wp-content/uploads/2020/01/card-gradient-3.png');
    background-image: url('/wp-content/uploads/2022/01/card-gradient-gray.png');
    background-size: 101% 101%;
    background-repeat: no-repeat;
   
    
    mask-image: url(/wp-content/uploads/2024/02/Vector3.svg);
        mask-repeat: no-repeat;
    mask-size: contain;
     */
}
.off .schedulediv.tilesdiv.transparent ul#list>li.gradient-3 {
    padding-top:37%;
}

.tilesdiv.transparent .gradient-4 .tile-fg  {

    /*background-image:url('/wp-content/uploads/2020/01/card-gradient-4.png');
    background-image: url('/wp-content/uploads/2022/01/card-gradient-gray.png');
    background-size: 101% 101%;
    background-repeat: no-repeat;
    
    
    mask-image: url(/wp-content/uploads/2024/02/Vector2.svg);
        mask-repeat: no-repeat;
    mask-size: contain;
    */
}

.tilesdiv.transparent .gradient-5 .tile-fg  {

    /*background-image:url('/wp-content/uploads/2020/01/card-gradient-4.png');
    background-image: url('/wp-content/uploads/2022/01/card-gradient-gray.png');
    background-size: 101% 101%;
    background-repeat: no-repeat;
   
    
    mask-image: url(/wp-content/uploads/2024/02/Vector3.svg);
        mask-repeat: no-repeat;
    mask-size: contain;
     */
}
.off .schedulediv.tilesdiv.transparent ul#list>li.gradient-5 {
    padding-top:37%;
}



.schedulediv.tilesdiv.transparent .tile-fg {
    opacity:1;
    height: 40%;
}


.schedulediv.tilesdiv.transparent .col-md-2.code {
    position: relative;
}

@media all and (min-width:1023px){
    .schedulediv.tilesdiv.transparent ul#list>li:nth-child(1)  {
     
    }

    .schedulediv.tilesdiv.transparent ul#list>li:nth-child(2)  {
       
    }

    .schedulediv.tilesdiv.transparent ul#list>li:nth-child(3) {
    
    }
}

.schedulediv.tilesdiv.transparent ul#list>li .row * {
    color: black;
    position: relative;
    top: unset;
    bottom: unset;
}

.schedulediv.tilesdiv.transparent ul#list>li .row .code {
    margin-top:20px;
}

.home .schedulediv.tilesdiv.transparent #TipContainer {
    max-width: 1150px;
}

.home .text-content-raw {
    padding-bottom: 0!important;
}


/* events */


#eventnav {
    margin: 0px 1.25%;

    position: relative;
}

@media all and (max-width: 991px) {
    #eventnav {
        display: block;
    }
}

#eventnav p {
    margin-bottom: 0px;
    margin: 0;
}

.event-select {
    outline: none;
    ;
    border: 2px solid #000;
    line-height: 48px;
    font-size: 2.4rem;
    line-height: 3rem;
    border-radius: 0;
    -webkit-appearance: none;
    background: #fff;
    padding: 1em;
    background-image: url(/wp-content/uploads/2024/02/AIA_A18_arrow_down_black.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 6rem;
    border-radius: 0px;
    background-size: 40px;
    color:black;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Architype Bold', Sans-serif!important;
}


@media all and (min-width: 1024px) {

    .event-select + .event-select {
    margin-left:15px;
    }

    .event-select.datenav {
        width: 60%;
    }

}



.event-select.filternav {
    position: relative
}

.event-select.filternav.selected {
    border-color: #ADD9DB;
    background-color: #ADD9DB;
}

.event-filter {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    border: 2px solid #000;
    padding: 2rem;
    background: #fff;
    border-radius: 0px;
    margin-top: 15px;
}

.event-filter li {
    display: inline-block;
    font-size: 2rem;
    margin: 4px 3px 4px 0;
    ;
    line-height: 1.7rem;
    ;
    width: 48%;
    ;
}


@media all and (max-width:767px) {
    .event-filter li {
        display:block;
        width: 100%;
        margin-bottom:20px
    }
}


.event-filter li a {
    display: block;
    padding-left: 30px;
    position: relative;
    color: #000;
    text-decoration: none;
}

.event-filter li a:before {
    content: " ";
    top: -2px;
    display: inline-block;
    border: 2px #000 solid;
    height: 1.7rem;
    width: 1.7rem;
    position: absolute;
    left: 0;
}

.event-filter li:hover a:before,
.event-filter li.on a:before {
    border-color: #EF4135;
    background-color: #EF4135
}

.event-filter li:hover a,
.event-filter li.on a {
    ;
    text-decoration: none !important;
    color: #EF4135;
}

#eventnav i {
    font-size: 30px;
    color: #000;
    cursor: pointer;
    margin-left: 30px;
}

@media all and (max-width: 991px) {

#eventnav i {
        margin: 0;
    margin-top: 20px;
    }
}

#eventnav input.event-search {
    border: 2px solid #000;
    line-height: 48px;
    font-size: 2.4rem;
    line-height: 3rem;
    padding: 1em;
    width: 100%;
    background-color: transparent;
    border-radius: 15px;
}


@media all and (max-width: 991px) {
    .event-select {
        width: 100%;
        max-width: none !important
    }
}


ul.qmmc li ul li {
    font-size: 2rem;
    margin-bottom: 10px;
}

ul.qmmc li:hover>ul {
    left: auto;
}

ul#list {
    position: relative;
}

ul#list h3.page-title {
    display: none;
}

ul#list .date-div h3 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-left: 1.25%;
    display: block;
}

ul#list li.hassold {
    display: none;
}

ul#list li.hassold.view {
    display: inline-block;
}

ul#list h3+div {
    display: none;
}

.TimeHead,
.TitleHead,
.legend {
    display: none;
}

ul#list>li {
    background-color: white;
    padding: 10px;
    border: 1px #d8d8d8 solid;
    margin: 0 1.25%;
}

ul#list>li:hover {
    background-color: #EF4135
}

ul#list>li:hover a,
ul#list>li:hover span,
ul#list>li:hover div,
ul#list>li:hover .aia-metadata .lu,
ul#list>li:hover .aia-metadata .red-block {
    color: white;
    text-decoration: none;
}

ul#list>li:hover .aia-metadata .lu,
ul#list>li:hover .aia-metadata .red-block {
    color: white;
    border-color: white;
}

ul#list>li {
    position: relative;
    -webkit-transition: width 500ms, height 500ms, left 600ms;
    /* Safari */

    transition: width 500ms, height 500ms, left 250ms;
    vertical-align: top;
}

.XXul#list>li.on {
    width: 95%;
    position: absolute;
    left: 0;
}

#list>li .modal-detail,
.modal-detail {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    font-size: 2rem;
}

ul#list>li h2 {}

ul#list>li a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

ul#list>li h2 .PresTime {
    font-size: 3rem;
    display: block;
    margin-bottom: 2rem;
    text-align: center
}

ul#list>li {
    font-size: 1.5rem;
    line-height: 2rem;
}

ul#list>li .presname {
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'Architype Bold', 'Helvetica';
}

@media (min-width: 991px) {
    ul#list>li h2 .presname {

        display: block;
        position: relative;
    }



}


ul#list>li h2 .evcode {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'Architype Bold', 'Helvetica';
    margin: 2rem 0px;
    letter-spacing: 2px;
    text-align: center
}

ul#list>li h2 .aia-metadata {
    display: block;
    margin-top: 2rem;
    text-align: center
}

ul#list>li h2 .aia-metadata .lu {}

ul#list>li h2 .aia-metadata .red-block {}

ul#list>li h2 .tools {
    display: none;
}


ul#list>li .otherinfo {
    /*  font-size: 12px;
    font-family: 'Architype Bold', 'Helvetica';
    color: #EF4135!important;
    position: absolute;
    top: -1em;
    background: white;
    border: 1px #eee solid;
    border: 1px #d8d8d8 solid;
    padding: 3px 5px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);

    */
    font-size: 12px;

    font-family: 'Architype Bold', 'Helvetica';
    color: white !important;
    position: absolute;
    top: -1em;
    background: white;
    /* border: 1px #eee solid; */
    /* border: 1px #d8d8d8 solid; */
    padding: 3px 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #EF4135 !important;
}


h2 .aia-metadata {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
}

/* search results */

ul#list li .tools {
    display: none
}


ul#list.search-results>li {
    height: auto !important;
    min-height: initial;
    width: 85%;
}

ul#list.search-results>li h2 {
    font-size: 25px;
}

.search-container input[type='submit'] {
    display: none;
}

ul#list>.date-div {
    background-color: white;
    background-color: rgba(255, 255, 255, 1)
}

ul#list>.date-div h3 {
    text-align: center;
    font-size: 3rem;
    font-family: 'Architype Light', 'Helvetica';
    padding: 20px 0 10px 0;
    margin-top: 10px;
}

li h2 .aia-metadata .soldout {
    color: #EF4135 !important;
    font-size: 75%;
    position: absolute;
    top: -2em;
    width: 100%;
    left: 0;
}

li:hover .aia-metadata .soldout {
    color: white !important;
}

.date-div.is_stuck {
    border: 1px #d8d8d8 solid;
    z-index: 2;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #EF4135
}

.schedule-slider {
    padding: 0px 40px;
}

.schedule-slider.owl-carousel {}

.schedule-slider.owl-carousel .owl-item>li {
    background-color: white;
    padding: 20px;
    border: 1px #A7A7A7 solid;
    margin: 1.25%;
    min-height: 300px
}

.schedule-slider.owl-carousel .owl-item>li:hover {
    background-color: #EF4135;
    border-color: #EF4135;
}

.schedule-slider.owl-carousel .owl-item>li:hover a,
.schedule-slider.owl-carousel .owl-item>li:hover .aia-metadata .lu,
.schedule-slider.owl-carousel .owl-item>li:hover .aia-metadata .red-block {
    color: white;
    text-decoration: none;
    border-color: white;
}

div.get-more {
    text-align: center
}

.schedule-slider.owl-carousel .owl-item>li {
    vertical-align: top;
}

.schedule-slider.owl-carousel .owl-item>li.date-item {
    text-align: center;
}

.schedule-slider.owl-carousel .owl-item>li.date-item h3 {}

.XXul#list>li.on {
    width: 95%;
    position: absolute;
    left: 0;
}

#list>li .modal-detail,
.modal-detail {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    font-size: 2rem;
}

.schedule-slider.owl-theme .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    top: 35%;
    left: 0;
}

.schedule-slider.owl-theme .owl-controls .owl-nav .owl-prev {
    background: transparent;
    color: #EF4135;
    font-size: 70px;
    position: absolute;
    left: -20px;
}

.schedule-slider.owl-theme .owl-controls .owl-nav .owl-next {
    background: transparent;
    color: #EF4135;
    font-size: 70px;
    position: absolute;
    right: -20px;
}

.schedule-slider.owl-carousel li {
    list-style: none
}

.schedule-slider.owl-carousel .owl-item>li .date-div {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.3rem;
}

.schedule-slider.owl-carousel .owl-item>li h2 {}

.schedule-slider.owl-carousel .owl-item>li h2 a {
    color: #000;
    font-weight: normal;
}

.schedule-slider.owl-carousel .owl-item>li h2 .PresTime {
    font-size: 3rem;
    display: block;
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 1rem;
}

.schedule-slider.owl-carousel .owl-item>li h2 .presname {
    font-size: 1.8rem;
    font-family: 'Architype Bold', 'Helvetica';
    display: block;
    margin-bottom: 2rem;
    text-align: center
}

.schedule-slider.owl-carousel .owl-item>li h2 .evcode {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'Architype Bold', 'Helvetica';
    margin: 2rem 0px;
    letter-spacing: 2px
}

.schedule-slider.owl-carousel .owl-item>li h2 .aia-metadata {
    display: block;
    margin-top: 2rem;
    text-align: center
}

.schedule-slider.owl-carousel .owl-item>li h2 .aia-metadata .lu {}

.schedule-slider.owl-carousel .owl-item>li h2 .aia-metadata .red-block {}

.schedule-slider.owl-carousel .owl-item>li h2 .tools {
    display: none;
}

.schedule-slider.owl-carousel ul#list {
    display: none;
}

.schedule-slider.owl-carousel>li:hover a,
.schedule-slider.owl-carousel>li:hover .aia-metadata .lu,
.schedule-slider.owl-carousel>li:hover .aia-metadata .red-block {
    color: white;
    border-color: white;
}

.schedule-slider.owl-carousel li:hover .date-div {
    color: white;
}

.ajaxfetch-exhibitors {}

.exhibitor-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.exhibitor-list li {
    position: relative;
    margin: 3rem 0px;
    border: 1px solid #D8D8D8;
    ;
    padding: 3rem;
}

.exhibitor-list li h3 {
    font-family: 'Architype Bold', 'Helvetica'
}

.exhibitor-list li h3 span {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 1.3rem;
    color: black;
    text-transform: uppercase;
    ;
    font-family: 'Architype Bold', sans-serif;
    font-weight: 600;
}

.exhibitor-list li p {
    margin: 2rem 0 0 0;
}

.exhibitor-filter-items.Alpha+span {
    display: none;
}

select.exhibitor-filter-items {
    margin-bottom: 1rem;
    width: 40%;
    border: 1px solid #D8D8D8;
    line-height: 48px;
    font-size: 2.4rem;
    line-height: 3rem;
    border-radius: 0;
    -webkit-appearance: none;
    background: transparent;
    padding: 1rem;
    background-image: url(/wp-content/uploads/2016/12/select_bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 6rem;
    max-width: 400px;
    margin-right: 1rem;
}

.exhibitor-filter i {
    margin-left: 30px;
    font-size: 30px;
    color: #D3D3D3;
    cursor: pointer;
}

.search-container {
    text-align: left;
    flex-grow: 1;
    margin-top: 20px;

}

input.exhibitor-search {
    width: 81%;
    border: 1px solid #D8D8D8;
    line-height: 48px;
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 1rem;
    margin-top: 2rem;
}

/* exhibitors popup */

.tabcontent>div.clear {
    border-top: 1px #d8d8d8 solid;
    margin: 2rem 0px;
}

.tabcontent div.clear+div {
    display: block !important;
}

.tabcontent .video-box img {
    display: none;
}

/* page specific */

.entry-content>p {
    margin-right: auto;
    margin-left: auto;
}

/* edu */

.page-id-10 section.text-content-raw+section.text-content {
    margin-top: 5rem
}

.page-id-10 section.text-content p {
    max-width: 768px;
    margin: auto;
}

.page-id-10 .bootstrap-4columns+section.text-content {
    margin-top: 10rem;
}

.page-id-10 .entry-content>p {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
}

.home p,
.narrow p,
.narrow h4 {
    max-width: 1174px;
    margin-right: auto;
    margin-left: auto;
}

section.narrow > .row {
    max-width: 1200px;
}





@media (max-width: 991px) {


    .home section.text-content+section.bootstrap-4columns.cards-content {
        padding-bottom: 0px;
    }

}

.page-register .text-content-raw section.text-content {}

.page-register section.text-content ul,
.page-id-1472 section.text-content ul {
    margin: 0;
    padding: 0;
    padding-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-register section.text-content ul+p {
    margin-top: 20px;
}

.page-id-1472 section.text-content ul+p {
    margin-top: 20px;
}



.page-register section.text-content.reg-block ul.dots span.right {
    float: right;
}

.page-register section.text-content.reg-block ul.dots span {
    display: inline-block;
    background-color: white;
}

.page-register section.text-content.reg-block ul.dots+ul.dots {
    margin-top: 25px;
}


.page-register section.text-content.reg-block ul.dots li {
    background-image: linear-gradient(to right, #BBB 20%, rgba(255, 255, 255, 0) 0%);
    background-position: 0 0.75em;
    background-size: 9px 2px;
    background-repeat: repeat-x;
    margin-bottom: 3px;

}



.page-register section.text-content.reg-block strong,
.page-register section.text-content.reg-block b,
.small-black-bold {
    font-family: 'Architype Bold', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 3rem;
    letter-spacing: 3px;
    color: black;
}

.spotlight-speakers .small-black-bold {
    display: block;
    line-height: 1.2em
}

.page-register section.text-content.reg-block p {
    margin-bottom: 20px;
}


.page-register section.text-content.reg-block.bootstrap-3columns.cards-content .row span.text-padding {

    padding-bottom: 10rem;
    position: relative;
    min-height: 70rem
}

.page-register .small,
.page-register p .small {
    font-size: 75%;
}


.page-register section.text-content.reg-block.bootstrap-3columns.cards-content .row span.text-padding>p:last-child {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%
}

@media (max-width: 991px) {
    .page-register section.text-content.reg-block.bootstrap-3columns.cards-content .row span.text-padding>p:last-child {

        position: relative;
        margin-top: 30px;
    }

    .page-register section.text-content.reg-block.bootstrap-3columns.cards-content .row span.text-padding {
        padding-bottom: 2rem;
    }
}

.page-register section.text-content.reg-block h4 {
    margin-bottom: 4rem;
}

section.text-content table tr>td:first-child {
    padding-right: 10px;
}

section.text-content table tr>td:last-child {
    padding-left: 10px;
}


@media (min-width: 991px) {
    .page-register section.text-content.reg-block.reg-block-last .row>.col-md-6:first-child {
        margin-left: 25%;
    }

}

@media (max-width: 991px) {
    section.bootstrap-3columns.text-content.reg-block .row>.col-md-6:first-child {
        margin-bottom: 3rem
    }

    .page-register section.text-content.reg-block.bootstrap-3columns.cards-content .row span.text-padding {
        min-height: 0;
        height: auto !important
    }

    .off section.text-content table td {
        display: block;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 4rem;
    }


    section.bootstrap-2columns.text-content.reg-block .row>.col-md-6:first-child {
        margin-bottom: 8rem
    }

    section.bootstrap-2columns.text-content.reg-block .row>.col-md-6:last-child {
        margin-bottom: 4rem
    }

}


.mfp-auto-cursor .mfp-content {
    margin-top: 150px;
    max-width: 1200px;
}


/* NY page */


img.make-full {
    max-width: 92.8rem;
    margin-left: -4rem;
    margin-top: -4rem;
}



@media (max-width: 1200px) {
    img.make-full {
        max-width: 83.2rem;
    }

}





@media (max-width: 991px) {

    img.make-full {
        max-width: 100%;
        margin-left: 0;
        margin-top: 0;
    }


}








.all-maps {}

.all-maps>div {
    display: none;
}

.all-maps div.map-default {
    display: block;
}

.all-maps iframe {
    width: 100%;
    border: 0;
}

.mfp-content,
.mfp-content #main {
    background-color: white;
    margin: 20px auto;
    padding: 50px;
    width: 100%;
    max-width: 800px;
    font-size: 2rem;
}

.mfp-bg {
    background: #000;
    opacity: 0.85;
}

/* eventscribe higjacks */

.PresentationTimeFrame,
.PresentationDate,
.PresentationRoom,
.PresentationLocation {
    float: left;
    padding-right: 20px;
    font-size: 1.5rem;
}

.PresentationDate img,
.PresentationTimeFrame img,
.PresentationLocation img,
.PresentationRoom img {
    margin-right: 10px;
    margin-top: -4px;
}

.PresentationTitle span.capacity-notice {
    float: left;
    font-size: 85%;
    color: #EF4135 !important;
}

#aia-metadata .red-block,
.aia-metadata .red-block,
#aia-metadata .red-block.ada,
.aia-metadata .red-block.ada,
#aia-metadata .red-block.hsw,
.aia-metadata .red-block.hsw,
#aia-metadata .red-block.gbci,
.aia-metadata .red-block.gbci,
#aia-metadata .red-block.riba,
.aia-metadata .red-block.riba,
#aia-metadata .lu,
.aia-metadata .lu {

    color: #000;

}

#sendEmail,
#TopToolbar {
    display: none;
}

#aia-metadata+div {
    clear: left;
}

.PresentationTitle {
    font-family: 'Architype Bold', 'Helvetica';
}

.PresentationTitle span {
    color: #A7A7A7 !important;
    display: block;
    margin-bottom: 3rem;
    font-size: 3rem;
    font-family: 'Architype Bold', 'Helvetica';
    /* float: right; */

    text-align: right;
}

.PresenterName {
    line-height: 2.3rem
}

p+p.theName {
    margin-top: 3rem;
}

.mfp-content .PresenterName {
    line-height: 3.3rem
}

.PresenterInfo .PresenterName {
    color: #000 !important;
    font-family: 'Architype Bold', 'Helvetica';
    margin-top: 4px;
}

.PresenterInfo .PresenterOrganization {
    color: #000 !important;
    line-height: 2.3rem;
    margin-bottom: 0px;
}

.PresenterInfo #presList {
    margin-bottom: 0px;
    margin-left: 0 !important;
    padding-left: 20px;
}

.PresenterInfo #presList li {
    line-height: 2.3rem;
    margin-bottom: 2rem;
}

.PresenterInfo #presList li a {
    display: block;
}

.PresenterInfo .PresenterBioSketch {
    line-height: 2.5rem
}

.PresenterInfo br {
    display: none;
}

.PresenterInfo p {
    margin-bottom: 1.5em !important;
}

.pressbio {
    padding-top: 2rem;
    clear: both;
}

/* onPeak */

.onPeak_magnetInner select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #D8D8D8;
    line-height: 48px;
    font-size: 2rem;
    line-height: 3rem;
    border-radius: 0;
    -webkit-appearance: none;
    background: transparent;
    padding: 0.5em;
    -webkit-appearance: none;
    background: transparent;
    ;
    background-image: url(/wp-content/uploads/2016/12/select_bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 6rem;
}

.xx {
    border: 1px solid #D8D8D8;
    line-height: 48px;
    font-size: 2.4rem;
    line-height: 3rem;
    border-radius: 0;
    -webkit-appearance: none;
    background: transparent;
    padding: 1em;
    background-image: url(/wp-content/uploads/2016/12/select_bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 6rem;
    max-width: 400px;
    margin-right: 1rem;
}

#onpeak_hotels {
    margin-top: 3rem !important;
}

div.onPeak_magnetInner {
    background-color: transparent !important;
    padding: 0px !important;
}

#onpeak_ajaxHotelListContainer {
    max-height: none !important;
}

.at4-share-outer-right #at4-share,
.at4-share-outer-right #at4-soc {
    top: initial !important;
    bottom: -20px;
}

.at4-share-outer-right #at4-share a .at-icon-wrapper {
    background-color: #EF4135 !important;
}

.addthis-smartlayers {
    display: none;
}

.addthis-smartlayers #at4-share,
.at4-share #at4-soc {
    top: initial !important;
    bottom: -20px;
}

.addthis-smartlayers #at4-share a .at-icon-wrapper {
    background-color: #EF4135 !important;
}

#text-7 p {
    font-size: 15px;
    line-height: 23px
}

footer {
    background-color: black;
    color: #D8D8D8;
    padding:0;
}


footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    color:white;
}

footer .text-14-bold {
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
}

footer ul ul {
    margin-top:20px;
}

footer ul .container {
    width: 100%;
    padding:0;
}

footer ul ul {

}

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

footer a:hover {
    color:#F2C75C!important;
}

footer  li a {
    color: white;
    text-decoration: none;
}

footer .container {
    width:100%;
}
footer .row-footer1, footer .row-footer1 {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

footer .row-footer1 > div {
    border-top:1px white solid;
    flex-grow: 1;
    border-right:1px white solid;
    padding:40px;
    width:20%;
    padding-bottom:0;
}



@media all and (max-width:991px){
    footer .row-footer1, footer .row-footer1 {
        flex-wrap: wrap;
    }
    footer .row-footer1 .col1, 
    footer .row-footer1 .col3 {
        border-left:1px white solid;
    } 

     footer .row-footer1 .col4 {
        border-right:1px white solid!important;
    } 

    footer .row-footer1 > div {
        width:50%;
    }
}

@media all and (max-width:767px){
    footer .row-footer1 > div {
        width:100%;
    }
    footer .row-footer1 .col2 {
        border-left:1px white solid;
    } 
    footer .row-footer1 .col4 {
        border-left:1px white solid;
    } 
}


footer .footer__member-content {
    font-size:14px;
    line-height: 18px;
}
footer .col4 {
    border-right:0!important;
}

footer .col5 {
    background-color: #EF4135;
    color:#000;
    padding-bottom:40px!important;
    border-right:0!important;

}

footer .menu-item.menu-item--expanded {
    margin-bottom: 0;
}

footer .col5 .container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding:0;
}

footer .col5 a.button--text-link.button--yellow {
        font-family: 'Architype Bold', 'Helvetica', Sans-serif;
        text-decoration: none;
}

footer .col5 p {
    margin:0;
}

footer .aia-membership img{
    display: none!important;
}

footer .col5 p.footer__member-body {
    margin-bottom:32px;
    margin-top:18px;
}

footer .row-footer2 {
    border-top:1px white solid;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color:white;
    padding:20px 40px;
}

footer .row-footer2 a {
    color: white;

}

footer .col6 p, footer .col7 p {
    margin:0;
}

footer .col6 {}
footer .col6 a {
    text-decoration: none;
}
footer .col7 {text-align: right;}

footer .col7 a {
    display: inline-block;
}

footer .col7 a + a {
    margin-left:30px;
}

footer .col5 .container:before,
footer .col5 .container:after {
    display: none;
}


footer .col5 .widget_text, footer .col5 .textwidget {
    height: 100%;
}

footer .col5 a {
    color:#000;
}

#themap {
    margin-bottom: 4rem;
}


.rm-form-wrapper .rm-form-label {
    display: none;
}

.print-page {
    margin: 0px 1.25%;
    margin-top: -10px;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    text-align: right;
}

.print-page input {
    display: none;
}

.print-page span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.print-page label:before {
    content: " ";
    top: 6px;
    display: inline-block;
    border: 1px #d8d8d8 solid;
    height: 1.7rem;
    width: 1.7rem;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.print-page label.on:before {
    border-color: #EF4135;
    background-color: #EF4135;
}

.home-wrap .work-caption {
    font-family: 'Architype Bold', sans-serif;
    position: absolute;
    bottom: 0;
    font-size: 1.1rem;
    line-height: 3rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

/* audience */

.audience-list {
    margin-top: 2rem;
    margin: 0 auto;
    width: 75%;
    margin-top: 5rem;
}

.audience-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.audience-list ul li {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-bottom: 1%;
}

.audience-list li a {
    position: relative;
    display: block;
    border: 1px #000 solid;
    color: #000;
    line-height: 3rem;
    padding: 10px 20px;
    padding-top: 15px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-family: 'Architype Bold', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}

.audience-list li a:after {
    content: '>';
    font-size: 1.2em;
    margin-left: 5px;
}

.audience-list li a:hover {
    background-color: #EF4135;
    color: white;
    border-color: #EF4135;
}

.audience-list li a:hover:after {
    color: white;
}

/*
.audience-list ul li:last-child {    margin: 0 auto;
    float: none;
    clear: both;}
*/
/* smaller than Desktop HD */

@media (max-width: 1200px) {
    html {
        font-size: 9px;
    }
}

/* smaller than desktop */

@media (max-width: 1000px) {
    #content>.container>#primary {
        padding: 5.5rem 0rem;
    }



    .keynote-slider .col-md-4,
    .bootstrap-4columns .col-md-3,
    .bootstrap-3columns .col-md-4 {
        margin-bottom: 5rem;
    }

    .home .section-news.text-content {
        padding: 0 30px;
    }

    section.registration-fast-lane.exhibitor ul li {
        line-height: 2rem;
        padding: 10px;
    }
}

@media (max-width: 1025px) {
    .home section.image-callout {
        margin-left: 0px;
        margin-right: 0px;
    }

    select.exhibitor-filter-items {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    ul#list>li {}

    .event-select {}
}

/* smaller than tablet */

@media (max-width: 769px) {
    section.image-callout .callout-text h3 {
        font-size: 3.5rem;
    }

    section.image-callout .callout-text p {}

    section.quotes-content .quotetxt {
        font-size: 2rem;
        line-height: 3rem;
    }

    select.exhibitor-filter-items {
        max-width: 200px;
        font-size: 2rem;
    }

    section.registration-nav ul {
        display: initial;
    }

    section.registration-nav ul li{
        border: 0px;
    }
}

/* smaller than tablet */

@media (max-width: 767px) {
    .exhibitor-list li h3 span {
        float: none !important;
        position: relative;
        right: 0;
        top: 0;
        display: block;
        margin-top: 20px;
    }

    .audience-list ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 1%;
    }


    section.registration-fast-lane ul {
        display: initial;
    }

    section.registration-fast-lane ul li+li {
        border: 1px black solid;
        margin-top:10px;
    }

    section.registration-fast-lane ul li+li {
       
    }


}

/* smaller than phablet (also point when grid becomes active) */

@media (max-width: 550px) {
    section.inc-text-background-img-slider .callout-text {
        padding: 4rem;
        padding-bottom: 3rem;
    }

    section.inc-text-background-img-slider .callout-text h3 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    section.inc-text-background-img-slider .callout-text h3+div {
        display: none
    }

    section.inc-text-background-img-slider .callout-text-bg {
        height: 80%;
    }

    section.inc-text-background-img-slider .callout-text p {
        font-size: 1.5rem;
        line-height: 4rem;
    }

    section.inc-text-background-img-slider .owl-dots {
        bottom: -40px;
    }
}

/* smaller than mobile */

@media (max-width: 415px) {
    html {
        font-size: 7px;
    }

    section.inc-text-background-img-slider .callout-text-bg {
        height: 120%;
    }

    section.inc-text-background-img-slider .callout-text p a {
        line-height: 4rem;
        padding: 0px 1.5rem;
    }

    .site-branding .logo img {
        float: none;
    }

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

    .main-navigation {
        margin-top: 3rem;
    }

    #content>.container>#primary {
        padding: 5rem 1rem;
    }

    .home .section-news.text-content {
        margin-top: 6rem;
    }



    .photo-attribution {
        bottom: 5%;
    }

    #primary-menu>li i {
        top: 0;
    }

    #primary-menu>li>a {
        font-size: 2.5rem;
    }

    #primary-menu li ul li {
        font-size: 2.5rem;
        padding: 1.5rem;
    }

    .home .home-wrap {}

    .home #masthead {
        ;
    }

    .home .entry-content {
        min-height: initial;
    }

    footer .widget_nav_menu ul {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .main-navigation {
        width: auto
    }

    #primary-menu>li:first-child {
        width: 200px;
    }

    section.text-content h3 {
        font-size: 4rem;
        line-height: 4.1rem;
    }

    section.image-callout .callout-text,
    section.image-callout .callout-text-bg {
        margin: 0px;
    }

    section.inc-text-background-img .callout-text {
        padding: 2rem 4rem;
        bottom: 20px;
    }

    section.inc-text-background-img .callout-text h3 {
        font-size: 4rem;
    }

    section.inc-text-background-img .callout-text p {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    section.sponsors-content .row>div {
        height: auto;
    }

    section.sponsors-content .row .sponsor-img {
        margin-bottom: 5rem;
    }

    section.registration-fast-lane ul li {
        line-height: normal;
    }

    section.registration-fast-lane ul li a {
        padding: 10px 3px
    }

    section.image-callout .col-md-12,
    section.inc-text-background-img {}

    section.image-callout img,
    section.inc-text-background-img img {
        width: 120%;
    }

    section.image-callout .callout-text h3 {
        font-size: 4rem;
    }

    section.image-callout .callout-text p {}


    .onPeak_magnetInner select {
        width: 100%;
    }

    .event-select {

        margin-bottom: 5px;
    }

    .event-select.filternav {
        float: none;

    }

    .event-filter li {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .event-filter li a:before {
        height: 2.5rem;
        width: 2.5rem;
        top: 2px;
    }

    ul#list>li {
        width: 100%;
        min-height: initial;
    }

    h2 .aia-metadata {
        position: relative;
        bottom: initial;
        left: initial;
    }

    ul#list>li h2 .presname {
        font-size: 2.5rem;
    }

    .PresentationTimeFrame,
    .PresentationDate,
    .PresentationRoom,
    .PresentationLocation {
        float: none;
        padding-right: 0px;
        font-size: 2rem;
    }

    .PresenterInfo {
        width: auto !important;
        margin-top: 3rem;
    }

    .mfp-content,
    .mfp-content #main {
        padding: 20px;
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .PresenterName {
        line-height: 3rem;
    }

    .Presenterimage {
        width: 100%;
    }

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

    .date-div.is_stuck {
        width: 100% !important;
        left: 0;
        background-color: #eee !important;
    }

    .ajaxfetch-speakers ul#list>li a span:last-child {
        float: none;
        display: block;
        margin-top: 1rem;
        color: #000;
    }

    .ajaxfetch-speakers ul#list>li a {
        font-size: 3rem;
    }

    section.bootstrap-4columns.cards-content h3 {
        font-size: 3rem;
    }

    section.bootstrap-4columns.cards-content p {}

    .page section.bootstrap-4columns.cards-content .row span.text-padding {
        height: auto !important;
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .page section.text-content {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .schedule-slider.owl-carousel .owl-item>li h2 .presname {
        font-size: 2.5rem;
    }

    .schedule-slider.owl-carousel .owl-item>li .date-div {
        font-size: 2.3rem;
        text-align: center;
        line-height: 2.3rem;
    }

    select.exhibitor-filter-items {
        max-width: none;
        font-size: 2rem;
        width: 100%;
        margin-bottom: 2rem;
    }

    input.exhibitor-search {
        width: 100%;
    }

    .exhibitor-list li h3 span {
        float: none !important;
        ;
        display: block;
        margin-top: 1rem;
        font-size: 2rem;
    }

    section.bootstrap-3columns.cards-content p,
    section.bootstrap-3columns p strong {
        font-size: 2.6rem;
        line-height: 2.9rem
    }

    section.bootstrap-3columns.cards-content .row span.text-padding {
        height: auto !important;
    }

    section.content-with-sidebar .content-sidebar {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    section.registration-fast-lane.exhibitor .col-md-12>div span {
        text-align: center;
        font-size: 2.5rem;
        display: block;
        margin-bottom: 2rem;
    }

    ul.keynote-slider li>div.col-xs-4,
    ul.keynote-slider li>div.col-xs-3 {
        padding-left: 2px;
        padding-right: 2px;
    }

    section.keynote-content .keynote-name {
        color: white;
        position: absolute;
        bottom: initial;
        font-size: 2rem;
        line-height: 2.3rem;
        color: #000;
        position: relative;
        margin-top: 1rem;
    }

    section.keynote-content .keynote-name p {
        margin: 0 0px;
    }



    .home.page .content-area section {
        padding-top: 4rem;
        padding-bottom: 7rem;
    }

    .home.page .content-area section+section {
      
    }

    .home.page section+section.sponsors-content-ew {
        padding-top:3em;
    }
}

@media (max-width: 320px) {
    body {
        background-size: 150%;
    }

    .home .home-wrap {
        min-height: 200px;
    }

    .home .home-wrap video {
        width: 150%;
    }

    #primary-menu>li:first-child,
    #primary-menu>li {
        width: 100%;
        margin-bottom: 1rem;
    }

    section.image-callout img,
    section.inc-text-background-img img {
        width: 200%;
    }

    #aia-metadata .red-block,
    .aia-metadata .red-block,
    #aia-metadata .red-block.ada,
    .aia-metadata .red-block.ada,
    #aia-metadata .red-block.hsw,
    .aia-metadata .red-block.hsw,
    #aia-metadata .red-block.gbci,
    .aia-metadata .red-block.gbci,
    #aia-metadata .red-block.riba,
    .aia-metadata .red-block.riba,
    #aia-metadata .lu,
    .aia-metadata .lu {
        display: block;
        width: 50%;
        margin: 5px auto;
    }

    section.inc-text-background-img-slider .callout-text {
        padding-bottom: 0px;
    }

    section.inc-text-background-img-slider .callout-text h3 {
        font-size: 2rem;
    }
}

@media print {
    body {
        margin: 15mm 25mm 15mm 25mm;
    }

    a[href]:after {
        content: "";
    }

    .announcements {
        display: none;
    }

    footer#colophon,
    #site-navigation {
        display: none;
    }

    .logo {
        width: 100%;
        height: auto;
        background-color: black !important;
    }

    #content>.container>#primary {
        padding: 1.5rem 1.5rem;
        margin-top: 2rem;
    }

    .event-navigation {
        display: none;
    }

    ul#list>li {
        display: block;
        width: 100%;
        height: auto !important;
        min-height: initial !important;
        padding: 0px;
        margin: 7px;
        border: 0px;
        border-bottom: 1px #ccc solid;
    }

    ul#list>li h2 .PresTime,
    ul#list>li h2 .presname {
        font-size: 1.6rem;
        text-align: left;
        display: inline;
    }

    ul#list>li h2 .evcode {
        font-size: 1.4rem;
        margin: 0.5rem 0px;
    }

    ul#list>li h2 .aia-metadata {
        text-align: right;
        padding-right: 10px;
        bottom: 15px;
    }

    ul#list>.date-div h3 {
        background: #eee !important;
    }

    li h2 .aia-metadata .soldout,
    li h2 .aia-metadata>span:last-child:not(.red-block) {
        position: relative;
        top: initial;
    }

    .registration-fast-lane,
    .signup-box {
        display: none;
    }

    .site-branding .logo img {
        float: none;
        max-width: 300px !important;
        height: auto;
    }

    .site-branding .logo img.hidden-print {
        display: none !important;
    }

    .print-page {
        display: none;
    }

    h1+p>strong {
        font-size: 3rem;
        line-height: 3.5rem;
    }

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

    .entry-content hr {
        display: none;
    }

    #masthead .col-md-7.col-sm-7 {
        width: 100%;
    }
}



/* 2017 updates */
@media (max-width: 1025px) {

    .main-navigation #primary-menu ul.sub-menu li {
        position: relative;
    }
    .main-navigation #primary-menu ul.sub-menu li .chevron:after {
        position: absolute;
        content: ' \f107';
        font-family: FontAwesome;
        font-size: 24px;;
        width: 20px;
        height: 40px;
        right: 0px;
        background-size: 60%;
        top: 10px;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 2;
        transition: all 300ms;
        color:white;
    }

    .main-navigation #primary-menu ul.sub-menu li.active .chevron:after {
           content: ' \f106';
    }

    .main-navigation #primary-menu ul.sub-menu li.btn-lg a {
        background-color:#EF4135 ;
        padding:20px;
        text-align: center;
        margin-top:20px;
        width: 80%;
    }

    .main-navigation #primary-menu ul.sub-menu ul.sub-menu{
        position: relative;
        left: unset;
        top: unset;
        width: auto;
        height: auto;
        float:none;
        clear:both;
        display: none;
    }

    .main-navigation #primary-menu ul.sub-menu .active ul.sub-menu {
        display: block
    }

    .main-navigation #primary-menu ul.sub-menu ul.sub-menu li a{
        font-size: 22px;
    }
    .main-navigation #primary-menu ul.sub-menu ul.sub-menu li {
        padding-bottom:0;
        padding-left: 0;

    }

    .main-navigation.toggled #primary-menu > li > ul.sub-menu {
        width: 60%;
        padding: 10px 55px 0 60px;
        display: block;
        float:none;
        clear:both;
    }

    #primary-menu>li li.menu-toggle {
        margin-top: 50px;
    }

    section.text-content.gray-box {
        margin-left: 15px;
        margin-right: 15px;
    }

    section.image-callout.right .callout-text-bg {
        right: 15px;
    }

}

@media (max-width: 1023px) {

    .site-branding .logo img {
        height: auto;
    }

    section.inc-text-background-img-slider .owl-dots {}

    section.inc-text-background-img-slider .callout-text {
        bottom: 20px;
        padding: 2rem;
        padding-bottom: 2rem;
    }

    section.inc-text-background-img-slider .callout-text p {
        width: 100%;
    }

    .audience-list {
        width: 100%;
    }

    .photo-attribution .line2 p {
        max-width: 80%;
    }
}

@media (max-width: 767px) {

    .photo-attribution .wrapper {
        margin: 0;
    }

    .photo-attribution .line2 p {
        width: 100%;
        line-height: 25px;
    }

    .scroll-me {
        display: none;
    }

    .home .home-wrap {
        background-color: #fff;
        min-height: 0 !important;

    }

    .photo-attribution span.line1 {
        font-size: 30px;
    }

    #primary-menu>li:last-child {
        padding-top: 0px;
        margin-top: 20px;
    }

    .main-navigation.toggled #primary-menu ul.sub-menu {
        width: 90%;
    }

    .main-navigation ul {
        width: 100%;

        padding-left: 15px;
    }

    section.inc-text-background-img-slider .callout-text {}

    section.inc-text-background-img-slider .callout-text-bg {
        background-color: transparent;
        background: transparent;
    }

    section.image-callout .callout-text {
        padding-left: 10px;
    }

    section.image-callout {
        overflow-x: hidden;
    }

    section.image-callout.right img {
        width: 130%;
    }

    section.image-callout.left img {
        width: 130%;
    }


    section.image-callout.right .callout-text {
     

    }

    section.image-callout .callout-text p a {
        display: inline-block;
        line-height: normal;
    }

    div.signup-box tr.magnet-submit {
        display: block;
    }

    footer .menu-item-1359 {
        margin-bottom: 1em;
    }
/*
    .site-branding .logo img {
        height: 35px;

        width: auto;
        float: left;
        max-width: none;
    }

*/

    #primary-menu #menu-item-1344 {
        display: none;
    }

    .menu-main-menu-container {
        float: right;
    }


    #masthead {
        padding-bottom: 2rem;
    }

    #primary-menu>li li.menu-toggle {
        margin-top: 40px;
    }

    .main-navigation.toggled #primary-menu ul.sub-menu {
        padding: 10px 20px 0 30px;
    }

    #masthead .col-md-5 {
        padding-left: 40px;
    }

    .main-navigation.toggled #primary-menu > li > ul.sub-menu {
        width: 100%;
        padding:10px 20px 0 20px;
    }

}


@media (max-width: 750px) {

    section.image-callout.right .callout-text {
        padding: 1;
        right: initial;
    }

    section.image-callout.left .callout-text {
        padding:1rem;
        left:initial;
    }

}



/* a18 */
#menu-item-1641 {
    display: none;
}

@media (max-width: 767px) {
    #menu-item-1641 {
        display: block;
    }

}

/* 404 */
body.error404 {
    background-image: url(/wp-content/uploads/2025/01/Kaleidoscope-1-1.png);
    background-position: top;
        background-repeat: repeat;
        background-size: contain;
}

body.error404 #content>.container>#primary {
    background-color: transparent;
}

.gallery.gallery-columns-1 figcaption {
    font-size: 13px;
}



/* home with video */
.home .home-wrap {
    background-color: #000;
    ;
    max-height: 1800px
}




/* event keys */
.event-keys br {
    display: none
}

.event-keys {
    font-size: 11px;
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    margin-top: 3rem;

    overflow: hidden;
    margin-left: 1px;
    margin-right: 1px;


}

.event-keys {
    padding-top: 10px;
    border-top: 3px #eee solid;
}

.event-keys .row-titles {
    background-color: #eee;
    padding: 5px 0;
    margin-top: 5px;
}

.event-keys .row-titles .col-md-3 {
    padding-left: 10px;
}


.event-keys span {
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
        line-height: 22px;
}



.event-keys span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    background-color: #eee
}

@media all and (max-width: 991px) {
    .event-keys span {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        margin-left: 0;
    }

    .event-keys .row.row-titles {
        display: none
    }
}

.event-navigation+.event-keys {
    display: none
}


/*
.event-keys span.topic-education:before {background-color: #017c8b}
.event-keys span.topic-tours:before {background-color: #70b0c9}
.event-keys span.topic-speakers:before {background-color: #084c61}
.event-keys span.topic-expo:before {background-color: #017c8b}
.event-keys span.topic-parties:before {background-color: #f6d584}
.event-keys span.topic-education:before {background-color: #017c8b}
.event-keys span.topic-tours:before {background-color: #70b0c9}
.event-keys span.topic-speakers:before {background-color: #EF4135}
.event-keys span.topic-expo:before {background-color: #017c8b}
.event-keys span.topic-parties:before {background-color: #f6d584}
.event-keys span.topic-events:before {background-color: #f6d584}
.event-keys span.topic-practicums:before {background-color: #a7a7a7}
.event-keys span.topic-speakers:before {background-color: #EF4135}
.event-keys span.topic-networking:before {background-color:#F2C757}
.event-keys span.topic-seminars:before {background-color: #007D8A}
.event-keys span.topic-sponsored:before {background-color:#084C61}
*/

.event-keys span.topic-expo:before {
    background-color: #B1469F
}

.event-keys span.topic-keynote:before {
    background-color: #637496
}

.event-keys span.topic-seminar:before {
    background-color: #4C7A3B
}

.event-keys span.topic-tour:before {
    background-color: #EF4135
}

.event-keys span.topic-event:before {
    background-color: #C79A21
}

.event-keys span.topic-workshop:before {
    background-color: #ADD9DB
}

.event-keys span.topic-symposia:before {
    background-color: #60CFE8
}

.event-keys span.topic-symposium:before {
    background-color: #60CFE8
}


.event-keys span.topic-symposium:before {
    background-color: #60CFE8
}


.event-keys span.topic-pro:before {
    background-color: #EDEB00
}

.event-keys span.topic-registration:before {
    background-color: transparent
}

.date-row .topic.topic-registration {
    display: none
}

.event-keys .col-md-5,
.event-keys .col-md-12 {
    padding-left: 30px;
}


.row-overview-keys {
    font-size: 12px
}

.row-overview-keys ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.row-overview-keys span {
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
}


.row-overview-keys span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    background-color: #eee
}

.row-overview-keys span.topic-expo:before {
    background-color: #B1469F
}

.row-overview-keys span.topic-keynote:before {
    background-color: #637496
}

.row-overview-keys span.topic-seminar:before {
    background-color: #4C7A3B
}

.row-overview-keys span.topic-tour:before {
    background-color: #EF4135
}

.row-overview-keys span.topic-event:before {
    background-color: #C79A21
}

.row-overview-keys span.topic-workshop:before {
    background-color: #ADD9DB
}

.row-overview-keys span.topic-symposia:before {
    background-color: #60CFE8
}

.row-overview-keys span.topic-symposium:before {
    background-color: #60CFE8
}

.row-overview-keys span.topic-pro:before {
    background-color: #EDEB00
}

.row-overview-keys span.topic-registration:before {
    display: none
}

.row-overview-keys span.topic-registration {
        font-family: 'Architype Bold', 'Helvetica', Sans-serif;
        float: right;
}

.key-table td {
    padding-bottom: 10px;
    padding-top: 15px;
}

.key-table {

    border-bottom: 4px #f0f0f0 solid;
}



@media all and (min-width: 991px) {
    .row-overview-keys .col-md-6 ul {
        columns: 3;
    }
}

div.ajaxfetch {
    margin-left:-15px;
    margin-right:-15px;
}


ul#list {
    margin-top: 3rem;
}

ul#list li {
    border-left: 5px #eee solid;
    cursor: pointer;
}

ul#list li[data-type*="Expo Credit"],
ul#list li[data-type*="Lounge"] {
    border-left-color: #B1469F
}

ul#list li[data-type*="Keynote"] {
    border-left-color: #637496
}


ul#list li[data-type*="Seminar"] {
    border-left-color: #4C7A3B
}

ul#list li[data-type*="Tour"] {
    border-left-color: #EF4135
}

ul#list li[data-type*="Event"] {
    border-left-color: #C79A21
}

ul#list li[data-type*="Special"] {
    border-left-color: #C79A21
}

ul#list li[data-type*="Open Studio"] {
    border-left-color: #C79A21
}


ul#list li[data-type*="Workshop"] {
    border-left-color: #ADD9DB
}

ul#list li[data-type*="Symposia"] {
    border-left-color: #60CFE8
}

ul#list li[data-type*="Symposium"] {
    border-left-color: #60CFE8
}

ul#list li[data-type*="Pro Series"] {
    border-left-color: #EDEB00
}

ul#list li[data-type*="Registration"] {
    border-left-color: #B9B9B9
}



ul#list li.date-row {
    text-align: center;
    font-size: 3rem;
    padding-top: 5rem;
    border: 0;
    margin: 0;
    background-color: #fff!important;
    z-index: 1;
    color: black !important;
}

ul#list li.date-row.is_stuck {

}

ul#list>li.date-row:hover {

    color: black !important;
}

ul#list>li.date-row:hover div,
ul#list>li.date-row:hover span {
    color: black;
}

ul#list li.date-row div {
    text-align: left;
}


.ajaxfetch.owl-carousel li {
    list-style: none
}

.ajaxfetch.owl-carousel li .row {
    margin: 0;
    border: 1px black solid;
    padding: 20px;
    min-height: 300px;
    position: relative;
}

.ajaxfetch.owl-carousel li .row>div {
    width: 100%;
    float: none;
    padding: 0;
    line-height: normal
}

/* event tile slider */

.ajaxfetch.owl-carousel li .row .Presdate {
    margin-top: 20px;
}

.ajaxfetch.owl-carousel li .row .Presdate,
.ajaxfetch.owl-carousel li .row .PresTime {
    display: block !important;
    font-size: 13px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Architype Bold'
}

.ajaxfetch.owl-carousel li .row .evcode {
    margin-top: 30px;
}


.ajaxfetch.owl-carousel li .row a,
.ajaxfetch.owl-carousel li .row a .presname {
    line-height: normal;
    color: black;
    font-size: 2rem;
    font-family: 'Architype Bold'
}

.ajaxfetch.owl-carousel li .row .evcode,
.ajaxfetch.owl-carousel li .row .aia-metadata {
    font-size: 13px;
    line-height: normal
}


.ajaxfetch.owl-carousel li .row .lu {
    position: absolute;
    bottom: 20px;
}

.ajaxfetch.owl-carousel li .row .code {
    position: absolute;
    bottom: 35px;
}


.ajaxfetch.owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background-color: transparent;
}

.ajaxfetch.owl-carousel.owl-theme .owl-controls .owl-nav {
    position: absolute;
    top: 35%;
    left: -15rem;
    right: -15rem;
}

@media (max-width: 991px) {
    .ajaxfetch.owl-carousel.owl-theme .owl-controls .owl-nav {
        top: 30%;
        left: -2rem;
        right: -2rem;
    }
}

.ajaxfetch.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
}

.ajaxfetch.owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
}

.ajaxfetch.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev img {
    max-width: 60%;
}

.ajaxfetch.owl-carousel.owl-theme .owl-controls .owl-nav .owl-next img {
    max-width: 60%;
}






h1.ev-name {
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    font-weight: normal;
    font-size: 2.5rem;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 10px;

}

/* event Moda Styles */
h1.ev-name.event {
    text-transform: none;
    border-left: 5px #eee solid;
    padding: 10px 0 0 10px;
    line-height: normal!important
}


h1.ev-name[data-type="Practicums"] {
    border-left-color: #a7a7a7;
}

h1.ev-name[data-type*="Expo"] {
    border-left-color: #B1469F;
}


h1.ev-name[data-type*="Seminars"] {
    border-left-color: #017c8b;
}

h1.ev-name[data-type="Lounge"] {
    border-left-color: #B1469F;
}

h1.ev-name[data-type*="Tours"] {
    border-left-color: #70b0c9
}

h1.ev-name[data-type*="CE Theater"] {
    border-left-color: #f6d584
}

h1.ev-name[data-type*="Meeting"] {
    border-left-color: #f6d584
}

h1.ev-name[data-type*="ArchiTalk"] {
    border-left-color: #f6d584
}

h1.ev-name[data-type*="Keynote"] {
    border-left-color: #084c61
}

h1.ev-name[data-type*="Event"] {
    border-left-color: #f6d584
}


h1.ev-name[data-type*="Networking"] {
    border-left-color: #F2C757
}





#ev-container {
    border-top: 3px #eee solid;
}

#ev-container .col-md-3 {
    padding-top: 10px
}

#ev-container .ev-description {
    padding-left: 10px;
}

.ev-metadata {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 3px #eee solid;
}

.ev-metadata strong,
#ev-container .ev-description h3 {
    font-family: 'Architype Bold', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

ol.ev-objectives li {
    margin-bottom: 20px;
}

/* //////// overview */
table.schedule-table {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0px;
    background-color: #fff;
}

@media all and (max-width: 767px) {}




tr.schedule-hours {
    background-color: #f0f0f0;
    border-bottom: 4px #d7d7d7 solid;
    font-size: 12px;
}

tr.schedule-hours .day-hours {
    position: relative;
    width: 100%;
    position: relative;
    width: 100%;
    line-height: normal;
    padding-top: 7px;
    padding-bottom: 15px;

}


tr.schedule-hours td .day-hours>span {
    display: inline-block;
    width: 5.88235%;
    float: left;
    position: relative;
    color: #000;
}


.schedule-v3 tr.schedule-hours td .day-hours>span {
    display: inline-block;
    width: 10%;
    float: left;
    position: relative;
    color: #000;
}




tr.schedule-hours td .day-hours>span:before {
    content: '';
    height: 1000px;
    width: 1px;
    background-color: #eee;
    left: 0;
    position: absolute;
    top: 20px;
}

tr.schedule-hours td .day-hours>span>span {
    display: inline-block;

    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


tr.schedule-days {
    ;
    border-bottom: 4px #f0f0f0 solid;
}



td.day-cell {
    width: 10%;
    font-size: 14px;
    line-height: normal;
    text-align:center;
}

td.day-events {
    width: 90%;
    position: relative;
    height: 90px
}

td.day-events ul {
    margin: 0;
    padding: 0;
    list-style: none
}


td.day-events ul li {
    font-size: 11px;
    color: white;
    line-height: 16px;
    padding-top: 2px;
    padding-left: 5px;
    position: relative;
    border-top: 3px white solid;
    /* border-bottom: 3px white solid; */
    border-color: transparent;
    overflow: hidden;
}






td.day-events ul li {
    position: absolute;
    top: 0;
}

td.day-events ul li[data-name="ep_party"] {
    color: black;
}

td.day-events ul li[data-name="the_party"] {
    color: black;
}

td.day-events ul li[data-name="pre-party"] {
    color: black;
}

td.day-events ul li[data-name="aia_knowledge_community_symposia"] {
    color: black;
}

td.day-events ul li[data-name="workshops"] {
    color: black;
}

td.day-events ul li[data-name="block_party"] {
    color: black;
}

td.day-events ul li[data-name="parties_&_events"] {
    color: black;
}


td.day-events ul li[data-name="practicums"] {
    color: black;
}

td.day-events ul li[data-name="honors_&_awards_celebration"] {
    color: black;
}


td.day-events ul li[style*="rgb(199, 154, 33)"],
td.day-events ul li[style*="rgb(237, 235, 0)"],
td.day-events ul li[style*="rgb(96, 207, 232)"] {
color: black;
}



.schedule-v3 tr.schedule-days {
    border: 0;
}


.schedule-v3 td.day-events ul {
    display: flex
}



.schedule-v3 td.day-events ul li {
    font-size: 15px;

    line-height: 18px;
    color: black;
    position: relative;

    overflow: hidden;

    max-height: none;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px #979797 solid;
    border-left: 1px #979797 solid;
    border-right: 1px #979797 solid;
    top: 0 !important;
}

.schedule-v3 td.day-events ul li b {
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    display: block;
    margin-top: 10px;
}

.schedule-v3 td.day-events ul li b+br {
    display: none;
}

.schedule-v3 td.day-events ul li+li {
    border-left: 0;
    border-right: 1px #979797 solid;
}


.page-id-16 .schedule-v3 td.day-events ul li {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 5px 10px 5px;
}



@media all and (max-width: 991px) {
    .schedule-v3 td.day-events ul {
        display: block
    }

    .schedule-v3 td.day-events ul li {
        display: block;
        width: 100% !important;
        border-left: 1px #979797 solid !important;
        margin-bottom: 20px;
    }
}






/* hide from schedule */
[data-role="XTour Leader"] {
    display: none !important;
}

[data-role="Expo Session Organizer"],
[data-role="XTour Organizer"],
[data-role="Session Organizer"] {
    display: none!important
}


[data-role="Primary Event Contact"] {
    display: none !important;
}


[data-role="Primary event contact"] {
    display: none !important;
}


[data-role="primary event contact"] {
    display: none !important;
}

[data-role="primary Event contact"] {
    display: none !important;
}

[data-role="primary Event contact"] {
    display: none !important;
}

[data-role="Expo Session Organizer"] {
    display: none !important;
}

[data-role="Session Organizer"] {
    display: none !important;
}


/* cookie monster */
#truste-consent-track {}

@media all and (min-width: 991px) {

    #truste-consent-text {
        float: left;
        width: 50%;
    }

}

#truste-consent-text {
    line-height: normal;
}

#truste-consent-buttons {
    padding-top: 20px;
    color: black;
}

#truste-consent-buttons .truste-button1,
#truste-consent-buttons .truste-button2 {
    color: white;
    background: #333;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;

}

#teconsent {
    background-color: transparent !important;
    color: transparent !important;
    background-image: url(/wp-content/uploads/2019/01/cookie.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 3px;
}

#teconsent a {
    color: transparent !important;
}


video {
    vertical-align: bottom;
}



@media all and (max-width: 767px) {

    #nav_menu-2,
    #text-4 {
        margin-top: 20px;
    }
}

@media all and (max-width: 767px) {
    .home iframe {}

}



@media screen and (orientation:landscape) and (max-device-width: 812px) {

    /* Your CSS Here*/
    section.inc-text-background-img-slider .owl-dots {
        bottom: -50px;
    }

    section.inc-text-background-img-slider .callout-text p span {
        font-size: 3rem;
        line-height: 3rem;
        padding: 2px 3px;
    }

    section.image-callout .callout-text h3 {
        font-size: 3.8rem;
    }
}


section.bootstrap-3columns.event-cards {
    padding-bottom: 3rem;
}

section.bootstrap-3columns.event-cards .col-md-4 {
    position: relative;
}

section.bootstrap-3columns.cards-content.event-cards .row span.text-padding {

    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    margin: 0 15px;
}

section.bootstrap-3columns.cards-content.event-cards .row span.text-padding p {
    color: white;
    line-height: 1.15;
}

section.bootstrap-3columns.cards-content.event-cards p strong {
    font-family: 'Architype Bold', 'Helvetica';
    color: white;
    letter-spacing: 2px
}

section.bootstrap-3columns.cards-content.event-cards .row img {
    border: 0;
}

section.bootstrap-3columns.cards-content.event-cards .row span.text-padding>p:last-child {
    position: absolute;
    bottom: 2rem;
}



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

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

section.block-pull-up {
    padding:0!important;
}

section.block-pull-up img{
        margin-top:-10rem;
}


section.schedule-table-home {}

section.schedule-table-home tr,
section.schedule-table-home table {
    border-color: #D8D8D8;
}

section.schedule-table-home tr td {
    padding: 3rem 2rem;
}

section.schedule-table-home tr td:first-child {
    font-size: 2.5rem;
    border-right: 0;
    line-height: 2.5rem;
}

section.schedule-table-home tr td:last-child {
    border-left: 0;
}

section.schedule-table-home tr td:last-child em {
    color: #EF4135;
}


@media all and (max-width: 1023px) {
    section.schedule-table-home.text-content table td {
        padding: 2rem !important;
        height: auto !important;
        border: 0 !important;
        margin: 0;
    }

}



.page-id-3409 section.text-content-raw {
    margin: 0 -15px;
}



section.bootstrap-3columns.cards-content.bordered-tiles {}

section.bootstrap-3columns.cards-content.bordered-tiles h3 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    line-height: 1.1;

}

@media screen and (min-width: 991px) {
    section.bootstrap-3columns.cards-content.bordered-tiles p {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
}

section.bootstrap-3columns.cards-content.bordered-tiles p:last-of-type {
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 25px;
    left: 0;
    font-size: 15px;
    padding: 0 50px;
}



section.bootstrap-3columns.cards-content.bordered-tiles p strong {
    font-family: 'Architype Light Italics', Sans-serif;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    display: inline-block;
}

section.bootstrap-3columns.cards-content.bordered-tiles p strong:after {
        content: url(/wp-content/uploads/2025/01/black-arrow.svg);
        position: absolute;
        transform: translate(15px, -2px);
}


.page-education section.bootstrap-3columns.cards-content.bordered-tiles p strong:after {
    display:none;
}

section.bootstrap-3columns.cards-content.bordered-tiles p span {
    font-size: 1.5rem;
    text-decoration: none !important
}

section.bootstrap-3columns.cards-content.bordered-tiles>.row>.col-md-4>a {
    color: #000;
    text-decoration: none;
}

section.bootstrap-3columns.cards-content.bordered-tiles>.row>.col-md-4>a:hover {
    color: #000;
}

section.bootstrap-3columns.cards-content.bordered-tiles>.row>.col-md-4>a:hover strong {
    color: #000;
}

section.bootstrap-3columns.cards-content.bordered-tiles a:hover span.text-padding {
    background: #EDEB00;
    border-color: #000 !important;
}

section.bootstrap-3columns.cards-content.bordered-tiles .row span.text-padding {
    padding: 35px;
    display: block;
    border: 1px transparent solid;
    padding-bottom:100px;
    border-radius: 0px;
    background: #EDEB00;
}


.page-register section.bootstrap-2columns.cards-content .row span.text-padding {
    padding: 2rem 4rem;
    display: block;
    border: 1px #000 solid;
}

.page-register section.text-content.reg-block.bootstrap-2columns.cards-content .row span.text-padding {
    padding-bottom: 10rem;
    position: relative;
    min-height: 70rem;
}

.page-register section.text-content.reg-block.bootstrap-2columns.cards-content .row span.text-padding>p:last-child {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
}



.page-id-4044 section.bootstrap-2columns.cards-content .row span.text-padding {
    padding: 2rem 4rem;
    display: block;
    border: 1px #000 solid;
}

.page-id-4044 section.text-content.reg-block.bootstrap-2columns.cards-content .row span.text-padding {
    padding-bottom: 10rem;
    position: relative;
    min-height: 70rem;
}

.page-id-4044 section.text-content.reg-block.bootstrap-2columns.cards-content .row span.text-padding>p:last-child {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
}






section.bootstrap-2columns img {

}

#soldcontainer {
    display: none;
}

#list li {
    overflow: hidden;
    min-height: 70px;
}

#list li .sold {
    position: absolute;
    right: 0;
    color: white;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #000 50%, #000 100%);
    padding: 0px;
    bottom: 0px;
    right: 0px;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 10px;
    font-family: 'Architype Bold';
    line-height: 10px
}

#list li .sold span {
    display: block;
    display: block;
    transform: rotate(-45deg) translate(-20px, 33px);
}

@media all and (min-width: 1024px){
    
    .home .home-wrap {
        background-color: #000 !important;
        background-image: none !important;
        min-height: 770px !important;
    }
}
.home-wrap .outline {
    border: 2px white solid;
    padding: 20px;
    margin-top: -2px;
}


.home .outline-right {
    float: right;
    border: 2px white solid;
    margin-top: -2px;
    padding: 10px;
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
}

.home .outline-left {
    border: 2px white solid;
    padding: 10px;
    display: inline-block;
    width: 100%;
    max-width: 330px;
}

.home .outline-left img {
    max-width: 300px
}

.photo-attribution .line2 p {
    margin: 0;
}

.photo-attribution .line2 .outline {
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
}


.photo-attribution .line2 {
    max-width: 700px;
    margin: 0 auto;

}


div.signup-box {
    
}

div.signup-box p {
    color: #000;
}

div.signup-box label span {
    display:none;
}

div.signup-box td .rm-form-wrapper .rm-form-input {
    border: 1px #000 solid;
    color: #000;
    background-color: black;
    max-width: 640px
}


@media (max-width: 991px) {

    div.signup-box {
        margin-top: 0;
    }

    .home .home-wrap {
        height: auto;
    }

    .photo-attribution .wrapper {
        background-image: none !important;
        position: relative;
        padding-top:100px;
    }

    .home .home-wrap {

        min-height: 0 !important;
        ;
       
        padding-bottom: 0px;
    }

    .photo-attribution {
        position: relative;

    }

    .wrapper-foreground {
        padding-bottom: 30px;
    }

    div.signup-box input[type="text"] {
        min-width: 200px;
    }
}


/* hero 2021 */
.hero-message {
    position: relative;
}

.hero-message .wrap {
    padding-bottom: 30px;
}

@media all and (min-width: 991px) {

    .photo-attribution .wrapper {
    background-size: cover;
    background-position: top;
    padding-top: 100px;
    }

    .wrapper-foreground .container,
    .wrapper-foreground .row,
    .wrapper-foreground .hero-message,
    .wrapper-foreground .col-md-3
     {
        position: unset;
        height:100%;
    }

    .hero-message .wrap {
        position: absolute;
        bottom: 70px;
    }

    .photo-attribution .hero-logo {
        width: auto;
        margin: 0; 
        position: absolute;
        left: 0;
        height: 100%;
        margin-top:0;
    }
}



.hero-message .wrap div span {
    display: inline-block;

  
  

}

.hero-message .wrap div.line1 span {
    font-family: 'Architype Bold', Sans-serif;
    font-size: 50px;
    line-height: normal;
}

.hero-message .wrap div.line2 span {
    font-family: 'Architype Bold', Sans-serif;
    font-size: 44px;
    position: relative;
    line-height: normal;
    letter-spacing: -2px;
}

.hero-message .wrap div.line2 span a {
    position: absolute;
    transform: translate(0, 100%);
    left: 0;
    border: 2px white solid;
    padding: 7px 10px 2px 20px;
    font-size: 16px;
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
    text-transform: uppercase;
    color: white;
    letter-spacing: 5px;
    margin-left: -2px;
    bottom: 0;

}


@media all and (max-width: 767px) {
    .hero-message .wrap div.line2 span a {
            letter-spacing: 2px;
    }
}



@media all and (max-width:767px) {

    .hero-message .wrap div.line1 span,
    .hero-message .wrap div.line2 span {
        font-size: 37px;
    }
}

.hero-message .wrap div.line2 span a {

    transition: all 300ms;
}

.hero-message .wrap div.line2 span a:after {
    content: '\2192';
    transition: all 300ms;
}

.hero-message .wrap div.line2 span a:hover:after {
    margin-left: 10px;
}

@media all and (min-width: 992px) {
    .select-sponsors-content-ew .sponsor-wrap {
        display: flex;
        justify-content: space-around;
            flex-wrap: wrap;
    }
    .page-sponsors .select-sponsors-content-ew .sponsor-wrap .sponsor {
        width: 30%;
    }
}



.select-sponsors-content-ew .sponsor-wrap .sponsor-img {
    padding: 20px;
    text-align: center;
}

@media all and (max-width:991px){
        .select-sponsors-content-ew .sponsor-wrap .sponsor-img {
            max-width: 300px;
            margin:auto;
        }
}

.home .select-sponsors-content-ew .sponsor-wrap .sponsor-img {
    padding: 0;
}


.is_stuck #menu-item-3920,
.is_stuck #menu-item-3949 {
    border-color: white;
}

section.schedule-columns {
    border: 2px #71B1C8 solid;
    margin-top: 40px;
    padding: 2rem 0 !important;
    margin-bottom: 40px;
}

section.schedule-columns .schedule-days {
    position: relative;
}

section.schedule-columns .schedule-days .day-wrap {
    padding: 30px;
    border: 2px;
    x-border: 2px #71B1C8 solid;
    background-color: white;
    position: relative;
    z-index: 2;
}


section.schedule-columns .schedule-days .day-wrap:after {
    display: none;
    content: " ";
    border-top: 2px #71B1C8 solid;
    bottom: -10px;
    right: -18px;
    width: 20px;
    position: absolute;
    transform: rotate(45deg);
}

section.schedule-columns .schedule-days .day-wrap:before {
    display: none;
    content: " ";
    border-top: 2px #71B1C8 solid;
    bottom: -10px;
    left: -3px;
    width: 20px;
    position: absolute;
    transform: rotate(45deg);
}

section.schedule-columns .schedule-days:before {
    display: none content: " ";
    border-top: 2px #71B1C8 solid;
    top: 7px;
    right: -1px;
    width: 20px;
    position: absolute;
    transform: rotate(45deg);
}


section.schedule-columns .schedule-days:after {
    display: none;
    content: " ";
    width: calc(100% - 30px);
    height: 100%;
    border: 2px #71B1C8 solid;
    border-left: 0;
    border-top: 0;
    left: 0;
    top: 0;
    position: absolute;
    transform: translate(29px, 15px);
}

section.schedule-columns .schedule-days .day-cell {
    font-size: 43px;
    text-align: center;
    padding-bottom: 40px;

}




section.schedule-columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.schedule-columns ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 5px 0 0 0;
}

section.schedule-columns ul li span {
    display: block;
    padding: 0 20px;
    font-size: 22px;
    line-height: 22px
}

section.schedule-columns ul li strong {
    display: block;
    text-align: left;
    font-size: 22px;
    line-height: 22px;
    flex-grow: 1;
}


section.schedule-columns ul>li:nth-child(2) {}


section.schedule-columns ul>li:last-child {
    margin-bottom: 0px;
}


/*schedule */
.page-id-16 section.schedule-columns .schedule-days .day-wrap {
    padding: 7%;
}

.page-id-16 section.schedule-columns .schedule-days .day-cell {
    font-size: 33px;
    padding-bottom: 20px;
}

.page-id-16 section.schedule-columns ul li span,
section.schedule-columns ul li strong {
    font-size: 19px;
}

.page-id-16 section.schedule-columns ul>li:nth-child(2) {}


.page-id-16 section.schedule-columns {
    margin-bottom: 40px;
}

section.select-sponsors-content-ew.text-content {

    padding-bottom:0;
}

section.select-sponsors-content-ew.text-content + section.select-sponsors-content-ew.text-content {
    padding-top:60px!important;
    border-top:1px #eee solid;
}



.page-id-469 section.select-sponsors-content-ew.text-content {
    padding-top: 0 !important;
}

.home .schedule-table {
    margin-top: 50px;
}







#bpform {}

.subscribe-box h3{
        max-width: 100%;
    margin: 0 auto;
    color:white;
    font-size: 100px;
}

#bpform input[type="text"],
#bpform input[type="email"],
#bpform input[type="url"],
#bpform input[type="password"],
#bpform input[type="search"],
#bpform input[type="number"],
#bpform input[type="tel"],
#bpform input[type="range"],
#bpform input[type="date"],
#bpform input[type="month"],
#bpform input[type="week"],
#bpform input[type="time"],
#bpform input[type="datetime"],
#bpform input[type="datetime-local"],
#bpform input[type="color"],
#bpform textarea,
#bpform select {
    border:0;
    border-bottom: 2px white solid;
    color: white;
    max-width: 100%;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Architype Bold', Sans-serif!important;
    font-weight: 700;
    border-radius:15px;
    background-color:transparent;
    padding-left:0px;
    height: 60px;
    width:100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0!important;

}

#bpform select option {
    color:black;
}


#bpform input::placeholder {
    color: whtie;
    font-size: 28px;
    text-transform: uppercase;
    color:white;
    font-family: 'Architype Bold', Sans-serif!important;
}





#bpform .rm-form-submit, .rm-form-submit {
    display: inline-block;
    font-size: 20px;
    color: white;
    line-height: 30px;
    background-color: black;
    font-family: 'Architype Light Italics', Sans-serif;
    color: white;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    max-width: 200px;
    text-transform: none;
    margin-top:50px;
    font-size: 20px;
    width: auto;
    padding: 0px;
    height: auto;
    padding-right:50px;
    background-image:url(/wp-content/uploads/2025/01/white-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-bottom:3px;
}



#bpform td {
    padding-left: 0 !important;
}




/*sponsor */

#bpform1 td label {
    display: block;
    color: transparent;

}

#bpform1 td label, .rm-form-label{
        font-family: 'Architype Light', 'Helvetica', Sans-serif;
        font-weight: 400;
}

label [type="checkbox"] + span {
    color:black;
    display: inline-block;
    margin-left:10px;
}

#bpform {}

.subscribe-box h3{
        max-width: 100%;
    margin: 0 auto;
}

#bpform1 input[type="text"],
#bpform1 input[type="email"],
#bpform1 input[type="url"],
#bpform1 input[type="password"],
#bpform1 input[type="search"],
#bpform1 input[type="number"],
#bpform1 input[type="tel"],
#bpform1 input[type="range"],
#bpform1 input[type="date"],
#bpform1 input[type="month"],
#bpform1 input[type="week"],
#bpform1 input[type="time"],
#bpform1 input[type="datetime"],
#bpform1 input[type="datetime-local"],
#bpform1 input[type="color"],
#bpform1 select {
    border:0;
    border-bottom: 2px black solid;
    color: black;
    max-width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Architype Bold', Sans-serif!important;
    font-weight: 700;
    border-radius:15px;
    background-color:transparent;
    padding-left:0px;
    height: 60px;
    width:100%;
    border-radius: 0;

}


#bpform1 textarea{
    border: 2px black solid;
    color: black;
    max-width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Architype Bold', Sans-serif!important;
    font-weight: 700;
    border-radius:15px;
    background-color:transparent;
    padding-left:40px;
    width:100%;
     border-radius: 0;
}

#bpform1 input::placeholder, #bpform1 textarea::placeholder {
    color: black;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Architype Bold', Sans-serif!important;
}





#bpform1 .rm-form-submit {
    display: inline-block;
    font-size: 1.7rem;
    color: white;
    line-height: 1.7rem;
    padding: 20px 50px 15px 50px;
    font-weight: 700;
    background-color: black;
    font-family: 'Architype Bold', Sans-serif;
    color: white;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    max-width: 200px;
    text-transform: uppercase;
    font-size: 20px;
    height: 60px;
}

#bpform1 .rm-form-submit:hover {
    background-color: black;
    color: white;

    border-color: white;
}

#bpform1 td {
    padding-left: 0 !important;
}


/* end sponsor */

.page-id-2218 .text-content p+h4 {
    margin-top: 50px;
}

@media all and (max-width: 768px) {
    #bpform1x #button {
        width: 100%;
    }
}


/* new home */
.home .hero-message {
    float: right;
}

.hero-message .wrap {
    text-align: left;
    display: inline-block;

}

.hero-message .wrap .line2{
        background-color: #000;
    padding: 30px 30px;
}

.hero-message .wrap .cta {
    text-align: right;
    margin-top:40px;
}

.hero-message .wrap .cta a {
    text-transform: uppercase;
    display: inline-block;
    padding: 18px 13px 13px 13px;
    background-color: #EF4135;
    font-size: 48px;
    font-family: 'Architype Bold', Sans-serif;
    color:white;
    box-shadow: -7px 10px 0px 0px rgba(0,0,0,1);
-webkit-box-shadow: -7px 10px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: -7px 10px 0px 0px rgba(0,0,0,1);
letter-spacing: -2px;
}


@media all and (max-width:767px){
    .hero-message .wrap .cta a {
            box-shadow: -5px 6px 0px 0px rgba(255,255,255,1);
-webkit-box-shadow: -5px 6px 0px 0px rgba(255,255,255,1);
-moz-box-shadow: -5px 6px 0px 0px rgba(255,255,255,1);
    }
}

.hero-message .wrap div span {
    border: 0;

}

.hero-message .wrap div.line2 span a {
    border: 0;

}

.hero-message .wrap div.line2 span a:after {
    transition: all 300ms;
}


section.inc-text-background-img-slider .owl-dots {
    bottom: -44px;
}

#nav_menu-2.widget_nav_menu a {
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    color: #D8D8D8;
}

@media all and (max-width: 991px) {
    .home .hero-message {
        float: none;
    }

    .wrapper-foreground {
        padding-bottom: 0;
    }

    .hero-message .wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-message .wrap div.line1 span,
    .hero-message .wrap div.line2 span,
    .hero-message .wrap div.line2 span a {
        padding-left: 0;
        padding-right: 0;
        line-height: normal;
    }


    section.inc-text-background-img-slider .owl-item img {
        width: 100%
    }

    section.inc-text-background-img-slider .owl-dots {
        bottom: -20px;
    }

}


@media all and (max-width: 767px) {
    .schedule-table, 
    .key-table {
        display: none
    }

    .event-keys span {
    width: 40%;
    float: right;
    }

    .event-keys {
        padding-bottom: 10px;
    }
}


.page-schedule li[data-type="Virtual"] {
    display: none;
}

.page-schedule li[data-date="7/28/2022"] {
    display: none
}

.page-a22-virtual-ed .date-row .event-keys {
   border: 0;
}


.event-1938551 .press-fee,
.event-1938552 .press-fee,
.event-1938553 .press-fee {
    display: none;
}


.submit-button[disabled], .rm-form-submit[disabled], .wpcf7-submit[disabled] {
    background-image: url(/wp-content/uploads/2025/01/spinner.gif) !important;
    background-size: 25% 145%;
    background-position: 90% 50% !important;
    background-repeat: no-repeat;
}

section.accordion {}


section.accordion h4.panel-title {
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
}

section.accordion h4.panel-title a {
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
}

section.accordion h4.panel-title a[aria-expanded="true"],
section.accordion h4.panel-title a:hover
 {
    color:#EF4135;
}

section.accordion h4.panel-title a:after {
    content:"";
    position: absolute;
    right: 0;
    width: 50px;
    height: 40px;
    background-image: url(/wp-content/uploads/2024/02/AIA_A18_arrow_down_black.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: center;
    background-size: contain;

}

section.accordion .panel{
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    border-radius: 15px;
    margin-bottom:10px;
}


section.accordion .panel-body{

}
section.accordion .panel-body{
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1px #ccc solid;
}

section.accordion .panel-body p  {
    margin-bottom:20px;
}

section.accordion .panel-body, section.accordion .panel {
    background-color: transparent;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border:0;
}

.event-filter li a.form-pop:before {
    display: none;
}


@media all and (max-width:600px){
    .site-header .row {
        display: flex;
        align-items: center;
    }
    #primary-menu>li:last-child {
            margin-top: 0;
    }

    .site-header .row .col-xs-7 {
        width: 80%;
    }
    #masthead .row .col-xs-5 {
        width: 30%;
        padding-left:0;
    }


    .hero-message .wrap .line2 {
    background-color: #000;
    padding: 30px 0px;
    }

    .hero-message .wrap div.line1 span, .hero-message .wrap div.line2 span {
        font-size: 27px;
    }

    .hero-message .wrap .cta {
        margin-top:0;
    }
    .hero-message .wrap .cta a {
            font-size: 25px;
    }
}

@media all and (max-width: 991px) {


    #masthead, .home #masthead {
    background-color: #000;
    padding-top: 10px;
    z-index: 100000;
    }

    .home .site-header #primary-menu>li.menu-toggle>a {
        color: white;
    }

}

@media all and (min-width:991px){
    #a23tracks .two-col {
    columns:2;
    column-gap: 30px;
    }

    #a23tracks .two-col p {
        break-inside: avoid;
    }
}
strong, b {
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    font-weight: normal
}




ul#list li.date-row.specialheader {
    padding-top: 0;
}


@media all and (min-width:1024px) {
    .home .home-wrap {

    overflow: hidden;
    min-height: 900px!important;
    }

    .photo-attribution .wrapper {
    min-height: 900px;
    height:100vh;
    }
}


li[data-special="AIAU"] {
    position: relative;
}

li[data-special="AIAU"] .lu {
        position: static;
}


li[data-special="AIAU"] .lu:after {
    content:"";
    display: block;
    width:40px;
    height: 30px;
    background-image:url('/wp-content/uploads/2023/05/A23-recorded-session-prod.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right:5px;
    bottom:5px;
}


@media all and (max-width:1023px) {
    section.image-callout .callout-text {
        margin-left: 30px;
        max-width: 60%;
    }
    .hero-message .wrap .cta a {
        font-size: 38px;
        line-height: 40px;
    }
}

@media all and (max-width:740px) {
    section.image-callout .callout-text {
        margin-left: 30px;
        max-width: 80%;
    }
}

/* 2024 */
.home-wrap .desktop-hero-block {
    position: relative;
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.home-wrap .desktop-hero-block > div {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: end;
}

.home-wrap .desktop-hero-block > div.hero-payload {
    pointer-events: all;
}


.home .desktop-hero-block > div.project-card svg{
    height: 100%!important;
    width: auto;
    right: 0;
    position: absolute;
    border:0!important;
}

    .home .desktop-hero-block > div.project-card svg image{ 
        transform: translate(150px, -110px);
    }


@media all and (max-width:1600px){
    .home .desktop-hero-block > div.project-card svg{ 
               right: -5%;
    }
}


@media all and (max-width:1200px){
    .home .desktop-hero-block > div.project-card svg{ 
               right: -15%;
    }
}

@media all and (max-width:1100px){
    .home .desktop-hero-block > div.project-card svg{ 
               right: -20%;
    }
}

@media all and (max-width:1023px){
    #primary-home .mobile-bg.hidden-lg.hidden-md {
        display: block!important
    }
}

/*

@media all and (max-width:1300px){
    .home .desktop-hero-block > div.project-card svg{ 
        right: 0%;
        top: 20%;
            max-width: 640px;

    }
    .home .desktop-hero-block > div.project-card svg image{ 
        transform: translate(-10px, -110px);
    }
    
}

@media all and (max-width:1023px){
    .home .desktop-hero-block > div.project-card svg {
        right: -10%;
        top: 30%;
        max-width: 550px;
    }
}

*/


.project-card a {
    display: block;
    width: 100%;
}


.home-wrap .desktop-hero-block > div.project-card {

}

.home-wrap .desktop-hero-block > div.logo {
    width:50%;
    bottom:0;
    top:unset;
    height: auto;
    padding:0 30px 50px 50px;

}

.home-wrap .desktop-hero-block img {
    max-width: none;
    width: 100%;
    height: auto;
}
.home-wrap .herolink {
    text-decoration: none!important;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}

.home-wrap .hero-payload {
    width: 100%;
    justify-content: flex-start
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0px;
    padding-top: 60px;
    align-items: start!important;

}

.home-wrap .hero-payload .hero-row {

}

.home-wrap .hero-payload .logo {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}
.home-wrap .hero-payload .logo svg {
    width:50%;
    height: auto;
    max-width: 890px;
}

.home-wrap .hero-payload .cta {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;  
    padding-top:8vw;
}


@media all and (max-width:1023px){
    .home-wrap .hero-payload .cta {
        padding-top: 40px;
    }
}


.home-wrap .hero-payload h1 {
    font-size:100px;
    line-height: 90px;
    margin:0;
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    margin-bottom:30px;

}


.home-wrap .hero-payload p {
    max-width: none;
            font-family: 'Architype Light Italics';
}

.home-wrap .hero-payload p a {
            font-family: 'Architype Light Italics';
            text-decoration: none;

}
.home-wrap .hero-payload p a:after {
  content:url(/wp-content/uploads/2025/01/arrow-vector.svg);
      position: absolute;
    transform: translate(15px, 3px);
 }


.home-wrap .hero-payload p a[style="color: #ffffff;"]:after {
  content:url(/wp-content/uploads/2025/04/arrow-vector-white.svg);
      position: absolute;
    transform: translate(15px, 3px);
 }

.home-wrap .hero-payload h2 {
    font-family: 'Architype Bold';
    color:black;
    font-size:45px;
    font-weight: 700;
}

table.events-table {
    margin-top:30px;
}

section.text-content table.events-table tr>td:first-child,
section.text-content table.events-table tr>td{
vertical-align: top;
padding:10px 30px 30px 0px;
line-height: 30px;
}

section.text-content table.events-table tr>td a {
  
}

section.bootstrap-5-7-columns  {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size:contain;
}

@media all and (max-width:991px) {
    section.bootstrap-5-7-columns .col-md-7 {
        margin-top:50px;
    }

    section.bootstrap-7-5-columns .col-md-5 {
        margin-top:50px;
    }
}

a.black-link {
    color:  #000;
    text-align: right;
    font-size: 20px;
    font-family: 'Architype Bold', Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
a.white-link {
    color:  #fff;
    text-align: right;
    font-size: 20px;
    font-family: 'Architype Bold', Sans-serif;
    font-weight: 700;
    line-height: 100%; /* 20px */
    text-transform: uppercase;
    text-decoration: none;
}

@media all and (max-width:1200px) {
    br.show-for-large {display: none}
}


/* subpages */

@media all and (min-width:992px){
    body.page:not(.home) .logo img,
     body.blog .logo img,
     body.error404 .logo img,
     body.single .logo img{
    
    }
        body.page:not(.home) #primary-menu>li:last-child i,
        body.blog #primary-menu>li:last-child i,
        body.error404 #primary-menu>li:last-child i,
        body.single #primary-menu>li:last-child i
         {
     
    }

}

body.page:not(.home) .is_stuck .logo img,
     body.blog .is_stuck .logo img{
    filter:invert(0)!important
}

#primary-menu>li:last-child i {
    transition:all 300ms
}


body .is_stuck #primary-menu>li:last-child i {
    filter:invert(0)!important
}


#primary {
    position: relative;
}

#content>.container>#primary:has(.page-navigation) {
    padding-top:calc(9.5rem + 70px);
}

div.page-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
    position: absolute;
    top:0;
    left:0;
    width: calc(100% + 1px);
}

@media all and (max-width:991px){
    div.page-navigation {
        position: relative;
        flex-direction: column;
    }

    #content>.container>#primary:has(.page-navigation) {
    padding-top:calc(9.5rem);
    }
}

div.page-navigation a {
    flex-grow: 1;
    color:white;
    font-family: 'Architype Light', Sans-serif;
    font-size: 20px;
    background-color: black;
    text-align: center;
    text-transform: none;
    margin-bottom:10px;
    padding-top:27px;
    padding-bottom: 23px;
    border-color:black;
    transition: all 300ms;

}

div.page-navigation a:after {
    display: none
}

@media all and (max-width:1200px) {
        div.page-navigation a {
                padding: 18px 10px 15px;
                font-size: 19px;
        }
}

@media all and (max-width:991px) {
    div.page-navigation {
        flex-direction: column;
    }
        div.page-navigation a {
            width:100%;
            margin-left:0!important;   
        }
}

div.page-navigation a:hover {
    background: #C79A21;
    color:black;
}

div.page-navigation a + a {

}

@media all and (max-width:767px) {
    div.page-navigation {
        flex-direction: column;
    }
}


/* theme colors
body.style-default{
    background-image:url('/wp-content/uploads/2024/02/AIA24_web_background_1920x1000_1.jpg');
}
body.style-blue:not(.home){
    background-image:url('/wp-content/uploads/2024/02/AIA24_web_background_1920x1000_2.jpg');
}
body.style-green:not(.home){
    background-image:url('/wp-content/uploads/2024/02/AIA24_web_background_1920x1000_3.jpg');
}
body.style-purple:not(.home){
    background-image:url('/wp-content/uploads/2024/02/AIA24_web_background_1920x1000_4.jpg');
}
body.style-yellow:not(.home){
    background-image:url('/wp-content/uploads/2024/02/AIA24_web_background_1920x1000_5.jpg');
}



body.style-default h1,
body.style-default h2,
body.style-default .registration-fast-lane h3
{
    background: -webkit-linear-gradient(90deg, #EF4135 -0.66%, #637496 77.7%);
    background: linear-gradient(90deg, #EF4135 -0.66%, #637496 77.7%);



    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        line-height: 1;
    padding-bottom:10px;
}

body.style-blue h1,
body.style-blue h2,
body.style-blue .registration-fast-lane h3
{
    background: -webkit-linear-gradient(90deg, #637496 -0.66%, #ADD9DB 77.7%);;
    background: linear-gradient(90deg, #637496 -0.66%, #ADD9DB 77.7%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        line-height: 1;
    padding-bottom:10px;
}


body.style-green h1,
body.style-green h2,
body.style-green .registration-fast-lane h3
{
    background: -webkit-linear-gradient(90deg, #4C7A3B -0.66%, #ADD9DB 77.7%);
    background: linear-gradient(90deg, #4C7A3B -0.66%, #ADD9DB 77.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    padding-bottom:10px;
}


body.style-purple h1,
body.style-purple h2,
body.style-purple .registration-fast-lane h3
{
    background: -webkit-linear-gradient(90deg, #B1469F -0.66%, #ADD9DB 77.7%);
    background: linear-gradient(90deg, #B1469F -0.66%, #ADD9DB 77.7%);


    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        line-height: 1;
    padding-bottom:10px;
}


body.style-yellow h1,
body.style-yellow h2,
body.style-yellow .registration-fast-lane h3
{
    background: -webkit-linear-gradient(90deg, #C79A21 -1.15%, #637496 64.78%);;
    background: linear-gradient(90deg, #C79A21 -1.15%, #637496 64.78%);



    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        line-height: 1;
    padding-bottom:10px;
}
 */

.page section.ex-resources,
.page section.full-width-black {
    background: #ADD9DB;
    padding:100px 20px;
    margin-bottom:0px;

    background-repeat: no-repeat;
    background-position: right top;
        background-size: contain;
}

.page section.ex-resources .row,
.page section.full-width-black .row {
    max-width: 1200px;
    margin:0 auto;
}

@media all and (max-width:1023px) {
    .page section.ex-resources {
            margin-left:0;
            margin-right:0;
    }
    .page section.full-width-black {
            margin-left:0;
            margin-right:0;
    }
}

@media all and (max-width:991px) {
    section.ex-resources img {
        display: none;
    }
.page section.ex-resources {
        padding-bottom:40px;
    }
}

.page section.full-width-black {
    padding: 40px 0px 40px 0;
}

.page section.full-width-black h3 a {
    vertical-align: top;
    margin-left:40px;
}


section.full-width-black *{
    color:white;
    text-decoration: none;
}

section.ex-resources a:hover {
    text-decoration: underline;
}


.page section.full-width-red {
    background-color: #EF4135;
    margin:50px 0;
    padding:50px 0;
    margin-left:-30%;
    margin-right:-30%;
}

.page section.full-width-red h3 {
    padding:0;
    margin:0;
    display: flex;
    justify-content: center;
    align-items: center;
}



.page section.full-width-red h3 .rm-form-submit {
    margin:0;
    text-decoration: none;
    padding:15px;
    padding-right:60px;
    background-position: 90%;
    margin-left:40px;
    border:1px black solid;
    transition:all 300ms;
}

.page section.full-width-red h3 .rm-form-submit:hover {
    background-color: transparent;
    border-color:white;
}

@media all and (max-width:767px){
    .page section.full-width-red h3 {
        flex-direction: column;
    }
    .page section.full-width-red h3 .rm-form-submit {
        margin-left:0;
        margin-top:20px;
    }
}



.page section.full-width-red * {
    color:white;
}

.page .content-area section.black-block {
    background-color: black;
    margin-bottom:50px;
    padding:0;
}

.page .content-area section.black-block img {
    margin:0;
}

.page .content-area section.black-block .col-md-6:first-child {
  
}

.page .content-area section.black-block + section.black-block {
    margin-top:-30px;
}

@media all and (min-width:991px){

    .page .content-area section.black-block .row,
    .page .content-area section.black-block .row .col-md-6{
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


.page .content-area section.black-block > * {
    color:white;

}
.page .content-area section.black-block h5 {
    font-size: 28px;
    line-height: 1;
}

.page .content-area section.black-block p{
    margin:13px 0;
    font-size: 18px;
    line-height: 1.15;
}
.page .content-area section.black-block .text-padding {
        display: block;
    padding: 15px;
}

.page .content-area section.black-block a {
    color:white;
        font-family: 'Architype Bold', Sans-serif;
        text-transform: uppercase;
        font-size: 20px;
        text-decoration: none;
}

.page .content-area section.black-block a:after {
    content:url(/wp-content/uploads/2024/02/chevron.svg);
    margin-left:10px;
}



section.register-table {

}

section.register-table table {
    margin-top:50px;
    font-size:22px;
}


section.register-table table tr {
    border-bottom:1px #5B5B5B solid;
}

section.register-table table tr td {
    padding:10px 10px 7px 10px;
    min-height:44px;
    vertical-align: top;
}

section.register-table.desktop table tr:nth-child(2) td
{
    font-size:16px;
    line-height: 1.15;
    font-style: normal;
}

section.register-table table em
{
    font-size:14px;
    line-height: 1.15;
    font-style: normal;
    display: block;
    text-align: center;
}

section.register-table table tr:first-child{
    border:0;
}

section.register-table table tr:nth-child(2) td{
    padding-top:0;
}

section.register-table table tr td:empty {
    padding:18px;
}

section.register-table table tr td del {
    font-size: 16px;
}


section.register-table table tr td:nth-child(1) {
    width:40%!important;
    padding-right:30px;
    height:auto!important;
    text-align: right;
}

section.register-table.desktop table tr td:nth-child(2) {
    background-color: rgba(177, 70, 159, 0.23);

width:16.4%!important;
text-align:left;
height:auto!important;
}


section.register-table.desktop table tr td:nth-child(3) {
background-color: white;
width:16.4%!important;
text-align:left;
height:auto!important;
}
section.register-table.desktop table tr td:nth-child(4) {
background-color: rgba(255, 255, 255, 0.33);
width:16.4%!important;
text-align:left;
height:auto!important;
}


section.register-table.mobile table,
section.register-table.mobile table p {
    margin:0;
}

section.register-table.mobile table tr:first-child td {
    padding-bottom:40px;
}

section.register-table .full {
    padding:30px;
    margin-bottom:30px;
    background-color: #fff;
}

section.register-table .ultimate {
    padding:30px;
    margin-bottom:30px;
    background-color: #ADD9DB;
}

section.register-table .expo {
    padding:30px;
    margin-bottom:30px;
    background-color: rgba(255, 255, 255, 0.33);;
}

section.register-table button {
    appearance: none;
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    font-weight: normal;
    font-size: 22px;
    border:1px black solid;
    padding:13px 10px 10px 10px;
    width: 100%;
    border-radius: 14px;
    text-align: left;
    box-shadow:none;
    text-shadow:none;
    background-color: transparent;
    margin-top:30px;
    background-image: url(/wp-content/uploads/2024/02/AIA_A18_arrow_down_black.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

section.register-table .button-row {
    border:0;
}
section.register-table .included {
    display: none
}

section.register-table.mobile tr:last-child {
    border:0;
}

section.register-table.mobile tr:first-child strong{
    font-size:30px;
}

@media all and (max-width:991px) {
    section.register-table.desktop {
       display: none
    }
}

@media all and (min-width:991px) {
    section.register-table.mobile {
       display: none
    }
}







[style*="center"] {
    text-wrap:balance;
}

a.aia-membership img  {
    transition: all 300ms;
}

a.aia-membership:hover {
    color:black!important;
}
a.aia-membership:hover img {
    margin-left:7px;
}


.page-washington-dc .ajaxfetch.schedulediv.tilesdiv .Presdate,
.page-washington-dc .ajaxfetch.schedulediv.tilesdiv .PresTime{
    display: none!important
    
}

.page-washington-dc .ajaxfetch.schedulediv.tilesdiv .col-md-3.lu {
    position: absolute;
    bottom:10px;
}


section.hide-last-cell .col-md-4:last-child {
    display: none;
}



h4.panel-title b {
    display: block;
    background-image: url(/wp-content/uploads/2024/02/AIA_A18_arrow_down_black.png);
    background-repeat: no-repeat;
    background-position:right ;
    background-size: 30px;
}



@media all and (max-width:1023px) {
    .video-frame {
        padding-top:55%!important;
    }
}


@media all and (max-width:749px) {
    section.image-callout.right .callout-text {
            transform: translate(0%, -50%);
            padding: 1rem;
    }
}

@media all and (max-width:749px) {
    section.image-callout.right img {
        width: 260%;
    }

    section.image-callout.left img {
            width: 220%;
    }


    .entry-content h1 {
        font-size: 6.5rem;
    }

    section.text-content h2 {
        font-size: 6rem;
    }

    section.text-content h3 {
        font-size: 4rem;
    }

    .home .section-news .post-item h3 {
    font-size: 3.5rem;
    }

}


blockquote {
    border:0;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    background: rgba(230, 228, 220, 0.77);
    padding:30px 100px;
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
    margin:0;
    margin-bottom: 50px;
}

blockquote strong {
    display: inline-block;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.4px;
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
}

/*

*/
.text-content figure {
    width: 100%!important;
    display: block;
}
.text-content figure img.size-full,
.text-content img.size-full {
    height: auto;
    width: 100%;
    max-width: none;
}
@media all and (max-width:767px){

    h3.mobile-me .aia-btn{
        margin:10px auto!important;
        display: block;
        width:200px;

    }

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

    section.solid-mobile img {
        display: none
    }

    section.solid-mobile {
        padding:00px;
        background: rgba(255, 255, 255, 0.33);
        margin-bottom:80px;
    }
    section.image-callout.solid-mobile .callout-text{
        position: relative;
        top:unset;
        left:unset;
        padding:20px!important;
        transform:none;
        height: auto;
        max-width: 100%!!important;
        margin:0!important;
    }

    blockquote {
    border:0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    margin:0;
    }

    blockquote strong {
        margin-top:15px;
        }


        .page-sponsor-aia24 section.sponsors-content-ew {
            margin-left:-30px;
            margin-right:-45px;
        }

}
 section.register-table.text-content img.size-full {
    max-width: 24px !important;
    margin: 0 auto;
    display: block;

}

body section.register-table table td:has(img) {
    font-size:14px;
    text-align:center!important;
}

.gallery.gallery-columns-3 {
    display:flex;
    margin-bottom:50px;
    gap:30px;
}


section.text-content.ticker-full-width {
    padding-top:50px!important;
    padding-bottom:140px!important;
}

section.text-content.ticker-full-width p {
    padding:0 30px;
}

section.text-content.ticker-full-width .row > div {
    padding:0;
}
.tickertape {
    font-size:150px;
    color:#EDEB00;
    text-transform: uppercase;
        font-family: 'Architype Bold', 'Helvetica', Sans-serif;
        margin-bottom:100px;
    opacity:0;
    transition:all 300ms;
}

.tickertape.eocjs-newsticker {
    opacity: 1;
    padding:0;
    background-color: transparent;
}

.tickertape.eocjs-newsticker .eocjs-newsticker-container,
.tickertape.eocjs-newsticker .eocjs-newsticker-container > div {
    height: 150px;
    line-height: 1;
}

@media all and (max-width:991px) {

    .tickertape.eocjs-newsticker .eocjs-newsticker-container,
    .tickertape.eocjs-newsticker .eocjs-newsticker-container > div {
        height: 100px;
        line-height: 1;
        font-size:100px;
    }
   

}


.home .bootstrap-5-7-columns {

}
.home .bootstrap-5-7-columns h3 {
    font-size: 6.5vw;;
    line-height: 105%;
}

.home .bootstrap-5-7-columns p {
    font-size: 36px;
    line-height: 115%;
}

.home .bootstrap-5-7-columns .col-md-5 {
    padding-left:0;
}

.home .bootstrap-5-7-columns .col-md-7 p a, a.arrow-btn {
    font-size: 20px;
    text-decoration: none;
    font-family: 'Architype Light Italics';
}
.home .bootstrap-5-7-columns .col-md-7 p a:after, a.arrow-btn:after {
    content:url(/wp-content/uploads/2025/01/black-arrow.svg);
    position: absolute;
    transform: translate(15px,8px);
}


.arrow-btn.btn-adjust-up:after {
        transform: translate(15px, -2px);
    }


.bootstrap-2columns a.arrow-btn:after {
    transform: translate(15px,0px);
}

@media all and (min-width:1300px){

    .home .bootstrap-5-7-columns .col-md-7 p {
        padding-left:15.1vw;
        padding-right:14vw;
    }

}


.container-end-of-page {
    background-color: black;
    background-image:url(/wp-content/uploads/2025/01/sign-up-vector.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
}



/* hero */
.home-wrap .desktop-hero-block > div.layer_3 {
   
}

@media all and (min-width:1024px){

    span.spacer-left {
        display:inline-block;
        padding-left:100px;
    }


}

section.text-content.padded .row {
    max-width: 1170px;
    margin:0 auto;
}


section.home-schedule-block {
    background-color: #ADD9DB;
    position: relative;
    background-image: url(/wp-content/uploads/2025/01/SCHEDULE.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border-bottom:20px #ADD9DB solid ;
    border-top:20px #ADD9DB solid ;
}


#post-4412  section.home-schedule-block {
        background-color: #fff;
        border:0;
        background-image: none;
}

section.home-schedule-block .row {
    max-width: 1200px;
    margin:0 auto;
    padding:0 30px;
}

section.home-schedule-block .col-md-6 {
    position: static;
    z-index: 1;
    padding:0 30px;
}

@media all and (max-width:1023px) {
        section.home-schedule-block .col-md-6 {
            padding:0;
        }
}



section.home-schedule-block ul {
    list-style-type: none;
    padding:0;
    margin:0;
    position: relative;
    z-index: 1;
}

section.home-schedule-block ul li {
    font-size: 28px;
    margin-bottom:40px;
    line-height: 1.25;

}


section.home-schedule-block ul strong {
    display: inline-block;
    font-size: 100px;
    line-height:1;
        font-size: 5.4vw;

}

section.home-schedule-block ul em {
    display: inline-block;
    font-size: 45px;
    font-size:2.5vw;
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1;
}

@media all and (max-width:991px){
    section.home-schedule-block ul strong {
        font-size:40px;
    }
    section.home-schedule-block ul em {
                font-size:20px;
    }



    section.home-schedule-block h3 {
            transform: rotate(90deg) translate(38%, -225%);
            right: 0;
            font-size: 240px;
            z-index: 0;
    }
}

@media all and (min-width:991px){
    section.home-schedule-block .col-md-6:last-child .text-padding{
        padding-top:30%;
        display: block
    }
}

section.boston-tours {
    background-position: right bottom;
    background-size: contain
    padding-left:30px;
    padding-right:30px;
}

section.text-content.subscribe-box {
    background-color: black;
    padding-top:50px;
    background-image: url(/wp-content/uploads/2025/01/Vector-6.png);
    background-position: left bottom;
    background-size: 20%;
    background-repeat: no-repeat;
}

@media all and (max-width:991px) {
    section.text-content.subscribe-box {
        padding:50px 30px;
    }
}

section.bootstrap-2columns.cards-content.narrow {

}

.page-exhibitor-tools section.bootstrap-2columns.cards-content.narrow img {
    margin-top:-40px;
}

section.bootstrap-2columns.cards-content.narrow .row,
section.narrow .row
{
    max-width: 1000px;
}

.bootstrap-2columns.cards-content.narrow.pad-left .row {
    margin-left:auto;
}

section.redbox-2025 {}


section.redbox-2025.bootstrap-3columns.cards-content .row span.text-padding {
    background: #EF4135;
    color:white;
    border-color:#EF4135;
    transition: all 300ms;
    padding:50px 40px;
}

section.redbox-2025 .text-padding p {
    font-size: 22px;
    line-height: 1.25;
}
section.redbox-2025 .text-padding h3 {
    color:white;
}

section.redbox-2025 .text-padding img {
    border:0!important;
}

section.redbox-2025 + .redbox-2025 .project-card-sm:last-child .text-padding {
    background-color: #B1469F!important;
}


img[src*="_GAF_"],
img[src*="IandS"],
img[src*="Design-Magazine"],
img[src*="WoodWorks"],
img[src*="Journal"],
img[src*="Metal"]{
        max-width: 160px;
}

.blog h1 {
    font-size: 85px;
    font-family: 'Architype Bold', 'Helvetica';
    margin-bottom: 40px;
    text-transform: uppercase;
}

.archive h1 {
        font-size: 65px;
    font-family: 'Architype Bold', 'Helvetica';
    margin-bottom: 40px;
    text-transform: uppercase;
}

.archive #content>.container>#primary {
    padding-bottom: 50px;
}


.single h1 {
        font-size: 65px;
    font-family: 'Architype Bold', 'Helvetica';
    margin-bottom: 40px;
    text-transform: uppercase;
}



@media all and (max-width:767px){
    
    .blog h1,.archive h1,.single h1 {
        font-size: 40px;
    }


}




.home .video-wrap {
    position: relative;
    padding-top:55%;
    overflow: hidden;
    margin: 0 -20px;
}
.home .video-wrap video {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: auto;
}

@media all and (min-width:1024px){

    article > .entry-content .bootstrap-2columns .col-md-6:first-child {
        padding-right:25px;
    }
    article > .entry-content .bootstrap-2columns .col-md-6:last-child {
        padding-left:25px;
    }

}


a.body-button {
    display: inline-block;
    font-size: 1.7rem;
    color: white;
    line-height: 1.7rem;
    padding: 20px 30px 18px 30px;
    font-weight: 700;
    background-color: black;
    font-family: 'Architype Bold', Sans-serif;
    color: white;
    border:1px black solid;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 20px
    text-decoration: none;
}

a.body-button:hover {
    color:black;
    background-color: white;
}


@media all and (max-width:767px){
   .home section.text-content.ticker-full-width p {
     font-size:30px!important;
   }
}

.schedulediv.no-top {
    margin-bottom:100px;
}

.schedulediv.no-top .date-row {
    display: none!important;
}

.schedulediv.no-top .Presdate {
    display: block!important
}



.SFMC-MCP-Global-PromotionalOffers {
    color:white;
    font-family: 'Architype Bold', 'Helvetica', Sans-serif;
}
.SFMC-MCP-Global-PromotionalOffers a {
       color:white;
}


.column-slide-section {
    max-height:calc(100vh - 200px);
    overflow:hidden;
    margin-bottom:50px;
}

.column-slide-section img {
    height:calc(100vh - 200px)!important;
    width:auto!important;
}

.home.page .content-area section+section.inc-text-background-img-slider {
    margin-bottom:50px;
} 

.home .inc-text-background-img-slider .callout-text-bg,
.home .inc-text-background-img-slider .callout-text{
    display: none
}

#consent_blackbar {
   z-index: 1000000000000!important;
}

.SFMC-MCP-personalization-schedule th {
    display: none
}

.SFMC-MCP-personalization-schedule tr {
    cursor: pointer;
}

.SFMC-MCP-personalization-schedule tr {
    border-left:5px #eee solid;
    border-bottom:1px #d8d8d8 solid;
    border-right:1px #d8d8d8 solid;
    transition: all 300ms;
}

.SFMC-MCP-personalization-schedule tr[data-type]:hover {
        background-color: #EF4135;
}

.SFMC-MCP-personalization-schedule tr[data-type]:hover td{
    color:white!important;
}

.SFMC-MCP-personalization-schedule tr:not(.curated-keys-row) td{
    padding:10px;
    font-size: 15px;
    line-height: 19px;
}

.SFMC-MCP-personalization-schedule tr td:first-child {
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'Architype Bold', 'Helvetica';
    width:41%;
}

.SFMC-MCP-personalization-schedule tr td:nth-child(2),
.SFMC-MCP-personalization-schedule tr td:nth-child(3){
         width: 9%;
}
.SFMC-MCP-personalization-schedule tr td:nth-child(4){
      width: 16%;
}

.SFMC-MCP-personalization-schedule .event-keys {
    margin-top:0;
    margin-left:0;
}

.SFMC-MCP-personalization-schedule .topic.topic-registration {
    display: none
}

@media all and (max-width:991px) {
    .SFMC-MCP-personalization-schedule tr td {
        display: block;
        width: 100%;
    }
}

tr[data-type*="Expo"],
tr[data-type*="Lounge"] {
    border-left-color: #B1469F
}

tr[data-type*="Keynote"] {
    border-left-color: #637496
}


tr[data-type*="Seminar"] {
    border-left-color: #4C7A3B
}

tr[data-type*="Tours"] {
    border-left-color: #EF4135
}

tr[data-type*="Event"] {
    border-left-color: #C79A21
}

tr[data-type*="Special"] {
    border-left-color: #C79A21
}

tr[data-type*="Open Studio"] {
    border-left-color: #C79A21
}


tr[data-type*="Workshops"] {
    border-left-color: #ADD9DB
}

tr[data-type*="Symposia"] {
    border-left-color: #60CFE8
}

tr[data-type*="Symposium"] {
    border-left-color: #60CFE8
}

tr[data-type*="Pro Series"] {
    border-left-color: #EDEB00
}

tr[data-type*="Registration"] {
    border-left-color: #B9B9B9
}


.event-keys + .event-keys {
    display: none
}
 
.SFMC-MCP-personalization-schedule:has(#evg-new-template) + hr + .schedule-table {
    display: none
}
.SFMC-MCP-personalization-schedule:has(#evg-new-template) + hr + .schedule-table + .key-table{
    display: none
}


@media all and (max-width:991px){
    .SFMC-MCP-personalization-schedule tr td:first-child,
    .SFMC-MCP-personalization-schedule tr td,
    .SFMC-MCP-personalization-schedule tr td:nth-child(2), 
    .SFMC-MCP-personalization-schedule tr td:nth-child(3),
    .SFMC-MCP-personalization-schedule tr td:nth-child(4) {
        display: block!important;
        width:100%!important
    }

    .SFMC-MCP-personalization-schedule tr td:nth-child(2), 
    .SFMC-MCP-personalization-schedule tr td:nth-child(3),
    .SFMC-MCP-personalization-schedule tr td:nth-child(4),
    .SFMC-MCP-personalization-schedule tr td:nth-child(5) {
       padding-top:0!important;
       padding-bottom:0;
    }
    .SFMC-MCP-personalization-schedule tr td:nth-child(5) {
       padding-bottom:10px;
    }

    .SFMC-MCP-personalization-schedule tr td:nth-child(2) {
        float: left;
        display: inline-block!important;
        width: auto!important; 
    }




}


strong.long-tile-desc {
    font-size:15px!important;
    line-height:1!important;
    letter-spacing:0.5px!important
}

@media all and (max-width:1200px){
    strong.long-tile-desc {
    font-size:12px!important;
    }

}

@media all and (max-width:767px){
    br.show-for-large2 {
        display: none;
    }
    .page-register section.bootstrap-4columns.cards-content .text-padding h3.ultimate {
        font-size:27px!important;
    }
}


