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: #303030;
    background-repeat: no-repeat;
    background-position: center top;
    overflow-x: hidden;
    background-size: contain;
} 

 

#page {max-width: 3600px; margin:0 auto;overflow-x:hidden}

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

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






hr {
    box-sizing: border-box;
    height: 2px;
    border: 1px solid #F1F1F1;
}

.entry-content > hr {
    margin: 5rem 0 5rem 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;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
h1 {
    font-family: 'Architype Bold', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 3rem;
    letter-spacing: 5px;
}


@media all and (max-width: 991px) {
        
        h1 {
                font-size: 12px
        }
}

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;
}

h1.entry-title {
    font-family: 'Architype Light', 'Helvetica';
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: normal;
    text-transform: none;
    letter-spacing: initial;
    margin-bottom: 0px;
}
ul,
ol {
    margin: 0 0 1.5em 0px;
}
a, a:focus {
    color: #FA4132;
    outline: none!important;
    text-decoration: none
}
a:hover{
    color: black;
    text-decoration: none
}
a {
    transition: all 500ms;
}
a.aia-btn {
    display: inline-block;
    font-size: 1.7rem;
    color: black;
    border:1px #979797 solid;
    line-height: 1.7rem;
    padding: 15px 2rem;
    font-weight: 300;
    background-color:transparent;
    font-family: 'Architype Light', 'Helvetica', Sans-serif
}
a.aia-btn:hover {
    background-color: black;
    color: white;
}
a.aia-btn.big {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    padding: 2rem;
}

a.aia-btn.btn-inverse {
    background-color: transparent;
    color: black;
    border-color:black;
}
a.aia-btn.btn-inverse:hover {
    background-color: black;
    color: white;
}


a.aia-btn.btn-red {
background-color: #FA4132;
    color: white; 
    border-color:#FA4132;
}


a.aia-btn.btn-red:hover {
       background-color: black;
    color: white; border-color:#000;
}

a.aia-btn.make-light {
        font-family: 'Architype Light', 'Helvetica', Sans-serif
}



body.home {
    background: none!important;
}
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: #FA4132;
}
.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: 2rem;
}
.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 {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -9px;
    width: 500px;
    height: auto;
}
.main-navigation {
    margin-top: 10px;
}
#content > .container > #primary {
    background-color: white;
    min-height: 100px;
    padding: 9.5rem 10.5rem;
    margin-top: 7rem;
}
#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 #fff solid;  
      background-color: transparent;
}

.is_stuck #primary-menu li.register-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}
}

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

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

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

#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;
}
#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
}
#primary-menu li ul li a:hover {
    color: white;
}
#primary-menu > li {
    position: initial
}
#primary-menu li:hover ul {
    left: initial;
    right: -30%;
    ;
    width: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: initial;
    right: -30%;
    ;
    width: 0;
}
#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 ul.sub-menu {
    right: 0;
    width: 35%;
    height: 768px;
    height: 99.99vh;
    top: 0px;
    padding: 10px 15px 0 60px;
    opacity:1;
}
.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:transparent;
}

 #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:transparent;
    transition: all 500ms
}
#masthead.is_stuck {
    background-color: #000;
    padding-top: 10px;
    z-index: 100000;
}
.site-branding .logo img {
    transition: all 500ms
}

.home .site-branding .logo img {opacity:0;}
@media all and (max-width: 991px) {
 .home .site-branding .logo img {opacity:1;}   
}

.home #masthead.is_stuck .site-branding .logo img, #masthead.is_stuck .site-branding .logo img {
    /* clip-path: inset(0px 75% 0px 0px); */
    
    width: 366px;
    height: auto;
    margin-top: 4px;
    opacity:1;
}

#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: #303030;
    overflow:hidden;
    max-height: 100vh;
    background-size: 101% 102%;
}

.home .has-anoucement .home-wrap {margin-top:-29px;}


.home #primary {
    background-color: white
}
.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 {
    padding-top: 5rem;
}


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

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




.photo-attribution {
    font-family: 'Architype Bold', sans-serif;
    ;

    color: white;
    position: absolute;
    /* right: 10px; */
    top: 0;
    text-align: left;
    padding-right: 0;
    min-width: 35%;
    padding-left: 0;
 
    width:100%;
    height:100%;
}

@media all and (max-width: 991px){
    .photo-attribution {
            bottom: 25%;
    }
}

.photo-attribution span {
    display: inline-block;
    padding: 5px 5px;
    padding-left:0;
}

.photo-attribution .line1 {
    max-width: 720px;
    display:inline-block;
}

.photo-attribution span.line1{
    font-family: 'Architype Bold', 'Helvetica';
    line-height: normal;
    font-weight:normal;
    font-size: 52px;
    text-transform: none;
}

.photo-attribution .line2 {
    max-width: 640px
}

.photo-attribution .line2 p {
    margin-bottom:7px;    
    line-height:normal;
    max-width:70%;
    margin-left:0;
    line-height:32px;
}

.photo-attribution span.herolink {
    letter-spacing: initial;
    text-transform: none;
     font-size: 2rem;
    margin-top: 0rem;
    font-family: 'Architype Light', 'Helvetica';
}
.photo-attribution span.herolink a {
    color: white;
}
.photo-attribution span.herolink a:hover,
.photo-attribution span.herolink a:focus {
    color: white;
}

.photo-attribution span.herolink .aia-btn {
    background-color: transparent;
    text-transform: uppercase;
    border:1px white solid;
    letter-spacing: 2px;
    font-size: 1.5rem
}



.photo-attribution a.angle {
    position: absolute;
    color: white;
    position: absolute;
    color: white;
    width: 30px;
    height: 30px;
    right: 0;
    top: 40%;
}
.photo-attribution .wrapper {
    position: relative;
    margin-right: 0;
    padding-right:0;
    margin-left:0;
    background-repeat: no-repeat;
        background-repeat: no-repeat;
    background-position: center bottom;
    
}

@media all and (min-width: 991px) {
    .photo-attribution .wrapper {
    min-height: 770px
    }
}

@media all and (min-width: 1650px) {
    .photo-attribution .wrapper {
        background-size: contain;
    }
}

.photo-attribution .container {
    width:100%;
}

.photo-attribution .hero-logo {height:auto;max-width:350px;margin-top: 30px;}

.home-wrap .scroll-me{


    position: absolute;
    right: 47%;
    bottom: 0px;
    color: white;
    xbackground-color: rgba(0,0,0,0.3);
    font-size: 70px;
    cursor:pointer;
    display: none
}

.home-wrap .scroll-me img {max-width:100px;height: auto}


.home-wrap .video-screen {
    content: ' ';
    position: absolute;
    width: 100%;
    height:100%;
     background-color: rgba(20,30,70,0.5);
    background-color: rgba(0,0,20,0.35);
        top: 0;
    left: 0;


}

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

    .home-wrap .video-screen, .home-wrap {
        min-height: 800px
    }
}

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

    .home-wrap .video-screen,.home .home-wrap {
        min-height: 800px
    }
}

@media all and (max-width: 991px) {
    .hero-logo {display: none}
    .photo-attribution .wrapper {
        background-image: none!important;
        position: absolute;
        top: 30%;
    }
}

.home .home-wrap .mobile-hero-img {
    height: auto;
    width: 100%
}



.page .content-area section {
    padding-top: 0rem;
    padding-bottom: 4rem;
}
.home.page section.text-content {
    font-size: 2.4rem;
    line-height: 3rem;
}
.page section.text-content {
    font-size: 2rem;
    line-height: 2.5rem;
}

.page section.text-content 


.page section.text-content.full-width {
    margin-left: -22%;
    margin-right: -22%;
    position: relative;

}

.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: 5.2rem;
    line-height: 5.5rem;
}
section.text-content h4 {
    font-size: 3.2rem;
    line-height: 4rem;
}


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: #303030;
    ;
    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 {} .home section.bootstrap-4columns.cards-content .row span.text-padding {
padding: 1.5rem;
    display: block;
    border: 1px #303030 solid;
    padding-bottom: 90px;
}
.home section.bootstrap-4columns.cards-content h3 {
    font-size: 3.7rem;
    margin-bottom: 3rem;
}

.home 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;
}



.home section.bootstrap-4columns.cards-content p span, .home section.bootstrap-4columns.cards-content p em {
    font-size: 1.5rem;
    text-decoration: none!important;
    font-style: normal!important;
}
.home section.bootstrap-4columns.cards-content p a {
    color: #303030;
}
.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 {} 
section.bootstrap-4columns.cards-content .row span.text-padding {
    padding: 2rem;
    display: block;
    border: 1px #303030 solid;
    padding-bottom: 60px;
}
section.bootstrap-4columns.cards-content h3 {
    font-size: 2.7rem;
    margin-bottom: 2rem;
}

@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 {


}

.home section.bootstrap-4columns.cards-content .row span.text-padding {
        padding-bottom: 40px;
        padding-top:30px;
}


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: #084C61;
    border-color: #084C61!important;
}
.page-id-24 section.bootstrap-4columns.cards-content {} .page-id-24 section.bootstrap-4columns.cards-content .row span.text-padding {
    position: relative;
    padding-bottom: 2rem;
    min-height: 220px;
}
.page-id-24 section.bootstrap-4columns.cards-content .text-padding p {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    bottom: initial;
    position: relative;
}
.page-id-24 section.bootstrap-4columns.cards-content .text-padding h3 {
    text-align: center;
    height: 2em;
}
.page-id-24 section.bootstrap-4columns.cards-content .text-padding h3 + p {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.08em;
    font-family: 'Architype Bold', 'Helvetica';
}
.page-id-24 section.bootstrap-4columns.cards-content .text-padding p:last-child {
    border-left: 1px #eee solid;
    padding-left: 10px;
}
.page-id-24 section.bootstrap-4columns.cards-content .text-padding strong {
    font-size: 1rem;
}
.page-id-24 section.bootstrap-4columns.cards-content .text-padding em {
    font-style: normal;
    ;
    font-size: 3rem;
    line-height: 3rem;
    font-family: 'Architype Bold', 'Helvetica';
}
.page-id-24 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: #FA4132;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 2.5rem 2rem;
}
.page-id-24 section.bootstrap-4columns.cards-content .text-padding .over span {
    font-size: 25px;
    display: block;
}
.page-id-24 section.bootstrap-4columns.cards-content .text-padding:hover {
    background-color: #FA4132;
    border-color: #FA4132;
    color: transparent;
}
.page-id-24 section.bootstrap-4columns.cards-content .text-padding:hover .over {
    visibility: visible;
}
.page-id-24 section.bootstrap-4columns.cards-content .text-padding:focus {
    background-color: #FA4132;
    border-color: #FA4132;
    color: transparent;
}
.page-id-24 section.bootstrap-4columns.cards-content .text-padding:focus .over {
    visibility: visible;
}
.page-id-24 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 #303030 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 #303030 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: #FA4132;
    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: #FA4132;
    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;
}
section.bootstrap-3columns.cards-content + section.bootstrap-3columns.cards-content {

}
.home section.image-callout{
    
    margin-left: -21%;
    margin-right: -22%;
    
}
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-image: url(blue-color-box.jpg);
    mix-blend-mode: multiply;
}




section.image-callout .callout-text {
    padding: 3rem;
    ;
    margin-left: 14%;
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 360px;
    padding-left: 0;
            -webkit-transform: translate(0,-50%);
    transform: translate(0,-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;
}
.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 {
    color: white;
    font-size: 5.2rem;
}
section.image-callout .callout-text p {
    color: white;
    margin-bottom:2.5rem;
}

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 p {
    color: white;
   
    }

    section.image-callout .callout-text {
          
    }

}



section.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 + 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: #FA4132;
    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;
}

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: #FA4132;
}
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: -15rem;
    right: -15rem;}

@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: #FA4132;
}



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 {
    background-color: #F2C75C;
    margin-left: -20%;
    margin-right: -22%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom:2rem!important;
    background-size: 101% 101%
}


.home .section-news h3{
text-align: center
}

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



.home .section-news .post-item {
    background-color: white;
    padding:3rem;
}

section.section-news .entry-meta,
section.section-news .entry-meta a {
    color: #555;
    font-size: 1.8rem;
    line-height: 2rem;
        margin: 2rem 0;
}
section.section-news .entry-meta a + a:before {
    content: '|';
    margin-left: 5px;
    margin-right: 10px;
}
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 {
        display: none;
}



section.section-news li {
margin-bottom:2rem; }
section.text-content.section-news p:last-of-type {
    margin-bottom: 1.5em;

    width:100%;
    max-width: 1600px
}
section.section-news .row + .row {
    clear: both;
    margin-top: 0rem;
}
section.section-news .row + p {
    margin-top: 5rem;
}
section.section-news h1 {} .single section.section-news h1.entry-title {
    margin-top: 2rem;
}
section.section-news h2 {
    margin-top: 2rem;
}
section.section-news h2 a {
    ;
    color: #303030;
    font-size: 3.2rem;
    line-height: 4rem;
}
section.section-news h2 a:hover {
    color: #FA4132;
}
section.section-news h3 {

}
section.section-news h4 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-top: 0px;
}
section.section-news h4 a {
    ;
    color: #303030;
}
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;
}
.single section.section-news h3 {
    font-size: 3rem;
    line-height: 3.5rem;
}
.single section.section-news h4 {
    font-size: 2.5rem;
    line-height: 3rem
}
.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 #303030 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: #FA4132;
    font-family: 'Architype Bold', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 3px
}
section.sponsors-content-ew {    padding: 8rem 0px;


} 
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 {
    background-color: white;
    color: white;
    padding: 4rem 0px;
        margin-bottom: 0rem;
        border-top:10px black solid;
        border-left: 1px black solid;
        border-right:1px black solid;
}
section.registration-fast-lane.exhibitor {
    background-color: #fff;
    color: white;
    padding: 4rem 0px;
    margin-bottom:3rem;
}
section.registration-fast-lane.exhibitor h5 {
    text-align: center;
    font-size: 2.4rem;
    margin: 3rem 0px;
}

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: black;
}
section.registration-fast-lane.exhibitor ul li:hover a {
    color: #fff;
    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: #FA4132;
    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 10%;
}
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;
    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-fast-lane ul li a {
    color: black;
    text-decoration: none;
    display: block;
}
section.registration-fast-lane ul li:hover a {
    color: white;
    text-decoration: none;

}
section.registration-fast-lane ul li:hover {
    background-color: black;
}
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-id-24 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: #FA4132!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;
    text-align: center;
    margin-top: 1rem;
}
div.signup-box .magnet-submit {
    display: none;
}
div.signup-box {
    background-color: black;
    color: white;
    border-top: 1px white solid;
    text-align: center;
    padding: 4rem 0px;
    margin-bottom: 10rem;
    padding-bottom: 2rem;
}
div.signup-box input {
    font-size: 20px;
    width: 100%;
    border: 0px;
    border-radius: 0;
    text-align: center;
    margin-top: 0;
    font-family: 'Architype Light', 'Helvetica', Sans-serif!important
}

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"] {color:white;background-color:#FA4132;    text-shadow: none;
    box-shadow: none;margin-top:30px;}
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;
    text-align: center;
}
div.signup-box tr.magnet-submit {
    display: none;
}
div.signup-box td .rm-form-error-summary {
    background-color: transparent!important;
    color: #FA4132!important;
    border: 0px!important;
}
div.signup-box td .rm-form-error-summary li strong {} 

div.signup-box {
    background-color: #E3E3E3;
    color: black;
    border-top: 0;
    text-align: center;
    padding: 4rem 0px;
    margin-top: 0rem;
    margin-bottom: 5rem;
    padding-bottom: 0;
    border-bottom:1px black solid;
            border-left: 1px black solid;
        border-right:1px black solid;
        border-top:1px black solid;
}

.registration-fast-lane + .text-content .signup-box {
    border-top:0;
}

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: #303030;
}
.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 #303030 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;
}

.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 ul#list > li:hover {
   
}
.ajaxfetch-speakers ul#list > li:hover a {
    color: black
}
.ajaxfetch-speakers ul#list > li a {
    display: block;
    padding: 20px 20px 15px 20px;
    color: #FA4132;
    font-size: 2.4rem;
}
.ajaxfetch-speakers ul#list > li a span {
    display: inline-block;
    font-family: 'Architype Bold', 'Helvetica';
}
.ajaxfetch-speakers ul#list > li a span:last-child {
    float: right;
    font-size: 0.8em;
    color: #a8a8a8;
    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 */

.schedulediv.tilesdiv {}
.schedulediv.tilesdiv .date-row {display: none!important}
.schedulediv.tilesdiv ul#list > li {
    background-color: white;
    width: 30%;
    padding: 2rem 3rem;
    padding-top: 4rem;
    margin: 1.65%;
    min-height: 300px;
    position: relative;
    -webkit-transition: width 500ms, height 500ms, left 600ms;
    transition: width 500ms, height 500ms, left 250ms;
    display: inline-block;
    vertical-align: top;
       min-height: 347px;
    border:0;
}

.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 .evfee {display: none; color:white;font-size: 2.4rem;}
.schedulediv.tilesdiv .evfee {display: block}
.schedulediv.tilesdiv .red-block + .evfee {display: none}

.schedulediv.tilesdiv .col-md-5 {
    width:100%;
    position: absolute;
    top:4rem;
    left:0;
    padding:0 3rem;
}

.schedulediv.tilesdiv .col-md-2.code {
    width:100%;
    position: absolute;
    bottom:4.5rem;
}

.schedulediv.tilesdiv .col-md-2.code .evcode {
       font-size: 2.4rem;
    line-height: 2.6rem;
    font-family: 'Architype bold', 'Helvetica';
    color:white;
    letter-spacing: 2px
}


.schedulediv.tilesdiv .col-md-3.lu {
    width:100%;
    position: absolute;
    bottom:2rem;
}

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


.schedulediv.tilesdiv ul#list > li .presname {
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-family: 'Architype Light', 'Helvetica';
    color:white;
}

.schedulediv.tilesdiv ul#list > li .PresTime {display: none}
.schedulediv.tilesdiv ul#list > li .Presdate {display: none}




.tilesdiv .gradient-1 {
    background-image:url('/wp-content/uploads/2020/01/card-gradient-1.png');
        background-size: 101% 101%;
    background-repeat: no-repeat;
}
.tilesdiv .gradient-2 {
    background-image:url('/wp-content/uploads/2020/01/card-gradient-2.png');
        background-size: 101% 101%;
    background-repeat: no-repeat;
}
.tilesdiv .gradient-3 {
    background-image:url('/wp-content/uploads/2020/01/card-gradient-3.png');
        background-size: 101% 101%;
    background-repeat: no-repeat;
}
.tilesdiv .gradient-4 {
    background-image:url('/wp-content/uploads/2020/01/card-gradient-4.png');
        background-size: 101% 101%;
    background-repeat: no-repeat;
}


.schedulediv.tilesdiv .tile-fg {
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width: 100%;
    filter: grayscale(0.5);
    mix-blend-mode: multiply;
        background-size: cover;
    background-position: center;

}

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

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

    .schedulediv.tilesdiv ul#list > li {

    }

}

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

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

}






/* events */


#eventnav {
    margin: 0px 1.25%;
    display: flex;
         position: relative;
}
@media all and (max-width: 991px) {
    #eventnav {
        display: block;
    }
}
#eventnav p {
    margin-bottom: 0px;
    margin:0;
        display: none;
}
.event-select {
    outline: none;
    ;
    border: 1px solid #D8D8D8;
    line-height: 48px;
    font-size: 2.4rem;
    line-height: 3rem;
    border-radius: 0;
    -webkit-appearance: none;
    background: white;
    padding: 1em;
    background-image: url(/wp-content/uploads/2016/12/select_bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 6rem;
}


.event-select.filternav {
    position: relative
}
.event-select.filternav.selected {
    border-bottom: 1px transparent solid;
}
.event-filter {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    border: 1px solid #D8D8D8;
    padding: 2rem;
    background: white;
    margin: 0px 1.25%;
    margin-top:-1px;
}
.event-filter li {
    display: inline-block;
    font-size: 2rem;
    margin: 4px 3px 4px 0;
    ;
    line-height: 1.7rem;
    ;
    width: 48%;
    ;
}
.event-filter li a {
    display: block;
    padding-left: 30px;
    position: relative;
    color: #303030;
}
.event-filter li a:before {
    content: " ";
    top: -2px;
    display: inline-block;
    border: 1px #d8d8d8 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: #FA4132;
    background-color: #FA4132
}
.event-filter li:hover a,
.event-filter li.on a {
    ;
    text-decoration: none!important;
    color: #FA4132;
}
#eventnav i {
    font-size: 30px;
    color: #D3D3D3;
    cursor: pointer;
    margin-left: 30px;
}
#eventnav input.event-search {
    border: 1px solid #D8D8D8;
    line-height: 48px;
    font-size: 2.4rem;
    line-height: 3rem;
    padding: 1em;
        width: 100%;
        border-radius: 0;
}


@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: #FA4132
}
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: #303030;
    font-weight: normal;
}
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: #FA4132!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: #FA4132!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: #FA4132!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: #FA4132
}
.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: #FA4132;
    border-color: #FA4132;
}
.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: #FA4132;
    font-size: 70px;
    position: absolute;
    left: -20px;
}
.schedule-slider.owl-theme .owl-controls .owl-nav .owl-next {
    background: transparent;
    color: #FA4132;
    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: #303030;
    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;

}
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 {
    max-width: 768px;
    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: 768px;
    margin-right: auto;
    margin-left: auto;
}


.home .section-news p {
    max-width: 960px;
    margin: initial;
}
.home.page .section-news.text-content {
    padding: 7rem 0;
}

@media (max-width: 991px) {

    .home.page .section-news.text-content {
       padding: 4rem 2rem;
       margin-top: 0;
    }

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

}

.page-id-24 .text-content-raw section.text-content {
  
  
}

.page-id-24 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-id-24 section.text-content ul + p {margin-top:20px;}
.page-id-1472 section.text-content ul + p {margin-top:20px;}



.page-id-24 section.text-content.reg-block ul.dots span.right{float:right;}
.page-id-24 section.text-content.reg-block ul.dots span{    display: inline-block;
    background-color: white;}
.page-id-24 section.text-content.reg-block ul.dots + ul.dots {margin-top:25px;}


.page-id-24 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-id-24 section.text-content.reg-block strong, .page-id-24 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-id-24 section.text-content.reg-block p {
    margin-bottom:20px;
}


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

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

}

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


.page-id-24 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-id-24 section.text-content.reg-block.bootstrap-3columns.cards-content  .row span.text-padding > p:last-child {

    position: relative;
    margin-top:30px;
    }
    .page-id-24 section.text-content.reg-block.bootstrap-3columns.cards-content .row span.text-padding {
        padding-bottom:2rem;
    }
}

.page-id-24 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-id-24 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-id-24 section.text-content.reg-block.bootstrap-3columns.cards-content  .row span.text-padding {
    min-height: 0;
    height:auto!important

}

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

}




.mfp-auto-cursor .mfp-content {
    margin-top: 70px;
    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: #FA4132!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: #6D6F6E;

}
#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: #303030!important;
    font-family: 'Architype Bold', 'Helvetica';
    margin-top: 4px;
}
.PresenterInfo .PresenterOrganization {
    color: #303030!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: #FA4132!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: #FA4132!important;
}
#text-7 p {
    font-size: 15px;
    line-height: 23px
}
footer {
    background-color: black;
    color: #D8D8D8;
    padding: 10rem 0 5rem 0;
}
footer .row + .row {
    margin-top: 2rem;
}
footer .textwidget {
    font-size: 2rem;
}
footer .textwidget img {
    margin-bottom: 1rem;
    max-width: 303px;
    width: 100%;
    height: auto;
}
footer .textwidget .railway {
    font-family: 'Architype Bold', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 3px
}
footer .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
}


footer .menu-social {display:none;}

footer .widget_nav_menu ul li {}

footer .menu-item-1361 {display:none;}

footer .widget_nav_menu ul li.menu-toggle li.menu-toggle {display:none;}

footer .widget_nav_menu .menu-item-64 > a {
    font-family: 'Architype Bold';
}
footer .widget_nav_menu ul li a {
    color: white;
}
footer .widget_nav_menu ul li a i {
    display: none;
}
footer .copyright {
    font-size: 1.6rem;
}
footer .copyright a {
    color: white;
}
footer ul.inline {
    padding: 0;
    margin: 0;
    list-style: none
}
footer ul.inline li {
    display: inline;
    margin-right: 1em;
    font-size: 1.5rem;
}
footer ul.inline li a {
    color: white;
}
footer li.dismiss {
    display: none;
}

footer .social-icons a {font-size:20px;}

#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: #FA4132;
    background-color: #FA4132;
}
.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 #303030 solid;
    color: #303030;
    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: #FA4132;
    color: white;
    border-color: #FA4132;
}
.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 5.5rem;
    }
    #primary-menu > li:first-child {
        width: 160px;
    }
    .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 5rem;
    }
    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 + li {
        border: 1px white solid;
    }
    section.registration-nav ul li + li {
        border-top: 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 white solid;
    }
    section.registration-fast-lane ul li + li {
        border-top: 0px;
    }


}
/* 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 {
        padding: 0 0rem;
        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: #303030;
    }
    .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: #303030;
        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 {    padding-top: 0rem;}

}
@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 {display:none;}
    .main-navigation.toggled #primary-menu ul.sub-menu {
        width: 60%;    padding: 10px 55px 0 60px;
        display:block;
    }
    #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: -2px;}
.main-navigation.toggled #primary-menu ul.sub-menu {width:90%;}
.main-navigation ul {    width: 100%;
  
    padding-left: 30px;}
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:200%;}
section.image-callout.left img {width:200%;}
section.image-callout.right .callout-text {    padding: 2rem;
max-width: 60%;

}
section.image-callout .callout-text p a {display: inline-block;}
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 .col-md-5 {    margin-top: -1.7em;}

#masthead {    padding-bottom: 2rem;}

#primary-menu > li li.menu-toggle {    margin-top: 10px;}
.main-navigation.toggled #primary-menu ul.sub-menu {padding: 10px 20px 0 30px;}

    #masthead .col-md-5 {
        padding-left: 40px;
    }



}


@media (max-width: 750px) {

    section.image-callout.right .callout-text {
            padding: 2rem;
    max-width: 360px;;
        right: initial;
    }

    section.image-callout.right .callout-text {padding: 2rem 4rem;}
    section.image-callout.left .callout-text {padding: 2rem 4rem;}

}



/* a18 */
#menu-item-1641 {display:none;}

@media (max-width: 767px) {
    #menu-item-1641 {display:block;}

}

/* 404 */
body.error404 {
    background-image:none!important;
        background-color: #fa4132;;

}

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;
}

.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: #FA4132}
.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-workshop:before {background-color: #a7a7a7}


.event-keys span.topic-speakers:before {background-color: #FA4132}
.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 .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-education:before {background-color: #017c8b}
.row-overview-keys span.topic-tours:before {background-color: #70b0c9}
.row-overview-keys span.topic-speakers:before {background-color: #084c61}
.row-overview-keys span.topic-expo:before {background-color: #017c8b}
.row-overview-keys span.topic-parties:before {background-color: #f6d584}
.row-overview-keys span.topic-education:before {background-color: #017c8b}
.row-overview-keys span.topic-tours:before {background-color: #70b0c9}
.row-overview-keys span.topic-speakers:before {background-color: #084c61}
.row-overview-keys span.topic-expo:before {background-color: #fb4132}
.row-overview-keys span.topic-parties:before {background-color: #f6d584}
.row-overview-keys span.topic-workshop:before {background-color: #a7a7a7}

.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;}
}


ul#list {margin-top:3rem;}
ul#list li {border-left:5px #eee solid;cursor:pointer;}
ul#list li[data-type="Workshops"] {border-left-color:#a7a7a7;}
ul#list li[data-type*="tour"] {border-left-color: #70b0c9}
ul#list li[data-type="Learning Lounge"] {border-left-color:#017c8b;}
ul#list li[data-type*="CE Theater"] {border-left-color: #017c8b}
ul#list li[data-type*="Expo Credit"] {border-left-color: #017c8b}
ul#list li[data-type*="Meeting"] {border-left-color: #f6d584}
ul#list li[data-type*="ArchiTalk"] {border-left-color: #fb4132}
ul#list li[data-type*="Keynote"] {border-left-color: #FA4132}
ul#list li[data-type*="Event"] {border-left-color: #f6d584}
ul#list li[data-type*="Special"] {border-left-color: #f6d584}
ul#list li[data-type*="Seminar"] {border-left-color: #007D8A}
ul#list li[data-type*="Sponsor"] {border-left-color: #084C61}




ul#list li[data-type*="Networking"] {border-left-color: #F2C757}


ul#list li[data-type*="Parties"] {border-left-color: #f6d584}
ul#list li[data-type*="Seminar"] {border-left-color: #017c8b}
ul#list li[data-type*="Series"] {border-left-color: #017c8b}
ul#list li.date-row {    
    text-align: center;
    font-size: 3rem;
    padding-top: 5rem;
    padding-bottom: 0;
    border:0;
     margin: 0;
     background-color: #fff;
     z-index: 1040;
     color:black!important;
}
ul#list li.date-row.is_stuck {}
ul#list > li.date-row:hover {background-color:white;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;
}

h1.ev-name[data-type="Workshop"] {border-left-color:#017c8b;}
h1.ev-name[data-type="Seminar"] {border-left-color:#017c8b;}
h1.ev-name[data-type="Learning Lounge"] {border-left-color:#017c8b;}
h1.ev-name[data-type*="tour"] {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: #FA4132}
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;}

@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}
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;
   max-height: 21px;

}




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="opening_night_celebration"] {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="Tour Leader"] {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.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:#FA4132;
}


@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: 3.7rem;
    margin-bottom: 4rem;
}

@media screen and (min-width: 991px) {
    section.bootstrap-3columns.cards-content.bordered-tiles p {
      font-size: 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;

}
section.bootstrap-3columns.cards-content.bordered-tiles p strong {
    font-family: 'Architype Bold', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}
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: #303030;
    text-decoration: none;
}
section.bootstrap-3columns.cards-content.bordered-tiles > .row > .col-md-4 > a:hover {
    color: white;
}

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

section.bootstrap-3columns.cards-content.bordered-tiles a:hover span.text-padding {
    background-color: #FA4132;
    border-color: #FA4132!important;
}

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


.page-id-24 section.bootstrap-2columns.cards-content .row span.text-padding {
    padding: 2rem 4rem;
    display: block;
    border: 1px #303030 solid;
}

.page-id-24 section.text-content.reg-block.bootstrap-2columns.cards-content .row span.text-padding {
    padding-bottom: 10rem;
    position: relative;
    min-height: 70rem;
}

.page-id-24 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 {margin-bottom:2rem;}
#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);
}


.home .home-wrap {
    background-color: #71B1C8!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 {
    background-color: #000;
    padding:36px 20px 0px 20px;
}

div.signup-box p {
    color:white;
}

div.signup-box td .rm-form-wrapper .rm-form-input {
    border:2px white solid;
    color:white;
    background-color:black;
    max-width: 640px
}


@media (max-width: 991px) {
    .home .home-wrap {
    height: auto;
    }
    .photo-attribution .wrapper {
    background-image: none!important;
    position: relative;
    top: 0;
    }

    .home .home-wrap {

    min-height:0!important;;
    height: auto!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){
    .hero-message .wrap {
    margin-top: 42.5%;
    text-align: right;
    margin-right: -20px;
    }
}


.hero-message .wrap div span {
    display: inline-block;
    border:2px white solid;
    padding: 36px 30px 27px 20px;
    white-space: nowrap;

}

.hero-message .wrap div.line1 span {
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
    font-size:50px;
}
.hero-message .wrap div.line2 span {
    font-size:50px;
    position: relative;
    margin-top: -2px;
    padding-right: 19px;
}

.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.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;
    }  
}



.select-sponsors-content-ew .sponsor-wrap .sponsor-img {
padding:20px;
text-align: center;
}

.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-top:10rem!important;
}


.page-id-469 section.select-sponsors-content-ew.text-content {
    padding-top:0!important;
}

.home .schedule-table {margin-top:50px;}







#bpform {}
#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: 2px white solid;
    color: white;
    background-color: black;
    max-width: 640px;
    font-size:16px;
}


#bpform .rm-form-submit {
    display: inline-block;
    font-size: 1.7rem;
    color: black;
    border:1px #FA4132 solid;
    line-height: 1.7rem;
    padding: 15px 2rem;
    font-weight: 300;
    background-color:transparent;
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
        color: white;
    background-color: #FA4132;
        box-shadow: none;
    border-radius: 0;
    text-shadow:none;
    max-width: 100px
}
#bpform .rm-form-submit:hover {
    background-color: black;
    color: white;

    border-color: white;
}

#bpform td {
    padding-left:0!important;
}



/* sponsor */

#bpform1 {}
#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 textarea, #bpform1 select {
    color: #666;
    border-radius: 0px;
    padding: 5px;
    background-color: white;
    height: 35px;
    font-size: 14px;
    outline: none;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    box-shadow: none!important;
    border: 1px black solid;
}


#bpform1 .rm-form-submit {
    display: inline-block;
    font-size: 1.7rem;
    color: black;
    border:1px #FA4132 solid;
    line-height: 1.7rem;
    padding: 15px 2rem;
    font-weight: 300;
    background-color:transparent;
    font-family: 'Architype Light', 'Helvetica', Sans-serif;
        color: white;
    background-color: #FA4132;
        box-shadow: none;
    border-radius: 0;
    text-shadow:none;
}
#bpform1 .rm-form-submit:hover {
    background-color: black;
    color: white;

    border-color: black;
}

#bpform1 td {
    padding-left:0!important;
    text-align: left!important
}

    #bpform1 label {
        width: 100%
    }


 #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 textarea,
  #bpform1 select
   {
    width:100%;
 }


 #bpform1 label{
        font-family: 'Architype Light', 'Helvetica', Sans-serif;
        font-weight:normal;
            font-size: 16px;
}
 #bpform1 .first-col label span {display: none}
  #bpform1 .first-col td br { display:none; }



  #bpform1 .second-col td {
    padding-bottom:0!important;
    margin:0!important;
  }

 #bpform1 .first-col td {
    margin:0!important;
  }

#bpform1 .second-col label {
    position: relative;
    padding-left: 20px;
    line-height: normal;
  }

#bpform1 .second-col p {
    font-size:18px;
}
#bpform1 .second-col .comments label {

    padding:0;
    padding-top:20px;
}

  #bpform1 .second-col input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0px;
    margin: 0;
    padding: 0;
  }


.page-id-2218 .text-content  p + h4 {
    margin-top:50px;
}

@media all and (max-width: 768px) {
     #bpform1 #button {
        width:100%;
     }
}

