/*
  Iridium by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
@import url('https://rsms.me/inter/inter.css');

html {
  font-family: 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter var', sans-serif;
  }
}

body {
  background: #051C2C;
}

body,
input,
textarea,
select {
  font-family: 'Inter var', sans-serif;
  font-size: 11pt;
  line-height: 1.75em;
  color: #4c4c4c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 16pt;
}

/* Change this to whatever font weight/color pairing is most suitable */
strong,
b {
  font-weight: bold;
  color: #000000;
}

em,
i {
  font-style: italic;
}

/* Don't forget to set this to something that matches the design */
a {
  text-decoration: underline;
  color: #272727;
}

a:hover {
  text-decoration: none;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 1em;
  text-align: justify;
}

header {
  margin-bottom: 1em;
}

header h2 {}

header .byline {
  display: block;
  margin: 0.5em 0 0 0;
  padding: 0 0 0.5em 0;
}

footer {
  margin-top: 1em;
}

br.clear {
  clear: both;
}

/* Sections/Articles */

section,
article {
  margin-bottom: 3em;
}

section> :last-child,
article> :last-child {
  margin-bottom: 0;
}

section:last-child,
article:last-child {
  margin-bottom: 0;
}

.row>section,
.row>article {
  margin-bottom: 0;
}


/* Images */

.image {
  display: inline-block;
}

.image img {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image.full {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image.details {
  display: block;
  width: 100%;
  margin: 0 0 0 0;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* Lists */

ul.default {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.default li {
  padding: 0.60em 0em;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, .1);
}

ul.default li:first-child {
  padding-top: 0;
  border-top: none;
}

ul.default a {
  text-decoration: none;
  color: rgba(255, 255, 255, .5);
}

ul.default a:hover {
  text-decoration: underline;
}

ul.style {}

ul.style li {
  margin: 0;
  padding: 2em 0em 1.5em 0em;
  border-top: 1px solid #ECECEC;
}

ul.style li:first-child {
  padding-top: 0;
  border-top: none;
}

ul.style img {
  float: left;
  margin-right: 20px;
}

ul.style p {}

ul.style .posted {
  padding: 0em 0em 1em 0em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 8pt;
  color: #A2A2A2;
}

ul.style .first {
  padding-top: 0px;
  border-top: none;
}


/* Buttons */

.button {
  position: relative;
  display: inline-block;
  margin-top: 2em;
  padding: 0.90em 1.5em;
  background: #e95d3c;
  border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #FFF;
  -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  cursor: pointer;
}

.button:hover {
  background: #de3d27;
  color: #FFF !important;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header {
  position: relative;
  background: #2a2f27 url(images/banner.jpg) no-repeat;
  background-size: cover;
}

#logo {}

#nav {}

#nav ul {
  margin: 0;
}

#logo .container a img {
  float: left;
  width: 300px;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
  position: relative;
  background: #333;
  color: #fff;
}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#main {
  position: relative;
  background: #fff;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured {
  position: relative;
  background: #f2f2f2;
}

#featured h2 {
  display: block;
  margin-bottom: 2em;
  font-size: 1.4em;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
  position: relative;
  background: #1d1d1d;
}

#footer h2 {
  display: block;
  color: #FFF;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
  position: relative;
  padding: 3em 0em;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(255, 255, 255, .2);
}

#copyright .container {}

#copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, .3);
}

table td {
  padding: 5px;
}

#filtersubmit {
  position: relative;
  z-index: 1;
  left: -25px;
  top: 1px;
  color: #7B7B7B;
  cursor: pointer;
  width: 0;
}






.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #174581;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#category p {
  margin: 0;
  padding: 0;
}

#desc {
  padding: 2px 3px;
  display: inline;
  white-space: nowrap;
}

#symbol {
  padding: 0 0 0 0px;
  margin: 0 10px 10px 0;
  display: inline;
}

.filter-cat {
  padding: 0px 0px 15px 0px;
  /*border:1px solid black;*/
}

.parent {
  border-radius: 10px 10px 0px 0px;
  width: 250px;
  background-color: #174581;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}

.child {
  border: 2px solid #174581;
  border-top: 0px;
  border-bottom: 0px;
  padding: 3px;
  width: 250px;
}

.filter-cat a {
  text-decoration: none;
}

.filter-cat a:hover {
  text-decoration: none;
  font-weight: bold;
}

.last {
  border-radius: 0px 0px 10px 10px;
  border-bottom: 2px solid #174581;
}

.accordian {
  float: right;
}

td.color a {
  /* background: #E5E5FF !important; */
  background: #f9dbbd !important;
  color: #000 !important;
}
td.color a:hover, td[data-handler='selectDay'] a:hover {
  font-weight:bold;
}

input[type=text],
select {
  height: 35px;
  width: 180px;
  border: 2px solid #CCC;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0px 0px 0px 5px;
}

select.aud {
  width: 200px;
}

select.tag {
  width: 280px;
}

input[type=text]::-ms-clear {
  display: none;
}

main h1 {
  color: #174581;
  font-weight: 300;
  text-transform: none;
}

.pos-title {
  padding: 0px 0px 0px 0px;
  width: 120px;
  text-align: left;
  display: inline-block;
  /*border:1px solid black;*/
}

.pos-name {
  display: inline-table;
  padding: 0px 0px 0px 0px;
  /*border:1px solid black;*/
  width: 633px;
}

.view-speaker-details {
  padding: 20px 0px 0px 0px;
  /*border:1px solid black;*/
}

.hashtag {
  font-size: .8em;
  padding: 50px 0px 50px 0px;
  /*padding:0.5rem 1em 0.5rem;*/
}

.hashtag .display-tag a {
  background-color: #888;
  margin-right: 0.5em;
  display: inline-block;
  line-height: 1.42857143;
  /*padding:3px;*/
  padding: 0.5rem 1em 0.5rem;
  margin-bottom: 0.2em;
  color: #FFF;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  cursor: pointer;
  text-decoration: none;
  float: left;
  word-wrap: break-word;
}

.hashtag .display-tag a:hover {
  background-color: #666;
}

.hashtag .display-hdr {
  display: block;
  clear: both;

}


.back {
  clear: both;
  border-radius: 10px;
  width: 200px;
  background-color: #862041;
  padding: 10px;
  /* margin: 50px 0px 0px 0px; */
  margin:0px;
  text-align: center;
  /*display:inline-block;*/
  text-decoration: none;
  font-weight: bold;
  font-size: 12pt;
  color: #FFF;
}

a:link .back {
  text-decoration: none;
}

a:hover .back {
  /* background-color: #13396b; */
  background-color: #6f263d;
}

.eventList {
  align: left;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}

.eventList .date .color {
  width: 1px;
  background-color: #174581;
}

.eventList .date .value {
  background-color: #eeecec;
}

.eventList .date .value span {
  color: #000;
  font-size: 15px;
  line-height: 15.808px;
}

.eventList .details .time {
  width: 20%;
  vertical-align: top;
  padding-top: 2%;
}

.eventList .details .title {
  vertical-align: top;
}

.eventList a:hover strong {
  color: #001730;
  /* color:#082d47; */
}

.eventList a strong {
  /* color:#003d7c; */
  color: #051C2C;
}

.eventList td {
  padding: 10px;

}

.eventList a {
  text-decoration: none;
}

.view-details-image {
  padding: 0px 0px 10px 0px;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #174581 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
}

.type-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 1em;
  background: #E8E8E8;
  border-radius: 0px 0px 10px 10px;
  word-wrap: break-word;
  font-size: 1.2em;
  font-weight: bold;
}

/* Styling the Popup Window */
.popup-trigger {
  cursor: pointer;
}

.popup {
  display: none;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 900px;
  margin-left: -420px;
  padding: 20px 10px;
  background: #fff;
  color: #333;
  font-size: 19px;
  border: 5px solid #150E2D;
  z-index: 9999;
}

.popup-mobile {
  position: relative;
  top: 0;
  left: 0;
  margin: 30px 0 0;
  width: 100%;
}

.popup-btn-close {
  position: absolute;
  top: 8px;
  right: 14px;
  color: #174581;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.popup h1 {
  font-size: 14px;
  font-weight: bold;
  color: #150E2D;
}

*[class="responsive"] {
  width: 100% !important;
}

/* Styling the Calendar dropdown */
#cal-headlink a:hover {
  font-weight: bold;
}

#cal-headlink a {
  text-decoration: none;
  color: #FFF;
}

.cal-link {
  padding: 5px;
}

.cal-last {
  border-radius: 0px 0px 10px 10px;
}

#cal-dropdown div a {
  text-decoration: none;
}

#cal-dropdown div a:hover {
  font-weight: bold;
}

#cal-dropdown-link {
  display: inline-table;
}

#cal-headlink {
  list-style-type: none;
  margin: 0;
  /* background: #174581; */
  background:#862041;
  min-width: 150px;
  padding: 0px;
  position: absolute;
  border-radius: 0px 0px 10px 10px;
  display: none;
}

#special {
  font-size: 12pt;
}

#filter-center {
  width: 80%;
}

/*#copydiv { background-color:#FFFFFF; border:1px solid black; display:inline-block; margin-top:0px; margin-bottom:5px; padding: 3px 5px 3px 5px; color:#000; cursor:pointer; border-radius:10px; }*/
#copydiv {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
  cursor: pointer;
  float: right;
  width: 50%;
  font-size: 1.3em;
}

#hidecallink {
  height: 0;
  opacity: -1;
  position: absolute;
  z-index: -1;
}

#search-sect {
  margin: 0.5rem 0.5em 1rem 0;
}

.ui-datepicker-header {
  background: #862041;
  color: #FFF;
}

.banner_text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px #cccccc;
  font-size: 60px;
  color: #862041;
  font-weight: 700;
  /* cursor: pointer; */

}

@media screen and (max-width:962px) {
  .banner_text {
    font-size: 40px;
    top: 40%;
    left: 50%;
  }

  .filter-center {
    width: 60%;
  }
}

@media screen and (max-width:768px) {
	.banner_text {
    font-size: 24px;
    top: 40%;
    left: 50%;
  }
}

@media screen and (max-width:385px) {
	.banner_text {
    font-size: 1em;;
    top: 40%;
    left: 50%;
  }
}


.eventDate {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 80px;
  height: 80px;
  background-color: #862041;
  color: white;
  padding-top: 10px;
  border-radius: 8px;
}

.eventDate .month {
  font-size: 20px;
  align-self: center;
}

.eventDate .day {
  font-size: 30px;
  align-self: center;
  padding-top: 10px;
}

.details {
  background-color: #EDEDED;
}

.semtype {
  color: #862041;
  font-size: 0.9em;
  font-weight: 300;
}

.fa-spinner {
  color:#174581;
}

#past:hover, #upcoming:hover {
  filter: brightness(85%);
}