@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
* {
  -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 {
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  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: 500;
  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: 22px;
  margin-bottom: 11px; }
  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: 11px;
  margin-bottom: 11px; }
  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: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 868px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left, .footer .contact-info p {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center, .footer-sub-menu, .static-center-headline {
  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: #337ab7; }

a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  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: 22px; }

dt,
dd {
  line-height: 1.42857; }

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: 868px) {
  .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: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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.42857;
    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: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 868px) {
    .container {
      width: 750px; } }
  @media (min-width: 1047px) {
    .container {
      width: 970px; } }
  @media (min-width: 1201px) {
    .container {
      width: 1170px; } }

.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.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 868px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1047px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1201px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -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: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 {
    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 {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px; }
    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: 33px; }
    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: 49px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    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: 38px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 33px;
  line-height: 33px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 36px; }

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 49px;
  line-height: 49px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  min-height: 42px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -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 {
    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 {
  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 {
    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 {
  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 {
    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: 27px; }
.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: 868px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 868px) {
  .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: 868px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }
@media (min-width: 868px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.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, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .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 {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .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:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .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:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .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:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .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: #337ab7;
  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: #23527c;
    text-decoration: none;
    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; }

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.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%; }

.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: 867px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 867px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 867px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 867px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 868px) and (max-width: 1046px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 868px) and (max-width: 1046px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 868px) and (max-width: 1046px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 868px) and (max-width: 1046px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1047px) and (max-width: 1200px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1047px) and (max-width: 1200px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1047px) and (max-width: 1200px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1047px) and (max-width: 1200px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1201px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1201px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1201px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1201px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 867px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 868px) and (max-width: 1046px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 1047px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

button, html, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:active, a:focus, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

blockquote {
  margin: 1em 40px; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:after, q:before {
  content: '';
  content: none; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ol, nav ul {
  list-style: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.strong, b, strong {
  font-weight: 700; }

.em, dfn, em {
  font-style: italic; }

.small, small {
  font-size: 75%; }

ol, ul {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.commentlist, .sidebar ol, .sidebar ul {
  list-style: none; }

/*********************
COLORS
*********************/
.from-xs-up, .from-s-up, .from-m-up, .sidebar, .from-b-up, .from-l-up {
  display: none !important; }

.from-xs-down, .from-s-down, .from-m-down, .from-b-down, .from-l-down {
  display: block; }

@media only screen and (min-width: 481px) {
  .from-xs-up {
    display: block !important; }

  .from-xs-down {
    display: none; } }
@media only screen and (min-width: 638px) {
  .from-s-up {
    display: block !important; }

  .from-s-down {
    display: none; } }
@media only screen and (min-width: 868px) {
  .from-m-up, .sidebar {
    display: block !important; }

  .from-m-down {
    display: none; } }
@media only screen and (min-width: 1047px) {
  .from-b-up {
    display: block !important; }

  .from-b-down {
    display: none; } }
@media only screen and (min-width: 1201px) {
  .from-l-up {
    display: block !important; }

  .from-l-down {
    display: none; } }
/*********************
CLEARFIXIN'
*********************/
.cf, .clearfix {
  zoom: 1; }
  .cf:before, .cf:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .cf:after, .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.inline-block, .dib, .social-icon, .footer-sub-menu li, .button, button.alm-load-more-btn, .load_more, .widgettitle, .vact, .post-info img, .post-info .vact-t-a, .single-article-content .byline img, .single-article-content .article-info-wrapper, .author-area img, .author-description {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.db {
  display: block; }

.tran-delay, .bt-menu-trigger span, .bt-menu-trigger span:before, .bt-menu-trigger span:after {
  -webkit-transition-delay: all ease 300ms;
  -moz-transition-delay: all ease 300ms;
  -ms-transition-delay: all ease 300ms;
  -o-transition-delay: all ease 300ms;
  transition-delay: all ease 300ms; }

.tran, .default-animate.fast-animate, .grayscale, input[type="submit"], .mfp-bg, .white-popup, .mfp-bg.mfp-removing, .mfp-wrap .mfp-content, .mfp-wrap.mfp-removing .mfp-content, .social-icon svg *, .breaking-news-wrap, .media-list > li .btn-holder .btn, .bt-menu-trigger span, .bt-menu-trigger span:before, .bt-menu-trigger span:after, .sidebar-menu li, .pushy, .btn-primary-white-hover, .btn-arr, button.alm-load-more-btn, .load_more, a.comment-count:after, .home-luminaries:before, .home-luminaries:after, .share-btn, .share-btn:before, #input_4_5 label, .tran2, .default-animate, .top-nav-wrap .top-nav-wrap:after, .static-center-headline {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.tran2, .default-animate, .top-nav-wrap .top-nav-wrap:after, .static-center-headline {
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms; }

.bxsh {
  -webkit-box-shadow: 0 0 0.3em 0.15em #b8b8b8;
  -moz-box-shadow: 0 0 0.3em 0.15em #b8b8b8;
  box-shadow: 0 0 0.3em 0.15em #b8b8b8; }

.bxsh-inset {
  -moz-box-shadow: inset 0 8px 8px -8px #033232, inset 0 -8px 8px -8px #033232;
  -webkit-box-shadow: inset 0 8px 8px -8px #033232, inset 0 -8px 8px -8px #033232;
  box-shadow: inset 0 8px 8px -8px #033232, inset 0 -8px 8px -8px #033232; }

.bgi, .static-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.title {
  text-transform: uppercase;
  font-weight: bold; }

.lh, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .static-center-headline, .blog-wrapper h1, .sidebar li, .vact {
  line-height: 1.2; }

.lh1, .category-item, .single-article-content h1 {
  line-height: 1; }

.cfff, .footer h3, .footer p, .footer a, .static-center-headline, .share-article a, .share-article a:hover {
  color: #fff; }
  .cfff:link, .footer h3:link, .footer p:link, .footer a:link, .static-center-headline:link, .share-article a:link, .cfff:active, .footer h3:active, .footer p:active, .footer a:active, .static-center-headline:active, .share-article a:active, .cfff:hover, .footer h3:hover, .footer p:hover, .footer a:hover, .static-center-headline:hover, .share-article a:hover, .cfff:visited, .footer h3:visited, .footer p:visited, .footer a:visited, .static-center-headline:visited, .share-article a:visited, .cfff:focus, .footer h3:focus, .footer p:focus, .footer a:focus, .static-center-headline:focus, .share-article a:focus {
    color: #fff; }

.bgcfff, .footer-image-wrap {
  background-color: #fff; }

.bgclg {
  background-color: #ebebeb; }

.bmg {
  border: 1px solid #B3B3B3; }

.posa, a.comment-count:after {
  position: absolute; }

.posr, .footer, a.comment-count {
  position: relative; }

.vat {
  vertical-align: top; }

.fz2 {
  font-size: 2em; }

.bd {
  border: 1px solid #555555; }

.fll, .share-article a {
  float: left; }

.flr {
  float: right; }

.ttu, .button, button.alm-load-more-btn, .load_more, .share-article a {
  text-transform: uppercase; }

.blue-background-section {
  background-color: #033232; }

.bottom-line-wrap {
  border-bottom: 2px solid #ebebeb; }

.tdn {
  text-decoration: none; }

@media only screen and (min-width: 638px) {
  .default-animate {
    opacity: 0;
    transform: translate(0, 1em); }
    .default-animate.animated {
      opacity: 1;
      transform: translate(0, 0); } }

.vidrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .vidrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray; }

.grayscale.grayscale-fade {
  transition: filter .3s; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s; } }
.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none; }

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1; }

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0; }

.video-hero {
  position: relative;
  background-color: #033232; }
  .video-hero .video-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 650px;
    overflow: hidden;
    z-index: 1; }
    .video-hero .video-holder video, .video-hero .video-holder img {
      width: 100%;
      position: absolute;
      height: auto; }
      @media only screen and (max-width: 637px) {
        .video-hero .video-holder video, .video-hero .video-holder img {
          height: 400px;
          width: auto; } }
    .video-hero .video-holder .video-cover {
      position: absolute;
      z-index: 9999;
      width: 100%;
      height: 100%;
      background-color: rgba(3, 50, 50, 0.7); }

.video-hero, .video-holder {
  height: 400px;
  overflow: hidden; }
  @media only screen and (min-width: 638px) {
    .video-hero, .video-holder {
      height: 450px; } }
  @media only screen and (min-width: 868px) {
    .video-hero, .video-holder {
      height: 560px; } }

.video-content {
  position: relative;
  z-index: 2; }

/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
.gradient {
  background: #9ea09d;
  background: -moz-linear-gradient(-45deg, #9ea09d 0%, #1b211d 50%, #3a3a3a 50%, #727272 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #9ea09d), color-stop(50%, #1b211d), color-stop(50%, #3a3a3a), color-stop(100%, #727272));
  background: -webkit-linear-gradient(-45deg, #9ea09d 0%, #1b211d 50%, #3a3a3a 50%, #727272 100%);
  background: -o-linear-gradient(-45deg, #9ea09d 0%, #1b211d 50%, #3a3a3a 50%, #727272 100%);
  background: -ms-linear-gradient(-45deg, #9ea09d 0%, #1b211d 50%, #3a3a3a 50%, #727272 100%);
  background: linear, 135deg, #9ea09d 0%, #1b211d 50%, #3a3a3a 50%, #727272 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ea09d', endColorstr='#727272',GradientType=1 ); }

/*
 * Apply a CSS3 transition-delay
 * @include transitionDelay(2s);
 */
/*
 * Change ossset bootstrap grid
 * @include transitionDelay(2s);
 */
.about-promo, .about-content, .about-country, .registration-block {
  padding: 60px 20px; }
  @media only screen and (max-width: 1200px) {
    .about-promo, .about-content, .about-country, .registration-block {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 867px) {
    .about-promo, .about-content, .about-country, .registration-block {
      padding-top: 30px;
      padding-bottom: 30px; } }

.about-content {
  font-size: 18px;
  line-height: 1.56;
  font-weight: 300; }

/******************************************************************
Grid Stylesheet
******************************************************************/
@media only screen and (min-width: 638px) {
  .from-s-up-onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .from-s-up-twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .from-s-up-threecol {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .from-s-up-fourcol {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  .from-s-up-fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .from-s-up-sixcol {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .from-s-up-sevencol {
    width: 57.182320438000005%; }

  /* 56.75%; } /* grid_7  */
  .from-s-up-eightcol {
    width: 65.74585634900001%; }

  /* 65.4%;  } /* grid_8  */
  .from-s-up-ninecol {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  .from-s-up-tencol {
    width: 82.87292817100001%; }

  /* 82.7%;  } /* grid_10 */
  .from-s-up-elevencol {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  .from-s-up-twelvecol {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  .from-s-up-onecol, .from-s-up-twocol, .from-s-up-threecol, .from-s-up-fourcol, .from-s-up-fivecol, .from-s-up-sixcol, .from-s-up-sevencol, .from-s-up-eightcol, .from-s-up-ninecol, .from-s-up-tencol, .from-s-up-elevencol, .from-s-up-twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  .from-s-up-first {
    margin-left: 0; }

  .from-s-up-last {
    float: right; } }
@media only screen and (min-width: 868px) {
  .onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  .first {
    margin-left: 0; }

  .last {
    float: right; } }
.row-80 {
  margin-left: -50px;
  margin-right: -50px; }
  .row-80 > * {
    padding-left: 50px;
    padding-right: 50px; }

@media screen and (max-width: 1200px) {
  .row-80 {
    margin-left: -30px;
    margin-right: -30px; }
    .row-80 > * {
      padding-left: 30px;
      padding-right: 30px; } }
@media screen and (max-width: 1046px) {
  .row-80 {
    margin-left: -20px;
    margin-right: -20px; }
    .row-80 > * {
      padding-left: 20px;
      padding-right: 20px; } }
@media screen and (max-width: 867px) {
  .row-80 {
    margin-left: -15px;
    margin-right: -15px; }
    .row-80 > * {
      padding-left: 15px;
      padding-right: 15px; } }
.sans-serif, .footer .copyright, .footer-nav, .sidebar li, .share-article {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", sans-serif; }

.text-left, .footer .contact-info p {
  text-align: left; }

.text-center, .footer-sub-menu, .static-center-headline {
  text-align: center; }

.text-right {
  text-align: right; }

body {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", sans-serif;
  line-height: 1.5;
  color: #333333;
  min-width: 319px;
  font-size: 16px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", sans-serif;
  text-rendering: optimizelegibility;
  color: #333333;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", sans-serif;
  font-weight: bold; }

h1, .h1 {
  font-size: 1.5em; }
  @media only screen and (min-width: 638px) {
    h1, .h1 {
      font-size: 2.25em; } }
  @media only screen and (min-width: 868px) {
    h1, .h1 {
      font-size: 3em; } }
  @media only screen and (min-width: 1047px) {
    h1, .h1 {
      font-size: 3.5em; } }

h2, .h2 {
  font-size: 1.25em; }
  @media only screen and (min-width: 638px) {
    h2, .h2 {
      font-size: 2em; } }
  @media only screen and (min-width: 868px) {
    h2, .h2 {
      font-size: 2.625em; } }

h3, .h3 {
  font-size: 1.125em; }
  @media only screen and (min-width: 638px) {
    h3, .h3 {
      font-size: 1.5em; } }
  @media only screen and (min-width: 1047px) {
    h3, .h3 {
      font-size: 2em; } }

h4, .h4 {
  font-size: 1.125em; }
  @media only screen and (min-width: 638px) {
    h4, .h4 {
      font-size: 1.3125em; } }
  @media only screen and (min-width: 868px) {
    h4, .h4 {
      font-size: 1.5em; } }

.big-title {
  font-size: 1.75em; }
  @media only screen and (min-width: 638px) {
    .big-title {
      font-size: 3em; } }
  @media only screen and (min-width: 868px) {
    .big-title {
      font-size: 3.5em; } }
  @media only screen and (min-width: 1047px) {
    .big-title {
      font-size: 4em; } }

.bigger-title {
  font-size: 2em; }
  @media only screen and (min-width: 638px) {
    .bigger-title {
      font-size: 3em; } }
  @media only screen and (min-width: 868px) {
    .bigger-title {
      font-size: 3.75em; } }
  @media only screen and (min-width: 1047px) {
    .bigger-title {
      font-size: 4.5em; } }

a {
  -webkit-transition: ease all 300ms;
  -moz-transition: ease all 300ms;
  -ms-transition: ease all 300ms;
  -o-transition: ease all 300ms;
  transition: ease all 300ms;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none; }

.bigger, .button, button.alm-load-more-btn, .load_more, .widgettitle {
  font-size: 1.2em; }

.bold, .button, button.alm-load-more-btn, .load_more, .sidebar li, a.share-button-fb, a.share-button-tw, a.comment-count {
  font-weight: bold; }

.italic, .event-single-title span {
  font-style: italic; }

.smaller-text, .smaller, .event-single-title span {
  font-size: 0.74em; }

.text-shadow {
  text-shadow: 0px 0px 25px black; }

.text-shadow-blue {
  text-shadow: 0.1em 0.1em 1em #000146; }

@media only screen and (min-width: 638px) {
  .smaller-title {
    font-size: 2em; } }

.white {
  color: #fff; }
  .white:hover {
    color: #fff; }

.blue {
  color: #00303a; }

.orange {
  color: #FF9900; }

.fancy-title {
  background-image: url("../images/title-blue.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  color: #00303a;
  text-transform: uppercase;
  margin: 0;
  padding: 1.1em 1.2em 1em 4em;
  margin-left: -0.2em;
  background-size: 100%;
  float: left; }

.fancy-title-orange {
  background-image: url("../images/title-orange.svg");
  color: #FF9900; }

.size-full {
  height: auto;
  margin: 0 0 10px 0; }

.alignleft {
  margin: 5px 15px 10px 0; }
  @media only screen and (min-width: 868px) {
    .alignleft {
      float: left; } }

.aligncenter {
  display: block;
  margin: 5px auto 10px auto; }

.alignright {
  margin: 5px 0 10px 15px; }
  @media only screen and (min-width: 868px) {
    .alignright {
      float: right; } }

.alignnone {
  float: none;
  display: block;
  margin: 5px 0 10px 0; }

a.imgwrap,
a.imgwrap:hover {
  border: none;
  background: none; }

p.empty {
  padding: 0;
  margin: 0;
  line-height: 0; }

.alignleft {
  margin: 0 15px 10px 0; }
  @media only screen and (min-width: 868px) {
    .alignleft {
      float: left; } }

.aligncenter {
  display: block;
  margin: 0 auto 10px auto; }

.alignright {
  margin: 0 0 10px 15px; }
  @media only screen and (min-width: 868px) {
    .alignright {
      float: right; } }

.alignnone {
  float: none;
  display: block;
  margin: 0 0 10px 0; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
GENERAL STYLES
*********************/
html, body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */
  -webkit-font-smoothing: antialiased;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

body {
  background-color: #ebebeb; }

.wrap {
  margin: 0 auto; }

.page-wrap {
  max-width: 1440px;
  margin: auto; }

.wrap-1140 {
  max-width: 1140px;
  margin: auto; }

.mw-1100 {
  max-width: 1100px;
  margin: auto; }

.mw-1040, .footer .inner-footer {
  max-width: 1040px;
  margin: auto; }

.mw-960, .bottom-line-wrap, .static-center-headline {
  max-width: 960px;
  margin: auto; }

.mw-900 {
  max-width: 900px;
  margin: auto; }

.mw-710, .single-article-comments {
  max-width: 710px;
  margin: auto; }

.mw-600 {
  max-width: 600px;
  margin: auto; }

.mw-550 {
  max-width: 550px;
  margin: auto; }

.mw-640 {
  max-width: 640px;
  margin: auto; }

.mw-850-auto {
  max-width: 850px;
  margin: auto; }

.inline-block, .dib, .social-icon, .footer-sub-menu li, .button, button.alm-load-more-btn, .load_more, .widgettitle, .vact, .post-info img, .post-info .vact-t-a, .single-article-content .byline img, .single-article-content .article-info-wrapper, .author-area img, .author-description {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.content-layout {
  padding: 20px;
  background: #fff; }

.content-layout-grey {
  background: #f6f6f6; }

/*********************
LINK STYLES
*********************/
a {
  color: #333333;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus {
    color: #555555; }
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

img {
  width: auto;
  max-width: 100%;
  display: block; }

.acf-map img {
  max-width: 20000%; }

/***for popup***/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  /*filter:alpha(opacity=80)*/ }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/** /for popup**/
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.white-popup {
  position: relative;
  width: auto;
  background-color: #fff;
  color: #fff;
  max-width: 640px;
  margin: 20px auto;
  padding: 0.3em; }
  .white-popup.white-popup--mw1100 {
    max-width: 1100px; }

.mfp-close-btn-in .mfp-close {
  margin-top: -1.3em;
  margin-right: -0.5em;
  outline: none; }
  .mfp-close-btn-in .mfp-close:hover {
    background-color: transparent; }

.mfp-bg, .mfp-bg.mfp-removing, .mfp-wrap .mfp-content, .mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-bg.mfp-ready {
  opacity: 0.9; }

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/** end for popup**/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

/*********************
LIST
*********************/
.list-check li {
  background-image: url("../images/check.svg");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: left 0.4em;
  padding-left: 1.5em; }

.list-check--white li {
  background-image: url("../images/white-check.png");
  padding-left: 1.5em; }

/*********************
FOOTER
*********************/
.footer {
  background-color: #033232; }
  @media only screen and (max-width: 637px) {
    .footer .inner-footer {
      text-align: center;
      max-width: 260px; } }
  .footer .footer-image {
    max-width: 150px; }
    @media only screen and (min-width: 638px) {
      .footer .footer-image {
        margin-top: 2em; } }
    @media only screen and (max-width: 637px) {
      .footer .footer-image {
        margin: auto; } }
  @media only screen and (max-width: 637px) {
    .footer .social-icons {
      padding-top: 1em;
      margin-bottom: 0; } }
  .footer .social-icons a {
    opacity: 1; }
    .footer .social-icons a:hover {
      opacity: 0.8; }
  .footer h3 {
    font-weight: normal;
    border-bottom: 1px solid #fff;
    max-width: 170px; }
    @media only screen and (max-width: 637px) {
      .footer h3 {
        color: transparent;
        font-size: 0; } }
  @media only screen and (max-width: 637px) {
    .footer .contact-info {
      max-width: 170px;
      margin: auto; } }
  @media only screen and (max-width: 637px) {
    .footer .contact-info p {
      line-height: 1.2;
      font-size: 0.8em; } }
  .footer .contact-info a:hover {
    color: #B3B3B3; }
  .footer .copyright {
    font-size: 0.9em;
    color: #B3B3B3; }

.social-icon {
  margin-right: 1%; }
  .social-icon svg {
    width: 100%;
    max-width: 42px;
    max-height: 42px; }
    .social-icon svg:hover * {
      fill: #d95d62; }
  .social-icon:nth-child(1):hover * {
    fill: #3b5998; }
  .social-icon:nth-child(2):hover * {
    fill: #033232; }
  .social-icon:nth-child(4):hover * {
    fill: #cf343a; }

.phone, .email, .address {
  background-image: url("../images/phone.png");
  background-repeat: no-repeat;
  background-size: 0.8em;
  background-position: 0 0.45em;
  padding-left: 1em;
  display: block; }

.email {
  background-image: url("../images/email.png"); }

.address {
  background-image: url("../images/map-pin.png"); }

.footer-nav a:hover {
  color: #B3B3B3; }

.footer-image-wrap {
  border-top: 0.2em solid #333333; }

.footer-nav li {
  margin-bottom: 0.5em; }

.footer-sub-menu {
  font-size: 0.8em; }
  .footer-sub-menu li {
    padding: 0 1em; }
  .footer-sub-menu a:link {
    color: #B3B3B3; }

/*********************
NORMAL PAGE
*********************/
.normal-page {
  padding: 1em; }
  .normal-page ul, .normal-page ol {
    padding-left: 1em;
    list-style-type: disc; }
  .normal-page form ul, .normal-page form ol {
    padding-left: 0;
    list-style-type: none; }
  .normal-page ol {
    list-style-type: decimal; }
  .normal-page ul ul {
    list-style-type: square; }
    .normal-page ul ul ul {
      list-style-type: circle; }
  .normal-page li {
    margin-bottom: .5em; }
  .normal-page blockquote {
    font-style: italic;
    font-size: 1.2em; }
  .normal-page a {
	color: #FF9900;
    text-decoration: none;
	font-weight:bold;}
    .normal-page a:hover {
      color: black; }
  @media only screen and (min-width: 638px) {
    .normal-page h3 {
      font-size: 1.5em; } }

.ma, .single-article .normal-article {
  margin: auto; }

.m0, .footer .copyright, .footer-sub-menu, .blog-wrapper h1, .category-item, .single-article-content h1, .author-description h3, .author-description p {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.m05 {
  margin: 0.5em; }

.mt05 {
  margin-top: 0.5em; }

.mb05 {
  margin-bottom: 0.5em; }

.m1 {
  margin: 1em; }

.mt1, .alm-btn-wrap {
  margin-top: 1em; }

.mb1 {
  margin-bottom: 1em; }

.mt2 {
  margin-top: 2em; }

.mb2 {
  margin-bottom: 2em; }

.p05, .normal-page td, .normal-page th {
  padding: 0.5em; }

.pt05 {
  padding-top: 0.5em; }

.pb05 {
  padding-bottom: 0.5em; }

.p1, .footer .inner-footer, .footer .copyright, .article, .sidebar, .single-article-comments, .single-article-more-posts {
  padding: 1em; }

.pt1 {
  padding-top: 1em; }

.pb1, .sidebar li {
  padding-bottom: 1em; }

.p2 {
  padding: 2em; }

.pt2 {
  padding-top: 2em; }

.pb2, .bottom-line-wrap {
  padding-bottom: 2em; }

.pl1 {
  padding-left: 1em; }

.pr1 {
  padding-right: 1em; }

.breaking-news-wrap {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff; }
  .movin .breaking-news-wrap {
    transform: translateY(-100%); }

.breaking-news-title-wrap p, .breaking-news-content-wrap {
  max-width: 1440px;
  margin: auto;
  padding: 1em 0.5em; }

.breaking-news-title-wrap {
  background-color: #f4d159; }

.breaking-news-title {
  font-weight: bold;
  color: #00303a;
  text-transform: uppercase; }

.breaking-news-content, .breaking-news-content a {
  color: #00303a; }

.top-dates {
  float: right; }
  @media only screen and (min-width: 481px) {
    .top-dates {
      float: left; } }

.top-button {
  display: none; }
  @media only screen and (max-width: 867px) {
    .top-button {
      font-size: 0.9em; } }
  @media only screen and (min-width: 481px) {
    .top-button {
      float: right; } }
  @media only screen and (max-width: 480px) {
    .top-button {
      display: none; } }

@media only screen and (max-width: 1046px) {
  .digits {
    font-size: 0.7em; } }
@media only screen and (max-width: 637px) {
  .digits {
    font-size: 0.4em; } }

.countdown-section {
  display: inline-block;
  background-color: #00303a;
  box-shadow: 0px 0px 0px 1px #00303a;
  margin: 0.25em;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.25em;
  text-align: center;
  min-width: 100px; }
  @media only screen and (max-width: 1046px) {
    .countdown-section {
      min-width: 60px; } }
  @media only screen and (max-width: 1046px) {
    .countdown-section {
      min-width: 40px; } }

.countdown-period, .countdown-amount {
  display: block; }

.countdown-amount {
  font-size: 3em;
  line-height: 1; }

.countdown-period {
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #fff; }

.button-load-more-wrap {
  padding: 2em 1em;
  min-height: 6.875em; }

.top-sm-wrap {
  float: right; }
  @media only screen and (max-width: 480px) {
    .top-sm-wrap {
      display: none; } }
  .top-sm-wrap img {
    display: inline-block;
    max-width: 30px; }
    @media only screen and (min-width: 868px) {
      .top-sm-wrap img {
        max-width: 40px; } }

.top-hero {
  position: relative; }
  @media only screen and (max-width: 480px) {
    .top-hero {
      text-align: center; } }
  .top-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 50, 50, 0.2); }

.top-hero-inner {
  position: relative;
  z-index: 1; }

.top-hero-main h1 {
  max-width: 520px; }
  .top-hero-main h1.bigger-title-w100 {
    max-width: none; }
  .top-hero-main h1 span {
    line-height: 1; }
  .top-hero-main h1 span:last-child {
    display: block; }
    @media only screen and (min-width: 868px) {
      .top-hero-main h1 span:last-child {
        font-size: 6rem; } }
  .top-hero-main h1 svg {
    display: block; }
    .top-hero-main h1 svg:last-child {
      margin-top: -1.5rem; }

.content-head {
  font-size: 1.5em;
  margin: 2em 0;
  font-weight: 300; }
  @media only screen and (max-width: 867px) {
    .content-head {
      margin: 1em 0;
      font-size: 18px; } }
  @media only screen and (max-width: 637px) {
    .content-head {
      margin: .5em 0 1em;
      font-size: 16px; } }

.social-resources {
  position: relative; }
  .social-resources .head {
    font-weight: 300;
    line-height: 41px;
    padding-left: 64px;
    position: relative;
    font-size: 21px;
    margin: 28px 0 14px; }
    .social-resources .head:before {
      display: block;
      width: 41px;
      height: 41px;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain; }
    .social-resources .head.head-instagram:before {
      background-image: url("../images//ico-instagram.png"); }
    .social-resources .head.head-twitter:before {
      background-image: url("../images//ico-twitter.png"); }

.instagram-posts {
  margin: 0 -2px;
  list-style: none;
  padding: 0; }
  .instagram-posts > li {
    float: left;
    padding: 2px;
    width: calc(100%/3); }
    @media only screen and (max-width: 867px) {
      .instagram-posts > li {
        width: 50%; } }
    @media only screen and (max-width: 637px) {
      .instagram-posts > li {
        width: 50%; } }
    .instagram-posts > li img {
      width: 100%;
      height: auto; }

.twitter-posts {
  margin: 0;
  background: #f6f6f6;
  list-style: none;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300; }
  .twitter-posts > li {
    padding: 16px 10px; }
    .twitter-posts > li:not(:last-child) {
      border-bottom: 1px solid #c6c6c6; }
  .twitter-posts .user {
    display: table;
    width: 100%;
    margin: 0 0 10px; }
    .twitter-posts .user .cell {
      display: table-cell;
      vertical-align: middle;
      padding-left: 12px; }
    .twitter-posts .user .cell-ico {
      width: 40px;
      padding: 0; }
    .twitter-posts .user .cell-name {
      font-weight: 700;
      font-size: 16px; }
  .twitter-posts .text {
    margin: 0 0 5px; }
  .twitter-posts .date {
    color: #777;
    display: block;
    margin: 0; }

.media-list {
  margin: 0 -2px;
  list-style: none;
  padding: 0; }
  .media-list > li {
    float: left;
    padding: 2px;
    width: calc(100%/3);
    position: relative; }
    .media-list > li:hover .btn-holder .btn {
      opacity: 1; }
    .media-list > li .btn-holder {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      z-index: 2; }
      .media-list > li .btn-holder .btn {
        min-width: 200px;
        display: inline-block;
        opacity: 0; }
        @media only screen and (max-width: 867px) {
          .media-list > li .btn-holder .btn {
            opacity: 1; } }
    @media only screen and (max-width: 637px) {
      .media-list > li {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .media-list > li {
        float: none;
        width: auto; } }
    .media-list > li img {
      width: 100%;
      height: auto; }

.head-block {
  font-size: 24px;
  line-height: 1.66;
  font-weight: 300;
  margin-bottom: 2.5em; }
  @media only screen and (max-width: 1046px) {
    .head-block {
      font-size: 21px; } }
  @media only screen and (max-width: 867px) {
    .head-block {
      font-size: 18px; } }
  @media only screen and (max-width: 637px) {
    .head-block {
      font-size: 16px; } }

.pushy a {
  display: block;
  color: #00303a;
  text-decoration: none; }

#container {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms; }

@media only screen and (max-width: 867px) {
  .top-nav-wrap {
    opacity: 0;
    position: fixed;
    height: 0%;
    width: 100%;
    background-color: #fff;
    color: #fff;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 10000;
    overflow: hidden; }
    .admin-bar .top-nav-wrap {
      top: 36px; } }
    @media only screen and (max-width: 867px) and (max-width: 782px) {
      .admin-bar .top-nav-wrap {
        top: 46px; } }

@media only screen and (max-width: 867px) {
  #container {
    opacity: 1; }

  .menu-active {
    overflow: hidden; }
    .menu-active .top-nav-wrap {
      opacity: 1;
      height: 100%;
      overflow-y: scroll; } }
    @media only screen and (max-width: 867px) and (min-height: 850px) {
      .menu-active .top-nav-wrap {
        overflow-y: hidden; } }
@media only screen and (max-width: 867px) {
    .menu-active #container {
      opacity: 0; }

  .home-link {
    padding-top: 0;
    color: #000;
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    transition-delay: 50ms;
    display: inline-block; }
    .home-link span {
      font-weight: bold; }
    .menu-active .home-link {
      padding-top: 2em;
      color: #fff; }

  .home-nav, .top-nav {
    margin: 0; }
    .home-nav a, .top-nav a {
      font-weight: bold;
      color: #fff;
      line-height: 1;
      padding: 0;
      border-bottom: 1px solid transparent;
      border-top: 1px solid transparent;
      font-size: 1.2em;
      -webkit-transition-delay: 500ms;
      -moz-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      -ms-transition-delay: 500ms;
      transition-delay: 500ms; }
      .menu-active .home-nav a, .menu-active .top-nav a {
        border-bottom-color: rgba(0, 0, 0, 0.1);
        border-top-color: rgba(255, 255, 255, 0.1);
        color: #00303a;
        line-height: 1.5;
        padding: 1em; } }
@media only screen and (max-width: 867px) {
  .menu-active {
    overflow: hidden; } }

@media only screen and (max-width: 867px) {
  .nav-bar {
    position: relative;
    overflow: hidden;
    padding: 1em 0.5em;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #00303a; } }
.nav-bar .home-link {
  width: 150px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: 20;
  margin-left: -75px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: contain;
  background-position: 50%; }

@media only screen and (max-width: 867px) {
  .nav-bar-outside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; } }

.mobile-call {
  position: absolute;
  right: 1em;
  top: 1.9em;
  max-width: 20px; }

.bt-menu-trigger {
  position: relative;
  top: 2px;
  left: 20px;
  display: block;
  width: 30px;
  height: 50px;
  cursor: pointer;
  z-index: 10001; }
  .bt-menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background-color: #00303a;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .bt-menu-trigger span:before, .bt-menu-trigger span:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background: #00303a;
      content: ''; }
    .bt-menu-trigger span:before {
      -webkit-transform: translateY(-250%);
      -moz-transform: translateY(-250%);
      -ms-transform: translateY(-250%);
      -o-transform: translateY(-250%);
      transform: translateY(-250%); }
    .bt-menu-trigger span:after {
      -webkit-transform: translateY(250%);
      -moz-transform: translateY(250%);
      -ms-transform: translateY(250%);
      -o-transform: translateY(250%);
      transform: translateY(250%); }

.menu-active .bt-menu-trigger span {
  background-color: transparent; }
  .menu-active .bt-menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  .menu-active .bt-menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); }

@media only screen and (max-width: 867px) {
  body {
    margin-top: 5.25em; } }
@media only screen and (min-width: 868px) {
  .sidebar-menu {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .sidebar-menu ul {
      margin: 0;
      padding: 3em 1em 2em;
      text-align: center; }
    .sidebar-menu li {
      padding-bottom: 2em;
      font-size: 1.1em; }
      .sidebar-menu li a {
        transform: translateX(0em);
        color: #fff;
        position: relative;
        font-weight: normal;
        text-transform: uppercase;
        color: #f4d159;
        font-weight: bold;
        text-transform: uppercase; }
      .sidebar-menu li.menu-item-has-children {
        position: relative;
        z-index: 99999; }
        .sidebar-menu li.menu-item-has-children .sub-menu {
          display: none;
          position: absolute;
          padding-bottom: 0.5em; }
          .sidebar-menu li.menu-item-has-children .sub-menu a {
            color: rgba(255, 255, 255, 0.8); }
        .sidebar-menu li.menu-item-has-children:hover a {
          margin-bottom: 0; }
        .sidebar-menu li.menu-item-has-children:hover .sub-menu {
          display: block;
          position: absolute;
          z-index: 999999;
          background-color: #00303a;
          margin-top: 0em;
          margin-left: 0em;
          width: 195px; }
          .sidebar-menu li.menu-item-has-children:hover .sub-menu li {
            float: none;
            display: block; }
            .sidebar-menu li.menu-item-has-children:hover .sub-menu li:first-child a {
              margin-top: 0; }
            .sidebar-menu li.menu-item-has-children:hover .sub-menu li a {
              padding: 0.7em 0.5em 0.4em;
              background-color: transparent;
              margin: 0;
              font-size: 0.85em; }
              .sidebar-menu li.menu-item-has-children:hover .sub-menu li a:hover {
                padding-left: 0.9em; }
          .sidebar-menu li.menu-item-has-children:hover .sub-menu a:after {
            border: none; }
    .sidebar-menu li.current-menu-item a,
    .sidebar-menu li.current_page_item a,
    .sidebar-menu li.current-page-ancestor a {
      font-weight: bold; } }
.pushy * {
  vertical-align: top; }
@media only screen and (min-width: 868px) {
  .pushy .home-link {
    top: 1.2em;
    left: 1.5em;
    position: absolute;
    max-width: 160px; }
    .movin .pushy .home-link {
      max-width: 160px; } }
@media only screen and (min-width: 1047px) {
  .pushy .home-link {
    top: 1.0em;
    max-width: 200px; } }
@media only screen and (min-width: 1201px) {
  .pushy .home-link {
    max-width: 250px; } }

.headroom {
  transition: transform 200ms linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.headroom--pinned {
  transform: translateY(0%); }

.movin .headroom--unpinned {
  transform: translateY(-100%); }

@media only screen and (min-width: 868px) {
  body {
    max-width: 1439px;
    margin: auto;
    position: relative; 
    background-color: #00242B;}

  body:before {
    background-color: #00303a;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 245px;
    z-index: 0;
    /* Fixes flashing bug with scrolling on Safari */ } }
  @media only screen and (min-width: 868px) and (min-width: 1440px) {
    body:before {
      position: absolute; } }

@media only screen and (min-width: 868px) {
  .site {
    margin: 0 auto;
    max-width: 1403px; }

  .sidebar {
    float: left;
    margin-right: -100%;
    position: relative;
    width: 245px; }

  .secondary {
    background-color: transparent;
    display: block;
    margin: 0;
    padding: 0; }

  .site-main {
    padding: 8.3333% 0; }

  .site-content {
    display: block;
    float: left;
    margin-left: 245px;
    width: calc(100% - 245px); } }
.site-content {
  background-color: #fff; }

.post-type-archive-luminary .sidebar-menu + img {
  display: none; }

.button, button.alm-load-more-btn, .load_more {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", sans-serif;
  padding: 0.5em 1.9em;
  text-align: center;
  background-color: #f4d159;
  color: #fff;
  border: 2px solid #f4d159;
  line-height: 1.2; }
  .button:hover, button.alm-load-more-btn:hover, .load_more:hover {
    color: #f4d159;
    border-color: #f4d159;
    background-color: #fff;
    text-decoration: none; }
  .button.button-white, button.button-white.alm-load-more-btn, .button-white.load_more {
    color: #033232;
    background-color: #fff;
    border: 2px solid #033232; }
    .button.button-white:hover, button.button-white.alm-load-more-btn:hover, .button-white.load_more:hover {
      color: #fff;
      background-color: #00303a; }
  .button.button-smaller, button.button-smaller.alm-load-more-btn, .button-smaller.load_more {
    font-size: 0.8em; }
  .button.button-orange, button.button-orange.alm-load-more-btn, .button-orange.load_more {
    background-color: #f4d159;
    border-color: #f4d159; }
    .button.button-orange:hover, button.button-orange.alm-load-more-btn:hover, .button-orange.load_more:hover {
      color: #f4d159;
      background-color: #fff; }
  .button.button-yellow, button.button-yellow.alm-load-more-btn, .button-yellow.load_more {
    background-color: #f4d159;
    border-color: #f4d159; 
	 margin-bottom: 15px;
	 display:block;}
    .button.button-yellow:hover, button.button-yellow.alm-load-more-btn:hover, .button-yellow.load_more:hover {
      color: #f4d159;
      background-color: #fff; }

.btn {
  padding: 0.57em 1.2em;
  font-size: 21px;
  line-height: 1.14;
  border-radius: 3px; }
  @media only screen and (max-width: 1046px) {
    .btn {
      font-size: 18px; } }
  @media only screen and (max-width: 867px) {
    .btn {
      font-size: 16px; } }
  @media only screen and (max-width: 637px) {
    .btn {
      font-size: 14px; } }
  @media only screen and (max-width: 480px) {
    .btn {
      font-size: 12px; } }

.btn-sm {
  padding: 0.37em 0.75em;
  font-size: 19px;
  line-height: 1.11;
  border-radius: 3px; }
  @media only screen and (max-width: 1046px) {
    .btn-sm {
      font-size: 18px; } }
  @media only screen and (max-width: 867px) {
    .btn-sm {
      font-size: 16px; } }
  @media only screen and (max-width: 637px) {
    .btn-sm {
      font-size: 14px; } }

.btn-primary {
  color: #fff;
  background-color: #FF9900;
  border-color: #FF9900; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc7a00;
    border-color: #c27400; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #FF9900;
    border-color: #FF9900; }
  .btn-primary .badge {
    color: #FF9900;
    background-color: #fff; }

.btn-primary-white-hover:hover {
  background-color: #fff;
  color: #FF9900; }

.btn-arr {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  font-size: 21px;
  line-height: 24px;
  padding: .28em 1em;
  border: 2px solid;
  position: relative;
  сursor: position;
  color: #FF9900; }
  @media only screen and (max-width: 1046px) {
    .btn-arr {
      font-size: 18px; } }
  @media only screen and (max-width: 867px) {
    .btn-arr {
      font-size: 16px; } }
  @media only screen and (max-width: 637px) {
    .btn-arr {
      font-size: 14px; } }
  @media only screen and (max-width: 480px) {
    .btn-arr {
      font-size: 12px; } }
  .btn-arr:after, .btn-arr:before {
    display: block;
    content: '';
    position: absolute;
    left: 100%; }
  .btn-arr:after {
    width: 18px;
    bottom: -2px;
    border-bottom: 2px solid;
    border-top: 6px solid #fff; }
  .btn-arr:before {
    width: 9px;
    height: 9px;
    bottom: -5px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    margin: 0 0 0 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2; }
  .btn-arr:hover {
    text-decoration: none;
    border-color: #00303a;
    color: #00303a; }

.btn-arr-blue {
  color: #00303a; }
  .btn-arr-blue:hover {
    color: #FF9900;
    border-color: #FF9900; }

.btn-arr-orange {
  color: #FF9900; }
  .btn-arr-orange:hover {
    color: #fe9800; }

.button-holder {
  margin: 3em 0; }

.button-holder-right {
  text-align: right; }

.form-control,
.ginput_container > input,
.ginput_container select {
  height: 40px;
  padding: 9px 14px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 600;
  display: block;
  width: 100%;
  background: #fff;
  outline: none !important; }
  .form-control:focus,
  .ginput_container > input:focus,
  .ginput_container select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #FF9900; }
  .form-control.error,
  .ginput_container > input.error,
  .ginput_container select.error {
    border-color: red; }

.ginput_container textarea {
  padding: 9px 14px;
  font-size: 16px;
  line-height: 20px;
  color: inherit;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 600;
  display: block;
  width: 100%;
  background: #fff;
  outline: none !important; }
  .ginput_container textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #FF9900; }
  .ginput_container textarea.error {
    border-color: red; }

.gfield_error .ginput_container > input,
.gfield_error .ginput_container select {
  border-color: red; }

.form-control-sm {
  padding: 5px 12px;
  height: 32px; }

.form-group {
  margin-top: 0; }
  .form-group + .form-group {
    margin-top: 24px; }

.form-lbl,
.gfield_label {
  display: block;
  color: inherit;
  font-weight: 600;
  text-transform: uppercase; }

.validation_message,
.validation_error {
  font-size: 14px;
  margin: 8px 0 0 0;
  color: red; }

.check-list,
.gfield_radio,
.gfield_checkbox {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  line-height: 22px; }
  @media only screen and (max-width: 637px) {
    .check-list,
    .gfield_radio,
    .gfield_checkbox {
      line-height: 20px; } }
  .check-list > li + li,
  .gfield_radio > li + li,
  .gfield_checkbox > li + li {
    margin-top: 24px; }
    @media only screen and (max-width: 637px) {
      .check-list > li + li,
      .gfield_radio > li + li,
      .gfield_checkbox > li + li {
        margin-top: 12px; } }

.gsection_description {
  font-size: 24px;
  margin: 1em 0;
  color: #FF9900;
  font-weight: 600; }
  @media only screen and (max-width: 1046px) {
    .gsection_description {
      font-size: 20px; } }
  @media only screen and (max-width: 480px) {
    .gsection_description {
      font-size: 18px; } }

.gfield_checkbox > li,
.gfield_radio > li {
  position: relative; }
.gfield_checkbox input,
.gfield_radio input {
  position: absolute;
  left: -9999px;
  top: 0;
  visibility: hidden; }
.gfield_checkbox label,
.gfield_radio label {
  margin-left: 42px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  vertical-align: top; }
  .gfield_checkbox label:before,
  .gfield_radio label:before {
    width: 22px;
    height: 22px;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    content: '';
    position: absolute;
    left: -42px;
    top: 0; }

.gfield_checkbox input:checked + label:before {
  background-image: url(../images//ico-checkbox.png); }

.gfield_radio label:before {
  border-radius: 50%; }
.gfield_radio input:checked + label:before {
  background-image: url(../images//ico-radio.png); }

.check-box,
.radio-btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  cursor: pointer; }
  .check-box input,
  .radio-btn input {
    position: absolute;
    left: -9999pc;
    top: 0;
    visibility: hidden; }
  .check-box .lbl,
  .radio-btn .lbl {
    margin-left: 42px;
    position: relative; }
    .check-box .lbl:before,
    .radio-btn .lbl:before {
      width: 22px;
      height: 22px;
      border: 1px solid #c6c6c6;
      background-color: #fff;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      display: block;
      content: '';
      position: absolute;
      left: -42px;
      top: 0; }

.check-box input:checked + .lbl:before {
  background-image: url(../images//ico-checkbox.png); }

.radio-btn .lbl:before {
  border-radius: 50%; }
.radio-btn input:checked + .lbl:before {
  background-image: url(../images//ico-radio.png); }

.col-btn {
  position: relative; }

@media only screen and (min-width: 638px) {
  .searchform {
    float: right; } }
.searchform input {
  display: inline-block;
  width: auto; }
  .searchform input[type="submit"] {
    background-color: #f4d159; }

.about-promo .title {
  font-size: 72px;
  color: #FF9900;
  margin: 44px 30px 44px 0;
  font-weight: 700;
  line-height: 1.1; }
  @media only screen and (max-width: 1200px) {
    .about-promo .title {
      margin: 0 0 30px;
      font-size: 64px; } }
  @media only screen and (max-width: 867px) {
    .about-promo .title {
      font-size: 48px; } }
.about-promo .text-box {
  color: #fff;
  background: #033232;
  border-radius: 3px;
  padding: 30px;
  font-size: 21px;
  line-height: 1.62;
  min-height: 315px; }
  @media only screen and (max-width: 1046px) {
    .about-promo .text-box {
      padding: 20px;
      font-size: 18px;
      min-height: 0;
      margin-top: 30px; } }
  @media only screen and (max-width: 867px) {
    .about-promo .text-box {
      padding: 15px;
      font-size: 16px; } }
  .about-promo .text-box em {
    font-weight: 300;
    font-size: 0.76em;
    font-style: normal;
    display: block;
    margin-top: 1.2em; }

.sep {
  color: #fff;
  border-top: .5em solid;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10; }

.sep-arr:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  border-top: 20px solid;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin-left: -10px; }

@media only screen and (max-width: 867px) {
  .about-content {
    max-width: 600px;
    margin: auto; } }
.about-content.about-content-gray {
  background-color: #f6f6f6; }
.about-content .heading {
  font-size: 1.77em;
  font-weight: 700;
  line-height: 1.375;
  margin: 0 0 1em;
  color: #00303a; }
  @media only screen and (max-width: 867px) {
    .about-content .heading {
      text-align: center; } }
.about-content .heading-light {
  color: #033232; }
.about-content p {
  margin: 1.55em 0; }
.about-content img {
  margin: 1em 0; }
  @media only screen and (max-width: 867px) {
    .about-content img {
      max-width: 200px;
      margin: auto; } }
@media only screen and (max-width: 1046px) {
  .about-content .col-visual {
    margin-top: 30px; } }
.about-content .circle-image img {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 50px; }

@media only screen and (max-width: 1046px) {
  .mobile-float img {
    float: left;
    width: 50%;
    padding: 0.5em; } }

@media only screen and (max-width: 1046px) {
  .mobile-float-2 img {
    float: left;
    width: 33.33333333%;
    padding: 0.5em; } }

.about-country {
  padding-top: 80px;
  padding-bottom: 44px; }
  @media only screen and (max-width: 1200px) {
    .about-country {
      text-align: center; } }
  .about-country .country {
    font-size: 50px;
    line-height: 1.1;
    margin-top: 95px;
    margin-bottom: 7px; }
    @media only screen and (max-width: 1200px) {
      .about-country .country {
        margin-top: 0; } }
    @media only screen and (max-width: 1046px) {
      .about-country .country {
        font-size: 40px; } }
    @media only screen and (max-width: 867px) {
      .about-country .country {
        font-size: 30px; } }
    .about-country .country strong {
      display: block;
      font-size: 2.7em;
      line-height: .8; }
  .about-country .text {
    font-size: 24px;
    line-height: 1.46;
    font-weight: 700;
    color: #FF9900; }
    @media only screen and (max-width: 1046px) {
      .about-country .text {
        font-size: 20px; } }
    @media only screen and (max-width: 867px) {
      .about-country .text {
        font-size: 18px; } }
  .about-country .map-holder {
    margin-left: -160px; }
    @media only screen and (max-width: 1200px) {
      .about-country .map-holder {
        margin-left: 0;
        margin-top: 30px; } }

.static-center-headline {
  padding: 3em 0;
  opacity: 0;
  transform: translate(0, 1em); }
  .animated .static-center-headline {
    opacity: 1;
    transform: translate(0, 0); }
  @media only screen and (min-width: 868px) {
    .static-center-headline {
      font-size: 3em; } }
  .static-hero-smaller .static-center-headline {
    padding: 1.5em 0; }

.archive-title {
  padding: 0.5em 0 0; }

.widgettitle {
  border-bottom: 1px solid #B3B3B3;
  margin-bottom: 0;
  padding-right: 2em;
  padding-bottom: 0.15em; }

.sidebar ul {
  margin-top: 0.5em; }
.sidebar li {
  text-transform: capitalize; }

.vact {
  background-color: #00303a;
  text-transform: uppercase;
  padding: 0.05em 0.5em 0.1em; }
  .vact a {
    color: #fff;
    font-size: 0.7em; }

.post-info img, .post-info .vact-t-a {
  vertical-align: middle; }
.post-info img {
  max-width: 43px;
  height: auto;
  border-radius: 100%; }
.post-info .vact-t-a {
  color: #B3B3B3;
  margin-left: 0.5em; }
  @media only screen and (max-width: 1046px) {
    .post-info .vact-t-a {
      font-size: 0.8em; } }
  .post-info .vact-t-a a {
    color: #B3B3B3; }

.normal-article {
  padding: 3em 1em;
  border-bottom: 1px solid #ebebeb;
  max-width: 906px; }
  @media only screen and (min-width: 868px) {
    .normal-article {
      padding: 3em 0; } }
  @media only screen and (max-width: 867px) {
    .normal-article {
      max-width: 482px;
      margin: auto; } }
  @media only screen and (max-width: 867px) {
    .normal-article:first-of-type {
      padding-top: 1em; } }
  @media only screen and (max-width: 867px) {
    .normal-article .article-image-wrap {
      margin-bottom: 1em;
      max-width: 250px; } }
  .normal-article .category-item {
    margin-bottom: 0.2em; }
  .normal-article h1 {
    font-size: 1.4em; }
  @media only screen and (min-width: 1047px) {
    .normal-article .post-info {
      float: left; } }
  @media only screen and (max-width: 1046px) {
    .normal-article .post-info {
      margin-bottom: 1em; } }
  @media only screen and (min-width: 1047px) {
    .normal-article .button, .normal-article button.alm-load-more-btn, .normal-article .load_more {
      float: right; } }
  .normal-article .article-footer {
    padding-top: 0.8em; }

.article-excerpt {
  max-width: 560px; }

@media only screen and (min-width: 638px) {
  .event-single-title span {
    font-size: 0.5em;
    float: right;
    padding-top: 0.5em; } }

.alm-reveal {
  display: inline; }

button.alm-load-more-btn, .load_more {
  width: auto;
  height: 42px;
  line-height: 1;
  margin: 0 0 4px;
  padding: 0 25px;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0; }

button.alm-load-more-btn:hover {
  background-color: #f4d159;
  text-decoration: none; }

button.alm-load-more-btn:active {
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none; }

/* Loading */
button.alm-load-more-btn.loading, .load_more--loading {
  padding-left: 44px; }

/* Loaded / Done */
button.alm-load-more-btn.done {
  cursor: default;
  opacity: 0.2;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

/* Loading Icon */
button.alm-load-more-btn:before,
button.alm-load-more-btn.done:before {
  background: none;
  width: 0; }

/* Loading :before */
button.alm-load-more-btn.loading:before, .load_more--loading:before {
  background-color: #fff;
  background-image: url("../images/AjaxLoader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 30px;
  height: 30px;
  margin: 3px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }

.alm-btn-wrap {
  text-align: center;
  padding: 10px 10px 30px;
  overflow: hidden;
  display: block; }

@media only screen and (min-width: 868px) {
  .single-article-content h1 {
    font-size: 2.8em; } }
.single-article-content .article-header {
  padding: 2em 1em 0; }
.single-article-content .byline {
  padding-top: 0.5em; }
  .single-article-content .byline img {
    max-width: 45px;
    border-radius: 100%;
    height: auto;
    vertical-align: middle; }
.single-article-content .article-info-wrapper {
  color: #B3B3B3;
  vertical-align: middle;
  margin-left: 0.5em;
  font-size: 0.9em; }
  @media only screen and (max-width: 480px) {
    .single-article-content .article-info-wrapper {
      color: transparent; }
      .single-article-content .article-info-wrapper time {
        display: block;
        color: #B3B3B3; } }
  .single-article-content .article-info-wrapper .single-by, .single-article-content .article-info-wrapper a {
    color: #B3B3B3; }

.share-article {
  text-align: center;
  max-width: 181px;
  width: 95%;
  margin: 3em auto; }
  @media only screen and (max-width: 480px) {
    .share-article {
      width: 100%;
      font-size: 0.85em; } }
  .share-article a {
    padding: 0.3em 0.5em 0.35em; }

a.share-button-fb, a.share-button-tw {
  padding-left: 1.8em;
  background-image: url("../images/social.png");
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 0.4em 0.4em;
  text-decoration: none; }

.share-button-fb {
  background-color: #2e6cab; }
  .share-button-fb:hover {
    background-color: #235383; }

a.share-button-tw {
  background-color: #4da7e6;
  background-position: 0.35em -1.85em; }
  a.share-button-tw:hover {
    background-color: #2091e0; }

a.comment-count {
  padding: 0.3em 0.7em 0.35em;
  background-color: #B3B3B3;
  text-decoration: none; }
  a.comment-count:hover {
    background-color: #9a9a9a; }
    a.comment-count:hover:after {
      border-color: transparent #9a9a9a transparent transparent; }
  a.comment-count:after {
    content: '';
    bottom: -1em;
    right: 1em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1em 1em 0;
    border-color: transparent #B3B3B3 transparent transparent; }

.author-area {
  border-top: 1px solid rgba(179, 179, 179, 0.4);
  padding: 2em 0; }
  @media only screen and (min-width: 868px) {
    .author-area {
      padding: 2em 3em; } }
  .author-area img {
    max-width: 100px;
    border-radius: 100%;
    height: auto; }

.author-description {
  padding-bottom: 2em; }
  .author-description h3 {
    font-weight: normal; }
    .author-description h3 span {
      font-style: italic; }
  .author-description p {
    font-size: 0.9em; }
  .author-description .author-link {
    text-decoration: none; }

.single-article-more-posts {
  background-color: #fff; }
  @media only screen and (max-width: 480px) {
    .single-article-more-posts {
      padding: 1em 0; } }
  .single-article-more-posts .normal-article:last-child {
    border-bottom: 0; }

.home-content-wrap {
  padding: 2em; }
  .home-content-wrap h3 {
    margin: 0; }
  @media only screen and (max-width: 867px) {
    .home-content-wrap img {
      display: none; } }

@media only screen and (min-width: 638px) {
  .home-luminaries-wrap h2 {
    float: left; }
  .home-luminaries-wrap a {
    float: right; } }

.home-luminaries-view-all-link {
  vertical-align: bottom;
  display: inline-block;
  padding: 1em;
  margin-top: 3em;
  font-weight: bold;
  text-transform: uppercase; }

.home-luminaries {
  overflow: hidden;
  position: relative; }
  .home-luminaries:before, .home-luminaries:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0; }
  .home-luminaries:hover:before, .home-luminaries:hover:after {
    opacity: 1; }
  .home-luminaries:hover:after {
    /*transform: translateY(-50%);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms; */
    opacity: 1 !important;
    z-index: 9;
    height: auto;
  }
  .home-luminaries:before {
    height: 100%;
    content: '';
    background-color: rgba(3, 50, 50, 0.75); }
  .home-luminaries:after {
    content: 'View All';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    top: 25%;
    margin-top: 0;
    /*transform: translateY(-100%);*/
    font-size: 30px;
    font-weight: bold; }
    @media only screen and (min-width: 638px) {
      .home-luminaries:after {
        font-size: 60px; } }
    @media only screen and (min-width: 868px) {
      .home-luminaries:after {
        font-size: 90px; } }
  .home-luminaries li {
    float: left;
    width: 25%;
    padding: 0 0.2em; }
    .home-luminaries li img {
      width: 100%;
      max-width: 150%; }

.home-luminaries-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

@media only screen and (max-width: 1200px) {
  .social-resources {
    max-width: 700px;
    margin: auto; } }

.get-involden-section {
  background: #fff;
  margin: 0 -20px;
  padding: 75px 20px 110px; }
  .get-involden-section.get-involden-section--home {
    padding-bottom: 3em; }
  @media only screen and (max-width: 1046px) {
    .get-involden-section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 637px) {
    .get-involden-section {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 637px) {
    .get-involden-section {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .get-involden-section .heading {
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FF9900;
    margin: 0 0 .8em;
    font-weight: 700; }
    @media only screen and (max-width: 1046px) {
      .get-involden-section .heading {
        font-size: 36px; } }
    @media only screen and (max-width: 637px) {
      .get-involden-section .heading {
        font-size: 32px; } }
    @media only screen and (max-width: 480px) {
      .get-involden-section .heading {
        font-size: 24px; } }

.content-layout .sep {
  margin-left: -20px;
  margin-right: -20px; }

.involden-holder {
  overflow: hidden;
  background: #00303a;
  border: 4px solid #f4d159;
  display: table;
  width: 100%; }
  @media only screen and (max-width: 1046px) {
    .involden-holder {
      display: block;
      width: auto; } }
  .involden-holder .involden {
    display: table-cell;
    vertical-align: middle;
    width: calc(100%/3);
    background: #00303a;
    border: 2px solid #f4d159;
    padding: 90px 20px 75px;
    color: #fff;
    position: relative; }
    @media only screen and (max-width: 1046px) {
      .involden-holder .involden {
        display: block;
        width: auto;
        padding: 15px 20px 20px; } }
    .involden-holder .involden .num {
      display: block;
      width: 70px;
      height: 70px;
      color: #00303a;
      font-weight: 600;
      font-size: 28px;
      line-height: 30px;
      z-index: 10;
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden; }
      .involden-holder .involden .num span {
        position: relative;
        z-index: 2;
        float: left;
        padding: 1px; }
      .involden-holder .involden .num:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        position: absolute;
        left: -35px;
        top: -35px;
        background: #f4d159; }
    .involden-holder .involden .head {
      display: table;
      width: 100%;
      height: 75px;
      font-weight: 600;
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 15px;
      position: absolute;
      left: 0;
      top: 15px;
      padding: 0 20px; }
      @media only screen and (max-width: 1200px) {
        .involden-holder .involden .head {
          font-size: 20px; } }
      @media only screen and (max-width: 1046px) {
        .involden-holder .involden .head {
          position: relative;
          top: 0; } }
      @media only screen and (max-width: 1046px) {
        .involden-holder .involden .head {
          display: block;
          height: auto;
          font-size: 18px; }
          .involden-holder .involden .head br {
            display: none; } }
      .involden-holder .involden .head .cell {
        text-align: center;
        display: table-cell;
        vertical-align: bottom;
        height: 100%;
        padding: 6px 0;
        border-bottom: 1px solid; }
        @media only screen and (max-width: 1046px) {
          .involden-holder .involden .head .cell {
            display: block; } }
    .involden-holder .involden .text {
      font-size: 16px;
      line-height: 1.25;
      font-weight: 300;
      margin: 10px 0; }
    .involden-holder .involden .form-group {
      margin: 0; }
      .involden-holder .involden .form-group + .form-group {
        margin-top: 10px; }
    .involden-holder .involden .form-lbl {
      font-size: 14px;
      font-weight: 400; }
    .involden-holder .involden .btn-holder {
      text-align: center;
      position: absolute;
      left: 0;
      bottom: 25px;
      width: 100%; }
      @media only screen and (max-width: 1046px) {
        .involden-holder .involden .btn-holder {
          position: relative;
          bottom: auto; } }
      .involden-holder .involden .btn-holder .btn {
        min-width: 190px; }
    .involden-holder .involden .lbl {
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      margin: 10px 0 5px;
      text-align: center; }
    .involden-holder .involden .share-block {
      text-align: center; }
      .involden-holder .involden .share-block .lbl {
        margin-top: 42px; }
    .involden-holder .involden .profile-img {
      max-width: 170px;
      margin: 5px auto;
      overflow: hidden;
      border: 5px solid #d1edff; }
      @media only screen and (max-width: 1046px) {
        .involden-holder .involden .profile-img {
          margin-bottom: 20px; } }

.share-btn {
  border: 1px solid #FF9900;
  background: #fff;
  border-radius: 0;
  outline: none;
  padding: 2px 7px 2px 50px;
  position: relative;
  text-align: center;
  color: #00303a;
  font-size: 21px;
  font-weight: 700;
  min-width: 154px;
  height: 44px; }
  .share-btn:hover {
    background-color: #FF9900; }
    .share-btn:hover:before {
      width: 60px; }
  .share-btn:before {
    width: 42px;
    height: 42px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #FF9900; }

.share-btn-fb:before {
  background-image: url(../images/ico-share-fb.svg); }

.share-btn-tw:before {
  background-image: url(../images/ico-share-tw.svg); }

.other-help {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 1046px) {
    .other-help {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 637px) {
    .other-help {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 480px) {
    .other-help {
      padding-top: 30px;
      padding-bottom: 30px; } }

.sub-title {
  font-size: 40px;
  margin: .65em 0;
  line-height: 1.25;
  font-weight: 700; }
  @media only screen and (max-width: 1046px) {
    .sub-title {
      font-size: 32px; } }
  @media only screen and (max-width: 637px) {
    .sub-title {
      font-size: 24px; } }
  @media only screen and (max-width: 480px) {
    .sub-title {
      font-size: 18px; } }

.sub-title-orange {
  color: #FF9900; }

.download-holder {
  margin: 30px 0; }
  .download-holder .sub-title {
    background: #fff;
    margin: 0;
    padding: 12px 24px; }

.help-list {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5; }
  .help-list:last-of-type li:last-child:before {
    opacity: 0; }
  @media only screen and (max-width: 1046px) {
    .help-list {
      font-size: 20px; } }
  @media only screen and (max-width: 867px) {
    .help-list {
      font-size: 18px; } }
  @media only screen and (max-width: 637px) {
    .help-list {
      font-size: 14px; } }
  @media screen and (max-width: 1320px) {
    .help-list {
      padding-left: 30px; } }
  .help-list > li {
    position: relative;
    margin: 1.5em 0; }
    .help-list > li:before {
      position: absolute;
      left: -30px;
      top: .42em;
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      background: url(../images//ico-plus.png); }
    .help-list > li strong {
      font-weight: 700;
      color: #FF9900;
      font-size: 1.25em; }
  .help-list .google-play {
    width: 180px;
    display: block; }
    @media only screen and (max-width: 480px) {
      .help-list .google-play {
        position: relative;
        top: 0;
        right: auto;
        margin-top: 20px; } }
  .help-list > .google {
    max-width: 750px;
    padding-right: 200px; }
    @media only screen and (max-width: 480px) {
      .help-list > .google {
        max-width: none;
        padding-right: 0; } }
  .help-list > .adopt {
    max-width: 850px;
    padding-right: 100px; }
    @media only screen and (max-width: 480px) {
      .help-list > .adopt {
        max-width: none;
        padding-right: 0; } }
    .help-list > .adopt .btn-arr {
      display: block; }
      @media only screen and (max-width: 480px) {
        .help-list > .adopt .btn-arr {
          position: relative;
          top: auto;
          right: auto;
          max-width: 76px;
          text-align: center; } }
      .help-list > .adopt .btn-arr:after {
        border-top-color: #f6f6f6; }

.organisation-block {
  font-size: 24px;
  line-height: 1.66;
  font-weight: 300; }
  @media only screen and (max-width: 1046px) {
    .organisation-block {
      font-size: 21px; } }
  @media only screen and (max-width: 867px) {
    .organisation-block {
      font-size: 18px; } }
  @media only screen and (max-width: 637px) {
    .organisation-block {
      font-size: 16px; } }

.page-title {
  font-size: 56px;
  color: #00303a;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 1em 0 .5em 0;
  font-weight: 600; }
  @media only screen and (max-width: 1046px) {
    .page-title {
      font-size: 48px; } }
  @media only screen and (max-width: 867px) {
    .page-title {
      font-size: 40px; } }
  @media only screen and (max-width: 637px) {
    .page-title {
      font-size: 32px; } }

.page-title-light {
  color: #033232; }

.head-image {
  margin-bottom: 1.5em; }

.contact-block {
  position: relative; }
  .contact-block .map {
    width: 356px;
    height: 326px;
    float: left;
    border: 15px solid #00303a;
    margin: 0 30px 30px 0; }
    @media only screen and (max-width: 637px) {
      .contact-block .map {
        float: none;
        margin: 0 0 20px;
        width: auto;
        height: 200px;
        border-width: 5px; } }
    .contact-block .map img {
      width: 100%;
      height: auto; }

.organisation-section p {
  font-size: 2em;
  margin: 0;
  line-height: 1.25;
  color: #555555; }
.organisation-section .error {
  color: red; }

.j-search-result p {
  font-size: 1.2em;
  padding-bottom: 1em;
  font-weight: bold;
  position: relative;
  padding-left: 1em; }
  .j-search-result p:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0em;
    color: #FF9900; }

.search-organisation {
  position: relative;
  margin: 50px 0; }
  .search-organisation .btn {
    margin-top: 28px;
    height: 40px;
    padding: 9px 14px;
    font-size: 16px;
    line-height: 20px; }
  @media only screen and (max-width: 867px) {
    .search-organisation .j-zip-code {
      margin-bottom: 20px; } }

.search-map-container {
  border: 15px solid #00303a;
  height: 550px;
  margin: 30px 0; }
  @media only screen and (max-width: 867px) {
    .search-map-container {
      height: 450px; } }
  @media only screen and (max-width: 637px) {
    .search-map-container {
      height: 350px;
      border-width: 10px; } }
  @media only screen and (max-width: 480px) {
    .search-map-container {
      height: 250px;
      border-width: 5px; } }

.map-canvas {
  height: 100%; }

.info-window {
  font-size: 14px;
  line-height: 20px;
  padding: 20px 20px 5px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", sans-serif; }
  .info-window .name {
    display: block;
    font-weight: normal;
    margin-bottom: 8px; }
  .info-window .link {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #033232;
    font-weight: 600;
    padding: 0 8px; }
    .info-window .link:hover {
      background: #00303a; }

.gm-style-iw {
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  text-align: center; }
  .gm-style-iw > div {
    display: block !important;
    margin: auto; }
  .gm-style-iw + div {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    background: #444;
    opacity: 1 !important;
    right: 6px !important;
    top: 6px !important; }
    .gm-style-iw + div:hover {
      background: #666; }
    .gm-style-iw + div:after, .gm-style-iw + div:before {
      content: '';
      display: block;
      width: 20px;
      border-top: 2px solid #fff;
      position: absolute;
      left: 50%;
      margin-left: -10px;
      margin-top: -1px;
      top: 50%; }
    .gm-style-iw + div:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .gm-style-iw + div:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .gm-style-iw + div > img {
      display: none !important; }

.reset-filter {
  margin: 0;
  padding: 0;
  padding: 0;
  color: red;
  border: none;
  background: none;
  position: relative;
  left: 0;
  display: inline-block;
  vertical-align: top;
  margin: 40px 0 0 20px; }

.registration-block .head-text {
  margin: 0 0 30px; }
  .registration-block .head-text p {
    margin-top: 0; }

.register-form-holder {
  background: rgba(3, 50, 50, 0.1);
  border-radius: 3px;
  padding: 30px 45px; }
  @media only screen and (max-width: 637px) {
    .register-form-holder {
      padding: 15px; }
      .register-form-holder .btn {
        width: 100%; } }

.sub-nav {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  background: #FF9900;
  text-align: center;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase; }
  @media only screen and (max-width: 1200px) {
    .sub-nav {
      font-size: 18px; } }
  @media only screen and (max-width: 867px) {
    .sub-nav {
      font-size: 16px; } }
  @media only screen and (max-width: 637px) {
    .sub-nav {
      font-size: 14px; } }
  @media only screen and (max-width: 480px) {
    .sub-nav {
      display: block;
      margin: 0 -15px;
      width: auto;
      border-top: 1px solid rgba(0, 0, 0, 0.3); } }
  .sub-nav > li {
    display: table-cell;
    vertical-align: middle;
    height: 54px;
    padding: 0 1em; }
    @media only screen and (max-width: 480px) {
      .sub-nav > li {
        display: block;
        padding: 8px 15px;
        height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3); } }
    .sub-nav > li > a {
      color: inherit;
      text-decoration: none; }
      .sub-nav > li > a:hover {
        text-decoration: underline; }

.luminary-archive {
  text-align: center; }

.post-type-archive-luminary .luminary-archive-single:first-child {
  background-color: #ebebeb;
  font-weight: bold;
  border: 3px solid #f4d159; }

.luminary-archive-single {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 99%;
  max-width: 400px;
  padding: 1em 1em 2em;
  position: relative; }
  @media only screen and (min-width: 481px) {
    .luminary-archive-single {
      width: 45%; } }
  @media only screen and (min-width: 868px) {
    .luminary-archive-single {
      min-height: 616px; } }
  @media only screen and (min-width: 1047px) {
    .luminary-archive-single {
      width: 31.5%; } }
  @media only screen and (min-width: 1201px) {
    .luminary-archive-single {
      width: 24%; } }
  @media only screen and (max-width: 480px) {
    .luminary-archive-single:nth-child(even) {
      background-color: #ebebeb; } }
  .luminary-archive-single img {
    margin: auto;
    max-width: 200px; }
    @media only screen and (max-width: 637px) {
      .luminary-archive-single img {
        width: 100px; } }
  @media only screen and (max-width: 637px) {
    .luminary-archive-single a {
      font-size: 1em; } }

@media only screen and (max-width: 867px) {
  .luminary-content {
    max-width: 500px;
    margin: 1em auto; } }

.luminary-content-image {
  max-width: 240px; }
  @media only screen and (max-width: 867px) {
    .luminary-content-image {
      max-width: 200px;
      margin: auto; } }
  @media only screen and (max-width: 637px) {
    .luminary-content-image img {
      max-width: 150px;
      margin: auto; } }

.luminary-links {
  margin-top: 1em; }
  @media only screen and (max-width: 867px) {
    .luminary-links {
      text-align: center; } }

.luminary-images {
  margin: 1em 0;
  max-width: 240px; }
  .luminary-images img {
    float: left;
    width: 50%;
    border: 2px solid #fff; }

.post-type-archive-luminary .not-luminary, .single-luminary .not-luminary {
  display: none; }

.gallery-has-image {
  background-image: url("../images/camera.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 27%;
  top: 1%;
  opacity: 0.5; }
  @media only screen and (max-width: 480px) {
    .gallery-has-image {
      right: 35%; } }
  @media only screen and (min-width: 868px) {
    .gallery-has-image {
      right: 20%; } }
  @media only screen and (min-width: 1201px) {
    .gallery-has-image {
      right: 19%; } }

#input_4_5 li {
  display: inline-block;
  width: 24%; }
  @media only screen and (max-width: 637px) {
    #input_4_5 li {
      width: 40%; } }
#input_4_5 label {
  padding: 0.5em;
  background-color: transparent;
  border-radius: 0.25em; }
  #input_4_5 label:before, #input_4_5 label:after {
    display: none; }
#input_4_5 input:checked + label {
  background-color: rgba(255, 255, 255, 0.75); }

#choice_4_5_0 {
  display: none; }
#input_4_5 label {
  position: relative;  
}
#input_4_5 label:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.gchoice_4_5_1 img{
  pointer-events: none;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, html, ::i-block-chrome, body {
    height: 100%;
    /* fixes focus scrolling in Safari (OS X) */ } }

/*# sourceMappingURL=style.css.map */

.page-id-1254 .org-logo-top {
	display: none;
}