@charset "UTF-8";
/* --------------------------------------------------
       	Theme
        * -------------------------------------------------- */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
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; }
  .navbar {
    display: none; }
  .btn > .caret, .boltform button > .caret,
  .dropup > .btn > .caret, .boltform
  .dropup > button > .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; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #333333;
  font-weight: 300;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #62893a;
  text-decoration: none; }
  a:hover, a:focus {
    color: #3c5323;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100% !important;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100% !important;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.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: inherit;
  font-weight: inherit;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 30px;
  margin-bottom: 30px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 30px;
  margin-bottom: 30px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 46px; }

h2, .h2 {
  font-size: 38px; }

h3, .h3 {
  font-size: 31px; }

h4, .h4 {
  font-size: 23px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 30px; }

.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 27px; } }

small,
.small {
  font-size: 88%; }

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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #62893a; }

a.text-primary:hover,
a.text-primary:focus {
  color: #48652b; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #62893a; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #48652b; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 29px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 30px; }
  ul ul,
  ul ol,
  ol ul,
  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: 30px; }

dt,
dd {
  line-height: 1.7; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .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 #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 30px 30px;
  margin: 0 0 30px;
  font-size: 22.5px;
  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.7;
    color: #777777; }
    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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.7; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (min-width: 1680px) {
    .container {
      width: 1660px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 18px;
  line-height: 1.7;
  color: #555555; }

.form-control, .boltform textarea,
.boltform input,
.boltform select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.7;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .boltform textarea:focus,
  .boltform input:focus,
  .boltform select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .boltform textarea::-moz-placeholder,
  .boltform input::-moz-placeholder,
  .boltform select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .boltform textarea:-ms-input-placeholder,
  .boltform input:-ms-input-placeholder,
  .boltform select:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .boltform textarea::-webkit-input-placeholder,
  .boltform input::-webkit-input-placeholder,
  .boltform select::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .boltform textarea[disabled],
  .boltform input[disabled],
  .boltform select[disabled], .form-control[readonly], .boltform textarea[readonly],
  .boltform input[readonly],
  .boltform select[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .boltform textarea, .boltform
  fieldset[disabled] textarea,
  fieldset[disabled]
  .boltform input,
  .boltform
  fieldset[disabled] input,
  fieldset[disabled]
  .boltform select,
  .boltform
  fieldset[disabled] select {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .boltform textarea[disabled],
  .boltform input[disabled],
  .boltform select[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .boltform textarea, .boltform
  fieldset[disabled] textarea,
  fieldset[disabled]
  .boltform input,
  .boltform
  fieldset[disabled] input,
  fieldset[disabled]
  .boltform select,
  .boltform
  fieldset[disabled] select {
    cursor: not-allowed; }

textarea.form-control, .boltform textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  .boltform input[type="date"],
  input[type="time"].form-control,
  .boltform input[type="time"],
  input[type="datetime-local"].form-control,
  .boltform input[type="datetime-local"],
  input[type="month"].form-control,
  .boltform input[type="month"] {
    line-height: 44px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 36px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 53px; } }

.form-group, .boltform .boltforms-row {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 30px;
    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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 48px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 36px;
  line-height: 36px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .boltform textarea, .boltform .form-group-sm textarea, .form-group-sm
.boltform input,
.boltform .form-group-sm input, .form-group-sm
.boltform select,
.boltform .form-group-sm select {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm
.boltform select,
.boltform .form-group-sm select {
  height: 36px;
  line-height: 36px; }

.form-group-sm textarea.form-control, .form-group-sm .boltform textarea, .boltform .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm
.boltform select[multiple],
.boltform
.form-group-sm select[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 36px;
  min-height: 46px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5; }

.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 53px;
  line-height: 53px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .boltform textarea, .boltform .form-group-lg textarea, .form-group-lg
.boltform input,
.boltform .form-group-lg input, .form-group-lg
.boltform select,
.boltform .form-group-lg select {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg
.boltform select,
.boltform .form-group-lg select {
  height: 53px;
  line-height: 53px; }

.form-group-lg textarea.form-control, .form-group-lg .boltform textarea, .boltform .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg
.boltform select[multiple],
.boltform
.form-group-lg select[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 53px;
  min-height: 53px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .boltform textarea, .boltform .has-feedback textarea, .has-feedback
  .boltform input,
  .boltform .has-feedback input, .has-feedback
  .boltform select,
  .boltform .has-feedback select {
    padding-right: 55px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .boltform textarea + .form-control-feedback, .boltform
.form-group-lg textarea + .form-control-feedback,
.form-group-lg
.boltform input + .form-control-feedback,
.boltform
.form-group-lg input + .form-control-feedback,
.form-group-lg
.boltform select + .form-control-feedback,
.boltform
.form-group-lg select + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .boltform textarea + .form-control-feedback, .boltform
.form-group-sm textarea + .form-control-feedback,
.form-group-sm
.boltform input + .form-control-feedback,
.boltform
.form-group-sm input + .form-control-feedback,
.form-group-sm
.boltform select + .form-control-feedback,
.boltform
.form-group-sm select + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px; }

.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, .has-success .boltform textarea, .boltform .has-success textarea, .has-success
.boltform input,
.boltform .has-success input, .has-success
.boltform select,
.boltform .has-success select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .boltform textarea:focus, .boltform .has-success textarea:focus, .has-success
  .boltform input:focus,
  .boltform .has-success input:focus, .has-success
  .boltform select:focus,
  .boltform .has-success select:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    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, .has-warning .boltform textarea, .boltform .has-warning textarea, .has-warning
.boltform input,
.boltform .has-warning input, .has-warning
.boltform select,
.boltform .has-warning select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .boltform textarea:focus, .boltform .has-warning textarea:focus, .has-warning
  .boltform input:focus,
  .boltform .has-warning input:focus, .has-warning
  .boltform select:focus,
  .boltform .has-warning select:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    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, .has-error .boltform textarea, .boltform .has-error textarea, .has-error
.boltform input,
.boltform .has-error input, .has-error
.boltform select,
.boltform .has-error select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .boltform textarea:focus, .boltform .has-error textarea:focus, .has-error
  .boltform input:focus,
  .boltform .has-error input:focus, .has-error
  .boltform select:focus,
  .boltform .has-error select:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    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: 35px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .boltform .boltforms-row, .boltform .form-inline .boltforms-row {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .boltform textarea, .boltform .form-inline textarea, .form-inline
  .boltform input,
  .boltform .form-inline input, .form-inline
  .boltform select,
  .boltform .form-inline select {
    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,
    .form-inline .input-group .boltform textarea, .boltform
    .form-inline .input-group textarea,
    .form-inline .input-group
    .boltform input,
    .boltform
    .form-inline .input-group input,
    .form-inline .input-group
    .boltform select,
    .boltform
    .form-inline .input-group select {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .boltform .input-group > textarea, .boltform .form-inline .input-group > textarea, .form-inline
  .boltform .input-group > input,
  .boltform .form-inline .input-group > input, .form-inline
  .boltform .input-group > select,
  .boltform .form-inline .input-group > select {
    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: 37px; }

.form-horizontal .form-group, .form-horizontal .boltform .boltforms-row, .boltform .form-horizontal .boltforms-row {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .boltform .boltforms-row:before, .boltform .form-horizontal .boltforms-row:before, .form-horizontal .form-group:after, .form-horizontal .boltform .boltforms-row:after, .boltform .form-horizontal .boltforms-row:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal .boltform .boltforms-row:after, .boltform .form-horizontal .boltforms-row:after {
    clear: both; }

@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: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 23px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px; } }

.btn, .boltform button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-bottom: 5px solid transparent;
  white-space: nowrap;
  padding: 6px 2em;
  font-size: 18px;
  line-height: 1.7;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .boltform button:focus, .btn.focus, .boltform button.focus, .btn:active:focus, .boltform button:active:focus, .btn:active.focus, .boltform button:active.focus, .btn.active:focus, .boltform button.active:focus, .btn.active.focus, .boltform button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .boltform button:hover, .btn:focus, .boltform button:focus, .btn.focus, .boltform button.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .boltform button:active, .btn.active, .boltform button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .boltform button.disabled, .btn[disabled], .boltform button[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .boltform button, .boltform
  fieldset[disabled] button {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .boltform button {
  color: #fff;
  background-color: #62893a;
  border-color: #557732; }
  .btn-primary:focus, .boltform button:focus, .btn-primary.focus, .boltform button.focus {
    color: #fff;
    background-color: #48652b;
    border-color: #151e0c; }
  .btn-primary:hover, .boltform button:hover {
    color: #fff;
    background-color: #48652b;
    border-color: #364c20; }
  .btn-primary:active, .boltform button:active, .btn-primary.active, .boltform button.active,
  .open > .btn-primary.dropdown-toggle, .boltform
  .open > button.dropdown-toggle {
    color: #fff;
    background-color: #48652b;
    border-color: #364c20; }
    .btn-primary:active:hover, .boltform button:active:hover, .btn-primary:active:focus, .boltform button:active:focus, .btn-primary:active.focus, .boltform button:active.focus, .btn-primary.active:hover, .boltform button.active:hover, .btn-primary.active:focus, .boltform button.active:focus, .btn-primary.active.focus, .boltform button.active.focus,
    .open > .btn-primary.dropdown-toggle:hover, .boltform
    .open > button.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus, .boltform
    .open > button.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus, .boltform
    .open > button.dropdown-toggle.focus {
      color: #fff;
      background-color: #364c20;
      border-color: #151e0c; }
  .btn-primary:active, .boltform button:active, .btn-primary.active, .boltform button.active,
  .open > .btn-primary.dropdown-toggle, .boltform
  .open > button.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .boltform button.disabled, .btn-primary.disabled:hover, .boltform button.disabled:hover, .btn-primary.disabled:focus, .boltform button.disabled:focus, .btn-primary.disabled.focus, .boltform button.disabled.focus, .btn-primary.disabled:active, .boltform button.disabled:active, .btn-primary.disabled.active, .boltform button.disabled.active, .btn-primary[disabled], .boltform button[disabled], .btn-primary[disabled]:hover, .boltform button[disabled]:hover, .btn-primary[disabled]:focus, .boltform button[disabled]:focus, .btn-primary[disabled].focus, .boltform button[disabled].focus, .btn-primary[disabled]:active, .boltform button[disabled]:active, .btn-primary[disabled].active, .boltform button[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .boltform button, .boltform
  fieldset[disabled] button,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .boltform button:hover, .boltform
  fieldset[disabled] button:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .boltform button:focus, .boltform
  fieldset[disabled] button:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .boltform button.focus, .boltform
  fieldset[disabled] button.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .boltform button:active, .boltform
  fieldset[disabled] button:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .boltform button.active, .boltform
  fieldset[disabled] button.active {
    background-color: #62893a;
    border-color: #557732; }
  .btn-primary .badge, .boltform button .badge {
    color: #62893a;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success: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:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info: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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning: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: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #62893a;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #3c5323;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }
  .inline-block.buttons .btn-link {
    padding-left: 0;
    padding-right: 0; }

.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0; }

.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0; }

.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%; }

.min-width, .boltform button {
  min-width: 185px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-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; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 30px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100% !important;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    min-height: 180px;
    padding: 20px 30px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    text-align: left; }
    @media (min-width: 1680px) {
      .thumbnail .caption {
        font-size: 18px;
        line-height: 30px; } }
    .thumbnail .caption strong {
      font-size: 20px;
      line-height: 22px;
      font-weight: normal; }
      @media (min-width: 1680px) {
        .thumbnail .caption strong {
          font-size: 24px;
          line-height: 24px; } }
    .thumbnail .caption h4 {
      margin: 0 0 20px;
      font-weight: bold;
      line-height: 1.3;
      font-size: 20px; }
      @media (min-width: 1680px) {
        .thumbnail .caption h4 {
          font-size: 24px; } }
      .thumbnail .caption h4 small {
        font-size: 12px; }
        @media (min-width: 1680px) {
          .thumbnail .caption h4 small {
            font-size: 14px; } }
    .thumbnail .caption p {
      margin: 0 0 15px; }
  .thumbnail .caption-info {
    position: absolute;
    bottom: 10px;
    right: 10px; }

.thumbnail-panel {
  border-radius: 0;
  padding: 0;
  border: none;
  border-bottom: 4px solid #ddd;
  min-height: 380px; }
  .thumbnail-panel img {
    border-bottom: 1px solid #eee; }
  .thumbnail-panel .caption {
    padding: 20px; }

.thumbnail-award {
  padding: 0;
  border: none; }
  .thumbnail-award .caption-footer {
    background: #ebebeb;
    padding: 20px 30px; }
  .thumbnail-award .caption .caption-footer {
    margin: 0 -20px 30px -20px 30px; }

.thumbnail-person {
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: #62893a;
  position: relative; }
  .thumbnail-person .caption {
    color: #fff;
    background: #62893a;
    line-height: 1.3;
    padding: 20px 20px 30px 20px;
    font-size: 16px;
    font-weight: 300; }
    @media (min-width: 1680px) {
      .thumbnail-person .caption {
        font-size: 18px; } }
    .thumbnail-person .caption strong {
      font-size: 16px; }
      @media (min-width: 1680px) {
        .thumbnail-person .caption strong {
          font-size: 18px; } }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #62893a; }

a.thumbnail-panel {
  border-color: #62893a; }
  a.thumbnail-panel:hover, a.thumbnail-panel:focus, a.thumbnail-panel.active {
    text-decoration: none;
    border-color: #48652b; }
  a.thumbnail-panel:active {
    border-color: #3c5323; }

.modal-trigger {
  cursor: pointer; }

.row-same-height {
  display: table;
  table-layout: fixed;
  width: 100%; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }

.col-top {
  vertical-align: top; }

.col-bottom {
  vertical-align: bottom; }

.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%; }

.close {
  float: right;
  font-size: 27px;
  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%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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: 0;
  color: #333333;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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.7px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.7; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .boltform button + .btn, .boltform .modal-footer button + .btn, .modal-footer .boltform .btn + button, .boltform .modal-footer .btn + button, .modal-footer .boltform button + button, .boltform .modal-footer button + button {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .boltform button + .btn, .boltform .modal-footer .btn-group button + .btn, .modal-footer .btn-group .boltform .btn + button, .boltform .modal-footer .btn-group .btn + button, .modal-footer .btn-group .boltform button + button, .boltform .modal-footer .btn-group button + button {
    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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix: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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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 !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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; } }

.inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .inner:before, .inner:after {
    content: "";
    display: table; }
  .inner:after {
    clear: both; }

.full-col-bar {
  clear: both; }
  .full-col-bar:before, .full-col-bar:after {
    content: "";
    display: table; }
  .full-col-bar:after {
    clear: both; }

@media (min-width: 768px) {
  .left-bar {
    float: left;
    width: 57.0175438596%; } }

@media (min-width: 768px) {
  .left-bar .bar-inner {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px; } }

@media (min-width: 992px) {
  .left-bar .bar-inner {
    padding-left: 90px; } }

@media (min-width: 768px) {
  .left-bar.tablet-stack {
    width: 100%;
    clear: both; } }

@media (min-width: 992px) {
  .left-bar.tablet-stack {
    width: 57.0175438596%;
    clear: none; } }

@media (min-width: 768px) {
  .left-bar.tablet-stack img {
    width: 100%; } }

@media (min-width: 768px) {
  .right-bar {
    float: left;
    width: 42.9824561404%; } }

@media (min-width: 768px) {
  .right-bar .bar-inner {
    padding-right: 50px; } }

@media (min-width: 992px) {
  .right-bar .bar-inner {
    padding-right: 90px; } }

@media (min-width: 768px) {
  .right-bar.tablet-stack {
    width: 100%;
    clear: both; } }

@media (min-width: 992px) {
  .right-bar.tablet-stack {
    width: 42.9824561404%;
    clear: none; } }

@media (min-width: 768px) {
  .padding-top-50-d {
    padding-top: 50px; } }

.padding-50 {
  padding: 50px 0; }

@media (max-width: 767px) {
  .mobile-spacer {
    margin-left: 20px;
    margin-right: 20px; } }

@media (max-width: 767px) {
  .mobile-spacer-v {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (max-width: 767px) {
  .mobile-spacer-top-v {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .mobile-hide {
    display: none; } }

.relative {
  position: relative; }

@font-face {
  font-family: "Gill Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/gillsans.eot"), url("../fonts/gillsans.svg"), url("../fonts/gillsans.ttf"), url("../fonts/gillsans.woff"); }

@font-face {
  font-family: "Gill Sans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/gillsans-light.eot"), url("../fonts/gillsans-light.svg"), url("../fonts/gillsans-light.ttf"), url("../fonts/gillsans-light.woff"); }

@font-face {
  font-family: "Gill Sans";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/gillsans-bold.eot"), url("../fonts/gillsans-bold.svg"), url("../fonts/gillsans-bold.ttf"), url("../fonts/gillsans-bold.woff"); }

@font-face {
  font-family: "Gill Sans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/gillsans-italic.eot"), url("../fonts/gillsans-italic.svg"), url("../fonts/gillsans-italic.ttf"), url("../fonts/gillsans-italic.woff"); }

@font-face {
  font-family: "Gill Sans";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/gillsans-lightitalic.eot"), url("../fonts/gillsans-lightitalic.svg"), url("../fonts/gillsans-lightitalic.ttf"), url("../fonts/gillsans-lightitalic.woff"); }

@font-face {
  font-family: "Gill Sans";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/gillsans-bolditalic.eot"), url("../fonts/gillsans-bolditalic.svg"), url("../fonts/gillsans-bolditalic.ttf"), url("../fonts/gillsans-bolditalic.woff"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/opensans-light.ttf"), url("../fonts/opensans-light.eot"), url("../fonts/opensans-light.woff"), url("../fonts/opensans-light.otf"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/opensans-lightitalic.ttf"), url("../fonts/opensans-lightitalic.eot"), url("../fonts/opensans-lightitalic.woff"), url("../fonts/opensans-lightitalic.otf"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/opensans-regular.ttf"), url("../fonts/opensans-regular.eot"), url("../fonts/opensans-regular.woff"), url("../fonts/opensans-regular.otf"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/opensans-italic.ttf"), url("../fonts/opensans-italic.eot"), url("../fonts/opensans-italic.woff"), url("../fonts/opensans-italic.otf"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/opensans-bold.ttf"), url("../fonts/opensans-bold.eot"), url("../fonts/opensans-bold.woff"), url("../fonts/opensans-bold.otf"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/opensans-bolditalic.ttf"), url("../fonts/opensans-bolditalic.eot"), url("../fonts/opensans-bolditalic.woff"), url("../fonts/opensans-bolditalic.otf"); }

.page-intro {
  font-weight: 300;
  padding: 0 15px; }
  .page-intro h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: inherit;
    font-size: 32px; }
    @media (min-width: 1680px) {
      .page-intro h1 {
        font-size: 48px; } }
  .page-intro h2 {
    font-weight: inherit;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 3.2em; }
    @media (min-width: 768px) {
      .page-intro h2 {
        font-size: 20px; } }
    @media (min-width: 1680px) {
      .page-intro h2 {
        font-size: 24px; } }
  .home .page-intro h1 {
    margin-top: 2em; }
  @media (min-width: 1680px) {
    .home .page-intro h2 {
      font-size: 26px; } }

.footer-menu li {
  line-height: 24px; }
  @media (min-width: 768px) {
    .footer-menu li {
      display: inline-block !important;
      text-align: left !important;
      width: auto !important; } }

.main {
  font-size: 16px; }
  @media (min-width: 1680px) {
    .main {
      font-size: 18px; } }
  .main h1 {
    font-size: 32px; }
    @media (min-width: 1680px) {
      .main h1 {
        font-size: 44px; } }

ul.inline-block {
  margin: 0 0 30px 0;
  padding: 0; }
  ul.inline-block li {
    list-style: none;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0; }

strong.semi {
  font-weight: 400; }

.close {
  margin-bottom: 0 !important; }

.title {
  font-weight: 400;
  margin-bottom: 0 !important; }

.generic {
  background-color: #fff;
  padding: 10px 30px; }
  .generic p {
    font-size: 14px;
    font-weight: 300; }

.boltform textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px; }

.contact:before, .contact:after {
  content: "";
  display: table; }

.contact:after {
  clear: both; }

.contact .rightside > .row,
.contact .leftside > .row {
  margin: 0; }

@media (min-width: 1680px) {
  .contact .col-sm-3-nested {
    width: 50%;
    float: left; }
    .contact .col-sm-3-nested:first-child {
      padding-right: 0 15px; }
    .contact .col-sm-3-nested:first-child + .col-sm-3-nested {
      padding-left: 0 15px; }
  .contact .rightside {
    max-width: 345px;
    margin-left: 115px; } }

.block-section {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .block-section {
      padding-top: 30px; } }
  @media (min-width: 992px) {
    .block-section {
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .block-section {
      padding-top: 50px; } }

.block-section,
.press article .grid {
  padding-bottom: 25px; }
  @media (min-width: 992px) {
    .block-section,
    .press article .grid {
      padding-bottom: 30px; } }

#logo {
  display: block;
  width: 142px;
  height: 47px;
  margin: 20px 0 22px 30px;
  float: left; }
  @media (min-width: 768px) {
    #logo {
      margin-left: 50px; } }
  @media (min-width: 992px) {
    #logo {
      margin-left: 60px; } }
  @media (min-width: 1680px) {
    #logo {
      width: 205px;
      height: 69px;
      margin-top: 30px;
      margin-bottom: 30px; } }
  #logo img {
    display: block;
    width: 100%;
    height: 100%; }

@media (min-width: 768px) {
  .top-bar-section {
    background-color: white;
    float: right;
    margin-right: 50px;
    margin-top: 19px;
    height: 70px;
    overflow: hidden; } }

@media (min-width: 992px) {
  .top-bar-section {
    margin-right: 60px; } }

@media (min-width: 1680px) {
  .top-bar-section {
    height: 90px;
    margin-top: 39px; } }

.top-bar-section ul, .top-bar-section li, .top-bar-section a {
  background-color: transparent !important; }

.header-wrapper {
  overflow: hidden; }
  @media (min-width: 768px) {
    .header-wrapper {
      overflow: inherit; } }

.top-bar {
  background-color: #fff;
  height: 89px;
  overflow: hidden; }
  .top-bar:before, .top-bar:after {
    content: "";
    display: table; }
  .top-bar:after {
    clear: both; }
  @media (min-width: 768px) {
    .top-bar {
      overflow: inherit; } }
  .top-bar ul {
    margin: 0;
    padding: 30px 0; }
    @media (min-width: 768px) {
      .top-bar ul {
        padding: 0; } }
    .top-bar ul li {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 768px) {
        .top-bar ul li {
          float: left; } }
      @media (min-width: 768px) {
        .top-bar ul li.first a {
          margin-left: 0; } }
      .top-bar ul li > a {
        display: block;
        color: #000000;
        font-size: 21px;
        line-height: 60px;
        text-align: center;
        margin: 0;
        padding: 0; }
        @media (min-width: 768px) {
          .top-bar ul li > a {
            font-size: 14px;
            line-height: 70px;
            height: 70px;
            display: inline-block;
            position: relative;
            margin-left: 20px; } }
        @media (min-width: 992px) {
          .top-bar ul li > a {
            font-size: 16px;
            margin-left: 40px; } }
        @media (min-width: 1200px) {
          .top-bar ul li > a {
            font-size: 18px;
            margin-left: 40px; } }
        @media (min-width: 1680px) {
          .top-bar ul li > a {
            font-size: 21px;
            line-height: 90px;
            margin-left: 65px;
            height: 90px; } }
        .top-bar ul li > a:after {
          text-decoration: none; }
          @media (min-width: 768px) {
            .top-bar ul li > a:after {
              position: absolute;
              bottom: -10px;
              left: 0;
              content: '';
              display: block;
              background-color: #62893a;
              width: 100%;
              height: 10px;
              -webkit-transition: all 0.25s ease-in-out;
              -o-transition: all 0.25s ease-in-out;
              transition: all 0.25s ease-in-out; } }
        .top-bar ul li > a:hover {
          color: #000000 !important;
          text-decoration: none; }
          @media (min-width: 768px) {
            .top-bar ul li > a:hover:after {
              -moz-transform: translate(0, -10px);
              -o-transform: translate(0, -10px);
              -ms-transform: translate(0, -10px);
              -webkit-transform: translate(0, -10px);
              transform: translate(0, -10px); } }
        .top-bar ul li > a:active, .top-bar ul li > a:visited, .top-bar ul li > a:focus {
          text-decoration: none; }
      .top-bar ul li.active a {
        color: #62893a !important; }
        .top-bar ul li.active a:after {
          -moz-transform: translate(0, -10px);
          -o-transform: translate(0, -10px);
          -ms-transform: translate(0, -10px);
          -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px); }

.mobile-menu-open .top-bar-section {
  overflow: hidden;
  width: 100%;
  background-color: #353535; }
  .mobile-menu-open .top-bar-section li a {
    color: white;
    background: transparent; }
    .mobile-menu-open .top-bar-section li a:hover {
      color: white !important;
      text-decoration: none; }
  .mobile-menu-open .top-bar-section li.active a {
    color: white !important; }

.mobile-menu-open .top-bar {
  height: auto !important; }

#burger-menu {
  width: 89px;
  height: 89px;
  float: right;
  position: static !important;
  margin: 0 !important; }
  .mobile-menu-open #burger-menu {
    background-color: #353535; }

@media screen and (min-width: 768px) {
  #burger-menu {
    display: none; } }

.navbar-toggle {
  width: 35px;
  height: 23px;
  top: 26px !important;
  left: 27px;
  position: relative;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  padding: 0 !important;
  margin: 0 !important;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer; }
  .navbar-toggle:focus, .navbar-toggle:hover, .navbar-toggle:visited, .navbar-toggle:active {
    outline: 0;
    background-color: transparent; }
  .mobile-menu-open .navbar-toggle .icon-bar {
    background-color: white; }
    .mobile-menu-open .navbar-toggle .icon-bar:nth-child(1) {
      opacity: 0;
      filter: alpha(opacity=0);
      top: 10px;
      width: 0%;
      left: 50%;
      opacity: 0;
      filter: alpha(opacity=0); }
    .mobile-menu-open .navbar-toggle .icon-bar:nth-child(2) {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mobile-menu-open .navbar-toggle .icon-bar:nth-child(3) {
      top: 10px;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .navbar-toggle .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #272324;
    border-radius: 0;
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .navbar-toggle .icon-bar:nth-child(1) {
      top: 0; }
    .navbar-toggle .icon-bar:nth-child(2) {
      top: 10px; }
    .navbar-toggle .icon-bar:nth-child(3) {
      top: 20px; }

.panels {
  position: relative;
  z-index: 1;
  padding: 0px;
  margin: 0px 20px;
  max-width: 1355px; }
  @media (min-width: 768px) {
    .panels {
      width: 570px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0px;
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .panels {
      width: 855px; } }
  @media (min-width: 1200px) {
    .panels {
      width: 100%; } }
  .panels .editor-feed > p {
    float: left;
    margin: 0;
    width: 100%; }
    .panels .editor-feed > p img {
      max-width: 100%;
      height: auto !important;
      width: 100% !important;
      margin: 0; }
  @media (min-width: 480px) {
    .panels .editor-feed > p {
      margin: 10px;
      width: 265px; } }
  .panels.with-4-column {
    position: relative; }
    .panels.with-4-column .panel {
      padding: 0; }
      @media (min-width: 1200px) {
        .panels.with-4-column .panel {
          position: absolute; } }
      @media (min-width: 1200px) {
        .panels.with-4-column .panel.panel-5 {
          top: 90px;
          left: 0; } }
      @media (min-width: 1200px) {
        .panels.with-4-column .panel.panel-1 {
          top: 0;
          left: 285px; } }
      @media (min-width: 1200px) {
        .panels.with-4-column .panel.panel-3 {
          top: 277px;
          left: 285px; } }
      @media (min-width: 1200px) {
        .panels.with-4-column .panel.panel-6 {
          top: 90px;
          left: 570px; } }
      @media (min-width: 1200px) {
        .panels.with-4-column .panel.panel-4 {
          top: 0px;
          left: 855px; } }
      .panels.with-4-column .panel.panel-2 {
        overflow: hidden;
        padding-bottom: 20px; }
        @media (min-width: 1200px) {
          .panels.with-4-column .panel.panel-2 {
            top: 277px;
            left: 855px; } }
  .panels h1 {
    color: #fff;
    font-size: 26px;
    margin: 20px 0;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    text-align: center; }
    @media (min-width: 768px) {
      .panels h1 {
        padding-top: 60px;
        padding-bottom: 40px; } }
  .panels .panel {
    background-color: #fff;
    color: #000;
    float: left;
    margin: 10px;
    width: 265px;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    padding-bottom: 20px; }
    .panels .panel:hover strong {
      color: #62893a; }
    .panels .panel strong {
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .panels .panel p {
      padding: 20px;
      margin: 0;
      font-size: 14px;
      line-height: 1.3;
      margin-bottom: -20px; }
      .panels .panel p:first-child {
        margin-top: 0; }
      .panels .panel p strong {
        font-weight: 300;
        font-size: 16px; }
      .panels .panel p img {
        margin: -20px;
        width: -webkit-calc(100% + 40px) !important;
        width: -moz-calc(100% + 40px) !important;
        width: calc(100% + 40px) !important; }
    .panels .panel img {
      max-width: 100%;
      height: auto !important;
      width: 100% !important;
      margin: 0; }
    .panels .panel .meta {
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 14px;
      color: #000000; }
      @media (min-width: 768px) {
        .panels .panel .meta {
          font-size: 12px; } }
      .panels .panel .meta strong {
        font-weight: 400;
        font-size: 14px; }
        @media (min-width: 768px) {
          .panels .panel .meta strong {
            font-size: 12px; } }
    .panels .panel.stats {
      height: auto;
      position: relative;
      margin: 0;
      padding: 10px;
      border-left: 1px dotted #666;
      background-color: transparent; }
      .panels .panel.stats:first-of-type {
        border: none; }
      .panels .panel.stats a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0; }
  .panels .alt-panel {
    background-color: transparent;
    display: inline-block; }
    .panels .alt-panel:first-of-type {
      border: none; }
    .panels .alt-panel img {
      width: 100%;
      max-width: 389px;
      margin: auto; }
    .panels .alt-panel .small {
      line-height: 1.1;
      font-size: 70%;
      font-weight: 400; }
    @media (min-width: 992px) {
      .panels .alt-panel {
        border-left: 1px solid #222; }
        .panels .alt-panel .small {
          font-size: 88%; } }

.timeline {
  max-width: 945px;
  margin: auto;
  position: relative;
  margin-bottom: 130px; }
  .timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 4px;
    height: 100%;
    background: #62893a; }

.timeline-block {
  position: relative; }
  .timeline-block:before, .timeline-block:after {
    content: "";
    display: table; }
  .timeline-block:after {
    clear: both; }

.timeline-year {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 66px;
  border-bottom: 2px dashed #62893a;
  text-align: center; }
  .timeline-year:before {
    content: '';
    position: absolute;
    left: -12px;
    bottom: -11px;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: #62893a; }

.timeline-content {
  margin-left: 80px; }

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
    margin-left: -2px; }
  .timeline-content {
    margin-left: 70px; }
  .timeline-year {
    left: 2px;
    width: 66px; }
  .timeline-block {
    margin-left: 50%;
    min-height: 125px; }
    .timeline-block:nth-child(odd) {
      margin-left: 0;
      margin-right: 50%; }
      .timeline-block:nth-child(odd) .timeline-year {
        left: auto;
        right: 2px; }
        .timeline-block:nth-child(odd) .timeline-year:before {
          left: auto;
          right: -12px; }
      .timeline-block:nth-child(odd) .timeline-content {
        margin-left: 0;
        margin-right: 70px; }
  .timeline-block + .timeline-block {
    margin-top: -50px; } }

@media (min-width: 992px) {
  .timeline-content {
    margin-left: 110px; }
  .timeline-year {
    left: 2px;
    width: 106px; }
  .timeline-block:nth-child(odd) .timeline-content {
    margin-right: 110px; } }

.home article {
  position: relative;
  overflow: hidden;
  width: 100%; }

.section article {
  position: relative;
  overflow: hidden;
  background-color: #282828; }
  .section article .background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    max-height: 700px;
    height: 100%; }
    .section article .background .gradient {
      bottom: 0;
      height: 200px;
      left: 0;
      position: absolute;
      width: 100%;
      background: -moz-linear-gradient(top, transparent 0%, #282828 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #282828));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, transparent 0%, #282828 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, transparent 0%, #282828 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, transparent 0%, #282828 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, transparent 0%, #282828 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
      /* IE6-9 */ }

.article .column {
  padding: 0; }

.article .banner {
  max-height: 541px;
  overflow: hidden; }
  .article .banner .copy {
    background-color: #2b2b2b;
    color: #ffffff;
    padding: 20px; }
    @media (min-width: 768px) {
      .article .banner .copy {
        padding: 40px 50px; } }
    .article .banner .copy p {
      font-size: 22px;
      line-height: 34px;
      font-weight: 300;
      margin-bottom: 10px; }
      @media (min-width: 1680px) {
        .article .banner .copy p {
          font-size: 26px; } }
      @media (min-width: 1200px) {
        .article .banner .copy p {
          line-height: 42px; } }
      .article .banner .copy p strong {
        font-size: 80px;
        line-height: 1; }

.article .main {
  background-color: #fff;
  padding-bottom: 30px; }
  .article .main table {
    width: 100%;
    text-align: left;
    border-color: #ccc;
    border-style: solid;
    border-width: 0;
    margin: 30px 0; }
    @media (min-width: 1680px) {
      .article .main table {
        margin: 50px 0; } }
    .article .main table tr td, .article .main table tr th {
      border-bottom: 0 solid #ccc;
      color: #666;
      font-size: 16px;
      padding: 5px 0; }
      @media (min-width: 1680px) {
        .article .main table tr td, .article .main table tr th {
          font-size: 18px; } }
    .article .main table tr th {
      font-weight: normal;
      color: #222; }
    .article .main table tr:last-of-type td, .article .main table tr:last-of-type th {
      border: none; }
  .article .main a:not(.btn):not(.boltform button) {
    text-decoration: underline; }
    .article .main a:not(.btn):not(.boltform button):hover {
      text-decoration: none; }

.article article {
  position: relative;
  overflow: hidden; }

.article .aside {
  margin-top: 40px; }
  .article .aside.center {
    text-align: center; }
    .article .aside.center img {
      margin-bottom: 10px; }
  .article .aside img {
    max-width: 100%; }
  .article .aside blockquote {
    border-left: 10px solid #62893a;
    padding: 40px;
    margin: 0 0 0px 0;
    position: relative;
    max-width: 100%;
    line-height: 1.4; }
    .article .aside blockquote strong {
      font-weight: bolder; }
    .article .aside blockquote:before {
      font-family: Arial;
      font-weight: bold;
      content: "\201C";
      font-size: 85px;
      height: auto;
      width: auto;
      position: absolute;
      top: -35px;
      left: 35px;
      color: #62893a; }
    .article .aside blockquote:after {
      font-family: Arial;
      font-weight: bold;
      content: "\201D";
      font-size: 85px;
      height: auto;
      width: auto;
      position: absolute;
      bottom: -70px;
      right: 25px;
      color: #62893a; }
  .article .aside .extra {
    background-color: #f8f8f8;
    font-size: 18px; }

.article .bottom-panels {
  padding: 50px 0; }
  .article .bottom-panels.panels {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .article .bottom-panels.panels h1 {
      padding-top: 0;
      padding-bottom: 0; }
    .article .bottom-panels.panels.toggle-panels {
      overflow: hidden;
      position: relative; }
      @media (min-width: 768px) {
        .article .bottom-panels.panels.toggle-panels {
          width: 570px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 992px) {
        .article .bottom-panels.panels.toggle-panels {
          width: 855px; } }
      @media (min-width: 1200px) {
        .article .bottom-panels.panels.toggle-panels {
          width: 100%; } }
  .article .bottom-panels h1 {
    clear: both;
    color: #fff;
    font-size: 24px;
    margin: 0 0 40px 0;
    text-align: center; }
  .article .bottom-panels .panel {
    padding-bottom: 0;
    overflow: visible;
    cursor: copy;
    padding-bottom: 20px; }
    @media (min-width: 1200px) {
      .article .bottom-panels .panel {
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .article .bottom-panels .panel .paragraphs {
        display: none;
        background-color: #fff;
        left: 100%;
        margin-left: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 0;
        width: 550px;
        min-height: 534px;
        z-index: 1000; } }
    .article .bottom-panels .panel:nth-of-type(4n-1) .paragraphs, .article .bottom-panels .panel:nth-of-type(4n) .paragraphs {
      left: -590px; }
    .article .bottom-panels .panel:nth-of-type(8n-3) .paragraphs, .article .bottom-panels .panel:nth-of-type(8n-2) .paragraphs, .article .bottom-panels .panel:nth-of-type(8n-1) .paragraphs, .article .bottom-panels .panel:nth-of-type(8n) .paragraphs {
      top: -276px; }

.footer {
  background-color: #232323;
  color: #f2f2f2; }
  .footer .footer-logo {
    color: #ffffff;
    padding: 20px 0;
    background-color: transparent; }
    .footer .footer-logo .fa-stack {
      width: 1.5em;
      height: 1.8em;
      line-height: 1.8em; }
      .footer .footer-logo .fa-stack .fa-circle {
        font-size: 1.8em; }
      .footer .footer-logo .fa-stack .fa-inverse {
        color: #000; }
    .footer .footer-logo a {
      color: #ffffff; }
    .footer .footer-logo .text-center a {
      display: block;
      height: 100%;
      position: relative;
      text-decoration: none;
      width: 100%; }
      .footer .footer-logo .text-center a img {
        left: 50%;
        max-width: 80%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%); }
    @media (max-width: 1200px) {
      .footer .footer-logo {
        padding: 0; } }
    @media (max-width: 1023px) {
      .footer .footer-logo {
        padding: 0; } }
    @media (min-width: 1024px) {
      .footer .footer-logo {
        background-color: #232323; } }
    .footer .footer-logo > .container-fluid {
      background-color: transparent; }
      @media (max-width: 1023px) {
        .footer .footer-logo > .container-fluid {
          background-color: #232323; } }
    .footer .footer-logo .row > div {
      border-color: #525252;
      border-style: dotted;
      border-width: 0 2px 0 0;
      height: 80px; }
      @media (max-width: 1200px) {
        .footer .footer-logo .row > div {
          border-bottom-width: 2px;
          height: 130px; } }
      @media (max-width: 992px) {
        .footer .footer-logo .row > div {
          height: 130px;
          border-right-width: 0;
          border-left-width: 0;
          border-bottom-width: 2px;
          text-align: center; } }
      .footer .footer-logo .row > div:last-child {
        border-right-width: 0; }
    .footer .footer-logo h3 {
      font-family: "Gill Sans MT Regular", arial, sans-serif;
      margin-top: 10px;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-size: 14px;
      text-align: left;
      font-weight: normal; }
      @media (min-width: 1680px) {
        .footer .footer-logo h3 {
          font-size: 18px; } }
    @media (max-width: 1023px) {
      .footer .footer-logo a {
        font-size: 17px; } }
    @media (max-width: 1200px) {
      .footer .footer-logo .follow {
        padding-top: 20px !important; } }
    .footer .footer-logo .follow > div {
      text-align: center; }
      @media (min-width: 1680px) {
        .footer .footer-logo .follow > div {
          max-width: 163px;
          margin: 0 auto; } }
    .footer .footer-logo .follow a {
      margin-right: 10px;
      display: inline-block; }
      .footer .footer-logo .follow a img {
        width: 25px; }
    @media (max-width: 1023px) {
      .footer .footer-logo .follow a:last-of-type {
        margin-right: 0; }
      .footer .footer-logo .follow a img {
        width: auto; } }
    @media (min-width: 640px) and (max-width: 1023px) {
      .footer .footer-logo .follow {
        padding-top: 55px; }
        .footer .footer-logo .follow h3 {
          width: 100%;
          font-size: 18px; } }
  .footer .footer-menu {
    font-size: 13px;
    color: #c2bec0;
    padding: 12px 0;
    background-color: #1d1d1d; }
    .footer .footer-menu .row > div {
      border: none;
      margin: 10px 0; }
    .footer .footer-menu a {
      color: #ffffff;
      text-decoration: none; }
    .footer .footer-menu .copyright {
      padding-left: 10px; }
    .footer .footer-menu .policy ul {
      margin: 0;
      float: right;
      list-style-type: none; }
      .footer .footer-menu .policy ul li:not(.first) {
        margin-left: 20px; }
    .footer .footer-menu .share {
      text-align: right;
      padding-right: 10px; }
    @media (max-width: 1023px) {
      .footer .footer-menu {
        text-align: center;
        font-size: 13px; } }
    @media (max-width: 768px) {
      .footer .footer-menu {
        font-size: 17px; }
        .footer .footer-menu .policy ul li {
          margin: 0 !important; } }
    @media (max-width: 992px) {
      .footer .footer-menu .policy ul {
        float: none;
        padding: 0; } }

#age-verification {
  position: fixed;
  display: none;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  #age-verification h1 {
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
    text-transform: none; }
  #age-verification h2 {
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: lighter;
    margin: 10px 0;
    text-transform: none; }
    @media (max-width: 480px) {
      #age-verification h2 {
        font-size: 12px; } }
  #age-verification .form-row div {
    float: left;
    margin: 10px;
    text-align: left;
    width: calc(33.33% - 20px); }
    #age-verification .form-row div label {
      color: #444;
      display: block;
      font-family: "Open Sans",sans-serif;
      font-size: 18px;
      font-weight: lighter;
      margin-bottom: 15px; }
    #age-verification .form-row div select {
      background: #fff url("/theme/yealands/assets/images/select-arrow.png") no-repeat 152px -3px;
      border: 1px solid #aaa;
      padding: 5px;
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none; }
  #age-verification:after {
    content: "";
    background-color: grey;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.96;
    top: 0;
    left: 0; }
  #age-verification .inner {
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 21px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 21px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    border-radius: 5px;
    width: 750px;
    padding: 0;
    text-align: center;
    color: grey;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 90px;
    z-index: 2; }
    #age-verification .inner .half.top {
      background-color: #fff;
      padding: 60px 40px 20px; }
      @media (max-width: 320px) {
        #age-verification .inner .half.top {
          padding: 18px 15px 15px; } }
      @media (min-width: 480px) {
        #age-verification .inner .half.top {
          padding: 10px 15px 0px; } }
    #age-verification .inner .half.bottom {
      background-color: #f2f2f2;
      padding: 40px 60px 60px; }
      @media (max-width: 480px) {
        #age-verification .inner .half.bottom {
          padding: 10px 10px 10px; } }
    #age-verification .inner img {
      display: inline-block; }
    @media (max-width: 320px) and (max-height: 480px) {
      #age-verification .inner {
        width: 295px;
        padding: 15px 10px; }
        #age-verification .inner .message {
          font-size: 10pt !important; } }
    @media (max-width: 480px) {
      #age-verification .inner {
        width: 295px;
        padding: 15px 10px;
        top: 2px; } }
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
      #age-verification .inner {
        width: 526px;
        top: 2px;
        margin-top: 0px; }
        #age-verification .inner .message {
          font-size: 10pt !important; }
        #age-verification .inner .half.bottom {
          padding: 12px 18px 60px; }
          #age-verification .inner .half.bottom #remember-me {
            margin: 9px 10px 13px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
      #age-verification .inner {
        width: 526px;
        margin-top: 0px;
        top: 2px; }
        #age-verification .inner img {
          display: none; }
        #age-verification .inner .message {
          font-size: 10pt !important; }
        #age-verification .inner .half.bottom {
          padding: 12px 18px 60px; }
          #age-verification .inner .half.bottom #remember-me {
            margin: 9px 10px 13px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
      #age-verification .inner {
        width: 430px;
        margin-top: 0px; }
        #age-verification .inner img {
          display: none; }
        #age-verification .inner .message {
          font-size: 10pt !important; } }
    #age-verification .inner .prompt {
      margin-bottom: 15px; }
    #age-verification .inner .remember-me {
      font-size: 15px; }
      #age-verification .inner .remember-me #remember-me {
        margin: 25px 10px 30px;
        vertical-align: middle; }
        @media (max-width: 480px) {
          #age-verification .inner .remember-me #remember-me {
            margin: 1px 10px 3px; } }
    @media (min-width: 768px) {
      #age-verification .inner {
        width: 520px; } }
    @media (min-width: 992px) {
      #age-verification .inner {
        width: 750px; } }
    #age-verification .inner input[type="submit"] {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      padding: .6em 1.2em .4em 1.2em;
      stroke: none;
      outline: none;
      margin-right: .2em;
      cursor: pointer;
      background-color: #628939;
      border-color: #4c6c2a;
      border-width: 0 0 5px;
      width: 100%; }
      @media (max-width: 480px) {
        #age-verification .inner input[type="submit"] {
          margin-top: 15px; } }
    #age-verification .inner .btn, #age-verification .inner .boltform button, .boltform #age-verification .inner button {
      display: inline-block;
      width: auto;
      background: #818181; }
    #age-verification .inner .message {
      font-family: "open_sansregular", arial, sans-serif;
      letter-spacing: 1px;
      font-size: 14pt;
      margin: 1em 0;
      color: #A18B79;
      text-transform: uppercase;
      text-align: center; }
  #age-verification .styled-select {
    width: 240px;
    height: 31px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); }
    #age-verification .styled-select select {
      background: transparent;
      width: 268px;
      padding: 5px;
      font-size: 11px;
      line-height: 2;
      text-indent: .7em;
      border: 0;
      border-radius: 0;
      height: 31px;
      color: #494949;
      text-shadow: 0 1px #fff;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
    #age-verification .styled-select select::-ms-expand {
      display: none; }
    #age-verification .styled-select.day {
      width: 80px; }
      #age-verification .styled-select.day select {
        width: 110px; }
    #age-verification .styled-select.month {
      width: 100px; }
      #age-verification .styled-select.month select {
        width: 130px; }
    #age-verification .styled-select.year {
      width: 80px; }
      #age-verification .styled-select.year select {
        width: 110px; }
    #age-verification .styled-select.country {
      width: 266px;
      margin-bottom: 11px; }
      #age-verification .styled-select.country select {
        width: 296px; }
    #age-verification .styled-select:before {
      content: '.';
      text-indent: -9999em;
      width: 31px;
      height: 31px;
      position: absolute;
      right: 0;
      top: 0;
      background: transparent url(/bundles/yealandsweb/images/select-arrow.png) center center no-repeat;
      pointer-events: none; }
  #age-verification .bottom-logo {
    margin-top: 15px; }
  #age-verification .form-error {
    color: #d80000;
    margin-top: 30px; }

.people .caption p:first-child {
  min-height: 75px; }

.people .caption p:last-child {
  min-height: 140px; }

.careers section.row {
  background-color: #fff !important; }

.careers .rss li {
  list-style-type: none; }
  .careers .rss li h5 {
    color: #62893a;
    text-decoration: underline;
    margin: 30px 0 18px; }
  .careers .rss li h4 {
    margin: 0 0 10px; }
  .careers .rss li p {
    margin: 0 0 5px; }

.news .panel h4 {
  margin: 20px;
  font-size: 16px;
  font-weight: 300; }

.news .panel h5 {
  margin: 20px;
  font-size: 11px;
  font-weight: 300; }

.news .panel p {
  margin: 20px;
  padding: 0; }

.home article > .row {
  background-color: transparent !important; }

.home .panels {
  margin-bottom: 0; }

.home .bg-dark .panels {
  width: 100%;
  padding: 0 15px;
  margin: auto; }
  @media (max-width: 1200px) {
    .home .bg-dark .panels .alt-panel {
      border: none; } }

.ui-carousel {
  height: 100px;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  /*for ie7 to work e.g in html carousels*/
  width: 300px; }

.ui-carousel > .wrapper {
  margin: 0;
  padding: 0;
  width: 9999px; }

.ui-carousel > .wrapper > * {
  border: 0;
  display: block;
  float: left;
  height: 100px;
  overflow: hidden;
  width: 100px; }

#solutions-container {
  height: 860px;
  position: relative;
  overflow-x: hidden; }

.mobile #solutions-container {
  height: 320px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 1px; }

#carousel-navigation {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  height: 860px;
  margin-top: -860px; }

.mobile #carousel-navigation {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  height: 320px;
  margin-top: -320px;
  background: none; }

#ui-carousel-next, #ui-carousel-prev {
  width: 68px;
  height: 50px;
  display: block;
  position: absolute;
  top: 125px;
  z-index: 100;
  text-decoration: none;
  color: #62893a;
  padding: 15px; }
  #ui-carousel-next span, #ui-carousel-prev span {
    font-size: 50px;
    font-family: 'FontAwesome'; }

.mobile #ui-carousel-next, .mobile #ui-carousel-prev {
  top: 125px; }

#ui-carousel-next {
  right: 0; }

#ui-carousel-prev {
  left: 0; }

.boltform select {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4px; }

.breadcrumbs {
  font-size: 12px;
  margin: 20px 20px 0;
  color: #888; }
  .breadcrumbs a {
    color: #888; }
  .breadcrumbs.alt a {
    color: #fff; }

.article .main table.awards {
  border: inherit;
  margin: 60px auto;
  text-align: inherit; }
  .article .main table.awards tr td, .article .main table.awards tr th {
    border: inherit;
    color: inherit;
    font: inherit;
    padding: inherit;
    width: 50%; }

.brands .thumbnail img {
  max-width: 80% !important; }

.the-yealands-story h2 {
  margin-top: 74px;
  margin-bottom: 86px; }

.the-yealands-story .thumbnail {
  min-height: inherit; }

.backToTopWrapper {
  position: absolute;
  bottom: 108px;
  right: 0;
  width: 75px; }

.backToTop {
  display: inline-block;
  position: absolute;
  text-align: center;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  height: 74px;
  line-height: 34px; }
  .backToTop:active, .backToTop:hover {
    text-decoration: none; }
  .backToTop:before {
    background: #62893a;
    display: block;
    content: '';
    width: 47px;
    height: 47px;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    position: relative; }
  .backToTop:after {
    width: 25px;
    height: 44px;
    position: absolute;
    content: '';
    background: url("../images/svg/arrow.svg") no-repeat center center/contain;
    display: block;
    top: 0;
    margin: auto;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%; }

.grid {
  width: 90%;
  margin: 0 auto;
  text-align: center; }

.grid:before, .grid:after {
  content: "";
  display: table; }

.grid:after {
  clear: both; }

.grid-sizer,
.grid-item {
  width: 100%;
  float: left; }
  @media (min-width: 480px) {
    .grid-sizer,
    .grid-item {
      width: 50%; } }
  @media (min-width: 992px) {
    .grid-sizer,
    .grid-item {
      width: 25%; } }

.grid-item > div {
  padding: 8px;
  overflow: hidden;
  max-width: 360px;
  margin: auto; }
  .grid-item > div:before, .grid-item > div:after {
    content: "";
    display: table; }
  .grid-item > div:after {
    clear: both; }
  @media (min-width: 480px) {
    .grid-item > div {
      padding: 15px; } }

.animate-up {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  -webkit-transform: translate(0, 200px);
  transform: translate(0, 200px); }
  .animate-up.in {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); }

.fade-in img {
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0); }

.fade-in.in img {
  opacity: 1;
  filter: alpha(opacity=100); }

a.animate-up:hover,
a.animate-up:active {
  -webkit-transition: -webkit-transform 0.1s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.1s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.1s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.1s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -webkit-transform: scale(0.97);
  transform: scale(0.97); }

@media (min-width: 480px) {
  .col1 {
    margin-top: 0; }
  .col2 {
    margin-top: 25px; } }

@media (min-width: 992px) {
  .col1 {
    margin-top: 68px; }
  .col2 {
    margin-top: 0; }
  .col3 {
    margin-top: 95px; }
  .col4 {
    margin-top: 52px; } }

article > .home-grid,
article > .row {
  -webkit-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5) !important; }
  article > .home-grid.black,
  article > .row.black {
    background-color: #353535 !important; }

@media (min-width: 992px) {
  article > .home-grid,
  article > .row {
    background-color: transparent !important; } }

article > .home-grid.bg-dark,
article > .row.bg-dark {
  background-color: #2c2c2c !important;
  color: #fff; }

.bg-white {
  background-color: #fff; }

.bg-dark {
  background-color: #2c2c2c;
  color: #fff; }

.bg-light-grey {
  background-color: #f8f8f8; }

.bg-media-header {
  background-color: #F5F5F5; }

.bg-darker-grey {
  background-color: #e3e3e3; }

.bg-pale-grey {
  background-color: #f2f2f2; }

.bg-green {
  background-color: #62893a;
  color: white; }
  .bg-green a {
    color: white; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(".//bundles/yealandsweb/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
  color: white;
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
a.prevSlide {
  float: right;
  line-height: 21px;
  color: white;
  margin-right: 5px;
  margin-top: 6px;
  opacity: 0.6;
  font-size: 12px;
  text-align: left; }

a.nextSlide {
  float: right;
  line-height: 21px;
  color: white;
  margin-left: 5px;
  margin-top: 6px;
  opacity: 0.6;
  font-size: 12px;
  text-align: right; }

.custom_slick_dots li {
  float: left; }

.custom_slick_dots a, .custom_slick_dots li button {
  margin: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0; }

.custom_slick_dots a.nextSlide,
.custom_slick_dots a.prevSlide {
  width: 20px;
  height: 20px; }

.custom_slick_dots a.nextSlide {
  text-align: right; }

.custom_slick_dots a.prevSlide {
  text-align: left; }

.nav_dot {
  display: block; }
  .nav_dot ul {
    padding: 0;
    margin: 0; }

.slick-dots {
  margin-left: 10px;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      text-shadow: 0px 0px 5px white; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.6;
      content: "\f111"; }

.section_control {
  text-align: center; }
  .section_control .custom_slick_dots {
    display: inline-block; }

.slick-slider .grid {
  padding-bottom: 0 !important; }

.slick-slider .thumbnail {
  margin-bottom: 0; }

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