
/* 
 * Global Styles
 */

html {
  font-family: 'Domine', sans-serif;
  letter-spacing: .20px;
  font-size: 16px;
  color: #010101;
}

body {
  color: #010101;
  letter-spacing: .20px;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
  max-width: 1000px;
}

a {
  color: #0079C2;
  -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
}

a:hover {
  color: #043F77;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

h1 {
  	font-family: 'Public Sans', sans-serif;
    font-size: 50px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
  	color: #010101;
}

h2 {
  	font-family: 'Public Sans', sans-serif;
    font-size: 42px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
  	color: #010101;
}

h3 {
  	font-family: 'Public Sans', sans-serif;
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
  	color: #010101;
}

h4 {
  	font-family: 'Public Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
  	color: #010101;
}

h5 {
  	font-family: 'Public Sans', sans-serif;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
  	color: #010101;
}

h6 {
  	font-family: 'Public Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
  	color: #010101;
}

p {
  margin: 0 0 30px;
}

ul li {
  margin-bottom: 10px;
}

.section {
  padding: 30px 0;
}

.section-title {
  color: #010101;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}

.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0;
}

.custom-list-icon li, .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}

.custom-list-icon li::before, .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}

.social-block {
  list-style-type: none;
  padding: 0;
}

.social-block li {
  display: inline-block;
}

.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #4e4e4e;
}

.social-block li a i {
  font-size: 1.5em;
}

.social-block li a:hover, .social-block li a:focus {
  color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
  border: 1px solid #010101;
  padding: 6px 28px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}

.btn:hover {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.btn-standard {
  background-color: transparent;
  border-radius: 0;
  padding: 10px 15px;
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.btn-standard:hover {
  background-color: transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-background > .intro > h2 {
  color:#fff;
  font-size:40px;
  font-weight:900; 
}

.fa-stack-1x {
  color:#043F77;
}

.clearfix .is-countdown {
  color:#fff;
  font-size:22px;
  font-weight:bold;
}

.stats {
  float:right;
  background-color:#efefef;
  border-radius:8px;
  border: 1px solid #dedede;
  padding:30px 20px;
  margin:20px 0px 15px 10px;
}

marquee {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.ticker-left li {
  display: inline-block;
  font-family: 'Merriweather', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  margin-right: 100px;
}

/* 
 * Helper Class: font-weight
 */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

.font-900 {
  font-weight: 900;
}

/* 
 * Helper Class: Margins
 */
.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

/* 
 * Helper Class: Lists
 */
.list-arrow-right li::before {
  content: "\f3d3";
}

/* 
 * Helper Class: Buttons
 */
.btn-white {
  color: #000;
  background-color: #fff;
}

.btn-white:hover, .btn-white:focus {
  color: #000;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #000;
}

.btn-black:hover, .btn-black:focus {
  color: #fff;
  background-color: #000;
}

/* 
 * Helper Class: Background
 */
.bg-image, .bg-image-1, .bg-image-2 {
  position: relative;
}

.bg-image::before, .bg-image-1::before, .bg-image-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-1 {
  background: #eee;
}

.bg-image-1::before {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: linear-gradient(0deg, #112233, transparent);
}

.bg-image-2 {
  background: #eee;
}

.bg-image-2::before {
  background-image: linear-gradient(0deg, #112233, transparent);
}

@media only screen and (max-width : 767px) {
  .section {
    padding: 30px 20px;
  }
}

@media (min-width: 768px) {
  .section {
    padding: 30px 0;
  }
  .section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 30px;
    text-transform: uppercase;
    text-align: left;
  }
}














/* 
 * Navigation
 */

b.caret {
  color: #fff;
  margin-top: -28px;
  margin-left: 0px;
}

b.caret:before {
  color: rgba(0,0,0,.2);
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: .75em;
}

.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.navbar-header {
  width: 100%;
  text-align: center;
  padding: 5px 0 15px 0;
}

.navbar-nav {
  width: 100%;
  text-align: center;
  padding-bottom: 0 !important;
    border-top: 1px solid #eee;

}

.navbar-custom .navbar-nav li {
  margin: 0;
  float: none;
  display: inline-block;
}

.navbar-custom .navbar-nav > li > a {
  color: #010101;
  font-size: 14px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 15px !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  /* border-color: rgba(0,0,0,.2); */
  width: 100%;
  color: #337ab7;
}

.navbar-custom .navbar-nav > .active > a {
  background-color: transparent;
  /* border-color: rgba(0,0,0,.2); */
}

.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 0;
  padding-right: 0;
}

.navbar-toggle .icon-bar {
  background-color: #0055cc;
  margin-top: 5px;
}

.navbar-solid {
  background-color: #fff !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.navbar-solid img {
  -ms-transform: scale(.85);
  -webkit-transform: scale(.85);
  transform: scale(.85);
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.site-branding {
  margin-top: 0;
  margin-left: 10px;
}

.site-branding .logo {
  color: #043f77;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 10px;
  letter-spacing: .5px;
}

.site-branding .logo:focus, .site-branding .logo:hover {
  text-decoration: none;
}

.text-logo {
  padding-left: 8px;
}

.logo a {
  color: #000;
  text-decoration: none;
}

.swoogo-nav > li > a {
  font-size: 1.8em;
}

#site-nav {
  background-color: #fff;
  letter-spacing: -.5px;
  border-bottom: 2px solid #010101;
}

.swoogo-nav .dropdown-menu {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.dropdown-menu .active a, .dropdown-menu .active a:focus {
  background: none;
}

.swoogo-nav .dropdown-menu li {
  display: block;
}

.swoogo-nav .dropdown-menu li a {
  color: #fff;
  padding: 8px 13px;
}

.swoogo-nav .dropdown-menu li a:hover {
  color: #222;
  background: #fff;
  border-radius: 5px;
}

.swoogo-nav .dropdown-menu li a:active {
  border-radius: 5px;
}

@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
  	padding-left: 10px !important;
  	padding-right: 10px !important;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    border-top: none;
    padding: 0;
  }
  .navbar-custom .navbar-nav > li > a {
    border: none;
    color: #fff;
  }
  .navbar-custom .navbar-nav li {
    display: block;
    padding-left: 15px;
    float: none;
    text-align: left;
  }
  .swoogo-nav {
    background-color: #fff;
    margin: 0 !important;
    padding: 0;
  }
  #navbar-items {
    background-color: #fff;
  }
  .navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover {
    border: none;
  }
  .navbar-solid img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s linear 0s;
            transition: all 0.2s linear 0s;
  }
  .site-branding .logo {
    margin-left: 15px;
  }
  .site-branding {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 15px;
  }
  b.caret {
  	color: #111;
  }
  b.caret:before {
    color: #fff;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: .75em;
  }
}

@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}















/* 
 * Header
 */
.site-background {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  background: url(https://assets.swoogo.com/themes/6633cff153c80/2024-TA-Luminaries-Background-1600x400.jpg) no-repeat center center/cover;
  display: table;
  margin-top: 100px;
  padding-top: 45px;
}

#standard-page.site-background {
  background: url(https://assets.swoogo.com/themes/6633cff153c80/2024-TA-Luminaries-Background-1600x400.jpg) no-repeat center center/cover;
}

#short-header-page.site-background {
  background: url(https://assets.swoogo.com/themes/6633cff153c80/2024-TA-Luminaries-Background-1600x400.jpg) no-repeat center center/cover;
}

#landing-page.site-background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0);
}

#landing-page.site-background .intro {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Public Sans';
  font-weight: 500;
  height: 42vh;
}

#standard-page.site-background .intro {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  height: 30vh;
}

#standard-page {
  height: 500px !important;
}

#short-header-page.site-background {
  margin-top: 90px;
}

#short-header-page.site-background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}

#short-header-page.site-background .intro {
  color: #fff;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  height: 33vh;
}

.site-background .intro h2 {
  color: #fff;
  margin-top: 0px;
  font-family: 'Domine';
  font-weight: 500;
}

.site-background .intro h1 {
  color: #fff;
  margin-top: 10px;
  font-size: 30px;
  font-family: 'Domine';
  font-weight: 300;
}

.site-background .intro p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.site-background .intro .btn {
  border: 2px solid #000;
  padding: 6px 28px;
  font-weight: bold;
  color: #000;
  text-transform: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}

.site-background .intro .btn:hover {
  color: #000;
  border: 2px solid #000;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.site-background .intro .btn-standard {
  background-color: transparent;
  border-radius: 0;
  padding: 10px 15px;
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.site-background .intro .btn-standard:hover {
  color: #f4b91a !important;
  border: 2px solid #f4b91a !important;
  background-color: rgba(0,0,0,.2);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding-top: 20px;
  }

  .site-branding {
    margin-top: 8px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #short-header-page.site-background {
    margin-top: 25px;
  }
  #landing-page.site-background {
    padding-top: 0;
  }
}

@media only screen and (max-height: 768px) {
  #landing-page.site-background {
    margin-top: 90px;
  }
  #landing-page.site-background .intro {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*
 * Section: About 
 */
.about .section-title {
  margin: 0 0 25px;
}

.about figure {
  margin-bottom: 25px;
}

#main-wrap {
  margin-top: 50px;
}

/* 
 * Section: Facts
 */
/* #countdown-gradient {
  background-image: linear-gradient(0deg, #112233, transparent);
} */

#countdown {
  background: #eee;
}

#countdown .panel {
  color: #dbbe16 !important;
}

/* 
 * Section: Speakers
 */
.speaker {
  text-align: center;
  color: #313131;
  text-transform: uppercase;
  margin: 25px 0;
}

.speaker h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.speaker p {
  margin-bottom: 5px;
}

.speaker img:hover {
  opacity: .7;
}

/* 
 * Section: Registration & Pricing
 */

/* 
 * Section: Contribution
 */
.contribution {
  text-align: center;
  color: #fff;
}

/* 
 * Section: Schedule
 */
.schedule-box {
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  margin: 25px 0 0;
}

.schedule-box::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
}

/* 
 * Section: Schedule
 */
.partner {
  background-color: #f8f8f8;
}

.partner .partner-box {
  display: block;
  opacity: 0.3;
  height: 150px;
  width: 150px;
  margin: 25px auto;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
}

.partner .partner-box:hover {
  opacity: 1;
}

.partner .partner-box-1 {
  background: url(../images/partner/partner-1.png) no-repeat center center/contain;
}

.partner .partner-box-2 {
  background: url(../images/partner/partner-2.png) no-repeat center center/contain;
}

.partner .partner-box-3 {
  background: url(../images/partner/partner-3.png) no-repeat center center/contain;
}

.partner .partner-box-4 {
  background: url(../images/partner/partner-4.png) no-repeat center center/contain;
}

.partner .partner-box-5 {
  background: url(../images/partner/partner-5.png) no-repeat center center/contain;
}

.partner .partner-box-6 {
  background: url(../images/partner/partner-6.png) no-repeat center center/contain;
}

.partner .partner-box-7 {
  background: url(../images/partner/partner-7.png) no-repeat center center/contain;
}

.partner .partner-box-8 {
  background: url(../images/partner/partner-8.png) no-repeat center center/contain;
}

/* 
 * Section: FAQ
 */
.faq .panel-heading {
  cursor: pointer;
}

.faq .faq-toggle.collapsed::before {
  font-family: "Ionicons";
  content: "\f218";
  -webkit-transition: 0.5s linear ease-out;
          transition: 0.5s linear ease-out;
  position: absolute;
  left: 15px;
}

.faq .faq-toggle::before {
  position: absolute;
  left: 15px;
  font-family: "Ionicons";
  content: "\f209";
}

.faq .panel-group .panel + .panel {
  margin-top: 15px;
}

.faq .panel-default > .panel-heading {
  color: #FFF;
  background-color: #000000;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}

.faq .panel-default > .panel-heading a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 35px;
}

/* 
 * Section: Photos
 */
.grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.grid::after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .grid-item-sm-6 {
    width: 50%;
  }

  .grid-item-sm-3 {
    width: 25%;
  }

  .section-title {
    margin: 0 0 30px;
  }

  figure {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .schedule-box {
    margin: 0;
  }

  .grid-item-md-6 {
    width: 50%;
  }

  .grid-item-md-3 {
    width: 25%;
  }
}

.v_1971664 .row {
  background-color: #eee;
  border-radius: 5px;
  padding:12px;
  border: 1px solid #dfdfdf;
}

/* 
 * Footer
 */
.site-footer {
  background-color: #efefef;
  color: #444;
  text-align: center;
  padding: 30px 0 0 0;
}

.site-footer .fa {
  color: #888;
}

.site-footer .site-info {
  font-weight: 400;
  margin-bottom: 10px;
}

.site-footer .site-info a {
  color: #999;
}

.site-footer .social-block li a {
  color: #999;
}

.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
  opacity: 0.8;
}

.almfooter {
  background-color: #0055CC;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  font-size:.8em;
  padding: 10px 0px;
}

.almfooter img {
  margin-right: 12px;
  margin-bottom: 2px;
}

.social-media-links a {
  color #999;
}

/* 
 * Section: Testimonials
 */
.testimonials {
  padding: 0;
}
#fade-quote-carousel.carousel {
  padding-bottom: 40px;
}

#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #FFFFFF;
  border: 1px solid #0055CC;
  margin: 0px 4px;
}
#fade-quote-carousel.carousel .carousel-indicators .active {
  background-color: #0055CC;
  border: 6.5px solid #0055CC;
}
#fade-quote-carousel blockquote {
  text-align: left;
  border: none;
  font-style: italic;
  margin: 0px;
  padding: 10px 0px 25px 0px;
}

.grey {
  background: rgba(0,0,0,.05);
  border-radius: 0;
  padding: 25px 35px;
  border: 1px solid #efefef;
}

.blue {
  background: rgba(204,208,255,.05);
  border-radius: 0;
  padding: 25px 35px;
  border: 1px solid #eaeaea;
}