@import "http://fast.fonts.net/t/1.css?apiType=css&projectid=ddbf7a66-797e-4924-954f-40ced9c58b6c";
@import "/Static/css/scr-icons.css";


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #e5e3e2;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0072c2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00548f;
  text-decoration: underline;
}
a:focus {
  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.42857143;
  background-color: #e5e3e2;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #f6f5f3;
}
.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: "AvantGarde", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e5e3e2;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #e5e3e2;
}
.text-primary {
  color: #0072c2;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00548f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0072c2;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00548f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #f6f5f3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #e5e3e2;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #f6f5f3;
}
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.42857143;
  color: #e5e3e2;
}
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 #f6f5f3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1250px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
}
.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: 25px;
  padding-right: 25px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1300px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #292b2c;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control,
.form-group input[type="text"],
.form-group select,
.form-group textarea {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #f6f5f3;
  background-image: none;
  border: 1px solid transparent;
  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);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f6f5f3;
  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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  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: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    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: 32px;
}
.form-horizontal .form-group {
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 25px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f6f5f3;
}
.nav > li.disabled > a {
  color: #e5e3e2;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e5e3e2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f6f5f3;
  border-color: #0072c2;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f6f5f3 #f6f5f3 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #e5e3e2;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #e5e3e2;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0072c2;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #e5e3e2;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 110px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 25px;
  padding-left: 25px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -25px;
  margin-left: -25px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 42.5px 25px;
  font-size: 23px;
  line-height: 25px;
  height: 110px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -25px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 25px;
  padding: 9px 10px;
  margin-top: 38px;
  margin-bottom: 38px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 21.25px -25px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 42.5px;
    padding-bottom: 42.5px;
  }
}
.navbar-form {
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 25px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 35.5px;
  margin-bottom: 35.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 35.5px;
  margin-bottom: 35.5px;
}
.navbar-btn.btn-sm {
  margin-top: 37px;
  margin-bottom: 37px;
}
.navbar-btn.btn-xs {
  margin-top: 44px;
  margin-bottom: 44px;
}
.navbar-text {
  margin-top: 42.5px;
  margin-bottom: 42.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -25px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #444444;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2b2b2b;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #444444;
}
.navbar-default .navbar-nav > li > a {
  color: #444444;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: inherit;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: inherit;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #444444;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: inherit;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #444444;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #444444;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "ITC Avant Garde Gothic W01_n2";
  src: url("/Static/fonts/fontsdotcom/2a334c60-3e0d-4f43-b0e9-5284ea33961a.eot?#iefix") format("eot");
}
@font-face {
  font-family: "AvantGarde";
  src: url("/Static/fonts/fontsdotcom/2a334c60-3e0d-4f43-b0e9-5284ea33961a.eot?#iefix");
  src: url("/Static/fonts/fontsdotcom/2a334c60-3e0d-4f43-b0e9-5284ea33961a.eot?#iefix") format("eot"), url("/Static/fonts/fontsdotcom/7b548f8e-260b-410a-8f30-063714e67342.woff2") format("woff2"), url("/Static/fonts/fontsdotcom/c68f0543-0caf-4988-b234-355520476b8c.woff") format("woff"), url("/Static/fonts/fontsdotcom/2d4f1d98-ddb3-4acc-ae78-c8b1863f780e.ttf") format("truetype"), url("/Static/fonts/fontsdotcom/80f98a03-905d-49e6-8614-cec7c32ca4f2.svg#80f98a03-905d-49e6-8614-cec7c32ca4f2") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ITC Avant Garde Gothic W01_n5";
  src: url("/Static/fonts/fontsdotcom/b74e5f86-4477-435a-abdf-32d8215f21bc.eot?#iefix") format("eot");
}
@font-face {
  font-family: "AvantGarde";
  src: url("/Static/fonts/fontsdotcom/b74e5f86-4477-435a-abdf-32d8215f21bc.eot?#iefix");
  src: url("/Static/fonts/fontsdotcom/b74e5f86-4477-435a-abdf-32d8215f21bc.eot?#iefix") format("eot"), url("/Static/fonts/fontsdotcom/7e915c3f-253c-4ce7-ac60-7feecddafa80.woff2") format("woff2"), url("/Static/fonts/fontsdotcom/c18aee57-7585-4a8b-9a1c-69d226301d73.woff") format("woff"), url("/Static/fonts/fontsdotcom/44ccbb2b-0fbc-4d95-b1da-0aa73bd26fb0.ttf") format("truetype"), url("/Static/fonts/fontsdotcom/f2de529c-11d2-43b7-be7c-05c5aaeaf133.svg#f2de529c-11d2-43b7-be7c-05c5aaeaf133") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ITC Avant Garde Gothic W01_n6";
  src: url("/Static/fonts/fontsdotcom/85564178-fd88-4387-9226-0e632723ca24.eot?#iefix") format("eot");
}
@font-face {
  font-family: "AvantGarde";
  src: url("/Static/fonts/fontsdotcom/85564178-fd88-4387-9226-0e632723ca24.eot?#iefix");
  src: url("/Static/fonts/fontsdotcom/85564178-fd88-4387-9226-0e632723ca24.eot?#iefix") format("eot"), url("/Static/fonts/fontsdotcom/c3c29d12-bb1b-4770-8003-ba8e1f25c134.woff2") format("woff2"), url("/Static/fonts/fontsdotcom/e9a79553-7093-47c7-8d9c-70dc3619e94b.woff") format("woff"), url("/Static/fonts/fontsdotcom/7265b8d0-a67c-4a8b-84aa-273d1759270a.ttf") format("truetype"), url("/Static/fonts/fontsdotcom/75d377f2-28ee-43f8-b231-44f8eba218c4.svg#75d377f2-28ee-43f8-b231-44f8eba218c4") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Garamond W01_n4";
  src: url("/Static/fonts/fontsdotcom/73fe293c-69da-4927-80ce-773ee1a1879c.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Garamond";
  src: url("/Static/fonts/fontsdotcom/73fe293c-69da-4927-80ce-773ee1a1879c.eot?#iefix");
  src: url("/Static/fonts/fontsdotcom/73fe293c-69da-4927-80ce-773ee1a1879c.eot?#iefix") format("eot"), url("/Static/fonts/fontsdotcom/d5ca2f36-723d-4882-8658-9746fb0eea72.woff2") format("woff2"), url("/Static/fonts/fontsdotcom/859018fa-3c03-484b-8774-97bd6548d48d.woff") format("woff"), url("/Static/fonts/fontsdotcom/abb87b70-21d4-4ac2-bf9f-41548a67e564.ttf") format("truetype"), url("/Static/fonts/fontsdotcom/6e4e2084-ff69-479e-b179-92d90deb7885.svg#6e4e2084-ff69-479e-b179-92d90deb7885") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Garamond W01_i4";
  src: url("/Static/fonts/fontsdotcom/cc631089-fa2c-4288-baf8-2e744de1a554.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Garamond";
  src: url("/Static/fonts/fontsdotcom/cc631089-fa2c-4288-baf8-2e744de1a554.eot?#iefix");
  src: url("/Static/fonts/fontsdotcom/cc631089-fa2c-4288-baf8-2e744de1a554.eot?#iefix") format("eot"), url("/Static/fonts/fontsdotcom/68e92036-cf88-44c3-8061-e7d30fc9d1c4.woff2") format("woff2"), url("/Static/fonts/fontsdotcom/bb497139-4ed5-41d1-905c-46d29a1b30f8.woff") format("woff"), url("/Static/fonts/fontsdotcom/80bceb3f-535e-478f-95eb-db6597482771.ttf") format("truetype"), url("/Static/fonts/fontsdotcom/63e15210-781f-4eae-b157-1a28f02f1cfe.svg#63e15210-781f-4eae-b157-1a28f02f1cfe") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Adobe Garamond W01_n7";
  src: url("/Static/fonts/fontsdotcom/a5240191-4466-40a5-9858-50ca14584e4a.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Garamond";
  src: url("/Static/fonts/fontsdotcom/a5240191-4466-40a5-9858-50ca14584e4a.eot?#iefix");
  src: url("/Static/fonts/fontsdotcom/a5240191-4466-40a5-9858-50ca14584e4a.eot?#iefix") format("eot"), url("/Static/fonts/fontsdotcom/f81fa4ca-48c0-496c-a54f-5e1f69bc54a1.woff2") format("woff2"), url("/Static/fonts/fontsdotcom/cd40a899-1f96-413c-9d0b-725d91328946.woff") format("woff"), url("/Static/fonts/fontsdotcom/f3b3a415-75b2-4241-9867-da4e137d5dee.ttf") format("truetype"), url("/Static/fonts/fontsdotcom/f4c5fec8-4f38-4edc-b25b-295a90bf8e57.svg#f4c5fec8-4f38-4edc-b25b-295a90bf8e57") format("svg");
  font-weight: 700;
  font-style: normal;
}
* {
  -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-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
}
body {
  background-color: #e5e3e2;
}
p {
  margin: 0;
}
p + p {
  margin-top: 20px;
}
p.intro {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
}
p + p,
ul + p,
ol + p,
table + p,
blockquote + p,
p + h1,
ul + h1,
ol + h1,
table + h1,
blockquote + h1,
p + h2,
ul + h2,
ol + h2,
table + h2,
blockquote + h2,
p + h3,
ul + h3,
ol + h3,
table + h3,
blockquote + h3,
p + h4,
ul + h4,
ol + h4,
table + h4,
blockquote + h4 {
  margin-top: 35px;
}
p + h5,
ul + h5,
ol + h5,
table + h5,
blockquote + h5 {
  margin-top: 1.2em;
}
ul {
  list-style-image: url('/Static/img/bullet.png');
  margin-left: 15px;
  padding-left: 0;
}
p + ul,
ul + ul,
ol + ul,
table + ul,
blockquote + ul {
  margin-top: 1em;
}
ul li {
  padding: 3px 0 5px 3px;
}
ul.list-unstyled li {
  padding: 0;
}
a.link-btn,
p.link-btn {
  text-decoration: none;
  line-height: 1;
  position: relative;
  padding-right: 28px;
}
a.link-btn > span,
p.link-btn > span {
  text-decoration: underline;
}
a.link-btn:before,
p.link-btn:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  right: 0;
  left: auto;
  color: inherit;
}
a.link-btn.link-btn-back,
p.link-btn.link-btn-back {
  padding-left: 28px;
  padding-right: 0;
}
a.link-btn.link-btn-back:before,
p.link-btn.link-btn-back:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  right: auto;
  left: 0;
  color: inherit;
}
a.link-discrete,
p.link-discrete {
  color: #999;
}
a.link-discrete:hover,
p.link-discrete:hover {
  color: #808080;
}
header {
  margin-bottom: 18px;
}
h1,
.h1 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 .h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
}
h2,
.h2,
h3,
.h3 {
  margin-bottom: 6px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 6px;
}
h1.big,
.h1.big,
h2.big,
.h2.big {
  font-weight: 700;
  font-size: 100px;
  letter-spacing: -3px;
  margin: 0;
}
h5,
.h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
h5.small,
.h5.small {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
h5.bold,
.h5.bold {
  font-weight: 500;
}
h5.divider,
.h5.divider {
  display: inline-block;
  color: #5acdf1;
  padding: 0 5px;
}
h3.icon-link-arrow,
.h3.icon-link-arrow {
  padding-left: 50px;
  position: relative;
}
h3.icon-link-arrow a,
.h3.icon-link-arrow a {
  text-decoration: none;
}
h3.icon-link-arrow:before,
.h3.icon-link-arrow:before {
  color: #5acdf1;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
section {
  margin-bottom: 30px;
}
section:last-child {
  margin-bottom: 0;
}
.info-bar {
  padding: 25px 50px;
  background-color: #0072c2;
  color: #fff;
  overflow: hidden;
}
.info-bar .left {
  text-align: left;
  padding-left: 125px;
}
.info-bar .right {
  text-align: right;
  padding-right: 125px;
}
.info-bar .inactive .h5,
.info-bar .inactive:before {
  color: #66aada !important;
}
.info-bar .h5 {
  display: inline-block;
  margin-bottom: 0;
}
.info-bar .title {
  float: left;
}
.info-bar .num-partners {
  float: right;
  color: #5acdf1;
}
.page .info-bar {
  margin-left: -50px;
  margin-right: -50px;
}
.logged-in-container .logged-in-bar {
  display: block;
  padding-right: 50px;
  padding-left: 35px;
  border-top: solid 1px #e5e3e2;
  border-bottom: 1px solid #e5e3e2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f6f5f3;
  font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  letter-spacing: 0;
}
.logged-in-container .logged-in-bar a {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #999999;
  line-height: 41px;
}
.logged-in-container .logged-in-bar a:before {
  color: #0072c2;
  margin-right: 10px;
}
.logged-in-container .logged-in-bar a.left {
  float: left;
}
.logged-in-container .logged-in-bar a.left:before {
  font-size: 12px;
}
.logged-in-container .logged-in-bar a.right {
  float: right;
  font-weight: 400;
}
.logged-in-container .logged-in-bar a.right:before {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  right: -35px;
  left: auto;
  text-decoration: none;
}
.page-result .page-result-pagination {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin: 0;
}
.page-result .page-result-pagination.right {
  padding-right: 33px;
}
.page-result .page-result-pagination.right:before {
  position: absolute;
  top: 50%;
  margin-top: -11.5px;
  font-size: 23px;
  line-height: 23px;
  right: 0;
  left: auto;
  color: #ffffff;
}
.page-result .page-result-pagination.left {
  padding-left: 33px;
}
.page-result .page-result-pagination.left:before {
  position: absolute;
  top: 50%;
  margin-top: -11.5px;
  font-size: 23px;
  line-height: 23px;
  right: auto;
  left: 0;
  color: #ffffff;
}
.flash-bar {
  position: relative;
  z-index: 10;
  background-color: #fff39d;
  padding: 10px 15px;
  text-align: center;
}
.link-list ul,
.link-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-box,
.highlight {
  padding: 12px 20px 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #f6f5f3;
}
.highlight {
  background-color: #fff39d;
  width: 100%;
  min-width: 230px;
  margin-top: 30px;
}
.highlight a {
  color: #555555;
}
.txt-center {
  text-align: center;
}
.btn-wrapper {
  text-align: center;
}
.btn,
input[type="submit"] {
  border: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px 14px;
  text-decoration: none !important;
  position: relative;
}
.btn.btn-default,
input[type="submit"] {
  background-color: #0072c2;
  color: #fff;
  padding-right: 40px;
}
.btn.btn-default:before {
  content: "\f10a";
  font-family: "scr-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  line-height: 14px;
  right: 15px;
  left: auto;
  color: #5acdf1;
  top: 23px !important;
  transition: transform 0.15s ease-in-out;
  -webkit-transition: transform 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out;
  -ms-transition: transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
}
.btn.btn-default:hover {
  background-color: #0066ae;
}
.btn.btn-default:hover:before {
  transition: transform 0.15s ease-in-out;
  -webkit-transition: transform 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out;
  -ms-transition: transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}
input[type="submit"] {
  padding-right: 20px;
}
input[type="submit"]:hover {
  background-color: #0066ae;
}
.page-searchpage .btn-default:before {
  top: 30.5px !important;
}
.flash-message {
  background-color: #fff39d;
  padding: 30px 50px;
}
.icon-left {
  padding-left: 25px;
}
.icon-left:before {
  left: 0;
}
/* Bootstrap grid extensions */
.container,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}
.row.double-gutter {
  margin-left: 0;
  margin-right: 0;
  /* TODO: Specify double-gutter column padding for each breakpoint */
}
.row.double-gutter > [class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}
.row.small-gutter {
  margin-left: -13px;
  margin-right: -13px;
  /* TODO: Specify double-gutter column padding for each breakpoint */
}
.row.small-gutter > [class*="col-"] {
  padding: 13px 13px;
}
.row.grid-border > [class*="col-"] {
  border-left: solid 1px #e5e3e2;
  border-top: solid 1px #e5e3e2;
  border-bottom: solid 1px #e5e3e2;
}
.row.grid-border > [class*="col-"]:first-child {
  border-left: 0;
}
.row.grid-border + .grid-border > [class*="col-"] {
  border-top: 0;
}
.row:last-child.grid-border > [class*="col-"] {
  border-bottom: 0;
}
.no-sidebar .row.double-gutter .page {
  padding-left: 150px;
  padding-right: 150px;
}
.page-wrapper {
  background: #f6f5f3;
}
.page-wrapper .page {
  background: #fff;
}
.sidebar .page {
  border-left: solid 1px #e5e3e2;
}
#sidebar {
  padding-top: 40px;
  padding-bottom: 40px;
}
#sidebar .title {
  display: block;
  margin-bottom: 20px;
}
#sidebar .title a {
  color: #444;
  border-bottom: 2px solid #0093db;
  padding-bottom: 2px;
  text-decoration: none;
}
#sidebar nav > ul li ul {
  display: none;
}
#sidebar nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar nav ul li {
  padding: 0;
  margin: 0;
  position: relative;
}
#sidebar nav ul li.active-parent > ul {
  display: block;
}
#sidebar nav ul li a {
  display: inline-block;
  font-size: 14px;
  font-family: "AvantGarde", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #373737;
  text-decoration: none;
  padding: 2px 0;
  margin: 3px 0;
}
#sidebar nav ul li.active > a {
  font-weight: 500;
}
#sidebar nav ul button.submenu-toggle {
  border: none;
  background: none;
  position: absolute;
  right: -25px;
  font-size: 14px;
  top: 4px;
  height: 33px;
  padding: 0;
  width: 33px;
  display: none;
}
#sidebar nav ul button.submenu-toggle:active,
#sidebar nav ul button.submenu-toggle:focus {
  outline: none;
}
#sidebar nav ul button.submenu-toggle:after {
  width: 15px;
  height: 1px;
  border-top: 2px solid #000;
  display: block;
  content: "";
  position: absolute;
  right: 9px;
  top: 13px;
}
#sidebar nav ul button.submenu-toggle.icon-plus:after {
  display: none;
}
#sidebar nav > ul li > ul li {
  position: relative;
  padding-left: 23px;
}
#sidebar nav > ul li > ul li:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 14px;
  top: 14px;
  left: 0px;
  position: absolute;
  background: #d1d0cf;
}
#breadcrumbs {
  margin: 45px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
}
#breadcrumbs li {
  display: inline-block;
  color: #aaa;
  font-size: 15px;
}
#breadcrumbs li a {
  color: inherit;
}
#breadcrumbs li:before {
  content: "/";
  margin-right: 5px;
}
#breadcrumbs li:first-child:before {
  display: none;
}
table {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 50px;
  width: 100%;
  text-align: left;
}
table th {
  padding: 6px 0 12px;
  text-transform: uppercase;
  text-align: left;
  color: #989898;
}
table tbody tr {
  background: #fff;
}
table tbody tr:nth-child(odd) {
  background: #f6f5f3;
}
table tbody tr td {
  border: 1px solid #e5e3e2;
  padding: 15px 20px;
  word-wrap: break-word;
}
table tbody tr td.filetype {
  text-transform: uppercase;
  width: 100px;
}
table tbody tr td.preview,
table tbody tr td.download {
  width: 150px;
  position: relative;
}
table tbody tr td.preview a,
table tbody tr td.download a {
  color: #555555;
  text-decoration: none;
}
table tbody tr td.preview {
  text-align: left;
}
table tbody tr td.preview a {
  display: block;
  padding-left: 20px;
  position: relative;
}
table tbody tr td.preview a:before {
  margin-top: -7px;
  font-size: 14px;
  line-height: 14px;
  right: auto;
  left: 15px;
  color: #0072c2;
  position: absolute;
  top: 50%;
  left: 0;
}
table tbody tr td.preview.image a {
  padding-left: 0;
}
table tbody tr td.download a:before {
  color: #0072c2;
  padding-right: 10px;
}
table tbody tr td.image {
  padding-top: 9px;
  padding-bottom: 9px;
}
.icon,
.mypages-statistics .icon-camper,
.mypages-statistics .icon-truck,
.mypages-statistics .icon-cabin,
.mypages-statistics .icon-tent {
  position: relative;
  padding-left: 25px;
}
.icon:before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  line-height: 16px;
  right: auto;
  left: 0;
  color: #0072c2;
}
.goto-link {
  margin-top: 12.5px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
}
.goto-link:hover:before {
  text-decoration: none !important;
}
.goto-link:before {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -30px;
  font-size: 18px;
  line-height: 18px;
  color: #0072c2;
  text-decoration: none !important;
}
.border-top,
.page-searchpage .section-search {
  margin-left: -50px;
  margin-right: -50px;
  padding-right: 50px;
  padding-left: 50px;
  border-top: 1px solid #e5e3e2;
}
.blue {
  color: #0072c2;
}
.overlay-dark:before {
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  /* IE10+ */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.no-touch .overlay-dark:after {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  content: '';
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.no-touch .overlay-dark:hover:after,
.no-touch .overlay-dark.blurb-hover:after {
  opacity: 0.2;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  #sidebar {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  #sidebar {
    padding: 0;
    background: #f6f5f3;
  }
  #sidebar .title {
    position: relative;
    border-top: solid 1px #e5e3e2;
    background-color: #ecebea;
    margin-bottom: 0;
    padding: 10px 15px;
    cursor: pointer;
  }
  #sidebar .title:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 25px;
    font-size: 20px;
    line-height: 20px;
    color: #0072c2;
    text-decoration: none !important;
  }
  #sidebar .title a {
    font-size: 12px;
    border: none;
  }
  #sidebar nav {
    display: none;
    padding: 0 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #sidebar nav > ul li {
    font-weight: 500;
    font-size: 13px;
  }
  #sidebar nav > ul li:last-child {
    margin-bottom: 0;
  }
  #sidebar nav ul button.submenu-toggle {
    display: block;
    right: 0px;
  }
  #sidebar nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
  }
  p,
  p.intro,
  ul,
  table {
    font-size: 17px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h1.big,
  .h1.big,
  h2.big,
  .h2.big {
    font-size: 60px;
    letter-spacing: -2px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.double-gutter {
    margin-left: 0;
    margin-right: 0;
  }
  .row.double-gutter > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .no-sidebar .row.double-gutter .page {
    padding-left: 30px;
    padding-right: 30px;
  }
  .info-bar {
    padding-left: 30px;
    padding-right: 30px;
  }
  .info-bar .left,
  .info-bar .right {
    text-align: center;
  }
  .page .info-bar {
    margin-left: -30px;
    margin-right: -30px;
  }
  #breadcrumbs {
    margin: 0;
    padding: 45px 0 0 0;
  }
  .table td {
    max-width: 250px;
  }
  .logged-in-container {
    position: relative;
    background: #0072c2;
  }
  .logged-in-container .btn-my-pages {
    width: auto;
    display: inline-block !important;
  }
  .logged-in-container .logged-in-bar {
    position: static;
    background: transparent;
    border-top: 1px solid #0063a9;
  }
  .logged-in-container .logged-in-bar a {
    color: #fff;
  }
  .logged-in-container .logged-in-bar a:before {
    color: #77c7ff;
  }
  .logged-in-container .logged-in-bar a.left {
    color: #fff;
    padding-left: 20px;
    line-height: 1.4;
    padding: 20px 0;
    padding-left: 10px;
  }
  .logged-in-container .logged-in-bar a.left:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: -20px;
    position: absolute;
  }
  .logged-in-container .logged-in-bar a.left .separator {
    display: none;
  }
  .logged-in-container .logged-in-bar a.left .company {
    display: block;
  }
  .logged-in-container .logged-in-bar a.right {
    color: #fff;
    position: absolute;
    top: 30px;
    right: 35px;
    margin: 0;
  }
  .logged-in-container .logged-in-bar a.right:before {
    right: -30px;
    top: 50%;
    position: absolute;
  }
  .not-logged-in .logged-in-container .btn-my-pages {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row > [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .row.double-gutter {
    margin-left: 0;
    margin-right: 0;
  }
  .row.double-gutter > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .no-sidebar .row.double-gutter .page {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    line-height: 1.2;
  }
  h5.divider {
    display: none;
  }
  .table {
    margin-bottom: 15px;
  }
  .table:after {
    position: absolute;
    content: " ";
    display: block;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    box-shadow: inset -30px 0 20px -20px #ffffff;
  }
  .table-scroller {
    position: relative;
    overflow: hidden;
  }
  .table-scroller .table-scroller-inner {
    width: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-y: visible;
  }
  .info-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page .info-bar {
    margin-left: -15px;
    margin-right: -15px;
  }
}
input[type="radio"] {
  position: absolute;
  width: 19px;
  height: 19px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}
input[type="radio"] + label:before {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  margin-bottom: 3px;
  background: url(/img/radio-btn-sprite.png) no-repeat;
  background-position: 0 -28px;
  content: " ";
  vertical-align: top;
}
input[type="radio"]:checked + label:before {
  background-position: 0 0;
}
fieldset:last-child {
  margin-bottom: 0;
}
fieldset.orientationVertical input[type="radio"],
fieldset.orientationHorizontal input[type="radio"] {
  position: relative;
  width: auto;
  height: auto;
  opacity: inherit;
}
fieldset.orientationVertical label,
fieldset.orientationHorizontal label {
  color: #555555;
  font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}
legend {
  border-bottom: 0;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label,
legend {
  display: block;
  color: #999;
  font-size: 13px;
  font-family: "AvantGarde", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.form-group .form-control,
.form-group input[type="text"],
.form-group select,
.form-group textarea {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 15px;
  height: auto;
}
.form-group .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group select {
  width: auto;
  z-index: 200;
}
.custom-select {
  padding: 11px 20px 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #f6f5f3;
  min-width: 230px;
  position: relative;
  z-index: 100;
}
.custom-select:before {
  content: '\f106';
  display: inline-block;
  font-family: "scr-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  font-size: 15px;
  line-height: 15px;
  right: 20px;
  left: auto;
  color: #0072c2;
}
.field-validation-error,
.validation-summary-errors ul li {
  display: block;
  color: #f54138;
  margin-top: 5px;
  font-family: "AvantGarde", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.validation-summary-errors {
  margin-bottom: 15px;
}
.validation-summary-errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar {
  border: 0;
  border-bottom: solid 1px #e5e3e2;
  font-family: "AvantGarde", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar ul {
  margin: 0;
  padding: 0;
}
.navbar ul li {
  margin: 0;
  padding: 0;
}
.navbar .navbar-header {
  position: relative;
  z-index: 100;
}
.navbar .navbar-brand {
  width: 105px;
  height: 74px;
  padding: 0;
  margin-left: 30px;
  margin-top: 12px;
}
.navbar .navbar-brand img {
  height: 100%;
}
.navbar.navbar-default {
  border-bottom: none;
}
.navbar .navbar-collapse {
  position: relative;
}
.navbar .navs-wrapper {
  padding-right: 150px;
}
.navbar .navs-wrapper a {
  text-decoration: none !important;
}
.navbar .navs-wrapper .nav-tools {
  background-color: #f6f5f3;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  padding: 0 12px;
  position: absolute;
  right: 150px;
  top: 0;
}
.navbar .navs-wrapper .nav-tools li {
  color: #0072c2;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar .navs-wrapper .nav-tools li.language-switcher a {
  display: inline-block;
}
.navbar .navs-wrapper .nav-tools li.language-switcher a:first-child {
  padding-right: 5px;
}
.navbar .navs-wrapper .nav-tools li.language-switcher a:last-child {
  padding-left: 5px;
}
.navbar .navs-wrapper .nav-tools li.search {
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.navbar .navs-wrapper .nav-tools li.search.search-active {
  background-color: #0093db;
}
.navbar .navs-wrapper .nav-tools li.search.search-active a {
  color: #fff;
}
.navbar .navs-wrapper .nav-tools li:last-child {
  margin-right: -15px;
}
.navbar .navs-wrapper .nav-tools li:last-child a {
  padding-right: 15px;
}
.navbar .navs-wrapper .nav-tools a,
.navbar .navs-wrapper .nav-tools span {
  color: #0072c2;
  line-height: 18px;
  padding: 12px 0 10px 25px;
  position: relative;
}
.navbar .navs-wrapper .nav-tools a:focus,
.navbar .navs-wrapper .nav-tools span:focus,
.navbar .navs-wrapper .nav-tools a:active,
.navbar .navs-wrapper .nav-tools span:active {
  color: #0072c2;
}
.navbar .navs-wrapper .nav-tools a:hover,
.navbar .navs-wrapper .nav-tools span:hover {
  color: #004e85;
}
.navbar .navs-wrapper .nav-tools a:before,
.navbar .navs-wrapper .nav-tools span:before {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.navbar .navs-wrapper .nav-tools [class*="icon-"] a {
  padding-left: 0px;
}
.navbar .navs-wrapper .nav-main {
  font-size: 13px;
  font-weight: bold;
  margin-top: 40px;
  margin-right: 10px;
}
.navbar .navs-wrapper .nav-main li a {
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar .navs-wrapper .nav-main li a span {
  display: block;
  position: relative;
}
.no-touch .navbar .navs-wrapper .nav-main li a:hover span:before,
.navbar .navs-wrapper .nav-main li.active a span:before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #e5e3e2;
  position: absolute;
  top: 20px;
  left: 0;
}
.navbar .navs-wrapper .nav-main li.active a span:before {
  background-color: #0072c2;
}
.navbar .btn-my-pages {
  background-color: #0072c2;
  color: #77c7ff;
  font-size: 13px;
  font-weight: bold;
  height: 110px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 150px;
  padding-top: 36px;
}
.navbar .btn-my-pages:before {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
}
.navbar .btn-my-pages:hover {
  background-color: #0066ae;
}
.navbar .search-dropdown {
  position: relative;
  height: 0;
  top: -60px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.navbar .search-dropdown.search-active {
  height: 60px;
  top: 0;
}
.navbar .search-dropdown .search-text {
  background-color: #0093db;
  border: 0;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 90px 16px 50px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.navbar .search-dropdown .search-text:focus {
  outline: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.navbar .search-dropdown .btn-search {
  background-color: #0093db;
  border: 0;
  color: #fff;
  height: 100%;
  padding: 18px 30px 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar .search-dropdown .btn-search:before {
  font-size: 18px;
}
.logged-in .navbar .navs-wrapper .navbar-nav {
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 70px;
  }
  .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    width: 64px;
    height: 45px;
    padding: 0;
    margin-left: 30px;
    margin-top: 10px;
  }
  .navbar .navbar-brand img {
    /*width: 100%;*/
    height: 100%;
  }
  .navbar .navs-wrapper {
    padding: 0;
  }
  .navbar .navs-wrapper .nav-tools {
    background-color: #ecebea;
    position: static;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .navbar .navs-wrapper .nav-tools li:last-child {
    margin-right: 0;
  }
  .navbar .navs-wrapper .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .navs-wrapper .navbar-nav li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .navs-wrapper .navbar-nav li > a span {
    display: inline-block;
  }
  .navbar .btn-my-pages {
    display: block;
    position: static;
    height: auto;
    width: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar .navbar-toggle {
    background-color: #f6f5f3;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 70px;
    padding: 28px;
  }
  .navbar .navbar-toggle .icon-bar {
    background-color: #0072c2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 17px;
  }
  .navbar.navbar-default .navbar-toggle:hover,
  .navbar .navbar-default .navbar-toggle:focus {
    background-color: #f6f5f3;
  }
  .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    background-color: #f6f5f3;
    border-top: 0;
  }
  .logged-in .navbar .navs-wrapper .navbar-nav {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .navbar .navs-wrapper .nav-tools li.search.search-active {
    background-color: #ecebea !important;
  }
  .navbar .navs-wrapper .nav-tools li.search.search-active a {
    color: #0072c2;
  }
}
#footer {
  color: #bbb;
  font-size: 15px;
}
#footer:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #0072c2;
  display: block;
}
#footer .block.no-heading {
  margin-top: 31px;
}
#footer h2 {
  color: #fff;
}
#footer nav ul {
  margin: 0;
  padding: 0;
}
#footer nav ul li {
  list-style: none;
}
#footer nav ul li a {
  color: #fff;
}
#footer nav ul li a:visited {
  color: #fff;
}
#footer #top-footer {
  background: #292b2c;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer #bottom-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #242526;
}
#footer .logo {
  width: 90px;
  height: auto;
  position: relative;
  left: -16px;
}
@media (max-width: 991px) {
  #top-footer .block:not(:first-child) {
    margin-top: 30px;
  }
  #bottom-footer img {
    margin: 30px 15px 0 15px;
  }
}
#modal-window {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 500;
  padding: 50px;
  background-color: #242526;
}
#modal-window:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}
#modal-window .container {
  height: 100%;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
#modal-window .container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#modal-window .container img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.page {
  min-height: 600px;
}
.page-intro {
  padding-top: 25px;
}
.page-intro .main-body {
  margin-top: 30px;
}
.page-intro + div {
  margin-top: 50px;
}
.img-intro {
  margin-left: -50px;
  margin-right: -50px;
}
.img-intro img {
  width: 100%;
}
.no-sidebar .img-intro {
  margin-left: -150px;
  margin-right: -150px;
}
@media (max-width: 991px) {
  .img-intro {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-infopage .page .block-contacts-container {
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .img-intro {
    margin-left: -15px;
    margin-right: -15px;
  }
  .no-sidebar .img-intro {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-result-pagination .h5,
  .divider .h5,
  .page-result-pagination.h5,
  .divider.h5 {
    display: none;
  }
}
.slideshow {
  background-color: #292b2c;
  position: relative;
  width: 100%;
  height: 675px;
  overflow: hidden;
  z-index: 1;
}
.slideshow .slides-container {
  height: 100%;
  padding: 0;
  margin: 0;
}
.slideshow .slides-container .slide {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.slideshow .slides-container .slide.slide-active {
  z-index: 1;
}
.slideshow .slides-container .slide .video-player .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  line-height: 1;
  z-index: 5;
  background: #0074be;
  color: #fff;
  border: none;
  text-align: center;
  border-radius: 100%;
  font-size: 37px;
  padding-top: 20px;
}
.slideshow .slides-container .slide .video-player .play-button:before {
  line-height: 1;
  position: relative;
  left: 7px;
}
.slideshow .slides-container .slide .video-player .play-button:hover {
  background: #fff;
  color: #0074be;
  text-decoration: none;
}
.slideshow .slides-container .slide .video-player .video-item {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slideshow .slides-container .slide .text {
  color: #fff;
  position: absolute;
  top: 100px;
  left: 50px;
  z-index: 4;
}
.slideshow .slides-container .slide .text .btn {
  max-width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slideshow .slides-container .slide .text .big {
  line-height: 1;
  margin-bottom: 6px;
}
.slideshow .slides-container .slide .text header {
  margin-bottom: 25px;
}
.slideshow .slides-container .slide .text header:after {
  background-color: #fff;
  content: '';
  display: block;
  margin-top: 24px;
  width: 65px;
  height: 7px;
}
.slideshow .slides-container .slide .text header p {
  font-family: "AvantGarde", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 400px;
}
.slideshow .slides-container .slide img {
  display: block;
  max-width: none;
  position: relative;
  z-index: 3;
}
.slideshow .slider-nav {
  position: absolute;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #292b2c;
  padding: 0;
  border: 0;
  outline: none;
  z-index: 100;
  text-align: center;
}
.slideshow .slider-nav:before {
  font-family: "scr-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 18px;
  color: #0072c2;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 100%;
}
.slideshow .slider-nav.nav-next {
  right: 50px;
  padding-left: 3px;
}
.slideshow .slider-nav.nav-next:before {
  content: '\f117';
  padding-left: 9px;
}
.slideshow .slider-nav.nav-prev {
  right: 102px;
}
.slideshow .slider-nav.nav-prev:before {
  content: '\f109';
  padding-left: 4px;
}
.slideshow .slider-counter {
  background-color: #0072c2;
  color: #fff;
  font-family: "AvantGarde", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 50px;
  bottom: 102px;
  width: 50px;
  height: 50px;
  padding: 18px 0;
  text-align: center;
  z-index: 100;
}
.section-member-benefits .member-benefit {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-member-benefits .member-benefit:last-child {
  padding-bottom: 40px;
}
.section-member-benefits .h3 {
  color: #0072c2;
}
.section-latest-news .news-item {
  height: 320px;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.section-latest-news .news-item .black {
  color: #333333;
}
.section-latest-news .news-item:after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
  /* IE6-9 */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 2;
}
.section-latest-news .news-item .news-type {
  margin-bottom: 10px;
}
.section-latest-news .news-item .news-heading {
  margin-bottom: 8px;
}
.section-latest-news .news-item .publish-date {
  color: #666;
  font-size: 15px;
}
.section-latest-news .news-item .news-item-footer {
  padding: 25px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.section-latest-news .news-item .news-item-footer .link-btn {
  float: left;
}
.section-latest-news .news-item .news-item-footer .link-discrete {
  float: right;
  line-height: 1;
}
.no-cssgradients .news-item-footer {
  box-shadow: 0px 0px 100px 70px #fff;
  background: #fff;
}
#contact {
  z-index: 10;
  position: static;
  display: inline;
}
#contact > ul {
  list-style: none;
  display: block;
  position: absolute;
  z-index: 10;
}
#contact > ul li {
  padding: 10px 25px;
  border-top: 1px solid #fff;
  background-color: #f6f5f3;
  white-space: nowrap;
}
#contact > ul li:last-child {
  margin: 0;
}
#contact > ul li > a {
  padding: 0 !important;
}
#contact .contact-btn {
  line-height: 21px;
  display: block;
  font-weight: normal;
  padding: 10px 0 10px 25px !important;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
#contact.active .contact-btn:before {
  background-position: 0 -27px;
}
.no-touch #contact:hover > ul {
  display: block;
  z-index: 10;
}
.no-touch #contact:hover .contact-btn:before {
  background-position: 0 -27px;
}
@media (max-width: 991px) {
  .slideshow .slider-nav {
    display: none;
  }
  #contact {
    display: block;
  }
  #contact > ul {
    margin: 0 -15px;
    position: static !important;
  }
  #contact > ul li {
    padding: 10px 15px !important;
    font-size: 12px;
    white-space: normal;
  }
  .section-latest-news .news-item-footer {
    text-align: center;
  }
  .section-latest-news .news-item-footer .link-btn {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
  }
  .section-latest-news .news-item-footer .link-discrete {
    float: none !important;
    display: block;
  }
}
@media (max-width: 767px) {
  .slideshow {
    height: 340px;
  }
  .slideshow .slides-container .slide .video-player .play-button {
    font-size: 20px;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    padding-top: 14px;
  }
  .slideshow .slides-container .slide .video-player .play-button:before {
    left: 4px;
  }
  .slideshow .slides-container .slide .text {
    top: 32px;
    left: 15px;
  }
  .slideshow .slides-container .slide .text .btn {
    bottom: -113px;
    max-width: 70%;
  }
  .slideshow .slides-container .slide .text .big {
    font-size: 35px;
    margin-bottom: 3px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .slideshow .slides-container .slide .text header:after {
    margin-top: 12px;
    width: 40px;
    height: 5px;
  }
  .slideshow .slides-container .slide .text header p {
    font-size: 22px;
  }
  .slideshow .slider-counter {
    font-size: 12px;
    right: 15px;
    bottom: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0;
    width: 45px;
    height: 45px;
  }
  .page-startpage .block-blurb {
    padding-bottom: 0 !important;
  }
  #contact > ul {
    position: static !important;
  }
}
.page-associatedpartnerpage .partner-filter-wrapper {
  margin-top: 25px;
}
.page-associatedpartnerpage .partner-filter-wrapper .custom-select {
  margin-bottom: 50px;
  max-width: 100%;
}
.page-associatedpartnerpage .partner-filter-wrapper select {
  max-width: 100%;
}
.page-associatedpartnerpage .section-associated-partners {
  min-height: 250px;
}
.news-type {
  color: #fff;
  display: inline-block;
  font-family: "AvantGarde", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding: 4px 5px 3px;
  text-transform: uppercase;
}
.news-type.news-type-news {
  background-color: #f54138;
}
.news-type.news-type-press {
  background-color: #aed300;
}
.news-type.news-type-member {
  color: #8d8023;
  background-color: #ffe317;
}
.news-type.news-type-story {
  color: #000000;
  background-color: #f89800;
}
.news-filter {
  padding-top: 15px;
}
.news-filter .h5 {
  margin-bottom: 12px;
}
.news-filter .news-filter-choices {
  margin-bottom: 0.5em;
  line-height: 19px;
}
.news-filter .news-filter-choices .filter-link {
  display: block;
  color: #333333;
  font-weight: normal;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
  text-decoration: none;
}
.news-filter .news-filter-choices .filter-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  background: url(/Static/img/radio-btn-sprite.png) no-repeat;
  background-position: 0 -28px;
}
.news-filter .news-filter-choices .filter-link.active:before {
  background-position: 0 0;
}
.news-intro {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .news-filter {
    margin-top: 30px;
  }
  .newslisting-icon {
    display: none;
  }
}
.press-intro {
  margin-bottom: 0;
}
.campsite-intro {
  border: none;
  margin: 0;
  padding: 40px 0;
}
.campsite-map {
  height: 500px;
  margin: 0 -50px;
}
.campsite-map .cluster > div {
  display: none;
}
.campsite-container {
  position: relative;
}
.campsite-container .campsite-info {
  display: none;
  -o-animation: fade-in 0.5s ease-out forwards;
  -webkit-animation: fade-in 0.5s ease-out forwards;
  -moz-animation: fade-in 0.5s ease-out forwards;
  animation: fade-in 0.5s ease-out forwards;
}
.campsite-container .campsite-info.active {
  display: block;
}
.campsite-container .campsite-info .menu {
  list-style: none;
  background-color: #f6f5f3;
  padding: 50px 25px 25px 25px;
  margin: 0 -50px;
  border-top: 1px solid #e5e3e2;
  border-bottom: 1px solid #e5e3e2;
}
.campsite-container .campsite-info .menu li {
  float: left;
  width: 7.14285%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}
.campsite-container .campsite-info .menu li a {
  font-size: 18px;
  color: #0072c2;
  text-decoration: none;
}
.campsite-container .campsite-info .items {
  padding: 40px 0;
}
.campsite-container .map-back {
  position: absolute;
  z-index: 200;
  top: 25px;
  left: auto;
  color: #fff;
  font-size: 30px;
  display: none;
}
.campsite-container .map-back.active {
  display: block;
}
.campsite-toggle {
  z-index: 200;
  position: relative;
}
.campsite-toggle .buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}
.campsite-toggle .buttons .button {
  float: left;
  padding: 23px 48px;
  margin: 0;
  text-decoration: none;
  background: #e5e3e2;
  color: #a5a3a3;
}
.campsite-toggle .buttons .button.active {
  background: #f6f5f3;
  color: #000000;
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
.campsite-meta {
  padding: 50px 0;
}
.info-bubble {
  overflow: hidden !important;
  height: 100%;
}
.info-bubble .info-bubble-content {
  padding: 30px;
  display: block;
}
.info-bubble .info-bubble-content .h5 {
  font-size: 16px;
}
.info-bubble .info-bubble-content .link-btn span {
  font-size: 16px;
}
.info-bubble-parent {
  overflow: hidden;
  cursor: default;
  clear: both;
  position: relative;
  min-width: 404px;
  height: 100% !important;
  background-color: #ffffff;
}
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.gmnoprint a,
.gmnoprint span {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
.gm-style-cc {
  display: none;
}
@media screen and (max-width: 767px) {
  .campsite-container .campsite-meta,
  .campsite-container .campsite-map,
  .campsite-container .map-back {
    display: none;
    opacity: 0;
  }
  .campsite-container .campsite-meta.active,
  .campsite-container .campsite-map.active,
  .campsite-container .map-back.active {
    display: none;
    opacity: 0;
  }
  .campsite-container .campsite-list {
    display: block;
    opacity: 1;
  }
  .campsite-container .campsite-info .menu {
    padding: 30px 25px 0px 25px;
    margin: 0 -15px;
  }
  .campsite-container .campsite-info .menu li {
    width: 10%;
  }
  .campsite-toggle {
    display: none;
  }
}
.page-campingstorylistingpage .page {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #d1cfce;
}
.page-campingstorylistingpage .page-wrapper .page {
  padding-bottom: 40px;
}
.story-item {
  background-color: #777;
  position: relative;
  display: block;
  overflow: hidden;
}
.story-item img {
  margin: 0;
}
.story-item:hover .story-fold {
  bottom: 0;
  right: 0;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.story-item .story-content {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.story-item .story-content .h3 {
  margin-top: 13px;
  color: #fff;
}
.story-item .story-content,
.story-item .story-fold {
  z-index: 10;
}
.story-item .story-fold {
  position: absolute;
  bottom: -40px;
  right: -40px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #bfbebc;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.story-item .story-fold .fold {
  width: 0;
  height: 0;
  border-top: 40px solid #fff;
  border-right: 40px solid transparent;
}
@media (max-width: 991px) {
  .page-campingstorylistingpage .story-item img {
    width: 100%;
  }
  .page-campingstorylistingpage .page {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.page-mypagespage header,
.page-myvisitorspage header {
  padding-top: 10px;
  padding-bottom: 50px;
  margin: 0;
}
.page-mypagespage header h1,
.page-myvisitorspage header h1 {
  margin: 0;
}
.page-mypagespage header p,
.page-myvisitorspage header p {
  color: #aaaaaa;
}
.page-mypagespage .mypages-link,
.page-myvisitorspage .mypages-link {
  position: absolute;
  left: auto;
  bottom: 30px;
  width: 30rem;
}
.page-mypagespage .section-blurbs,
.page-myvisitorspage .section-blurbs {
  margin-left: -50px;
  margin-right: -50px;
}
.page-mypagespage .section-blurbs.warning .campreport-warning,
.page-myvisitorspage .section-blurbs.warning .campreport-warning {
  margin-right: -25px !important;
  margin-left: 25px;
}
.page-mypagespage .section-blurbs.warning .block-blurb,
.page-myvisitorspage .section-blurbs.warning .block-blurb {
  height: auto;
  min-height: 210px;
  padding: 30px 50px;
}
.page-mypagespage .section-blurbs.warning .block-blurb.overlay-dark,
.page-myvisitorspage .section-blurbs.warning .block-blurb.overlay-dark {
  color: #fff;
}
.page-mypagespage .section-blurbs.warning .block-blurb.basic,
.page-myvisitorspage .section-blurbs.warning .block-blurb.basic {
  background-color: #beedfd;
  min-height: 170px;
  padding: 30px 50px 75px 50px;
}
.page-mypagespage .section-blurbs.warning .block-blurb.basic h2,
.page-myvisitorspage .section-blurbs.warning .block-blurb.basic h2 {
  color: #555555;
}
.page-mypagespage .section-blurbs.warning .block-blurb.basic .mypages-link,
.page-myvisitorspage .section-blurbs.warning .block-blurb.basic .mypages-link {
  color: #0093db;
}
.page-mypagespage .section-blurbs.warning .block-blurb.basic.warning,
.page-myvisitorspage .section-blurbs.warning .block-blurb.basic.warning {
  background-color: #fff39d;
}
.page-mypagespage .section-blurbs.warning .block-blurb.warning,
.page-myvisitorspage .section-blurbs.warning .block-blurb.warning {
  min-height: 0;
  padding: 30px 50px;
}
.page-mypagespage .section-blurbs.warning .block-blurb.warning .inner,
.page-myvisitorspage .section-blurbs.warning .block-blurb.warning .inner {
  position: relative;
  padding-left: 85px;
}
.page-mypagespage .section-blurbs.warning .block-blurb.warning .inner:before,
.page-myvisitorspage .section-blurbs.warning .block-blurb.warning .inner:before {
  content: '';
  background: url('/Static/img/warning.png') no-repeat 0 0;
  width: 54px;
  height: 47px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 0;
}
.page-mypagespage .section-blurbs.warning .block-blurb .blurb-heading:after,
.page-myvisitorspage .section-blurbs.warning .block-blurb .blurb-heading:after {
  display: none;
}
.page-mypagespage .section-blurbs.warning .block-blurb.col-sm-6:nth-child(3n+1),
.page-myvisitorspage .section-blurbs.warning .block-blurb.col-sm-6:nth-child(3n+1) {
  clear: left;
}
.page-mypagespage .section-blurbs.warning .mypages-link,
.page-myvisitorspage .section-blurbs.warning .mypages-link {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 300;
}
.mypages-module,
.mypages-statistics,
.page-mypagespage .mypages-sales,
.page-mypagespage .mypages-calendar,
.page-mypagespage .mypages-campsiteLink,
.page-mypagespage .mypages-classification,
.page-mypagespage .mypages-news {
  padding-top: 30px;
  padding-bottom: 30px;
  height: 350px;
  position: relative;
}
.mypages-statistics {
  height: auto !important;
}
.mypages-statistics .right {
  text-align: right;
  color: #aaaaaa;
  font-size: 15px;
}
.mypages-statistics table {
  margin-top: 100px;
}
.mypages-statistics table tr > td {
  color: #0072c2;
  font-weight: 500;
  border: none !important;
  width: calc(100%/6);
}
.mypages-statistics table tr > td:first-child {
  color: #999999;
}
.mypages-statistics table tr > td:last-child {
  font-weight: 700;
}
.mypages-statistics .table {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.mypages-statistics .icon-camper:before,
.mypages-statistics .icon-truck:before {
  top: -40px;
  left: 20px;
  font-size: 60px;
}
.mypages-statistics .icon-cabin:before {
  top: -42px;
  left: 20px;
  font-size: 53px;
}
.mypages-statistics .icon-tent:before {
  top: -42px;
  left: 20px;
  font-size: 43px;
}
.mypages-statistics thead {
  padding-bottom: 20px;
}
.page-mypagespage .mypages-sales {
  border-right: 1px solid #e5e3e2;
}
.page-mypagespage .mypages-sales > ul {
  list-style: none;
  padding: 0;
}
.page-mypagespage .mypages-sales > ul > li p {
  margin: 0;
}
.page-mypagespage .mypages-sales > ul > li p:first-child {
  font-size: 50px;
  color: #5acdf1;
  margin: 0;
}
.page-mypagespage .mypages-sales > ul > li p:last-child {
  margin-bottom: 14px;
}
.page-mypagespage .information-wrapper {
  display: flex;
}
@media (min-width: 991px) {
  .page-mypagespage .information-wrapper > div {
    display: flex;
  }
}
.page-mypagespage .latest-news {
  flex-grow: 1;
}
.page-mypagespage .mypages-calendar {
  height: 100%;
}
.page-mypagespage .mypages-calendar .h3 {
  margin-bottom: 5px;
}
.page-mypagespage .mypages-calendar h4 {
  margin-top: 15px;
}
.page-mypagespage .mypages-calendar .upcoming-events {
  margin-right: -50px;
  width: 100%;
  padding-right: 15px;
  margin-top: 34px;
  margin-bottom: 40px;
}
.page-mypagespage .mypages-calendar > ul {
  list-style: none;
  padding: 0;
}
.page-mypagespage .mypages-calendar > ul > li {
  position: relative;
  margin-bottom: 20px;
}
.page-mypagespage .mypages-calendar > ul > li .date {
  text-align: center;
  display: inline-block;
  padding: 4px 15px;
  font-size: 26px;
  background: #d9534f;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.page-mypagespage .mypages-calendar > ul > li .date span {
  display: block;
  margin: 0;
  font-size: 11px;
}
.page-mypagespage .mypages-calendar > ul > li p {
  display: inline-block;
  padding-left: 20px;
  position: absolute;
  top: 0;
}
.page-mypagespage .mypages-campreport {
  padding: 30px 0;
}
.page-mypagespage .mypages-campreport .right {
  text-align: right;
  color: #aaaaaa;
  font-size: 15px;
}
.page-mypagespage .mypages-campreport table {
  margin-top: 100px;
}
.page-mypagespage .mypages-campreport table tr td {
  border: none;
  color: #0072c2;
  font-weight: 500;
  width: calc(16.66666667%);
}
.page-mypagespage .mypages-campreport table tr td:first-child {
  color: #999999;
}
.page-mypagespage .mypages-campreport .icon-truck:before,
.page-mypagespage .mypages-campreport .icon-camper:before,
.page-mypagespage .mypages-campreport .icon-tent:before {
  top: -40px;
  left: 20px;
  font-size: 60px;
}
.page-mypagespage .mypages-campreport .icon-cabin:before {
  top: -42px;
  left: 20px;
  font-size: 53px;
}
.page-mypagespage .mypages-campreport .icon-tent:before {
  top: -42px;
  left: 20px;
  font-size: 43px;
}
.page-mypagespage .mypages-campsiteLink {
  border-right: 1px solid #e5e3e2;
}
.page-mypagespage .mypages-campsiteLink .h3 {
  margin-bottom: 30px;
}
.page-mypagespage .mypages-campsiteLink .h4 {
  margin-bottom: 5px;
}
.page-mypagespage .mypages-campsiteLink .content .left {
  float: left;
  width: 45%;
}
.page-mypagespage .mypages-campsiteLink .content .right {
  float: right;
  width: 50%;
  padding-right: 10px;
}
.page-mypagespage .mypages-classification {
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  position: relative;
}
.page-mypagespage .mypages-classification .section-blurbs .border-top .col-sm-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-mypagespage .mypages-classification .header {
  margin-bottom: 30px;
}
.page-mypagespage .mypages-classification .header .h3 {
  float: left;
  margin-bottom: 0;
}
.page-mypagespage .mypages-classification .header > ul {
  float: right;
  list-style: none;
  margin-bottom: 0;
  margin-top: 2px;
  line-height: 1;
}
.page-mypagespage .mypages-classification .header > ul > li {
  margin: 0;
  padding: 0 1px;
  float: left;
}
.page-mypagespage .mypages-classification .category {
  overflow: hidden;
  margin-bottom: 5px;
}
.page-mypagespage .mypages-classification .category .h5 {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  color: #000;
  font-weight: 500;
}
.page-mypagespage .mypages-classification .category > ul {
  list-style: none;
  float: left;
  padding: 0px;
  margin: 0;
}
.page-mypagespage .mypages-classification .category > ul li {
  float: left;
  width: 15px;
  height: 15px;
  margin: 0 0 0 2px;
  padding: 0;
}
.page-mypagespage .mypages-classification .category > ul li.gray {
  opacity: 0.2;
}
.page-mypagespage .mypages-classification .category > ul li:nth-child(1) {
  margin: 0px;
}
.page-mypagespage .mypages-classification .category.category-hygiene li {
  background-color: #f89800;
}
.page-mypagespage .mypages-classification .category.category-environment li {
  background-color: #aed300;
}
.page-mypagespage .mypages-classification .category.category-service li {
  background-color: #ffe317;
}
.page-mypagespage .mypages-classification .category.category-recreation li {
  background-color: #0072c2;
}
.page-mypagespage .mypages-classification .category.category-activity li {
  background-color: #f54138;
}
.page-mypagespage .mypages-news {
  height: auto;
}
.page-mypagespage .mypages-news .listing-items .listing-item {
  background-color: transparent;
  padding: 14px 25px;
}
.page-mypagespage .mypages-news .listing-items .listing-item > span {
  padding: 0;
}
.page-mypagespage .mypages-news .listing-items .listing-item .listing-title {
  position: relative;
}
.page-mypagespage .mypages-news .listing-items .listing-item .listing-title span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-left: 10px;
}
.page-mypagespage .mypages-camping-information {
  padding: 30px 0;
}
.page-mypagespage .mypages-camping-information .block-blurb .unclassified-blurb {
  color: black;
  display: flex;
  margin-top: 156px;
}
.page-mypagespage .mypages-camping-information .block-blurb .unclassified-blurb .unclassified-link {
  z-index: 1000;
}
.page-mypagespage .mypages-camping-information .block-blurb .unclassified-blurb .unclassified-link .unclassified-text {
  color: black;
  text-decoration: none;
  text-align: center;
}
.page-mypagespage .mypages-bottom-blurbs {
  padding: 30px 0;
}
.page-mypagespage .mypages-bottom-blurbs .section-blurbs {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .page-mypagespage .border-top {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-mypagespage .section-blurbs {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-mypagespage .mypages-calendar .upcoming-events {
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .information-wrapper {
    flex-direction: column;
  }
  .mypages-advisor img {
    min-width: 250px;
    width: 100%;
    margin-bottom: 15px;
  }
  .page-mypagespage #campingfilter,
  .page-myvisitorspage #campingfilter,
  .page-mypagespage .custom-select,
  .page-myvisitorspage .custom-select,
  .page-mypagespage .custom-selectInner,
  .page-myvisitorspage .custom-selectInner {
    width: 100% !important;
  }
  .page-mypagespage header,
  .page-myvisitorspage header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-mypagespage header h1,
  .page-myvisitorspage header h1 {
    margin: 15px 0;
  }
  .page-mypagespage .section-blurbs,
  .page-myvisitorspage .section-blurbs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-mypagespage .section-blurbs .block-blurb,
  .page-myvisitorspage .section-blurbs .block-blurb {
    padding: 40px 15px 15px 15px;
  }
  .page-mypagespage .section-blurbs .block-blurb.basic,
  .page-myvisitorspage .section-blurbs .block-blurb.basic {
    padding: 15px;
  }
  .page-mypagespage .section-blurbs .block-blurb .text p,
  .page-myvisitorspage .section-blurbs .block-blurb .text p {
    padding-bottom: 65px;
  }
  .page-mypagespage .section-blurbs .block-blurb .mypages-link,
  .page-myvisitorspage .section-blurbs .block-blurb .mypages-link {
    left: 15px;
  }
  .mypages-module,
  .mypages-news,
  .mypages-statistics,
  .mypages-sales,
  .mypages-advisor,
  .mypages-classification,
  .mypages-statistics,
  .page-mypagespage .mypages-sales,
  .page-mypagespage .mypages-calendar,
  .page-mypagespage .mypages-campsiteLink,
  .page-mypagespage .mypages-classification,
  .page-mypagespage .mypages-news {
    margin: 0;
    padding: 30px 0;
    height: auto;
  }
  .page-mypagespage .border-top {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-left: 0;
    margin-right: 0;
  }
  .page-mypagespage .block-blurb {
    padding-bottom: 0 !important;
  }
  .page-mypagespage .mypages-link {
    position: relative;
    left: 0;
    bottom: auto;
  }
  .page-mypagespage .mypages-statistics {
    padding-top: 0;
  }
  .page-mypagespage .mypages-statistics .right {
    text-align: left;
  }
  .page-mypagespage .mypages-sales {
    border: none;
  }
  .page-mypagespage .mypages-calendar .upcoming-events {
    margin-right: -15px;
    height: auto;
  }
  .page-mypagespage .mypages-classification,
  .page-mypagespage .mypages-advisor,
  .page-mypagespage .mypages-sales {
    margin: 0 -25px;
    padding: 30px 15px;
  }
  .page-mypagespage .mypages-facility .row.border-top {
    padding-left: 0;
    padding-right: 0;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .page-mypagespage .mypages-calendar,
  .page-mypagespage .mypages-classification {
    border-top: 1px solid #e5e3e2;
  }
  .page-mypagespage .mypages-advisor {
    border: none;
  }
  .page-mypagespage .mypages-advisor .content .left,
  .page-mypagespage .mypages-advisor .content .right {
    float: none;
    width: 100%;
  }
  .page-mypagespage .mypages-advisor p:last-child {
    margin-bottom: 15px,;
  }
  .page-mypagespage .mypages-classification .header .h3 {
    float: none;
    margin-bottom: 12.5px;
  }
  .page-mypagespage .mypages-classification .header > ul {
    float: none;
    padding: 0;
  }
  .page-mypagespage .mypages-classification .header > ul li img {
    margin-bottom: 0;
  }
  .page-mypagespage .mypages-classification .category {
    margin-bottom: 15px;
  }
  .page-mypagespage .mypages-classification .category .h5 {
    display: block;
    margin-bottom: 0;
  }
  .page-mypagespage .mypages-news {
    padding-bottom: 30px;
  }
  .page-mypagespage .mypages-news .listing-items .listing-link {
    margin-bottom: 15px;
  }
  .page-mypagespage .mypages-news .listing-items .listing-item {
    padding: 15px 0;
  }
  .page-mypagespage .mypages-news .listing-items .listing-item .listing-title {
    position: relative;
    margin: 0;
  }
  .page-mypagespage .mypages-news .listing-items .listing-item .listing-title span {
    display: block;
    margin-top: 5px;
    bottom: auto;
    top: auto;
    margin-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .page-mypagespage .mypages-facility {
    height: auto;
  }
  .page-mypagespage .mypages-facility .col-sm-6 {
    height: auto;
  }
  .page-mypagespage .mypages-facility .col-sm-6:first-child .mypages-link {
    margin: 30px 0;
    display: inline-block;
  }
  .page-mypagespage .mypages-facility .col-sm-6:last-child .mypages-link {
    margin: 30px 0 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .information-wrapper .block-news-listing .listing-items {
    margin-bottom: 0;
  }
  .upcoming-events .mypages-link {
    margin-top: 25px;
    display: inline-block;
  }
}
.myvisitors-block,
.page-myvisitorspage .myvisitors-statistics,
.page-myvisitorspage .page-content-blocks-wrapper,
.page-myvisitorspage .myvisitor-advisor,
.page-myvisitorspage .myvisitors-toplist,
.page-myvisitorspage .myvisitors-totalvisitors,
.myvisitors-tags {
  margin-bottom: 50px;
}
.page-myvisitorspage {
  /*.mypages-statistics {
        padding-top: 0;
        padding-bottom: 0;
        .table {
            margin-bottom: 40px;
        }
    }*/
}
.page-myvisitorspage .border-top {
  margin: 0 -50px;
  padding-right: 50px;
  padding-left: 50px;
}
.page-myvisitorspage .pad-top {
  padding-top: 30px;
}
.page-myvisitorspage .myvisitors-statistics {
  position: relative;
  padding: 40px 50px 40px 50px;
  background-color: #f6f5f3;
}
.page-myvisitorspage .myvisitors-statistics .h4 {
  font-size: 13px;
  padding-bottom: 15px;
}
.page-myvisitorspage .myvisitors-statistics .h5 {
  font-size: 12px;
}
.page-myvisitorspage .myvisitors-statistics .visitor-group {
  margin-bottom: 15px;
  height: 25px;
}
.page-myvisitorspage .myvisitors-statistics .label {
  display: inline-block;
  float: left;
  width: 10%;
  height: 25px;
  line-height: 25px;
}
.page-myvisitorspage .myvisitors-statistics .bar {
  display: inline-block;
  float: right;
  width: 90%;
  height: 25px;
  margin-top: 0;
  cursor: pointer;
}
.page-myvisitorspage .myvisitors-statistics .bar:hover span {
  background-color: #0093db;
}
.page-myvisitorspage .myvisitors-statistics .bar span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5acdf1;
}
.page-myvisitorspage .myvisitors-statistics .scale {
  display: block;
  float: right;
  width: 90%;
  height: 50px;
  position: relative;
  list-style: none;
}
.page-myvisitorspage .myvisitors-statistics .scale li {
  position: absolute;
  top: 0;
}
.page-myvisitorspage .page-content-blocks-wrapper {
  padding-top: 40px;
}
.page-myvisitorspage .myvisitor-advisor {
  padding-top: 30px;
}
.page-myvisitorspage .myvisitor-advisor .h3 {
  margin-bottom: 30px;
}
.page-myvisitorspage .myvisitor-advisor .content .left {
  float: left;
  width: 45%;
}
.page-myvisitorspage .myvisitor-advisor .content .right {
  float: right;
  width: 50%;
}
.page-myvisitorspage .myvisitor-advisor img {
  max-width: 300px;
  width: 100%;
}
.page-myvisitorspage .myvisitors-toplist .h4 {
  margin-bottom: 20px;
}
.page-myvisitorspage .myvisitors-totalvisitors {
  padding-top: 30px;
}
.page-myvisitorspage .myvisitors-totalvisitors p {
  margin-bottom: 20px;
}
.page-myvisitorspage .myvisitors-totalvisitors td {
  padding: 10px 20px !important;
}
.page-myvisitorspage .myvisitors-totalvisitors ul {
  list-style: none;
  padding: 0;
}
.page-myvisitorspage .myvisitors-totalvisitors ul li {
  padding: 0;
  margin-left: 0;
}
.bubble {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px 40px 20px;
  width: 127px;
  height: 80px;
  background: #000;
  border-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
}
.bubble .h4 {
  margin: 0 !important;
  padding: 0 !important;
}
.bubble p {
  margin: 0 !important;
  padding: 0 !important;
}
.bubble:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-top: 7px solid #000;
  border-top-color: inherit;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.myvisitors-tags .tag {
  margin-bottom: 10px;
}
.myvisitors-tags .tag .label-tag {
  background: #aed300;
  border: #aed300;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 30px;
  width: 125px;
  left: 0;
  line-height: 30px;
  margin: 0 20px 0 0;
  padding: 0 10px 0 15px;
  position: relative;
  top: 0;
  font-size: 12px;
}
.myvisitors-tags .tag .label-tag.orange {
  background: #f89800;
  border: #f89800;
}
.myvisitors-tags .tag .label-tag.orange:before {
  border-left: 12px #f89800 solid;
}
.myvisitors-tags .tag .label-tag:before {
  border-bottom: 15px transparent solid;
  border-left: 12px #aed300 solid;
  border-top: 15px transparent solid;
  content: '';
  height: 0;
  right: -12px;
  position: absolute;
  top: 0;
  width: 0;
}
.myvisitors-tags .tag p {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-myvisitorspage .table:last-child {
    padding-bottom: 0;
  }
  .page-myvisitorspage .myvisitors-tags .tag {
    margin-bottom: 20px;
  }
  .page-myvisitorspage .myvisitors-tags .tag .label-tag {
    margin-bottom: 10px;
  }
  .page-myvisitorspage .border-top {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-left: 0;
    margin-right: 0;
  }
  .page-myvisitorspage .myvisitors-tips {
    margin-bottom: 20px;
  }
  .page-myvisitorspage .myvisitors-tips .list-bullet {
    margin-bottom: 30px;
  }
  .page-myvisitorspage .left,
  .page-myvisitorspage .right {
    float: none !important;
    width: 100% !important;
  }
  .page-myvisitorspage img {
    margin-bottom: 20px;
  }
  .page-myvisitorspage .myvisitors-statistics {
    padding: 20px;
  }
  .page-myvisitorspage .myvisitors-statistics .visitor-group {
    height: auto;
  }
  .page-myvisitorspage .myvisitors-statistics .label {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .page-myvisitorspage .myvisitors-statistics .bar {
    display: block;
    float: none;
    width: 100% !important;
    height: 25px;
  }
  .page-myvisitorspage .myvisitors-statistics .bar span {
    position: relative;
  }
  .page-myvisitorspage .myvisitors-statistics .bar span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    content: attr(data-amount);
    font-family: "AvantGarde", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    color: #0072c2;
  }
  .page-myvisitorspage .myvisitors-statistics .scale {
    display: none;
  }
}
.page-newspage .news-meta,
.page-pressreleasepage .news-meta {
  margin-top: 30px;
}
.page-newspage .news-meta .link-btn,
.page-pressreleasepage .news-meta .link-btn {
  float: left;
}
.page-newspage .news-meta .news-date,
.page-pressreleasepage .news-meta .news-date {
  color: #aaaaaa;
  font-size: 15px;
  font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
  float: right;
}
.page-newspage .page-wrapper .page-wrapper,
.page-pressreleasepage .page-wrapper .page-wrapper {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .page-newspage .news-meta,
  .page-pressreleasepage .news-meta {
    margin-top: 30px;
  }
  .page-newspage .news-meta .link-btn,
  .page-pressreleasepage .news-meta .link-btn {
    float: none;
    display: block;
  }
  .page-newspage .news-meta .news-date,
  .page-pressreleasepage .news-meta .news-date {
    float: none;
    margin-top: 10px;
  }
}
.page-loginpage .login-header {
  background-image: url(/Static/img/login-bg.jpg);
  background-position: center right;
  background-size: cover;
  margin: 0 -150px;
  padding: 40px 150px 150px;
  background-color: #5acdf1;
  color: #0072c2;
}
.page-loginpage .login-header h1 {
  margin-bottom: 50px;
}
.page-loginpage p {
  margin-bottom: 15px;
}
.page-loginpage .links {
  position: relative;
}
.page-loginpage form .link-btn {
  position: absolute;
  float: right;
  margin-right: 55px;
  top: 50%;
  transform: translateY(-50%);
  right: 95px;
}
.page-loginpage .login-body {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-loginpage .login-body .goto-link {
  margin-top: 15px;
}
.page-loginpage .login-body .h4 {
  position: relative;
  display: block;
  text-decoration: none;
  padding-left: 40px;
  margin-bottom: 40px;
}
.page-loginpage .login-body .h4:first-child {
  margin-top: 40px;
}
.page-loginpage .login-body .h4:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  line-height: 30px;
  right: auto;
  left: 0;
  color: #5acdf1;
}
.page-loginpage form .form-group label {
  color: #0072c2;
}
.page-loginpage form .form-group .form-control {
  background-color: #fff;
}
.page-loginpage form .btn-default {
  float: right;
}
.page-loginpage form .link-btn {
  float: right;
  margin-right: 55px;
}
@media screen and (max-width: 991px) {
  .page-loginpage .login-header {
    margin-right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .page-loginpage .login-header {
    background-position: center center;
    margin: 0 -15px;
    padding: 30px 15px 50px 15px;
  }
  .page-loginpage form .link-btn {
    float: right;
    position: relative;
    clear: both;
    margin-top: 30px;
    margin-right: 0;
    top: auto;
    right: auto;
  }
  .page-loginpage .login-body .h4:last-child {
    margin-bottom: 0;
  }
}
.page-passwordrecoverypage .page-intro {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .page-passwordrecoverypage .page-intro {
    padding-top: 20px;
  }
}
.page-searchpage header {
  background-color: #5acdf1;
  margin: 0 -150px;
  padding: 50px 150px;
}
.page-searchpage header h1 {
  margin-bottom: 28px;
}
.page-searchpage header .form-group {
  float: left;
  width: 85%;
  margin-right: 15px;
}
.page-searchpage header .form-group .form-control {
  background-color: #fff;
}
.page-searchpage header button {
  float: right;
  display: inline-block;
  height: 61px;
}
.page-searchpage .section-search {
  padding: 50px 150px;
  margin: 0 -150px;
}
.page-searchpage .col-page-type {
  width: 240px;
}
@media (max-width: 1299px) {
  .page-searchpage header {
    margin: 0 -150px;
    padding: 50px 150px;
  }
  .page-searchpage header .form-group {
    width: 80%;
  }
  .page-searchpage .section-search {
    padding: 50px 150px;
    margin: 0 -150px;
  }
}
@media (max-width: 991px) {
  .page-searchpage header {
    margin: 0 -30px;
    padding: 50px 30px;
  }
  .page-searchpage header .form-group {
    width: 80%;
  }
  .page-searchpage .section-search {
    padding: 50px 25px;
    margin: 0 -25px;
  }
}
@media (max-width: 767px) {
  .page-searchpage header {
    padding: 25px 15px;
    margin: 0 -15px;
  }
  .page-searchpage header .form-group {
    width: 100%;
  }
  .page-searchpage .section-search {
    padding: 25px 15px;
    margin: 0 -15px;
  }
  .page-searchpage .block .block-contact {
    margin-bottom: 25px !important;
  }
}
.page-infopage .page-wrapper .page {
  padding-bottom: 40px;
}
.page-calender {
  padding-bottom: 40px;
}
.page-calender .calender {
  margin-bottom: 40px;
}
.page-calender .year {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f6f5f3;
}
.page-calender .year h2 {
  margin-bottom: 0;
}
.page-calender .top-border {
  padding-top: 20px;
  border-top: 1px solid #f6f5f3;
  margin-bottom: 15px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Base styles for the .block-class */
.page .block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .page .block {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
.block-blurb-text-only.col-sm-6 {
  max-height: 250px;
}
.block-blurb-text-only.col-sm-6 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.block-blurb,
.block-blurb-text-only {
  max-height: 250px;
}
.block-blurb,
.block-blurb-text-only {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.block-blurb:hover,
.block-blurb-text-only:hover {
  text-decoration: none;
}
.block-blurb:nth-child(odd),
.block-blurb-text-only:nth-child(odd) {
  border-left: 0 !important;
}
.no-touch .block-blurb:hover:after,
.no-touch .block-blurb-text-only:hover:after {
  opacity: 0;
}
.no-touch .block-blurb.overlay-dark.blurb-hover:after,
.no-touch .block-blurb-text-only.overlay-dark.blurb-hover:after {
  opacity: 0.2;
}
.block-blurb .text,
.block-blurb-text-only .text {
  position: relative;
  z-index: 4;
  height: 100%;
}
.block-blurb .blurb-heading,
.block-blurb-text-only .blurb-heading {
  color: #fff;
  width: 260px;
  max-width: 100%;
}
.block-blurb .blurb-heading:after,
.block-blurb-text-only .blurb-heading:after {
  background-color: #fff;
  content: '';
  display: block;
  margin-top: 15px;
  height: 4px;
  width: 35px;
}
.block-blurb .blurb-paragraph,
.block-blurb-text-only .blurb-paragraph {
  color: #fff;
  margin-top: 20px;
}
.block-blurb .blurb-image,
.block-blurb-text-only .blurb-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  max-width: none;
}
.block-blurb .btn,
.block-blurb-text-only .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-blurb a,
.block-blurb-text-only a {
  bottom: -12px;
}
.block-blurb,
.block-blurb-text-only {
  height: 320px;
}
@media (max-width: 1299px) {
  .block-blurb,
  .block-blurb-text-only {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .block-blurb,
  .block-blurb-text-only {
    height: 280px;
  }
  .block-blurb .blurb-image,
  .block-blurb-text-only .blurb-image {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .block-blurb,
  .block-blurb-text-only {
    padding-bottom: 0px;
    border-left: 0 !important;
  }
  .block-blurb .btn,
  .block-blurb-text-only .btn {
    left: -15px;
    right: -15px;
  }
  .block-blurb #linkbutton,
  .block-blurb-text-only #linkbutton {
    padding-bottom: 15px;
  }
}
.campsite-list {
  margin-left: -13px;
  margin-right: -13px;
}
.block-campsite {
  text-align: center;
  width: 33.3333%;
  float: left;
  padding-right: 13px;
  padding-left: 13px;
  margin-bottom: 26px;
}
.block-campsite .inner {
  border: 1px solid #e5e3e2;
  height: 200px;
  padding: 25px 10px;
}
.block-campsite .description {
  margin-bottom: 15px;
}
.block-contacts-container {
  margin-top: 50px;
}
.contact-list {
  margin: 30px -13px 0 -13px;
  padding: 0;
}
.contact-list .block-contact {
  text-align: center;
  width: 33.3333%;
  float: left;
  padding-right: 13px;
  padding-left: 13px;
  margin-bottom: 26px;
}
.contact-list .block-contact .contact-inner {
  border: 1px solid #e5e3e2;
  min-width: 200px;
}
.contact-list .block-contact img {
  max-width: 100%;
  height: auto;
}
.contact-list .block-contact .contact-meta {
  height: 190px;
  line-height: 1.4;
  padding: 25px 10px 0;
}
.contact-list .block-contact .contact-meta h3 {
  margin-bottom: 2px;
}
.contact-list .block-contact .contact-meta p + p {
  margin-top: 0;
}
.no-sidebar .contact-list .block-contact {
  width: 25%;
}
@media (max-width: 1299px) {
  .contact-list .block-contact {
    height: auto;
    width: 50%;
  }
  .contact-list .block-contact img {
    width: 100%;
  }
  .contact-list .block-contact .contact-meta {
    margin-top: 30px;
  }
  .no-sidebar .contact-list .block-contact {
    width: 33.3333%;
  }
  .no-sidebar .contact-list .block-contact img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .contact-list .block-contact {
    margin-bottom: 0;
  }
  .contact-list .block-contact .contact-meta {
    padding: 0 10px;
  }
  .no-sidebar .contact-list .block-contact {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact-list .block-contact {
    width: 100%;
  }
  .contact-list .block-contact .contact-meta {
    padding: 30px 10px 35px 10px;
    height: auto;
    overflow: hidden;
  }
  .no-sidebar .contact-list .block-contact {
    width: 100%;
  }
}
.video-block {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-bottom: 40px;
}
.video-block .video-container {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-block .video-container .video-player .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  line-height: 1;
  z-index: 5;
  background: #0074be;
  color: #fff;
  border: none;
  text-align: center;
  border-radius: 100%;
  font-size: 37px;
  padding-top: 20px;
}
.video-block .video-container .video-player .play-button:before {
  line-height: 1;
  position: relative;
  left: 7px;
}
.video-block .video-container .video-player .play-button:hover {
  background: #fff;
  color: #0074be;
  text-decoration: none;
}
.video-block .video-container .video-player .video-item {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-block .video-container img {
  display: block;
  max-width: none;
  position: relative;
  z-index: 3;
  width: 100%;
}
.filelist {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .table-scroller {
    position: relative;
    overflow: hidden;
  }
  .table-scroller .table-scroller-inner {
    width: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-y: visible;
  }
}
.block-form .text {
  margin-bottom: 25px;
}
.block-associated-partner {
  position: relative;
  padding: 50px 0;
}
.page .block-associated-partner.block {
  margin-bottom: 0;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: 1px solid #e5e3e2;
}
.block-associated-partner:first-child:before {
  display: none;
}
.block-associated-partner .image {
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 200px;
  max-width: 300px;
}
.block-associated-partner .image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.block-associated-partner .image img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.block-associated-partner p + p {
  margin-top: 10px;
}
.block-associated-partner .description {
  margin-bottom: 30px;
}
.block-associated-partner .title {
  margin-top: 0;
}
.block-associated-partner .icon {
  font-size: 20px;
}
.block-associated-partner .icon:before {
  top: 12px;
}
.block-associated-partner .icon.icon-mail:before {
  top: 14px;
}
#partner-filter {
  z-index: 200;
  cursor: pointer;
}
@media (max-width: 991px) {
  .block-associated-partner {
    padding: 35px 0;
    margin-bottom: 0;
  }
  .block-associated-partner .pad-top {
    margin-top: 10px;
  }
  .block-associated-partner:before {
    left: -25px;
    right: -25px;
  }
  .block-associated-partner .image {
    position: static;
    height: auto;
    margin-bottom: 30px;
    text-align: left;
  }
  .block-associated-partner .icon {
    font-size: 16px;
  }
  .page-associatedpartnerpage .page-intro {
    margin-bottom: 0;
  }
  .page-associatedpartnerpage .page-intro .intro {
    margin-bottom: 0;
  }
  .page-associatedpartnerpage .partner-filter-alert {
    margin-bottom: 40px;
  }
  .page .block-associated-partner.block {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block-imgtxt img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .block-imgtxt img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.listing-items {
  margin: 0 -50px;
  border-top: 1px solid #e5e3e2;
}
.listing-items .listing-link {
  display: block;
  text-decoration: none;
}
.listing-items .listing-link:last-child .listing-item {
  padding-bottom: 40px;
}
.listing-items .listing-item {
  position: relative;
  padding: 22px 50px;
  background-color: #faf9f9;
}
.listing-items .listing-item:hover {
  background-color: #fff;
  transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  color: #0072c2;
}
.listing-items .listing-item:hover .listing-icon {
  color: #0072c2;
}
.listing-items.pressclip-items .listing-meta {
  padding-left: 0;
}
.listing-items .listing-meta {
  font-size: 15px;
  padding-left: 6px;
  color: #555555;
  position: relative;
  top: 1px;
}
.listing-items .listing-title {
  padding-right: 40px;
  margin: 5px 0 0;
}
.listing-items .listing-excerpt {
  color: #555555;
  width: 80%;
}
.listing-items .listing-source {
  color: #aaaaaa;
  margin-top: 5px;
}
.listing-items .listing-intro {
  color: #aaaaaa;
  padding-right: 16px;
}
.listing-items .listing-icon {
  position: absolute;
  top: 50%;
  margin-top: -11.5px;
  right: 50px;
  font-size: 23px;
  line-height: 23px;
  color: #cccccc;
  text-decoration: none !important;
}
.listing-items.campsite-list {
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.listing-items.campsite-list .listing-item {
  position: relative;
  padding: 5px 0;
  background-color: transparent;
}
.listing-items.campsite-list .listing-item:hover .listing-icon:after {
  opacity: 1;
}
.listing-items.campsite-list .listing-title {
  font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  color: #000000;
}
.listing-items.campsite-list .listing-link.index-divider {
  position: relative;
  margin-top: 56px;
}
.listing-items.campsite-list .listing-link.index-divider:before {
  content: " ";
  position: absolute;
  top: -28px;
  left: 0;
  display: block;
  height: 5px;
  width: 35px;
  background: #e5e3e2;
}
.listing-items.campsite-list .listing-icon {
  position: relative;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0;
  font-size: 18px;
  line-height: 18px;
  color: #cccccc;
  text-decoration: none !important;
}
.listing-items.campsite-list .listing-icon:after {
  position: absolute;
  left: -120px;
  width: 150px;
  content: attr(title);
  margin-top: -3px;
  opacity: 0;
}
.block-news-listing {
  padding-bottom: 30px;
  height: 100%;
}
.block-news-listing:before {
  content: '';
  display: block;
  margin-left: -50px;
  margin-right: -50px;
}
.block-news-listing .block-title {
  margin-top: 30px;
}
.block-news-listing .listing-items {
  border-top: 0;
  margin-bottom: 40px;
}
.block-news-listing .listing-items .listing-item {
  background-color: #fff;
}
.block-news-listing .listing-items .listing-item:hover {
  background-color: #faf9f9;
}
.block-news-listing .listing-items .listing-item:last-child {
  padding-bottom: 22px;
}
.block-news-listing .listing-items .listing-item .listing-title {
  margin: 0;
}
.block-news-listing .listing-items .listing-item .listing-meta {
  padding-left: 0;
}
.block-news-listing .listing-items .listing-item .news-type {
  top: -3px;
  position: relative;
  margin-left: 8px;
}
.no-sidebar .listing-items {
  margin: 0 -150px;
}
.no-sidebar .listing-items .listing-item {
  padding: 22px 150px;
}
.no-sidebar .listing-items .listing-icon {
  right: 150px;
}
@media (max-width: 767px) {
  .block-news-listing:before {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .listing-items {
    margin: 0 -15px;
  }
  .listing-items .listing-item {
    padding: 22px 15px;
  }
  .listing-items .listing-item .listing-title {
    padding-right: 0;
  }
  .listing-items .listing-excerpt,
  .listing-items .listing-icon {
    display: none;
  }
  .listing-items .listing-excerpt {
    width: 100%;
  }
  .page-presscliplistingpage .listing-items {
    margin: 0 -15px;
  }
  .page-presscliplistingpage .listing-items .listing-item {
    padding: 22px 15px;
  }
  .no-sidebar .listing-items {
    margin: 0 -15px;
  }
  .no-sidebar .listing-items .listing-item {
    padding: 22px 15px;
  }
}
@media (max-width: 767px) {
  .block-twocolumntext .right {
    margin-top: 35px;
  }
}
@media print {
  .navbar {
    display: none;
  }
  #footer {
    display: none;
  }
  .logged-in-bar {
    display: none;
  }
  #sidebar {
    display: none;
  }
  .sidebar .page {
    border-left: none;
  }
  #breadcrumbs {
    display: none;
  }
  .filelist {
    display: none;
  }
  .col-sm-6 {
    width: 50%;
    float: left;
  }
  .block.block-contact,
  .no-sidebar .contact-list .block-contact {
    width: 33.3333%;
  }
  a[href]:after {
    content: none !important;
  }
}
