body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}
#header {
  padding: 0px;
}

.imageResize, .img-responsive {
  width: 100%;
  max-width: 100%;
}
h1.titleimage {
  margin-top: 0px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-center {
  text-align: center;
}
.block-center {
  display: block;
  margin: 0 auto;
}
p a:hover, a:hover {
  text-decoration: none;
}
.desktop-header {
  padding-top: 49px;
}
.internal {
  padding: 120px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .internal {
    padding: 20px 30px;
    background-color: #fff;
  }
}

/*Text Sizes*/
.global-secondary-text {
    font-size: 20px;
}
.global-SHeader {
    font-size: 24px;
}
.global-terciary-text, .global-tertiary-text {
    font-size: 16px;
    line-height: 1.4;
}
.global-extra-large-text {
    font-size: 44px;
    line-height: 1.2;
}


/* Flush */
.flush {
  padding: 0px !important;
  margin: 0px !important;
}
.flush-top {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.flush-right {
  padding-right: 0px !important;
  margin-right: 0px !important;
}
.flush-bottom {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.flush-left {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.flush-lr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Padding */
.padded {
  padding: 15px;
}
.pad-top {
  padding-top: 15px;
}
.pad-right {
  padding-right: 15px;
}
.pad-bottom {
  padding-bottom: 15px;
}
.pad-left {
  padding-left: 15px;
}
.pad-lr {
  padding-right: 10px;
  padding-left: 10px;
}
/* EndHelper Classes */

/* Sidebar */
.social-icons {
  text-align: center;
}
.social-icon {
  padding-right: 3px;
}
.sidebar a {
  color: #0e1422;
  text-decoration: underline;
}
.homepage-social {
  float: right;
}
.homepage-hashtag, .sidebar-hashtag {
  color: #949494;
}
.homepage-hashtag {
  float: left;
  padding-top: 7px;
}
.sidebar-hashtag {
  color: #7f7f7f;
  font-size: 14px;
  margin: 7px 0px;
  text-align: center;
}
.sidebar-item {
  padding: 15px 0px 0px 0px;
}
.sponsors-sidebar {
  text-align: center;
}



/* --- Track Nav --- */
.tracknav {
  display: block !important;
  margin-bottom: 55px;
  padding: 15px 0px;
}
.tracknav a {
  display: block;
  height: 40px;
  float: left;
  text-align: center;
  margin: 5px 3px;
  padding: 10px 10px 10px 10px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  border-radius: 5px;
}
.tracknav a:hover {
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 990px) {
  .tracknav a {
    min-width: 106px;
  }
}
@media screen and (min-width: 1200px) {
  .tracknav a {
    min-width: 131px;
  }
}
@media (max-width: 1090px) {
  .tracknav {
    margin-bottom: 305px;
  }
  .tracknav a {
    width: 100%;
  }
}
/* --- EndTrack Nav --- */


/* ---  Forms --- */
.formline {
  margin-bottom: 15px;
}
.design-textfield {
  float: left;
}
ol.design_list_horizontal li {
  display: inline;
}
ol.design_list_vertical {
  list-style-type: none;
}
ol.design_list_vertical li {
  padding: 5px 0px;
}
ol.radio-contact {
  padding-left: 0px;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}
.formrow {
  margin-bottom: 10px;
}
.design_content ol {
  padding-left: 7px;
}
label {
  display: inline;
  font-weight: 400;
}



/*Footer Mobile*/
@media (max-width: 776px) {
  #footerwrapper p {
    text-align: center;
  }
  .contact {
    width: 60%;
    margin: 0 auto;
    text-align: center !important;
  }
}
/* End Footer Mobil*/


/* Footer */
.footer {
  background-color: rgb(54, 54, 54);
  color: #fff;
  padding: 20px 0px;
  padding-top: 30px;
  margin-top: 45px;
}
.footer .row {
  background-color: rgb(54, 54, 54);
}
.footer hr {
  border-top: 1px solid #fff;
}
.footer a {
  color: #b7b7b7;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer-border {
  border-left: 1px solid #fff;
}
.footer-social-icons {
  padding-right: 10px;
}
.CII-footer {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-small {
    width: 100%;
  }
  .footer-small-inner {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .footer-social {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
/*Sponsor lists*/
.sponsor-header {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
ul.sponsor-list {
  padding-left: 0px;
}
.sponsor-list {
  text-align: center;
  padding-top: 1em;
}
.sponsor-list li {
  display: inline-block;
  margin-right: 0;
  text-align: center;
  margin: 0 0.5em 1em;
}
.sponsor-list a {
  display: block;
}
.sponsor-bars {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .sponsor-list li {
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .sponsor-list li img {
    max-width: 100%;
  }
}

/*Quicklinks Styles*/
ul.qlLinks {
  padding-left: 18px;
  padding-bottom: 5px;
}
.qlTitle {
  font-weight: bold;
}



.custom-main-nav {
    background: #fff;
    padding: 0;
    z-index: 9999;
    transition: all .3s ease;
}
.dropdown-toggle:after {
  display: none !important;
}
.navbar-brand img {
    height: auto !important;
}
.custom-main-nav .navbar-brand {
    height: 70px;
    width: 400px;
    margin: 15px 0 15px 20px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    transition: all .3s ease;
}
.custom-main-nav {
    padding-right: 35px;
}
.custom-main-nav.nav-scrolled .navbar-brand {
    width: 250px;
    height: 45px;
}
.custom-main-nav.nav-scrolled .nav-link {
    line-height: 55px;
}
.custom-main-nav .nav-link {
    color: #111;
    line-height: 80px;
    padding: 10px 15px !important;
    font-weight: 500;
    transition: all .3s ease;
}

.custom-main-nav .nav-link:hover,
.custom-main-nav .nav-link:focus,
.custom-main-nav .nav-link.active,
.custom-main-nav .show > .nav-link {
    background-color: #113507;
    color: #fff;
}

.custom-main-nav .dropdown-menu {
    background-color: #113507;
    border: 2px solid #fff;
    border-radius: 0 9px 9px 9px;
    padding: 0;
    margin-top: 0;
    animation: fadeInOpacity .3s ease-in;
}

.custom-main-nav .dropdown-item {
    color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}



.custom-main-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
    border-radius: 0 0 9px 9px;
}

.custom-main-nav .register-nav  {
    color: #fff;
    font-weight: 700;
}

.custom-main-nav .navbar-toggler {
    border-color: #ed870b;
    margin-right: 15px;
}

.custom-main-nav .navbar-toggler:focus {
    box-shadow: none;
}

@keyframes fadeInOpacity {
    from { opacity: 0; }
    to { opacity: 1; }
}


@media (min-width: 992px) {
    .navbar-expand-custom {
        flex-wrap: nowrap;
        justify-content: flex-start;
        border-bottom: 2px solid #000;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .custom-main-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .custom-main-nav .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
    }

    .custom-main-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .dropdown-toggle:after {
      display: none;
    }


}




@media (max-width: 1199px) { 
   .custom-main-nav {
        font-size: 14px;
   } 
    .custom-main-nav .nav-link {
        line-height: 31.5px;
        font-size: 18px;
        border-top: 2px solid #d03d44;
    }
    .custom-main-nav {
        padding-right: 0px;
    }

}
@media (max-width: 991px) {
    #header {
      padding: 10px;
    }
    .navbar {
      border-bottom: 2px solid #647d84;
    }
    .navbar-toggler {
      background-color: #cd383f;
      border:  2px solid #cd383f !important;
    }
    .navbar-toggler:focus {
      box-shadow: none !important;
    }
    .custom-main-nav .navbar-collapse {
        width: 100%;
    }

    .custom-main-nav .navbar-nav {
        padding-right: 0;
        margin: 0;
    }

    .custom-main-nav .nav-link {
        line-height: 20px;
        padding: 14px 20px;
        border-top: 1px solid #fff;
    }

    .custom-main-nav .dropdown-menu {
        border: 0;
        border-radius: 0;
        background-color: #113507;
    }

    .custom-main-nav .dropdown-item {
        padding-left: 35px;
    }
}

@media (max-width: 767px) {
    .custom-main-nav .navbar-brand {
        display: none;
    }

    .custom-main-nav {
        min-height: 60px;
    }

    .custom-main-nav .navbar-toggler {
        margin: 10px 15px 10px auto;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        display: none;
    }
}


/*Track Header Styles*/
.internal h1 {
  margin: 0px;
  padding: 0px;
  line-height: 1.1;
  font-size: 30px;
  font-weight: 500;
}
.internal h2 {
    font-weight: 400;
    font-size: 20px;
    margin: 3px 0px 7px 0px;
    padding: 0px;
    line-height: 1.3;
    color: #555;
}
.internal h2 em {
  font-style: normal;
}
.internal h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.internal h4 {
  font-weight: 400;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  line-height: 1.3;
  text-transform: uppercase;
}
.internal h1, .internal h3, .internal h4 {
    color: #3a3836;
}

/* Webtext styles */
.red-highlight {
    color: #ff0000;
}
.posterCompany {
  border-bottom: solid #000 1px;
}
.Abstract_LinedBox {
  border-bottom: solid #000 1px;
  margin-bottom: 10px;
}
span.Light-Italic {
  font-style: italic;
}
.span.Bold-Italic {
  font-style: italic;
}
.Header, .agenda31 {
  margin: 30px 0 20px;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.agenda30 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
} 
.agenda29 {
   margin: 20px 0;
} 
.ScHeader {
  margin: 30px 0 20px;
  line-height: 1.2;
  text-align: left;
  font-size: 22px;
  color: #6FBE4A;
  text-transform: uppercase;
}
.Date {
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  margin: 20px 0 20px;
  border-bottom: solid 1px;
  text-transform: uppercase;
  color: #77787B;
}
.ScDate {
  text-align: left;
  line-height: 1.2;
  font-size: 18px;
  color: inherit;
  font-weight: 400;
  margin: 30px 0 15px;
  border-bottom: solid 1px;
  text-transform: capitalize;
}
.date {
  float: right;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 0;
  line-height: 1.5;
  text-transform: uppercase;
}
span.Time {
  color: #77787B;
}
.subNav {
  margin: 30px 0 30px 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
#Day1, #Day2, #Day3 {
  content: "";
  display: block;
  height: 90px;
  margin: -90px 0 0;
}

.sponsored-by {
  float: right;
  vertical-align: top;
  margin: 0px 3px 3px 8px;
  font-size: 10px;
  line-height: 1.2;
  font-style: italic;
}

.Speaker {
  color: inherit;
  margin: 0 0 1px;
  font-size: 14px;
  font-style: italic;
}
.Session {
  color: inherit;
  margin: 20px 0px 3px 0px;
  font-size: 14px;
  font-weight: 700;
}
.Abstract {
  color: inherit;
  margin: 0px 0px 5px 0px;
  text-autospace: none;
  font-size: 14px;
  font-weight: 300;
}
.Keynote_Header_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
}
.Header_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
  margin-bottom: 0px;
}
.ScHeader_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-top: 8px;
  font-weight: 700;
  text-align: center;
}
ul.Abstract {
  display: table;
  padding-top: 5px;
}
ul.Abstract-Bullets_Shaded {
  background-color: #ddd;
  padding-right: 8px;
  padding-left: 35px;
}
ul.Abstract-Bullets_Shaded li {
  background-color: #ddd;
  padding-left: 8px;
  padding-right: 8px;
}
li.Abstract-Bullets_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  padding-right: 8px;
}
ul.Abstract-list_Shaded {
    background-color: #ddd;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.Session_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  font-weight: 700;
  color: inherit;
  font-size: 14px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0 0 0;
}
.Speaker_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  color: inherit;
  font-size: 14px;
  font-style: italic;
  padding-right: 8px;
  margin: 0 0 0px;
}
.Abstract_Shaded {
  background-color: #ddd;
  padding-left: 8px;
  color: inherit;
  font-size: 14px;
  padding-bottom: 20px;
  padding-right: 8px;
  margin: 0px;
}
.Session_LinedBox {
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: solid 1px #000;
  font-weight: 700;
  margin-top: 15px;
}
.Abstract_LinedBox {
  padding-top: 3px;
  padding-bottom: 15px;
  border-bottom: solid #000 1px;
  margin-bottom: 15px;
}
.Light-Italic {
  font-style: italic;
}
.Sponsored-Logos {
  float: right;
}
.Sponsored-Logos img {
  float: right;
  width: 90px;
}
.SpeakerFl {
  float: left;
  padding: 4px;
  margin-right: 10px;
  width: 90px;
}
img.SpeakerFl-Circle {
  float: left;
  padding: 4px;
  margin-right: 10px;
  width: 90px;
  border-radius: 50%; 
}
img.Speaker-Circle {
  border-radius: 50%;
}
.SponsorText {
  padding: 0;
  margin: 0;
}
.FloatLeft {
  float: left;
  vertical-align: top;
  margin-right: 6px;
  margin-left: 3px;
  margin-bottom: 3px;
  margin-top: 2px;
}

/* No-Wrapping */
.no-wrapping {
  display: inline-block;
}
.no-wrapping img {
  float: left;
}
.no-wrapping span {
  display: block;
  overflow: hidden;
}

/*Anchor tag adjustment*/
:target:before {
  content: "";
  display: block;
  height: 105px;
  /* fixed header height*/
  margin: -105px 0 0;
  /* negative fixed header height */
}

/*Responsive Video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Modal Override*/
.modal-content {
    background-color: transparent;
    background: none;
    border: 0px;
    box-shadow: none;
}
.modal-body {
    padding: 0px 0px;
    margin-top: -18px;
    margin-left: 5px;
    border-right: 15px solid #000;
    border-left: 10px solid #000;
}
.modal-header {
    border-bottom: 0px;
    padding: 15% 0px 0px 0px;
}
.close, .close:hover {
    color: #fff;
    font-size: 25px;
    opacity: 1;
    position: relative;
    z-index: 555;
}


/*Archives Header*/
.archives-content-block {
  text-align:right;
  padding:5px;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  margin-top:10px;
  background-color:#000000;
}
.archives-content-links {
  padding-bottom:5px;
  text-align:right;
  color:#000000;
  font-size:14px;
  font-weight:bold;
  padding-top:5px;
  margin-bottom:20px;
}

/*Room Location Override*/
span.location {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    background-color: #6d6e71;
    border-radius: 20px;
    margin-top: 10px;
    padding: 5px 10px;
    display: inline-block;
}
span.location:before {
    content: "Room Location: ";
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    background-color: none;
}




a.speakerAnchor, a.anchor-link {
  display: block;
  height: 140px; /*same height as header*/
  margin-top: -140px; /*same height as header*/
  visibility: hidden;
}

/* Sponsor Tiers */
.sponsor-tier {
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0px;
}
.sponsor-tier-inner {
    padding: 0px 20px;
}
ul.sponsor-tier-list  {
      position: relative;
      list-style: none;
      padding-left: 20px;
}
ul.sponsor-tier-list li {
    font-size: 16px;
    line-height: 1.2;   
    padding-bottom: 7px;   
}



/*Custom Mosaic Carousel*/
.w3-animate-zoom-1 {animation:animatezoom 1.1s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-zoom-2 {animation:animatezoom 1.7s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-zoom-3 {animation:animatezoom 1.2s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-zoom-4 {animation:animatezoom 1.5s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}  

.w3-animate-opacity{animation:opac 2s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-opacity-2{animation:opac 3.5s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-opacity-3{animation:opac 4.5s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-opacity-4{animation:opac 9.5s}@keyframes opac{from{opacity:0} to{opacity:1}}

.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-top{position:relative;animation:animatetop 2.9s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 1.9s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 1.9s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom .5s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}


.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
    /*margin-top: -200px !important;*/

}

.mosaic-1 {
    z-index: 9;
    margin-top: 12px;
    margin-left: 30px;
}   
.mosaic-2 {
    margin-left: -217px;
    margin-top: 205px;
    z-index: 91;
}
.mosaic-3 {
    margin-left: -96px;
    margin-top: 26px;
    z-index: 9;
}
.mosaic-4 {
    margin-left: -40px;
    margin-top: 75px;
}
#custom-home-carousel img {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 1199px) {
    .mosaic-1 {
        margin-left: 58px;
    }
}
@media screen and (max-width: 991px) {
    .mosaic-1 {
        margin-left: 65px;
    }
}
@media screen and (max-width: 767px) {
    .mosaic-2 {
        margin-left: -187px;
        margin-top: 128px;
    }
    .mosaic-3 {
        margin-left: -72px;
    }   
}
@media screen and (max-width: 499px) {
    .mosaic-1 {
        margin-left: 35px;
    }
    .mosaic-2 {
        margin-left: -82px;
        margin-top: 103px;
    }
    .mosaic-3 {
        margin-left: -38px;
    }
}
/*End Mosaic Carousel*/

/*Carousel Fade Override*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel .item {
    -webkit-transition: opacity 1s !important;
     -moz-transition: opacity 1s !important;
      -ms-transition: opacity 1s !important;
      -o-transition: opacity 1s !important;
      transition: opacity 1s !important;
 }

/*Sponsor Group Logo Upgrade*/
.sponsors-group {
    text-align: center;
}
.sponsors-group img {
    margin: 0px 18px 22px 18px;
}

/*No-Wrap SF Upgrade*/
.no-wrap img {
    float: left;
    padding-right: 15px;
}
.no-wrap p, .no-wrap div {
    overflow: hidden;
}

/*Sponsor Marquee Upgrade*/
.marquee {
  overflow: hidden;
  width: 100%;
}
.marquee-inner {
  display: inline-block;
  animation: marquee 40s linear infinite;
  overflow: auto;
  white-space: nowrap;
}
.marquee:hover .marquee-inner {
  animation-play-state: paused;
}
.marquee a {
  display: inline-block;
  padding-right: 35px;
}
.marquee img {
  max-height: 100px;
  
}
.marquee a:last-of-type {
  margin-right: 0;
}
.marquee a:hover {
  opacity: 0.7;
}

@keyframes marquee {
  0% {
    transform: translateX(25%);
  }
  100% {
    transform: translateX(-100%);
  }
}



/*Uneven column center*/
.row-centered { 
    text-align:center; 
} 
.col-centered {
    display: inline-grid;
    float:none;
    margin-right:-4px;
}
@media (max-width: 767px) {
    .col-centered { 
        display: block;
    }
}


/*5 Column Override*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*Archives Brick New*/
.archives-block {
    padding: 0px 0px 15px 0px;
    margin-bottom: 20px;
}
.archives-header {
    background-image: url('/images/default-source/global/archives-header-1140x120.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 22px 30px;
    color: #fff;
}
.archives-header p {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    margin: 0 auto;
    width: 50%;
    border-radius: 9px;
    border: 1px solid #fff;
}
.archive-button {
    padding: 6px 9px;
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
a .archive-button {
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .archives-header {
        padding: 30px;
    }
}
@media screen and (max-width: 991px) {
    .archives-header {
        padding: 15px 30px;
    }
}
@media screen and (max-width: 767px) {
    .archives-block {
        margin-top: 0px;
    }
    .archives-header p {
        width: 100%;
    }
}


/* Wordpress Overrides */
.navbar .container {
    max-width: 100%;
}
.navbar-expand-lg .navbar-nav {
    padding-right: 50px;
}
.internal-page {
    padding: 130px 0px 45px 0px;
}
@media screen and (max-width: 1199px) {
    .internal-page {
        padding-top: 110px;
    }
}
@media screen and (max-width: 991px) {
    .internal-page {
        padding-top: 125px;
    }
}
@media screen and (max-width: 576px) {
    .internal-page {
        padding-top: 30px;
    }
}
/* Elementor Overrides */
.internal-sidebar .e-con-inner {
    padding: 0px !important;
}
.elementor > .elementor-element, .elementor .e-div-block-base {
    padding: 0 !important;
}

/* Speaker Bio Styles - TEMP */
div#spkrBios {
    display: flex;
    flex-wrap: wrap;
}

div#sprkDetails .collapse {
    display: block;
}

.spkr-info {
    padding: 0 15px 30px;
    width: 190px !important;
}

.Abstract {
    margin-left: 184px;
}

a.grid-only {
    max-height: 160px;
    overflow: hidden;
    display: inline-flex;
}

.spkr-name a.grid-only {
    color: #000 !important;
}

.speaker-section {
    padding: 15px;
    background: rgba(204, 204, 204, 0.3);
    background: linear-gradient(rgba(204, 204, 204, 0.5), white);
    border-bottom: rgba(102, 102, 102, 0.5) solid 1px;
}

.speaker-meta {
    font-size: 13px;
    margin: 10px auto 20px;
}

.spkr-aff {
    font-size: 16px;
    margin: -44px 90px 25px 50px;
    min-height: 44px;
}

.spkr-detail-photo {
    max-width: 190px;
    max-height: 190px;
    overflow: hidden;
}

/* filters dropdown */
.select2 {
    margin: 0 25px 15px 0;
}

.select2.narrow {
    width: 200px;
}

.select2.narrower {
    width: 120px;
}

.wrap.select2-selection--single {
    height: 100%;
}

.select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}

.arrow {
    background: url(https://www.cambridgeinnovationinstitute.com/images/default-source/images/back.png) no-repeat 0 16px;
    /* border-width: 0 3px 3px 0; */
    display: block;
    width: 24px;
    /* margin-top: 10px; */
    height: 66px;
}

.arrow-left2 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/* Close Button */
.closeBio {
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    /* opacity: 0.3; */
    background: #3B7CAB;
    color: #fff;
}

.closeBio:hover {
    opacity: 0.8;
}

.closeBio:before, .closeBio:after {
    position: absolute;
    left: 13px;
    content: ' ';
    height: 20px;
    width: 3px;
    background-color: #fff;
    top: 4px;
}

.closeBio:before {
    transform: rotate(45deg);
}

.closeBio:after {
    transform: rotate(-45deg);
}

/* Previous/Next Bio Button */
div.paging {
    margin-top: 23px;
    position: absolute;
    z-index: 10;
    width: 90px;
    right: 0;
    display: none;
}

a.prev, a.next {
    color: white;
    display: inline-block;
    /*position: absolute;
top: 20px;*/
    width: 30px;
    height: 30px;
    background-color: #3B7CAB;
    font-size: 36px;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
}

.prev:hover, .next:hover {
    color: white;
    opacity: 0.8;
}

.prev:visited, .next:visited {
    color: white;
}

.next {
    left: 58px;
    margin-right: 1px;
}

a.next.disabled, a.prev.disabled {
    background: #ddd !important;
    cursor: default;
    text-decoration: none;
}

.reset-filters {
    font-size: 11px;
}

div.Abstract ul.spkr-programs-list a {
    color: #337ab7 !important;
}

#spkr-modal .modal-content {
    background-color: #fff;
    background: #fff;
    border: 0px;
    box-shadow: none;
}

#spkr-modal .modal-body {
    padding: 25px 10px 10px 30px;
    margin-top: 0;
    margin-left: 0;
    border: 0;
}

#spkr-modal .spkr-aff {
    margin: 0 0 10px;
}
.pull-left {
    float: left !important;
}
