@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

/************************************************/
/*                USER DEFINED                  */
/************************************************/


tbody tr:nth-child(even):hover, tbody tr:hover, tr:hover a {
   background-color: #702545;
   color: #fff;
}

tr a{
   color: black;
}

/* $maincolor: #ef1616; */
html, body {
  /* background-color: #ff675c; */ }

body {
  font-family: 'Roboto', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif; }

.masthead {
  text-align: center;
  color: #fff;
  height: 100vh;
  background-color: #ff473a;
  background: url("../images/bg-trees-fade-maroon.png"), -moz-linear-gradient(-45deg, #471733 0%, #3d142c 43%, #02d0f21 100%);
  /* FF3.6-15 */
  background: url("../images/bg-trees-fade-maroon.png"), -webkit-linear-gradient(-405deg, #471733 0%, #3d142c 43%, #2d0f21 100%);
  background: url("../images/bg-trees-fade-maroon.png"), linear-gradient(135deg, #471733 0%, #3d142c 43%, #2d0f21 100%);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8777+0,ff473a+43,ff473a+100 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$lightcolor', endColorstr='$maincolor',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  vertical-align: middle;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.masthead .inner {
  text-align: center;
  position: relative; }

.masthead h1 {
  font-size: 7em;
  margin: 0; }

.tagline {
  font-weight: 200;
  font-size: 2em;
  color: #fff; }

.nav {
  padding-top: 1em; }

.nav ul li {
  display: inline;
  list-style-type: none; }

ul.lg-btn {
  margin: 0em; }

ul.lg-btn li {
  border: 1px solid #fff;
  margin: 0em 1em;
  display: inline-block; }

.nav a {
  color: #fff;
  text-decoration: none;
  padding: 1em; }

ul.lg-btn li:hover a {
  color: #000; }

/* Sweep To Right */
.hvr-sweep-to-right, ul.lg-btn li, li[role="menuitem"] {
  display: inline-flex;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before, ul.lg-btn li:before, li[role="menuitem"]:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active,
ul.lg-btn li:hover, ul.lg-btn li:focus, ul.lg-btn li:active,
li[role="menuitem"]:hover, li[role="menuitem"]:focus, li[role="menuitem"]:active {
  color: white; }

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before,
ul.lg-btn li:hover:before, ul.lg-btn li:focus:before, ul.lg-btn li:active:before,
li[role="menuitem"]:hover:before, li[role="menuitem"]:focus:before,
li[role="menuitem"]:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.menu-text img:hover {
  -webkit-filter: invert(1);
  filter: invert(1); }

.button {
  background-color: #702545;
  border: 1px solid #fff; }

.button:hover {
  background-color: #fff;
  color: #000; }

.topnav {
  background-color: #3d142c;
  height: 10em;
  text-align: center; }

.topnav .inner {
  margin: 0 auto;
  width: 70%; }

.topnav .inner .nav {
  float: right;
  position: relative;
  top: 2.25em; }

.topnav .logo {
  height: 9em; }

.menu-text {
  padding: 0; }

.top-bar, .top-bar ul {
  background-color: #3d142c; }

.top-bar a {
  color: #fff; }

.dropdown.menu .submenu {
  background-color: #3d142c; }

.content .row .center {
  width: 70%;
  margin: 0 auto; }

.content .row .center h1, .content .row .center h2, .content .row .center h3, .content .row .center h4, .content .row .center h5, .content .row .center h6 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300; }
.content .row .center h1 {
  font-size: 4em; }
.content .row .center h2 {
  font-size: 3em; }
.content .row .center p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

a {
  color: #3d142c;
  text-decoration: none; }

a:hover {
  color: #3d142c; }

.thin-border {
  border: 1px solid #000;
  padding: 1em; }
  .thin-border h2 {
    margin-top: 0; }

h1.front-head {
  color: #fff;
  font-weight: 700; }

.horiz {
  margin: 0 auto;
  width: 1%; }

.lightbg {
  background-color: #702545; }

.mainbg {
  background-color: #3d142c; }

.subheader {
  color: #fff; }

.callout.large {
  padding: 1rem; }

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

.lgsect {
  width: 100%; }

.chicago {
  background: url("../images/myViewOfChicago.jpg") center/cover; }

.row h1.title {
  font-size: 5em;
  font-weight: 100;
  color: white; }

.mainbg {
  background-color: #3d142c; }

.label.secondary {
  background-color: #aaa;
  transition: 0.25s all; }

.label.secondary a {
  color: #fff; }

.label.secondary:hover {
  background-color: #3d142c; }

.callout ul {
  margin-left: 1em; }

.title-bar {
  background: #3d142c none repeat scroll 0 0; }

.sponsors {
  background-color: #777;
  background: url("../images/sponsorship.jpg") no-repeat center center fixed;
  background-size: cover;
  /*Flex items*/ }
  .sponsors #sponsors {
    width: 80%;
    background-color: rgba(33, 33, 33, 0.8);
    margin: 0 auto;
    padding: 0em 1em; }
    .sponsors #sponsors img {
      width: 100%; }
    .sponsors #sponsors h1, .sponsors #sponsors p {
      color: #fff; }
  .sponsors .list-item {
    width: 30%;
    display: flex; }
  .sponsors .list {
    display: flex;
    flex-wrap: wrap;
    margin: 1em auto; }
  .sponsors .list-item {
    display: flex;
    padding: 0.5em;
    width: 100%; }
  @media all and (min-width: 40em) {
    .sponsors .list-item {
      width: 50%; } }
  @media all and (min-width: 60em) {
    .sponsors .list-item {
      width: 33.33%; } }
  .sponsors .list-content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%; }
  .sponsors .list-content p {
    flex: 1 0 auto; }
  .sponsors .list-content-diamond, .sponsors .list-content-platinum, .sponsors .list-content-gold, .sponsors .list-content-silver, .sponsors .list-content-bronze, .sponsors .list-content-grey {
    background-color: #fff;
    display: inline-block;
    flex-direction: column;
    padding: 1em;
    width: 100%; }

.faq {
  background: url("../images/myViewOfChicago.jpg") no-repeat center center fixed;
  background-size: cover;
  /* From http://clearleft.com/thinks/270 */
  /* Credit to Charlotte Jackson */
  /* 15TH APRIL 2015 */
  /*Flex items*/
  /* End references from http://clearleft.com/thinks/270 -Charlotte Jackson */ }
  .faq #speakers {
    background-color: #f5f5f5;
    margin-left: auto;
    max-width: 40em;
    line-height: 1.3;
    /*margin-left: auto;*/ }
  .faq #sponsors {
    background-color: #f5f5f5;
    margin-left: auto;
    max-width: 40em;
    line-height: 1.3; }
  .faq ul, .faq li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .faq img {
    width: 100%; }
  .faq h2 {
    margin-top: 0;
    margin-bottom: 0.4em; }
  .faq .scheduleRegular {
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 6px;
    margin: 0px; }
  .faq .scheduleLast {
    padding: 10px 6px;
    margin: 0px; }
  .faq .list {
    display: flex;
    flex-wrap: wrap; }
  .faq .list-item {
    display: flex;
    padding: 0.5em;
    width: 100%; }
  @media all and (min-width: 40em) {
    .faq .list-item {
      width: 50%; } }
  @media all and (min-width: 60em) {
    .faq .list-item {
      width: 33.33%; } }
  .faq .list-content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%; }
  .faq .list-content p {
    flex: 1 0 auto; }
  .faq .list-content-gold {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%; }
  .faq .list-content-silver {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%; }
  .faq .list-content-bronze {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%; }
  .faq .list-content-grey {
    background-color: #ccc;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%; }
  .faq .scheduleTime {
    font-size: .9em;
    width: 50px;
    color: #999999; }
  .faq .scheduleName {
    padding-left: 20px; }
  .faq .scheduleWhere {
    padding-right: 20px;
    float: right; }
  .faq #FAQ {
    margin: 0 auto;
    width: 80%;
    background-color: rgba(33, 33, 33, 0.8);
    padding: 1em; }
  .faq h1, .faq h2, .faq h3, .faq h4, .faq h5, .faq h6 {
    color: #fff; }
  .faq .list-content-grey h1, .faq .list-content-grey h2, .faq .list-content-grey h3, .faq .list-content-grey h4, .faq .list-content-grey h5, .faq .list-content-grey h6 {
    color: #000; }

.speakers {
  /* From http://clearleft.com/thinks/270 */
  /* Credit to Charlotte Jackson */
  /* 15TH APRIL 2015 */
  /*Flex items*/
  /* End references from http://clearleft.com/thinks/270 -Charlotte Jackson */ }
  .speakers #speakers {
    margin-left: auto;
    line-height: 1.3;
    /*margin-left: auto;*/ }
  .speakers #sponsors {
    background-color: #f5f5f5;
    margin-left: auto;
    max-width: 40em;
    line-height: 1.3; }
  .speakers ul, .speakers li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .speakers h2 {
    margin-top: 0;
    margin-bottom: 0.4em; }
  .speakers .scheduleRegular {
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 6px;
    margin: 0px; }
  .speakers .scheduleLast {
    padding: 10px 6px;
    margin: 0px; }
  .speakers .list {
    display: flex;
    flex-wrap: wrap; }
  .speakers .list-item {
    display: block;
    padding: 0.5em;
    width: 100%; }
  @media all and (min-width: 40em) {
    .speakers .list-item {
      width: 50%; } }
  @media all and (min-width: 60em) {
    .speakers .list-item {
      width: 33.33%; } }
  .speakers .list-content {
    background-color: #fff;
    box-shadow: 0 0 1px #000;
    display: inline-block;
    flex-direction: column;
    padding: 1em;
    transition: all 0.25s;
    width: 100%; }
  .speakers .list-content:hover {
    box-shadow: 0 0 5px #000; }
  .speakers .list-content p {
    flex: 1 0 auto; }
  .speakers .list-content-gold {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%; }
  .speakers .list-content-silver {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%; }
  .speakers .list-content-bronze {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%; }
  .speakers .list-content-grey {
    background-color: #ccc;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%; }
  .speakers .scheduleTime {
    font-size: .9em;
    width: 50px;
    color: #999999; }
  .speakers .scheduleName {
    padding-left: 20px; }
  .speakers .scheduleWhere {
    padding-right: 20px;
    float: right; }
  .speakers #speakers {
    margin: 0 auto;
    padding: 1em; }
  .speakers h1, .speakers h2, .speakers h3, .speakers h4, .speakers h5, .speakers h6 {
    color: #000; }
  .speakers .list-content-grey h1, .speakers .list-content-grey h2, .speakers .list-content-grey h3, .speakers .list-content-grey h4, .speakers .list-content-grey h5, .speakers .list-content-grey h6 {
    color: #000; }
  .speakers .list-item h2 {
    font-size: 2em; }
  .speakers .img-container {
    width: 100%; }
  .speakers img {
    position: relative;
    width: 100%;
    height: auto; }
    .speakers img:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .speakers img > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

/*# sourceMappingURL=main.css.map */
