/*
Theme Name: Industry Breakfast 2019
Author: GUTJAHR Solutions
Author URI: https://wordpress.org/
Version: 1.8

*/

/**

===================================================================
#   Fonts
===================================================================


===================================================================
**/

/**

===================================================================
#   Colors
===================================================================

darkblue    #012A4C     rgba(1,42,76,1)
magenta     #CF0363     rgba(207,3,99,1)
red         #EA3A27     rgba(234,58,39,1)

===================================================================


**/


img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

#header {
    width: 100%;
    background: rgba(255,255,255,.75);
    padding: 12px 0;
    position: fixed;
    z-index: 1000;
    height: 65px;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.35);
            box-shadow: 0 0 30px rgba(0,0,0,.35);
}

#wrapper {
    max-width: 1600px;
    margin: 0 auto;
    background: #fff;
    margin-top: 65px;
    position: relative;
}


#header #logo {
    max-width: 135px;
}

.darkblue h1, .darkblue h2, .darkblue h3, .darkblue h4, .darkblue h5, .darkblue h6, .darkblue p, .darkblue a {
    color: #fff;
}


.darkblue       { background: #012A4C; }
.blue           { background: #2699FB; }
.green          { background: #6ADDBE; }
.red            { background: #AC616E; }
.yellow         { background: #E6AE15; }


.light-darkblue { background: #CCD4DB; }
.light-blue     { background: #D3EBFE; }
.light-green    { background: #E1F8F2; }
.light-red      { background: #EEDFE2; }
.light-yellow   { background: #FAEFD0; }

.lighter-darkblue   { background: #E5E9ED; }
.lighter-blue       { background: #E9F5FF; }
.lighter-green      { background: #F0FCF9; }
.lighter-red        { background: #F7EFF0; }
.lighter-yellow     { background: #FDF7E7; }
.lighter-grey       { background: #F4F4F4; }

.ib-gradient {
    background: rgb(234,58,39);
    background: -webkit-linear-gradient(90deg, rgba(234,58,39,1) 0%, rgba(207,3,99,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(234,58,39,1)), to(rgba(207,3,99,1)));
    background: -webkit-linear-gradient(left, rgba(234,58,39,1) 0%, rgba(207,3,99,1) 100%);
    background: -o-linear-gradient(left, rgba(234,58,39,1) 0%, rgba(207,3,99,1) 100%);
    background: linear-gradient(90deg, rgba(234,58,39,1) 0%, rgba(207,3,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea3a27",endColorstr="#cf0363",GradientType=1);
}


.softgrey       { background: #F4F4F4; }
.softanthracite { background: #ECF8FC; }
.white      { background: #fff; }

.softgreen { background: #E7F5E4; }

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white a {
    color: #012A4C; 
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text a, .white-text {
    color: #fff;
}
.green-text h1, .green-text h2, .green-text h3, .green-text h4, .green-text h5, .green-text h6, .green-text p, .green-text a, .green-text {
    color: #2DA6BB;
}


.padded     { padding-top: 75px; padding-bottom: 75px;}
.lightpadded { padding: 30px; margin: 20px 0; }

.text-widget h1, .text-widget h2, .text-widget h3, .text-widget h4, .text-widget h5, .text-widget h6, .text-widget p, .text-widget .btn {
    margin: 0;
}

.centered   { text-align: center; }

.highlights a {
    font-size: 1.2em;
    color: #012A4C;
    font-weight: normal;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0,0,0,.1)), color-stop(50%, rgba(0,0,0,.1)));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,.1) 50%, rgba(0,0,0,.1) 50%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,.1) 50%, rgba(0,0,0,.1) 50%);
    background-image: linear-gradient(to right, rgba(0,0,0,.1) 50%, rgba(0,0,0,.1) 50%);
    background-position: 0 1.1em;
    background-repeat: repeat-x;
    background-size: 100% 2px;
}

.max-width  { max-width: 850px; margin: 0 auto; }
.max-width.narrow { max-width: 700px; }


.darkblue:after {
  clear:both;
    content:" ";
    display:block;
}

blockquote {
    position: relative;
    margin-left: 50px;
    margin-top: 60px;
    margin-bottom: 40px;
}

blockquote:before {
    content: "";
    display: block;
    position: absolute;
    height: 23px;
    width: 20px;
    background: url(files/img/blockquote-icon.png);
    top: 0;
    left: -50px;
    background-size: contain;
    background-repeat: no-repeat;
}

blockquote p {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

blockquote cite {
  font-weight: normal;
  font-size: 1.4rem;
}

.hero blockquote {
    padding-top: 0;
    margin-top: 0;
}
.hero blockquote:before { display: none; }

.hero blockquote p {
  font-size: 3.0rem;
}

.hero blockquote cite {
    font-size: 1.8rem;
    color: #2699FB;
}

.tag {
    font-size: 1.2rem;
    border: 1px solid;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 3px;
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 4em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3em;
}

.wp-block-image .alignright {
    float: right;
    margin-left: 100px;
}



#menu-head-nav a {
  text-decoration: none;
}



ul#menu-head-nav {
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#menu-head-nav li {
    color: #012A4C;
    display: inline-block;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    white-space: nowrap;
    margin-bottom: 0;
}

#menu-head-nav:after {
    content: " ";
    clear: both;
    float: none;
    display: block;
    position: relative;
}
  
#menu-head-nav li a {
   font-family: ff-real-headline-pro, sans-serif;
   font-weight: 200;
  color: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;

}


li#menu-item-258 { padding: 0; }

li#menu-item-258 a {
    border: 1px solid #2699FB;
    color: #2699FB;
    display: block;
        padding: 8px 18px;
    margin-left: 10px;
}


#menu-head-nav li:hover     { cursor: pointer; }
#menu-head-nav li:hover > a,
#menu-head-nav li.current-menu-item > a, 
#menu-head-nav li.current_page_parent > a { 
    color: #2699FB;
    position: relative;
}

ul#menu-head-nav li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    -webkit-transition: all .3s ease, height 0s .3s;
    -o-transition: all .3s ease, height 0s .3s;
    transition: all .3s ease, height 0s .3s;
    margin-left: 0;
    height: 0;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;

}

ul#menu-head-nav li ul:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translate(-50%);
        -ms-transform: rotate(45deg) translate(-50%);
            transform: rotate(45deg) translate(-50%);
    background: #fff;
    left: 50%;
    top: 0px;
    
}

ul#menu-head-nav li:hover > ul,
ul#menu-head-nav li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.3);
            box-shadow: 0 4px 15px rgba(0,0,0,.3);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    height: auto;
    overflow: visible;
}

ul#menu-head-nav li ul li {
    clear: both;
      width: 100%;
      padding: 1rem 40px;
      font-size: .8em;
}

#menu-head-nav li a.active:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: red;
}

img#logo {
    width: 200px;
    display: block;
}

img#join-us {
    width: 640px;
    margin: 40px auto 0;
    display: block;
}

.event-logo img {
    max-width: 300px;
    margin-bottom: 20px;
}

.ticket-prompt {
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 110px;
    padding: 25px 15px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-family: ff-real-headline-pro, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    border-bottom-right-radius: 15px;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.4);
            box-shadow: 0 3px 15px rgba(0,0,0,.4);
    z-index: 1000;
}

.ticket-prompt img {
    width: 33px;
    display: block;
    margin: 0 auto 5px;
}

.ticket-prompt a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    color: transparent;
}

p.accordion {
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

p.accordion:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(files/img/icon-plus.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
}

p.accordion, .vita-content p {
    margin-bottom: 0;
}

.vita {
    position: relative;
}

.vita-content {
    display: none;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px rgba(0,0,0,.2);
    position: absolute;
}


.hero {
    min-height: 450px;
    background-image: url(/wp-content/uploads/2019/04/header-ib.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: grid;
}

.hero img {
    max-width: 390px;
    margin-bottom: 60px;
    width: 90%;
}

.page-template-default .hero {
    min-height: 300px;
}


.ib-pattern {
    background-image: url(files/img/ib-pattern.jpg);
    background-size: 572px;
}

.title h2 {
    position: relative;
    margin-bottom: 40px;
}

.title h2:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: yellow;
    vertical-align: bottom;
    background: url(files/img/icon-agenda.png) no-repeat;
    background-size: contain;
    margin-right: 17px;
}

.speakers .title h2:before { background-image: url(files/img/icon-speakers.png); }
.tickets .title h2:before { background-image: url(files/img/icon-tickets.png); }
.venue .title h2:before { background-image: url(files/img/icon-venue.png); }



.agenda-header img {
    width: 40px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10px;
}

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

.main-headline .grid-8-3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 5%;
}

ul.speaker-list {
    list-style: none;
    text-align: center;
}

.speaker-list li {
    display: inline-block;
    width: calc(100% / 3 - 40px);
    padding: 20px;
    margin: 10px;
    text-align: left;
}

.speaker-list .speaker-image img {
    width: 100%;
    margin-bottom: 15px;
}

img.wp-image-225 {
    vertical-align: middle;
    margin-right: 3px;
}






.news-section h2:after {
    background: #fff;
}


.news-section--container .content {
    display: table-cell;
    vertical-align: middle;
}

.news-section article {
    background: #fff;
    padding: 30px;
    color: #012A4C;
    font-size: .6rem;
    position: relative;
}

.news-section article p { font-size: 1.4rem; }
.news-section--row.grid-2-half { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

article footer {
    border-top: 1px solid rgba(1,42,76,.1);
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

article p.date { 
    color: rgba(1,42,76,.36);
    position: relative;
    margin-left: 18px;
    margin-bottom: 0;
    font-size: 10px;
}
article p.date:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    background: url(files/img/icon-calendar-soft.png);
    left: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
}


.content.top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}


.grid-2-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 70px 7fr;
    grid-template-columns: 3fr 7fr;
    justify-items: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 0 70px;
}

.grid-2-third.reverse { -ms-grid-columns: 7fr 70px 3fr; grid-template-columns: 7fr 3fr; }

.grid-3-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax( 0, 3fr ) 70px minmax( 0, 2fr );
    grid-template-columns: minmax( 0, 3fr ) minmax( 0, 2fr );
    justify-items: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 0 70px;
}

.grid-2-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 70px 3fr;
    grid-template-columns: 2fr 3fr;
    justify-items: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 0 70px;
}

.grid-8-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 70px 3fr;
  grid-template-columns: 8fr 3fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
grid-gap: 0 70px;
}.grid-8-3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}.grid-8-3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-3-thirds {
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
grid-gap: 30px 70px;
justify-items: stretch;
}.grid-3-thirds > *:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}.grid-3-thirds > *:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 3;
}.grid-3-thirds > *:nth-child(3) {
-ms-grid-row: 1;
-ms-grid-column: 5;
}

.grid-3-thirds.narrow {
    grid-gap: 10px;
}

.grid-2-half {
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
grid-gap:90px;
justify-items: start;
-webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
        align-items: flex-start;
}.grid-2-half > *:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}.grid-2-half > *:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 3;
}

.grid-3-mixed {
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 30px 4fr 30px 3fr;
  grid-template-columns: 3fr 4fr 3fr;
grid-gap:0 30px;
justify-items: start;
-webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
        align-items: flex-start;
}


.footer-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6fr 4fr;
    grid-template-columns: 6fr 4fr;
        grid-template-areas: "footer-main footer-contact";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.footer-main { 
    -ms-grid-row: 1; 
    -ms-grid-column: 1; 
    grid-area: footer-main;
}

.footer-contact { 
    -ms-grid-row: 1; 
    -ms-grid-column: 2; 
    grid-area: footer-contact; 
}

.footer-nav { 
    grid-area: footer-nav;
}



@media only screen and (max-width: 700px) {

    .footer-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }

}


.btn, .js .wp-block-button__link {
    font-weight: 700;
    display: inline-block;
    border: 1px solid #012A4C;
    margin: 20px 0 30px;
    padding: 20px 40px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    max-width: 80%;
    width: auto;
    text-align: center;
    text-decoration: none;
    position: relative;
    border-radius: 0 0 20px 0;
    border: none;
    background: rgb(234,58,39);
    background: -webkit-linear-gradient(90deg, rgba(234,58,39,1) 0%, rgba(207,3,99,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(234,58,39,1)), to(rgba(207,3,99,1)));
    background: -webkit-linear-gradient(left, rgba(234,58,39,1) 0%, rgba(207,3,99,1) 100%);
    background: -o-linear-gradient(left, rgba(234,58,39,1) 0%, rgba(207,3,99,1) 100%);
    background: linear-gradient(90deg, rgba(234,58,39,1) 0%, rgba(207,3,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea3a27",endColorstr="#cf0363",GradientType=1);
}

.ib-gradient .wp-block-button__link { 
    background: #fff;
    color: #DC1E46;
}

a.btn.white {
    color: #2699FB;
    margin-top: 0;
}

.btn.white:after, .white-text .btn.white:after { 
}

.white-text .btn {
    border-color: #fff;
    color: #fff;
}



.btn:after, .wp-block-button__link:after {
    content: "";
    display: block;
    position: absolute;
    height: 7px;
    width: 28px;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
}

.white-text .btn:after {
    background-image: url(files/img/arrow-btn.png);
}


#main-footer {
    background: #FAFAF8;
}

#footer-logo {
    vertical-align: middle;
}


.venue a:before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 20px;
    background: url(files/img/icon-maps.png);
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;

}

.contact {
    margin-top: 40px;
}


.team-list--thumb img {
    width: 170px;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 85px;
    margin-bottom: 25px;
}



.instagram-feed {
    margin-top: 90px;
}

#sbi_load {
    margin-top: 40px;
}


.key-facts ul {
    list-style: none;
    padding: 0 40px;
}

.key-facts--icon img {
    width: 50px;
    margin: 20px 0 10px 0;
}

.portfolioContainer {
    margin-bottom: 50px;
}

.portfolioContainer .resource-single {
    width: 50%;
    padding: 0 7%;
}

a:focus {
  outline: none;
}


.single-video--thumb {
    margin-bottom: 0px;
}

.single-video--title h1 {
    margin-bottom: 30px;
}

.single-video--content {
    background: rgba(0,0,0,.05);
    padding: 25px;
}



.single-video--content p { margin-bottom: 0; }
p.events {
    margin-bottom: 20px;
}

.content ul { list-style: none; }

.content li {
    position: relative;
    margin: 15px 0 5px 35px;
}

.content ul li:before {
    content: '';
    display: block;
    background: url(files/img/li-check.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -35px;
    height: 13px;
    width: 18px;
    top: 8px;
}

.content ol {
  list-style: none;
  counter-reset: numbered-list;
}
.content ol li {
  counter-increment: numbered-list;
}
.content ol li:before {
  content: counter(numbered-list) ". ";
  font-weight: 700;
  display: block;
  left: -30px;
   position: absolute;
}

.second-post-thumbnail {
    position: relative;
    width: 400px;
    margin: 30px auto -90px;
}

.blogpost-intro {
    background: #fff;
    min-height: 380px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
    position: relative;
    margin-bottom: 30px;
}

.blogpost-intro .blogpost-intro--headline {
    position: relative;
    z-index: 2;
}

.blogpost-intro .blogpost-intro--headline h1 {
    font-size: 3.6rem;  
    text-decoration: none;
}

.blogpost-intro .blogpost-intro--headline p {
    font-size: 2.0rem;  
}

.blogpost-intro .post-thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: .1;
}




#main-footer {
    padding: 50px 0;
    background: #F5F5F5;
}

footer img {
    width: 100%;
    vertical-align: middle;
}

footer p {
    font-size: .9rem;
    margin-bottom: 0;
}

footer a {
    color: #393A3E;
}

.footer-logo{
    text-align: right;
}

.footer-logo img {
    width: 100px;
}

#menu-footer-menu {
    list-style: none;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    color: #fff;
}

ul#menu-footer-menu li {
    display: inline-block;
    font-size: 1.4rem;
}

ul#menu-footer-menu li:after {  content: ' | ';}
ul#menu-footer-menu li:last-child::after {  content: '';}

ul#menu-footer-menu li a { text-decoration: none;}


.oeffnungszeiten {
    padding: 20px 20px;
    text-align: center;
    background: #ECECEC;
}

.oeffnungszeiten p:last-child {
    margin-bottom: 0;
}


ul#menu-main-nav { margin-bottom: 0; }

#menu-main-nav li {
    list-style: none;   
    margin-bottom: 0;
}

#menu-main-nav li {
    display: inline-block;
    text-align: center;
    height: auto;
    padding: 0 10px;
    position: relative;
}

#menu-main-nav a {
    text-decoration: none;
    display: block;
    font-size: 1.5rem;
    line-height: 16px;
    font-weight: normal;
    color: #DC1E46;
}

#menu-main-nav .current-menu-item { font-weight: 700; }

ul#menu-footer-nav { margin: 90px 0 0 0; text-align: center; }

#menu-footer-nav li {
    list-style: none;   
    margin-bottom: 0;
}

#menu-footer-nav li {
    display: inline-block;
    text-align: center;
    height: auto;
    padding: 0 10px;
    position: relative;
}

#menu-footer-nav a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 1.4rem;
    line-height: 16px;
}


div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {
    width: 34%;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label{
    color: rgb(183, 29, 74);
    margin: 15px 0;
    font-weight: 400;
}

.wpforms-confirmation-container-full {
    color: black;
    margin: 0 0 24px 0;
    background: rgb(186, 210, 220);
    border: 4px solid rgb(186, 210, 220);
    border-radius: 3px;
}


input::-webkit-input-placeholder {
color: #888;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #888;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #888;
}
 
input:-ms-input-placeholder {  
color: #888;
}



input:focus::-webkit-input-placeholder {
    color: #bbb;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #bbb;
}
input:focus:-moz-placeholder {
    color: #bbb;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #bbb;
}
input:focus::-moz-placeholder {
    color: #bbb;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #bbb;
}
input:focus:-ms-input-placeholder {
    color: #bbb;
}



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

.regular {font-weight: 400}

#profile {
        text-align: center
}

#profile img{
     border-radius: 50%;
}

#profile h5{
    color: rgb(0, 83, 126);
    margin-bottom: 5px;
}
#profile .six p:first-child{ margin-bottom: 15px!important}

#main-content ul li {
    list-style: none
}

.hfn{display: none}
.sfs {display:none}

#footer {
    background-color: #F5F5F5;
    text-align: center;
    padding: 8px;
    color:white;
    font-size: 15px;
}
.brand-logo {margin-top:-75px}
.popup-styles {width: 690px; background: white;   padding:0 60px 60px 60px;   -webkit-box-shadow: 0px 10px 40px rgba(0,0,0,.3);   box-shadow: 0px 10px 40px rgba(0,0,0,.3); text-align: center}


.italic {font-style: italic}
.uppercase {text-transform: uppercase}

li#speaker-63 {
    visibility: hidden;
}


.hytPlayerWrap {
    display: block; 
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
}

.hytPlayerWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}


.large-thumbnail {
    width: 900px;
    margin: 40px auto;
    display: block;
    box-shadow: 0 5px 30px rgba(0,0,0,.2);
}



@media (max-width: 750px){

    h2 {
        font-size: 2.0rem;
    }

    .grid-2-half { grid-gap: 40px; }

    .grid-2-third, .grid-2-3, .grid-8-3, .grid-3-thirds, .grid-2-half, .grid-3-mixed {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #header { height: 110px; }
    #wrapper { margin-top: 110px; }

    .navigation {
        margin-top: 5px;
    }

    .speaker-list li {
      width: 100%;
    }

    li#speaker-63 {
        display: none;
    }

    .ticket-prompt {
        width: 70px;
        padding: 10px 5px;
        font-size: 1rem;
    }

    #menu-head-nav li {
        padding: 0 1rem;
    }

    .hero {
        height: auto;
    }

    .host {
        max-width: 80%;
        margin-top: 50px;
    }
}
    

    
@media (min-width: 550px){
.container {
    width: 90%!important;
}

}
