@font-face {
  font-family: 'Conv_FuturaStd-Medium';
  src: url("/fonts/FuturaStd-Medium.eot");
  src: url("/fonts/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/FuturaStd-Medium.woff") format("woff"), url("/fonts/FuturaStd-Medium.ttf") format("truetype"), url("/fonts/FuturaStd-Medium.svg#Conv_FuturaStd-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_FuturaStd-Heavy';
  src: url("/fonts/FuturaStd-Heavy.eot");
  src: url("/fonts/FuturaStd-Heavy.eot?#iefix") format("embedded-opentype"), url("/fonts/FuturaStd-Heavy.woff") format("woff"), url("/fonts/FuturaStd-Heavy.ttf") format("truetype"), url("/fonts/FuturaStd-Heavy.svg#Conv_FuturaStd-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 45, ../sass/libraries/_components.scss */
.testResponsiveDiv {
  background-color: black;
}
@media (max-width: 767px) {
  /* line 45, ../sass/libraries/_components.scss */
  .testResponsiveDiv {
    background-color: red;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, ../sass/libraries/_components.scss */
  .testResponsiveDiv {
    background-color: green;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 45, ../sass/libraries/_components.scss */
  .testResponsiveDiv {
    background-color: blue;
  }
}
@media (min-width: 1200px) {
  /* line 45, ../sass/libraries/_components.scss */
  .testResponsiveDiv {
    background-color: orange;
  }
}

/* line 8, ../sass/libraries/_navigation.scss */
.lnm-nav {
  color: white;
  background-color: #141414;
  height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, ../sass/libraries/_navigation.scss */
  .lnm-nav {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, ../sass/libraries/_navigation.scss */
  .lnm-nav {
    height: 100px;
  }
}
@media (max-width: 767px) {
  /* line 8, ../sass/libraries/_navigation.scss */
  .lnm-nav {
    height: 50px;
  }
}

/* line 27, ../sass/libraries/_navigation.scss */
.lnm-top-nav-dropdown {
  margin-top: 20px;
}
/* line 30, ../sass/libraries/_navigation.scss */
.lnm-top-nav-dropdown i {
  color: red;
}
/* line 33, ../sass/libraries/_navigation.scss */
.lnm-top-nav-dropdown .dropdown-menu.tmot-dropdown-menu {
  padding: 20px 20px 10px 20px;
}
@media (max-width: 767px) {
  /* line 33, ../sass/libraries/_navigation.scss */
  .lnm-top-nav-dropdown .dropdown-menu.tmot-dropdown-menu {
    padding: 20px 0px 10px 0px;
  }
}
/* line 39, ../sass/libraries/_navigation.scss */
.lnm-top-nav-dropdown .dropdown-menu.tmot-dropdown-menu li {
  margin-bottom: 10px;
  text-align: center;
}
/* line 43, ../sass/libraries/_navigation.scss */
.lnm-top-nav-dropdown .dropdown-menu.tmot-dropdown-menu li a {
  color: white;
  padding: 10px;
  background-color: black;
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 43, ../sass/libraries/_navigation.scss */
  .lnm-top-nav-dropdown .dropdown-menu.tmot-dropdown-menu li a {
    width: 700px;
    line-height: 60px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 43, ../sass/libraries/_navigation.scss */
  .lnm-top-nav-dropdown .dropdown-menu.tmot-dropdown-menu li a {
    font-size: 20px;
    padding: 15px;
  }
}
/* line 62, ../sass/libraries/_navigation.scss */
.lnm-top-nav-dropdown .dropdown-menu.tmot-dropdown-menu li a:hover {
  background-color: #404040;
}
@media (max-width: 767px) {
  /* line 39, ../sass/libraries/_navigation.scss */
  .lnm-top-nav-dropdown .dropdown-menu.tmot-dropdown-menu li {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 71, ../sass/libraries/_navigation.scss */
  .lnm-top-nav-dropdown .dropdown-menu.tmot-dropdown-menu .tinyNav a:hover {
    background-color: #404040 !important;
  }
}
@media (max-width: 767px) {
  /* line 27, ../sass/libraries/_navigation.scss */
  .lnm-top-nav-dropdown {
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  /* line 84, ../sass/libraries/_navigation.scss */
  .lnm-top-nav-dropdown.open .fa-bars:before {
    content: "\f00d";
  }
}
/* line 89, ../sass/libraries/_navigation.scss */
.navbar-nav.lnm-top-nav-inline-menu {
  margin-top: 36px;
}
/* line 92, ../sass/libraries/_navigation.scss */
.navbar-nav.lnm-top-nav-inline-menu li a {
  background-color: #404040;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  color: white;
  margin-right: 2px;
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 103, ../sass/libraries/_navigation.scss */
.navbar-nav.lnm-top-nav-inline-menu li.lnm-top-nav-social a {
  padding: 10px 12px;
}
/* line 106, ../sass/libraries/_navigation.scss */
.navbar-nav.lnm-top-nav-inline-menu li.lnm-top-nav-social.lnm-first {
  margin-left: 11px;
}
/* line 109, ../sass/libraries/_navigation.scss */
.navbar-nav.lnm-top-nav-inline-menu li.lnm-top-nav-charity a {
  padding: 0px 0px;
  background-color: transparent;
}
/* line 113, ../sass/libraries/_navigation.scss */
.navbar-nav.lnm-top-nav-inline-menu li.lnm-top-nav-charity-malawi a {
  margin-top: -8px;
}
/* line 116, ../sass/libraries/_navigation.scss */
.navbar-nav.lnm-top-nav-inline-menu li.lnm-top-nav-mobile-app a {
  padding: 6px 11px;
  font-size: 10px;
  margin-left: 10px;
}
/* line 121, ../sass/libraries/_navigation.scss */
.navbar-nav.lnm-top-nav-inline-menu li.lnm-top-nav-store a {
  background-color: #e82924;
  padding: 10px 12px;
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 89, ../sass/libraries/_navigation.scss */
  .navbar-nav.lnm-top-nav-inline-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 89, ../sass/libraries/_navigation.scss */
  .navbar-nav.lnm-top-nav-inline-menu {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 89, ../sass/libraries/_navigation.scss */
  .navbar-nav.lnm-top-nav-inline-menu {
    float: right;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 138, ../sass/libraries/_navigation.scss */
  .navbar-left {
    position: absolute;
    top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 138, ../sass/libraries/_navigation.scss */
  .navbar-left {
    position: absolute;
    top: 0px;
  }
}

/* line 150, ../sass/libraries/_navigation.scss */
.navbar-nav .lnm-navbar-brand a {
  padding: 0px;
}
/* line 153, ../sass/libraries/_navigation.scss */
.navbar-nav .lnm-navbar-brand img {
  width: 180px;
  height: 75px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  /* line 149, ../sass/libraries/_navigation.scss */
  .navbar-nav .lnm-navbar-brand {
    left: 45%;
    position: absolute;
    top: 0px;
  }
  /* line 165, ../sass/libraries/_navigation.scss */
  .navbar-nav .lnm-navbar-brand img {
    width: 95px;
    height: 41px;
    margin-left: -22px;
  }
}

/* line 8, ../sass/libraries/_footer.scss */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #141414;
  height: 260px;
  padding-top: 10px;
  padding-bottom: 33px;
}
/* line 20, ../sass/libraries/_footer.scss */
footer .lnm-navbar-brand img {
  height: 83px;
  width: 196px;
}
/* line 25, ../sass/libraries/_footer.scss */
footer .lnm-footer-row {
  text-align: center;
  color: white;
  letter-spacing: 2px;
}
/* line 30, ../sass/libraries/_footer.scss */
footer .lnm-footer-row .list-inline > li {
  padding-right: 1px;
  padding-left: 1px;
}
/* line 36, ../sass/libraries/_footer.scss */
footer .lnm-footer-row .tmot-store a i {
  background-color: #a0120b;
}
/* line 41, ../sass/libraries/_footer.scss */
footer .lnm-footer-row a {
  font-size: 20px;
  text-transform: uppercase;
}
/* line 44, ../sass/libraries/_footer.scss */
footer .lnm-footer-row a i {
  color: white;
  background-color: #404040;
  padding: 7px;
  border-radius: 3px;
  font-size: 12px;
}
/* line 52, ../sass/libraries/_footer.scss */
footer .lnm-footer-row a:hover {
  text-decoration: none;
  color: #404040;
}
/* line 59, ../sass/libraries/_footer.scss */
footer .lnm-footer-nav-main a {
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  color: white;
}
/* line 63, ../sass/libraries/_footer.scss */
footer .lnm-footer-nav-main a:hover {
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
}
/* line 68, ../sass/libraries/_footer.scss */
footer .lnm-footer-nav-utility a {
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  color: red;
}
@media (min-width: 1200px) {
  /* line 8, ../sass/libraries/_footer.scss */
  footer {
    height: 220px;
  }
}
@media (max-width: 767px) {
  /* line 8, ../sass/libraries/_footer.scss */
  footer {
    height: 500px;
  }
  /* line 78, ../sass/libraries/_footer.scss */
  footer .lnm-navbar-brand img {
    display: none;
  }
  /* line 81, ../sass/libraries/_footer.scss */
  footer .lnm-footer-nav-utility {
    margin-bottom: 20px;
  }
  /* line 83, ../sass/libraries/_footer.scss */
  footer .lnm-footer-nav-utility .list-inline > li {
    display: block;
  }
  /* line 87, ../sass/libraries/_footer.scss */
  footer .lnm-footer-row a i {
    font-size: 26px;
    margin-bottom: 40px;
  }
  /* line 91, ../sass/libraries/_footer.scss */
  footer .lnm-footer-row .list-inline > li {
    padding-right: 22px;
    padding-left: 22px;
  }
  /* line 95, ../sass/libraries/_footer.scss */
  footer .lnm-footer-row.lnm-footer-nav-social {
    background-color: #1a1a1a;
    padding-top: 20px;
  }
}

/* line 1, ../sass/libraries/_recaptcha.scss */
.g-recaptcha {
  float: left;
  padding-bottom: 16px;
  padding-left: 16px;
  transform: scale(0.87);
  transform-origin: left;
}

@media screen and (max-width: 480px) {
  /* line 12, ../sass/libraries/_recaptcha.scss */
  .g-recaptcha {
    transform: scale(0.67);
    transform-origin: left;
    padding-left: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../sass/libraries/_images.scss */
  .tmot-gallery {
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, ../sass/libraries/_images.scss */
  .tmot-gallery {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  /* line 12, ../sass/libraries/_images.scss */
  .tmot_photogallery_banner_top .page__title a {
    margin-left: 15px;
  }
}

/* line 20, ../sass/libraries/_images.scss */
.image__container--bare {
  border: none;
  padding: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 30px;
}
/* line 27, ../sass/libraries/_images.scss */
.image__container--bare .image__image--thumbnail {
  border-radius: 0px;
  padding: 0px;
  position: absolute;
  height: 100%;
  left: 50%;
  object-fit: cover;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  /* line 42, ../sass/libraries/_images.scss */
  .image__container--bare-thumbnail-wrapper {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 42, ../sass/libraries/_images.scss */
  .image__container--bare-thumbnail-wrapper {
    padding: 0;
    position: relative;
  }
}

/* line 59, ../sass/libraries/_images.scss */
.image__container--bare-thumbnail {
  border: none;
  padding: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 30px;
  margin-top: -1px;
}
/* line 68, ../sass/libraries/_images.scss */
.image__container--bare-thumbnail .image__image--thumbnail {
  border-radius: 0px;
  padding: 0px;
  position: absolute;
  height: 100%;
  left: 50%;
  object-fit: cover;
  top: 50%;
  width: 100%;
  -webkit-transition: top .4s ease-in-out,right .4s ease-in-out;
  -moz-transition: top .4s ease-in-out,right .4s ease-in-out;
  -o-transition: top .4s ease-in-out,right .4s ease-in-out;
  transition: top .4s ease-in-out,right .4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: black;
}
@media (min-width: 1200px) {
  /* line 68, ../sass/libraries/_images.scss */
  .image__container--bare-thumbnail .image__image--thumbnail {
    -webkit-transform: translate(-50.3%, -50%);
    -ms-transform: translate(-50.3%, -50%);
    transform: translate(-50.3%, -50%);
  }
}
@media (min-width: 992px) {
  /* line 93, ../sass/libraries/_images.scss */
  .image__container--bare-thumbnail .image__image--thumbnail:hover {
    top: 90%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 93, ../sass/libraries/_images.scss */
  .image__container--bare-thumbnail .image__image--thumbnail:hover {
    top: 50%;
  }
}

/* line 104, ../sass/libraries/_images.scss */
.image__container--name-media-wrapper {
  width: 100%;
  display: table;
}
@media (min-width: 992px) {
  /* line 104, ../sass/libraries/_images.scss */
  .image__container--name-media-wrapper {
    position: absolute;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 104, ../sass/libraries/_images.scss */
  .image__container--name-media-wrapper {
    position: relative;
  }
}

/* line 117, ../sass/libraries/_images.scss */
.image__container--name-media-wrapper-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 117, ../sass/libraries/_images.scss */
  .image__container--name-media-wrapper-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 117, ../sass/libraries/_images.scss */
  .image__container--name-media-wrapper-wrapper {
    margin: 0 auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 130, ../sass/libraries/_images.scss */
  .grid_list_cell.grid_image_list_cell.col-md-2.col-sm-3.col-xs-6 {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  /* line 130, ../sass/libraries/_images.scss */
  .grid_list_cell.grid_image_list_cell.col-md-2.col-sm-3.col-xs-6 {
    height: 195px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 130, ../sass/libraries/_images.scss */
  .grid_list_cell.grid_image_list_cell.col-md-2.col-sm-3.col-xs-6 {
    height: auto;
  }
}

/* line 144, ../sass/libraries/_images.scss */
.image__container--name {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  min-height: 70px;
}

/* line 152, ../sass/libraries/_images.scss */
.image__container--name-media {
  background-color: black;
  width: 100%;
  text-align: center;
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  /* line 152, ../sass/libraries/_images.scss */
  .image__container--name-media {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 152, ../sass/libraries/_images.scss */
  .image__container--name-media {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../sass/libraries/_images.scss */
  .image__container--name-media {
    height: 70px;
  }
}
@media (max-width: 991px) {
  /* line 152, ../sass/libraries/_images.scss */
  .image__container--name-media {
    min-height: 40px;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 152, ../sass/libraries/_images.scss */
  .image__container--name-media {
    min-height: 40px;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 187, ../sass/libraries/_images.scss */
.grid_list_name {
  color: black;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 187, ../sass/libraries/_images.scss */
  .grid_list_name {
    /* &--default {
    	margin-bottom: 15px;
    	text-align: center;
    }*/
  }
}

/* line 199, ../sass/libraries/_images.scss */
.img-cover {
  width: 100%;
}

/* line 206, ../sass/libraries/_images.scss */
.image_gallery_box_container h2 {
  margin-top: 0px;
  color: black;
  font-size: 1.875rem;
  font-weight: 700;
}
/* line 212, ../sass/libraries/_images.scss */
.image_gallery_box_container h3 {
  color: black;
  font-size: 1.375rem;
  font-weight: 700;
}

/* line 219, ../sass/libraries/_images.scss */
.tmot-section__images--h2 {
  margin-top: 30px;
  color: black;
  font-size: 1.875rem;
  font-weight: 700;
}

/* line 226, ../sass/libraries/_images.scss */
.image__container--default {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 230, ../sass/libraries/_images.scss */
  .image__container--portrait {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* Main site css */
/* line 11, ../sass/tmot-site-main.scss */
html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 17, ../sass/tmot-site-main.scss */
body {
  /* Margin bottom by footer height */
  color: white;
  background-color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1200px) {
  /* line 17, ../sass/tmot-site-main.scss */
  body {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  /* line 17, ../sass/tmot-site-main.scss */
  body {
    padding-top: 50px;
  }
}

/* line 32, ../sass/tmot-site-main.scss */
main {
  margin-bottom: 220px;
  padding-bottom: 60px;
  background-color: white;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  /* line 32, ../sass/tmot-site-main.scss */
  main {
    padding-bottom: 0;
  }
}
/* line 43, ../sass/tmot-site-main.scss */
main.tmot-main-content {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  /* line 32, ../sass/tmot-site-main.scss */
  main {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  /* line 32, ../sass/tmot-site-main.scss */
  main {
    margin-top: 0;
    margin-bottom: 500px;
  }
}
/* line 58, ../sass/tmot-site-main.scss */
main .container.tomot-container {
  position: relative;
  background-color: white;
}
@media (min-width: 1px) and (max-width: 767px) {
  /* line 58, ../sass/tmot-site-main.scss */
  main .container.tomot-container {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 58, ../sass/tmot-site-main.scss */
  main .container.tomot-container {
    width: 98%;
  }
}
/* line 71, ../sass/tmot-site-main.scss */
main .tmot-container-home-feature {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
}
/* line 76, ../sass/tmot-site-main.scss */
main .tmot-container-home-feature #widget {
  line-height: 0px;
}
@media (min-width: 1200px) {
  /* line 71, ../sass/tmot-site-main.scss */
  main .tmot-container-home-feature {
    position: fixed;
    top: 100px;
    width: 100%;
  }
}
/* line 87, ../sass/tmot-site-main.scss */
main .tmot-container-home-feature-after {
  display: none;
}
@media (min-width: 1200px) {
  /* line 87, ../sass/tmot-site-main.scss */
  main .tmot-container-home-feature-after {
    display: block;
    position: relative;
    background-color: white;
    height: 20px;
    z-index: 5;
    margin-top: 900px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 102, ../sass/tmot-site-main.scss */
  main .tmot-container-home-block {
    display: block;
    position: relative;
    background-color: white;
    z-index: 5;
  }
}

/* line 114, ../sass/tmot-site-main.scss */
.wrapper {
  display: block;
}

/* line 119, ../sass/tmot-site-main.scss */
.carousel {
  z-index: 1;
}

/* Typography */
/* line 125, ../sass/tmot-site-main.scss */
h1 {
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 1px;
}

/* line 129, ../sass/tmot-site-main.scss */
h2 {
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 1px;
}

/* line 133, ../sass/tmot-site-main.scss */
h3 {
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 1px;
}

/* line 137, ../sass/tmot-site-main.scss */
h4 {
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 1px;
}

/* line 141, ../sass/tmot-site-main.scss */
a, pre {
  color: red;
}

/* Common Page Elements/Components */
/* line 147, ../sass/tmot-site-main.scss */
.lnm-panel-default {
  color: #141414;
  background-color: white;
  border: none;
}
/* line 153, ../sass/tmot-site-main.scss */
.lnm-panel-default.lnm-panel-instagram {
  background-color: white;
}
/* line 155, ../sass/tmot-site-main.scss */
.lnm-panel-default.lnm-panel-instagram .image-container {
  float: left;
  width: 15px;
  margin-right: 2px;
  margin-top: 2px;
}
/* line 163, ../sass/tmot-site-main.scss */
.lnm-panel-default.tmot-panel-twitter {
  background-color: white;
  color: #141414;
}
/* line 169, ../sass/tmot-site-main.scss */
.lnm-panel-default .lnm-panel-help h2 {
  text-transform: uppercase;
}
/* line 173, ../sass/tmot-site-main.scss */
.lnm-panel-default .lnm-panel-help ul li {
  list-style-type: none;
}
/* line 175, ../sass/tmot-site-main.scss */
.lnm-panel-default .lnm-panel-help ul li ul {
  margin-bottom: 10px;
}
/* line 177, ../sass/tmot-site-main.scss */
.lnm-panel-default .lnm-panel-help ul li ul li {
  list-style-type: square;
}
/* line 181, ../sass/tmot-site-main.scss */
.lnm-panel-default .lnm-panel-help ul li ul table {
  color: black;
  font-size: 14px;
  background-color: #eeedf2;
  margin: 10px;
}
/* line 187, ../sass/tmot-site-main.scss */
.lnm-panel-default .lnm-panel-help ul li ul table tr td {
  padding: 10px;
}
/* line 196, ../sass/tmot-site-main.scss */
.lnm-panel-default .reg_step_one, .lnm-panel-default .reg_step_two {
  width: 100%;
  height: 75px;
  margin-bottom: 10px;
}
/* line 201, ../sass/tmot-site-main.scss */
.lnm-panel-default .reg_step_one {
  background: url("/images/reg_step1.png") no-repeat scroll 0 0 transparent;
  background-size: 100%;
  text-indent: -9999px;
}
/* line 206, ../sass/tmot-site-main.scss */
.lnm-panel-default .reg_step_two {
  background: url("/images/reg_step2.png") no-repeat scroll 0 0 transparent;
  background-size: 100%;
  text-indent: -9999px;
}

/* line 214, ../sass/tmot-site-main.scss */
.tmot-panel-news {
  color: white;
  background-color: #141414;
  border: none;
  font-size: 12px;
  margin-bottom: 30px;
  border-radius: 0px;
}
/* line 223, ../sass/tmot-site-main.scss */
.tmot-panel-news .tmot-news-article-title {
  color: red;
  margin-bottom: 4px;
  max-height: 16px;
  overflow: hidden;
}
/* line 229, ../sass/tmot-site-main.scss */
.tmot-panel-news .tmot-news-article-read-more {
  font-size: 12px;
  color: red;
  float: right;
  margin-top: 7px;
}
/* line 235, ../sass/tmot-site-main.scss */
.tmot-panel-news .tmot-news-article-teaser {
  color: white;
}
/* line 238, ../sass/tmot-site-main.scss */
.tmot-panel-news .tmot-panel-body {
  height: 120px;
}
/* line 240, ../sass/tmot-site-main.scss */
.tmot-panel-news .tmot-panel-body .tmot-news-article-teaser-body {
  max-height: 40px;
  font-size: 14px;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* line 249, ../sass/tmot-site-main.scss */
.tmot-news-archive-container {
  margin-top: 80px;
}

/* line 253, ../sass/tmot-site-main.scss */
.tmot-panel-archive-title {
  color: red;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 263, ../sass/tmot-site-main.scss */
.tmot-panel-contact h2 {
  text-transform: uppercase;
}

/* line 268, ../sass/tmot-site-main.scss */
.tmot-panel-form {
  color: #141414;
  background-color: #eeedf2;
  border: none;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 0px;
  padding: 20px 30px;
}
/* line 277, ../sass/tmot-site-main.scss */
.tmot-panel-form .tmot-profile-label {
  color: #959391;
  margin-bottom: 4px;
}
/* line 281, ../sass/tmot-site-main.scss */
.tmot-panel-form .tmot-profile-val {
  color: black;
  margin-bottom: 20px;
}
/* line 285, ../sass/tmot-site-main.scss */
.tmot-panel-form.tmot-panel-form-signup {
  background-color: transparent;
}

/* line 291, ../sass/tmot-site-main.scss */
.tmot-package-title h2 {
  text-transform: uppercase;
}

/* line 296, ../sass/tmot-site-main.scss */
.lnm-feature-box {
  margin-bottom: 25px;
}
/* line 298, ../sass/tmot-site-main.scss */
.lnm-feature-box img {
  width: 100%;
}

/* line 303, ../sass/tmot-site-main.scss */
.lnm-news-box {
  position: relative;
  overflow: hidden;
}
/* line 307, ../sass/tmot-site-main.scss */
.lnm-news-box.lnm-news-box-image {
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: 100% auto;
  width: 100%;
  height: 0px;
  padding-top: 53.5%;
}
/* line 71, ../sass/libraries/_components.scss */
.lnm-news-box.lnm-news-right {
  margin: 25px 25px 0 10px;
}
/* line 74, ../sass/libraries/_components.scss */
.lnm-news-box.lnm-news-left {
  margin: 25px 10px 0 25px;
}
/* line 80, ../sass/libraries/_components.scss */
.lnm-news-box img {
  height: 295px;
  width: 100%;
}

@media (min-width: 1200px) {
  /* line 321, ../sass/tmot-site-main.scss */
  .tmot-panel-news {
    height: inherit;
  }
}
/* line 80, ../sass/libraries/_components.scss */
#lnm-carousel-default img {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 80, ../sass/libraries/_components.scss */
  #lnm-carousel-default img {
    height: inherit;
    width: 100%;
  }
}

/* line 336, ../sass/tmot-site-main.scss */
.tmot-twitter-box-title .tomot-tweets {
  color: black;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  line-height: 40px;
}
/* line 343, ../sass/tmot-site-main.scss */
.tmot-twitter-box-title a {
  margin-bottom: 5px;
  background: #eeeeee;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #eeeeee 0%, #cccccc 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/* line 355, ../sass/tmot-site-main.scss */
.tmot-twitter-box-title span {
  color: #2795e9;
}

/* line 360, ../sass/tmot-site-main.scss */
.tmot-twitter-box {
  padding: 0;
  margin: 0;
  overflow-y: auto;
}
@media (max-width: 480px) {
  /* line 360, ../sass/tmot-site-main.scss */
  .tmot-twitter-box {
    height: 248px;
  }
}
@media (max-width: 767px) {
  /* line 360, ../sass/tmot-site-main.scss */
  .tmot-twitter-box {
    height: 248px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 360, ../sass/tmot-site-main.scss */
  .tmot-twitter-box {
    height: 248px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 360, ../sass/tmot-site-main.scss */
  .tmot-twitter-box {
    height: 148px;
  }
}
@media (min-width: 1200px) {
  /* line 360, ../sass/tmot-site-main.scss */
  .tmot-twitter-box {
    height: 130px;
  }
}
/* line 112, ../sass/libraries/_components.scss */
.tmot-twitter-box ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 117, ../sass/libraries/_components.scss */
.tmot-twitter-box ul li {
  border: 1px solid transparent;
  list-style: none;
  margin: 0 0 5px 0;
}
/* line 124, ../sass/libraries/_components.scss */
.tmot-twitter-box ul li .user img {
  width: 47px;
  float: left;
  margin: 0 8px 0 0;
}
/* line 131, ../sass/libraries/_components.scss */
.tmot-twitter-box ul li .tweet {
  margin: 0 0 5px;
}
/* line 133, ../sass/libraries/_components.scss */
.tmot-twitter-box ul li .tweet img {
  width: 12px;
}
/* line 139, ../sass/libraries/_components.scss */
.tmot-twitter-box ul li .interact {
  margin: 5px 0 10px;
}
/* line 142, ../sass/libraries/_components.scss */
.tmot-twitter-box ul li .interact a {
  display: inline-block;
  margin: 0 8px 0 0;
}

/* Tour Section */
/* line 367, ../sass/tmot-site-main.scss */
.tmot-panel-tour {
  color: #141414;
}
/* line 368, ../sass/tmot-site-main.scss */
.tmot-panel-tour .navbar-nav {
  display: none;
}
/* line 372, ../sass/tmot-site-main.scss */
.tmot-panel-tour .panel.tmot-panel-tour-heading {
  display: none;
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  padding-top: 33px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
/* line 379, ../sass/tmot-site-main.scss */
.tmot-panel-tour .panel.tmot-panel-tour-heading .tmot-panel-tour-heading-date {
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  color: #959391;
  display: none;
}
/* line 385, ../sass/tmot-site-main.scss */
.tmot-panel-tour .panel.tmot-panel-tour-heading .tmot-panel-tour-heading-date-highlight {
  color: black;
}
/* line 388, ../sass/tmot-site-main.scss */
.tmot-panel-tour .panel.tmot-panel-tour-heading h2 {
  color: red;
  font-size: 40px;
}

/* line 396, ../sass/tmot-site-main.scss */
.tmot-panel-tour-promo-top .lead {
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  color: black;
}
/* line 403, ../sass/tmot-site-main.scss */
.tmot-panel-tour-promo-top img {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 409, ../sass/tmot-site-main.scss */
  .table-responsive {
    border: 0px solid;
  }
}
/* line 415, ../sass/tmot-site-main.scss */
.table-hover.tmot-table caption {
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  color: red;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 421, ../sass/tmot-site-main.scss */
.table-hover.tmot-table thead {
  background-color: #000000;
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
/* line 426, ../sass/tmot-site-main.scss */
.table-hover.tmot-table thead tr {
  text-align: center;
}
/* line 429, ../sass/tmot-site-main.scss */
.table-hover.tmot-table thead tr td {
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 421, ../sass/tmot-site-main.scss */
  .table-hover.tmot-table thead {
    display: none;
  }
}
/* line 440, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody {
  background-color: #eeedf2;
}
/* line 444, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td {
  text-align: center;
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  font-size: 15px;
  vertical-align: middle;
  border-top: 2px solid white;
  color: #373737;
}
/* line 451, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td a {
  color: white;
}
/* line 454, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td a:hover {
  text-decoration: none;
  color: red;
}
/* line 458, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .fa-facebook {
  background-color: #404040;
  padding: 7px 10px;
  border-radius: 3px;
}
/* line 463, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-publiconsale {
  background-color: #a0120b;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 471, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-publiconsale:hover {
  color: white;
  background-color: red;
}
/* line 475, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-legacymember {
  background-color: #6d1110;
  margin-bottom: 5px;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 484, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-legacymember:hover {
  color: white;
  background-color: red;
}
/* line 488, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-livepass {
  background-color: white;
  color: black;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 497, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-livepass:hover {
  color: #e82924;
  background-color: #eeedf2;
}
/* line 501, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-buytickets {
  background-color: #e82924;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 509, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-buytickets:hover {
  color: white;
  background-color: red;
}
/* line 513, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-selltickets {
  background-color: #e82924;
  margin-bottom: 5px;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 522, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-selltickets:hover {
  color: white;
  background-color: red;
}
/* line 526, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-vip {
  background-color: #a0120b;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 534, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-vip:hover {
  color: white;
  background-color: red;
}
/* line 538, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-packages {
  background-color: #a0120b;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 546, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .tmot-table-column-packages:hover {
  color: white;
  background-color: red;
}
/* line 550, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .td_M {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
}
/* line 555, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .td_j {
  font-size: 22px;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
}
/* line 559, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr td .td_Y {
  font-size: 13px;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
}
/* line 565, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr:hover {
  background-color: #373737;
}
/* line 567, ../sass/tmot-site-main.scss */
.table-hover.tmot-table tbody tr:hover td {
  color: white;
}
/* line 574, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours thead tr {
  text-align: left;
}
/* line 575, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours thead tr :nth-child(2), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(3), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(5), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(7), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(8), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(9) {
  /* Extra Small and Small */
}
@media (max-width: 991px) {
  /* line 575, ../sass/tmot-site-main.scss */
  .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(2), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(3), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(5), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(7), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(8), .table-hover.tmot-table.tmot-table-tours thead tr :nth-child(9) {
    display: none;
  }
}
/* line 582, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours thead tr td {
  text-align: center;
}
/* line 590, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-md-lg {
  /* Extra Small and Small */
}
@media (max-width: 991px) {
  /* line 590, ../sass/tmot-site-main.scss */
  .table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-md-lg {
    display: none;
  }
}
/* line 597, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm {
  display: block;
  /* Medium  and large*/
}
/* line 599, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td {
  width: 33%;
  text-align: left;
  padding-left: 20px;
}
/* line 603, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tmot-table-row-mobile-top {
  vertical-align: top;
  height: 85px;
  font-size: 20px;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
}
/* line 604, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tmot-table-row-mobile-top .td_M {
  float: left;
  margin-right: 10px;
}
/* line 608, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tmot-table-row-mobile-top .td_j {
  float: left;
  font-size: 13px;
  margin-right: 10px;
}
/* line 613, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tmot-table-row-mobile-top .td_Y {
  float: left;
}
/* line 621, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tmot-table-row-mobile-bottom {
  vertical-align: bottom;
  height: 85px;
}
/* line 628, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td .tourgridToggle {
  display: none;
}
/* line 634, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td:last-child .tourgridToggle {
  display: inherit;
  position: absolute;
  right: 40px;
  margin-top: -70px;
}
/* line 639, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm td:last-child .tourgridToggle .tourgridToggle-btn {
  line-height: 0;
  font-size: 0;
  color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  color: red;
  font-size: 40px;
  background-color: inherit;
  padding: inherit;
  border: 0px;
}
/* line 652, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm.tourgridrow2 {
  display: block;
}
/* line 654, ../sass/tmot-site-main.scss */
.table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm.tourgridrow2 td {
  display: block;
}
@media (min-width: 992px) {
  /* line 597, ../sass/tmot-site-main.scss */
  .table-hover.tmot-table.tmot-table-tours tbody tr.tmot-visible-xs-sm {
    display: none;
  }
}

/* line 668, ../sass/tmot-site-main.scss */
.mobileTourGrid {
  margin-bottom: 30px;
}
/* line 671, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-top table {
  width: 100%;
}
/* line 673, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-top table tr {
  background-color: #eeedf2;
  border-bottom: 3px white solid;
}
/* line 676, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-top table tr td {
  padding: 10px;
  height: 84px;
}
/* line 683, ../sass/tmot-site-main.scss */
.mobileTourGrid .mobileTourGridDate {
  width: 10%;
  display: block;
  color: black;
  text-align: center;
}
/* line 688, ../sass/tmot-site-main.scss */
.mobileTourGrid .mobileTourGridDate .td_M {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
}
/* line 693, ../sass/tmot-site-main.scss */
.mobileTourGrid .mobileTourGridDate .td_j {
  font-size: 22px;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
}
/* line 697, ../sass/tmot-site-main.scss */
.mobileTourGrid .mobileTourGridDate .td_Y {
  font-size: 13px;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
}
/* line 702, ../sass/tmot-site-main.scss */
.mobileTourGrid .mobileTourGridLocation {
  width: 70%;
  display: block;
  color: black;
  padding-left: 30px;
}
/* line 707, ../sass/tmot-site-main.scss */
.mobileTourGrid .mobileTourGridLocation .mobileTourGridVenue {
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
}
/* line 711, ../sass/tmot-site-main.scss */
.mobileTourGrid .mobileTourGridLocation .mobileTourGridCity {
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
}
/* line 715, ../sass/tmot-site-main.scss */
.mobileTourGrid .mobileTourGridLocation .mobileTourGridGuestApperance {
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  color: #404040;
}
/* line 722, ../sass/tmot-site-main.scss */
.mobileTourGrid .tourgridToggle .tourgridToggle-btn {
  line-height: 0;
  font-size: 0;
  color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  color: red;
  font-size: 40px;
  background-color: inherit;
  padding: inherit;
  border: 0px;
}
/* line 735, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table {
  width: 100%;
}
/* line 737, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr {
  border-bottom: 1px solid #7c7c7c;
}
/* line 739, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td {
  height: 84px;
  text-align: center;
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  font-size: 15px;
  vertical-align: middle;
  color: black;
}
/* line 746, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td a {
  display: block;
  width: 100%;
  color: white;
}
/* line 751, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-publiconsale {
  background-color: #a0120b;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 759, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-publiconsale:hover {
  color: white;
  background-color: red;
}
/* line 763, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-legacymember {
  background-color: #6d1110;
  margin-bottom: 5px;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 772, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-legacymember:hover {
  color: white;
  background-color: red;
}
/* line 776, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-livepass {
  background-color: white;
  color: black;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 785, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-livepass:hover {
  color: #e82924;
  background-color: #eeedf2;
}
/* line 789, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-buytickets {
  background-color: #e82924;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 797, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-buytickets:hover {
  color: white;
  background-color: red;
}
/* line 801, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-selltickets {
  background-color: #e82924;
  margin-bottom: 5px;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 810, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-selltickets:hover {
  color: white;
  background-color: red;
}
/* line 814, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-vip {
  background-color: #a0120b;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 822, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-vip:hover {
  color: white;
  background-color: red;
}
/* line 826, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-packages {
  background-color: #a0120b;
  width: 100%;
  padding: 6px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}
/* line 834, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr td .tmot-table-column-packages:hover {
  color: white;
  background-color: red;
}
/* line 839, ../sass/tmot-site-main.scss */
.mobileTourGrid .tmot-table-row-mobile-bottom table tr:last-child {
  border-bottom: 0px solid;
}

/* line 849, ../sass/tmot-site-main.scss */
.tmot-page-header h2 {
  color: black;
}

/* line 854, ../sass/tmot-site-main.scss */
.tmot-panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
/* line 857, ../sass/tmot-site-main.scss */
.tmot-panel input {
  padding: 20px 10px;
}
/* line 860, ../sass/tmot-site-main.scss */
.tmot-panel label {
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
}
/* line 864, ../sass/tmot-site-main.scss */
.tmot-panel .checkbox label {
  padding-left: 0px;
  text-transform: capitalize;
}
/* line 868, ../sass/tmot-site-main.scss */
.tmot-panel .form-control {
  border-radius: 0px;
  border: 0px;
}
/* line 872, ../sass/tmot-site-main.scss */
.tmot-panel button.form-control {
  background-color: #7c7c7c;
  width: 260px;
  margin: 0 auto;
  color: white;
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px;
  height: inherit;
}
/* line 883, ../sass/tmot-site-main.scss */
.tmot-panel input[type=submit] {
  background-color: #404040;
  width: 160px;
  margin: 0 auto;
  color: white;
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
  height: inherit;
}
/* line 898, ../sass/tmot-site-main.scss */
.tmot-panel select {
  padding: 10px;
  border-radius: 0px;
  border: 0px;
  font-size: 12px;
  color: #959391;
}

/* line 908, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-article {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
  color: #000000;
}
/* line 910, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-article .tmot-news-article .tmot-news-article-title {
  color: red;
}
/* line 912, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-article .tmot-news-article .tmot-news-article-title h3 {
  margin-top: 0px;
}
/* line 916, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-article .tmot-news-article p {
  margin-left: 70px;
  color: black;
}
/* line 920, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-article .tmot-news-article .tmot-news-article-body {
  margin-left: 70px;
}
/* line 927, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-article .tmot-news-article::before {
  content: '\02588';
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 60px;
  display: block;
  float: left;
  background-color: black;
}

/* line 939, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-article-comment {
  margin-left: 70px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
}

/* line 945, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-story {
  color: #000000;
}
/* line 947, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-story .tmot-news-story-segment .tmot-news-story-segment-title {
  padding-left: 10px;
  font-size: 20px;
  margin: 0;
  color: red;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 958, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-story .tmot-news-story-segment .tmot-news-story-segment-body h3 {
  font-size: 14px;
  margin-bottom: 20px;
}
/* line 961, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-story .tmot-news-story-segment .tmot-news-story-segment-body h3 a {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
/* line 966, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-story .tmot-news-story-segment .tmot-news-story-segment-body h3 a::before {
  content: '\02588';
  color: red;
  margin-right: 10px;
  margin-bottom: 20px;
  display: block;
  float: left;
}
/* line 979, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-news-story .tmot-news-story-segment::before {
  content: '\02588';
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 40px;
  display: block;
  float: left;
  background-color: black;
}

/* line 991, ../sass/tmot-site-main.scss */
.tmot-panel-news-archive {
  overflow: hidden;
}
/* line 994, ../sass/tmot-site-main.scss */
.tmot-panel-news-archive .tmot-panel-news-archive-title {
  color: red;
}
/* line 997, ../sass/tmot-site-main.scss */
.tmot-panel-news-archive .tmot-panel-news-archive-intro {
  color: darkgray;
}
/* line 1000, ../sass/tmot-site-main.scss */
.tmot-panel-news-archive .tmot-panel-news-archive-title {
  font-size: 20px;
  margin: 0;
  color: red;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 1010, ../sass/tmot-site-main.scss */
.tmot-panel-news-archive .tmot-panel-news-archive-title::before {
  content: '\02588';
  margin-top: 5px;
  margin-right: 10px;
  color: black;
  width: 40px;
  display: block;
  float: left;
  background-color: black;
  font-size: 10px;
  height: 20px;
}
/* line 1022, ../sass/tmot-site-main.scss */
.tmot-panel-news-archive .tmot-panel-news-archive-list {
  border: 0px solid lightgray;
  background-color: #eeedf2;
  height: 335px;
  overflow-y: auto;
  margin: 15px, 0, 0, 0;
}

/* line 1031, ../sass/tmot-site-main.scss */
.tmot-accordion {
  height: 315px;
}
/* line 1033, ../sass/tmot-site-main.scss */
.tmot-accordion .panel {
  background-color: white;
  padding: 10px;
  border-radius: 0px;
}
/* line 1038, ../sass/tmot-site-main.scss */
.tmot-accordion button {
  border: none;
  background: transparent;
  color: #a0120b;
}

/* line 1047, ../sass/tmot-site-main.scss */
.tmot-gallery-right .row .btn.btn-primary {
  background-color: #e82924;
  border-color: #e82924;
}
/* line 1051, ../sass/tmot-site-main.scss */
.tmot-gallery-right .row .btn.btn-primary:focus {
  outline: none;
}

/* line 1061, ../sass/tmot-site-main.scss */
.tmot-gallery .row .tmot_photogallery_banner_top h3 a:hover, .tmot-gallery .row .tmot_photogallery_banner_top h3 a:active, .tmot-gallery .row .tmot_photogallery_banner_top h3 a:focus {
  color: red;
}

/* line 1071, ../sass/tmot-site-main.scss */
.gallery_thumbs div.grid_list_cell a:hover {
  color: red;
}

@media (max-width: 767px) {
  /* line 1079, ../sass/tmot-site-main.scss */
  .tmot-panel.tmot-panel-news-article .tmot-news-article::before {
    content: normal;
  }
  /* line 1083, ../sass/tmot-site-main.scss */
  .tmot-panel.tmot-panel-news-article .tmot-news-article .tmot-news-article-body {
    margin-left: 0px;
  }
  /* line 1086, ../sass/tmot-site-main.scss */
  .tmot-panel.tmot-panel-news-article .tmot-news-article p {
    margin-left: 0px;
  }

  /* line 1091, ../sass/tmot-site-main.scss */
  .tmot-panel-news-archive {
    display: table-footer-group;
  }
  /* line 1092, ../sass/tmot-site-main.scss */
  .tmot-panel-news-archive .tmot-panel-news-archive-title {
    margin-top: 50px;
  }

  /* line 1097, ../sass/tmot-site-main.scss */
  .tmot-panel-news-story {
    display: table-header-group;
  }
  /* line 1098, ../sass/tmot-site-main.scss */
  .tmot-panel-news-story .tmot-news-story-segment {
    margin-top: 50px;
  }
  /* line 1099, ../sass/tmot-site-main.scss */
  .tmot-panel-news-story .tmot-news-story-segment .tmot-news-story-segment-body h3 a {
    font-weight: bold;
  }

  /* line 1106, ../sass/tmot-site-main.scss */
  .tmot-panel.tmot-panel-onthisday {
    margin-top: 50px;
    margin-bottom: 100px;
    height: 100%;
  }
  /* line 1112, ../sass/tmot-site-main.scss */
  .tmot-panel.tmot-panel-onthisday .tmot-onthisday-body .tmot-onthisday-eventset .tmot-onthisday-content {
    float: inherit;
    position: absolute;
    left: 160px;
  }
  /* line 1116, ../sass/tmot-site-main.scss */
  .tmot-panel.tmot-panel-onthisday .tmot-onthisday-body .tmot-onthisday-eventset .tmot-onthisday-content .tmot-onthisday-date {
    font-weight: bold;
    font-size: 14px;
  }
  /* line 1121, ../sass/tmot-site-main.scss */
  .tmot-panel.tmot-panel-onthisday .tmot-onthisday-body .tmot-onthisday-eventset .tmot-onthisday-content .tmot-onthisday-title a {
    font-weight: bold;
    font-size: 14px;
  }

  /* line 1132, ../sass/tmot-site-main.scss */
  .tmot-panel-news-archive-list .tmot-accordion .panel {
    position: relative;
    margin-bottom: 0px;
    padding: 0px;
  }
  /* line 1137, ../sass/tmot-site-main.scss */
  .tmot-panel-news-archive-list .tmot-accordion .panel .collapse.in ul {
    list-style-type: none;
    background-color: #eeedf2;
  }
  /* line 1140, ../sass/tmot-site-main.scss */
  .tmot-panel-news-archive-list .tmot-accordion .panel .collapse.in ul li {
    padding: 15px;
  }
  /* line 1142, ../sass/tmot-site-main.scss */
  .tmot-panel-news-archive-list .tmot-accordion .panel .collapse.in ul li a {
    text-transform: uppercase;
    color: #a0120b;
  }
  /* line 1149, ../sass/tmot-site-main.scss */
  .tmot-panel-news-archive-list .tmot-accordion .panel .collapse.in ul:before {
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f0de";
    color: #a0120b;
    position: relative;
    top: -30px;
    left: 20px;
  }
  /* line 1157, ../sass/tmot-site-main.scss */
  .tmot-panel-news-archive-list .tmot-accordion .panel .collapse.in ul:after {
    font: normal normal normal 30px/1 FontAwesome;
    content: "\f0c8";
    display: block;
    position: absolute;
    color: white;
    top: 15px;
    right: 12px;
  }
  /* line 1167, ../sass/tmot-site-main.scss */
  .tmot-panel-news-archive-list .tmot-accordion button {
    text-align: left;
    width: 100%;
    padding: 15px;
    font-size: 16px;
  }
  /* line 1174, ../sass/tmot-site-main.scss */
  .tmot-panel-news-archive-list .tmot-accordion-button:after {
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f0dd";
    display: block;
    float: right;
    text-align: right;
  }

  /* line 1183, ../sass/tmot-site-main.scss */
  .tmot-panel-news .tmot-panel-body .tmot-news-article-teaser-body {
    display: none;
  }

  /* line 1186, ../sass/tmot-site-main.scss */
  .tmot-panel-news .tmot-news-article-read-more {
    display: none;
  }

  /* line 1189, ../sass/tmot-site-main.scss */
  .tmot-panel-news .tmot-news-article-title {
    font-size: 20px;
    max-height: inherit;
    text-align: center;
  }

  /* line 1194, ../sass/tmot-site-main.scss */
  .tmot-panel-news .tmot-news-article-title a {
    font-weight: bold;
    text-decoration: none;
  }
}
/* line 1201, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-comment .tmot-comments-item-header {
  background-color: #959391;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  color: white;
  height: 30px;
  border-radius: 0px;
}
/* line 1207, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-comment .tmot-comments-item-header .tmot-comments-item-title {
  text-transform: uppercase;
  display: block;
  float: left;
  padding-left: 10px;
  margin-top: 3px;
}
/* line 1214, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-comment .tmot-comments-item-header .tmot-comments-item-count {
  text-transform: uppercase;
  display: block;
  float: right;
  padding: 3px 10px 0px 0px;
}
/* line 1222, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-comment .tmot-comments-form {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
}
/* line 1225, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-comment .tmot-comments-form .tmot-panel-form {
  display: table;
  width: 100%;
}
/* line 1234, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-comment .tmot-panel-comment-item-author {
  background-color: #5e5e5e;
}
/* line 1238, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-comment .tmot-panel-comment-item-display-name {
  display: block;
  float: left;
  font-size: 16px;
  margin-right: 10px;
}
/* line 1245, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-comment .tmot-panel-comment-item-display-date {
  padding-top: 4px;
  font-size: 12px;
}
/* line 1250, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-comment .tmot-panel-comment-item-title {
  display: block;
  position: absolute;
}
/* line 1255, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-comment .tmot-panel-comment-item-body {
  background-color: #5e5e5e;
}

/* line 1261, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-onthisday .tmot-onthisday-title {
  padding-left: 10px;
  font-size: 20px;
  margin: 0;
  color: red;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 1271, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-onthisday .tmot-onthisday-body .tmot-onthisday-eventset {
  margin-bottom: 20px;
  display: table;
}
/* line 1274, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-onthisday .tmot-onthisday-body .tmot-onthisday-eventset .tmot-onthisday-content {
  float: right;
}
/* line 1276, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-onthisday .tmot-onthisday-body .tmot-onthisday-eventset .tmot-onthisday-content .tmot-onthisday-date {
  font-size: 13px;
  color: red;
  margin-bottom: 15px;
}
/* line 1281, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-onthisday .tmot-onthisday-body .tmot-onthisday-eventset .tmot-onthisday-content .tmot-onthisday-title {
  padding-left: 0px;
}
/* line 1283, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-onthisday .tmot-onthisday-body .tmot-onthisday-eventset .tmot-onthisday-content .tmot-onthisday-title a {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: capitalize;
}
/* line 1292, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-onthisday .tmot-onthisday-body .tmot-onthisday-eventset .tmot-onthisday-image {
  float: left;
  max-width: 100px;
  margin-right: 20px;
}
/* line 1296, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-onthisday .tmot-onthisday-body .tmot-onthisday-eventset .tmot-onthisday-image img {
  width: 100%;
}

/* line 1304, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-onthisday::before {
  content: '\02588';
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 40px;
  display: block;
  float: left;
  background-color: black;
  color: black;
}

/* line 1320, ../sass/tmot-site-main.scss */
.tmot-offer-container ul.tmot-fanclub-purchase-offer {
  padding-left: 0px;
  list-style-type: none;
}
/* line 1323, ../sass/tmot-site-main.scss */
.tmot-offer-container ul.tmot-fanclub-purchase-offer li {
  background-color: #eeedf2;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 1327, ../sass/tmot-site-main.scss */
.tmot-offer-container ul.tmot-fanclub-purchase-offer li label {
  width: 100%;
  color: red;
  font-size: 22px;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
}
/* line 1332, ../sass/tmot-site-main.scss */
.tmot-offer-container ul.tmot-fanclub-purchase-offer li label input[type="radio"] {
  width: 20px;
  height: inherit;
  display: inline;
  float: left;
  margin-right: 10px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  position: relative;
  top: 5px;
}
@media (max-width: 767px) {
  /* line 1332, ../sass/tmot-site-main.scss */
  .tmot-offer-container ul.tmot-fanclub-purchase-offer li label input[type="radio"] {
    top: -5px;
  }
}
/* line 1347, ../sass/tmot-site-main.scss */
.tmot-offer-container ul.tmot-fanclub-purchase-offer li ul {
  margin-left: 10px;
  list-style-type: disc;
}
/* line 1350, ../sass/tmot-site-main.scss */
.tmot-offer-container ul.tmot-fanclub-purchase-offer li ul li {
  padding: 0px;
}
/* line 1354, ../sass/tmot-site-main.scss */
.tmot-offer-container ul.tmot-fanclub-purchase-offer li .offer_label_text {
  display: table-cell;
  width: 70%;
  float: left;
}
/* line 1360, ../sass/tmot-site-main.scss */
.tmot-offer-container ul.tmot-fanclub-purchase-offer li .offer_label_price {
  display: block;
  float: right;
}

/* line 1370, ../sass/tmot-site-main.scss */
.tmot-panel-signin {
  background-color: #eeedf2;
  padding-top: 20px;
  margin-top: 60px;
  padding-bottom: 20px;
}
/* line 1375, ../sass/tmot-site-main.scss */
.tmot-panel-signin .checkbox input[type=checkbox] {
  margin-left: inherit;
}
/* line 1378, ../sass/tmot-site-main.scss */
.tmot-panel-signin .checkbox label {
  padding-left: 20px;
}

/* line 1383, ../sass/tmot-site-main.scss */
.tmot-panel-signin-reset {
  background-color: #eeedf2;
  padding-top: 20px;
  margin-top: 80px;
  padding-bottom: 20px;
  display: table;
  width: 100%;
}
/* line 1388, ../sass/tmot-site-main.scss */
.tmot-panel-signin-reset .checkbox input[type=checkbox] {
  margin-left: inherit;
}
/* line 1391, ../sass/tmot-site-main.scss */
.tmot-panel-signin-reset .checkbox label {
  padding-left: 20px;
}
/* line 1394, ../sass/tmot-site-main.scss */
.tmot-panel-signin-reset input[type=submit] {
  border: 0px solid;
}

/* line 1401, ../sass/tmot-site-main.scss */
.tmot-panel-facebook {
  margin-top: 60px;
}

/* line 1406, ../sass/tmot-site-main.scss */
.tmot-panel-upgrade h2 {
  text-transform: uppercase;
}

/* line 1412, ../sass/tmot-site-main.scss */
.tmot-panel-subscribe {
  background-color: #eeedf2;
  padding-top: 20px;
  padding-bottom: 20px;
  /*
  &.col-md-6 {
  	width: 49%;
  }
  */
}
/* line 1423, ../sass/tmot-site-main.scss */
.tmot-panel-subscribe .checkbox {
  padding-left: 20px;
  margin-bottom: 20px;
}
/* line 1426, ../sass/tmot-site-main.scss */
.tmot-panel-subscribe .checkbox .errors {
  margin-left: -20px;
}
/* line 1429, ../sass/tmot-site-main.scss */
.tmot-panel-subscribe .checkbox input[type=checkbox] {
  padding: initial;
}
/* line 1432, ../sass/tmot-site-main.scss */
.tmot-panel-subscribe .checkbox label {
  min-height: initial;
  position: relative;
  top: 2px;
}
/* line 1439, ../sass/tmot-site-main.scss */
.tmot-panel-subscribe .tmot-fb-subscription {
  margin-top: 20px;
}
/* line 1441, ../sass/tmot-site-main.scss */
.tmot-panel-subscribe .tmot-fb-subscription .fb_connect_button {
  margin-bottom: 20px;
}
/* line 1445, ../sass/tmot-site-main.scss */
.tmot-panel-subscribe .tmot-subscribe-seperator {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 1448, ../sass/tmot-site-main.scss */
.tmot-panel-subscribe .tmot-subscribe-seperator .tmot-subscribe-seperator-left {
  border-bottom: 1px solid black;
  float: left;
  width: 40%;
  padding-bottom: 6px;
}
/* line 1454, ../sass/tmot-site-main.scss */
.tmot-panel-subscribe .tmot-subscribe-seperator .tmot-subscribe-seperator-middle {
  float: left;
  text-align: center;
  width: 20%;
}
/* line 1459, ../sass/tmot-site-main.scss */
.tmot-panel-subscribe .tmot-subscribe-seperator .tmot-subscribe-seperator-right {
  border-bottom: 1px solid black;
  width: 40%;
  float: right;
  padding-bottom: 6px;
}

/* line 1468, ../sass/tmot-site-main.scss */
.tmot-offer-benefit-container {
  background-color: black;
  padding: 50px;
  margin: 25px auto 25px auto;
}

/* line 1475, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-offer .tmot-panel-offer-title {
  color: red;
  font-size: 26px;
  margin-bottom: 15px;
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
}
/* line 1485, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-offer .tmot-panel-offer-details .title {
  font-family: "Conv_FuturaStd-Heavy", "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  color: white;
  margin-bottom: 15px;
}
/* line 1491, ../sass/tmot-site-main.scss */
.tmot-panel.tmot-panel-offer .tmot-panel-offer-details .body {
  color: white;
  line-height: 2em;
  font-family: "Conv_FuturaStd-Medium", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
}

/* line 1503, ../sass/tmot-site-main.scss */
.tmot-panel-newsletter-signup-title {
  margin-top: 60px;
}
/* line 1505, ../sass/tmot-site-main.scss */
.tmot-panel-newsletter-signup-title h2 {
  text-transform: uppercase;
}

/* line 1511, ../sass/tmot-site-main.scss */
.tmot-panel-newsletter-signup {
  background-color: #eeedf2;
  padding-top: 20px;
  display: table;
  width: 100%;
}
/* line 1516, ../sass/tmot-site-main.scss */
.tmot-panel-newsletter-signup .checkbox {
  margin-left: 20px;
}

/* line 1521, ../sass/tmot-site-main.scss */
.tmot-panel-newsletter-signup-message {
  margin-top: 95px;
}

/* line 1525, ../sass/tmot-site-main.scss */
.tmot-jump-to-top {
  color: red;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 1525, ../sass/tmot-site-main.scss */
  .tmot-jump-to-top {
    display: none;
  }
}

/* line 1537, ../sass/tmot-site-main.scss */
div.form-group.input-group-sm textarea.form-control {
  height: 120px;
}

/* line 1544, ../sass/tmot-site-main.scss */
.tmot-cms-red {
  color: red !important;
}

/*This change was made for recaptcha after approval. It does affect the buttons globally but is acceptable. 
													Member_text is minor one page change so floating right. */
/* line 1551, ../sass/tmot-site-main.scss */
#proceed {
  float: left;
}

/* line 1556, ../sass/tmot-site-main.scss */
.member_text {
  float: right;
}

/* line 1560, ../sass/tmot-site-main.scss */
.recaptcha-error {
  clear: both;
  list-style: none;
}

/* line 1566, ../sass/tmot-site-main.scss */
.container.tmot-gallery {
  padding: 15px;
  margin-bottom: 260px;
}
@media (min-width: 1200px) {
  /* line 1566, ../sass/tmot-site-main.scss */
  .container.tmot-gallery {
    margin-bottom: 220px;
  }
}
@media (max-width: 767px) {
  /* line 1566, ../sass/tmot-site-main.scss */
  .container.tmot-gallery {
    margin-bottom: 500px;
  }
}
