/*$grid-columns:              24 !default;*/
/*! 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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small, 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: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}
mark, .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover, a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}
dt, dd {
  line-height: 1.42857;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}
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 #eee;
  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: 20px;
  font-style: normal;
  line-height: 1.42857;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/*
 //$background_picture_digital_display : "images/digital_display.jpg";
 $textwhite:           #fff;
 $transparent:			rgba(0,0,0,0);
 @import "modules/mixins";
 /* $background_picture_home : "images/SW_Jordan McQueenSCOPE2-1920.jpg"; */
.oh {
  overflow: hidden;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777 !important;
}
.text-primary {
  color: #337ab7 !important;
}
a.text-primary:focus, a.text-primary:hover {
  color: #286090 !important;
}
.text-success {
  color: #3c763d !important;
}
a.text-success:focus, a.text-success:hover {
  color: #2b542c !important;
}
.text-info {
  color: #31708f !important;
}
a.text-info:focus, a.text-info:hover {
  color: #245269 !important;
}
.text-green {
  color: #0e4e0e !important;
}
.text-warning {
  color: #8a6d3b !important;
}
a.text-warning:focus, a.text-warning:hover {
  color: #66512c !important;
}
.text-danger {
  color: #a94442 !important;
}
.text-danger p {
  color: #a94442 !important;
}
.text-info p {
  color: #31708f !important;
}
.bg-green {
  background-color: #e4f3e4;
}
.why-ask .info-ask span {
  width: 95%;
  height: auto;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  background: #509ed3;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  color: white;
}
body {
  color: #4d4b4b;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-size {
  height: 97px;
}
a {
  color: #134a6b;
  text-decoration: underline;
}
.pageHeader {
  margin: 0;
  padding: 0px;
  width: 100%;
  z-index: 1030;
  left: 0;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .pageHeader {
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #afa598;
    height: 97px;
  }
  .pageHeader > div {
    height: 97px;
  }
}
@media (max-width: 991px) {
  .pageHeader .container {
    width: auto;
  }
  .pageHeader .mobile-bg {
    height: 80px;
    background-color: #509ed2;
  }
  .pageHeader .no-left-mobile {
    padding-left: 0;
  }
  .pageHeader .no-right-mobile {
    padding-right: 0;
  }
}
.pageHeader .desktop-site-logo {
  height: 98px;
  width: 189px;
  position: absolute;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 1199.99px) {
  .pageHeader .desktop-site-logo {
    background-color: #509ed3;
    background-size: 100% 80%;
    background-repeat: no-repeat;
    width: 150px;
    background-position: center;
  }
}
@media (max-width: 1199px) {
  .pageHeader .desktop-site-logo {
    display: none;
  }
}
.pageHeader .small-desktop-site-logo {
  height: 48px;
  width: 189px;
  position: absolute;
  background-size: 100%;
  background-position: center;
}
@media screen and (min-width: 1042px) {
  .pageHeader .small-desktop-site-logo {
    display: none;
  }
}
@media (max-width: 1199px) {
  .pageHeader .small-desktop-site-logo {
    display: block;
  }
}
.pageHeader .logo .mobile_btn {
  display: none;
  font-size: 26px;
  background: #346c8e;
  padding: 5px 10px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 991px) {
  .pageHeader .logo .mobile_btn {
    display: block;
  }
}
@media (max-width: 991px) {
  .pageHeader .logo {
    height: 100%;
  }
}
.pageHeader .logo .mobile-logo {
  height: 100%;
}
.pageHeader .logo .mobile-logo img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  max-width: 200px;
}
.pageHeader .title {
  text-align: right;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 3rem;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .pageHeader .title {
    padding-left: 2.08333%;
    padding-right: 2.08333%;
    font-size: 15px;
    line-height: 47px;
    text-align: left;
    border-bottom: 1px solid #d5d5d5;
  }
}
@media (max-width: 767px) {
  .pageHeader .title {
    line-height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .pageHeader .title {
    font-size: 15px;
  }
}
.pageHeader .mobile-section.none {
  display: none;
}
.hero-home-page {
  background-image: url(../images/hero_aging_ok_2.png);
  background-position: center;
  background-size: cover;
  height: 69.5vh;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hero-home-page h1 {
  font-family: 'Open Sans Condensed';
  font-size: 42px;
  line-height: 4.8rem;
  margin: 0 auto;
  position: relative;
  top: 70px;
  font-weight: bold;
  color: #463235;
  text-shadow: initial;
  text-rendering: geometricPrecision;
  background: rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.hero-home-page h1 span {
  display: block;
  line-height: 1;
  /*font-size: 86px;
   margin-top: -2rem */
}
@media (min-width: 768px) {
  .hero-home-page h1 {
    padding-left: 74px;
  }
}
@media (max-width: 991px) {
  .hero-home-page h1 {
    font-size: 35px;
    /*  span{
     font-size: 66px; 
     } */
  }
}
@media (max-width: 767px) {
  .hero-home-page h1 {
    text-align: center;
    font-size: 25px;
    /* span{
     font-size: 44px; 
     } */
  }
}
@media (max-width: 479px) {
  .hero-home-page h1 {
    line-height: 2rem;
    font-size: 20px;
  }
  .hero-home-page h1 span {
    /*  font-size: 30px;  */
    line-height: 20px;
    display: initial;
  }
}
.hero-home-page footer {
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 72px;
  background: rgba(0, 0, 0, 0.6);
}
.hero-home-page footer p {
  font-family: 'Open Sans';
  font-weight: 200;
  font-size: 45px;
  line-height: 72px;
  color: #fff;
  margin: 0 0.25em 0 0;
  height: 72px;
  display: inline-block;
}
.hero-home-page footer #vertical-ticker {
  display: inline;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}
.hero-home-page footer #vertical-ticker li {
  font-family: 'Open Sans';
  font-weight: 200;
  font-size: 45px;
  line-height: 72px;
  text-align: left;
}
@media (max-width: 767px) {
  .hero-home-page footer p, .hero-home-page footer #vertical-ticker li {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .hero-home-page footer p, .hero-home-page footer #vertical-ticker li {
    font-size: 21px;
  }
}
.infographics {
  background: #d8d5c9 url(../images/noise_bg.png) repeat left top;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c6c4af;
  padding: 48px 0px;
}
.infographics .ig {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.infographics .ig .representative-image {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.infographics .ig .header {
  margin-bottom: 24px;
  height: 74px;
  vertical-align: bottom;
}
.infographics .ig .header h3 {
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  margin: 0;
  color: #ac3d05;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: bottom;
}
.infographics .ig .header h3 span.mini {
  font-family: 'Open Sans';
  font-size: 14px;
  display: block;
}
@media (max-width: 991px) {
  .infographics .ig {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (min-width: 992px) {
  .infographics .ig:first-child {
    border-right: 1px solid #fff;
  }
  .infographics .ig:nth-child(2) {
    border-left: 1px solid #c6c4af;
    border-right: 1px solid #fff;
  }
  .infographics .ig:last-child {
    border-left: 1px solid #c6c4af;
  }
}
@media (max-width: 991px) {
  .infographics .ig:first-child {
    border-bottom: 1px solid #fff;
    padding-top: 0;
  }
  .infographics .ig:nth-child(2) {
    border-top: 1px solid #c6c4af;
    border-bottom: 1px solid #fff;
  }
  .infographics .ig:last-child {
    border-top: 1px solid #c6c4af;
    padding-bottom: 0;
  }
}
.infographics footer .content {
  display: inline;
  float: left;
  width: 100%;
  padding-left: 2.08333%;
  padding-right: 2.08333%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.infographics footer .content p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
}
@media (min-width: 992px) {
  .infographics footer .content p {
    text-align: right;
  }
}
.infographics footer .content p a.btn {
  background: #2a7daf;
  color: #fff;
  text-align: center;
  padding: 0px 25px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
.mission {
  background: #f1f0e9 url(../images/noise_bg.png) repeat top left;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0;
}
.mission header h1 {
  font-family: 'Open Sans Condensed';
  font-weight: 200;
  font-size: 72px;
  line-height: 1;
  color: #000;
  margin: 0 0 48px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .mission header h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .mission header h1 {
    font-size: 37px;
  }
}
@media (max-width: 479px) {
  .mission header h1 {
    font-size: 33px;
  }
}
.mission .content h2 {
  color: #784227;
}
.mission .content h2, .mission .content p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
}
@media (min-width: 992px) {
  .mission .content {
    margin: 0 auto;
    text-align: center;
    padding: 0 15%;
  }
}
.mission footer p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
}
.mission footer p a.btn {
  font-family: 'Open Sans';
  font-weight: normal !important;
  background: #2a7daf;
  color: #fff;
  text-align: center;
  padding: 0px 25px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.cta {
  /* width: 100%; */
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 24px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #d8d7d4 14%, #d8d7d4 79%, #efeeec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(14%, #d8d7d4), color-stop(79%, #d8d7d4), color-stop(100%, #efeeec));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #d8d7d4 14%, #d8d7d4 79%, #efeeec 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #d8d7d4 14%, #d8d7d4 79%, #efeeec 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #d8d7d4 14%, #d8d7d4 79%, #efeeec 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #d8d7d4 14%, #d8d7d4 79%, #efeeec 100%);
  overflow: hidden;
  border: 1px solid #b5a799;
}
@media (max-width: 767px) {
  .cta {
    border-bottom: 1px solid #b5a799;
  }
}
.cta header h2, .cta .content p {
  font-family: 'Open Sans Condensed';
  font-weight: 200;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.05em;
  margin: 0 0 24px 0;
  text-align: center;
  color: #265069;
}
.cta header h2::first-letter, .cta .content p::first-letter {
  letter-spacing: -0.2px;
}
@media (max-width: 991px) {
  .cta header h2, .cta .content p {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .cta header h2, .cta .content p {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  .cta header h2, .cta .content p {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .cta .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cta .content p {
  color: #4d4b4b;
}
.cta .content footer p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  text-align: center;
}
.cta .content footer p a.btn {
  background: #ac3d05;
  color: #fff;
  padding: 0px 25px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
.cta .content footer p a.btn i {
  margin-left: 10px;
}
.pageFooter {
  background: #837059;
  padding: 10px 0 3px 0;
  min-height: auto;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
}
.pageFooter .copyright p a {
  color: #13466b;
}
.pageFooter .column .title-menu, .pageFooter .column h4 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0px 0px 17px;
}
.pageFooter .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pageFooter .column ul li {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 20px 0;
  display: block;
}
.pageFooter .column ul li a {
  color: #fff;
  text-decoration: none;
}
.pageFooter .column .so_icons ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.pageFooter .column .so_icons ul li .fa {
  font-size: 25px;
}
.pageFooter .column .copyright p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin: 0px 0px 24px;
}
.pageFooter .column .copyright p a {
  color: #13466b;
}
@media (max-width: 767px) {
  .pageFooter .column.menu {
    padding-left: 0;
    padding-right: 0;
  }
  .pageFooter .column.menu .title-menu {
    padding-left: 2.08333%;
    padding-right: 2.08333%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #dfddd3;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 48px;
    color: #000;
    margin: 0px;
  }
  .pageFooter .column.menu ul li {
    text-decoration: none;
    display: inline;
    float: left;
    width: 100%;
    padding-left: 2.08333%;
    padding-right: 2.08333%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0;
  }
  .pageFooter .column.menu ul li a {
    color: #000;
  }
}
@media (max-width: 767px) {
  .pageFooter .column.copyright {
    padding-left: 0;
    padding-right: 0;
  }
  .pageFooter .column.copyright .so_icons {
    background: #dfddd3;
    padding-left: 2.08333%;
    padding-right: 2.08333%;
  }
  .pageFooter .column.copyright .so_icons .title-menu {
    color: #000;
  }
  .pageFooter .column.copyright .copyright {
    padding: 12px 2.08333%;
  }
  .pageFooter .column.copyright .copyright p {
    color: #000;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pageFooter .column:nth-child(3), .pageFooter .column:nth-child(4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .pageFooter {
    padding: 0;
  }
}
.default-page-template {
  padding: 50px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afa597), color-stop(35%, #b5b5ad), color-stop(100%, #fdfefd));
  background: -webkit-linear-gradient(top, #afa597 0%, #b5b5ad 35%, #fdfefd 100%);
  background: -o-linear-gradient(top, #afa597 0%, #b5b5ad 35%, #fdfefd 100%);
  background: -ms-linear-gradient(top, #afa597 0%, #b5b5ad 35%, #fdfefd 100%);
  background: linear-gradient(to bottom, #afa597 0%, #b5b5ad 35%, #fdfefd 100%);
  background-repeat: no-repeat;
  background-size: 100% 170px;
}
.default-page-template header.entry-header {
  width: 100%;
  padding-left: 2.08333%;
  padding-right: 2.08333%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.default-page-template header.entry-header h1 {
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  font-size: 35px;
  line-height: 60px;
  color: #ac3d05;
  margin: 0;
  overflow: hidden;
}
.default-page-template .entry-content {
  margin-left: 0%;
  margin-right: 0%;
  font-family: 'Open Sans';
  font-size: 15px;
  min-height: 80vh;
}
.default-page-template .entry-content h4 {
  font-family: 'Open Sans Condensed';
  font-size: 1.4em;
  margin: 5px auto;
  border-bottom: 2px solid #444;
  font-weight: bold;
}
.default-page-template .entry-content h5 {
  font-family: 'Open Sans Condensed';
  font-size: 1.2em;
  margin: 15px auto 5px auto;
  font-weight: bold;
}
.default-page-template .entry-content .last-updated {
  float: none;
  display: block;
  text-align: right;
}
.default-page-template .entry-content .last-updated.floater {
  float: right;
}
@media (max-width: 767px) {
  .default-page-template .entry-content .last-updated {
    float: none !important;
  }
}
.default-page-template .entry-content p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #4d4b4b;
  margin: 12px 0 12px 0;
}
.visual-form-builder fieldset {
  background-color: #f5f1ec;
}
.visual-form-builder label {
  font-size: 15px;
  font-weight: 700;
}
.visual-form-builder select {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.visual-form-builder option {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}
.visual-form-builder input[type=submit] {
  background: #2a7daf;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 31px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 31px;
  display: inline-block;
}
.attention-box {
  padding: 20px;
  background: #d9edf7;
  color: #2a7daf;
  border-radius: 0;
  box-shadow: inset 0px 0px 20px 0px rgba(43, 124, 180, 0.3);
}
.entry-content .toc {
  background-color: #f5f1ec;
  margin: 0 0 10px 10px;
  padding: 20px;
}
.entry-content .toc p.toc-title {
  font-size: 22px;
  font-family: 'open sans condensed', sans-serif;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.entry-content .toc a {
  color: #ac3d05;
  text-decoration: none;
}
.entry-content .toc a:hover {
  text-decoration: underline;
}
.entry-content .toc a.tocel:before {
  content: "";
  font-weight: bold;
}
.entry-content .toc a.tocellevel2 {
  padding-left: 20px;
}
.entry-content .toc a.tocel.tocellevel2:before {
  content: "\25A0  ";
}
.entry-content .toc p {
  margin: 0 0 0 0;
}
table.mpa, table.table {
  font-size: 0.9em;
}
table.mpa td.attention-box {
  padding: 20px;
}
table.mpa .smallfont {
  font-size: 0.8em;
}
table.mpa .largefont {
  font-size: 1.2em;
}
table.mpa tr td {
  vertical-align: middle !important;
}
@media screen and (max-width: 767px) {
  .table-responsive > .table.mpa > thead > tr > th, .table-responsive > .table.mpa > tbody > tr > th, .table-responsive > .table.mpa > tfoot > tr > th, .table-responsive > .table.mpa > thead > tr > td, .table-responsive > .table.mpa > tbody > tr > td, .table-responsive > .table.mpa > tfoot > tr > td {
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 1435px) {
  header.pageHeader .container.override-container-width {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1436px) {
  header.pageHeader .container.override-container-width {
    width: 90%;
    box-sizing: border-box;
  }
}
header.pageHeader .main-menu {
  list-style: none;
  margin: 0;
  text-align: right;
}
header.pageHeader .main-menu .notclickable {
  cursor: default;
}
header.pageHeader .main-menu span.link_addon {
  display: none;
}
@media screen and (max-width: 1199px) {
  header.pageHeader .main-menu {
    text-align: center;
  }
}
header.pageHeader .main-menu li.current-menu-item > a {
  color: #fff;
  box-shadow: 1px 2px 4px 0px rgba(126, 126, 126, 0.32) inset;
  border-bottom: 1px solid #afa597;
  background: #afa597;
}
header.pageHeader .main-menu > li {
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 15px;
  line-height: 47px;
  text-align: center;
  position: relative;
  overflow: visible;
  position: relative;
}
@media (max-width: 1289px) {
  header.pageHeader .main-menu > li {
    font-size: 14px;
  }
}
@media (max-width: 1229px) {
  header.pageHeader .main-menu > li {
    font-size: 13px;
  }
}
@media (max-width: 1189px) {
  header.pageHeader .main-menu > li {
    font-size: 12px;
  }
}
header.pageHeader .main-menu > li > a {
  color: #134a6b;
  padding: 0px 10px;
  display: inline-block;
  position: relative;
  z-index: 999;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-decoration: none;
}
header.pageHeader .main-menu > li:hover + ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  vertical-align: top;
  padding-bottom: 30px;
  min-height: 22vh;
}
header.pageHeader .main-menu > li:hover > a {
  background: #fff;
  color: #134a6b;
  border-top: 1px solid #d0cece;
  border-right: 1px solid #d0cece;
  border-left: 1px solid #d0cece;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  position: relative;
  text-decoration: none;
}
header.pageHeader .main-menu ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  background: #fff;
  top: 48px;
  text-align: left;
  z-index: 995;
  border: 1px solid #d0cece;
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  padding-top: 20px;
}
header.pageHeader .main-menu ul.sub-menu:hover {
  opacity: 1;
  visibility: visible;
  height: auto;
  vertical-align: top;
  padding-bottom: 30px;
  min-height: 22vh;
}
header.pageHeader .main-menu ul.sub-menu > li {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  display: block;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  line-height: initial;
}
@media (max-width: 1259px) {
  header.pageHeader .main-menu ul.sub-menu > li {
    font-size: 12px;
  }
}
header.pageHeader .main-menu ul.sub-menu > li a {
  color: #134a6b;
  box-shadow: none;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 8px 0;
  box-sizing: border-box;
  display: flex;
}
header.pageHeader .main-menu ul.sub-menu > li a[href="#"] {
  color: #444;
  font-weight: bold;
  cursor: default;
}
header.pageHeader .main-menu ul.sub-menu > li a[href="#"]:hover {
  text-decoration: none;
}
header.pageHeader .main-menu ul.sub-menu > li a[href="#"]:before {
  display: inline-block;
  content: '';
  margin-right: 10px;
}
header.pageHeader .main-menu ul.sub-menu > li a:hover {
  text-decoration: underline;
}
header.pageHeader .main-menu ul.sub-menu > li a:before {
  display: inline-block;
  content: ' \203A';
  margin-right: 10px;
}
header.pageHeader .main-menu ul.sub-sub-menu {
  padding: 0;
  margin: 5px 0 0 0;
}
header.pageHeader .main-menu ul.sub-sub-menu li {
  padding: 0;
  list-style-type: none;
}
header.pageHeader .main-menu ul.sub-sub-menu li a {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 5px;
}
header.pageHeader .main-menu ul.sub-sub-menu li a:hover {
  background-color: #afa597;
  text-decoration: none;
}
header.pageHeader .mobile-menu {
  position: absolute;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: calc(100vh - 128px);
  overflow: auto;
  padding: 20px 10px;
  box-sizing: border-box;
}
header.pageHeader .mobile-menu .go_back_link {
  display: none;
  background-color: #afa597;
  padding: 5px 20px;
  margin-bottom: 10px;
  color: #fff;
  border: 0;
  -webkit-appearance: none;
}
header.pageHeader .mobile-menu li {
  list-style-type: none;
  padding: 0;
  background-color: #346c8e;
  border-bottom: 1px solid #fdfefd;
  display: flex;
  position: relative;
}
header.pageHeader .mobile-menu li a {
  text-decoration: none;
  color: #fdfefd;
  padding: 10px 5px;
  width: 85%;
}
header.pageHeader .mobile-menu li span.link_addon {
  width: 15%;
  font-size: 30px;
  color: #fff;
}
header.pageHeader .mobile-menu ul.sub-menu, header.pageHeader .mobile-menu ul.sub-sub-menu {
  display: none;
  padding: 0;
}
