@font-face {
    font-family: Calluna-Regular;
    src: url("fonts/Calluna-Regular.otf") format("opentype");
}
@font-face {
    font-family: GeosansLight;    
    src: url("fonts/GeosansLight.ttf") format("opentype");
}
img {max-width: inherit;}
hr {
    border-top:1px solid #FD8F34;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.checkbox-label {vertical-align: top;}
.checkbox-input:first-child {margin-left:0px !important;}
.checkbox-input {width: 15px;height:15px; margin-left:10px !important;}
h2 {background: none;}
.page-title {color: #000 !important;}
.alert {text-align:center;padding-top:5px;}
.error {color:red;}
.coupon {
    border: 3px solid #496F82;
    width: 50%;
    /*border-radius: 15px;*/ /* Rounded border */
    margin: 0 auto; /* Center the coupon */
    max-width: 250px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;    
}
.coupon:hover {border: 3px solid #CCC;}
.coupon input.pre_coupons {width:20px;height:20px;}
.coupon .purchase {vertical-align: top;}
.coupon .coupon-title {font-family: Georgia,"Times New Roman",Times,serif;color:#1E760F;text-align: center;}
.coupon .coupon-image {height: 100px; overflow: hidden;background: #fff;text-align: center;display: table-cell;vertical-align: middle;}
.coupon .coupon-image img {width:50%;cursor: pointer;}
.coupon .coupon-info {
    padding: 2px 16px;
    background-color:white;
    height: 100px;
    overflow: hidden;
} 
.coupon .coupon-info2 {
    padding: 2px 16px;
    background-color: #f1f1f1;
    height: 100px;    
}
.coupon .coupon-info2 .control-group{
    margin-top: 10px;
}
.coupon .promo {
    background: #ccc;
    padding: 3px;
}
.coupon .expire {
    color: red;
}
#tabs a {   
    font-size: 13px;   
}
.subtitle {font-size: 18px; font-weight: bold;}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


/*.rs-thumb-wrap > a:nth-child(8n) {
    margin-left:0 !important;
}
.rs-slider {padding:0 !important;}*/
.flex-direction-nav a {height:55px !important;}
.albums li.active {background: #EEEEEE;}

@media screen and (min-width: 768px) {
/* Style the navbar */
#navbar {
  /*overflow: hidden;*/
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  transition: all .8s ease;
  padding:30px 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .container {
  padding-top: 60px;
} 
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vl {
  
  text-align:center;
  margin-left:-2px;
  padding-top:25%
}


.welcome-user-box {
    background:#003a63;width:100%; text-align:right;padding:0 10px 0 0;
}
/* Dropdown Button */
.n-dropbtn {
  background-color: transparent;
  color: white;
  padding: 2px;
  font-size: 16px;
  border: none;
  min-width:150px;
}

/* The container <div> - needed to position the dropdown content */
.n-dropdown {
  position: relative;
  display: inline-block;
}
.n-dropdown span{  
  font-weight: bold;
}
/* Dropdown Content (Hidden by Default) */
.n-dropdown-content {
  z-index:9999;
  display: none;
  position: absolute;  
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background: #FFF;
  right:0px;
}

/* Links inside the dropdown */
.n-dropdown-content a {    
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align:left;
  border-bottom: 1px solid #ccc;
}

/* Change color of dropdown links on hover */
.n-dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.n-dropdown:hover .n-dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.n-dropdown:hover .n-dropbtn {color:#000;}

.panel-info {
    border-color: #fcddc4;
}
.panel-info > .panel-heading {
    color: #4E534F;
    background-color: #fcddc4;
    border-color: #fcddc4;
}

@media screen and (max-width: 768px) {
    body {font-size:15px;}
    #login-or-signup {
        margin-top:0 !important;
        text-align: center;
        width:100% !important;
        margin-bottom: 5%;
    }
}
.article-container {margin-bottom:5em;}
.article {
    border:1px solid #FD8F34;
    background-color: #fdf5ee;
    padding: 20px;
    margin-top: 20px;
}
.article-image {
    margin-top: 20px;
}
.article .title {font-size:150%;padding-top:15px 0;font-family: GeosansLight;font-style: normal;font-weight:bold;}
.article .info {
    clear: both;
    padding-top: 15px;
}
.article .label{
    display: block;
    color: #999;
    width: 15%;
    text-align: left;
    float:left;
    font-size:100%;
    padding:5px 0;
}
.article .value {float:left;width:100%;padding:0;color:#171717;font-family: Calluna-Regular;font-style: normal;}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 768px) {
    .article .label{
        width: 30%;
    }
    .sponsor-title {
        font-size:20px;
        text-align:center;
    }
}
.archive_years {padding:0;}
.archive_years li.years {list-style:none;border-bottom:1px solid;text-align:center;}
.archive_years li a {color:#FD8F34;}
.archive_years li:hover, .archive_years li.active {background:#575756;}
.archive_years li:hover a, .archive_years li.active a {color:#fff;}
.container {font-family: Calluna-Regular;}
.container h3 {font-family:GeosansLight;font-weight:bold;}
.main-nav a{font-family:"Work Sans", Arial, sans-serif;}
#loader{display: block;margin: auto;}

fieldset label.control-label {font-weight:normal;}

::-webkit-input-placeholder {
  font-size: 13px;
}
::-moz-placeholder {
  font-size: 13px;
}
:-ms-input-placeholder {
  font-size: 13px;
}
::placeholder {
  font-size: 13px;
}

.gallery li {
  display: inline-block;
  margin: 0.625em;
}

.gallery img {
    width: 9.75em; /* 140 */
    height: 9.75em; /* 140 */
    border-color: #eee;
    border: 0.625em solid rgba(195, 195, 195, 0.5); /* 10 */

    -webkit-box-shadow: 0 0 0.313em rgba(0, 0, 0, .05); /* 5 */
    -moz-box-shadow: 0 0 0.313em rgba(0, 0, 0, .05); /* 5 */
    box-shadow: 0 0 0.313em rgba(0, 0, 0, .05); /* 5 */

    -webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
    -moz-transition: -moz-box-shadow .3s ease, border-color .3s ease;
    -ms-transition: -ms-box-shadow .3s ease, border-color .3s ease;
    -o-transition: -o-box-shadow .3s ease, border-color .3s ease;
    transition: box-shadow .3s ease, border-color .3s ease;
}

.gallery img:hover {
    border-color: #fff;

    -webkit-box-shadow: 0 0 0.938em rgba(0, 0, 0, .25); /* 15 */
    -moz-box-shadow: 0 0 0.938em rgba(0, 0, 0, .25); /* 15 */
    box-shadow: 0 0 0.938em rgba(0, 0, 0, .25); /* 15 */
}
#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#4E534F 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #4E534F;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #FD8F34;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #514F4E;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}


.fh5co-nav #fh5co-logo a {
    display: inline-block;
    padding: 0;
    color: #003a63;
    text-decoration: none;
    border-radius: 6px;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 3px;
    transition: all 0.3s ease;
    text-shadow: 2px 2px 0px rgba(0, 58, 99, 0.3);
    text-transform: unset;
}