/******** THIS IS THE MAIN SCSS. THIS IMPORTS ALL SCSS FILES AND WILL COMPILE TO THE MAIN.CSS ********/
/*******************************
    Variables
********************************/
/** IMPORTED GOOGLE FONTS **/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
/* Font Colors */
/* Font Family */
/* Gradient to and from colors */
/*******************************
    Bootstrap
********************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 34em) {
    .container {
      max-width: 34rem; } }
  @media (min-width: 48em) {
    .container {
      max-width: 45rem; } }
  @media (min-width: 62em) {
    .container {
      max-width: 60rem; } }
  @media (min-width: 75em) {
    .container {
      max-width: 72.25rem; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 34em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 48em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 62em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 75em) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.33333%; }

  .col-xl-2 {
    width: 16.66667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.33333%; }

  .col-xl-5 {
    width: 41.66667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.33333%; }

  .col-xl-8 {
    width: 66.66667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.33333%; }

  .col-xl-11 {
    width: 91.66667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.33333%; }

  .col-xl-pull-2 {
    right: 16.66667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.33333%; }

  .col-xl-pull-5 {
    right: 41.66667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.33333%; }

  .col-xl-pull-8 {
    right: 66.66667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.33333%; }

  .col-xl-pull-11 {
    right: 91.66667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.33333%; }

  .col-xl-push-2 {
    left: 16.66667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.33333%; }

  .col-xl-push-5 {
    left: 41.66667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.33333%; }

  .col-xl-push-8 {
    left: 66.66667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.33333%; }

  .col-xl-push-11 {
    left: 91.66667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-offset-11 {
    margin-left: 91.66667%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs:before, .nav-tabs:after {
    content: " ";
    display: table; }
  .nav-tabs:after {
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 0.25rem 0.25rem 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 34em) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-static-top {
  z-index: 1000; }
  @media (min-width: 34em) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0; }
  @media (min-width: 34em) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 34em) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  margin-right: 1rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  overflow: hidden;
  margin-left: 1rem;
  margin-right: 1rem; }
  .navbar-divider:before {
    content: '\00a0'; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 34em) {
  .navbar-toggleable-xs {
    display: block !important; } }
@media (min-width: 48em) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

/*******************************
   Defaults
********************************/
/** DEFAULT VALUES **/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Open Sans", sans-serif; }

.wrapper {
  min-height: 100%;
  position: relative; }

.content {
  width: 100%;
  padding-bottom: 3em; }

.clear {
  clear: both; }

.borders {
  width: 100%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC; }

h3 {
  font-size: 1.75em;
  font-weight: 300;
  text-align: left;
  margin: 18px 0;
  padding: .25em;
  color: #496fb5; }

.large-text {
  font-size: 1em;
  padding: .5em 1em;
  color: #333;
  text-align: center; }

@media (min-width: 992px) {
  h1 {
    font-size: 4em;
    margin: 1em auto 0;
    padding: 0;
    font-weight: 400; }

  h2 {
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    margin: 1.5em auto 1em;
    padding: 0;
    color: #496fb5; } }
/*******************************
    Mixins
********************************/
/* Gradient - Gray */
/*******************************
    Header Styles
********************************/
header {
  width: 100%;
  height: 4.1em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-color: #5e5e5e;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6f6f6f), to(#4d4d4d));
  background-image: -webkit-linear-gradient(top, #6f6f6f, #4d4d4d);
  background-image: -moz-linear-gradient(top, #6f6f6f, #4d4d4d);
  background-image: -ms-linear-gradient(top, #6f6f6f, #4d4d4d);
  background-image: -o-linear-gradient(top, #6f6f6f, #4d4d4d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6f6f6f', EndColorStr='#4d4d4d')"; }
  header .mobile-logo {
    width: 8em;
    position: absolute;
    left: .5em;
    top: .5em; }
  header .mobile-back {
    font-size: .75em;
    position: absolute;
    top: .75em;
    right: .75em; }
    header .mobile-back a {
      color: #eee;
      text-decoration: none; }

/* This is used to center the logo for full width */
.center {
  display: none; }

/* Medium devices (desktops, 600px and up) */
@media (min-width: 600px) and (max-width: 991px) {
  .mobile-logo {
    display: block; }

  .logo-container {
    width: 100%;
    display: none;
    margin: 0 auto;
    padding: 0; }
    .logo-container i {
      float: right; }
    .logo-container .center {
      width: 200px;
      float: none;
      position: absolute;
      left: 60%;
      top: 0;
      margin-left: -150px;
      margin-top: 8px;
      display: block; }

  .mobile-back {
    display: block; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 992px) {
  .mobile-logo {
    display: none; }

  .logo-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0; }
    .logo-container i {
      float: right; }
    .logo-container .center {
      width: 200px;
      float: none;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -150px;
      margin-top: 8px;
      display: block; }

  .mobile-back {
    display: none; } }
/*******************************
    Header Content Styles
********************************/
@media (min-width: 220px) and (max-width: 599px) {
  .header-content {
    text-align: center; }
    .header-content h1 {
      font-size: 1.45em;
      margin: 1em auto 0;
      padding: 0;
      font-weight: 400; }
    .header-content h2 {
      font-size: 1.25em;
      font-weight: 300;
      text-align: center;
      margin: 0 auto;
      padding: 0 2.5em;
      color: #496fb5; } }
@media (min-width: 600px) and (max-width: 992px) {
  .header-content {
    text-align: center; }
    .header-content h1 {
      font-size: 2em;
      margin: 1em auto 0;
      padding: 0;
      font-weight: 400; }
    .header-content h2 {
      font-size: 1.75em;
      font-weight: 300;
      text-align: center;
      margin: 0 auto;
      padding: 0;
      color: #496fb5; }
    .header-content .large-text {
      font-size: 1.25em;
      padding: .5em 1em; } }
@media (min-width: 993px) {
  .header-content {
    text-align: center; }
    .header-content h1 {
      font-size: 3em;
      margin: 1em auto 0;
      padding: 0;
      font-weight: 400; }
    .header-content h2 {
      font-size: 2em;
      font-weight: 300;
      text-align: center;
      margin: 0 auto;
      padding: 0;
      color: #496fb5; }
    .header-content .large-text {
      font-size: 1.25em;
      padding: .5em 1em; } }
/*******************************
    Navigation Styles
********************************/
@media (min-width: 300px) and (max-width: 413px) {
  .nav-full {
    display: none; }

  #mobile-nav-wrap {
    width: 100%;
    margin: 0 auto 1.5em;
    padding: 0;
    /* Circle Colors */ }
    #mobile-nav-wrap #all-mobile > ul {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: 8em;
      position: relative; }
      #mobile-nav-wrap #all-mobile > ul li {
        float: left;
        width: 3em;
        height: 3em;
        display: block;
        padding: 0;
        margin: 0 auto;
        border-radius: 50%; }
    #mobile-nav-wrap .top-nav {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      #mobile-nav-wrap .top-nav li {
        margin: 0 auto;
        padding: 0; }
      #mobile-nav-wrap .top-nav .rock-star {
        position: absolute;
        top: 1em;
        left: 8%; }
      #mobile-nav-wrap .top-nav .cover-band {
        position: absolute;
        top: 1em;
        left: 30%; }
      #mobile-nav-wrap .top-nav .touring-act {
        position: absolute;
        top: 1em;
        left: 52%; }
      #mobile-nav-wrap .top-nav .karaoke-star {
        position: absolute;
        top: 1em;
        left: 74%; }
    #mobile-nav-wrap .bottom-nav {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      #mobile-nav-wrap .bottom-nav li {
        margin: 0 auto;
        padding: 0; }
      #mobile-nav-wrap .bottom-nav .producer {
        position: absolute;
        top: 1em;
        left: 10%; }
      #mobile-nav-wrap .bottom-nav .cover-band {
        position: absolute;
        top: 1em;
        left: 40%; }
      #mobile-nav-wrap .bottom-nav .dj {
        position: absolute;
        top: 1em;
        left: 70%; }
    #mobile-nav-wrap #all-mobile a {
      text-decoration: none;
      width: 80%;
      height: 80%;
      float: left;
      display: block;
      padding: 10px;
      margin: 0 auto;
      border-radius: 50%;
      text-align: center;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
    #mobile-nav-wrap #all-mobile:hover a {
      opacity: 0.2; }
    #mobile-nav-wrap #all-mobile:hover ul:hover a {
      opacity: 0.5; }
    #mobile-nav-wrap #all-mobile:hover ul:hover a:hover {
      opacity: 1; }
    #mobile-nav-wrap .blue {
      background-color: #496fb5;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000%;
      color: #496fb5;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .blue:hover {
        background-color: #496fb5 !important;
        background-size: 1000%;
        color: #496fb5 !important; }
      #mobile-nav-wrap .blue span {
        position: absolute;
        top: 4.5em;
        left: .85em; }
    #mobile-nav-wrap .green {
      background-color: #44A472;
      background-image: url(../images/navigation.gif) !important;
      background-position: 17% 0 !important;
      background-size: 1000%;
      color: #44A472;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .green:hover {
        background: #44A472 !important;
        background-image: url(../images/navigation.gif) !important;
        background-size: 1000% !important;
        background-position: 17% 0 !important;
        color: #44A472 !important; }
      #mobile-nav-wrap .green span {
        position: absolute;
        top: 4.5em;
        left: .75em; }
    #mobile-nav-wrap .purple {
      background-color: #6F489C;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 33.5% 0 !important;
      background-size: 1000%;
      color: #6F489C;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .purple:hover {
        background-color: #6F489C !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 33.5% 0 !important;
        background-size: cover;
        color: #6F489C !important; }
      #mobile-nav-wrap .purple span {
        position: absolute;
        top: 4.5em;
        left: .25em; }
    #mobile-nav-wrap .gold {
      background-color: #F59120;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 50% 0 !important;
      background-size: 1000%;
      color: #F59120;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .gold:hover {
        background-color: #F59120 !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 50% 0 !important;
        color: #F59120 !important; }
      #mobile-nav-wrap .gold span {
        position: absolute;
        top: 4.5em;
        left: .25em; }
    #mobile-nav-wrap .grey {
      background-color: #58595B;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 66.5% 0 !important;
      background-size: 1000%;
      color: #58595B;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .grey:hover {
        background-color: #58595B !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 66.5% 0 !important;
        color: #58595B !important; }
      #mobile-nav-wrap .grey span {
        position: absolute;
        top: 4.5em;
        left: -.15em; }
    #mobile-nav-wrap .red {
      background-color: #D23A45;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 83.5% 0 !important;
      background-size: 1000%;
      color: #D23A45;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .red:hover {
        background-color: #D23A45 !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 83.5% 0 !important;
        color: #D23A45 !important; }
      #mobile-nav-wrap .red span {
        position: absolute;
        top: 4.5em;
        left: -1.25em; }
    #mobile-nav-wrap .teal {
      background-color: #57BF9E;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 99.6% 0 !important;
      background-size: 1000%;
      color: #57BF9E;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .teal:hover {
        background: #57BF9E !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 99.6% 0 !important;
        background-size: 1000% !important;
        color: #57BF9E !important; }
      #mobile-nav-wrap .teal span {
        position: absolute;
        top: 4.5em;
        left: 1.5em; } }
@media (min-width: 414px) and (max-width: 768px) {
  .nav-full {
    display: none; }

  #mobile-nav-wrap {
    width: 100%;
    margin: 0 auto 1.5em .75em;
    padding: 0;
    /* Circle Colors */ }
    #mobile-nav-wrap #all-mobile > ul {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: 8em;
      position: relative; }
      #mobile-nav-wrap #all-mobile > ul li {
        float: left;
        width: 3em;
        height: 3em;
        display: block;
        padding: 0;
        margin: 0 auto;
        border-radius: 50%; }
    #mobile-nav-wrap .top-nav {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      #mobile-nav-wrap .top-nav li {
        margin: 0 auto;
        padding: 0; }
      #mobile-nav-wrap .top-nav .rock-star {
        position: absolute;
        top: 1em;
        left: 8%; }
      #mobile-nav-wrap .top-nav .cover-band {
        position: absolute;
        top: 1em;
        left: 30%; }
      #mobile-nav-wrap .top-nav .touring-act {
        position: absolute;
        top: 1em;
        left: 52%; }
      #mobile-nav-wrap .top-nav .karaoke-star {
        position: absolute;
        top: 1em;
        left: 74%; }
    #mobile-nav-wrap .bottom-nav {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      #mobile-nav-wrap .bottom-nav li {
        margin: 0 auto;
        padding: 0; }
      #mobile-nav-wrap .bottom-nav .producer {
        position: absolute;
        top: 1em;
        left: 10%; }
      #mobile-nav-wrap .bottom-nav .cover-band {
        position: absolute;
        top: 1em;
        left: 40%; }
      #mobile-nav-wrap .bottom-nav .dj {
        position: absolute;
        top: 1em;
        left: 70%; }
    #mobile-nav-wrap #all-mobile a {
      text-decoration: none;
      width: 80%;
      height: 80%;
      float: left;
      display: block;
      padding: 10px;
      margin: 0 auto;
      border-radius: 50%;
      text-align: center;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
    #mobile-nav-wrap #all-mobile:hover a {
      opacity: 0.2; }
    #mobile-nav-wrap #all-mobile:hover ul:hover a {
      opacity: 0.5; }
    #mobile-nav-wrap #all-mobile:hover ul:hover a:hover {
      opacity: 1; }
    #mobile-nav-wrap .blue {
      background-color: #496fb5;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000%;
      color: #496fb5;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .blue:hover {
        background-color: #496fb5 !important;
        background-size: 1000%;
        color: #496fb5 !important; }
      #mobile-nav-wrap .blue span {
        position: absolute;
        top: 4.5em;
        left: .85em; }
    #mobile-nav-wrap .green {
      background-color: #44A472;
      background-image: url(../images/navigation.gif) !important;
      background-position: 17% 0 !important;
      background-size: 1000%;
      color: #44A472;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .green:hover {
        background: #44A472 !important;
        background-image: url(../images/navigation.gif) !important;
        background-size: 1000% !important;
        background-position: 17% 0 !important;
        color: #44A472 !important; }
      #mobile-nav-wrap .green span {
        position: absolute;
        top: 4.5em;
        left: .75em; }
    #mobile-nav-wrap .purple {
      background-color: #6F489C;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 33.5% 0 !important;
      background-size: 1000%;
      color: #6F489C;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .purple:hover {
        background-color: #6F489C !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 33.5% 0 !important;
        background-size: cover;
        color: #6F489C !important; }
      #mobile-nav-wrap .purple span {
        position: absolute;
        top: 4.5em;
        left: .25em; }
    #mobile-nav-wrap .gold {
      background-color: #F59120;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 50% 0 !important;
      background-size: 1000%;
      color: #F59120;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .gold:hover {
        background-color: #F59120 !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 50% 0 !important;
        color: #F59120 !important; }
      #mobile-nav-wrap .gold span {
        position: absolute;
        top: 4.5em;
        left: .25em; }
    #mobile-nav-wrap .grey {
      background-color: #58595B;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 66.5% 0 !important;
      background-size: 1000%;
      color: #58595B;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .grey:hover {
        background-color: #58595B !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 66.5% 0 !important;
        color: #58595B !important; }
      #mobile-nav-wrap .grey span {
        position: absolute;
        top: 4.5em;
        left: -.15em; }
    #mobile-nav-wrap .red {
      background-color: #D23A45;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 83.5% 0 !important;
      background-size: 1000%;
      color: #D23A45;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .red:hover {
        background-color: #D23A45 !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 83.5% 0 !important;
        color: #D23A45 !important; }
      #mobile-nav-wrap .red span {
        position: absolute;
        top: 4.5em;
        left: -1.25em; }
    #mobile-nav-wrap .teal {
      background-color: #57BF9E;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 99.6% 0 !important;
      background-size: 1000%;
      color: #57BF9E;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .teal:hover {
        background: #57BF9E !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 99.6% 0 !important;
        background-size: 1000% !important;
        color: #57BF9E !important; }
      #mobile-nav-wrap .teal span {
        position: absolute;
        top: 4.5em;
        left: 1.5em; } }
@media (min-width: 768px) and (max-width: 991px) {
  .nav-full {
    display: none; }

  #mobile-nav-wrap {
    width: 100%;
    margin: 0 auto 1.5em .75em;
    padding: 0;
    /* Circle Colors */ }
    #mobile-nav-wrap #all-mobile {
      width: 95%;
      margin-left: 2.25em; }
    #mobile-nav-wrap #all-mobile > ul {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: 8em;
      position: relative; }
      #mobile-nav-wrap #all-mobile > ul li {
        float: left;
        width: 3em;
        height: 3em;
        display: block;
        padding: 0;
        margin: 0 auto;
        border-radius: 50%; }
    #mobile-nav-wrap .top-nav {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      #mobile-nav-wrap .top-nav li {
        margin: 0 auto;
        padding: 0; }
      #mobile-nav-wrap .top-nav .rock-star {
        position: absolute;
        top: 1em;
        left: 8%; }
      #mobile-nav-wrap .top-nav .cover-band {
        position: absolute;
        top: 1em;
        left: 30%; }
      #mobile-nav-wrap .top-nav .touring-act {
        position: absolute;
        top: 1em;
        left: 52%; }
      #mobile-nav-wrap .top-nav .karaoke-star {
        position: absolute;
        top: 1em;
        left: 74%; }
    #mobile-nav-wrap .bottom-nav {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      #mobile-nav-wrap .bottom-nav li {
        margin: 0 auto;
        padding: 0; }
      #mobile-nav-wrap .bottom-nav .producer {
        position: absolute;
        top: 1em;
        left: 10%; }
      #mobile-nav-wrap .bottom-nav .cover-band {
        position: absolute;
        top: 1em;
        left: 40%; }
      #mobile-nav-wrap .bottom-nav .dj {
        position: absolute;
        top: 1em;
        left: 70%; }
    #mobile-nav-wrap #all-mobile a {
      text-decoration: none;
      width: 80%;
      height: 80%;
      float: left;
      display: block;
      padding: 10px;
      margin: 0 auto;
      border-radius: 50%;
      text-align: center;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
    #mobile-nav-wrap #all-mobile:hover a {
      opacity: 0.2; }
    #mobile-nav-wrap #all-mobile:hover ul:hover a {
      opacity: 0.5; }
    #mobile-nav-wrap #all-mobile:hover ul:hover a:hover {
      opacity: 1; }
    #mobile-nav-wrap .blue {
      background-color: #496fb5;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000%;
      color: #496fb5;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .blue:hover {
        background-color: #496fb5 !important;
        background-size: 1000%;
        color: #496fb5 !important; }
      #mobile-nav-wrap .blue span {
        position: absolute;
        top: 4.5em;
        left: .85em; }
    #mobile-nav-wrap .green {
      background-color: #44A472;
      background-image: url(../images/navigation.gif) !important;
      background-position: 17% 0 !important;
      background-size: 1000%;
      color: #44A472;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .green:hover {
        background: #44A472 !important;
        background-image: url(../images/navigation.gif) !important;
        background-size: 1000% !important;
        background-position: 17% 0 !important;
        color: #44A472 !important; }
      #mobile-nav-wrap .green span {
        position: absolute;
        top: 4.5em;
        left: .75em; }
    #mobile-nav-wrap .purple {
      background-color: #6F489C;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 33.5% 0 !important;
      background-size: 1000%;
      color: #6F489C;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .purple:hover {
        background-color: #6F489C !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 33.5% 0 !important;
        background-size: cover;
        color: #6F489C !important; }
      #mobile-nav-wrap .purple span {
        position: absolute;
        top: 4.5em;
        left: .25em; }
    #mobile-nav-wrap .gold {
      background-color: #F59120;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 50% 0 !important;
      background-size: 1000%;
      color: #F59120;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .gold:hover {
        background-color: #F59120 !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 50% 0 !important;
        color: #F59120 !important; }
      #mobile-nav-wrap .gold span {
        position: absolute;
        top: 4.5em;
        left: .25em; }
    #mobile-nav-wrap .grey {
      background-color: #58595B;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 66.5% 0 !important;
      background-size: 1000%;
      color: #58595B;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .grey:hover {
        background-color: #58595B !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 66.5% 0 !important;
        color: #58595B !important; }
      #mobile-nav-wrap .grey span {
        position: absolute;
        top: 4.5em;
        left: -.15em; }
    #mobile-nav-wrap .red {
      background-color: #D23A45;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 83.5% 0 !important;
      background-size: 1000%;
      color: #D23A45;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .red:hover {
        background-color: #D23A45 !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 83.5% 0 !important;
        color: #D23A45 !important; }
      #mobile-nav-wrap .red span {
        position: absolute;
        top: 4.5em;
        left: -1.25em; }
    #mobile-nav-wrap .teal {
      background-color: #57BF9E;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: 99.6% 0 !important;
      background-size: 1000%;
      color: #57BF9E;
      font-weight: bold;
      font-size: .85em; }
      #mobile-nav-wrap .teal:hover {
        background: #57BF9E !important;
        background-image: url(../images/navigation.gif) !important;
        background-position: 99.6% 0 !important;
        background-size: 1000% !important;
        color: #57BF9E !important; }
      #mobile-nav-wrap .teal span {
        position: absolute;
        top: 4.5em;
        left: 1.5em; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #mobile-nav-wrap {
    display: none; }

  .nav-full {
    width: 100%;
    margin: 0 auto;
    display: none;
    padding: 0; }

  #all > ul {
    list-style: none;
    margin: 0 auto 0 1em;
    padding: 0 10px 0 0;
    height: 13em;
    position: relative; }
    #all > ul li {
      width: 75px;
      height: 75px;
      float: left;
      display: block;
      padding: 10px;
      margin: 1em 1em;
      border-radius: 50%;
      text-align: center; }

  #all a {
    text-decoration: none;
    width: 75px;
    height: 75px;
    float: left;
    display: block;
    padding: 10px;
    margin: 1em 1.45em;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }

  #all:hover a {
    opacity: 0.2; }

  #all:hover ul:hover a {
    opacity: 0.5;
    background: #999;
    color: #999; }

  #all:hover ul:hover a:hover {
    opacity: 1; }

  /* Circle Colors */
  .blue {
    background-color: #496fb5;
    background-image: url(../images/navigation.gif) !important;
    background-size: 1000% !important;
    background-position: -4px 0 !important;
    color: #496fb5;
    font-weight: bold; }
    .blue:hover {
      background-color: #496fb5 !important;
      background-size: 1000% !important;
      background-position: -4px 0 !important;
      color: #496fb5 !important; }
    .blue span {
      position: absolute;
      bottom: 2.5em;
      left: 3.5em; }

  .green {
    background-color: #44A472;
    background-image: url(../images/navigation.gif) !important;
    background-size: 1000% !important;
    background-position: -145px 0 !important;
    color: #44A472;
    font-weight: bold; }
    .green:hover {
      background: #44A472 !important;
      background-image: url(../images/navigation.gif) !important;
      background-position: -145px 0 !important;
      background-size: 1000% !important;
      color: #44A472 !important; }
    .green span {
      position: absolute;
      bottom: 2.5em;
      left: 11em; }

  .purple {
    background-color: #6F489C;
    background-image: url(../images/navigation.gif) !important;
    background-position: -287px 0 !important;
    background-size: 1000% !important;
    color: #6F489C;
    font-weight: bold; }
    .purple:hover {
      background-color: #6F489C !important;
      background-image: url(../images/navigation.gif) !important;
      background-position: -345px 0 !important;
      background-size: 1000% !important;
      color: #6F489C !important; }
    .purple span {
      position: absolute;
      bottom: 2.5em;
      left: 19em; }

  .gold {
    background-color: #F59120;
    background-image: url(../images/navigation.gif) !important;
    background-size: 1000% !important;
    background-position: -427px 0 !important;
    color: #F59120;
    font-weight: bold; }
    .gold:hover {
      background-color: #F59120 !important;
      background-image: url(../images/navigation.gif) !important;
      background-position: -400px 0 !important;
      background-size: 1000% !important;
      color: #F59120 !important; }
    .gold span {
      position: absolute;
      bottom: 2.5em;
      left: 27em; }

  .grey {
    background-color: #58595B;
    background-image: url(../images/navigation.gif) !important;
    background-position: -570px 0 !important;
    background-size: 1000% !important;
    color: #58595B;
    font-weight: bold; }
    .grey:hover {
      background-color: #58595B !important;
      background-image: url(../images/navigation.gif) !important;
      background-position: -570px 0 !important;
      background-size: 1000% !important;
      color: #58595B !important; }
    .grey span {
      position: absolute;
      bottom: 2.5em;
      right: 21em; }

  .red {
    background-color: #D23A45;
    background-image: url(../images/navigation.gif) !important;
    background-size: 1000% !important;
    background-position: -711px 0 !important;
    color: #D23A45;
    font-weight: bold; }
    .red:hover {
      background-color: #D23A45 !important;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: -711px 0 !important;
      color: #D23A45 !important; }
    .red span {
      position: absolute;
      bottom: 2.5em;
      right: 9.75em; }

  .teal {
    background-color: #57BF9E;
    background-image: url(../images/navigation.gif) !important;
    background-size: 1000% !important;
    background-position: -852px 0 !important;
    color: #57BF9E;
    font-weight: bold; }
    .teal:hover {
      background: #57BF9E !important;
      background-image: url(../images/navigation.gif) !important;
      background-size: 1000% !important;
      background-position: -852px 0 !important;
      color: #57BF9E !important; }
    .teal span {
      position: absolute;
      bottom: 2.5em;
      right: 6.25em; }

  /* End Circle Colors */ }
@media (min-width: 1200px) {
  #mobile-nav-wrap {
    display: none; }

  .nav-full {
    width: 100%;
    margin: 0 auto;
    display: none;
    padding: 0; }

  #all > ul {
    list-style: none;
    margin: 0 auto 0 -1em;
    padding: 0 10px 0 0;
    height: 13em;
    position: relative; }
    #all > ul li {
      width: 100px;
      height: 100px;
      float: left;
      display: block;
      padding: 10px;
      margin: 1em 1.45em;
      border-radius: 50%;
      text-align: center; }

  #all a {
    text-decoration: none;
    width: 100px;
    height: 100px;
    float: left;
    display: block;
    padding: 10px;
    margin: 1em 1.45em;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }

  #all:hover a {
    opacity: 0.2; }

  #all:hover ul:hover a {
    opacity: 0.5;
    background: #999;
    color: #999; }

  #all:hover ul:hover a:hover {
    opacity: 1; }

  /* Circle Colors */
  .blue {
    background-color: #496fb5;
    background-image: url(../images/navigation.gif) !important;
    color: #496fb5;
    font-weight: bold; }
    .blue:hover {
      background-color: #496fb5 !important;
      color: #496fb5 !important; }
    .blue span {
      position: absolute;
      bottom: 1em;
      left: 4.5em; }

  .green {
    background-color: #44A472;
    background-image: url(../images/navigation.gif) !important;
    background-position: -173px 0 !important;
    color: #44A472;
    font-weight: bold; }
    .green:hover {
      background: #44A472 !important;
      background-image: url(../images/navigation.gif) !important;
      background-position: -173px 0 !important;
      color: #44A472 !important; }
    .green span {
      position: absolute;
      bottom: 1em;
      left: 14.75em; }

  .purple {
    background-color: #6F489C;
    background-image: url(../images/navigation.gif) !important;
    background-position: -345px 0 !important;
    color: #6F489C;
    font-weight: bold; }
    .purple:hover {
      background-color: #6F489C !important;
      background-image: url(../images/navigation.gif) !important;
      background-position: -345px 0 !important;
      color: #6F489C !important; }
    .purple span {
      position: absolute;
      bottom: 1em;
      left: 25.25em; }

  .gold {
    background-color: #F59120;
    background-image: url(../images/navigation.gif) !important;
    background-position: -516px 0 !important;
    color: #F59120;
    font-weight: bold; }
    .gold:hover {
      background-color: #F59120 !important;
      background-image: url(../images/navigation.gif) !important;
      background-position: -516px 0 !important;
      color: #F59120 !important; }
    .gold span {
      position: absolute;
      bottom: 1em;
      left: 35em; }

  .grey {
    background-color: #58595B;
    background-image: url(../images/navigation.gif) !important;
    background-position: -687px 0 !important;
    color: #58595B;
    font-weight: bold; }
    .grey:hover {
      background-color: #58595B !important;
      background-image: url(../images/navigation.gif) !important;
      background-position: -687px 0 !important;
      color: #58595B !important; }
    .grey span {
      position: absolute;
      bottom: 1em;
      right: 24.2em; }

  .red {
    background-color: #D23A45;
    background-image: url(../images/navigation.gif) !important;
    background-position: -858px 0 !important;
    color: #D23A45;
    font-weight: bold; }
    .red:hover {
      background-color: #D23A45 !important;
      background-image: url(../images/navigation.gif) !important;
      background-position: -858px 0 !important;
      color: #D23A45 !important; }
    .red span {
      position: absolute;
      bottom: 1em;
      right: 10.75em; }

  .teal {
    background-color: #57BF9E;
    background-image: url(../images/navigation.gif) !important;
    background-position: -1030px 0 !important;
    color: #57BF9E;
    font-weight: bold; }
    .teal:hover {
      background: #57BF9E !important;
      background-image: url(../images/navigation.gif) !important;
      background-position: -1030px 0 !important;
      color: #57BF9E !important; }
    .teal span {
      position: absolute;
      bottom: 1em;
      right: 4.75em; }

  /* End Circle Colors */ }
/*******************************
    Footer Styles
********************************/
.footer-wrapper {
  width: 100%;
  height: auto;
  background-color: #5e5e5e;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6f6f6f), to(#4d4d4d));
  background-image: -webkit-linear-gradient(top, #6f6f6f, #4d4d4d);
  background-image: -moz-linear-gradient(top, #6f6f6f, #4d4d4d);
  background-image: -ms-linear-gradient(top, #6f6f6f, #4d4d4d);
  background-image: -o-linear-gradient(top, #6f6f6f, #4d4d4d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6f6f6f', EndColorStr='#4d4d4d')"; }

.footer {
  width: 100%; }
  .footer ul {
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    .footer ul li {
      text-align: center;
      padding: .35em 0;
      margin: 0 auto;
      font-size: .85em; }
      .footer ul li a {
        color: #EEE;
        text-decoration: none; }
        .footer ul li a:hover {
          text-decoration: none; }
  .footer p {
    font-size: .5em;
    color: #EEE;
    text-align: center; }

/**** Full Width Styles ****/
/* Medium devices (desktop, 992px and up) */
@media (min-width: 992px) {
  .footer ul {
    margin-left: 4em; }
    .footer ul li {
      float: left;
      padding: 1.5em;
      margin: 0 auto;
      font-size: .9em; }
  .footer p {
    font-size: .75em; } }
/*******************************
    Rock Star Styles
********************************/
/* Banner Image */
.banner-wrapper {
  width: 100%;
  margin: 0 auto; }
  .banner-wrapper img {
    width: 100%; }

.travelers-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  .travelers-wrapper h2 {
    font-size: 1.25em;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    padding: .5em .75em;
    color: #496fb5; }
  .travelers-wrapper .image-row img {
    width: 100%; }
  .travelers-wrapper .image-row p {
    text-align: center;
    font-size: .8em;
    margin: 0 auto 1em;
    padding: 0; }

.message-wrapper-mobile {
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
  display: block; }
  .message-wrapper-mobile h3 {
    text-align: center;
    font-size: 1.55em; }

.mobile-circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #496fb5;
  position: relative;
  display: block;
  margin-left: 44%; }
  .mobile-circle i {
    color: #FFF;
    position: absolute;
    top: 15px;
    left: 15px; }

.message-wrapper {
  display: none; }

/* Mobile images with city and map at bottom of section */
.image-wrapper {
  width: 100%;
  margin: .5em auto -.5em;
  padding: 0; }
  .image-wrapper .full-top {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  .image-wrapper .bottom-left {
    width: 49%;
    float: left;
    margin-right: .25em;
    padding: 0; }
  .image-wrapper .bottom-right {
    width: 49%;
    float: left;
    padding: 0; }

.inline-images {
  display: none; }

/** FULL WIDTH VIEW MEDIA QUERY **/
@media (min-width: 992px) {
  .banner-wrapper {
    margin-top: 5em; }

  /* Images below banner */
  .travelers-wrapper {
    width: 98%;
    margin: 0 auto 0 1em;
    padding: 0; }
    .travelers-wrapper h2 {
      font-size: 2em; }
    .travelers-wrapper .image-row {
      width: 32%;
      float: left;
      margin: 0 auto;
      padding: 0; }
      .travelers-wrapper .image-row img {
        width: 100%; }
      .travelers-wrapper .image-row p {
        text-align: center;
        font-size: 1em; }
    .travelers-wrapper .middle {
      margin: 0 1em; }

  .borders {
    margin-left: 1em; }

  /* Full width images below slideshow */ }
@media (min-width: 1200px) {
  .travelers-wrapper .col-sm-12 {
    width: 30%;
    float: left;
    padding: 0 .75em;
    margin-left: .5em; } }
/*******************************
    Slideshow Styles
********************************/
#slideshow-wrap {
  display: block;
  height: auto;
  max-width: 98%;
  margin: auto;
  margin: 20px auto 0 1em;
  position: relative; }

#slideshow-inner {
  width: 100%;
  height: 100%;
  background-color: black;
  overflow: hidden;
  position: relative; }

#slideshow-inner > ul {
  list-style: none;
  height: 100%;
  width: 500%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0px;
  -webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1); }

#slideshow-inner > ul > li {
  width: 20%;
  height: auto;
  float: left;
  margin: 0 auto;
  padding: 0;
  position: relative; }

#slideshow-inner > ul > li > img {
  width: 100%;
  height: 105%;
  margin: .25em auto 0; }

#slideshow-wrap input[type=radio] {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 100;
  visibility: hidden; }

#slideshow-wrap label:not(.arrows):not(.show-description-label) {
  position: absolute;
  left: 38%;
  bottom: 10%;
  z-index: 100;
  width: 25%;
  height: 20%;
  background-color: rgba(235, 235, 235, 0.65);
  cursor: pointer; }
  #slideshow-wrap label:not(.arrows):not(.show-description-label) p {
    margin-top: 8%;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    color: #222;
    text-transform: uppercase; }

#slideshow-wrap label:not(.arrows):active {
  bottom: 10%; }

#slideshow-wrap input[type=radio]#button-1:checked ~ label[for=button-1] {
  background-color: rgba(255, 255, 255, 0.8); }

#slideshow-wrap input[type=radio]#button-2:checked ~ label[for=button-2] {
  background-color: rgba(255, 255, 255, 0.8); }

#slideshow-wrap input[type=radio]#button-3:checked ~ label[for=button-3] {
  background-color: rgba(255, 255, 255, 0.8); }

#slideshow-wrap label[for=button-1] {
  margin-left: -30%; }

#slideshow-wrap label[for=button-2] {
  margin-left: 0; }

#slideshow-wrap label[for=button-3] {
  margin-left: 30%; }

#slideshow-wrap input[type=radio]#button-1:checked ~ #slideshow-inner > ul {
  left: 0; }

#slideshow-wrap input[type=radio]#button-2:checked ~ #slideshow-inner > ul {
  left: -100%; }

#slideshow-wrap input[type=radio]#button-3:checked ~ #slideshow-inner > ul {
  left: -200%; }

label.arrows:hover {
  opacity: 1; }

label.arrows:active {
  margin-top: -23px; }

input[type=radio]#button-1:checked ~ .arrows#arrow-2, input[type=radio]#button-2:checked ~ .arrows#arrow-3, input[type=radio]#button-3:checked ~ .arrows#arrow-4 {
  right: -55px;
  display: none; }

input[type=radio]#button-2:checked ~ .arrows#arrow-1, input[type=radio]#button-3:checked ~ .arrows#arrow-2, input[type=radio]#button-4:checked ~ .arrows#arrow-3 {
  left: -55px;
  display: none;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }

input[type=radio]#button-2:checked ~ .arrows#arrow-1 {
  left: -19px; }

input[type=radio]#button-3:checked ~ .arrows#arrow-2 {
  left: -37px; }

input[type=radio]#button-5:checked ~ .arrows#arrow-4 {
  left: -73px; }

.description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Yanone Kaffeesatz';
  z-index: 1000; }

.description input {
  display: none; }

.description label {
  display: none; }

#slideshow-inner > ul > li .description label {
  opacity: 1; }

.description input[type=checkbox]:checked ~ label {
  opacity: 1; }

.description .description-text {
  background-color: rgba(35, 35, 35, 0.5);
  padding-top: 25px;
  padding-bottom: 35px;
  position: relative;
  margin-left: 0 auto;
  line-height: 10px;
  text-align: center;
  width: 100%;
  height: auto;
  top: 30px;
  z-index: 4;
  opacity: 1;
  color: #141414;
  font-family: "Open Sans", sans-serif; }
  .description .description-text h2 {
    margin: .75em auto;
    font-size: 500%;
    color: #FFF;
    text-transform: uppercase; }
  .description .description-text p {
    width: 45%;
    line-height: 1.2em;
    margin: 0 auto;
    padding: 0;
    color: #FFF; }
  .description .description-text .topline {
    font-size: 1.5em;
    text-transform: uppercase; }

.description input[type=checkbox]:checked ~ .description-text {
  opacity: 1; }

@media (min-width: 320px) and (max-width: 475px) {
  #slideshow-wrap {
    width: 91.5%;
    margin: 1em auto 0; }

  .description .description-text {
    padding-top: .5em;
    padding-bottom: .5em;
    top: 10px; }
    .description .description-text h2 {
      margin: .35em auto;
      font-size: 150%;
      color: #FFF;
      text-transform: uppercase; }
    .description .description-text p {
      width: 25em;
      font-size: 60%;
      line-height: 1.5em;
      margin: 0 auto;
      padding: 0;
      color: #FFF; }
    .description .description-text .topline {
      font-size: .75em;
      text-transform: uppercase; }

  #slideshow-wrap label:not(.arrows):not(.show-description-label) p {
    font-size: .5em; } }
@media (min-width: 476px) and (max-width: 991px) {
  #slideshow-wrap {
    width: 91.5%;
    margin: 1em auto 0; }

  .description .description-text {
    padding-top: .5em;
    padding-bottom: .5em;
    top: 10px; }
    .description .description-text h2 {
      margin: .35em auto;
      font-size: 150%;
      color: #FFF;
      text-transform: uppercase; }
    .description .description-text p {
      width: 25em;
      font-size: 60%;
      line-height: 1.5em;
      margin: 0 auto;
      padding: 0;
      color: #FFF; }
    .description .description-text .topline {
      font-size: .75em;
      text-transform: uppercase; }

  #slideshow-wrap label:not(.arrows):not(.show-description-label) p {
    font-size: 75%; } }
@media (min-width: 992px) {
  #slideshow-wrap {
    width: 95.5%;
    margin: 1em auto 0 1.5em; } }
/*******************************
    Cover Band Styles
********************************/
/*******************************
    Touring Act Styles
********************************/
/*******************************
    Producer Styles
********************************/
/*******************************
    Undiscovered Talent Styles
********************************/
/*******************************
    DJ Styles
********************************/
/*******************************
   Media Queries & Tablet Fixes
********************************/
/** Media Queries for adjustments and all tablet styles **/
@media (min-width: 300px) and (max-width: 600px) {
  .image-wrapper {
    width: 92%; }
    .image-wrapper .top-image {
      width: 91.89%;
      padding: 0 4% 0; }
    .image-wrapper .bottom-images {
      width: 99.65%; }
      .image-wrapper .bottom-images .bottom-right {
        width: 49%;
        float: left;
        margin-left: .11em;
        padding: 0; }

  .inline-images {
    display: none; } }
@media (min-width: 544px) and (max-width: 600px) {
  .travelers-wrapper .col-sm-12 {
    float: none;
    width: 95%; } }
@media (min-width: 601px) and (max-width: 991px) {
  .travelers-wrapper .col-sm-12 {
    width: 30%;
    float: left;
    padding: .25em;
    margin-left: .45em; }
  .travelers-wrapper .inline-images {
    display: block; } }
@media (min-width: 601px) and (max-width: 734px) {
  .mobile-images {
    display: none; }

  /* Full width images below slideshow */
  .inline-images {
    display: block;
    width: 100%;
    margin: 1em 0 2em 1.75em;
    padding: 0; }
    .inline-images .image-side-wrapper {
      padding: 0;
      margin: 0 auto;
      float: left;
      width: 21%; }
      .inline-images .image-side-wrapper > img {
        width: 100%; }
    .inline-images .image-mid-wrapper {
      padding: 0;
      margin: 0 .7em;
      float: left;
      width: 44%; }
      .inline-images .image-mid-wrapper > img {
        margin: 0 auto;
        width: 100%; } }
@media (min-width: 735px) and (max-width: 767px) {
  .mobile-images {
    display: none; }

  /* Full width images below slideshow */
  .inline-images {
    display: block;
    width: 100%;
    margin: .5em auto 0 1.5em;
    padding: 0; }
    .inline-images .image-side-wrapper {
      padding: 0;
      margin: 0 auto;
      float: left;
      width: 21.25%; }
      .inline-images .image-side-wrapper > img {
        width: 100%; }
    .inline-images .image-mid-wrapper {
      padding: 0;
      margin: 0 .8em;
      float: left;
      width: 44.5%; }
      .inline-images .image-mid-wrapper > img {
        margin: 0 auto;
        width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-images {
    display: none; }

  /* Full width images below slideshow */
  .inline-images {
    display: block;
    width: 100%;
    margin: .5em auto 0 1.5em;
    padding: 0; }
    .inline-images .image-side-wrapper {
      padding: 0;
      margin: 0 auto;
      float: left;
      width: 21.25%; }
      .inline-images .image-side-wrapper > img {
        width: 100%; }
    .inline-images .image-mid-wrapper {
      padding: 0;
      margin: 0 1.05em;
      float: left;
      width: 44.5%; }
      .inline-images .image-mid-wrapper > img {
        margin: 0 auto;
        width: 100%; } }
@media (min-width: 736px) {
  .large-text {
    font-size: 1.25em;
    margin-bottom: .75em; }

  .middle {
    padding: 0; } }
/* 992 - 1199 */
@media (min-width: 992px) and (max-width: 1199px) {
  .travelers-wrapper .col-sm-12 {
    width: 30%;
    float: left;
    padding: .25em;
    margin-left: .7em; }

  .mobile-images {
    display: none; }

  /* Full width images below slideshow */
  .inline-images {
    display: block;
    width: 100%;
    margin: .5em auto 0 1.5em;
    padding: 0; }
    .inline-images .image-side-wrapper {
      padding: 0;
      margin: 0 auto;
      float: left;
      width: 22.5%; }
      .inline-images .image-side-wrapper > img {
        width: 100%; }
    .inline-images .image-mid-wrapper {
      padding: 0;
      margin: 0 1.05em;
      float: left;
      width: 47%; }
      .inline-images .image-mid-wrapper > img {
        margin: 0 auto;
        width: 100%; }

  .borders {
    width: 93.65%;
    margin-left: 1.85em; }

  .message-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0;
    display: block; }
    .message-wrapper h3 {
      font-size: 1.35em; }

  .circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #496fb5;
    position: relative;
    float: left;
    margin-left: 2em;
    margin-right: .5em;
    margin-top: .25em; }
    .circle i {
      color: #FFF;
      position: absolute;
      top: 15px;
      left: 15px; }

  .message-wrapper-mobile {
    display: none; } }
@media (min-width: 992px) {
  .large-text {
    font-size: 1.53em;
    color: #333; }

  .nav-full {
    display: block; }

  #mobile-nav-wrap {
    display: none; } }
/* 1200px */
@media (min-width: 1200px) {
  .borders {
    width: 95.5%;
    margin-left: 2em; }

  .message-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0;
    display: block; }
    .message-wrapper h3 {
      font-size: 1.65em; }

  .circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #496fb5;
    position: relative;
    float: left;
    margin-left: 2em;
    margin-right: .5em;
    margin-top: .25em; }
    .circle i {
      color: #FFF;
      position: absolute;
      top: 15px;
      left: 15px; }

  .message-wrapper-mobile {
    display: none; }

  .mobile-images {
    display: none; }

  /* Full width images below slideshow */
  .inline-images {
    display: block;
    width: 100%;
    margin: .5em auto 0 1.5em;
    padding: 0; }
    .inline-images .image-side-wrapper {
      padding: 0;
      margin: 0 auto;
      float: left;
      width: 22.65%; }
      .inline-images .image-side-wrapper > img {
        width: 100%; }
    .inline-images .image-mid-wrapper {
      padding: 0;
      margin: 0 1.05em;
      float: left;
      width: 47.4%; }
      .inline-images .image-mid-wrapper > img {
        margin: 0 auto;
        width: 100%; } }

/*# sourceMappingURL=main.css.map */
