/*
Theme Name: WbC2016
Theme URI: http://www.worldbeercup.org
Description: Custom theme for worldbeercup.org. Based off wbc16.com
Author: Nathan Zander + Luke Trautwein
Version: 1.0
*/
/**
* 0.0 Table of Contents
*
* Less document to be compiled on the client site. Contains all core CSS for
theme. Uses Bootstrap for base styles
*
* 
* 1.0 Configuration & Reset

* 2.0 Typography

* 3.0 Structure
*  - 3.1 Page Templates

* 4.0 Layout
* - 4.1 Page Sections
* - 4.2 Unique Pages
* -  - 4.2.1 Home
* -  - 4.2.2 Single post/page
* -  - 4.2.3 Archive
* -  - 4.2.4 Winners

* 5.0 Navigation
* - 5.1 Pagination
* - 5.2 Navbars

* 6.0 HTML Elements
* - 6.1 Tables
* - 6.2 Lists
* - 6.3 Forms

* 7.0 Unique Components (classes)
* - 7.1 Buckets/Grid
* - 7.2 Galleries
* - 7.3 Accordions
* - 7.4 Image Helpers
* - 7.5 UI Widgets
* - 7.6 
* 
* - 7.* Misc Classes

* 8.0 Phark
* 9.0 Media Queries
* 10.0 Plugins
**/
/** Template/Demo Styles. Remove this entire block for live!!! **/
/*.template .phark, .template .phark a{text-indent: 0px;}*/
.template .for-demo {
  display: block;
}
/**/
/**
* 1.0 Configuration and Reset
*
* Let's only import the styles we're goign to use!
**/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #404240;
  background-color: transparent;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #dbaa00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #dbaa00;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "museo-slab", "Museo-slab", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #d5dbd9;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 3rem;
}
h2,
.h2 {
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 3rem;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1.5rem;
}
h6,
.h6 {
  font-size: 2rem;
}
p {
  margin: 0 0 1rem;
}
.lead {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 2.25rem;
  }
}
small,
.small {
  font-size: 86%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #d5dbd9;
}
.text-primary {
  color: #dbaa00;
}
a.text-primary:hover {
  color: #a88200;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #dbaa00;
}
a.bg-primary:hover {
  background-color: #a88200;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 0rem;
  margin: 4rem 0 2rem;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 2rem;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 767px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d5dbd9;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  font-size: 1.875rem;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #d5dbd9;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 2rem;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 6px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.5rem;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 768px) {
  .container {
    width: 745px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 965px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1165px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14 {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.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-xs-13, .col-xs-14 {
  float: left;
}
.col-xs-14 {
  width: 100%;
}
.col-xs-13 {
  width: 92.85714286%;
}
.col-xs-12 {
  width: 85.71428571%;
}
.col-xs-11 {
  width: 78.57142857%;
}
.col-xs-10 {
  width: 71.42857143%;
}
.col-xs-9 {
  width: 64.28571429%;
}
.col-xs-8 {
  width: 57.14285714%;
}
.col-xs-7 {
  width: 50%;
}
.col-xs-6 {
  width: 42.85714286%;
}
.col-xs-5 {
  width: 35.71428571%;
}
.col-xs-4 {
  width: 28.57142857%;
}
.col-xs-3 {
  width: 21.42857143%;
}
.col-xs-2 {
  width: 14.28571429%;
}
.col-xs-1 {
  width: 7.14285714%;
}
.col-xs-pull-14 {
  right: 100%;
}
.col-xs-pull-13 {
  right: 92.85714286%;
}
.col-xs-pull-12 {
  right: 85.71428571%;
}
.col-xs-pull-11 {
  right: 78.57142857%;
}
.col-xs-pull-10 {
  right: 71.42857143%;
}
.col-xs-pull-9 {
  right: 64.28571429%;
}
.col-xs-pull-8 {
  right: 57.14285714%;
}
.col-xs-pull-7 {
  right: 50%;
}
.col-xs-pull-6 {
  right: 42.85714286%;
}
.col-xs-pull-5 {
  right: 35.71428571%;
}
.col-xs-pull-4 {
  right: 28.57142857%;
}
.col-xs-pull-3 {
  right: 21.42857143%;
}
.col-xs-pull-2 {
  right: 14.28571429%;
}
.col-xs-pull-1 {
  right: 7.14285714%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-14 {
  left: 100%;
}
.col-xs-push-13 {
  left: 92.85714286%;
}
.col-xs-push-12 {
  left: 85.71428571%;
}
.col-xs-push-11 {
  left: 78.57142857%;
}
.col-xs-push-10 {
  left: 71.42857143%;
}
.col-xs-push-9 {
  left: 64.28571429%;
}
.col-xs-push-8 {
  left: 57.14285714%;
}
.col-xs-push-7 {
  left: 50%;
}
.col-xs-push-6 {
  left: 42.85714286%;
}
.col-xs-push-5 {
  left: 35.71428571%;
}
.col-xs-push-4 {
  left: 28.57142857%;
}
.col-xs-push-3 {
  left: 21.42857143%;
}
.col-xs-push-2 {
  left: 14.28571429%;
}
.col-xs-push-1 {
  left: 7.14285714%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-14 {
  margin-left: 100%;
}
.col-xs-offset-13 {
  margin-left: 92.85714286%;
}
.col-xs-offset-12 {
  margin-left: 85.71428571%;
}
.col-xs-offset-11 {
  margin-left: 78.57142857%;
}
.col-xs-offset-10 {
  margin-left: 71.42857143%;
}
.col-xs-offset-9 {
  margin-left: 64.28571429%;
}
.col-xs-offset-8 {
  margin-left: 57.14285714%;
}
.col-xs-offset-7 {
  margin-left: 50%;
}
.col-xs-offset-6 {
  margin-left: 42.85714286%;
}
.col-xs-offset-5 {
  margin-left: 35.71428571%;
}
.col-xs-offset-4 {
  margin-left: 28.57142857%;
}
.col-xs-offset-3 {
  margin-left: 21.42857143%;
}
.col-xs-offset-2 {
  margin-left: 14.28571429%;
}
.col-xs-offset-1 {
  margin-left: 7.14285714%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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-sm-13, .col-sm-14 {
    float: left;
  }
  .col-sm-14 {
    width: 100%;
  }
  .col-sm-13 {
    width: 92.85714286%;
  }
  .col-sm-12 {
    width: 85.71428571%;
  }
  .col-sm-11 {
    width: 78.57142857%;
  }
  .col-sm-10 {
    width: 71.42857143%;
  }
  .col-sm-9 {
    width: 64.28571429%;
  }
  .col-sm-8 {
    width: 57.14285714%;
  }
  .col-sm-7 {
    width: 50%;
  }
  .col-sm-6 {
    width: 42.85714286%;
  }
  .col-sm-5 {
    width: 35.71428571%;
  }
  .col-sm-4 {
    width: 28.57142857%;
  }
  .col-sm-3 {
    width: 21.42857143%;
  }
  .col-sm-2 {
    width: 14.28571429%;
  }
  .col-sm-1 {
    width: 7.14285714%;
  }
  .col-sm-pull-14 {
    right: 100%;
  }
  .col-sm-pull-13 {
    right: 92.85714286%;
  }
  .col-sm-pull-12 {
    right: 85.71428571%;
  }
  .col-sm-pull-11 {
    right: 78.57142857%;
  }
  .col-sm-pull-10 {
    right: 71.42857143%;
  }
  .col-sm-pull-9 {
    right: 64.28571429%;
  }
  .col-sm-pull-8 {
    right: 57.14285714%;
  }
  .col-sm-pull-7 {
    right: 50%;
  }
  .col-sm-pull-6 {
    right: 42.85714286%;
  }
  .col-sm-pull-5 {
    right: 35.71428571%;
  }
  .col-sm-pull-4 {
    right: 28.57142857%;
  }
  .col-sm-pull-3 {
    right: 21.42857143%;
  }
  .col-sm-pull-2 {
    right: 14.28571429%;
  }
  .col-sm-pull-1 {
    right: 7.14285714%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-14 {
    left: 100%;
  }
  .col-sm-push-13 {
    left: 92.85714286%;
  }
  .col-sm-push-12 {
    left: 85.71428571%;
  }
  .col-sm-push-11 {
    left: 78.57142857%;
  }
  .col-sm-push-10 {
    left: 71.42857143%;
  }
  .col-sm-push-9 {
    left: 64.28571429%;
  }
  .col-sm-push-8 {
    left: 57.14285714%;
  }
  .col-sm-push-7 {
    left: 50%;
  }
  .col-sm-push-6 {
    left: 42.85714286%;
  }
  .col-sm-push-5 {
    left: 35.71428571%;
  }
  .col-sm-push-4 {
    left: 28.57142857%;
  }
  .col-sm-push-3 {
    left: 21.42857143%;
  }
  .col-sm-push-2 {
    left: 14.28571429%;
  }
  .col-sm-push-1 {
    left: 7.14285714%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-14 {
    margin-left: 100%;
  }
  .col-sm-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-sm-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-sm-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-sm-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-sm-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-sm-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-sm-offset-7 {
    margin-left: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-sm-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-sm-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-sm-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-sm-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-sm-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-md-13, .col-md-14 {
    float: left;
  }
  .col-md-14 {
    width: 100%;
  }
  .col-md-13 {
    width: 92.85714286%;
  }
  .col-md-12 {
    width: 85.71428571%;
  }
  .col-md-11 {
    width: 78.57142857%;
  }
  .col-md-10 {
    width: 71.42857143%;
  }
  .col-md-9 {
    width: 64.28571429%;
  }
  .col-md-8 {
    width: 57.14285714%;
  }
  .col-md-7 {
    width: 50%;
  }
  .col-md-6 {
    width: 42.85714286%;
  }
  .col-md-5 {
    width: 35.71428571%;
  }
  .col-md-4 {
    width: 28.57142857%;
  }
  .col-md-3 {
    width: 21.42857143%;
  }
  .col-md-2 {
    width: 14.28571429%;
  }
  .col-md-1 {
    width: 7.14285714%;
  }
  .col-md-pull-14 {
    right: 100%;
  }
  .col-md-pull-13 {
    right: 92.85714286%;
  }
  .col-md-pull-12 {
    right: 85.71428571%;
  }
  .col-md-pull-11 {
    right: 78.57142857%;
  }
  .col-md-pull-10 {
    right: 71.42857143%;
  }
  .col-md-pull-9 {
    right: 64.28571429%;
  }
  .col-md-pull-8 {
    right: 57.14285714%;
  }
  .col-md-pull-7 {
    right: 50%;
  }
  .col-md-pull-6 {
    right: 42.85714286%;
  }
  .col-md-pull-5 {
    right: 35.71428571%;
  }
  .col-md-pull-4 {
    right: 28.57142857%;
  }
  .col-md-pull-3 {
    right: 21.42857143%;
  }
  .col-md-pull-2 {
    right: 14.28571429%;
  }
  .col-md-pull-1 {
    right: 7.14285714%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-14 {
    left: 100%;
  }
  .col-md-push-13 {
    left: 92.85714286%;
  }
  .col-md-push-12 {
    left: 85.71428571%;
  }
  .col-md-push-11 {
    left: 78.57142857%;
  }
  .col-md-push-10 {
    left: 71.42857143%;
  }
  .col-md-push-9 {
    left: 64.28571429%;
  }
  .col-md-push-8 {
    left: 57.14285714%;
  }
  .col-md-push-7 {
    left: 50%;
  }
  .col-md-push-6 {
    left: 42.85714286%;
  }
  .col-md-push-5 {
    left: 35.71428571%;
  }
  .col-md-push-4 {
    left: 28.57142857%;
  }
  .col-md-push-3 {
    left: 21.42857143%;
  }
  .col-md-push-2 {
    left: 14.28571429%;
  }
  .col-md-push-1 {
    left: 7.14285714%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-14 {
    margin-left: 100%;
  }
  .col-md-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-md-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-md-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-md-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-md-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-md-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-md-offset-7 {
    margin-left: 50%;
  }
  .col-md-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-md-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-md-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-md-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-md-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-md-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-lg-13, .col-lg-14 {
    float: left;
  }
  .col-lg-14 {
    width: 100%;
  }
  .col-lg-13 {
    width: 92.85714286%;
  }
  .col-lg-12 {
    width: 85.71428571%;
  }
  .col-lg-11 {
    width: 78.57142857%;
  }
  .col-lg-10 {
    width: 71.42857143%;
  }
  .col-lg-9 {
    width: 64.28571429%;
  }
  .col-lg-8 {
    width: 57.14285714%;
  }
  .col-lg-7 {
    width: 50%;
  }
  .col-lg-6 {
    width: 42.85714286%;
  }
  .col-lg-5 {
    width: 35.71428571%;
  }
  .col-lg-4 {
    width: 28.57142857%;
  }
  .col-lg-3 {
    width: 21.42857143%;
  }
  .col-lg-2 {
    width: 14.28571429%;
  }
  .col-lg-1 {
    width: 7.14285714%;
  }
  .col-lg-pull-14 {
    right: 100%;
  }
  .col-lg-pull-13 {
    right: 92.85714286%;
  }
  .col-lg-pull-12 {
    right: 85.71428571%;
  }
  .col-lg-pull-11 {
    right: 78.57142857%;
  }
  .col-lg-pull-10 {
    right: 71.42857143%;
  }
  .col-lg-pull-9 {
    right: 64.28571429%;
  }
  .col-lg-pull-8 {
    right: 57.14285714%;
  }
  .col-lg-pull-7 {
    right: 50%;
  }
  .col-lg-pull-6 {
    right: 42.85714286%;
  }
  .col-lg-pull-5 {
    right: 35.71428571%;
  }
  .col-lg-pull-4 {
    right: 28.57142857%;
  }
  .col-lg-pull-3 {
    right: 21.42857143%;
  }
  .col-lg-pull-2 {
    right: 14.28571429%;
  }
  .col-lg-pull-1 {
    right: 7.14285714%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-14 {
    left: 100%;
  }
  .col-lg-push-13 {
    left: 92.85714286%;
  }
  .col-lg-push-12 {
    left: 85.71428571%;
  }
  .col-lg-push-11 {
    left: 78.57142857%;
  }
  .col-lg-push-10 {
    left: 71.42857143%;
  }
  .col-lg-push-9 {
    left: 64.28571429%;
  }
  .col-lg-push-8 {
    left: 57.14285714%;
  }
  .col-lg-push-7 {
    left: 50%;
  }
  .col-lg-push-6 {
    left: 42.85714286%;
  }
  .col-lg-push-5 {
    left: 35.71428571%;
  }
  .col-lg-push-4 {
    left: 28.57142857%;
  }
  .col-lg-push-3 {
    left: 21.42857143%;
  }
  .col-lg-push-2 {
    left: 14.28571429%;
  }
  .col-lg-push-1 {
    left: 7.14285714%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-14 {
    margin-left: 100%;
  }
  .col-lg-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-lg-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-lg-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-lg-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-lg-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-lg-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-lg-offset-7 {
    margin-left: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-lg-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-lg-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-lg-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-lg-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-lg-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: #dbaa00;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #d5dbd9;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dbaa00;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dbaa00;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dbaa00;
}
.table .table {
  background-color: transparent;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dbaa00;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dbaa00;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #727672;
}
.table-hover > tbody > tr:hover {
  background-color: #dbaa00;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #dbaa00;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #c29600;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1.5rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dbaa00;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #404240;
}
.form-control {
  display: block;
  width: 100%;
  height: 16rem;
  padding: 6px 12px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #404240;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 16rem;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 13rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 25rem;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 2rem;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 3.5rem;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0px;
}
select.input-sm {
  height: 13rem;
  line-height: 13rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0px;
}
select.form-group-sm .form-control {
  height: 13rem;
  line-height: 13rem;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1.3rem;
  line-height: 1;
  min-height: 3.3rem;
}
.input-lg {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2.5rem;
  line-height: 1;
  border-radius: 0px;
}
select.input-lg {
  height: 25rem;
  line-height: 25rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2.5rem;
  line-height: 1;
  border-radius: 0px;
}
select.form-group-lg .form-control {
  height: 25rem;
  line-height: 25rem;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2.5rem;
  line-height: 1;
  min-height: 4.5rem;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 20rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 16rem;
  height: 16rem;
  line-height: 16rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 25rem;
  height: 25rem;
  line-height: 25rem;
}
.input-sm + .form-control-feedback {
  width: 13rem;
  height: 13rem;
  line-height: 13rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 7rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7f837f;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 9rem;
}
.form-horizontal .form-group {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 12.5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #FFF;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #FFF;
  background-color: #dbaa00;
  border-color: #a88200;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #a88200;
  border-color: #6b5300;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #dbaa00;
  border-color: #a88200;
}
.btn-default .badge {
  color: #dbaa00;
  background-color: #FFF;
}
.btn-primary {
  color: #fff;
  background-color: #dbaa00;
  border-color: #c29600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #a88200;
  border-color: #846700;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #dbaa00;
  border-color: #c29600;
}
.btn-primary .badge {
  color: #dbaa00;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ac2a27;
  border-color: #972522;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #82201e;
  border-color: #651917;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ac2a27;
  border-color: #972522;
}
.btn-danger .badge {
  color: #ac2a27;
  background-color: #fff;
}
.btn-link {
  color: #dbaa00;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #d5dbd9;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 2.5rem;
  line-height: 1;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1.5rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 0rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #dbaa00;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d5dbd9;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #d5dbd9;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 767px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #d5dbd9;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d5dbd9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #dbaa00;
}
.nav .nav-divider {
  height: 1px;
  margin: 0rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #404240;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 6px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #dbaa00;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
@media (min-width: 767px) {
  .navbar {
    border-radius: 6px;
  }
}
@media (min-width: 767px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 767px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 767px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 767px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 24px 12px;
  font-size: 2.5rem;
  line-height: 2rem;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 767px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 767px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 2rem;
}
@media (max-width: 766px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 2rem;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 767px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 766px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 767px) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 767px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -12px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 766px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #fefefe;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fefefe;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fefefe;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 766px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fefefe;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fefefe;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fefefe;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 2rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 6px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #d5dbd9;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 2rem 0;
  border-radius: 6px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #dbaa00;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #dbaa00;
  border-color: #dbaa00;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d5dbd9;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 2.5rem;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 1.3rem;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 2rem 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #d5dbd9;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #d5dbd9;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #bac3c0;
}
.label-primary {
  background-color: #dbaa00;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #a88200;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #ac2a27;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #82201e;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #d5dbd9;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #dbaa00;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 2rem;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 2rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dbaa00;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 2rem;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 6px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #dbaa00;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #dbaa00;
  border-color: #dbaa00;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dbaa00;
}
.panel-primary > .panel-heading .badge {
  color: #dbaa00;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dbaa00;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 6px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1.5rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.site-header:before,
.site-header:after,
#content:before,
#content:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.site-header:after,
#content:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* TEMPLATE STYLES - Move into live site where needed */
* {
  outline: none;
}
.no-margin {
  margin: 0px;
  padding: 0px;
}
.no-border {
  border: 0px;
  border-radius: 0px;
}
.clear {
  clear: both;
}
.perfect {
  height: 0;
}
/**
* 2.0 Typography
*
**/
body {
  font-size: 1.5rem;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  line-height: 1.5;
}
a {
  -webkit-transition: .25s;
  transition: .25s;
}
a:focus {
  color: #dbaa00;
}
.entry-content a {
  -webkit-transition: 0s;
  transition: 0s;
}
.entry-content a:hover {
  color: #000;
  border-bottom: 1px dotted;
}
.entry-content a.btn {
  color: #FFF;
  border: 1px solid transparent;
}
.entry-content a.btn:hover {
  color: #FFF;
  border: 1px solid #a88200;
}
.entry-content a.btn:hover {
  color: #FFF;
}
nav a {
  display: block;
  font-family: "museo-slab", "Museo-slab", serif;
  text-decoration: none !important;
}
h1,
h2,
h3,
h4 {
  font-family: "museo-slab", "Museo-slab", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #404240;
}
h2,
.h2 {
  font-size: 2rem;
  color: #5c6974;
  font-weight: 600;
  line-height: 1.2;
}
h3,
.h3 {
  font-size: 1.7rem;
  color: #000;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
h4,
.h4,
.credit,
.caption {
  font-size: 1.1rem;
  color: #000;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  font-weight: 400;
}
p,
cite,
time,
td,
li,
caption,
figcaption,
.wp-caption-text {
  color: #404240;
  font-size: 1.5rem;
  line-height: 1.5;
}
p {
  margin: 12.5px 0px;
}
p:empty {
  display: none;
}
figcaption,
.wp-caption-text {
  padding-top: 5px;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  font-size: 1.1rem;
}
.wp-caption-text {
  margin: 0px;
  padding-top: 5px;
}
cite,
time {
  font-size: 1.5rem;
  font-style: italic;
}
small {
  display: block;
  line-height: 1.5;
  margin: 12.5px 0px;
}
.btn {
  margin: 0px 1% 1% 0px;
  font-size: 16px;
  font-family: "museo-slab", "Museo-slab", serif;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 0px;
  border: 0px;
  padding: 9px 12px 6px 12px;
}
.btn span {
  color: #f1ecdb;
}
.btn-lg {
  font-size: 21px;
  padding: 12px 16px 10px 16px;
}
.btn-sm {
  padding: 9px 12px 8px 12px;
  font-size: 1.4rem;
}
.btn-xs {
  padding: 9px 12px 8px 12px;
  font-size: 1.2rem;
}
.btn-link {
  color: #dbaa00;
}
.btn-bold {
  font-weight: 400;
}
.btn-primary {
  background: #404240;
}
.btn-primary:hover {
  background: #dbaa00;
}
.btn {
  text-transform: none;
}
.btn-danger,
.btn-alert {
  text-transform: uppercase;
  background-color: #ac2a27;
}
.btn-danger:hover,
.btn-alert:hover {
  background-color: #82201e;
}
.breadcrumb {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  height: 23px;
}
.breadcrumb li a {
  text-decoration: none;
  color: #dbaa00;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "museo-slab", "Museo-slab", serif;
}
.entry-title,
.category-title {
  margin: 13px 0px 16px 0px;
}
.entry-title a,
.category-title a {
  text-decoration: none;
}
.entry-title sup,
.category-title sup {
  font-size: 25%;
  top: -12px;
  font-family: Helvetica, Arial, sans-serif;
}
.widgettitle {
  display: none;
}
/**
* 3.0 STRUCTURE
*
**/
html {
  background: rgba(164, 164, 164, 0.25) url(images/design/bg.png) repeat;
  background-size: 2px;
}
.ba-container {
  width: 1120px;
  margin: 0 auto;
  max-width: 100% !important;
  position: relative;
}
#wrapper {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background: #FFF url(images/design/bg.png) repeat;
  background-size: 2px;
}
/*header*/
.site-header {
  background: url(images/design/bg_header.png) repeat-x;
  position: relative;
  z-index: 1000;
  margin-left: -12.5px;
  margin-right: -12.5px;
  margin: 0px;
  height: 130px;
  background-size: 2px;
}
#content {
  clear: both;
  margin-left: -12.5px;
  margin-right: -12.5px;
  width: 1120px;
  margin: 0 auto;
  max-width: 100% !important;
  position: relative;
}
#primary {
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  background: transparent;
  min-height: 650px;
  display: block;
  position: relative;
  padding: 0px 0px 0px 6.5px;
  margin: 30px 0px 0px 0px;
}
@media (min-width: 992px) {
  #primary {
    float: left;
    width: 78.57142857%;
  }
}
@media (min-width: 768px) {
  #primary {
    left: 21.42857143%;
  }
}
.home #primary {
  float: right;
  width: calc(907.5px);
  margin-left: -12.5px;
  padding: 0px;
  min-height: 0px;
  height: 75%;
  overflow: hidden;
  min-height: 625px;
  margin-top: 13px;
}
@media (min-width: 768px) {
  .home #primary {
    left: 0%;
  }
}
@media (min-width: 768px) {
  .home aside {
    right: 0%;
  }
}
aside {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  background: transparent;
  float: left;
  padding: 12.5px;
}
@media (min-width: 768px) {
  aside {
    float: left;
    width: 21.42857143%;
  }
}
@media (min-width: 768px) {
  aside {
    right: 78.57142857%;
  }
}
/*aside#ads {width: 200px;  .make-sm-column-push(0); background: @aside-bg; float: left; padding: 0px; margin: 0px 0px 0px 25px;
		li{margin-bottom: 22px;} //this is a bug - should be a perfect 25px?
	}*/
aside#secondary {
  padding: 0px 0px 0px 75px;
  margin-left: -58px;
}
aside#ads {
  padding: 0px;
  margin: 250px 0px 0px -46px;
}
footer {
  background-color: rgba(164, 164, 164, 0.25);
  background-size: 2px;
}
.footer-wrapper {
  width: 1120px;
  margin: 0 auto;
  max-width: 100% !important;
  position: relative;
  padding: 19px 0px;
  /*background: @footer-bg url('images/design/bg_footer.jpg') repeat-x; 
	clear: both; 
	text-align: center; 
	position: relative; 
	padding: @2pad 0px @1pad 0px;
	margin: @2pad 0px 0px 0px;
	.footer-inner{.ba-container();}*/
}
/* 3.1 Page Templates */
.wide-template#primary {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 992px) {
  .wide-template#primary {
    float: left;
    width: 78.57142857%;
  }
}
@media (min-width: 992px) {
  .wide-template + #secondary {
    right: 78.57142857%;
  }
}
.wide-template + #secondary + #ads {
  left: auto;
  margin-top: 12.5px;
}
@media (min-width: 992px) {
  .wide-template + #secondary + #ads {
    right: 78.57142857%;
  }
}
.super-wide-template#primary {
  width: 100%;
  float: none;
  left: 0px;
}
/**
* 4.0 LAYOUT DESIGN
*
* Includes one-time use components
**/
/* 4.1 Page Sections */
/*header*/
.site-header .header-content {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.site-header .site-branding {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.site-header .site-title {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 49px;
  left: 0px;
}
.site-header .site-title a,
.site-header .site-title picture {
  display: block;
}
.site-header .site-title img {
  max-width: 190px;
  height: auto;
}
.site-header .site-description {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 10px;
  left: 0px;
  font-size: 19px;
  width: 50%;
  font-weight: 100;
  color: rgba(254, 254, 253, 0.5);
}
.site-header .company-branding {
  position: absolute;
  margin: 0px;
  padding: 0px;
  right: -9px;
  top: 12px;
}
.site-header .company-branding img {
  width: 75px;
  height: auto;
}
.site-header .search-form {
  position: absolute;
  top: 0px;
  right: 80px;
  background-color: #e5c144;
  width: 33px;
  height: 32px;
  cursor: pointer;
  /*
		label{margin-bottom: 0px;}
		
		.search-field{ //input 
			width: 37px;
			height: 38px;
			border: 0px;
			background-color: #8e5142;
			cursor: pointer;
			transition: all .1s ease-out;
		}*/
}
.site-header .search-form:hover {
  background-color: #727672;
}
.site-header .search-form:before {
  font-size: 17px;
  color: #FFF;
  top: 3px;
  left: 5px;
  cursor: pointer;
}
.site-header .search-form .search-submit {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.site-header .search-form .search-submit:active,
.site-header .search-form .search-submit:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.site-header .callout {
  font-family: "museo-slab", "Museo-slab", serif;
  line-height: 1;
  padding: 15px 0px 16px 0px;
  color: rgba(254, 254, 253, 0.8);
  margin: 0px;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  right: 78px;
  text-align: right;
  top: 26px;
  width: 50%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-header .callout a {
  color: rgba(254, 254, 253, 0.8);
}
.site-header .callout a:hover {
  color: #404240;
}
.site-header .callout span {
  color: #f1ecdb;
}
.site-header .header-banner {
  height: 73px;
  background-color: #dbaa00;
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.site-header .header-banner:before {
  display: block;
  content: "";
  background-image: url(images/design/bg_yellow-angle.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100%;
  width: 62px;
  height: 73px;
  position: absolute;
  top: 0px;
  left: -62px;
}
#presenting-sponsor {
  float: left;
  border-right: 4px solid rgba(0, 0, 0, 0.05);
  padding-right: 20px;
  width: 20%;
  min-width: 215px;
}
#presenting-sponsor h2 {
  font-size: 20px;
  font-family: "museo-slab", "Museo-slab", "times", serif;
  color: #404240;
  font-weight: 300;
}
#presenting-sponsor img {
  width: 180px;
  height: auto;
}
#partner-sponsors {
  float: left;
  margin-top: 24px;
  width: 80%;
}
#partner-sponsors .sponsors {
  list-style: none;
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#partner-sponsors .sponsors li.heading {
  font-size: 16px;
  font-family: "museo-slab", "Museo-slab", "times", serif;
  color: #404240;
  text-align: right;
  width: 100px;
  font-weight: 300;
  padding-right: 15px;
}
#partner-sponsors .sponsors li {
  padding: 12.5px 0px;
}
#partner-sponsors .sponsors a {
  display: block;
}
#partner-sponsors .sponsors img {
  height: 30px;
  width: auto;
  margin: 0px 13px;
}
#partner-sponsors .sponsors #ball img {
  height: 40px;
}
#partner-sponsors .sponsors #siemens img {
  height: 20px;
}
.lt-ie10 #partner-sponsors .sponsors li,
.no-flexbox #partner-sponsors .sponsors li {
  float: left;
}
footer {
  /*nav*/
}
footer .footer-text {
  font-size: 12px;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  margin: 0px;
  padding: 0px;
  clear: both;
  padding-top: 50px;
  color: #404240;
  opacity: 1;
}
footer .footer-text a {
  color: #dbaa00;
}
footer .footer-text a:hover {
  border-bottom: 1px dotted;
}
footer .sponsor-updates {
  width: 35%;
  float: left;
}
footer form#subscribe-form {
  margin-top: -7px;
  margin-bottom: 23px;
  position: relative;
}
footer form#subscribe-form legend {
  font-size: 25px;
  margin-bottom: 1px;
}
footer form#subscribe-form input[type="text"] {
  height: 35px;
  line-height: 1.4;
}
footer form#subscribe-form input[type="submit"] {
  padding: 6px 12px;
  height: 35px;
}
footer form#subscribe-form .subscribe-submit {
  height: 100%;
  width: 17%;
  position: absolute;
  right: -6px;
  top: 0px;
}
footer .menu-footer {
  width: 65%;
  float: right;
}
footer .social {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px;
}
footer .social li {
  display: inline-block;
}
footer .social li a {
  display: block;
  color: #dbaa00;
  font-size: 18px;
}
footer .social li a:hover {
  color: #000;
}
.widgets {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.widget_sp_image img {
  width: 100%;
  height: auto;
}
/*
	* 4.2 Unique Pages
	*/
#hero {
  position: relative;
  width: calc(66.66666667%);
  float: left;
  overflow: hidden;
  background-color: #404240;
  height: 604px;
}
#hero a {
  display: block;
}
#hero .entry-container {
  background-color: #404240;
  height: 50%;
  box-sizing: content-box;
  position: absolute;
  bottom: -33%;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.63, 0.59, 0.94);
  transition: all 0.25s cubic-bezier(0.51, 0.63, 0.59, 0.94);
}
#hero .entry-container p {
  margin: 0px 0px 12.5px 0px;
}
#hero:hover .entry-container {
  bottom: 0%;
  background-color: rgba(64, 66, 64, 0.95);
}
#hero:hover .entry-container .entry-title {
  height: auto;
}
#hero .entry-title {
  width: 100%;
  margin: 0px;
  height: 105px;
  -webkit-transition-property: all;
  transition-property: all;
}
#hero .entry-title a {
  color: #FFF;
  font-size: 33px;
  font-family: "museo-slab", "Museo-slab", serif;
  padding: 15px 20px;
  display: block;
  font-weight: 300;
  line-height: 1.2;
}
#hero .entry-title a:hover {
  color: #ED9C3C;
}
#hero p {
  padding: 0px 20px;
  color: #FFF;
  font-size: 15px;
}
#hero p a {
  display: inline;
  color: #FFF;
  border-bottom: 1px dotted;
}
#hero p a:hover {
  color: #FFF;
  color: #ED9C3C;
}
#hero .more-link {
  color: #FFF;
  background: #dbaa00;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border: none;
  padding: 4px 10px 6px 10px;
  text-transform: uppercase;
}
#hero .more-link:hover {
  color: #FFF;
}
#hero img {
  width: 100%;
  height: auto;
}
#hero .video-post picture,
.format-video a.entry-link {
  position: relative;
}
#hero .video-post picture:before,
.format-video a.entry-link:before {
  font-family: 'fontello';
  content: "\e814";
  color: #FFF;
  font-size: 135px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 50%;
  height: 50%;
  display: table;
  text-align: center;
  -webkit-transition: .25s;
  transition: .25s;
}
#hero .video-post:hover picture:before,
.format-video a.entry-link:hover:before {
  color: #333;
  -webkit-transition: .25s;
  transition: .25s;
}
.format-video a.entry-link:before {
  font-size: 75px;
}
#recent-news {
  float: left;
  width: calc(33.33333333%);
  display: block;
  margin: 0px;
  padding: 0px;
}
#recent-news .grid-item {
  width: 100%;
  margin: 0px;
  position: relative;
  overflow: hidden;
  background-color: #dbaa00;
}
#recent-news .grid-item:nth-child(2) {
  background-color: #5c6974;
}
#recent-news .grid-item:nth-child(2) .entry-container {
  background-color: #5c6974;
}
#recent-news .grid-item:hover .entry-container {
  bottom: 0px;
  background-color: rgba(219, 170, 0, 0.9);
}
#recent-news .grid-item:nth-child(2):hover .entry-container {
  background-color: rgba(92, 105, 116, 0.9);
}
#recent-news .category-title {
  display: none;
}
#recent-news img {
  width: 100%;
  height: auto;
}
#recent-news .entry-container {
  background-color: #dbaa00;
  height: 100%;
  box-sizing: content-box;
  position: absolute;
  bottom: -77%;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.63, 0.59, 0.94);
  transition: all 0.25s cubic-bezier(0.51, 0.63, 0.59, 0.94);
}
#recent-news .entry-container p {
  margin: 0px 0px 12.5px 0px;
}
#recent-news .entry-title {
  width: 100%;
  margin: 0px;
  height: 50px;
  padding: 0px 20px;
  margin: 10px 0px 7px 0px;
  display: block;
}
#recent-news .entry-title a {
  color: #FFF;
  font-size: 21px;
  font-family: "museo-slab", "Museo-slab", serif;
  padding: 0px;
  box-sizing: content-box;
  display: block;
  font-weight: 100;
  line-height: 1.2;
}
#recent-news .entry-title a:hover {
  color: #ED9C3C;
}
#recent-news p {
  color: #FFF;
  font-size: 15px;
  padding: 0px 20px;
}
#recent-news p a {
  color: #FFF;
  border-bottom: 1px dotted;
}
#recent-news p a:hover {
  color: #ED9C3C;
}
#recent-news .more-link {
  color: #FFF;
  background: #404240;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border: none;
  padding: 4px 10px 6px 10px;
  text-transform: uppercase;
}
#recent-news .more-link:hover {
  color: #FFF;
  background: #0e0e0e;
}
#social-links {
  position: absolute;
  top: 0px;
  right: 0px;
}
#social-links a {
  display: inline-block;
  background: #306199;
  min-width: 45px;
  padding: 3px 8px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border: none;
}
#social-links a:hover {
  color: #FFF;
  border: none;
}
#social-links a i {
  font-size: 13px;
}
#social-links a .count {
  margin-left: 3px;
  font-size: 13px;
}
#social-links a#fb {
  background: #306199;
}
#social-links a#fb:hover {
  background: #244872;
}
#social-links a#googleplus {
  background: #E93F2F;
}
#social-links a#googleplus i {
  font-size: 13px;
  font-weight: bold;
}
#social-links a#googleplus count {
  font-weight: bold;
}
#social-links a#googleplus:hover {
  background: #cf2616;
}
#social-links a#twitter {
  background: #26C4F1;
}
#social-links a#twitter:hover {
  background: #0eaad6;
}
#social-links a#reddit {
  background: #5F99CF;
}
#social-links a#reddit i {
  font-weight: bold;
}
#social-links a#reddit:hover {
  background: #3a80c1;
}
#social-links a#pinterest {
  background: #B81621;
  margin-left: 4px;
}
#social-links a#pinterest:hover {
  background: #8a1119;
}
#social-links a:hover {
  text-decoration: none;
}
.entry-content .featured-image {
  float: right;
  margin: 0px 0px 12.5px 12.5px;
  width: 50%;
  height: auto;
}
.entry-content .featured-image img {
  margin: 0px;
  width: 100%;
}
.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 40%;
}
.archive,
.blog,
.search-results {
  /*.cat-title{
			color: @brand-alt;
			font-size: 1.5rem;
			font-family: @heading-font;
			margin-top: -20px;
			text-transform: uppercase;
		}*/
}
.archive article,
.blog article,
.search-results article {
  clear: both;
  margin: 0px -12.5px;
  padding: 12.5px;
  min-height: 150px;
}
.archive article:nth-child(2n-1),
.blog article:nth-child(2n-1),
.search-results article:nth-child(2n-1) {
  background-color: rgba(64, 66, 64, 0.2);
}
.archive article:last-child,
.blog article:last-child,
.search-results article:last-child {
  margin-bottom: 20px;
}
.archive article .entry-title,
.blog article .entry-title,
.search-results article .entry-title {
  margin: 0px;
  font-size: 1.8rem;
}
.archive article .entry-title a,
.blog article .entry-title a,
.search-results article .entry-title a {
  color: #404240;
}
.archive article .entry-title a:hover,
.blog article .entry-title a:hover,
.search-results article .entry-title a:hover {
  color: #dbaa00;
}
.archive article .posted-on,
.blog article .posted-on,
.search-results article .posted-on {
  font-size: 1.3rem;
  font-style: italic;
}
.archive article .post-thumbnail,
.blog article .post-thumbnail,
.search-results article .post-thumbnail {
  float: right;
  width: 30%;
  max-width: 196px;
  margin: 0px 0px 0px 25px;
}
.archive article .post-thumbnail:before,
.blog article .post-thumbnail:before,
.search-results article .post-thumbnail:before,
.archive article .post-thumbnail:after,
.blog article .post-thumbnail:after,
.search-results article .post-thumbnail:after {
  content: " ";
  display: table;
}
.archive article .post-thumbnail:after,
.blog article .post-thumbnail:after,
.search-results article .post-thumbnail:after {
  clear: both;
}
.archive article .post-thumbnail:before,
.blog article .post-thumbnail:before,
.search-results article .post-thumbnail:before,
.archive article .post-thumbnail:after,
.blog article .post-thumbnail:after,
.search-results article .post-thumbnail:after {
  content: " ";
  display: table;
}
.archive article .post-thumbnail:after,
.blog article .post-thumbnail:after,
.search-results article .post-thumbnail:after {
  clear: both;
}
.archive article .post-thumbnail img,
.blog article .post-thumbnail img,
.search-results article .post-thumbnail img {
  width: 100%;
  height: auto;
}
.archive article .entry-content p,
.blog article .entry-content p,
.search-results article .entry-content p {
  margin-bottom: 0px;
}
.list-group {
  clear: both;
}
.day {
  clear: both;
  border-bottom: 1px solid rgba(64, 66, 64, 0.2);
  padding-bottom: 5px;
}
.list-item {
  clear: both;
  padding: 1% 0px;
}
.list-item:before,
.list-item:after {
  content: " ";
  display: table;
}
.list-item:after {
  clear: both;
}
.list-item:before,
.list-item:after {
  content: " ";
  display: table;
}
.list-item:after {
  clear: both;
}
.list-item:nth-child(2n) {
  background-color: rgba(64, 66, 64, 0.2);
}
.list-item .time-loc {
  float: left;
  width: 25%;
  display: block;
  padding: 0px 2%;
  line-height: 1;
}
.list-item .time-loc .start-time,
.list-item .time-loc .location {
  display: block;
}
.list-item .time-loc .start-date {
  display: none;
}
.list-item .time-loc .event-time {
  font-size: 1.3rem;
}
.list-item .entry {
  float: right;
  width: 75%;
}
.list-item .entry .entry-title {
  margin: 0px;
  font-size: 1.6rem;
}
.list-item .entry .entry-title a {
  color: #404240;
}
.list-item .entry .entry-title a:after {
  content: "";
}
.list-item .entry .entry-title a:hover {
  color: #dbaa00;
}
.list-item .entry a:after,
.list-item .entry .location:after {
  content: " • ";
  padding: 0px 3px;
}
.list-item .entry a:hover {
  border: none;
}
.list-item .entry a:last-child:after {
  content: "";
}
.list.two-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list.two-cols .col {
  width: 50%;
  display: block;
  float: left;
  min-height: 95px;
  position: relative;
}
.list.two-cols .col .flex-wrap {
  padding: 2%;
}
.list.two-cols .col.alt {
  background-color: rgba(64, 66, 64, 0.2);
}
.list.two-cols .logos {
  float: left;
  width: 32px;
  margin-right: 2%;
  clear: both;
  display: block;
}
.list.two-cols .logos img {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  margin-right: 1%;
}
.list.two-cols .mini-row {
  display: block;
  clear: both;
  padding: 3% 0px;
}
.list.two-cols p {
  margin: 0px;
  font-size: 1.3rem;
}
.list.two-cols .org {
  font-size: 1.9rem;
  color: #404240;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  line-height: 1.3;
  display: block;
  padding-bottom: 1%;
}
.list.two-cols .org:hover {
  color: #000;
  border: none;
}
.list.two-cols .org img {
  display: inline-block;
  width: 43px;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
  margin-right: 2%;
}
.list.two-cols .org .roll {
  display: block;
}
.list.two-cols .badge {
  font-size: 1rem;
  top: -3px;
  position: relative;
  left: 6px;
  background-color: #dbaa00;
}
.list.two-cols .street {
  display: block;
}
.list.two-cols .offer {
  font-weight: bold;
  display: block;
  clear: both;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  padding: 2% 15% 0px 0px;
}
.list.two-cols .aha-logo {
  float: right;
  margin: -67px 10px 0px 0px;
  width: 50px;
  height: auto;
}
#map_canvas {
  width: 100%;
  height: 350px;
  margin-bottom: 12.5px;
}
#champion-winners h3 {
  margin-left: 150px;
}
#champion-winners img,
#champion-winners .alignleft {
  width: 125px;
  height: auto;
  margin: -25px 25px 15px 0px;
}
#champion-winners ul {
  list-style: none;
}
/**
* 5.0 NAVIGATION
*
**/
/* 
* Responsive Navigation Design 
*/
.toggle-menu {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 44px;
  width: 44px;
  z-index: 1000;
  margin: 0px;
  padding: 0px;
  padding: 0px 5px 0px 7px;
  background-color: transparent;
  border: 0px;
}
.toggle-menu .icon-bar {
  background-color: #404240;
  margin-top: -2px;
}
.toggle-menu .icon-bar + .icon-bar {
  margin-top: 5px;
}
.toggle-menu .icon-bar {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 1px;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  top: 0px;
  left: 0px;
}
.toggle-menu.active .icon-bar:nth-child(1) {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: relative;
  top: 5px;
}
.toggle-menu.active .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: relative;
  top: -5px;
}
.toggle-menu.active .icon-bar:nth-child(3) {
  display: none;
}
body .toggle-menu a {
  -webkit-tap-highlight-color: transparent;
}
#access {
  z-index: 1;
  background: transparent;
  clear: both;
  width: 1120px;
  margin: 0 auto;
  max-width: 100% !important;
  position: relative;
  width: 78%;
  float: right;
  margin: 98px 0px 0px 0px;
}
#access:before,
#access:after {
  content: " ";
  display: table;
}
#access:after {
  clear: both;
}
#access:before,
#access:after {
  content: " ";
  display: table;
}
#access:after {
  clear: both;
}
#access .search-form {
  display: none;
}
.home #access {
  margin-right: 33px;
}
nav ul {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
}
@media screen and (min-width: 993px) {
  .sticky-header #access {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.8);
    z-index: 100;
    margin: 0px;
    text-align: center;
    float: none;
    background-color: #dbaa00;
  }
  .sticky-header #access #menu-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sticky-header #access #menu-main > li {
    padding: 0px;
    display: table-cell;
    width: 20%;
  }
  .sticky-header #access #menu-main > li > a {
    color: #FFF;
    padding: 10px 0px;
  }
  .sticky-header #access #menu-main > li:after {
    content: "";
  }
  .sticky-header #access #menu-main > li.hover > ul {
    top: 38px;
    min-width: 100%;
  }
  .sticky-header #content {
    padding-top: 48px;
  }
  #menu-main {
    list-style: none;
    *zoom: 1;
    margin: 0px;
    padding: 0px;
    width: 102%;
    display: table;
  }
  .js #menu-main {
    max-width: none;
    position: static;
  }
  #menu-main > li {
    position: relative;
    display: inline-block;
    padding: 0px 33px 0px 24px;
    text-align: center;
    background: transparent;
  }
  #menu-main > li:last-child {
    padding-right: 0px;
  }
  #menu-main > li:first-child {
    padding-left: 0px;
  }
  #menu-main > li:after {
    content: "/";
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 1;
  }
  #menu-main > li > a {
    height: auto;
    line-height: 1;
    padding: 0px 0px 4px 0px;
    color: #404240;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 300;
  }
  #menu-main > li:nth-child(5):after {
    content: "";
  }
  #menu-main > li.hover > ul {
    left: 0px;
    top: 20px;
  }
  #menu-main > li.current-menu-ancestor > a,
  #menu-main > li.current-menu-item > a {
    background-color: transparent;
    border-bottom: 4px #dbaa00 solid;
    display: inline;
  }
  /*	@media screen and (min-width: @grid-float-breakpoint) { //Nav styles for non-mobile only
			#menu-main li a:hover{color: @navbar-link-active-color;}
			#menu-main li li.hover a, #menu-main li.hover, #menu-main li.hover.current-menu-ancestor, #menu-main li.hover.current-menu-ancestor a{
				color: @navbar-link-hover-color; 
				background-color: @navbar-bg-hover;} 
		}
	*/
  #menu-main > li > ul {
    position: absolute;
    left: -9999px;
    background: #5c6974;
    border-top: 4px #404240 solid;
    padding: 10px 0px;
    z-index: 10;
  }
  #menu-main > li li {
    background: transparent;
    padding: 0px 15px;
  }
  #menu-main > li li > a {
    font-size: 17px;
    color: #FFF;
    text-align: left;
    padding: 4px 8px;
    text-transform: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
  }
  #menu-main > li li > a:hover {
    background: rgba(219, 170, 0, 0.4);
  }
  #menu-main > li li ul {
    padding-bottom: 5px;
  }
  #menu-main > li li li {
    padding: 0px;
  }
  #menu-main > li li li > a {
    color: #FFF;
    padding: 2px 7px 2px 17px;
    font-size: 13px;
  }
  #menu-main > li li li > a:hover {
    background: rgba(219, 170, 0, 0.4);
  }
}
/*
* Navigation  //Let's Switch to a flyout menu
*/
@media screen and (max-width: 992px) {
  #wrapper {
    overflow-x: hidden;
  }
  nav#access {
    position: fixed;
    top: 63px;
    left: auto;
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    width: 100vw;
    height: 100vh;
    background-color: #dbaa00;
    margin: 0px;
    float: none;
    padding: 0px;
    margin-left: 0px;
  }
  .active #access {
    -webkit-transform: translateX(0vw);
        -ms-transform: translateX(0vw);
            transform: translateX(0vw);
    overflow-y: scroll;
  }
  .home #access {
    margin-left: 0px !important;
  }
  body.active {
    overflow: hidden;
  }
  #access {
    border-top: 2px solid #d5dbd9;
  }
  #access .search-form {
    display: block;
    width: 100%;
    height: 44px;
    border: 0px;
    right: 0px;
    top: 0px;
  }
  #access .search-form label {
    width: 100%;
  }
  #access .search-form .search-field {
    border: 0px;
    width: 100%;
    height: 44px;
    line-height: 2;
    font-size: 17px;
    text-indent: 29px;
    background-color: #FFF;
    border-radius: 0px;
  }
  #access .search-form .search-submit {
    display: none;
  }
  #access .search-form:before {
    top: 9px;
    left: 8px;
    font-size: 16px;
    color: #404240;
  }
  #menu-main {
    display: block;
    clear: both;
    border: 1px solid #FFF;
    border-width: 2px 0px 1px 0px;
    height: 100%;
    margin-top: 42px;
    background: transparent;
  }
  /*.js #menu-main {
	    width: 16em;
		height: auto;
		position: absolute;
		top: 36px;
		right: -16em;
    }*/
  #menu-main ul {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  #menu-main > li {
    float: none;
    display: block;
    width: 100%;
    border: 1px solid #FFF;
    border-width: 0px 0px 2px 0px;
    padding: 0px;
    text-align: left;
    padding-right: 0px !important;
  }
  #menu-main > li > a {
    color: #FFF;
    background: transparent;
    padding: 12.5px;
    font-size: 17px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8%;
    text-transform: uppercase;
  }
  #menu-main > li.hover > a {
    background: #8f9ca7;
  }
  #menu-main li.menu-item-has-children > a:after {
    content: '\e82e';
    font-family: 'fontello';
    position: absolute;
    top: 50%;
    right: 7px;
    font-size: 22px;
    line-height: 0;
  }
  #menu-main li.hover.menu-item-has-children > a:after {
    content: '\e832';
  }
  #menu-main .sub-menu {
    display: none;
    position: static;
  }
  #menu-main .sub-menu {
    border-top: 1px solid #FFF;
  }
  #menu-main li.hover > .sub-menu {
    display: block;
    position: static;
  }
  #menu-main .sub-menu > li {
    border: 1px solid #FFF;
    border-width: 1px 0px;
    padding: 0px;
  }
  #menu-main .sub-menu > li:last-child {
    border-bottom: none;
  }
  #menu-main .sub-menu > li > a {
    color: #FFF;
    background-color: #5c6974;
    font-size: 17px;
    padding: 12.5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10%;
  }
  #menu-main .sub-menu > li.hover > a {
    background: #5c6974;
  }
  #menu-main .sub-menu > li.hover.menu-item-has-children > a:after {
    content: '\e832';
  }
  #menu-main .sub-menu > li > a:active {
    background-color: #2f363b;
    -webkit-transition: none;
    transition: none;
  }
  #menu-main .sub-menu .sub-menu {
    padding-bottom: 0px;
  }
  #menu-main .sub-menu .sub-menu > li > a {
    background-color: #454f58;
  }
}
#menu-main #menu-item-2234 {
  display: none !important;
}
/*nav*/
.menu-tertiary {
  position: absolute;
  top: 5px;
  right: 100px;
}
/*ul*/
#menu-tertiary li {
  display: inline-block;
  margin-right: 10px;
  padding: 0px;
  position: relative;
}
#menu-tertiary li a {
  display: block;
  color: #FFF;
  font-family: "museo-slab", "Museo-slab", "times", serif;
  padding: 0px 19px 0px 0px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s cubic-bezier(0.69, 0.81, 0.71, 0.98);
  transition: all 0.1s cubic-bezier(0.69, 0.81, 0.71, 0.98);
  -webkit-font-smoothing: antialiased;
}
#menu-tertiary li a:hover {
  color: #404240;
}
#menu-tertiary li.important a {
  background-color: #404240;
}
#menu-tertiary li.important a:hover {
  background-color: #0e0e0e;
}
#menu-tertiary li:after {
  content: "/";
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 1;
  font-size: 13px;
  color: #FFF;
}
#menu-tertiary li:last-child {
  padding-right: 0px;
}
#menu-tertiary li:last-child:after {
  content: "";
}
#menu-tertiary li:first-child {
  padding-left: 0px;
}
#menu-tertiary li ul {
  display: none;
}
#menu-supp {
  margin-top: 12.5px;
}
#menu-supp li a {
  display: none;
}
#menu-supp.single-post li a {
  display: block;
}
#menu-supp li li,
#menu-supp.single-post li {
  text-align: right;
  margin: 12.5px 0px;
  padding: 2px 0px;
}
#menu-supp li li a,
#menu-supp.single-post li a {
  color: #000;
  display: block;
  font-size: 17px;
  line-height: 1.2;
  padding: 0px 8px 0px 0px;
  -webkit-transition: all .1s;
  transition: all .1s;
  border-right: 4px solid transparent;
}
#menu-supp li li a:hover,
#menu-supp.single-post li a:hover {
  border-right: 4px solid #dbaa00;
}
#menu-supp li li.current-menu-item > a,
#menu-supp.single-post li.current-menu-parent > a {
  border-right: 4px solid #dbaa00;
}
#menu-supp li li li a,
#menu-supp.single-post li li li a {
  color: #333333;
  display: block;
  font-size: 14px;
  padding: 3px 8px 3px 0px;
}
#menu-footer {
  width: 100%;
}
#menu-footer > li {
  display: block;
  float: left;
  width: 33%;
  text-align: left;
  padding-left: 5%;
  border-right: 3px rgba(64, 66, 64, 0.2) solid;
  min-height: 125px;
}
#menu-footer > li:last-child {
  border: none;
}
#menu-footer > li a {
  color: #404240;
  font-family: "museo-slab", "Museo-slab", "times", serif;
  font-size: 20px;
  line-height: 1;
}
#menu-footer > li ul {
  margin-top: 6.5px;
}
#menu-footer li li a {
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  white-space: normal;
  line-height: 1.2;
  font-size: 14px;
  padding: 4px 0px;
  text-transform: uppercase;
}
#menu-footer li li a:hover {
  color: #dbaa00;
}
/*
*
* Yes, this is complicated, and yes it breaks the nested rules rule, but oh well.
*
*/
.navbar-form {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}
.navbar {
  border: 0px;
  height: 50px;
  width: 100%;
  clear: both;
}
.navbar .loading {
  position: absolute;
  top: 26%;
  left: -17px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}
.navbar .navbar-nav {
  margin: 0px 0px 0px 8px;
  width: 100%;
}
.navbar .navbar-nav > li,
.navbar .navbar-nav li.form {
  margin: 0px 6.25px 0px 0px;
  min-width: 150px;
  height: 44px;
  padding: 0px;
}
.navbar .navbar-nav > li.open,
.navbar .navbar-nav li.form.open {
  height: auto;
}
.navbar .navbar-nav > li > a,
.navbar .navbar-nav li.form > a,
.navbar .navbar-nav > li .btn,
.navbar .navbar-nav li.form .btn,
.navbar .navbar-nav > li button,
.navbar .navbar-nav li.form button {
  line-height: 1;
  font-size: 16px;
  font-family: "museo-slab", "Museo-slab", serif;
  color: #FFF;
  padding: 13px 5%;
  background: #404240;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0px;
  border-radius: 0px;
  height: 100%;
  font-weight: 300;
}
.navbar .navbar-nav > li > a i,
.navbar .navbar-nav li.form > a i,
.navbar .navbar-nav > li .btn i,
.navbar .navbar-nav li.form .btn i,
.navbar .navbar-nav > li button i,
.navbar .navbar-nav li.form button i {
  display: block;
  position: absolute;
  top: 13px;
  right: 5px;
}
.navbar .navbar-nav > li > .btn-primary,
.navbar .navbar-nav li.form > .btn-primary {
  width: 100%;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav li.form > a:hover,
.navbar .navbar-nav > li.open > a,
.navbar .navbar-nav li.form.open > a {
  background: #a88200;
}
.navbar .navbar-nav > li li,
.navbar .navbar-nav li.form li {
  padding: 0px;
}
.navbar .navbar-nav > li li > a,
.navbar .navbar-nav li.form li > a {
  padding: 0px 15px;
  border: none;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  line-height: 1.7;
}
.navbar .navbar-nav > li li > a:hover,
.navbar .navbar-nav li.form li > a:hover {
  cursor: pointer;
}
.navbar .navbar-nav > li.form {
  min-width: 200px;
  top: -3px;
  padding: 0px 5px;
}
.navbar .navbar-nav > li.form i {
  position: absolute;
  top: 11px;
  left: 12px;
  color: #999;
}
.navbar .navbar-nav > li.form .navbar-form {
  width: 100%;
}
.navbar .navbar-nav > li.form .form-group,
.navbar .navbar-nav > li.form form,
.navbar .navbar-nav > li.form input,
.navbar .navbar-nav > li.form .btn {
  height: 100%;
}
.navbar .navbar-nav > li.form .form-group {
  width: 100%;
}
.navbar .navbar-nav > li.form input[type='text'] {
  border: 0px;
  border-radius: 0px;
  width: 100%;
  text-indent: 31px;
  font-size: 15px;
  padding: 0px;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
}
.navbar .navbar-nav > li.form input[type='text'] + .btn {
  position: absolute;
  top: 0px;
  right: 5px;
  border-radius: 0px;
  line-height: 1;
  font-size: 16px;
  background-color: #404240;
  margin: 0px;
}
.navbar .navbar-nav > li.form input[type='text'] + .btn:hover,
.navbar .navbar-nav > li.form input[type='text'] + .btn:active,
.navbar .navbar-nav > li.form input[type='text'] + .btn:focus {
  color: #FFF;
  background: #a88200;
}
.navbar .navbar-nav > li.toggler a {
  background: #666;
}
.navbar .navbar-nav > li.toggler a:hover {
  background: #333;
}
.navbar .navbar-nav > li.toggler.active a {
  background: #5c6974;
}
.navbar .navbar-nav > li.toggler.active a:hover {
  background: #454f58;
}
.navbar .navbar-nav.navbar-full {
  width: 98%;
}
.navbar .navbar-nav.navbar-full li {
  width: 100%;
}
.navbar + .navbar {
  margin-top: -12.5px;
}
.take-all-space-you-can {
  width: 100%;
}
.navbar-nav.justified,
.justifed-nav {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0px;
}
.navbar-nav.justified > li,
.justifed-nav > li {
  float: none;
  display: table-cell;
  padding: 0px 5px;
  height: 100%;
  width: 100%;
}
.navbar-nav.justified > li.toggler,
.justifed-nav > li.toggler {
  width: 50%;
}
.navbar-nav.justified > li > a,
.justifed-nav > li > a {
  text-align: center;
  padding: 13px 10%;
}
.navbar-nav.justified li > .dropdown-menu,
.justifed-nav li > .dropdown-menu {
  margin: -6px 0px 0px 5px;
}
#primary ::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
#primary ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.nav .open > .dropdown-menu {
  margin-right: 1px;
  max-height: 250px;
  overflow-y: auto;
  background: #FFF;
  padding: 7px 0px;
}
.webkit .nav .open > .dropdown-menu {
  min-width: 99%;
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0px;
}
/* 5.3 Nav Tabs */
.nav-tabs {
  border-color: #dbaa00;
  border-width: 5px;
}
.nav-tabs li {
  margin-right: 1%;
  margin-bottom: -2px;
}
.nav-tabs li a {
  color: #333333;
  border: 0px;
  border-radius: 0px;
  background: #d5dbd9;
  margin-right: 0px;
  box-shadow: inset 0px -6px 8px -4px rgba(0, 0, 0, 0.25);
}
.nav-tabs li a:hover {
  border: none;
  background-color: #404240;
  color: #FFF;
}
.nav-tabs li.open .dropdown-menu a {
  background: transparent;
  color: #404240;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #dbaa00;
  color: #FFF;
  border: 0px;
  box-shadow: none;
}
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus {
  background: #404240;
  color: #FFF;
  border: 0px;
}
/**
* 6.0 HTML ELEMENTS
*
**/
hr {
  clear: both;
}
/* 6.1 Tables */
table {
  background-color: transparent;
  width: 100%;
}
table + table {
  margin-top: 25px;
}
table thead tr,
table thead th,
table tfoot tr,
table tfoot tr:hover {
  background: rgba(64, 66, 64, 0.7);
  text-align: center;
}
table thead tr a,
table thead th a,
table tfoot tr a,
table tfoot tr:hover a {
  color: #dbaa00;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
}
table > thead > tr > th {
  font-size: 1.7rem;
  padding: 10px 8px;
  color: #FFF;
  font-family: "museo-slab", "Museo-slab", serif;
  text-align: left;
  border-color: #FFF;
  border-width: 3px;
  font-weight: 400;
}
table thead tr th:first-child {
  border-radius: 0px;
}
table thead tr th:last-child {
  border-radius: 0px;
}
table thead tr th:only-child,
table thead tr td:only-child {
  border-radius: 0px;
  border-width: 0px;
}
table tfoot tr td {
  border-radius: 0px;
  border-width: 0px;
  color: #FFF;
}
table tbody tr {
  background-color: transparent;
  border: 0px;
}
table tbody tr:nth-child(2n) {
  background-color: rgba(219, 170, 0, 0.1);
}
table tbody tr:first-child,
table tbody tr:last-child {
  border: 0px;
}
table t .entry-content table td img {
  width: auto;
  height: auto;
  max-width: 90%;
}
table p,
table td,
table li {
  font-size: 1.5rem;
  margin: 0px;
}
table h2 {
  font-size: 1.7rem;
  line-height: 1.2;
  margin: 0px;
}
/* 6.2 Lists */
ul.simple,
ol.simple {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.h-card li:first-child,
.vcard li:first-child {
  font-weight: bold;
}
.simple + .simple,
.h-card + .h-card,
.vcard + .vcard {
  margin-top: 12.5px;
}
.vcard {
  margin-left: 0px;
}
.vcard .name {
  font-size: 1.6rem;
}
.vcard .title {
  font-weight: normal;
  line-height: 1.3;
  font-style: italic;
}
ol li {
  padding: 2px 0px;
}
/* 6.3 Forms */
.search-form {
  position: relative;
}
.search-form:before {
  content: '\e815';
  font-family: "fontello";
  padding: 0px 3px;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  color: #404240;
  position: absolute;
  top: 6px;
  left: 5px;
  font-size: 20px;
}
.search-form label {
  display: block;
  margin: 0px;
}
.search-form .search-field {
  width: 100%;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  font-size: 20px;
  text-indent: 22px;
}
.search-form .search-submit {
  height: 100%;
  width: 17%;
  position: absolute;
  right: -6px;
  top: 0px;
}
input[type="search"] {
  border: 1px solid #CCC;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  font-weight: normal;
  text-indent: 18px;
  color: #404240;
  font-size: 14px;
  line-height: 1.6;
}
input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px 1% 1% 0px;
  font-size: 16px;
  font-family: "museo-slab", "Museo-slab", serif;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 0px;
  border: 0px;
  padding: 9px 12px 6px 12px;
  text-transform: none;
  color: #fff;
  background-color: #dbaa00;
  border-color: #c29600;
  background: #404240;
}
input[type="submit"]:focus,
input[type="submit"]:active:focus,
input[type="submit"].active:focus,
input[type="submit"].focus,
input[type="submit"]:active.focus,
input[type="submit"].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"].focus {
  color: #FFF;
  text-decoration: none;
}
input[type="submit"]:active,
input[type="submit"].active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type="submit"].disabled,
input[type="submit"][disabled],
fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
input[type="submit"] span {
  color: #f1ecdb;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"].focus,
input[type="submit"]:active,
input[type="submit"].active,
.open > .dropdown-toggleinput[type="submit"] {
  color: #fff;
  background-color: #a88200;
  border-color: #846700;
}
input[type="submit"]:active,
input[type="submit"].active,
.open > .dropdown-toggleinput[type="submit"] {
  background-image: none;
}
input[type="submit"].disabled,
input[type="submit"][disabled],
fieldset[disabled] input[type="submit"],
input[type="submit"].disabled:hover,
input[type="submit"][disabled]:hover,
fieldset[disabled] input[type="submit"]:hover,
input[type="submit"].disabled:focus,
input[type="submit"][disabled]:focus,
fieldset[disabled] input[type="submit"]:focus,
input[type="submit"].disabled.focus,
input[type="submit"][disabled].focus,
fieldset[disabled] input[type="submit"].focus,
input[type="submit"].disabled:active,
input[type="submit"][disabled]:active,
fieldset[disabled] input[type="submit"]:active,
input[type="submit"].disabled.active,
input[type="submit"][disabled].active,
fieldset[disabled] input[type="submit"].active {
  background-color: #dbaa00;
  border-color: #c29600;
}
input[type="submit"] .badge {
  color: #dbaa00;
  background-color: #fff;
}
input[type="submit"]:hover {
  background: #dbaa00;
}
form legend {
  font-family: "museo-slab", "Museo-slab", "times", serif;
  text-transform: uppercase;
  color: #404240;
}
form legend span {
  color: #dbaa00;
}
form label {
  display: block;
}
form input {
  width: 100%;
  border: none;
  padding: 0px 10px;
  display: block;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  color: #404240;
  height: 44px;
}
form input[type="text"],
form input[type="password"] {
  border: 1px solid #CCC;
}
form .form-control {
  height: 35px;
}
.single-field input[type="submit"] {
  width: 25%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 9px 12px;
  margin: 0px;
  min-width: 80px;
}
/* 5.4 Everything Else */
blockquote {
  width: 50%;
  float: right;
  padding: 12.5px 0px;
  margin: 12.5px;
  border: 5px solid #dbaa00;
  border-width: 3px 0px;
  /*&.bio{position: relative;
		p {color: @text-color; font-size: 1.4rem; line-height: 2rem; padding:0px 104px 0px 34px; margin-bottom: 0px;}
		cite{display: block; font-size: 1.2rem; margin-top: 6px;}
		img.alignright, img.alignnone{float: none; padding: 0px; max-width: 125px; margin: 0px; bottom: 0px; right: 0px; position: absolute;}
		&:before{background: url(images/design/quote-top.jpg) 0% 100% no-repeat; height: 30px; width: 30px; background-size: 100%; position: absolute; top: -15px; left: 0px; display: block;}
	
	}*/
}
blockquote h2 {
  margin-top: 0px;
  font-size: 1.8rem;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
}
blockquote h4 {
  font-weight: bold;
  font-size: 1.3rem;
}
blockquote p {
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  font-weight: 400;
  color: #404240;
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0px;
  padding: 0px;
}
blockquote p + p {
  margin-top: 12.5px;
}
blockquote.full {
  width: 98%;
}
blockquote.long {
  width: 98%;
  padding-left: 12%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}
blockquote.long p {
  color: #404240;
  font-style: italic;
  font-weight: normal;
}
blockquote img {
  max-width: 125px;
}
blockquote.multi {
  width: 100%;
  border: none;
  padding: 0px;
  margin: 12.5px 0px 25px 0px;
}
blockquote.multi p {
  font-style: italic;
  padding-left: 30px;
}
.link-with-icon {
  font-family: "fontello";
  padding: 0px 3px;
  color: #dbaa00;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.pdf,
.download {
  text-decoration: none;
}
.pdf:after,
.download:after {
  content: '\e811' !important;
  font-family: "fontello";
  padding: 0px 3px;
  color: #dbaa00;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.pdf:hover:after,
.download:hover:after {
  color: #a88200;
}
a.audio,
a.mp3 {
  text-decoration: none;
}
a.audio:after,
a.mp3:after {
  content: '\e816' !important;
  font-family: "fontello";
  padding: 0px 3px;
  color: #dbaa00;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
a.audio:hover:after,
a.mp3:hover:after {
  color: #a88200;
}
a.video {
  text-decoration: none;
}
a.video:after {
  content: '\e84c' !important;
  font-family: "fontello";
  padding: 0px 3px;
  color: #dbaa00;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
a.video:hover:after {
  color: #a88200;
}
.gallery-item .pdf:after,
.gallery-item .download:after {
  content: "";
  display: none;
}
a.btn {
  text-decoration: none;
}
a.btn:after {
  color: #FFF;
}
a.btn:hover:after {
  color: #FFF;
}
/**
* 7.0 UNIQUE COMPONENTS (Reusable classes)
*
**/
/* 7.1 Buckets/grid */
/*
* We use the 'bucket' pattern throughout the site, home page 
* buckets, and galleries. Here will try to abstract each bucket. Specific '
* applications of each bucket should live within the context of the page?
*
* We are using the flexbox model
*/
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12.5px;
}
.grid-item {
  height: auto;
  margin: 0 12.5px;
  width: 33%;
}
.grid-item .grid-category {
  font-size: 1.4rem;
  /* This could be moved to a mixin if will be reused */
}
.grid-item .grid-category a {
  text-decoration: none;
  color: #dbaa00;
}
.grid-item .grid-image-link {
  display: block;
}
.grid-item .grid-image,
.grid-item img {
  max-width: 100%;
  height: auto;
}
.grid-item .grid-title {
  font-size: 2rem;
}
.grid-item .grid-content,
.grid-item .entry-content {
  display: block;
  font-size: 1.4rem;
}
.grid.four .grid-item {
  width: 25%;
}
/* 7.2 Galleries */
.gallery {
  margin-bottom: 25px;
  clear: both;
  display: block;
}
.gallery .gallery-item figcaption {
  text-align: center;
  display: block;
}
.gallery.lightbox,
.gallery.sponsors,
.gallery.ebag {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.gallery.lightbox .gallery-item,
.gallery.sponsors .gallery-item,
.gallery.ebag .gallery-item {
  width: 33%;
  display: block;
  padding: 1%;
}
.gallery.lightbox .gallery-item img,
.gallery.sponsors .gallery-item img,
.gallery.ebag .gallery-item img {
  width: 100%;
  height: auto;
}
.gallery.lightbox .gallery-item a:hover img,
.gallery.sponsors .gallery-item a:hover img,
.gallery.ebag .gallery-item a:hover img {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.gallery.lightbox .image-title,
.gallery.sponsors .image-title,
.gallery.ebag .image-title {
  font-family: "museo-slab", "Museo-slab", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-size: 1.7rem;
  color: #000;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.gallery.lightbox .image-title small,
.gallery.sponsors .image-title small,
.gallery.ebag .image-title small,
.gallery.lightbox .image-title .small,
.gallery.sponsors .image-title .small,
.gallery.ebag .image-title .small {
  font-weight: normal;
  line-height: 1;
  color: #d5dbd9;
}
.gallery.lightbox .image-title small,
.gallery.sponsors .image-title small,
.gallery.ebag .image-title small,
.gallery.lightbox .image-title .small,
.gallery.sponsors .image-title .small,
.gallery.ebag .image-title .small {
  font-size: 65%;
}
.gallery.lightbox.gallery-columns-2 .gallery-item,
.gallery.sponsors.gallery-columns-2 .gallery-item,
.gallery.ebag.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.lightbox.gallery-columns-4 .gallery-item,
.gallery.sponsors.gallery-columns-4 .gallery-item,
.gallery.ebag.gallery-columns-4 .gallery-item {
  width: 25%;
}
.lt-ie10 .gallery.lightbox:before,
.no-flexbox .gallery.lightbox:before,
.lt-ie10 .gallery.sponsors:before,
.no-flexbox .gallery.sponsors:before,
.lt-ie10 .gallery.ebag:before,
.no-flexbox .gallery.ebag:before,
.lt-ie10 .gallery.lightbox:after,
.no-flexbox .gallery.lightbox:after,
.lt-ie10 .gallery.sponsors:after,
.no-flexbox .gallery.sponsors:after,
.lt-ie10 .gallery.ebag:after,
.no-flexbox .gallery.ebag:after {
  content: " ";
  display: table;
}
.lt-ie10 .gallery.lightbox:after,
.no-flexbox .gallery.lightbox:after,
.lt-ie10 .gallery.sponsors:after,
.no-flexbox .gallery.sponsors:after,
.lt-ie10 .gallery.ebag:after,
.no-flexbox .gallery.ebag:after {
  clear: both;
}
.lt-ie10 .gallery.lightbox:before,
.no-flexbox .gallery.lightbox:before,
.lt-ie10 .gallery.sponsors:before,
.no-flexbox .gallery.sponsors:before,
.lt-ie10 .gallery.ebag:before,
.no-flexbox .gallery.ebag:before,
.lt-ie10 .gallery.lightbox:after,
.no-flexbox .gallery.lightbox:after,
.lt-ie10 .gallery.sponsors:after,
.no-flexbox .gallery.sponsors:after,
.lt-ie10 .gallery.ebag:after,
.no-flexbox .gallery.ebag:after {
  content: " ";
  display: table;
}
.lt-ie10 .gallery.lightbox:after,
.no-flexbox .gallery.lightbox:after,
.lt-ie10 .gallery.sponsors:after,
.no-flexbox .gallery.sponsors:after,
.lt-ie10 .gallery.ebag:after,
.no-flexbox .gallery.ebag:after {
  clear: both;
}
.lt-ie10 .gallery.lightbox .gallery-item,
.no-flexbox .gallery.lightbox .gallery-item,
.lt-ie10 .gallery.sponsors .gallery-item,
.no-flexbox .gallery.sponsors .gallery-item,
.lt-ie10 .gallery.ebag .gallery-item,
.no-flexbox .gallery.ebag .gallery-item {
  float: left;
}
.gallery.captioned .gallery-item {
  padding-bottom: 25px;
}
.gallery.captioned .image-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.gallery.captioned figcaption {
  font-size: 1.3rem;
}
.gallery.carousel {
  background: #FFF;
  padding: 12.5px;
}
.gallery.carousel .carousel-inner > .gallery-item {
  width: 100%;
}
.gallery.carousel .carousel-inner > .gallery-item > img {
  margin: 0px;
  padding: 0px;
  width: 50%;
  height: auto;
  float: left;
}
.gallery.carousel .carousel-inner > .gallery-item > .carousel-caption {
  float: left;
  text-align: left;
  width: 50%;
  color: #404240;
  text-shadow: none;
  position: relative;
  left: auto;
  right: auto;
  padding-left: 3%;
}
.gallery.carousel .carousel-inner > .gallery-item > .carousel-caption h2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.gallery.carousel .carousel-inner > .gallery-item > .carousel-caption p,
.gallery.carousel .carousel-inner > .gallery-item > .carousel-caption li {
  text-align: left;
  font-size: 1.5rem;
}
.gallery.carousel .carousel-inner > .gallery-item > .carousel-caption ul {
  list-style: disc;
  margin-left: 16px;
}
.gallery.carousel .carousel-indicators {
  bottom: 12px;
  width: 41%;
  right: 5%;
  left: auto;
}
.gallery.carousel .carousel-indicators li {
  border-color: #000;
  margin: 2px;
}
.gallery.carousel .carousel-indicators li.active {
  background-color: #000;
  border: 0px;
  width: 10px;
  height: 10px;
  margin: 0px 1px 2px 1px;
}
.gallery.carousel .carousel-control {
  text-shadow: none;
  color: #FFF;
  font-size: 38px;
  position: absolute;
  top: 45%;
  width: 35px;
  height: 51px;
  float: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: 20;
  border: none;
}
.gallery.carousel .carousel-control:hover {
  border: 0px;
}
.gallery.carousel .carousel-control.right {
  top: 43%;
  right: -25px;
}
.gallery.carousel .carousel-control.left {
  left: -25px;
}
.gallery.carousel .carousel-control i {
  margin-left: -8px;
}
.gallery.carousel:hover .right {
  opacity: 1;
  right: 0px;
}
.gallery.carousel:hover .left {
  left: 0px;
  opacity: 1;
}
.slideshow {
  position: relative;
}
.slideshow img {
  width: 100%;
  height: auto;
}
.slideshow .slideshow-pagination {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.slideshow .slideshow-pagination a {
  background: rgba(0, 0, 0, 0.2);
  top: 41%;
  left: 0px;
  position: absolute;
  border-bottom: none;
  color: #FFF;
  font-size: 38px;
}
.slideshow .slideshow-pagination a.cycle-next {
  right: 0px;
  left: auto;
}
.slideshow #caption {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  z-index: 10000;
}
.slideshow #caption p {
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
  font-size: 16px;
  color: #FFF;
  margin: 0px;
  padding: 12.5px;
}
.gallery.sponsors .gallery-item {
  position: relative;
  overflow: hidden;
  padding: 4%;
}
.gallery.sponsors .gallery-item a.link {
  position: absolute;
  top: 39%;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "museo-slab", "Museo-slab", serif;
  color: transparent;
  z-index: 10;
  font-size: 20px;
}
.gallery.sponsors .gallery-item img {
  border: none;
  -webkit-transition: all .25s;
  transition: all .25s;
  max-height: 150px;
  max-width: 100%;
  width: auto;
  margin: auto;
}
.gallery.sponsors .gallery-item:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 2px black;
}
.gallery.sponsors .gallery-item:hover a.link {
  color: #FFF;
}
.gallery.sponsors .gallery-item:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.gallery.ebag .gallery-item {
  padding: 12.5px;
}
/* 7.3 Accordions */
.accordion h3 {
  font-family: "museo-slab", "Museo-slab", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-size: 2rem;
  color: #5c6974;
  font-weight: 600;
  line-height: 1.2;
  padding: 12.5px;
  border-bottom: 4px solid #dbaa00;
  font-weight: normal;
  background: #dbaa00;
  color: #FFF;
  vertical-align: middle !important;
  margin: 0px;
  padding: 0px;
  margin: 12.5px 0px;
  cursor: pointer;
  clear: both;
  text-align: left;
  position: relative;
  font-size: 1.7rem;
  border: 0px;
}
.accordion h3 small,
.accordion h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #d5dbd9;
}
.accordion h3 small,
.accordion h3 .small {
  font-size: 65%;
}
.accordion h3 > a {
  color: #FFF;
  display: block;
  border: none;
  padding: 1%;
  background: #a88200;
}
.accordion h3 > a:before {
  font-family: "fontello";
  padding: 0px 3px;
  color: #dbaa00;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  content: '\e832';
  font-size: 20px;
  color: #FFF;
  margin-right: 2%;
}
.accordion h3 > a.collapsed {
  background: #dbaa00;
}
.accordion h3 > a.collapsed:before {
  content: '\e82e';
}
.accordion h3 > a:hover {
  border: none;
  color: #FFF;
  background: #a88200;
}
.accordion div img {
  width: 20%;
  height: auto;
}
/* 7.4 Image Helpers */
.entry-content {
  /*img*/
}
.entry-content .alignnone,
.entry-content .size-full {
  display: block;
  height: auto;
  margin: 12.5px 0px;
  width: 100%;
  max-width: 100%;
}
.entry-content .alignnone.wp-caption {
  width: 100% !important;
}
.entry-content .alignnone.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0px;
}
.entry-content .alignleft {
  width: 40%;
  float: left;
  margin: 4px 12.5px 12.5px 0px;
  clear: both;
}
.entry-content .alignright {
  width: 40%;
  float: right;
  margin: 4px 0px 12.5px 12.5px;
  clear: both;
}
.entry-content img.smaller {
  width: 20%;
}
.entry-content img.larger {
  width: 60%;
}
/* 7.5 UI Widgets */
.ui-header {
  font-family: "museo-slab", "Museo-slab", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-size: 2rem;
  color: #5c6974;
  font-weight: 600;
  line-height: 1.2;
  padding: 12.5px;
  border-bottom: 4px solid #dbaa00;
  font-weight: normal;
  background: #dbaa00;
  color: #FFF;
  vertical-align: middle !important;
}
.ui-header small,
.ui-header .small {
  font-weight: normal;
  line-height: 1;
  color: #d5dbd9;
}
.ui-header small,
.ui-header .small {
  font-size: 65%;
}
.ui-element {
  background-color: #dbaa00;
  border-bottom: 1px solid #FFF;
}
.modal .close {
  position: absolute;
  top: -15px;
  right: -17px;
  color: #dbaa00;
  font-size: 25px;
  opacity: 1;
}
.modal .close:hover {
  color: #a88200;
  opacity: 1;
}
.modal-title {
  font-size: 25px;
}
.modal-dialog {
  margin: 34vh auto;
}
.info-box {
  width: 50%;
  float: right;
  margin: 12.5px 0px 12.5px 12.5px;
  padding: 12.5px;
  background: #FFF;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.15);
  clear: right;
  max-width: 300px;
}
.info-box h3 {
  font-family: "museo-slab", "Museo-slab", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-size: 2rem;
  color: #5c6974;
  font-weight: 600;
  line-height: 1.2;
  padding: 12.5px;
  border-bottom: 4px solid #dbaa00;
  font-weight: normal;
  background: #dbaa00;
  color: #FFF;
  vertical-align: middle !important;
  margin: -12.5px -12.5px 5px -12.5px;
}
.info-box h3 small,
.info-box h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #d5dbd9;
}
.info-box h3 small,
.info-box h3 .small {
  font-size: 65%;
}
.info-box h3 > a {
  color: #dbaa00;
  text-decoration: none;
  cursor: pointer;
}
.info-box h3 > a:hover {
  color: #404240;
}
.info-box h3 + p {
  margin-top: 0px;
}
.info-box h3 + img {
  margin-top: 12.5px;
}
.info-box h2 {
  font-weight: 500;
  border-bottom: 2px solid #dbaa00;
  color: #dbaa00;
}
.info-box img {
  width: 100%;
}
.info-box p,
.info-box li {
  padding: 0px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "adelle-sans", "Adelle-sans", "helvetica", sans-serif;
}
.info-box p + p {
  padding: 0px;
}
.info-box p:last-child {
  margin-bottom: 0px;
}
.info-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.info-box ul li {
  background-color: #dbaa00;
  border-bottom: 1px solid #FFF;
  background: none;
  padding: 1% 0px;
  margin: 0px;
}
.info-box ul:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.info-box ul.simple,
.info-box ol.simple {
  margin: 0px 0px 0px 0px;
  border-bottom: 0px !important;
}
.info-box ul.simple li,
.info-box ol.simple li {
  border: 0px;
  padding: 0px 1rem;
}
.info-box ul.simple li.heading,
.info-box ol.simple li.heading {
  font-weight: bold;
  margin: 4px 0px -4px 0px;
}
.info-box ul.simple li:first-child,
.info-box ol.simple li:first-child {
  font-weight: normal;
}
.info-box ol {
  margin: -12.5px;
}
.info-box ol li {
  padding: 4px 11px;
  background-color: #dbaa00;
  border-bottom: 1px solid #FFF;
  background: none;
  list-style-position: inside;
}
.info-box table {
  margin: 0px 0px 12.5px -12.5px;
  width: 110%;
  max-width: 110%;
}
.info-box table thead td {
  font-weight: bold;
  text-align: center !important;
}
.info-box .icons i {
  font-size: 2rem;
  margin-right: 5px;
}
.info-box .icons a:hover {
  border: none;
}
.info-box .icons i.fa-external-link {
  color: #dbaa00;
}
.info-box .icons i.fa-external-link:hover {
  color: #000;
}
.info-box a.btn {
  width: 100%;
  margin: 12.5px 0px 0px 0px;
  color: #FFF;
}
.info-box a.btn:hover {
  color: #FFF;
  background: #dbaa00;
}
.info-box.full {
  width: 100%;
  float: none;
  clear: both;
  margin: 25px 0px 12.5px 0px;
}
.info-box.full h2.tag-btn {
  margin-bottom: 4px;
}
.info-box.full h3 ~ h3,
.info-box.full h3 ~ div h3 {
  background: none;
  margin: -7px 0px;
  padding: 0px 9px;
  font-size: 1.8rem;
  color: #dbaa00;
  font-weight: normal;
  border-bottom: 0px !important;
}
.info-box.full ul {
  margin: 0px 0px 12.5px 0px;
  padding-bottom: 7px;
  border-bottom: 2px solid #FFF;
}
.info-box.full ul:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.info-box.full li {
  background: none;
  border: none;
  list-style: none;
}
.info-box .info-footer {
  height: 20px;
  background: #dbaa00;
  height: 25px;
  margin: 12.5px -12.5px -12.5px -12.5px;
}
.info-box:after {
  content: "";
  clear: both;
  display: block;
}
.info-box .map {
  width: 100%;
  height: 200px;
  margin: 12.5px 0px;
}
.event .info-box {
  margin-top: 0px;
}
.msg {
  padding: 12.5px;
}
.msg .btn.pull-right {
  margin: -4px 0px 0px 0px;
}
.alert,
.msg {
  clear: both;
  position: relative;
}
.home .alert,
.home .msg {
  margin-top: 25px;
}
/* 7.6 Everything else */
.close {
  line-height: .8;
}
.half {
  width: 50%;
}
iframe {
  border: 0px;
}
/**
* 8.0 Phark
*
* Image Replacement
**/
.savor-the-flavor {
  position: absolute;
  left: 0px;
  bottom: 1px;
  width: auto;
  height: 25px;
}
.ba-logo {
  position: absolute;
  right: 1%;
  bottom: 31px;
  width: auto;
  height: 49px;
}
/**
* 9.0 Media Queries
*
**/
/*
* responsive.less
* Default Responsive Styles
*
*/
@media screen and (max-width: 1px) {
  body {
    font-size: -0.03125rem;
  }
}
@media screen and (max-width: 1px) {
  body {
    font-size: 0.21875rem;
  }
}
@media screen and (max-width: 1120px) {
  /*
	* Structure
	*/
  #primary,
  .home #primary {
    width: calc(100% - 225px);
    left: 225px;
    float: left;
    height: auto;
    margin-left: 0px;
  }
  aside#secondary,
  .home aside#secondary {
    width: 200px;
    right: calc(100% - 200px);
    margin: 150px 0px 0px 23px;
    padding: 0px;
  }
  /*.home{
		#primary{width: calc(~"100% - 200px"); left: 0px; float: left; height: auto;  }
		
		aside#ads{width: 200px; .no-margin(); right: -12.5px; left: auto; margin-top: @1pad;}
	}
	
	
	aside#secondary, aside#ads{ width: 225px; right: calc(~"100% - 240px"); left: auto; padding: @1pad; margin: 0px;}
	aside#secondary{margin: 150px 0px 0px -23px;}
	
	#wrapper{
		width: 100%; overflow-x: hidden;
	}
	
	#hero{height: auto;}*/
  footer {
    padding: 12.5px;
  }
  .site-header {
    background-size: 2px;
    height: 130px;
    margin: 0px;
  }
  .site-header .header-content {
    max-width: 98%;
  }
  .site-header .site-branding {
    left: 8px;
    top: -16px;
  }
  .site-header .callout {
    left: auto;
    right: 120px;
    width: auto;
    font-size: 19px;
  }
  .site-header .site-title {
    width: 133px;
    top: 77px;
    left: 45px;
  }
  .site-header .site-title img {
    width: 100%;
    height: auto;
  }
  .site-header .search-form {
    right: 60px;
    top: 5px;
  }
  .site-header .company-branding {
    top: 5px;
    right: -5px;
  }
  .site-header .company-branding img {
    width: 58px;
  }
  .site-header .site-description {
    top: 27px;
    left: 0px;
    right: auto;
    font-size: 17px;
  }
  .site-header .menu-tertiary {
    right: 92px;
  }
  #access {
    width: auto;
    float: left;
    margin: 98px 0px 0px 219px;
  }
  .home #access {
    margin-left: 215px;
    margin-right: 0px;
  }
  /* 
	* Content 
	*/
  #primary {
    padding-right: 12.5px;
  }
  #hero {
    height: auto;
  }
  #hero .entry-title a {
    font-size: 29px;
    padding: 20px 30px;
  }
  #hero p {
    font-size: 14px;
  }
  #hero:hover .entry-container .entry-title {
    padding-top: 0px;
  }
  #recent-news .grid-item p {
    font-size: 14px;
  }
  #social-links {
    right: 12.5px;
  }
  .breadcrumb {
    padding: 0px;
  }
  /*
	* Footer
	*/
  #partner-sponsors {
    width: 70%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 992px) {
  /*
	* Structure
	*/
  body .site-title {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  body.hide-logo .site-title {
    opacity: 0;
  }
  .site-header {
    width: 100%;
    height: 73px;
    position: fixed;
    top: 0px;
    left: 0px;
  }
  .site-header .search-form,
  .site-header .company-branding {
    display: none;
  }
  .site-header .header-content {
    max-width: 100%;
  }
  .site-header .header-banner {
    width: 47%;
  }
  .site-header .site-title {
    /*height: 44px; width: auto;
			picture{box-shadow: none;}
			img{width: auto;height: 43px;}	*/
  }
  .site-header .callout {
    left: auto;
    right: 50px;
    width: auto;
    font-size: 17px;
  }
  .site-header .menu-tertiary {
    right: 22px;
  }
  #primary {
    min-height: 0px;
  }
  .home #primary {
    padding-left: 12.5px;
  }
  aside#secondary {
    margin-top: 220px;
  }
  aside#ads {
    padding-top: 12.5px;
  }
  /* 
	* Content 
	*/
  #content {
    margin-top: 58px;
  }
  #hero,
  #recent-news {
    width: 100%;
    float: none;
    overflow: visible;
    background: transparent;
  }
  #hero .entry-container,
  #recent-news .entry-container {
    background: transparent;
    margin-top: 0px;
    position: relative;
  }
  #hero .entry-container:hover,
  #recent-news .entry-container:hover {
    background: transparent;
  }
  #hero .entry-container .entry-title,
  #recent-news .entry-container .entry-title {
    background: rgba(64, 66, 64, 0.95);
    padding: 10px;
    margin: 0px;
    height: 68px;
  }
  #hero .entry-container .entry-title a,
  #recent-news .entry-container .entry-title a {
    height: auto;
    padding: 0px;
    font-size: 21px;
  }
  #hero .entry-container .entry-content,
  #recent-news .entry-container .entry-content {
    color: #404240;
    padding: 12.5px;
    margin: 0px 0px 40px 0px;
  }
  #hero .entry-container .entry-content a,
  #recent-news .entry-container .entry-content a {
    color: #dbaa00;
  }
  #hero .entry-container .more-link,
  #recent-news .entry-container .more-link {
    color: #FFF;
    padding: 6px 10px 6px 10px;
    right: 12.5px;
  }
  #hero:hover .entry-container {
    bottom: 0%;
    background-color: transparent;
  }
  #hero:hover .entry-container .entry-title {
    height: 68px;
    padding: 10px;
  }
  #recent-news {
    width: 100%;
    float: none;
    overflow: visible;
    margin-top: 25px;
  }
  #recent-news .grid-item {
    width: 50%;
    float: left;
    background-color: transparent;
  }
  #recent-news .grid-item:nth-child(2) {
    background-color: transparent;
  }
  #recent-news .grid-item:nth-child(2) .entry-container {
    background-color: transparent;
  }
  #recent-news .grid-item:hover .entry-container {
    background-color: transparent !important;
  }
  #recent-news .grid-item:nth-child(2) .entry-container .entry-title {
    background-color: rgba(92, 105, 116, 0.9);
  }
  #recent-news:hover .entry-container .entry-title,
  #recent-news .entry-container .entry-title {
    background-color: rgba(219, 170, 0, 0.9);
  }
  footer .footer-text {
    padding-bottom: 50px;
  }
  /* 
	* Typography 
	*/
}
@media screen and (max-width: 890px) {
  .site-header {
    width: 100%;
  }
  .site-header .header-content {
    width: 100%;
  }
  .site-header .site-description {
    font-size: 15px;
  }
  aside#secondary {
    padding-left: 0px;
  }
}
@media screen and (max-width: 830px) {
  /*
	* Structure
	*/
  body {
    background: transparent;
  }
  .site-header {
    z-index: 11;
    background: #FFF;
    height: 93px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .site-header .site-branding {
    top: -13px;
    left: 0px;
  }
  .site-header .site-description,
  .site-header .header-banner,
  .site-header .menu-tertiary {
    display: none;
  }
  .site-header .site-title {
    width: 100%;
    top: 19px;
    left: 0px;
    text-align: center;
  }
  .site-header .site-title img {
    max-width: 100%;
    width: 65px;
  }
  .site-header .callout {
    background: #FFF;
    color: #404240;
    width: 100%;
    text-align: center;
    float: none;
    right: auto;
    font-size: 15px;
    font-weight: 200;
    margin-top: 37px;
    padding: 0px;
    line-height: 2;
  }
  #access {
    top: 45px;
  }
  body.hide-logo .site-title {
    opacity: 1;
  }
  .home #primary {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    left: 0px;
  }
  .home aside#ads {
    width: 100%;
    float: none;
    right: auto;
    left: auto;
    padding: 25px 12.5px 0px 12.5px;
  }
  .home aside#ads .ad {
    display: none;
  }
  .home #recent-news .entry-title a {
    font-size: 19px;
  }
  #content {
    margin-top: 0px;
  }
  aside#secondary {
    margin-top: 3px;
  }
  footer {
    padding-bottom: 50px;
  }
  footer .sponsor-updates,
  footer .menu-footer {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
  #partner-sponsors {
    width: 65%;
  }
  #social-links {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    top: auto;
    right: auto;
    display: table;
    z-index: 10;
  }
  #social-links a,
  #social-links a#pinterest {
    display: table-cell;
    margin: 0px;
    padding: 0px;
    padding: 4px 0px;
  }
  #social-links a i,
  #social-links a#pinterest i {
    font-size: 19px;
  }
  #social-links a .count,
  #social-links a#pinterest .count {
    display: none;
  }
  /*-Archive View-*/
  .list-item {
    padding: 7px 15px 10px 15px;
  }
  .list-item .time-loc,
  .list-item .entry {
    float: none;
    width: 100%;
  }
  .list-item .time-loc {
    margin-bottom: 5px;
    padding: 0px;
  }
  .list.two-cols .aha-logo {
    float: none;
    margin: 0px;
    width: 50px;
    height: auto;
    opacity: .1;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .navbar {
    width: 100%;
    height: auto;
  }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table;
  }
  .navbar:after {
    clear: both;
  }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table;
  }
  .navbar:after {
    clear: both;
  }
  .navbar .loading {
    display: none;
  }
  .navbar .navbar-nav,
  .navbar .navbar-nav.justified {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .navbar .navbar-nav > li,
  .navbar .navbar-nav.justified > li,
  .navbar .navbar-nav li.form,
  .navbar .navbar-nav.justified li.form {
    display: block;
    width: 100% !important;
    float: none;
    margin: 6.25px 0px;
  }
  .navbar .navbar-nav > li > a,
  .navbar .navbar-nav.justified > li > a,
  .navbar .navbar-nav li.form > a,
  .navbar .navbar-nav.justified li.form > a,
  .navbar .navbar-nav > li .btn,
  .navbar .navbar-nav.justified > li .btn,
  .navbar .navbar-nav li.form .btn,
  .navbar .navbar-nav.justified li.form .btn {
    width: 100%;
    margin: 0px;
  }
  .navbar .navbar-nav li > .dropdown-menu,
  .navbar .navbar-nav.justified li > .dropdown-menu {
    margin: 0px;
  }
  .navbar .navbar-nav > li.form form,
  .navbar .navbar-nav.justified > li.form form {
    width: 100%;
  }
  .navbar .navbar-nav > li.form input[type='text'],
  .navbar .navbar-nav.justified > li.form input[type='text'] {
    height: 40px;
  }
  .navbar .navbar-nav > li.form input[type='text'] + .btn,
  .navbar .navbar-nav.justified > li.form input[type='text'] + .btn {
    top: 1px;
    width: 110px;
  }
  .col-sm-7 + .col-sm-7 {
    clear: both;
  }
}
@media screen and (max-width: 580px) {
  /*
	* Structure
	*/
  .home #primary,
  #primary {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
    left: 0px;
  }
  aside {
    display: none;
  }
  footer {
    z-index: 2;
  }
  #primary {
    padding-top: 5px;
  }
  aside#secondary {
    margin-top: -25px;
  }
  #menu-footer > li {
    width: 100%;
    float: none;
    text-align: center;
    border: 0px;
    padding: 0px;
    margin-bottom: 25px;
  }
  .footer-wrapper {
    padding-top: 0px;
  }
  footer .footer-text {
    text-align: center;
  }
  #partner-sponsors,
  #presenting-sponsor {
    float: none;
    width: 100%;
    margin: 0 auto;
    border: none;
    text-align: center;
    padding: 20px 0px;
  }
  #presenting-sponsor {
    border-bottom: 4px solid rgba(64, 66, 64, 0.2);
    padding: 0px 0px 20px 0px;
  }
  #partner-sponsors .sponsors {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #partner-sponsors .sponsors li.heading {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  /*footer .social{
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
	}*/
  /*
	//--Home Page --//
	ul#buckets li{width: 48%;}
	ul#buckets li h1{line-height: @line-height-base - .4; font-size: @headings-font-size - .4;}
	ul#buckets li p{display: none;}
	.flexslider .flex-control-nav, .flexslider .caption{display: none;}
    
    //--Internal Pages --//
    .entry figure.featured-image{float: none; padding: 0px; max-width: 100%;}
    

    
    
    
    //-- Photo Gallery--//
    #content .gallery .gallery-item{width: 48%; padding: 0px 2% 2% 0px;}
    	#content .gallery .gallery-item:nth-child(2n){padding-right: 0px;}
    	#content .gallery .gallery-item:nth-child(3n){padding: 0px 2% 2% 0px; clear: both;}
    	#content .gallery .gallery-item:nth-child(4n){clear: none;}
    	
    	.wp-caption-text{display: none;}
    /*
    * Typography 
    
    
    footer p{display: none;}
    
    table{width: 106%; margin: @1pad -@1pad;}*/
  /* 7.5 UI Widgets */
  .info-box {
    width: 100%;
    float: none;
    max-width: 100%;
    margin: 12.5px auto;
  }
  .accordion h3 > a {
    padding: 2%;
  }
}
@media screen and (max-width: 480px) {
  /*
	* Structure
	*/
  /*
	#site-title, .home #site-title{min-height: 54px;}
	
	//--Home Page--//
	ul#buckets li{width: 100%; padding: 0px;}
	 */
  .gallery.lightbox .gallery-item,
  .gallery.ebag .gallery-item,
  .gallery.sponsors .gallery-item {
    width: 50%;
  }
  /*
	* Content
	*/
  #hero .entry-content,
  #recent-news .entry-content,
  #hero .more-link-container,
  #recent-news .more-link-container {
    display: none;
  }
  #recent-news .grid-item {
    width: 100%;
    margin-bottom: 25px;
  }
  /*
    * Typography 
    */
}
@media screen and (max-width: 359px) {
  /*
	* Structure
	*/
  /*
    * Typography 
    */
  blockquote {
    width: 100%;
    float: none;
    margin: 0px;
  }
  table h2 {
    font-size: 1.5rem;
  }
  .list.two-cols .col {
    width: 100%;
    padding: 2% 1%;
    display: block;
    float: left;
    min-height: 95px;
    position: relative;
  }
  .list.two-cols .col.alt {
    background: transparent;
  }
  .list.two-cols .col:nth-child(2n) {
    background: rgba(64, 66, 64, 0.2);
  }
}
@media print {
  @charset "UTF-8";
  /* CSS Document */
  /*Print Styles*/
  .print {
    display: block;
  }
  .screen {
    display: none;
  }
  *,
  body,
  html,
  #wrapper,
  #main,
  #content {
    background: none !important;
    color: #000 !important;
  }
  #content p,
  #content td,
  #content a,
  figure,
  caption {
    font-size: 12px;
  }
  nav,
  aside,
  #searchform,
  #social-links,
  #login-form {
    display: none;
  }
  header {
    height: 0px;
  }
  #container {
    float: none !important;
    clear: both !important;
    display: block !important;
    position: relative !important;
    width: 800px;
    margin: 0px auto;
    box-shadow: none;
  }
  .page #main,
  .post #main,
  .single #main,
  section#primary {
    padding: 0px;
    margin: 0px;
    position: relative;
    float: none;
    width: 100%;
    min-height: 0px;
  }
  #content table {
    width: 600px;
    margin: 0px 0px 10px 0px;
    color: #000;
  }
  #content table a {
    color: #000;
  }
  form,
  form fieldset {
    background: none;
    border-radius: 0px;
    border: none;
  }
  footer {
    background: none;
  }
  footer p,
  footer a {
    color: #000;
  }
  #site-title,
  #site-description {
    float: none;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
  }
  #site-title {
    font-size: 13pt;
  }
}
/**
* 10.0 Plugins
*
**/
/*Style Guide Palette*/
.entry-content .palette .row {
  height: 100px;
}
.entry-content .palette .row div {
  height: 100%;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
.entry-content .palette .row div.gray {
  background: #404240;
}
.entry-content .palette .row div.gray-dk {
  background: #333333;
}
.entry-content .palette .row div.gray-lt {
  background: #d5dbd9;
}
.entry-content .palette .row div.gray-trans {
  background: rgba(64, 66, 64, 0.2);
}
.entry-content .palette .row div.brand-primary {
  background: #dbaa00;
}
.entry-content .palette .row div.brand-primary-dk {
  background: #a88200;
}
.entry-content .palette .row div.brand-primary-lt {
  background: #ffd542;
}
.entry-content .palette .row div.brand-primary-trans {
  background: rgba(219, 170, 0, 0.4);
}
.entry-content .palette .row div.brand-alt {
  background: #404240;
}
.entry-content .palette .row div.brand-alt-dk {
  background: #0e0e0e;
}
.entry-content .palette .row div.brand-alt-lt {
  background: #727672;
}
.entry-content .palette .row div.brand-alt-trans {
  background: rgba(64, 66, 64, 0.1);
}
.entry-content .palette .row div.brand-success {
  background: #5cb85c;
}
.entry-content .palette .row div.brand-warning {
  background: #f0ad4e;
}
.entry-content .palette .row div.brand-danger {
  background: #ac2a27;
}
.entry-content .palette .row div.brand-info {
  background: #5bc0de;
}
.entry-content .palette .row div.brand-tertiary {
  background: #5c6974;
}
.entry-content .palette .row div.brand-four {
  background: #f1ecdb;
}
.entry-content .palette .row div.brand-five {
  background: #404240;
}
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?66257359');
  src: url('fonts/fontello.eot?66257359#iefix') format('embedded-opentype'), url('fonts/fontello.woff?66257359') format('woff'), url('fonts/fontello.ttf?66257359') format('truetype'), url('fonts/fontello.svg?66257359#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?66257359#fontello') format('svg');
  }
}
*/
[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fa-print:before {
  content: '\e800';
}
/* '' */
.fa-facebook:before {
  content: '\e801';
}
/* '' */
.fa-facebook-squared:before {
  content: '\e802';
}
/* '' */
.fa-google:before,
.fa-google:before {
  content: '\e803';
}
/* '' */
.fa-gplus-squared:before,
.fa-google-plus-squared:before {
  content: '\e804';
}
/* '' */
.fa-gplus:before,
.fa-google-plus:before {
  content: '\e805';
}
/* '' */
.fa-twitter-squared:before {
  content: '\e806';
}
/* '' */
.fa-twitter:before {
  content: '\e807';
}
/* '' */
.fa-pinterest-circled:before {
  content: '\e808';
}
/* '' */
.fa-pinterest-squared:before {
  content: '\e809';
}
/* '' */
.fa-rss:before {
  content: '\e80a';
}
/* '' */
.fa-rss-squared:before {
  content: '\e80b';
}
/* '' */
.fa-down-dir:before,
.fa-caret-down:before {
  content: '\e80c';
}
/* '' */
.fa-down-open:before,
.fa-chevron-down:before {
  content: '\e80d';
}
/* '' */
.fa-angle-down:before {
  content: '\e80e';
}
/* '' */
.fa-angle-circled-down:before {
  content: '\e80f';
}
/* '' */
.fa-angle-double-down:before {
  content: '\e810';
}
/* '' */
.fa-download:before {
  content: '\e811';
}
/* '' */
.fa-download-cloud:before {
  content: '\e812';
}
/* '' */
.fa-up-dir:before,
.fa-caret-up:before {
  content: '\e813';
}
/* '' */
.fa-youtube-play:before {
  content: '\e814';
}
/* '' */
.fa-search:before {
  content: '\e815';
}
/* '' */
.fa-volume-down:before {
  content: '\e816';
}
/* '' */
.fa-volume-off:before {
  content: '\e817';
}
/* '' */
.fa-file-pdf:before {
  content: '\e818';
}
/* '' */
.fa-down-circled2:before {
  content: '\e819';
}
/* '' */
.fa-angle-double-right:before {
  content: '\e81a';
}
/* '' */
.fa-angle-circled-right:before {
  content: '\e81b';
}
/* '' */
.fa-angle-right:before {
  content: '\e81c';
}
/* '' */
.fa-right-open:before,
.fa-chevron-right:before {
  content: '\e81d';
}
/* '' */
.fa-right-dir:before,
.fa-caret-right:before {
  content: '\e81e';
}
/* '' */
.fa-angle-double-left:before {
  content: '\e81f';
}
/* '' */
.fa-angle-circled-left:before {
  content: '\e820';
}
/* '' */
.fa-angle-left:before {
  content: '\e821';
}
/* '' */
.fa-left-open:before,
.fa-chevron-left:before {
  content: '\e822';
}
/* '' */
.fa-left-dir:before,
.fa-caret-left:before {
  content: '\e823';
}
/* '' */
.fa-arrows-cw:before {
  content: '\e824';
}
/* '' */
.fa-angle-double-up:before {
  content: '\e825';
}
/* '' */
.fa-angle-circled-up:before {
  content: '\e826';
}
/* '' */
.fa-angle-up:before {
  content: '\e827';
}
/* '' */
.fa-up-open:before,
.fa-chevron-up:before {
  content: '\e828';
}
/* '' */
.fa-videocam:before {
  content: '\e829';
}
/* '' */
.fa-lock:before {
  content: '\e82a';
}
/* '' */
.fa-reddit:before {
  content: '\e82b';
}
/* '' */
.fa-reddit-squared:before {
  content: '\e82c';
}
/* '' */
.fa-plus:before {
  content: '\e82d';
}
/* '' */
.fa-plus-circled:before {
  content: '\e82e';
}
/* '' */
.fa-plus-squared:before {
  content: '\e82f';
}
/* '' */
.fa-plus-squared-alt:before {
  content: '\e830';
}
/* '' */
.fa-minus:before {
  content: '\e831';
}
/* '' */
.fa-minus-circled:before {
  content: '\e832';
}
/* '' */
.fa-minus-squared:before {
  content: '\e833';
}
/* '' */
.fa-minus-squared-alt:before {
  content: '\e834';
}
/* '' */
.fa-cancel-circled:before {
  content: '\e835';
}
/* '' */
.fa-comment:before {
  content: '\e836';
}
/* '' */
.fa-camera:before {
  content: '\e837';
}
/* '' */
.fa-menu:before {
  content: '\e838';
}
/* '' */
.fa-link-ext:before {
  content: '\e839';
}
/* '' */
.fa-circle-notch:before,
.fa-circle-o-notch:before {
  content: '\e83a';
}
/* '' */
.fa-mail-alt:before {
  content: '\e83b';
}
/* '' */
.fa-mail:before {
  content: '\e83c';
}
/* '' */
.fa-paper-plane:before {
  content: '\e83d';
}
/* '' */
.fa-instagramm:before,
.fa-instagram:before {
  content: '\e83e';
}
/* '' */
.fa-youtube:before {
  content: '\e83f';
}
/* '' */
.fa-youtube-squared:before {
  content: '\e840';
}
/* '' */
.fa-vimeo-squared:before {
  content: '\e841';
}
/* '' */
.fa-paper-plane-empty:before {
  content: '\e842';
}
/* '' */
.fa-spin5:before {
  content: '\e843';
}
/* '' */
.fa-lock-open-alt:before {
  content: '\e844';
}
/* '' */
.fa-key:before {
  content: '\e845';
}
/* '' */
.fa-star-half-alt:before {
  content: '\e846';
}
/* '' */
.fa-cancel-circled2:before {
  content: '\e847';
}
/* '' */
.fa-spin4:before {
  content: '\e848';
}
/* '' */
.fa-spin3:before {
  content: '\e849';
}
/* '' */
.fa-spin2:before {
  content: '\e84a';
}
/* '' */
.fa-spin1:before,
.fa-circle-o-notch:befor {
  content: '\e84b';
}
/* '' */
.fa-videocam-1:before {
  content: '\e84c';
}
/* '' */
.fa-ok:before {
  content: '\e84d';
}
/* '' */
.fa-mail-1:before {
  content: '\e84e';
}
/* '' */
.fa-ok-circled:before {
  content: '\e84f';
}
/* '' */
.fa-ok-squared:before {
  content: '\e850';
}
/* '' */
.fa-ok-circled2:before {
  content: '\e851';
}
/* '' */
.fa-check:before {
  content: '\e852';
}
/* '' */
.fa-check-empty:before {
  content: '\e853';
}
/* '' */
.fa-heart:before {
  content: '\e854';
}
/* '' */
.fa-heart-empty:before {
  content: '\e855';
}
/* '' */
.fa-comment-empty:before {
  content: '\e856';
}
/* '' */
.fa-cancel:before,
.fa-times:before {
  content: '\e857';
}
/* '' */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*# sourceMappingURL=style.css.map */