/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 99, ../sass/_normalize.scss */
a:active {
  outline: 0;
}
/* line 102, ../sass/_normalize.scss */
a:hover {
  outline: 0;
}

/* line 114, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 122, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 131, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 140, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 149, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 158, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 166, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 174, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 178, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 189, ../sass/_normalize.scss */
img {
  border: 0;
}

/* line 197, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 208, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 216, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 225, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 233, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 256, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 270, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 281, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 294, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 306, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 315, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 326, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 338, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 350, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 360, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 371, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 380, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 391, ../sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 400, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 409, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 420, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 20, ../sass/_reboot.scss */
html {
  box-sizing: border-box;
}

/* line 24, ../sass/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 62, ../sass/_reboot.scss */
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

/* line 69, ../sass/_reboot.scss */
body {
  font-family: "urw-din", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
  background-color: #fff;
}

/* line 85, ../sass/_reboot.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 98, ../sass/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 107, ../sass/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 113, ../sass/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

/* line 120, ../sass/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 126, ../sass/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 133, ../sass/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 140, ../sass/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 144, ../sass/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 149, ../sass/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 158, ../sass/_reboot.scss */
a {
  color: #006ba6;
  text-decoration: none;
}
/* line 20, ../sass/mixins/_hover.scss */
a:focus, a:hover {
  color: #003a5a;
  text-decoration: none;
}
/* line 167, ../sass/_reboot.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 177, ../sass/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 189, ../sass/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 200, ../sass/_reboot.scss */
img {
  vertical-align: middle;
}

/* line 215, ../sass/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 230, ../sass/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* line 247, ../sass/_reboot.scss */
table {
  background-color: transparent;
}

/* line 252, ../sass/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

/* line 260, ../sass/_reboot.scss */
th {
  text-align: left;
}

/* line 270, ../sass/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 280, ../sass/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 285, ../sass/_reboot.scss */
input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

/* line 299, ../sass/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 304, ../sass/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 315, ../sass/_reboot.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

/* line 326, ../sass/_reboot.scss */
input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

/* line 337, ../sass/_reboot.scss */
output {
  display: inline-block;
}

/* line 345, ../sass/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, ../sass/_grid.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 2, ../sass/mixins/_clearfix.scss */
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 720px) {
  /* line 5, ../sass/_grid.scss */
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 5, ../sass/_grid.scss */
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 5, ../sass/_grid.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 5, ../sass/_grid.scss */
  .container {
    max-width: 1020px;
  }
}

/* line 17, ../sass/_grid.scss */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 2, ../sass/mixins/_clearfix.scss */
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

/* line 27, ../sass/_grid.scss */
.row {
  margin-left: -30px;
  margin-right: -30px;
}
/* line 2, ../sass/mixins/_clearfix.scss */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* line 8, ../sass/mixins/_grid-framework.scss */
.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: 30px;
  padding-right: 30px;
}

/* line 24, ../sass/mixins/_grid-framework.scss */
.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;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 720px) {
  /* line 24, ../sass/mixins/_grid-framework.scss */
  .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;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  /* line 24, ../sass/mixins/_grid-framework.scss */
  .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;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 24, ../sass/mixins/_grid-framework.scss */
  .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;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 24, ../sass/mixins/_grid-framework.scss */
  .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;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-1 {
    width: 8.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-2 {
    width: 16.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-3 {
    width: 25%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-4 {
    width: 33.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-5 {
    width: 41.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-6 {
    width: 50%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-7 {
    width: 58.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-8 {
    width: 66.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-9 {
    width: 75%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-10 {
    width: 83.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-11 {
    width: 91.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-12 {
    width: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-0 {
    right: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-3 {
    right: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-6 {
    right: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-9 {
    right: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-12 {
    right: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-0 {
    left: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-3 {
    left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-6 {
    left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-9 {
    left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-12 {
    left: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-0 {
    margin-left: 0%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-3 {
    margin-left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-6 {
    margin-left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-9 {
    margin-left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
/* line 8, ../sass/_images.scss */
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 13, ../sass/_images.scss */
.img-rounded {
  border-radius: 0.3rem;
}

/* line 18, ../sass/_images.scss */
.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;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 32, ../sass/_images.scss */
.img-circle {
  border-radius: 50%;
}

/* line 40, ../sass/_images.scss */
.figure {
  display: inline-block;
}

/* line 45, ../sass/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 50, ../sass/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #818a91;
}

/* line 2, ../sass/mixins/_clearfix.scss */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* line 9, ../sass/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/_utilities.scss */
.pull-xs-left {
  float: left !important;
}

/* line 18, ../sass/_utilities.scss */
.pull-xs-right {
  float: right !important;
}

/* line 21, ../sass/_utilities.scss */
.pull-xs-none {
  float: none !important;
}

@media (min-width: 720px) {
  /* line 15, ../sass/_utilities.scss */
  .pull-sm-left {
    float: left !important;
  }

  /* line 18, ../sass/_utilities.scss */
  .pull-sm-right {
    float: right !important;
  }

  /* line 21, ../sass/_utilities.scss */
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 15, ../sass/_utilities.scss */
  .pull-md-left {
    float: left !important;
  }

  /* line 18, ../sass/_utilities.scss */
  .pull-md-right {
    float: right !important;
  }

  /* line 21, ../sass/_utilities.scss */
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 15, ../sass/_utilities.scss */
  .pull-lg-left {
    float: left !important;
  }

  /* line 18, ../sass/_utilities.scss */
  .pull-lg-right {
    float: right !important;
  }

  /* line 21, ../sass/_utilities.scss */
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 15, ../sass/_utilities.scss */
  .pull-xl-left {
    float: left !important;
  }

  /* line 18, ../sass/_utilities.scss */
  .pull-xl-right {
    float: right !important;
  }

  /* line 21, ../sass/_utilities.scss */
  .pull-xl-none {
    float: none !important;
  }
}
/* line 32, ../sass/_utilities.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 23, ../sass/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 40, ../sass/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 44, ../sass/_utilities.scss */
.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 55, ../sass/_utilities.scss */
.text-justify {
  text-align: justify !important;
}

/* line 56, ../sass/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 57, ../sass/_utilities.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 63, ../sass/_utilities.scss */
.text-xs-left {
  text-align: left !important;
}

/* line 64, ../sass/_utilities.scss */
.text-xs-right {
  text-align: right !important;
}

/* line 65, ../sass/_utilities.scss */
.text-xs-center {
  text-align: center !important;
}

@media (min-width: 720px) {
  /* line 63, ../sass/_utilities.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 64, ../sass/_utilities.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 65, ../sass/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 63, ../sass/_utilities.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 64, ../sass/_utilities.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 65, ../sass/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 63, ../sass/_utilities.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 64, ../sass/_utilities.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 65, ../sass/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 63, ../sass/_utilities.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 64, ../sass/_utilities.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 65, ../sass/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 71, ../sass/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 72, ../sass/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 73, ../sass/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 77, ../sass/_utilities.scss */
.font-weight-normal {
  font-weight: normal;
}

/* line 78, ../sass/_utilities.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 79, ../sass/_utilities.scss */
.font-italic {
  font-style: italic;
}

/* line 83, ../sass/_utilities.scss */
.text-muted {
  color: #818a91;
}

/* line 4, ../sass/mixins/_text-emphasis.scss */
.text-primary {
  color: #006ba6 !important;
}

/* line 20, ../sass/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #004a73;
}

/* line 4, ../sass/mixins/_text-emphasis.scss */
.text-success {
  color: #5cb85c !important;
}

/* line 20, ../sass/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
  color: #449d44;
}

/* line 4, ../sass/mixins/_text-emphasis.scss */
.text-info {
  color: #5bc0de !important;
}

/* line 20, ../sass/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
  color: #31b0d5;
}

/* line 4, ../sass/mixins/_text-emphasis.scss */
.text-warning {
  color: #f0ad4e !important;
}

/* line 20, ../sass/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f;
}

/* line 4, ../sass/mixins/_text-emphasis.scss */
.text-danger {
  color: #d9534f !important;
}

/* line 20, ../sass/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #c9302c;
}

/* line 6, ../sass/_utilities-responsive.scss */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 719px) {
  /* line 11, ../sass/_utilities-responsive.scss */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 720px) {
  /* line 6, ../sass/_utilities-responsive.scss */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 11, ../sass/_utilities-responsive.scss */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 6, ../sass/_utilities-responsive.scss */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 11, ../sass/_utilities-responsive.scss */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 6, ../sass/_utilities-responsive.scss */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 11, ../sass/_utilities-responsive.scss */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, ../sass/_utilities-responsive.scss */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 11, ../sass/_utilities-responsive.scss */
.hidden-xl-down {
  display: none !important;
}

/* line 23, ../sass/_utilities-responsive.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 23, ../sass/_utilities-responsive.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 30, ../sass/_utilities-responsive.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 30, ../sass/_utilities-responsive.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 37, ../sass/_utilities-responsive.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 37, ../sass/_utilities-responsive.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 45, ../sass/_utilities-responsive.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 1, ../sass/luminary/_button-top.scss */
.btn-view-top {
  border-radius: 4px;
  position: absolute;
  top: -80px;
  right: 30px;
  padding: 12px 10px;
  background: #01c1d5 url(../images/arrow-up-black.png) no-repeat center center;
  background-size: 15px 10px;
  text-indent: -999em;
  z-index: 99;
  width: 60px;
  height: 50px;
  text-align: center;
}
/* line 15, ../sass/luminary/_button-top.scss */
.btn-view-top:hover, .btn-view-top:focus {
  background-color: #0193a2;
}

/* line 1, ../sass/luminary/_header.scss */
#site-header {
  height: 80px;
  background: #fff;
  color: #404040;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 991px) {
  /* line 1, ../sass/luminary/_header.scss */
  #site-header {
    height: 72px;
  }
}
/* line 14, ../sass/luminary/_header.scss */
#site-header .nav-separator {
  display: none;
}
/* line 18, ../sass/luminary/_header.scss */
#site-header .header-container {
  max-width: 1240px;
  margin: auto;
  padding: 0 10px;
}
/* line 24, ../sass/luminary/_header.scss */
#site-header .site-title {
  margin: 16px 0 0;
  padding: 0;
  float: left;
  font-weight: 600;
}
/* line 28, ../sass/luminary/_header.scss */
#site-header .site-title a {
  display: block;
  padding: 0;
  margin: 0 !important;
}
/* line 31, ../sass/luminary/_header.scss */
#site-header .site-title a img {
  max-height: 48px;
  width: auto;
  float: left;
  margin: 0 10px 0 0;
}
/* line 37, ../sass/luminary/_header.scss */
#site-header .site-title a span {
  padding-top: 2px;
  float: left;
  color: #006ba6;
  font-size: 17px;
  line-height: 20px;
}
/* line 42, ../sass/luminary/_header.scss */
#site-header .site-title a span strong {
  text-transform: uppercase;
  font-family: rift;
  font-size: 24px;
  line-height: 26px;
  font-style: italic;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  /* line 24, ../sass/luminary/_header.scss */
  #site-header .site-title {
    margin: 16px 0 0;
    padding: 0;
  }
  /* line 54, ../sass/luminary/_header.scss */
  #site-header .site-title a img {
    max-height: 40px;
  }
  /* line 57, ../sass/luminary/_header.scss */
  #site-header .site-title a span {
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }
  /* line 60, ../sass/luminary/_header.scss */
  #site-header .site-title a span strong {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  /* line 24, ../sass/luminary/_header.scss */
  #site-header .site-title {
    margin: 16px 0 0;
    padding: 0;
  }
  /* line 69, ../sass/luminary/_header.scss */
  #site-header .site-title a img {
    max-height: 40px;
  }
  /* line 72, ../sass/luminary/_header.scss */
  #site-header .site-title a span {
    padding-top: 0;
    font-size: 12px;
    line-height: 18px;
  }
  /* line 75, ../sass/luminary/_header.scss */
  #site-header .site-title a span strong {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
  }
}
/* line 84, ../sass/luminary/_header.scss */
#site-header #main-navigation {
  float: right;
  line-height: 0;
  margin: 6px 0 0;
  padding: 0;
  text-align: right;
}
/* line 89, ../sass/luminary/_header.scss */
#site-header #main-navigation .close-btn {
  width: 28px;
  height: 26px;
  display: block;
  margin: 10px -10px 10px 0;
  float: right;
  padding: 0px;
}
/* line 97, ../sass/luminary/_header.scss */
#site-header #main-navigation .close-btn .genericon-close {
  color: #ddd;
  font-size: 26px;
}
/* line 99, ../sass/luminary/_header.scss */
#site-header #main-navigation .close-btn:hover {
  border-color: #fff;
}
/* line 101, ../sass/luminary/_header.scss */
#site-header #main-navigation .close-btn:hover .genericon-close {
  color: #fff;
}
/* line 104, ../sass/luminary/_header.scss */
#site-header #main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 107, ../sass/luminary/_header.scss */
#site-header #main-navigation ul li {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: .10em;
  text-transform: uppercase;
  position: relative;
  padding: 25px 20px;
}
/* line 117, ../sass/luminary/_header.scss */
#site-header #main-navigation ul li a {
  color: #3a3a3a;
}
/* line 118, ../sass/luminary/_header.scss */
#site-header #main-navigation ul li a:focus, #site-header #main-navigation ul li a:hover {
  color: #006ba6;
}
/* line 120, ../sass/luminary/_header.scss */
#site-header #main-navigation ul li.current-menu-ancestor > a,
#site-header #main-navigation ul li.current-menu-parent > a,
#site-header #main-navigation ul li.current-menu-item > a {
  /*color: @link-color;*/
}
/* line 126, ../sass/luminary/_header.scss */
#site-header #main-navigation .sub-menu {
  display: block;
  width: 130%;
  position: absolute;
  top: 90%;
  left: 6px;
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}
/* line 140, ../sass/luminary/_header.scss */
#site-header #main-navigation .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 15px;
  background: #fff;
  font-size: 13px;
  line-height: 18px;
}
/* line 148, ../sass/luminary/_header.scss */
#site-header #main-navigation .sub-menu li:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  padding-top: 15px;
}
/* line 153, ../sass/luminary/_header.scss */
#site-header #main-navigation .sub-menu li:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-bottom: 15px;
}
/* line 160, ../sass/luminary/_header.scss */
#site-header #main-navigation #menu-item-30 .sub-menu {
  width: 140%;
}
/* line 162, ../sass/luminary/_header.scss */
#site-header #main-navigation #menu-primary-menu > li:hover ul {
  display: block;
}

/* line 169, ../sass/luminary/_header.scss */
.menu-toggle {
  display: none;
  position: absolute;
  top: 19px;
  right: 10px;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  z-index: 999;
  text-align: center;
  padding: 0;
}
/* line 181, ../sass/luminary/_header.scss */
.menu-toggle .dashicons-menu {
  width: auto;
  height: auto;
  color: #006ba6;
  content: "\f333";
  font-size: 36px;
  line-height: 1;
}

/* line 189, ../sass/luminary/_header.scss */
.pageSlide {
  display: none;
  width: 320px;
  height: 100%;
  padding: 0 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 999999;
  overflow: scroll;
  background-color: #333;
  color: #FFF;
}

@media (max-width: 991px) {
  /* line 208, ../sass/luminary/_header.scss */
  #main-navigation {
    display: none;
    /*a:hover{ color: @link-hover-color; }*/
  }
  /* line 210, ../sass/luminary/_header.scss */
  #main-navigation a {
    color: #f8f8f8;
  }
  /* line 212, ../sass/luminary/_header.scss */
  #main-navigation .submenu {
    display: block;
  }

  /*display mobile navigation*/
  /* line 216, ../sass/luminary/_header.scss */
  .menu-toggle {
    display: block;
  }

  /* line 219, ../sass/luminary/_header.scss */
  .pageSlide {
    display: block;
    padding: 60px 30px 0 30px;
  }
  /* line 223, ../sass/luminary/_header.scss */
  .pageSlide .close-btn {
    width: 22px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
  }
  /* line 229, ../sass/luminary/_header.scss */
  .pageSlide .close-btn .dashicons-no-alt {
    content: "\f335";
    display: block;
    font-size: 30px;
    line-height: 1;
  }
  /* line 236, ../sass/luminary/_header.scss */
  .pageSlide ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* line 240, ../sass/luminary/_header.scss */
  .pageSlide ul li {
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
  }
  /* line 246, ../sass/luminary/_header.scss */
  .pageSlide ul li a {
    color: #d5d5d5;
  }
  /* line 248, ../sass/luminary/_header.scss */
  .pageSlide ul li a:hover {
    color: #fff;
  }
  /* line 253, ../sass/luminary/_header.scss */
  .pageSlide ul li.current-menu-ancestor > a,
  .pageSlide ul li.current-menu-parent > a,
  .pageSlide ul li.current-menu-item > a {
    color: #fff;
  }
  /* line 259, ../sass/luminary/_header.scss */
  .pageSlide ul .sub-menu {
    display: block;
    position: relative;
    top: none !important;
    width: 100%;
    margin: 10px 0 25px 15px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    background: none;
  }
  /* line 270, ../sass/luminary/_header.scss */
  .pageSlide ul .sub-menu li {
    padding: 0 !important;
    margin: 0 0 10px 0;
  }
  /* line 276, ../sass/luminary/_header.scss */
  .pageSlide ul #menu-item-651 .sub-menu {
    width: 100%;
  }
  /* line 281, ../sass/luminary/_header.scss */
  .pageSlide .toggle-container {
    max-width: 280px;
    margin: auto;
  }

  /* line 286, ../sass/luminary/_header.scss */
  pageSlide.open {
    right: 0;
  }
}
/* line 1, ../sass/luminary/home/_header.scss */
#hero-space {
  position: relative;
}
/* line 3, ../sass/luminary/home/_header.scss */
#hero-space #banner-wrapper {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  background-position: 50% 0%;
  min-height: 755px;
  padding: 140px 0 75px;
  color: #fff;
}
/* line 10, ../sass/luminary/home/_header.scss */
#hero-space #banner-wrapper .col-left {
  position: relaitve;
  padding-top: 40px;
}
/* line 15, ../sass/luminary/home/_header.scss */
#hero-space #banner-wrapper .col-right {
  text-align: right;
  padding-top: 50px;
}
/* line 21, ../sass/luminary/home/_header.scss */
#hero-space #banner-wrapper h2 {
  font-size: 56px;
  line-height: 60px;
  margin: 0 0 20px;
  padding: 0;
}
/* line 26, ../sass/luminary/home/_header.scss */
#hero-space #banner-wrapper .summary {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}
/* line 30, ../sass/luminary/home/_header.scss */
#hero-space #banner-wrapper p {
  margin: 0 0 18px 0;
  padding: 0;
}
/* line 34, ../sass/luminary/home/_header.scss */
#hero-space #banner-wrapper .link-btn {
  margin-top: 30px;
  text-align: center;
}
/* line 40, ../sass/luminary/home/_header.scss */
#hero-space .share-this {
  /*position: absolute;*/
  /*top: 35px; left: $grid-gutter-width/2;*/
  width: 90px;
  height: 50px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
}
/* line 51, ../sass/luminary/home/_header.scss */
#hero-space .share-this h3 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
/* line 58, ../sass/luminary/home/_header.scss */
#hero-space .share-this ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
/* line 63, ../sass/luminary/home/_header.scss */
#hero-space .share-this ul li {
  background: none;
  display: block;
  float: left;
  margin: 0 8px 0 0;
}
/* line 69, ../sass/luminary/home/_header.scss */
#hero-space .share-this ul li a {
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -999em;
  background-size: 25px 25px !important;
}
/* line 80, ../sass/luminary/home/_header.scss */
#hero-space .share-this ul li.facebook a {
  background: url(../images/icon-facebook-banner.png);
}
/* line 81, ../sass/luminary/home/_header.scss */
#hero-space .share-this ul li.twitter a {
  background: url(../images/icon-twitter-banner.png);
}
/* line 83, ../sass/luminary/home/_header.scss */
#hero-space .share-this ul li.facebook a:focus,
#hero-space .share-this ul li.facebook a:hover {
  background: url(../images/icon-facebook-banner_hover.png);
}
/* line 87, ../sass/luminary/home/_header.scss */
#hero-space .share-this ul li.twitter a:focus,
#hero-space .share-this ul li.twitter a:hover {
  background: url(../images/icon-twitter-banner_hover.png);
}
@media (max-width: 991px) {
  /* line 94, ../sass/luminary/home/_header.scss */
  #hero-space #banner-wrapper {
    min-height: 0;
    padding: 50px 0;
  }
  /* line 97, ../sass/luminary/home/_header.scss */
  #hero-space #banner-wrapper h2 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  /* line 103, ../sass/luminary/home/_header.scss */
  #hero-space #banner-wrapper {
    padding: 40px 0 50px;
  }
  /* line 105, ../sass/luminary/home/_header.scss */
  #hero-space #banner-wrapper h2 {
    font-size: 36px;
    line-height: 42px;
  }
  /* line 108, ../sass/luminary/home/_header.scss */
  #hero-space #banner-wrapper .summary {
    font-size: 20px;
    line-height: 26px;
  }
  /* line 111, ../sass/luminary/home/_header.scss */
  #hero-space #banner-wrapper .col-left {
    padding-top: 40px;
  }
  /* line 114, ../sass/luminary/home/_header.scss */
  #hero-space #banner-wrapper .col-right {
    padding-top: 40px;
  }
  /* line 116, ../sass/luminary/home/_header.scss */
  #hero-space #banner-wrapper .col-right img {
    max-width: 180px;
    height: auto;
    margin: auto;
  }
  /* line 123, ../sass/luminary/home/_header.scss */
  #hero-space #banner-wrapper .share-this {
    top: 0;
  }
}

/* line 1, ../sass/luminary/home/_awards.scss */
#awards {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  background-image: url(../images/bg-awards.jpg);
  /*background-position: 50% 0%;*/
  padding: 0;
  position: relative;
  text-align: left;
}
/* line 8, ../sass/luminary/home/_awards.scss */
#awards .title-separator {
  text-align: left;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}
/* line 15, ../sass/luminary/home/_awards.scss */
#awards .mar0 {
  margin: 0;
}
/* line 16, ../sass/luminary/home/_awards.scss */
#awards .col-img {
  float: left;
  width: 50%;
  padding: 0;
  position: relative;
}
/* line 22, ../sass/luminary/home/_awards.scss */
#awards .col-text {
  float: right;
  padding: 0;
  width: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}
/* line 28, ../sass/luminary/home/_awards.scss */
#awards .col-text .half-container {
  max-width: 490px;
}
/* line 32, ../sass/luminary/home/_awards.scss */
#awards .section-title {
  color: #fff;
}
/* line 36, ../sass/luminary/home/_awards.scss */
#awards .section-content {
  padding: 50px 0 30px 75px;
}
@media (max-width: 991px) {
  /* line 1, ../sass/luminary/home/_awards.scss */
  #awards {
    background-position: 50% 0%;
  }
  /* line 42, ../sass/luminary/home/_awards.scss */
  #awards .section-content {
    padding: 50px 50px 30px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/luminary/home/_awards.scss */
  #awards {
    background-position: 30% 0%;
  }
  /* line 49, ../sass/luminary/home/_awards.scss */
  #awards .col-text {
    float: left;
    padding: 0;
    width: 100%;
    color: #fff;
  }
  /* line 54, ../sass/luminary/home/_awards.scss */
  #awards .col-text .half-container {
    max-width: 100%;
  }
  /* line 57, ../sass/luminary/home/_awards.scss */
  #awards .col-text .section-content {
    padding-left: 60px;
  }
}

/* line 63, ../sass/luminary/home/_awards.scss */
.award_prize {
  margin-bottom: 40px;
}
/* line 66, ../sass/luminary/home/_awards.scss */
.award_prize .total-prize {
  padding: 15px 0 0 0;
  margin: 0 0 15px 0;
  text-align: left;
  color: #fff;
}
/* line 72, ../sass/luminary/home/_awards.scss */
.award_prize .total-prize h3 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 1px;
  font-weight: 400;
}
/* line 80, ../sass/luminary/home/_awards.scss */
.award_prize .total-prize .prize-money {
  font-family: "rift", sans-serif;
  font-size: 72px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #01c1d5;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
}
/* line 91, ../sass/luminary/home/_awards.scss */
.award_prize p {
  line-height: 2;
  padding: 0;
  margin: 0 0 15px 0 !important;
}
/* line 96, ../sass/luminary/home/_awards.scss */
.award_prize p strong {
  color: #000;
  font-weight: 700;
}
/* line 100, ../sass/luminary/home/_awards.scss */
.award_prize p:last-child {
  margin: 0 !important;
}

/* line 106, ../sass/luminary/home/_awards.scss */
.award-notes {
  margin-top: 40px;
  font-size: 1em;
  line-height: 2;
}
/* line 112, ../sass/luminary/home/_awards.scss */
.award-notes a {
  font-weight: 600;
}

/* line 116, ../sass/luminary/home/_awards.scss */
.home .award-notes {
  padding: 0 80px;
}

/*
@media (max-width: @screen-sm) {
  #awards{
    text-align: center;
    
    .title-separator{
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
    
    .col-img{
      display: none;
    }
    .col-text{
      float: none;
      padding: 0;
      width: 100%;
    }
  }
  
  
  #awards .half-container{
    padding: 0 25px;
    margin: 0 auto;
  }
  #awards .award_prize,
  #awards .total-prize{
    text-align: center;
  }
}
}*/
/* line 4, ../sass/luminary/_home.scss */
.home-section {
  padding: 60px 0;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
/* line 7, ../sass/luminary/_home.scss */
.home-section p {
  margin: 0 0 30px 0;
}

/* line 11, ../sass/luminary/_home.scss */
.section-title {
  font-family: "rift", sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #404040;
  letter-spacing: 3px;
}
/* line 21, ../sass/luminary/_home.scss */
.section-title span {
  font-size: 28px;
  line-height: 22px;
  font-weight: 300;
  padding-left: 2px;
}

/* line 29, ../sass/luminary/_home.scss */
.title-separator {
  border-top: 2px solid #c5504a;
  width: 10px;
  margin: 32px auto 30px auto;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* line 36, ../sass/luminary/_home.scss */
.title-separator.noborder {
  border: none;
}

/* line 40, ../sass/luminary/_home.scss */
.page-header .title-separator {
  margin: 20px 0 26px 0;
}

/* line 45, ../sass/luminary/_home.scss */
section#footer-announcement {
  background: #eaeaea;
  color: #404040;
  position: relative;
  padding: 43px 0;
  text-align: center;
  font-family: "rift", sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  /* line 45, ../sass/luminary/_home.scss */
  section#footer-announcement {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
}

/*
 Home -  Judges Section 
section#judges {
  text-align: center;
  padding-bottom: 30px;

  #judges-list {
    text-align: center;
    list-style: none;
    margin: 0; padding: 0;
    width: 100%;

    .judge-item {
      display: inline-block; 
      width: 22%;
      padding: 30px (@grid-gutter-width/2);
      font-size: 14px;
      line-height: 19px;
      vertical-align: top;

       For IE 7 
      zoom: 1;
      *display: inline;

      .judge-avatar {
        margin-bottom: 20px;
      }

      .judge-content {
        padding: 0; 
        margin: 0 0 35px 0;
        
        h3 {
          font-size: 14px;
          line-height: 19px;
          font-weight: 700;
          margin: 0 0 5px 0;
        }
      }
    }
  }
}
*/
/*.award_prize_page {
  margin-bottom: 40px;
  .total-prize{
    h3 {
      text-transform: uppercase;
      @include type(12px, 16px);
      margin: 0;
      padding: 0;
      letter-spacing: 1px;
      font-weight: 600;
   }
    .prize-money {
      
    }
  }
}*/
/* line 19, ../sass/luminary/_awards.scss */
.award_prize_page {
  margin-bottom: 20px;
}
/* line 21, ../sass/luminary/_awards.scss */
.award_prize_page .col-left {
  padding: 15px 50px 15px 0;
}
/* line 23, ../sass/luminary/_awards.scss */
.award_prize_page .col-left .total-prize {
  float: right;
  padding: 5px 0 0 40px;
  text-align: left;
  color: #333333;
}
/* line 28, ../sass/luminary/_awards.scss */
.award_prize_page .col-left .total-prize h3 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
/* line 37, ../sass/luminary/_awards.scss */
.award_prize_page .col-left .total-prize .prize-money {
  font-family: "rift", sans-serif;
  font-size: 72px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #006ba6;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
}
/* line 50, ../sass/luminary/_awards.scss */
.award_prize_page .col-right {
  border-left: 1px solid #d4d4d4;
  padding: 15px 0 20px 45px;
  text-align: left;
}
/* line 54, ../sass/luminary/_awards.scss */
.award_prize_page .col-right p {
  padding: 0;
  margin: 0 0 15px 0 !important;
}
/* line 57, ../sass/luminary/_awards.scss */
.award_prize_page .col-right p strong {
  font-weight: 600;
  color: #006ba6;
  margin: 10px 0 0 0;
}
/* line 62, ../sass/luminary/_awards.scss */
.award_prize_page .col-right p:last-child {
  margin: 0 !important;
}

/*@media (max-width: @screen-md) {
  .award_prize_page {
    .col-left {
      padding: 0 (@grid-gutter-width/2);
      border-right: none;
      .total-prize {
        float: none;
        padding: 0;
        text-align: center;
        h3 {
          padding: 0;
          text-align: center;
        }
      }
    }

    .col-right{
      padding: 10px (@grid-gutter-width/2);
      text-align: center;
    }
  }
}*/
/* line 1, ../sass/luminary/_timeline.scss */
#timeline {
  background: #eaeaea;
  width: 100%;
  position: relative;
}

/* line 6, ../sass/luminary/_timeline.scss */
.timeline-grid {
  position: relative;
  height: 248px;
}
/* line 10, ../sass/luminary/_timeline.scss */
.timeline-grid .bar-active,
.timeline-grid .bar-default {
  position: absolute;
  top: 40%;
  margin-top: -2px;
  height: 4px;
  font-size: 0;
  line-height: 0;
}
/* line 18, ../sass/luminary/_timeline.scss */
.timeline-grid .bar-default {
  width: 100%;
  background: #fff;
  z-index: 0;
}
/* line 23, ../sass/luminary/_timeline.scss */
.timeline-grid .bar-active {
  width: 10%;
  background: #01c1d5;
  z-index: 1;
}
/* line 29, ../sass/luminary/_timeline.scss */
.timeline-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 245px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 38, ../sass/luminary/_timeline.scss */
.timeline-grid ul li {
  display: inline-block;
  width: 20%;
  height: 100%;
  text-align: center;
  position: relative;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 51, ../sass/luminary/_timeline.scss */
.timeline-grid ul li .curr-stage {
  color: #01c1d5;
  margin-bottom: 3px;
  display: none;
}
/* line 57, ../sass/luminary/_timeline.scss */
.timeline-grid ul li .schedule-title {
  position: absolute;
  bottom: 70%;
  width: 100%;
  left: 0;
}
/* line 62, ../sass/luminary/_timeline.scss */
.timeline-grid ul li .schedule-title span {
  display: none;
}
/* line 66, ../sass/luminary/_timeline.scss */
.timeline-grid ul li .schedule-date {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}
/* line 72, ../sass/luminary/_timeline.scss */
.timeline-grid ul li .schedule-circle {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 50%;
  top: 40%;
  margin-top: -7px;
  margin-left: -7px;
  background: #fff;
  border-radius: 100%;
}
/* line 84, ../sass/luminary/_timeline.scss */
.timeline-grid ul li.active .schedule-title {
  color: #01c1d5;
}
/* line 87, ../sass/luminary/_timeline.scss */
.timeline-grid ul li.active .schedule-circle {
  background: #01c1d5;
}

/* line 96, ../sass/luminary/_timeline.scss */
.btn-schedule {
  position: absolute;
  bottom: 15%;
  left: 50%;
  margin-left: -95px !important;
  z-index: 9;
  background: #01c1d5;
  -webkit-transition: background .1s linear;
  -moz-transition: background .1s linear;
  transition: background .1s linear;
  width: 190px;
  padding: 6px 25px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}
/* line 113, ../sass/luminary/_timeline.scss */
.btn-schedule .icon-arrow {
  position: absolute;
  background: url(../images/arrow-black.png) no-repeat right center;
  background-size: 100%;
  width: 5px;
  height: 8px;
  right: 15px;
  top: 50%;
  margin-top: -3px;
}
/* line 122, ../sass/luminary/_timeline.scss */
.btn-schedule:focus, .btn-schedule:hover {
  color: #000;
  background: #0193a2;
}

/* line 1, ../sass/luminary/_schedule.scss */
#detailed-schedule {
  margin: 10px 0 30px;
}
/* line 3, ../sass/luminary/_schedule.scss */
#detailed-schedule ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 3px solid #dddddd;
}
/* line 8, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li {
  position: relative;
  border-left: 3px solid #dddddd;
  margin: 0 0 0 -3px;
  padding: 0 0 55px 45px;
}
/* line 14, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li .schedule-circle {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -9px;
  top: 0;
  border-radius: 100%;
  background: #dddddd !important;
  color: #404040;
}
/* line 24, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li .schedule-date,
#detailed-schedule ul li .schedule-title {
  text-transform: uppercase;
  letter-spacing: .10em;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
/* line 30, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li .schedule-date .schedule-timeline-only,
#detailed-schedule ul li .schedule-title .schedule-timeline-only {
  display: none;
}
/* line 34, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li .curr-stage {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  /*color: #f05a28;*/
  color: #006ba6;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: .10em;
}
/* line 44, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li .schedule-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
/* line 48, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li .schedule-date {
  color: #7e7d7d;
  font-size: 12px;
  margin-bottom: 0;
}
/* line 53, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .02em;
}
/* line 61, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li.first-child {
  /*padding-top: 14px;*/
}
/* line 63, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li.first-child .schedule-circle {
  /*top: 14px;*/
}
/* line 67, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li.blank-pad {
  height: 14px;
  padding: 0;
}
/* line 71, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li.last-child {
  padding-bottom: 20px;
}
/* line 74, ../sass/luminary/_schedule.scss */
#detailed-schedule ul li.active {
  border-color: #006ba6 !important;
}
/* line 77, ../sass/luminary/_schedule.scss */
#detailed-schedule ul .schedule-circle.active {
  background-color: #006ba6 !important;
  color: #404040;
}

/* line 2, ../sass/luminary/_blog.scss */
.blog-page.blog-single {
  padding: 40px 0;
}
/* line 5, ../sass/luminary/_blog.scss */
.blog-page .post-share {
  display: inline-block;
  margin: 10px 0 30px 0;
  padding: 0;
  vertical-align: top;
}
/* line 10, ../sass/luminary/_blog.scss */
.blog-page .post-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 15, ../sass/luminary/_blog.scss */
.blog-page .post-share ul li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
/* line 20, ../sass/luminary/_blog.scss */
.blog-page .post-share ul li a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  text-indent: -999em;
}
/* line 31, ../sass/luminary/_blog.scss */
.blog-page .post-share ul li.facebook a {
  background-image: url(../images/icon-facebook-post.png);
}
/* line 33, ../sass/luminary/_blog.scss */
.blog-page .post-share ul li.facebook a:hover {
  background-image: url(../images/icon-facebook-hover.png);
}
/* line 37, ../sass/luminary/_blog.scss */
.blog-page .post-share ul li.twitter a {
  background-image: url(../images/icon-twitter-post.png);
}
/* line 39, ../sass/luminary/_blog.scss */
.blog-page .post-share ul li.twitter a:hover {
  background-image: url(../images/icon-twitter-hover.png);
}

/* line 47, ../sass/luminary/_blog.scss */
.blog-header {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  background-image: url(../images/blog-header.jpg);
  padding: 90px 0 60px;
}
/* line 51, ../sass/luminary/_blog.scss */
.blog-header .blog-title {
  font-family: "rift", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  padding: 0;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 51, ../sass/luminary/_blog.scss */
  .blog-header .blog-title {
    font-size: 38px;
  }
}
/* line 63, ../sass/luminary/_blog.scss */
.blog-header .title-separator {
  margin: 8px 0 0;
}

/* line 76, ../sass/luminary/_blog.scss */
.blog-main .featured-posts {
  background: #fff;
  padding: 60px 0;
}
/* line 80, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .title {
  font-family: "rift", sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 30px 0;
  padding: 0 0 15px;
  position: relative;
}
/* line 91, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .title:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 2px;
  background: #c5504a;
}
/* line 101, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .post {
  max-width: 780px;
}
/* line 103, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .post .post-title {
  font-size: 64px;
  line-height: 1.1;
  margin: 0 0 15px 0;
  padding: 0;
}
/* line 110, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .post .post-meta {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
/* line 117, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .post .post-tags a {
  color: #000;
}
/* line 118, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .post .post-tags a:hover {
  color: #006ba6;
}
/* line 122, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .post .btn-read-more {
  display: inline-block;
  padding: 0 43px 0 28px;
  width: 234px;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  background: #01c1d5;
  color: #fff !important;
  text-align: center;
  vertical-align: top;
}
/* line 135, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .post .btn-read-more .icon-arrow {
  background-image: url(../images/arrow-right.png);
  background-size: 6px 12px;
  right: 25px;
}
/* line 140, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .post .btn-read-more:hover, .blog-main .featured-posts .post .btn-read-more:focus {
  background: #004a73;
}
/* line 146, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .post .post-share {
  display: inline-block;
  margin: 7px 0 0 30px;
  padding: 0;
  vertical-align: top;
}
/* line 153, ../sass/luminary/_blog.scss */
.blog-main .featured-posts .post .post-share ul li {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  /* line 160, ../sass/luminary/_blog.scss */
  .blog-main .featured-posts .post .post-title {
    font-size: 48px;
  }
  /* line 164, ../sass/luminary/_blog.scss */
  .blog-main .featured-posts .post .post-meta {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  /* line 168, ../sass/luminary/_blog.scss */
  .blog-main .featured-posts .post .post-share {
    display: block;
    margin: 15px 0 0 0;
  }
  /* line 172, ../sass/luminary/_blog.scss */
  .blog-main .featured-posts .post .post-share ul li {
    margin: 0 10px 0 0;
  }
}
/* line 184, ../sass/luminary/_blog.scss */
.blog-main .archive-posts {
  background: #eaeaea;
  padding: 60px 0;
}
/* line 188, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .title {
  font-family: "rift", sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 60px;
  padding: 0 0 15px;
  position: relative;
  text-align: center;
}
/* line 199, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .title:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  background: #c5504a;
  text-align: center;
}
/* line 212, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper {
  margin: 0 -15px;
}
/* line 214, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper:after {
  display: block;
  content: "";
  clear: both;
}
/* line 219, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post {
  padding: 20px 20px;
  background: #01c1d5;
  height: 310px;
  position: relative;
}
/* line 220, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post__wrapper {
  width: 33.3333333333%;
  padding: 0 15px;
  display: block;
  float: left;
  margin: 0 0 30px;
}
/* line 227, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post__wrapper:nth-child(even) .post {
  background: #006ba6;
}
/* line 229, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post__wrapper:nth-child(even) .post .post-title,
.blog-main .archive-posts .posts-wrapper .post__wrapper:nth-child(even) .post .post-title a,
.blog-main .archive-posts .posts-wrapper .post__wrapper:nth-child(even) .post .post-date {
  color: #fff;
}
/* line 242, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-title {
  font-size: 28px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  color: #000;
}
/* line 251, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-title a {
  color: #000;
}
/* line 253, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-title a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 260, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-date {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
/* line 270, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-share {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 20px;
  margin: 0;
  padding: 0;
}
/* line 276, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 280, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-share ul li {
  background: none;
  display: block;
  float: left;
  margin: 0 5px 0 0;
}
/* line 285, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-share ul li:last-child {
  margin-right: 0;
}
/* line 288, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-share ul li a {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  text-indent: -999em;
}
/* line 298, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-share ul li.facebook a {
  background-image: url(../images/icon_facebook-grey.png);
}
/* line 300, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-share ul li.facebook a:hover {
  background-image: url(../images/icon-facebook.png);
}
/* line 304, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-share ul li.twitter a {
  background-image: url(../images/icon-twitter-grey.png);
}
/* line 306, ../sass/luminary/_blog.scss */
.blog-main .archive-posts .posts-wrapper .post .post-share ul li.twitter a:hover {
  background-image: url(../images/icon-twitter.png);
}
@media (max-width: 767px) {
  /* line 184, ../sass/luminary/_blog.scss */
  .blog-main .archive-posts {
    padding: 50px 0 80px;
  }
  /* line 319, ../sass/luminary/_blog.scss */
  .blog-main .archive-posts .posts-wrapper {
    margin: 0;
  }
  /* line 321, ../sass/luminary/_blog.scss */
  .blog-main .archive-posts .posts-wrapper .post {
    height: auto;
    position: relative;
    padding-bottom: 60px;
  }
  /* line 322, ../sass/luminary/_blog.scss */
  .blog-main .archive-posts .posts-wrapper .post__wrapper {
    width: 100%;
    padding: 0;
    float: none;
  }
  /* line 330, ../sass/luminary/_blog.scss */
  .blog-main .archive-posts .posts-wrapper .post .post-title {
    font-size: 20px;
  }
  /* line 333, ../sass/luminary/_blog.scss */
  .blog-main .archive-posts .posts-wrapper .post .post-date {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 344, ../sass/luminary/_blog.scss */
.single-post .post {
  max-width: 640px;
}
/* line 347, ../sass/luminary/_blog.scss */
.single-post .post-title {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding: 0;
  color: #006ba6;
}
/* line 353, ../sass/luminary/_blog.scss */
.single-post .post-meta {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
/* line 360, ../sass/luminary/_blog.scss */
.single-post .post-tags a {
  color: #000;
}
/* line 361, ../sass/luminary/_blog.scss */
.single-post .post-tags a:hover {
  color: #006ba6;
}
/* line 366, ../sass/luminary/_blog.scss */
.single-post .post-content p {
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  /* line 372, ../sass/luminary/_blog.scss */
  .single-post .post-title {
    font-size: 26px;
  }
  /* line 375, ../sass/luminary/_blog.scss */
  .single-post .post-meta {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}

/* line 383, ../sass/luminary/_blog.scss */
.blog-sidebar {
  text-align: right;
}
/* line 386, ../sass/luminary/_blog.scss */
.blog-sidebar aside {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}
/* line 391, ../sass/luminary/_blog.scss */
.blog-sidebar aside .widget-title {
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0 20px 0;
}
/* line 396, ../sass/luminary/_blog.scss */
.blog-sidebar aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 399, ../sass/luminary/_blog.scss */
.blog-sidebar aside ul li {
  margin: 0 0 20px 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 383, ../sass/luminary/_blog.scss */
  .blog-sidebar {
    text-align: left;
  }
  /* line 410, ../sass/luminary/_blog.scss */
  .blog-sidebar aside ul li {
    margin: 0 0 15px 0;
  }
}

/* line 419, ../sass/luminary/_blog.scss */
.paging-navigation {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}

/*



@media (max-width: @screen-sm-max) { 
  //tablet and smaller divices
  .blog-header{
    .blog-title{
      font-size: 38px;
    }
  }


  .blog-main{
    //Featured Post
    .featured-posts{
      background: #fff;
      padding: 60px 0;

      .post{
        .post-title{
          font-size: 64px;
        }
      }
    }


    //Archive Posts
    .archive-posts{
      .posts-wrapper{
        .post{
          display: block;
          width: 45%;
          float: left;

          .post-title{
            font-size: 28px;
          }
        }
      }
    }
  }
}

@media (max-width: @screen-xs-max) {
  //mobile divices only
  .blog-header{
    background-position: 0 -90px;
    
    .blog-title{
      font-size: 38px;
      margin: 35px 0;
    }
  }


  .blog-main{
    //Featured Post
    .featured-posts{
      background: #fff;
      padding: 40px 0;

      .post{
        .post-title{
          font-size: 48px;
        }
      }
    }


    //Archive Posts
    .archive-posts{
      padding: 40px 0;
      
      .posts-wrapper{
        .post{
          display: block;
          width: 100%;
          float: left;
          margin: 0 0 30px 0;

          .post-title{
            font-size: 28px;
          }
        }
      }
    }
  }
}




*/
/* Home -  Announcement Section */
/*= Individual Singup Page 
------------------------------------------------*/
/* line 10, ../sass/luminary/_footer.scss */
.page-template-page-templatespage-signup-php #site-footer .mc_embed_signup {
  width: 245px;
}
/* line 12, ../sass/luminary/_footer.scss */
.page-template-page-templatespage-signup-php #site-footer .mc_embed_signup .email {
  width: 160px;
  margin-left: 8px;
}
/* line 13, ../sass/luminary/_footer.scss */
.page-template-page-templatespage-signup-php #site-footer .mc_embed_signup .mc-embedded-subscribe {
  margin-right: 8px;
}

/**
 * M A I N   S I T E   F O O T E R
 * ------------------------------------
 */
/* line 23, ../sass/luminary/_footer.scss */
#site-footer {
  padding: 48px 0 0 0;
  position: relative;
}
/* line 27, ../sass/luminary/_footer.scss */
#site-footer .edprizes-link {
  font-size: .825em;
  text-align: center;
  margin: 20px 0;
}
/* line 33, ../sass/luminary/_footer.scss */
#site-footer #social-wrapper {
  margin: 50px auto 30px auto;
  position: relative;
  /*= Social Media Links */
}
/* line 38, ../sass/luminary/_footer.scss */
#site-footer #social-wrapper .social-links {
  list-style: none;
  padding: 0;
  text-align: center;
  padding-right: 5px;
  margin: 20px auto 0;
}
/* line 45, ../sass/luminary/_footer.scss */
#site-footer #social-wrapper .social-links li {
  display: inline;
  margin: 0 3px;
  padding: 0;
}
/* line 51, ../sass/luminary/_footer.scss */
#site-footer #social-wrapper .social-links li.twitter a, #site-footer #social-wrapper .social-links li.facebook a {
  width: 34px;
  height: 35px;
  line-height: 25px;
  display: inline-block;
  text-indent: -999em;
}
/* line 59, ../sass/luminary/_footer.scss */
#site-footer #social-wrapper .social-links li.facebook a {
  background-image: url(../images/icon-facebook.png);
}
/* line 60, ../sass/luminary/_footer.scss */
#site-footer #social-wrapper .social-links li.twitter a {
  background-image: url(../images/icon-twitter.png);
}
/* line 62, ../sass/luminary/_footer.scss */
#site-footer #social-wrapper .social-links li.facebook a:focus,
#site-footer #social-wrapper .social-links li.facebook a:hover {
  background-image: url(../images/icon-facebook-hover.png);
}
/* line 66, ../sass/luminary/_footer.scss */
#site-footer #social-wrapper .social-links li.twitter a:focus,
#site-footer #social-wrapper .social-links li.twitter a:hover {
  background-image: url(../images/icon-twitter-hover.png);
}
/* line 73, ../sass/luminary/_footer.scss */
#site-footer .sr-text {
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
  width: 100%;
  text-indent: -999em;
}
/* line 83, ../sass/luminary/_footer.scss */
#site-footer #footer-navigation {
  text-align: center;
  /* Safari 5+ ONLY */
}
/* line 86, ../sass/luminary/_footer.scss */
#site-footer #footer-navigation ul {
  margin: 0 25px;
  padding: 0;
  list-style: none;
}
/* line 91, ../sass/luminary/_footer.scss */
#site-footer #footer-navigation ul li {
  display: inline;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
}
/* line 100, ../sass/luminary/_footer.scss */
#site-footer #footer-navigation ul li a {
  color: #3a3a3a;
}
/* line 102, ../sass/luminary/_footer.scss */
#site-footer #footer-navigation ul li.current-menu-item a,
#site-footer #footer-navigation ul li a:focus, #site-footer #footer-navigation ul li a:hover {
  color: #006ba6;
}
/* line 107, ../sass/luminary/_footer.scss */
#site-footer #footer-navigation ul li:after {
  content: '/';
  padding: 0 10px;
}
/* line 111, ../sass/luminary/_footer.scss */
#site-footer #footer-navigation ul li:last-child:after {
  padding: 0;
  content: '';
}
/* line 117, ../sass/luminary/_footer.scss */
#site-footer #footer-navigation ::i-block-chrome, #site-footer #footer-navigation ul {
  margin: 0 110px !important;
}
/* line 123, ../sass/luminary/_footer.scss */
#site-footer #site-by {
  border-top: 1px solid #efefef;
  padding: 20px 0;
  font-size: 12px;
  line-height: 1;
  font-family: "Source Sans Pro";
  color: #403f44;
  text-align: center;
}
/* line 132, ../sass/luminary/_footer.scss */
#site-footer #site-by .powerd-by {
  margin: 0 0 15px 0;
}
/* line 134, ../sass/luminary/_footer.scss */
#site-footer #site-by .powerd-by a:focus,
#site-footer #site-by .powerd-by a:hover {
  color: #006ba6;
}
/* line 141, ../sass/luminary/_footer.scss */
#site-footer #nasa-tournament {
  text-align: center;
  font-family: "Source Sans Pro" !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  font-style: italic;
  color: #403f44;
  padding: 0 20px 20px 20px;
}
/* line 151, ../sass/luminary/_footer.scss */
#site-footer #nasa-tournament img {
  max-width: 140px;
  margin: 0 0 10px;
}

/* line 1, ../sass/luminary/_subscribe.scss */
.mc_embed_signup {
  background: #fff;
  color: #404040;
  width: 340px;
  position: relative;
  margin: 0 auto 20px auto;
  font-size: 14px;
  line-height: 18px;
  font-family: "urw-din", sans-serif;
  font-weight: 400;
  text-align: center;
}
/* line 13, ../sass/luminary/_subscribe.scss */
.mc_embed_signup h3 {
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 0 25px 0;
  letter-spacing: .10em;
  font-size: 14px;
  line-height: 18px;
  font-family: "urw-din", sans-serif;
  font-weight: 400;
}
/* line 25, ../sass/luminary/_subscribe.scss */
.mc_embed_signup .email {
  border: 1px solid #a9a9a9;
  width: 250px;
  height: 36px;
  float: left;
  padding: 7px 8px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 14px;
}
/* line 35, ../sass/luminary/_subscribe.scss */
.mc_embed_signup .email::-webkit-input-placeholder {
  font-style: italic;
  color: #383838;
}
/* line 39, ../sass/luminary/_subscribe.scss */
.mc_embed_signup .email:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #383838;
}
/* line 43, ../sass/luminary/_subscribe.scss */
.mc_embed_signup .email::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #383838;
}
/* line 47, ../sass/luminary/_subscribe.scss */
.mc_embed_signup .email:-ms-input-placeholder {
  font-style: italic;
  color: #383838;
}
/* line 51, ../sass/luminary/_subscribe.scss */
.mc_embed_signup .mc-embedded-subscribe {
  float: right;
  width: 75px;
  height: 35px;
  padding: 3px 8px;
  background: #006ba6;
  border: none;
  border-radius: 3px;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center !important;
}
/* line 68, ../sass/luminary/_subscribe.scss */
.mc_embed_signup .mc-embedded-subscribe:focus,
.mc_embed_signup .mc-embedded-subscribe:hover {
  background: #006ba6;
}

/*= J U D G E S   P A G E
--------------------------------------------------*/
/* line 5, ../sass/luminary/_judges.scss */
#judges-profiles .judge-profile {
  margin: 50px 0 0 0;
  padding: 0 0 0 190px;
  position: relative;
}
/* line 10, ../sass/luminary/_judges.scss */
#judges-profiles .judge-profile .judge-image {
  max-width: 162px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 17, ../sass/luminary/_judges.scss */
#judges-profiles .judge-profile.first {
  margin: 0;
}
/* line 22, ../sass/luminary/_judges.scss */
#judges-profiles .judge-header h3.name {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .10em;
  margin: 0 0 5px 0;
  padding: 0;
}
/* line 31, ../sass/luminary/_judges.scss */
#judges-profiles .judge-header .title {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #7e7d7d;
  text-transform: uppercase;
  letter-spacing: .10em;
}

/*= P A N E L I S T S   P A G E
--------------------------------------------------*/
/* line 47, ../sass/luminary/_judges.scss */
#panelists .panelist-profile {
  margin: 50px 0 0;
  padding: 0 0 0 190px;
  position: relative;
}
/* line 52, ../sass/luminary/_judges.scss */
#panelists .panelist-profile .panelist-image {
  max-width: 162px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 58, ../sass/luminary/_judges.scss */
#panelists .panelist-profile.first {
  margin: 40px 0 0;
}
/* line 63, ../sass/luminary/_judges.scss */
#panelists .panelist-header h3.name {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .10em;
  margin: 0 0 5px 0;
  padding: 0;
}
/* line 72, ../sass/luminary/_judges.scss */
#panelists .panelist-header .title {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #7e7d7d;
  text-transform: uppercase;
  letter-spacing: .10em;
}
/* line 82, ../sass/luminary/_judges.scss */
#panelists.no-images .panelist-profile {
  padding: 0;
  position: relative;
}

/* line 91, ../sass/luminary/_judges.scss */
#judges-list {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 97, ../sass/luminary/_judges.scss */
#judges-list .judge-item {
  display: inline-block;
  width: 22%;
  padding: 30px 30px;
  font-size: 14px;
  line-height: 19px;
  vertical-align: top;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
}
/* line 109, ../sass/luminary/_judges.scss */
#judges-list .judge-item .judge-avatar {
  margin-bottom: 20px;
}
/* line 113, ../sass/luminary/_judges.scss */
#judges-list .judge-item .judge-content {
  padding: 0;
  margin: 0 0 35px 0;
}
/* line 117, ../sass/luminary/_judges.scss */
#judges-list .judge-item .judge-content h3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
@media (max-width: 1199px) {
  /* line 126, ../sass/luminary/_judges.scss */
  #judges-list .judge-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  /* line 131, ../sass/luminary/_judges.scss */
  #judges-list .judge-item {
    width: 50%;
  }
}
@media (max-width: 719px) {
  /* line 136, ../sass/luminary/_judges.scss */
  #judges-list .judge-item {
    width: 100%;
  }
}

/* line 1, ../sass/luminary/_page.scss */
.default-page {
  padding: 50px 0;
  border-bottom: 1px solid #dfdfdf;
}
/* line 4, ../sass/luminary/_page.scss */
.default-page #readmore {
  display: none;
}
/* line 7, ../sass/luminary/_page.scss */
.default-page h2,
.default-page .page-title {
  font-family: "rift", sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 25px 0;
  padding: 0;
}
/* line 19, ../sass/luminary/_page.scss */
.default-page .entry-content {
  /*font-family: @font-family-base;*/
  font-size: 15px;
  line-height: 24px;
  color: #404040;
  /*    h3{
        font-size: 15px;
        font-weight: 700;
        margin: 0;
        padding: 0;
      }*/
}
/* line 25, ../sass/luminary/_page.scss */
.default-page .entry-content h2 {
  /*font-family: @font-family-base;*/
  font-size: 2em;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
}
/* line 32, ../sass/luminary/_page.scss */
.default-page .entry-content h3 {
  /*font-family: @font-family-base;*/
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 39, ../sass/luminary/_page.scss */
.default-page .entry-content p {
  margin: 0 0 28px 0;
  padding: 0;
}
/* line 43, ../sass/luminary/_page.scss */
.default-page .entry-content ul {
  margin: 0 0 45px 20px;
  padding: 0;
}
/* line 47, ../sass/luminary/_page.scss */
.default-page .entry-content ul li {
  margin: 0 0 20px 0;
}
/* line 48, ../sass/luminary/_page.scss */
.default-page .entry-content ul ul {
  list-style: none;
  margin: 10px 0 0 25px;
  padding: 0;
}
/* line 53, ../sass/luminary/_page.scss */
.default-page .entry-content ul ul li {
  margin: 0 0 7px 0;
}
/* line 56, ../sass/luminary/_page.scss */
.default-page .entry-content ol {
  margin: 0 0 45px 20px;
  padding: 0;
}
/* line 60, ../sass/luminary/_page.scss */
.default-page .entry-content ol li {
  margin: 0 0 20px 0;
}
/* line 68, ../sass/luminary/_page.scss */
.default-page .entry-content h4 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
/* line 74, ../sass/luminary/_page.scss */
.default-page .entry-content .award_prize {
  margin: 30px 0 0 0;
  /*      color: #545454;
  
        h3 {
          font-weight: 400; 
          font-size: 22px;
          line-height: 26px;
        }
        .prize-money {
          font-size: 18px;
          font-weight: 400; 
          line-height: 22px;
        }*/
}
/* line 89, ../sass/luminary/_page.scss */
.default-page .entry-content a:focus,
.default-page .entry-content a:hover {
  /*color: @link-hover-color;*/
}
/* line 96, ../sass/luminary/_page.scss */
.default-page .page-id-200.default-page .read-more {
  display: block;
  background: none;
  font-size: 15px;
  text-decoration: none;
  /*color: @link-color;*/
}
/* line 106, ../sass/luminary/_page.scss */
.default-page #secondary {
  text-align: right;
}
/* line 109, ../sass/luminary/_page.scss */
.default-page #secondary .link-btn-large {
  width: 130px;
  margin: 0 0 5px 5px;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 106, ../sass/luminary/_page.scss */
  .default-page #secondary {
    text-align: left;
  }
  /* line 117, ../sass/luminary/_page.scss */
  .default-page #secondary .link-btn-large {
    margin: 0;
  }
}

/* line 1, ../sass/luminary/_error404.scss */
.not-found {
  padding: 80px 0;
}
/* line 3, ../sass/luminary/_error404.scss */
.not-found .entry-title {
  font-size: 60px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 35px 0;
  letter-spacing: .05em;
}
/* line 10, ../sass/luminary/_error404.scss */
.not-found .entry-title span {
  text-transform: uppercase;
  font-size: 21px;
}

/**
*  P R I N T - S T Y L E
* ----------------------------------------------------------------------------
*/
/* line 5, ../sass/luminary/_print.scss */
body {
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
}

@media print {
  /* line 11, ../sass/luminary/_print.scss */
  .home-section {
    padding: 0;
  }

  /* line 15, ../sass/luminary/_print.scss */
  #site-header {
    position: relative;
    height: 55px;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  /* line 21, ../sass/luminary/_print.scss */
  #site-header .header-container {
    max-width: 1024px;
    margin: 0 auto;
  }
  /* line 26, ../sass/luminary/_print.scss */
  #site-header .site-title {
    margin: 20px 0;
    padding: 0;
    float: none !important;
    display: block;
    height: 46px;
  }
  /* line 31, ../sass/luminary/_print.scss */
  #site-header .site-title img {
    max-width: 174px;
    height: auto;
  }
  /* line 38, ../sass/luminary/_print.scss */
  #site-header #main-navigation,
  #site-header .menu-header-menu-container,
  #site-header .menu-toggle,
  #site-header .social-links,
  #site-header .mc_embed_signup {
    display: none !important;
  }
  /* line 47, ../sass/luminary/_print.scss */
  #site-header a {
    padding: 0 !important;
    margin: 10px 0 !important;
  }

  /* line 51, ../sass/luminary/_print.scss */
  .default-page {
    margin-top: 30px;
  }
  /* line 54, ../sass/luminary/_print.scss */
  .default-page #content {
    width: auto;
    max-width: 100%;
  }
  /* line 55, ../sass/luminary/_print.scss */
  .default-page #sidebar {
    display: none;
  }

  /* line 59, ../sass/luminary/_print.scss */
  #background_reading {
    width: 100%;
  }
  /* line 63, ../sass/luminary/_print.scss */
  #background_reading ul li {
    position: relative;
    padding: 0;
    display: block;
    text-align: center;
  }
  /* line 69, ../sass/luminary/_print.scss */
  #background_reading ul li h3 {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
  }
  /* line 75, ../sass/luminary/_print.scss */
  #background_reading ul li h3 .stats-img {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    margin: 5px auto 15px auto;
  }
  /* line 82, ../sass/luminary/_print.scss */
  #background_reading ul li h3 .stats-title {
    display: block;
    position: relative;
    max-width: 100%;
    bottom: 0;
    left: 0;
  }
  /* line 92, ../sass/luminary/_print.scss */
  #background_reading ul li .link-btn {
    position: relative;
    margin: 10px 0;
    left: 0;
    bottom: 0;
  }

  /* line 103, ../sass/luminary/_print.scss */
  .default-page .container {
    width: auto;
  }

  /* line 109, ../sass/luminary/_print.scss */
  #judges-profiles .judge-profile {
    padding: 0 !important;
    text-align: center;
  }
  /* line 113, ../sass/luminary/_print.scss */
  #judges-profiles .judge-profile .judge-image {
    width: 240px;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    float: none;
  }
  /* line 120, ../sass/luminary/_print.scss */
  #judges-profiles .judge-profile .judge-details {
    width: auto !important;
    float: none !important;
  }

  /* line 128, ../sass/luminary/_print.scss */
  #panelists .panelist-profile {
    padding: 0 !important;
    text-align: center;
  }
  /* line 132, ../sass/luminary/_print.scss */
  #panelists .panelist-profile .panelist-image {
    width: 240px;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    float: none;
  }
  /* line 139, ../sass/luminary/_print.scss */
  #panelists .panelist-profile .panelist-details {
    width: auto !important;
    float: none !important;
  }

  /* line 147, ../sass/luminary/_print.scss */
  .resources-list {
    max-width: 480px;
    margin: 0 0 30px 0;
    text-align: center;
  }

  /* line 153, ../sass/luminary/_print.scss */
  .share-this {
    display: none;
  }

  /* line 154, ../sass/luminary/_print.scss */
  .link-btn {
    line-height: 18px;
  }

  /* line 155, ../sass/luminary/_print.scss */
  .sb-links {
    display: none;
  }

  /* line 156, ../sass/luminary/_print.scss */
  #site-footer {
    display: none;
  }
}
/* Assistive text */
/* line 175, ../sass/styles.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 179, ../sass/styles.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Assistive text */
/* line 200, ../sass/styles.scss */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 205, ../sass/styles.scss */
a.assistive-text:active,
a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

/* line 218, ../sass/styles.scss */
.hidden {
  display: none;
}

/* line 222, ../sass/styles.scss */
.link-btn {
  display: inline-block;
  position: relative;
  width: auto;
  background: #006ba6;
  padding: 15px 43px 15px 30px;
  border-radius: 2px;
  text-transform: uppercase;
  margin: auto;
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
/* line 234, ../sass/styles.scss */
.link-btn.wide {
  padding-left: 50px;
  padding-right: 63px;
}
/* line 238, ../sass/styles.scss */
.link-btn.btn-secondary {
  background-color: #01c1d5;
  color: #000;
  font-weight: 600;
}
/* line 242, ../sass/styles.scss */
.link-btn.btn-secondary .icon-arrow {
  background-image: url(../images/arrow-black.png);
}
/* line 245, ../sass/styles.scss */
.link-btn.btn-secondary:hover {
  color: #000;
  background: #0193a2;
}
/* line 250, ../sass/styles.scss */
.link-btn.btn-participate {
  padding-left: 50px;
  padding-right: 63px;
}
/* line 254, ../sass/styles.scss */
.link-btn .icon-arrow {
  position: absolute;
  background-image: url(../images/arrow-white.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 6px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  background-size: 100%;
}
/* line 266, ../sass/styles.scss */
.link-btn:hover, .link-btn:focus, .link-btn:active {
  background: #004a73;
  color: #fff;
}

/* line 271, ../sass/styles.scss */
.link-btn-large {
  padding: 0 43px 0 28px;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
}
/* line 276, ../sass/styles.scss */
.link-btn-large .icon-arrow {
  right: 20px;
}

/* line 280, ../sass/styles.scss */
.link-btn-small {
  padding: 0 20px 0 12px;
  font-size: 10px;
  line-height: 24px;
}
/* line 284, ../sass/styles.scss */
.link-btn-small .icon-arrow {
  right: 10px;
}

/* line 288, ../sass/styles.scss */
#main {
  margin-top: 80px;
}
@media (max-width: 991px) {
  /* line 288, ../sass/styles.scss */
  #main {
    margin-top: 72px;
  }
}

/* line 297, ../sass/styles.scss */
#page-sidebar-menu, .menu-rules-sidebar-menu-container {
  margin: 30px 0 30px 0;
  padding: 0 0 0 20px;
  text-align: right;
}
/* line 302, ../sass/styles.scss */
#page-sidebar-menu ul.interlinks-menu, .menu-rules-sidebar-menu-container ul.interlinks-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 307, ../sass/styles.scss */
#page-sidebar-menu ul.interlinks-menu li, .menu-rules-sidebar-menu-container ul.interlinks-menu li {
  margin: 0 0 20px 0;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: .10em;
}
@media (max-width: 767px) {
  /* line 297, ../sass/styles.scss */
  #page-sidebar-menu, .menu-rules-sidebar-menu-container {
    text-align: left;
    padding: 0;
  }
}
