/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #015196;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00284a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: #777777;
}
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: .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: #777777;
}
.text-primary {
  color: #015196;
}
a.text-primary:hover {
  color: #013663;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #015196;
}
a.bg-primary:hover {
  background-color: #013663;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.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.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-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: 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-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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  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: 30px;
  }
  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: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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: 25px;
}
.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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #015196;
  border-color: #01437d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #013663;
  border-color: #002240;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #015196;
  border-color: #01437d;
}
.btn-primary .badge {
  color: #015196;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #015196;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00284a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #015196;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #015196;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 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: #fff;
  }
}
.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: #fff;
  background-color: #015196;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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: 768px) {
  .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: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 8px;
  margin-bottom: 8px;
}
@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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .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: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #015196;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #015196;
  border-color: #015196;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #015196;
}
.panel-primary > .panel-heading .badge {
  color: #015196;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #015196;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 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;
}
.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,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.hero-slider .slide-content:before,
.hero-slider .slide-content:after,
.stats-dashboard .graph-2x-col-grid:before,
.stats-dashboard .graph-2x-col-grid: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,
.panel-body:after,
.modal-footer:after,
.hero-slider .slide-content:after,
.stats-dashboard .graph-2x-col-grid:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Datepicker for Bootstrap v1.5.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #161616;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/**
 * Core (global)
 */
body {
  color: #555;
  font-size: 16px;
}
a {
  color: #015196;
  text-decoration: none;
}
a:active,
a:hover {
  color: #015196;
  text-decoration: underline;
}
main a:not(.btn):visited {
  color: #015faf;
}
.link-external::after {
  font-family: "FontAwesome";
  display: inline;
  content: "\f08e";
  font-size: 13px;
}
/**
 * Javascript actions
 */
[data-action] {
  cursor: pointer;
}
/**
 * Social media icons
 */
.social-icons {
  font-size: 28px;
}
.social-icons .facebook,
.social-icons .facebook:hover {
  color: #4267b2;
}
.social-icons .linkedin,
.social-icons .linkedin:hover {
  color: #0079b8;
}
.social-icons .twitter,
.social-icons .twitter:hover {
  color: #01aaed;
}
.social-icons .youtube,
.social-icons .youtube:hover {
  color: #ff0000;
}
/**
 * Common helper styles
 */
.font-awesome {
  font-family: "FontAwesome";
}
.chevron-inline {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: bold;
}
/**
 * Grey pill used in a lot of mobile accordions
 */
.accordion-item {
  padding-top: 22px;
  padding-bottom: 22px;
  background: #efefef;
  font-size: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 30px;
  padding-right: 30px;
  color: #015196;
  cursor: pointer;
  position: relative;
}
/**
 * Modal fix
 */
.modal-dialog {
  z-index: 2000;
}
@media (max-width: 1199px) {
  .hide-when-lt-large {
    display: none;
  }
}
@media (max-width: 479px) {
  .hide-when-lt-x-small {
    display: none;
  }
}
/**
 * Typography
 */
body {
  font-family: Helvetica, Arial, sans-serif;
}
.font-default {
  font-family: Helvetica, Arial, sans-serif;
}
.font-narrow,
.calendar-grid .controls {
  font-family: HelveticaNeueLT-Light;
  font-weight: normal;
  font-style: normal;
}
.font-thick {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-family: HelveticaNeueLT-Light;
  font-weight: normal;
  font-style: normal;
}
/**
 * Buttons
 */
.btn {
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  min-width: 150px;
}
.btn-inverse {
  border: 2px solid #015196;
  color: #015196;
  background: #fff;
}
.btn-secondary {
  background-color: #d00000;
  color: #fff;
}
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary {
  background-color: #9d0000;
  color: #fff;
}
/**
 * Search Button
 */
.btn.btn-search {
  background: transparent;
  border: none;
  font-size: 28px;
  padding: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  min-width: 0;
}
/**
 * Forms
 */
form {
  display: inline;
}
.form-small {
  max-width: 400px;
}
.form-medium {
  max-width: 660px;
}
.form-control,
.form-control:focus {
  border: 2px solid #015196;
}
.form-control.no-border,
.form-control.no-border:focus {
  border: none;
}
.form-control {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
input[type="file"].form-control {
  height: auto;
  line-height: initial;
  padding: 0;
}
input[type="file"].form-control,
input[type="file"].form-control :focus {
  border: none;
  box-shadow: none;
}
textarea.form-control {
  border-radius: 4px;
  width: 100%;
  height: 150px;
  padding: 6px;
  border: 2px solid #015196;
  background: #fff;
  color: #777;
  font-family: Courier, monospace;
  font-weight: bold;
  white-space: nowrap;
  overflow: auto;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  textarea.form-control.sm {
    width: 40%;
    height: 50px;
  }
  textarea.form-control.md {
    width: 75%;
    height: 110px;
  }
}
textarea.form-control:focus {
  outline: 1px solid #015196;
  border-color: #1994fd;
  box-shadow: #ffa1a1 0px 0px 5px;
}
textarea.form-control.brand-secondary {
  border-color: #d00000;
}
textarea.form-control.brand-secondary:focus {
  outline: 1px solid #d00000;
  border-color: #ff5151;
}
/**
 * Date Picker
 */
.form-group.date {
  max-width: 175px;
  position: relative;
  padding-right: 32px;
}
.form-group.date input {
  text-align: center;
}
.form-group.date.no-label .fa {
  top: 2px;
}
.form-group.date .fa {
  position: absolute;
  top: 28px;
  right: 0;
  height: 34px;
  line-height: 34px;
  font-size: 26px;
  color: #444;
  cursor: pointer;
}
.date-range {
  text-align: center;
}
.date-range label {
  font-weight: normal;
}
.date-range .date-col {
  position: relative;
  padding-right: 32px;
  max-width: 150px;
  margin: 0 auto 8px auto;
}
.date-range input {
  text-align: center;
}
.date-range .fa {
  position: absolute;
  top: 2px;
  right: 0;
  height: 34px;
  line-height: 34px;
  font-size: 26px;
  color: #444;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .date-range {
    text-align: left;
  }
  .date-range .date-col {
    display: inline-block;
  }
  .date-range .date-col:first-child {
    margin-right: 20px;
  }
}
/**
 * Checkboxes
 */
.checkboxes input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.checkboxes input[type=checkbox] ~ label {
  padding-left: 24px;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 -20px;
  vertical-align: middle;
  cursor: pointer;
}
.checkboxes input[type=checkbox]:checked ~ label {
  background-position: 0 -1px;
}
.checkboxes label {
  background-image: url("../img/sprites/checkboxes.jpg");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxes .checkbox-inline {
  padding: 10px 0;
  margin: 0;
}
.cheboxes .checkbox-inline:first-child {
  margin-left: 10px;
}
@media (min-width: 480px) {
  .checkboxes .checkbox-inline {
    padding: 0;
    display: inline-block;
  }
}
/**
 * Captchas
 */
.captcha {
  max-width: 280px;
}
.captcha .captcha-refresh {
  border: none;
  background: transparent;
  color: #015196;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
/**
 * Login Modal
 */
.modal-content .login-form {
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
.modal-content .login-form input {
  text-align: left;
}
.modal-content .login-form .errors {
  font-weight: bold;
  color: #d00000;
  font-size: 13px;
  display: none;
  padding-left: 17px;
}
.modal-content .login-form .actions {
  padding: 15px 0;
  text-align: center;
}
.modal-content .login-form .actions .btn {
  margin-bottom: 10px;
}
.modal-content .login-form .loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(255, 255, 255, 0.75) url(../img/loading.gif) no-repeat center;
  pointer-events: none;
}
.modal-content .login-form .is-logging .loading-overlay {
  display: block;
}
/**
 * Tables
 */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td {
  padding: 12px;
  vertical-align: middle;
}
.table-striped > tbody > tr:nth-child(even) {
  background: #efefef;
}
@media only screen and (max-width: 767px) {
  .table-responsive {
    /* Force table to not be like tables anymore */
  }
  .table-responsive table,
  .table-responsive caption,
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
    width: 100% !important;
    border: none;
    height: auto;
  }
  .table-responsive .table-striped > tbody > tr:nth-child(even) {
    background: transparent;
  }
  .table-responsive table > thead > tr > th,
  .table-responsive table > thead > tr > td,
  .table-responsive table q > tbody > tr > th,
  .table-responsive table > tbody > tr > td {
    padding: 5px;
  }
  .table-responsive table > tbody > tr > th {
    margin-top: 10px;
    background: #efefef;
  }
  .table-responsive table th.table-section {
    margin-top: 40px;
    padding: 10px;
    font-size: 18px;
    border-bottom: 2px solid #ddd;
  }
}
/**
 * Header
 */
header[role="header"] {
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  header[role="header"] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 105px;
  }
}
header[role="header"] .header-inner {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-top: 45px;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  header[role="header"] .header-inner {
    float: left;
    width: 100%;
  }
}
header[role="header"] a:hover {
  text-decoration: none;
}
header[role="header"] .brand {
  display: block;
  overflow: hidden;
  width: 208px;
  height: 45px;
}
@media screen and (min-width: 580px) {
  header[role="header"] .brand {
    width: 510px;
  }
}
@media screen and (min-width: 768px) {
  header[role="header"] .brand {
    margin: 0;
  }
}
header[role="header"] .header-social {
  display: none;
}
@media screen and (min-width: 768px) {
  header[role="header"] .header-social {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}
.nav-util-wrap,
.user-panel {
  position: absolute;
  top: 0;
  width: 100%;
}
.nav-util-wrap > .container,
.user-panel > .container {
  position: relative;
}
.nav-util {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  z-index: 5;
}
.nav-util::after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 350px) {
  .nav-util {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .nav-util {
    right: 15px;
  }
}
.nav-util ul ul {
  background: #f2f2f2;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  margin-top: -1px;
}
.nav-util ul input[type=checkbox]:checked + ul {
  border-bottom: 1px solid #ccc;
}
.nav-util ul ul ul {
  margin-top: -32px;
  margin-right: -1px;
}
.nav-util a {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  display: block;
}
@media screen and (min-width: 480px) {
  .nav-util a {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .nav-util a {
    padding: 0 15px;
  }
}
.nav-util a:hover {
  text-decoration: none;
}
.nav-util a.user {
  background: #d00000;
  color: #fff;
}
.nav-util a.user-account {
  display: none;
  background: #777777;
  font-size: 16px;
  text-decoration: none;
}
.nav-util a.user-account .fa:first-child {
  margin-right: 2px;
}
.nav-util ul ul a {
  border-bottom: 1px solid #ccc;
  border-bottom: none;
}
.nav-util .hide-mobile {
  display: none;
}
@media screen and (min-width: 420px) {
  .nav-util .hide-mobile {
    display: inline-block;
  }
}
.is-logged-in .nav-util .user {
  display: none;
}
.is-logged-in .nav-util .user-account {
  display: block;
}
/**
 * Nav - Primary
 */
nav[role="navigation"] {
  background: #777777;
  height: 50px;
  line-height: 50px;
  color: #fff;
  position: relative;
  border-radius: 0;
  border: none;
  z-index: 3;
  margin: 0;
}
nav[role="navigation"] ul {
  list-style: none;
}
nav[role="navigation"].search-open .navbar-search {
  display: block;
  background: #777777;
}
nav[role="navigation"].search-open .nav > li {
  pointer-events: none;
}
nav[role="navigation"].search-open .nav > li.is-current > a,
nav[role="navigation"].search-open .nav > li:hover > a {
  border-top-color: transparent;
  background-color: transparent;
}
nav[role="navigation"] .navbar-search {
  display: none;
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 2;
}
nav[role="navigation"] .navbar-search .navbar-search-inner {
  padding: 1px 48px 0 54px;
  position: relative;
}
nav[role="navigation"] .navbar-search .search-button {
  position: absolute;
  top: 8px;
}
nav[role="navigation"] .navbar-search .navbar-toggle {
  left: 0;
  display: block;
}
nav[role="navigation"] .navbar-search input[type="search"] {
  width: 100%;
  border: none;
  height: 37px;
  line-height: 37px;
  padding: 0 12px;
  margin: 0;
  position: relative;
  top: -1px;
  color: #015196;
}
nav[role="navigation"] .navbar-search .search-close {
  background: transparent;
  border: none;
  position: absolute;
  height: 37px;
  width: 37px;
  text-align: center;
  right: 48px;
  top: 5px;
  font-size: 18px;
  line-height: 37px;
  color: #999;
}
@media screen and (min-width: 768px) {
  nav[role="navigation"] .navbar-search .search-close {
    right: 63px;
  }
}
nav[role="navigation"] .navbar-search .search-button {
  top: 6px;
  right: 6px;
  width: 42px;
  height: 37px;
  font-size: 20px;
  line-height: 37px;
  border: none;
  background: #015196;
  padding: 0;
  margin: 0;
}
nav[role="navigation"] .navbar-inner {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  nav[role="navigation"] .navbar-inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  nav[role="navigation"] .navbar-inner {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  nav[role="navigation"] .navbar-collapse {
    float: left;
  }
}
nav[role="navigation"] .navbar-toggle {
  padding: 10px 0;
  border: none;
  margin: 7px 0 0 8px;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 0;
  z-index: 3;
}
nav[role="navigation"] .navbar-toggle .icon-bar {
  width: 36px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  top: 16px;
  margin: 0;
  background: transparent;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, transform;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
nav[role="navigation"] .navbar-toggle .icon-bar.first {
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
nav[role="navigation"] .navbar-toggle .icon-bar.last {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
nav[role="navigation"] .navbar-toggle.collapsed .icon-bar {
  background: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
nav[role="navigation"] .navbar-toggle.collapsed .icon-bar.first {
  top: 8px;
}
nav[role="navigation"] .navbar-toggle.collapsed .icon-bar.last {
  top: 24px;
}
nav[role="navigation"] .navbar-toggle:hover,
nav[role="navigation"] .navbar-toggle:focus {
  background: transparent;
}
nav[role="navigation"] .util {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding-right: 14px;
  font-size: 28px;
}
nav[role="navigation"] .util a,
nav[role="navigation"] .util a:hover {
  color: #fff;
  margin: 0 5px;
}
nav[role="navigation"] .util .search {
  position: relative;
}
nav[role="navigation"] .navbar-collapse {
  border: none;
  padding: 0;
}
nav[role="navigation"] .nav {
  margin: 50px 0 0 0;
  border: none;
  line-height: 24px;
  background: #c9c9c9;
  /* mobile sub nav */
}
nav[role="navigation"] .nav a,
nav[role="navigation"] .nav a:hover {
  text-decoration: none;
}
nav[role="navigation"] .nav li > a,
nav[role="navigation"] .nav li > a:focus,
nav[role="navigation"] .nav li > a:hover {
  color: #015196;
}
nav[role="navigation"] .nav li > a {
  font-size: 22px;
  line-height: 24px;
  padding: 13px 32px 13px 5px;
  display: block;
  margin: 0;
  position: relative;
}
nav[role="navigation"] .nav li.has-sub-menu > a::before,
nav[role="navigation"] .nav li.is-open > a::before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -14px;
  width: auto;
  height: auto;
  font-size: 30px;
  font-weight: normal;
}
nav[role="navigation"] .nav li.is-open > a::before {
  content: "\f107";
}
nav[role="navigation"] .nav li.is-open > a::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #c9c9c9;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
}
nav[role="navigation"] .nav abbr {
  text-transform: uppercase;
}
nav[role="navigation"] .nav .featured > a {
  padding-left: 32px;
}
nav[role="navigation"] .nav .featured > a:before {
  font-family: "FontAwesome";
  content: "\f005";
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -13px;
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: normal;
}
nav[role="navigation"] .nav ul,
nav[role="navigation"] .nav li {
  margin: 0;
  padding: 0;
  line-height: 24px;
}
nav[role="navigation"] .nav ul {
  display: none;
}
nav[role="navigation"] .nav li {
  border-bottom: 1px solid #888;
}
nav[role="navigation"] .nav .is-open > ul > li:last-child {
  border-bottom: none;
}
nav[role="navigation"] .nav ul {
  background: #e4e4e4;
}
nav[role="navigation"] .nav ul li {
  border-bottom: 1px solid #ccc;
}
nav[role="navigation"] .nav ul a {
  color: #555;
}
nav[role="navigation"] .nav li > a.is-open {
  font-weight: bold;
}
nav[role="navigation"] .nav .is-open ul a::after {
  border-top-color: #e4e4e4;
}
nav[role="navigation"] .nav ul ul {
  background: #f8f8f8;
}
nav[role="navigation"] .nav ul .is-open ul a::after {
  border-top-color: #f8f8f8;
}
nav[role="navigation"] .nav ul ul ul {
  background: #ffffff;
}
nav[role="navigation"] .nav ul ul ul a {
  font-size: 18px;
}
nav[role="navigation"] .nav ul ul .is-open ul a::after {
  border-top-color: #ffffff;
}
nav[role="navigation"] .nav .desktop-sub-menu {
  display: none;
}
@media screen and (min-width: 420px) {
  nav[role="navigation"] .nav li > a {
    padding-left: 18px;
    padding-right: 45px;
  }
  nav[role="navigation"] .nav li.has-sub-menu > a::before,
  nav[role="navigation"] .nav li.is-open > a::before {
    right: 18px;
  }
  nav[role="navigation"] .nav ul {
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media screen and (min-width: 768px) {
  nav[role="navigation"] {
    position: absolute;
    top: 105px;
    height: 50px;
    width: 100%;
    /* Hide social icons for small and up */
  }
  nav[role="navigation"].search-open .navbar-search-inner {
    padding: 0 63px 0 0;
    position: relative;
  }
  nav[role="navigation"].search-open .navbar-toggle {
    left: 21px;
  }
  nav[role="navigation"].search-open .search-button {
    right: 21px;
  }
  nav[role="navigation"] .nav {
    margin-top: 0;
    width: 100%;
    background: transparent;
  }
  nav[role="navigation"] .nav ul {
    display: none;
  }
  nav[role="navigation"] .nav li {
    border-bottom: none;
    position: static;
  }
  nav[role="navigation"] .nav li.has-sub-menu > a::before,
  nav[role="navigation"] .nav li.is-open > a::before {
    display: none;
  }
  nav[role="navigation"] .nav > li:first-child > a {
    margin-left: -12px;
  }
  nav[role="navigation"] .nav > li > a,
  nav[role="navigation"] .nav li > a:hover,
  nav[role="navigation"] .nav li > a:focus {
    color: #fff;
  }
  nav[role="navigation"] .nav > li > a {
    font-size: 14px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    padding-left: 10px;
    padding-right: 10px;
  }
  nav[role="navigation"] .nav > li.is-current > a {
    background: #efefef;
    border-top: 5px solid #d00000;
    color: #333;
  }
  nav[role="navigation"] .nav:hover > li.is-current > a {
    background: transparent;
    border-top: 5px solid transparent;
    color: #fff;
  }
  nav[role="navigation"] .nav:hover > li:hover > a {
    background: #efefef;
    border-top: 5px solid #bbb;
    color: #333;
  }
  nav[role="navigation"] .nav > li:hover {
    overflow: visible;
  }
  nav[role="navigation"] .nav > li:hover .desktop-sub-menu {
    display: block;
    opacity: 1;
    max-height: none;
  }
  nav[role="navigation"] .nav .desktop-sub-menu {
    z-index: 2;
    display: block;
    background: #efefef;
    position: absolute;
    width: 100%;
    top: 49px;
    overflow: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    max-height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .wrap {
    max-width: 750px;
    margin: auto;
    min-height: 245px;
    overflow: hidden;
    position: relative;
    padding: 25px 20px;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-links,
  nav[role="navigation"] .nav .desktop-sub-menu .sub-image,
  nav[role="navigation"] .nav .desktop-sub-menu .sub-c2a {
    float: left;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-links {
    display: block;
    width: 35%;
    background: transparent;
    margin: 0;
  }
  nav[role="navigation"] .nav .desktop-sub-menu li {
    border: none;
    margin-bottom: 4px;
  }
  nav[role="navigation"] .nav .desktop-sub-menu li > a {
    padding: 0;
    color: #015196;
    font-size: 18px;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-image {
    width: 35%;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-image img {
    max-width: 100%;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-c2a {
    width: 27%;
    float: right;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-c2a h3 {
    padding: 0;
    color: #555;
    font-family: HelveticaNeueLT-Light;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 12px 0;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-c2a a {
    padding: 0 22px;
    background-color: #d00000;
    color: #fff;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
  }
  nav[role="navigation"] .nav .btn {
    padding: 0 22px;
  }
  nav[role="navigation"] .util {
    position: relative;
    float: right;
  }
  nav[role="navigation"] .util a {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  nav[role="navigation"] .nav > li:first-child > a {
    margin-left: -18px;
  }
  nav[role="navigation"] .nav > li > a {
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .wrap {
    max-width: 970px;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-links {
    width: 35%;
  }
  nav[role="navigation"] .nav .desktop-sub-menu li {
    margin-bottom: 4px;
  }
  nav[role="navigation"] .nav .desktop-sub-menu li > a {
    font-size: 20px;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-image {
    width: 35%;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-c2a {
    width: 26%;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-c2a h3 {
    font-size: 32px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1200px) {
  nav[role="navigation"] .nav > li:first-child > a {
    margin-left: -24px;
  }
  nav[role="navigation"] .nav > li > a {
    font-size: 21px;
    padding-left: 23px;
    padding-right: 23px;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .wrap {
    max-width: 1170px;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-links {
    width: 37%;
  }
  nav[role="navigation"] .nav .desktop-sub-menu li {
    margin-bottom: 10px;
  }
  nav[role="navigation"] .nav .desktop-sub-menu li > a {
    font-size: 22px;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-image {
    width: 34%;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-c2a {
    width: 26%;
  }
  nav[role="navigation"] .nav .desktop-sub-menu .sub-c2a h3 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 18px;
  }
}
/**
 * Nav - Secondary
 */
.nav-secondary {
  width: 100%;
  position: relative;
  font-size: 16px;
  z-index: 2;
}
.nav-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-secondary a,
.nav-secondary a:hover {
  text-decoration: none;
}
.nav-secondary a,
.nav-secondary a:hover,
.nav-secondary a:visited {
  color: #015196 !important;
}
.nav-secondary a {
  display: block;
  padding: 10px 0;
  text-transform: lowercase;
}
.nav-secondary li.highlighted a {
  color: #d00000 !important;
}
.nav-secondary abbr {
  text-transform: uppercase;
}
.nav-secondary ul a {
  padding-left: 20px;
  font-weight: bold;
  padding-right: 36px;
}
.nav-secondary ul ul a {
  padding-left: 40px;
  font-weight: normal;
}
.nav-secondary ul ul ul a {
  padding-left: 60px;
  color: #333;
}
.nav-secondary .is-current > a {
  background: #efefef;
  border-right: 5px solid #d00000;
}
.nav-secondary a:hover {
  background: #efefef;
}
.nav-secondary ul ul {
  display: none;
}
.nav-secondary .is-open > ul {
  display: block;
}
.nav-secondary .has-sub-menu > a::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: bold;
}
.nav-secondary .is-open > a::after {
  content: "\f107";
}
.nav-secondary .nav-featured > ul {
  border-left: 1px solid #d00000;
  position: relative;
  margin-top: 10px;
  margin-left: 25px;
  display: block;
}
.nav-secondary .nav-featured > ul:before,
.nav-secondary .nav-featured > ul:after {
  content: "";
  display: block;
  background: #d00000;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
}
.nav-secondary .nav-featured > ul:after {
  top: auto;
  bottom: 0;
}
.nav-secondary .nav-featured > ul li a {
  padding-left: 15px;
  font-weight: bold;
  text-transform: capitalize;
}
.nav-secondary .ft-headline {
  position: relative;
  top: -7px;
  margin-bottom: -7px;
  font-size: 12px;
  color: #d00000;
  font-weight: bold;
  padding-left: 15px;
  text-transform: uppercase;
}
.nav-secondary .nav-ft-secondary > ul {
  display: block;
  margin-left: 25px;
}
.nav-secondary .nav-ft-secondary > ul li a {
  padding-left: 15px;
}
.nav-secondary .nav-smaller li a {
  font-size: 14px;
}
/**
 * Nav - Tablet Secondary
 */
.is-full-width .nav-tablet-secondary {
  display: none;
}
.nav-tablet-secondary {
  width: 100%;
  position: relative;
  font-size: 16px;
  z-index: 2;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  display: none;
  /* STATE - OPEN */
}
.nav-tablet-secondary .in-section {
  display: inline-block;
  position: relative;
}
.nav-tablet-secondary .in-section .nav-secondary {
  position: absolute;
  width: 310px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  display: none;
}
.nav-tablet-secondary .sep {
  color: #aaa;
}
.nav-tablet-secondary .in-section-trigger {
  display: inline-block;
  color: #015196;
}
.nav-tablet-secondary .in-section-trigger:after {
  display: inline-block;
  vertical-align: middle;
  content: "\f0d7";
  font-family: "FontAwesome";
  position: relative;
  left: 4px;
  font-size: 13px;
}
.nav-tablet-secondary.is-open .in-section .nav-secondary {
  display: block;
}
.nav-tablet-secondary.is-open .in-section-trigger {
  color: #d00000;
}
.nav-tablet-secondary.is-open .in-section-trigger:after {
  content: "\f0d8";
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tablet-secondary {
    display: block;
  }
}
/**
 * Footer
 */
footer[role="contentinfo"] {
  font-size: 13px;
  position: relative;
  z-index: 1;
}
footer[role="contentinfo"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer[role="contentinfo"] abbr {
  text-transform: uppercase;
}
footer[role="contentinfo"] .footer-primary,
footer[role="contentinfo"] .ftr-col a {
  color: #555;
}
footer[role="contentinfo"] .footer-primary {
  background: #e6e7e9;
  padding: 20px 0;
  display: none;
}
footer[role="contentinfo"] .footer-primary .ftr-header {
  color: #015196;
  margin: 0;
  padding: 5px 0;
}
footer[role="contentinfo"] .footer-primary .ftr-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] .footer-primary .ftr-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  footer[role="contentinfo"] .footer-primary .ftr-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  footer[role="contentinfo"] .footer-primary .ftr-col {
    float: left;
    width: 16.66666667%;
  }
}
footer[role="contentinfo"] .footer-primary .ftr-col ul {
  display: none;
}
footer[role="contentinfo"] .footer-primary .ftr-col.brand,
footer[role="contentinfo"] .footer-primary .ftr-col .tel a {
  color: #666;
}
footer[role="contentinfo"] .footer-primary .ftr-col.brand {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  padding-right: 120px;
  padding-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] .footer-primary .ftr-col.brand {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer[role="contentinfo"] .footer-primary .ftr-col.brand {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  footer[role="contentinfo"] .footer-primary .ftr-col.brand {
    float: left;
    width: 33.33333333%;
  }
}
footer[role="contentinfo"] .footer-primary .ftr-col.brand .social-icons {
  top: auto;
  bottom: 10px;
}
footer[role="contentinfo"] .footer-primary .ftr-col.brand .org {
  font-size: 16px;
}
footer[role="contentinfo"] .footer-primary .ftr-col.brand .street-address,
footer[role="contentinfo"] .footer-primary .ftr-col.brand .extended-address,
footer[role="contentinfo"] .footer-primary .ftr-col.brand .region,
footer[role="contentinfo"] .footer-primary .ftr-col.brand .tel {
  display: inline;
}
footer[role="contentinfo"] .footer-secondary {
  font-size: 16px;
  padding: 15px 0 80px;
  background: #e6e7e9;
  color: #fff;
  position: relative;
}
footer[role="contentinfo"] .footer-secondary a,
footer[role="contentinfo"] .footer-secondary a:hover {
  color: #015196;
}
footer[role="contentinfo"] .footer-secondary .copyright,
footer[role="contentinfo"] .footer-secondary .secondary-menu {
  display: block;
  padding: 15px 6px;
}
footer[role="contentinfo"] .footer-secondary .copyright {
  font-size: 14px;
  line-height: 15px;
  background: #777;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 100px;
}
footer[role="contentinfo"] .footer-secondary .secondary-menu:before,
footer[role="contentinfo"] .footer-secondary .secondary-menu:after {
  content: " ";
  display: table;
}
footer[role="contentinfo"] .footer-secondary .secondary-menu:after {
  clear: both;
}
footer[role="contentinfo"] .footer-secondary .secondary-menu:before,
footer[role="contentinfo"] .footer-secondary .secondary-menu:after {
  content: " ";
  display: table;
}
footer[role="contentinfo"] .footer-secondary .secondary-menu:after {
  clear: both;
}
footer[role="contentinfo"] .footer-secondary .secondary-menu a {
  display: block;
}
@media screen and (min-width: 440px) and (max-width: 767px) {
  footer[role="contentinfo"] .footer-secondary .ftr-col {
    width: 50%;
    float: left;
    padding-right: 15px;
  }
}
footer[role="contentinfo"] .social-icons {
  margin-top: 16px;
  height: 32px;
  line-height: 32px;
}
footer[role="contentinfo"] .social-icons a,
footer[role="contentinfo"] .social-icons a:hover {
  color: #ccc;
}
footer[role="contentinfo"] .social-icons a {
  background: #fff;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
}
footer[role="contentinfo"] .social-icons .fa {
  vertical-align: middle;
  margin-top: -2px;
}
footer[role="contentinfo"] .social-icons-footer {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 6px;
  height: 32px;
  text-align: right;
  line-height: 32px;
  font-size: 24px;
}
footer[role="contentinfo"] .social-icons-footer a {
  width: 30px;
  height: 30px;
}
footer[role="contentinfo"] .social-icons-footer .fa {
  vertical-align: middle;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  footer[role="contentinfo"] .footer-primary {
    display: block;
  }
  footer[role="contentinfo"] .footer-primary .ftr-col {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
  footer[role="contentinfo"] .footer-primary .ftr-col:nth-child(5) {
    clear: left;
  }
  footer[role="contentinfo"] .footer-primary .ftr-col ul {
    display: block;
  }
  footer[role="contentinfo"] .ftr-header {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 5px 0 0;
  }
  footer[role="contentinfo"] .footer-secondary {
    font-size: 13px;
    padding: 15px 0;
    background: #777;
    color: #fff;
    text-align: left;
  }
  footer[role="contentinfo"] .footer-secondary a,
  footer[role="contentinfo"] .footer-secondary a:hover {
    color: #fff;
    white-space: nowrap;
  }
  footer[role="contentinfo"] .footer-secondary .social-icons {
    display: none;
  }
  footer[role="contentinfo"] .footer-secondary .copyright,
  footer[role="contentinfo"] .footer-secondary .secondary-menu {
    padding: 0;
    width: auto;
    position: relative;
    display: inline-block;
    margin-left: 15px;
  }
  footer[role="contentinfo"] .footer-secondary .secondary-menu a {
    display: inline;
  }
  footer[role="contentinfo"] .footer-secondary .secondary-menu span {
    display: inline-block;
    width: 1px;
    height: 10px;
    vertical-align: middle;
    border-right: 1px solid #fff;
    margin: 0 6px;
  }
  footer[role="contentinfo"] .footer-secondary .ftr-col {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  footer[role="contentinfo"] .footer-primary .ftr-col {
    padding: 20px 15px;
  }
  footer[role="contentinfo"] .footer-primary .ftr-col:nth-child(5) {
    clear: none;
  }
  footer[role="contentinfo"] .footer-primary .ftr-col:nth-child(5),
  footer[role="contentinfo"] .footer-primary .ftr-col:nth-child(6) {
    margin-top: 0;
  }
  footer[role="contentinfo"] .footer-primary .ftr-col:nth-child(7) {
    clear: left;
  }
  footer[role="contentinfo"] .footer-primary .ftr-col:nth-child(7),
  footer[role="contentinfo"] .footer-primary .ftr-col:nth-child(8) {
    margin-top: 0px;
  }
}
#c-col-nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #d00000;
  padding-right: 0;
}
@media (min-width: 992px) {
  #c-col-nav {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  #c-col-nav {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #c-col-nav {
    display: none !important;
  }
}
#c-col-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  #c-col-main {
    float: left;
    width: 75%;
  }
}
.is-full-width main > .container {
  margin: 0;
  padding: 0;
  width: 100%;
}
.is-full-width main > .container > .row {
  margin: 0;
}
.is-full-width #c-col-nav {
  display: none;
}
.is-full-width #c-col-main {
  width: 100%;
  float: none;
  padding: 0;
}
.is-full-container-width #c-col-nav {
  display: none;
}
.is-full-container-width #c-col-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .is-full-container-width #c-col-main {
    float: left;
    width: 100%;
  }
}
/**
 * Responsive iframe
 */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.iframe-container--16-9 {
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.iframe-container--8-5 {
  padding-top: 62.5%;
  /* 8:5 Aspect Ratio */
}
.iframe-container--3-2 {
  padding-top: 66.66%;
  /* 3:2 Aspect Ratio */
}
.iframe-container--4-3 {
  padding-top: 75%;
  /* 4:3 Aspect Ratio */
}
.iframe-container--1-1 {
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
}
.iframe-container > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/**
 * 3col Details
 */
.detail-3col {
  font-size: 13px;
}
.detail-3col .row {
  padding: 5px 0;
  margin: 0;
}
.detail-3col .row:nth-child(odd) {
  background: #f0f0f0;
}
.detail-3col .col {
  padding: 0;
}
.detail-3col .col-1 {
  padding-left: 6px;
}
.detail-3col .col-3 {
  padding-right: 6px;
}
@media screen and (min-width: 768px) {
  .detail-3col .col {
    float: left;
  }
  .detail-3col .col-3 {
    float: right;
  }
}
/**
 * Nav > Dropdown
 */
.nav-dropdown > ul > li {
  display: inline-block;
}
.nav-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-dropdown li {
  position: relative;
}
.nav-dropdown input[type=checkbox] {
  display: none;
}
.nav-dropdown label {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.nav-dropdown ul ul {
  display: none;
  text-align: center;
  position: absolute;
}
.nav-dropdown ul ul ul {
  position: relative;
  margin: 4px;
}
.nav-dropdown ul input[type=checkbox]:checked + ul {
  display: block;
}
@media screen and (min-width: 768px) {
  .nav-dropdown ul ul {
    position: absolute;
    z-index: 1;
  }
  .nav-dropdown ul ul ul {
    position: absolute;
    margin: 0;
    margin-top: -32px;
  }
  .nav-dropdown.drop-left ul ul {
    text-align: right;
    right: 0;
  }
  .nav-dropdown.drop-left ul ul ul {
    right: 100%;
  }
  .nav-dropdown.drop-right ul ul {
    text-align: left;
    left: 0;
  }
  .nav-dropdown.drop-right ul ul ul {
    left: 100%;
  }
  .nav-dropdown .toggle {
    display: none;
  }
  .nav-dropdown li:hover > ul {
    display: block;
    z-index: 2;
  }
}
/**
 * Ads
 */
.ad-unit {
  overflow: hidden;
  text-align: center;
}
.ad-unit:before,
.ad-unit:after {
  content: " ";
  display: table;
}
.ad-unit:after {
  clear: both;
}
.ad-unit:before,
.ad-unit:after {
  content: " ";
  display: table;
}
.ad-unit:after {
  clear: both;
}
.ad-unit > * {
  margin: 0 auto;
  text-align: left;
}
.ad-unit iframe {
  display: block;
}
.ad-unit.zone-square {
  position: relative;
  margin: 15px -15px 0 -15px;
}
@media screen and (min-width: 350px) {
  .ad-unit.zone-square {
    padding: 15px;
    background: #efefef;
  }
}
@media screen and (min-width: 768px) {
  .ad-unit.zone-square {
    margin: 0 0 15px 15px;
    float: right;
  }
}
.ad-unit.zone-bottom {
  display: none;
}
@media screen and (min-width: 768px) {
  .ad-unit.zone-bottom {
    display: block;
    padding: 15px 0;
    background: #ccc;
  }
  .ad-unit.zone-bottom > * {
    text-align: center;
  }
  .ad-unit.zone-bottom iframe {
    margin: 0 auto;
  }
}
.content-block > .ad-unit.zone-square:first-child {
  margin-top: -25px;
}
@media screen and (min-width: 768px) {
  .content-block > .ad-unit.zone-square:first-child {
    margin-top: 0;
  }
}
/**
 * Content Block
 */
.content-block:before,
.content-block:after {
  content: " ";
  display: table;
}
.content-block:after {
  clear: both;
}
.content-block:before,
.content-block:after {
  content: " ";
  display: table;
}
.content-block:after {
  clear: both;
}
/**
 * Images in content
 */
.has-caption {
  /*1*/
}
.has-caption figcaption {
  font-size: 90%;
  margin: 5px 0 10px;
  padding: 0;
  font-style: italic;
}
.responsive-image {
  visibility: hidden;
}
@media screen and (min-width: 700px) {
  .responsive-image {
    float: left;
    clear: both;
    margin: 0 15px 15px 0;
    width: 380px;
    max-height: 300px;
  }
  .responsive-image.align-center {
    float: none;
    width: 100%;
    display: block;
    margin: 15px 0;
  }
  .responsive-image.align-right {
    float: right;
    margin: 0 0 15px 15px;
  }
}
.responsive-image-wrap {
  background-position: center;
  background-size: cover;
  clear: both;
  overflow: hidden;
  margin: 15px 0;
}
.responsive-image-wrap .image-wrap {
  background-position: center;
  background-size: cover;
}
.responsive-image-wrap .responsive-image {
  float: none;
  margin: 0;
}
@media screen and (min-width: 700px) {
  .responsive-image-wrap {
    max-width: 380px;
    margin: 0;
    /* Left focal point */
    /* Right focal point */
    /* Left align */
    float: left;
    clear: both;
    margin: 0 15px 15px 0;
    /* Center align */
    /* Right align */
  }
  .responsive-image-wrap.focus-left {
    background-position: center left;
  }
  .responsive-image-wrap.focus-right {
    background-position: center right;
  }
  .responsive-image-wrap.align-center {
    float: none;
    margin: 15px 0;
    max-width: 100%;
    display: block;
  }
  .responsive-image-wrap.align-center img {
    margin: 0;
  }
  .responsive-image-wrap.align-right {
    float: right;
    margin: 0 0 15px 15px;
  }
}
.responsive-image-wrap .ad-unit {
  background: #efefef;
  position: relative;
  float: none;
  margin: 0 0 15px 0;
  text-align: center;
  padding: 30px 0;
}
.responsive-image-wrap .ad-unit img {
  width: 300px;
  height: 250px;
  margin: 0 auto;
}
/**
 * File List
 */
.file-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.file-list li {
  margin-bottom: 6px;
}
.file-list li::last-child {
  margin-bottom: 0;
}
.file-list a {
  padding-left: 26px;
  position: relative;
  font-weight: bold;
  display: inline-block;
}
.file-list a::before {
  color: #d00000;
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f1c1";
  font-size: 18px;
}
.file-list .type-doc::before {
  content: "\f1c2";
  color: #015196;
}
.file-list .type-sheet::before {
  content: "\f1c3";
  color: green;
}
.file-list a:hover .size {
  text-decoration: none;
}
.file-list .size {
  color: #666;
  font-weight: normal;
  font-size: 12px;
}
/**
 * Speaker List
 */
.speaker-profile {
  padding: 15px;
}
.speaker-profile .speaker-image {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .speaker-profile .speaker-image {
    float: left;
    margin: 0 15px 15px 0;
  }
  .speaker-profile .speaker-image img {
    max-width: 160px;
  }
}
/**
 * 2col List
 */
.list-2col {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .list-2col {
    font-size: 14px;
  }
  .list-2col li {
    display: block;
    width: 50%;
    float: left;
  }
}
/**
 * Text block
 */
.text-block p {
  margin: 0;
}
.text-block .read-more,
.text-block .share {
  white-space: nowrap;
}
.text-block .read-more {
  font-weight: bold;
}
.text-block .read-more::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 14px;
  font-weight: normal;
  margin: 0 4px;
}
.text-block .share,
.text-block .share:hover {
  color: #888;
}
.text-block .share {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.text-block .share::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f1e0";
  font-size: 14px;
  font-weight: normal;
  margin: 0 4px;
}
.text-block .addthis_sharing_toolbox {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  overflow: hidden;
}
.text-block .addthis_sharing_toolbox.open {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
/**
 * Hero Banner
 */
.hero-banner {
  background: url("../img/section-header/section-header-480.jpg") no-repeat bottom center;
  background-size: cover;
}
@media screen and (min-width: 480px) {
  .hero-banner {
    background-image: url("../img/section-header/section-header-992.jpg");
  }
}
@media screen and (min-width: 768px) {
  .hero-banner {
    padding-top: 155px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner {
    background-image: url("../img/section-header/section-header-1600.jpg");
  }
}
.section-header {
  height: 175px;
  display: table;
  width: 100%;
  padding: 0 25px;
  margin-bottom: 25px;
}
.section-header .page-title {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 8px #000;
  font-size: 28px;
}
@media screen and (min-width: 992px) {
  .section-header {
    padding-left: 29.5%;
  }
}
.has-hero-slider .hero-banner {
  background: transparent;
}
/**
 * Hero Slider
 */
/**
 * Core Styles
 */
.has-hero-slider .hero-banner {
  height: 436px;
}
@media screen and (min-width: 480px) {
  .has-hero-slider .hero-banner {
    height: 405px;
  }
}
@media screen and (min-width: 768px) {
  .has-hero-slider .hero-banner {
    height: 470px;
  }
}
@media screen and (min-width: 992px) {
  .has-hero-slider .hero-banner {
    height: 570px;
  }
}
.hero-slider {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  margin-bottom: 15px;
  /* PAGER */
}
.hero-slider .slider {
  margin: 0;
  padding: 0;
}
.hero-slider .slide {
  position: absolute;
  width: 100%;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 405px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero-slider .slide {
    height: 470px;
  }
}
@media screen and (min-width: 992px) {
  .hero-slider .slide {
    height: 570px;
  }
}
.hero-slider .slide:first-child {
  z-index: 2;
}
.hero-slider .slide-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .hero-slider .slide-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .hero-slider .slide-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .hero-slider .slide-content {
    width: 1170px;
  }
}
.hero-slider .slide-content > .navbar-header,
.hero-slider .slide-content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .hero-slider .slide-content > .navbar-header,
  .hero-slider .slide-content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.hero-slider .slide-info {
  position: absolute;
  bottom: 0px;
  background: #f0f0f0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  left: 0;
}
.hero-slider .slide-title {
  padding: 15px 15px 0 15px;
  color: #015196;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.hero-slider .slide-caption {
  padding: 15px;
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .hero-slider .slide-content {
    text-align: left;
  }
  .hero-slider .slide-info {
    bottom: auto;
    top: 165px;
    background: transparent;
    left: auto;
  }
  .hero-slider .slide-title {
    color: #fff;
    text-shadow: 0 0 16px #000;
    max-width: 400px;
    font-size: 28px;
  }
  .hero-slider .slide-caption {
    background: #f0f0f0;
    background: rgba(255, 255, 255, 0.9);
    left: auto;
    max-width: 300px;
    margin-top: 15px;
    margin-right: 15px;
    border-bottom: 5px solid #d00000;
  }
}
@media screen and (min-width: 768px) {
  .hero-slider .slide-info {
    top: 185px;
  }
  .hero-slider .slide-content {
    padding-left: 65px;
  }
}
@media screen and (min-width: 992px) {
  .hero-slider .slide-title {
    max-width: 500px;
  }
  .hero-slider .slide-caption {
    max-width: 350px;
  }
}
.hero-slider .bx-wrapper .bx-pager {
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  text-align: center;
  padding: 15px 0;
}
@media screen and (min-width: 480px) {
  .hero-slider .bx-wrapper .bx-pager {
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: -30px;
    padding: 0 45px 0 0;
  }
  .hero-slider .bx-wrapper .bx-pager > .navbar-header,
  .hero-slider .bx-wrapper .bx-pager > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 480px) and (min-width: 768px) {
  .hero-slider .bx-wrapper .bx-pager {
    width: 750px;
  }
}
@media screen and (min-width: 480px) and (min-width: 992px) {
  .hero-slider .bx-wrapper .bx-pager {
    width: 970px;
  }
}
@media screen and (min-width: 480px) and (min-width: 1200px) {
  .hero-slider .bx-wrapper .bx-pager {
    width: 1170px;
  }
}
@media screen and (min-width: 480px) and (min-width: 768px) {
  .hero-slider .bx-wrapper .bx-pager > .navbar-header,
  .hero-slider .bx-wrapper .bx-pager > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.hero-slider .bx-wrapper .bx-pager .bx-pager-item,
.hero-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.hero-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #efefef;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 12px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (min-width: 480px) {
  .hero-slider .bx-wrapper .bx-pager.bx-default-pager a {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
}
.hero-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.hero-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d00000;
}
.hero-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  margin-top: -48px;
  font-family: "FontAwesome";
  overflow: hidden;
  display: block;
  font-size: 28px;
  width: 28px;
  text-align: center;
}
.hero-slider .bx-wrapper .bx-controls-direction .bx-prev {
  left: 15px;
}
.hero-slider .bx-wrapper .bx-controls-direction .bx-next {
  right: 15px;
}
@media screen and (min-width: 480px) {
  .hero-slider .bx-wrapper .bx-controls-direction a {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin-top: -63px;
  }
}
@media screen and (min-width: 768px) {
  .hero-slider .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: 28px;
    font-size: 48px;
  }
}
/**
 * User Overlay
 */
.user-overlay-wrap {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 45px;
  pointer-events: none;
  /**
	 * State
	 */
  display: none;
  /**
	 * Logged out
	 */
}
.user-overlay-wrap.is-open {
  display: block;
}
.user-overlay-wrap .account-options {
  display: none;
}
/**
 * Logged in
 */
.is-logged-in .account-options {
  display: block;
}
.is-logged-in .login-form {
  display: none;
}
.user-overlay {
  pointer-events: auto;
  position: relative;
  float: right;
  margin-right: -15px;
  width: 265px;
  height: auto;
  background: #efefef;
  padding: 20px 15px;
  border-top: 5px solid #d00000;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  /**
	 * Logged in user panel
	 */
}
.user-overlay .alert {
  display: none;
}
.user-overlay::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 45px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d00000;
}
.user-overlay .inverted {
  background: #777;
  color: #fff;
  margin: 10px -15px -20px -15px;
  padding: 15px;
}
.user-overlay .inverted strong {
  padding-bottom: 5px;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}
.user-overlay .inverted .btn {
  background: #fff;
  color: #d00000;
}
.user-overlay .user-welcome {
  padding-bottom: 7px;
}
.user-overlay .account-options ul {
  list-style: none;
  padding: 0;
}
.user-overlay .account-options li {
  line-height: 30px;
}
/**
 * Banner and Entries
 */
.banner-and-entries:before,
.banner-and-entries:after {
  content: " ";
  display: table;
}
.banner-and-entries:after {
  clear: both;
}
.banner-and-entries:before,
.banner-and-entries:after {
  content: " ";
  display: table;
}
.banner-and-entries:after {
  clear: both;
}
.banner-and-entries .banner-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .banner-and-entries .banner-col {
    float: left;
    width: 66.66666667%;
  }
}
.banner-and-entries .entries-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .banner-and-entries .entries-col {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .banner-and-entries .entries-col {
    padding-left: 20px;
  }
}
/**
 * Entries
 */
.results-filter {
  text-align: center;
}
.results-filter .results-header {
  font-weight: bold;
  margin-top: 0;
}
.results-filter .txt-row:before,
.results-filter .txt-row:after {
  content: " ";
  display: table;
}
.results-filter .txt-row:after {
  clear: both;
}
.results-filter .txt-row:before,
.results-filter .txt-row:after {
  content: " ";
  display: table;
}
.results-filter .txt-row:after {
  clear: both;
}
.results-filter .txt-row .lg-txt {
  font-size: 32px;
  font-weight: bold;
  color: #015196;
  vertical-align: middle;
  margin: 0 5px;
}
.results-filter .form-group.checkboxes {
  margin-bottom: 0;
  padding-top: 4px;
}
.results-filter .sort-by {
  text-align: center;
  padding-bottom: 50px;
  position: relative;
}
.results-filter .sort-by::after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 42px;
  color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.results-filter .sort-by select {
  margin: 0 auto;
  width: 75%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .results-filter {
    text-align: left;
  }
  .results-filter .txt-row {
    padding-top: 10px;
  }
  .results-filter .txt-row > div {
    display: inline;
  }
  .results-filter .filter {
    padding-left: 15px;
  }
  .results-filter .sort-by {
    padding-left: 15px;
    padding-bottom: 0;
  }
  .results-filter .sort-by::after {
    display: none;
  }
  .results-filter .sort-by select {
    width: auto;
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .results-filter .txt-row .filter,
  .results-filter .txt-row .sort-by {
    paddgin-left: 25px;
  }
}
/**
 * Load More
 */
.entries.is-loading article {
  pointer-events: none;
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.entries.is-loading .load-more .btn {
  background: transparent url(../img/loading.gif) no-repeat 92% center;
  background-size: 24px;
  padding-right: 50px;
}
/**
 * News/blog entries
 */
.entries {
  padding: 15px 0;
}
.entries:before,
.entries:after {
  content: " ";
  display: table;
}
.entries:after {
  clear: both;
}
.entries:before,
.entries:after {
  content: " ";
  display: table;
}
.entries:after {
  clear: both;
}
.entries img {
  max-width: 100%;
}
.entries .entry {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.entries .entry:before,
.entries .entry:after {
  content: " ";
  display: table;
}
.entries .entry:after {
  clear: both;
}
.entries .entry:before,
.entries .entry:after {
  content: " ";
  display: table;
}
.entries .entry:after {
  clear: both;
}
.entries .entry-header:before,
.entries .entry-header:after {
  content: " ";
  display: table;
}
.entries .entry-header:after {
  clear: both;
}
.entries .entry-header:before,
.entries .entry-header:after {
  content: " ";
  display: table;
}
.entries .entry-header:after {
  clear: both;
}
.entries .entry-title-wrap {
  position: relative;
  height: 100%;
  display: table;
}
.entries .entry-header-image {
  float: left;
  display: table-cell;
  margin-top: 3px;
  padding-right: 10px;
}
.entries .entry-header-image img {
  vertical-align: middle;
  max-width: 50px;
}
.entries .entry-twitter .entry-header-image {
  font-size: 42px;
  color: #01aaed;
  height: 30px;
  line-height: 30px;
  margin-top: -6px;
}
.entries .entry-title {
  vertical-align: middle;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
}
.entries .entry-title a,
.entries .entry-title a:hover {
  color: #555;
}
.entries .entry-meta {
  display: table-cell;
  width: 100%;
  font-size: 12px;
}
.entries .entry-content {
  margin-top: 10px;
}
.entries .load-more {
  padding: 15px 0;
  text-align: center;
}
.entries .media-file {
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 3px;
  font-size: 24px;
  display: block;
  margin: 15px 0;
  padding: 15px;
  line-height: 1;
}
.entries .media-file:hover {
  text-decoration: none;
}
.entries .media-file .fa {
  font-size: 28px;
  margin-right: 8px;
}
.entries .media-file .filename {
  font-size: 11px;
  word-break: break-all;
  color: #666;
}
.entries .has-media {
  position: relative;
}
.entries .has-media .media-thumb {
  margin-top: 10px;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.entries .has-media .media-thumb img {
  width: 100%;
}
.entries .has-media .media-thumb .play-wrap {
  width: 100%;
  display: block;
  border: 1px solid #efefef;
  border-radius: 3px;
  text-align: center;
  padding-bottom: 60%;
  cursor: pointer;
  position: relative;
  line-height: 1;
  color: #015196;
}
.entries .has-media .media-thumb .play-wrap.has-img {
  width: 45px;
  height: 45px;
  line-height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  margin-left: -3px;
}
.entries .has-media .media-thumb .play-wrap.has-img .fa {
  font-size: 22px;
  margin-left: 3px;
  transition: opacity 0.3s;
  opacity: 0.65;
  color: #fff;
  backface-visibility: hidden;
}
.entries .has-media .media-thumb .play-wrap.has-img .fa:hover {
  opacity: 1;
}
.entries .has-media .media-thumb .play-wrap .fa {
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.entries .has-media .media-thumb:hover .play-wrap .fa {
  opacity: 1;
}
.entries .has-media .video-thumb img,
.entries .has-media .read-more {
  cursor: pointer;
}
.entries .has-media.video-open .media-thumb {
  display: none;
}
.entries .has-media .video-wrap {
  margin-top: 10px;
}
.entries .has-media .video-toolbar {
  background: #efefef;
  padding: 2px 8px;
  text-align: right;
  margin-right: -1px;
}
.entries .has-media .video-toolbar:before,
.entries .has-media .video-toolbar:after {
  content: " ";
  display: table;
}
.entries .has-media .video-toolbar:after {
  clear: both;
}
.entries .has-media .video-toolbar:before,
.entries .has-media .video-toolbar:after {
  content: " ";
  display: table;
}
.entries .has-media .video-toolbar:after {
  clear: both;
}
.entries .has-media .video-toolbar .close {
  padding: 0;
  height: auto;
  font-size: 22px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .entries .has-media {
    padding-left: 55px;
  }
  .entries .has-media .media-thumb {
    float: left;
    width: 25%;
    padding: 0 12px 0 8px;
    margin-top: 0;
  }
  .entries .has-media .media-thumb img {
    max-width: 100%;
  }
  .entries .has-media .media-file {
    font-size: 12px;
    padding: 10px;
    width: 21%;
    margin-left: 1%;
  }
  .entries .has-media .entry-header,
  .entries .has-media .entry-content {
    width: 75%;
    float: right;
  }
  .entries .has-media .entry-header {
    margin-left: 0;
  }
  .entries .has-media .entry-header .entry-header-image {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .entries .has-media.video-open .entry-header,
  .entries .has-media.video-open .entry-content {
    float: none;
    width: 100%;
  }
}
.entry-single {
  padding: 0;
}
.entry-single .entry-header h2 {
  margin-top: 0;
}
.entry-single .entry {
  border-bottom: none;
  margin-bottom: 0;
}
.entry-single .entry-content > div,
.entry-single p {
  margin-bottom: 18px;
}
.entry-single .addthis_sharing_toolbox {
  float: right;
  margin-left: 30px;
}
/**
 * Panels
 */
.panels {
  clear: both;
  /* State > Open */
  /* State > Closed */
  /* Nested Panels */
}
.panels:before,
.panels:after {
  content: " ";
  display: table;
}
.panels:after {
  clear: both;
}
.panels:before,
.panels:after {
  content: " ";
  display: table;
}
.panels:after {
  clear: both;
}
.panels .panel {
  border-radius: 0;
}
.panels .panel-header {
  background: #efefef;
}
.panels .is-loading .panel-body {
  background: transparent url(../img/loading.gif) no-repeat center;
  min-height: 45px;
}
.panels .panel-title a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding: 10px 15px 10px 42px;
  margin: -10px -15px;
}
.panels .panel-title a:hover,
.panels .panel-title a:visited {
  color: #444;
}
.panels .panel-title a:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -8px;
  font-size: 18px;
}
.panels .panel-title a:before {
  content: "\f147";
}
.panels .panel-title .collapsed:before {
  content: "\f196";
}
.panels .panel .panel {
  border: 0;
  margin: -15px;
}
.panels .panel .panel .panel-title {
  font-size: 13px;
}
/**
 * Search Toggle
 */
.search-form {
  padding: 0;
  position: relative;
}
.search-form .search-input {
  position: relative;
  padding-right: 40px;
  max-width: 320px;
  -webkit-transition: padding 0.25s;
  -o-transition: padding 0.25s;
  transition: padding 0.25s;
  vertical-align: middle;
}
.search-form .search-input .btn-search {
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  color: #015196;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-form.open {
  margin-bottom: 15px;
}
.search-form.open .search-input {
  padding-right: 0;
  transition-delay: 0.5s;
}
.search-form.open .search-input .btn-search {
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.search-form.open .advanced-search {
  border-bottom: 8px solid #efefef;
}
.search-form .search-toggler {
  margin: 8px 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.search-form .search-toggler::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 16px;
  vertical-align: middle;
  margin-left: 3px;
  position: relative;
  top: 0;
}
.search-form .search-toggler.collapsed::after {
  content: "\f105";
  top: -1px;
}
.search-form .advanced-search {
  text-align: center;
}
.search-form .advanced-search:before,
.search-form .advanced-search:after {
  content: " ";
  display: table;
}
.search-form .advanced-search:after {
  clear: both;
}
.search-form .advanced-search:before,
.search-form .advanced-search:after {
  content: " ";
  display: table;
}
.search-form .advanced-search:after {
  clear: both;
}
.search-form .advanced-search .btn-search {
  margin: 0 auto;
  color: #fff;
  background: #015196;
  display: inline-block;
  width: 60px;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .search-form .advanced-search {
    text-align: left;
  }
}
/**
 * Modals Shared Styles
 */
.modal .modal-dialog {
  position: relative;
}
.modal .modal-content {
  padding: 25px;
}
.modal .modal-content.loading {
  display: block;
  min-height: 170px;
  background: rgba(255, 255, 255, 0.75) url(../img/loading.gif) no-repeat center;
}
.modal .modal-title {
  text-align: center;
  margin-bottom: 25px;
}
.modal .close {
  display: block;
  position: absolute;
  top: 32px;
  right: 25px;
  z-index: 100;
  font-weight: normal;
}
.modal.dl-modal-terms {
  text-align: center;
  font-size: 13px;
}
.modal.dl-modal-terms .modal-title {
  margin-bottom: 15px;
}
.modal.dl-modal-terms .btn {
  margin-top: 11px;
}
.modal .inverted {
  background: #777;
  color: #fff;
  margin: 20px -25px -25px -25px;
  padding: 25px;
  text-align: center;
}
.modal .inverted strong {
  padding-bottom: 5px;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}
.modal .inverted .btn {
  background: #fff;
  color: #d00000;
}
.mirp-participants-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.mirp-participants-logos > * {
  padding: 20px;
}
/**
 * Event List
 */
.has-event-list {
  /**
   * State
   */
  /**
   * Event list
   */
}
.has-event-list .cal-inner {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.has-event-list .group-header {
  margin: 0;
  padding: 10px 15px;
  background: #efefef;
  font-size: 24px;
  cursor: pointer;
  border-left: 5px solid transparent;
}
.has-event-list .group-header::before {
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 22px;
  content: "\f105";
  width: 25px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  height: 28px;
}
.has-event-list .group {
  overflow: hidden;
  margin: 0 -15px;
}
.has-event-list .event-list {
  display: none;
}
.has-event-list.show-event-list .event-list {
  display: block;
}
.has-event-list .is-open .group-header {
  border-left: 5px solid #d00000;
}
.has-event-list .is-open .group-header::before {
  content: "\f107";
}
.has-event-list .is-open .event-list {
  display: block;
}
.has-event-list .event {
  padding: 20px 45px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.has-event-list .event-title {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 20px;
}
.has-event-list .event-title::before {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f0ac";
  left: 12px;
  top: 22px;
  font-size: 22px;
  color: #015196;
}
.has-event-list .is-international .event-title::before {
  content: "\f0ac";
}
.has-event-list .is-membership .event-title::before {
  content: "M";
}
.has-event-list .is-consumer .event-title::before {
  content: "\f13d";
  font-size: 20px;
}
.has-event-list .is-government .event-title::before {
  content: "\f19c";
  font-size: 18px;
}
.has-event-list .is-stats .event-title::before {
  content: "\f200";
}
.has-event-list .is-trade .event-title::before {
  content: "\f007";
}
.has-event-list .event-meta {
  font-size: 14px;
}
.has-event-list .event-meta .sep {
  color: #d00000;
}
.has-event-list .event-links {
  padding-top: 15px;
}
.has-event-list .event-links a {
  font-size: 16px;
  margin: 5px 0;
  font-weight: bold;
  padding: 10px 30px;
  background: #efefef;
  display: block;
}
.has-event-list .event-links .sep {
  display: none;
}
.has-event-list .event-links-more {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .has-event-list .event-list .btn {
    margin: 25px 0 0 44px;
  }
  .has-event-list .event-links,
  .has-event-list .event-links a {
    font-size: 13px;
  }
  .has-event-list .event-links a {
    font-weight: normal;
    margin: 0;
    background: transparent;
    display: inline;
    padding: 0;
  }
  .has-event-list .event-links .sep {
    display: inline;
  }
  .has-event-list .event {
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    background: #fff;
  }
  .has-event-list .is-active {
    background: #dceefb;
    border-bottom-color: #ddd;
  }
}
/**
 * Featured Entries
 */
.featured-entries .entry {
  position: relative;
  padding-bottom: 26px;
}
.featured-entries .entry::before,
.featured-entries .entry::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  background: #efefef;
  height: 4px;
  bottom: 0;
  left: 0;
}
.featured-entries .entry::after {
  width: 25%;
  left: auto;
  right: 0;
  background: #d00000;
}
.featured-entries .entry:first-child .entry-title {
  margin-top: 0;
}
.featured-entries .entry-title {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 25px;
}
.featured-entries .entry-title a,
.featured-entries .entry-title a:hover,
.featured-entries .entry-title a:visited {
  color: #666;
}
/**
 * Featured Items
 */
.featured-items {
  /* Style for SVG */
  /* Responsive */
}
.featured-items:before,
.featured-items:after {
  content: " ";
  display: table;
}
.featured-items:after {
  clear: both;
}
.featured-items:before,
.featured-items:after {
  content: " ";
  display: table;
}
.featured-items:after {
  clear: both;
}
.featured-items a {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.featured-items a:hover svg {
  background: rgba(0, 0, 0, 0.25);
}
.featured-items .alternate {
  display: none;
}
.featured-items figure {
  position: relative;
  overflow: hidden;
}
.featured-items figure img {
  position: relative;
  display: block;
  width: 100%;
}
.featured-items figure button {
  position: absolute;
  padding: 4px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  bottom: 5%;
  right: 5%;
  opacity: 1;
}
.featured-items figcaption {
  position: absolute;
  top: 0;
  z-index: 11;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.featured-items figcaption h2,
.featured-items figcaption p {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.featured-items figcaption h2 {
  margin: 0 0 8px 0;
  color: #015196;
  text-transform: uppercase;
  font-size: 5.5vw;
}
.featured-items figcaption p {
  text-align: left;
  padding: 0;
  color: #555;
  font-size: 5vw;
}
.featured-items figcaption,
.featured-items figcaption h2,
.featured-items figcaption p,
.featured-items figure button,
.featured-items img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.featured-items svg {
  position: absolute;
  top: -1px;
  /* fixes rendering issue in FF */
  z-index: 10;
  width: 101%;
  height: 100%;
}
.featured-items svg path {
  fill: #ebebeb;
}
@media (min-width: 480px) {
  .featured-items a {
    float: left;
    width: 50%;
    margin: 0;
  }
  .featured-items a:nth-child(1) {
    padding-right: 8px;
  }
  .featured-items a:nth-child(2) {
    padding-left: 8px;
  }
  .featured-items a:nth-child(3) {
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
  }
  .featured-items a:nth-child(3) img {
    margin-top: -25%;
  }
  .featured-items a:nth-child(3) svg {
    display: none;
  }
  .featured-items a:nth-child(3) .alternate {
    display: block;
  }
  .featured-items a:nth-child(3) .alternate path {
    fill: #028ae5;
  }
  .featured-items a:nth-child(3) figcaption h2,
  .featured-items a:nth-child(3) figcaption p {
    color: #fff;
  }
  .featured-items figure {
    max-height: 50vw;
  }
  .featured-items figcaption h2 {
    font-size: 2.9vw;
    overflow: hidden;
    padding: 0 0 3px 0;
  }
  .featured-items figcaption p {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .featured-items a,
  .featured-items a:nth-child(1),
  .featured-items a:nth-child(2),
  .featured-items a:nth-child(3) {
    width: 33.33333333333333333%;
    float: left;
    clear: none;
    margin: 0;
    padding: 0 8px;
  }
  .featured-items a:nth-child(1) {
    padding-left: 0;
  }
  .featured-items a:nth-child(2) {
    padding: 0 4px;
  }
  .featured-items a:nth-child(3) {
    padding-right: 0;
  }
  .featured-items a:nth-child(3) img {
    margin: 0;
  }
  .featured-items a:nth-child(3) svg {
    display: block;
  }
  .featured-items a:nth-child(3) .alternate {
    display: none;
  }
  .featured-items a:nth-child(3) figcaption h2 {
    color: #015196;
  }
  .featured-items a:nth-child(3) figcaption p {
    color: #555;
  }
  .featured-items figure {
    height: auto;
  }
  .featured-items figcaption h2 {
    font-size: 14px;
    height: auto;
  }
  .featured-items figcaption p {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .featured-items figure {
    height: auto;
  }
  .featured-items figure img {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .featured-items figure button {
    bottom: auto;
    right: auto;
    top: 55%;
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
    transform: translateY(-50%) translateX(-50%) scale(0.25);
  }
  .featured-items figcaption h2,
  .featured-items figcaption p {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .featured-items figcaption h2 {
    font-size: 14px;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .featured-items figcaption p {
    font-size: 13px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
  }
  .featured-items a:hover figure img {
    opacity: 1;
  }
  .featured-items a:hover figure button {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  .featured-items a:hover figcaption h2,
  .featured-items a:hover figcaption p {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .featured-items a:hover figcaption p {
    opacity: 0;
  }
}
/**
 * Featured Banner
 */
.featured-banner {
  padding-bottom: 15px;
}
.featured-banner a,
.featured-banner a:hover {
  text-decoration: none;
}
.featured-banner a:hover .btn {
  color: #fff;
  background-color: #015196;
  border-color: #01437d;
}
.featured-banner a:hover .btn:hover,
.featured-banner a:hover .btn:focus,
.featured-banner a:hover .btn.focus,
.featured-banner a:hover .btn:active,
.featured-banner a:hover .btn.active,
.open > .dropdown-toggle.featured-banner a:hover .btn {
  color: #fff;
  background-color: #013663;
  border-color: #002240;
}
.featured-banner a:hover .btn:active,
.featured-banner a:hover .btn.active,
.open > .dropdown-toggle.featured-banner a:hover .btn {
  background-image: none;
}
.featured-banner a:hover .btn.disabled,
.featured-banner a:hover .btn[disabled],
fieldset[disabled] .featured-banner a:hover .btn,
.featured-banner a:hover .btn.disabled:hover,
.featured-banner a:hover .btn[disabled]:hover,
fieldset[disabled] .featured-banner a:hover .btn:hover,
.featured-banner a:hover .btn.disabled:focus,
.featured-banner a:hover .btn[disabled]:focus,
fieldset[disabled] .featured-banner a:hover .btn:focus,
.featured-banner a:hover .btn.disabled.focus,
.featured-banner a:hover .btn[disabled].focus,
fieldset[disabled] .featured-banner a:hover .btn.focus,
.featured-banner a:hover .btn.disabled:active,
.featured-banner a:hover .btn[disabled]:active,
fieldset[disabled] .featured-banner a:hover .btn:active,
.featured-banner a:hover .btn.disabled.active,
.featured-banner a:hover .btn[disabled].active,
fieldset[disabled] .featured-banner a:hover .btn.active {
  background-color: #015196;
  border-color: #01437d;
}
.featured-banner a:hover .btn .badge {
  color: #015196;
  background-color: #fff;
}
.featured-banner .featured-banner-inner {
  position: relative;
  min-height: 100px;
}
.featured-banner .featured-banner-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.featured-banner .featured-banner-image {
  max-width: 100%;
  display: none;
}
.featured-banner .featured-banner-image.sm {
  display: inline;
}
.featured-banner .featured-banner-caption {
  padding: 15px;
  color: #333;
  width: 100%;
  min-height: 60px;
}
.featured-banner .featured-banner-caption .icon {
  display: none;
}
@media screen and (min-width: 480px) {
  .featured-banner .featured-banner-caption.has-icon .icon {
    display: inline-block;
    float: left;
    margin-right: 15px;
    font-size: 36px;
    color: #d00000;
  }
}
.featured-banner .featured-banner-caption .sm {
  display: none;
}
.featured-banner .btn-wrap {
  text-align: center;
}
.featured-banner .btn {
  border: 2px solid #015196;
  color: #015196;
  background: #fff;
  line-height: 36px;
  background: transparent;
}
@media screen and (min-width: 480px) {
  .featured-banner .featured-banner-image.sm {
    display: none;
  }
  .featured-banner .featured-banner-image.md {
    display: inline;
  }
  .featured-banner .btn {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 15px;
  }
  .featured-banner .featured-banner-caption {
    font-size: 14px;
    position: absolute;
    bottom: -1px;
    padding-right: 190px;
    background: rgba(230, 230, 230, 0.92);
    text-align: justify;
    color: #333;
  }
  .featured-banner .featured-banner-caption p {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .featured-banner .featured-banner-caption .xs {
    display: none;
  }
  .featured-banner .featured-banner-caption .sm {
    display: block;
  }
}
/**
 * Jumbo Banner
 */
.jumbo-banner {
  padding-bottom: 15px;
}
.jumbo-banner a,
.jumbo-banner a:hover {
  text-decoration: none;
}
.jumbo-banner a:hover .btn {
  color: #fff;
  background-color: #015196;
  border-color: #01437d;
}
.jumbo-banner a:hover .btn:hover,
.jumbo-banner a:hover .btn:focus,
.jumbo-banner a:hover .btn.focus,
.jumbo-banner a:hover .btn:active,
.jumbo-banner a:hover .btn.active,
.open > .dropdown-toggle.jumbo-banner a:hover .btn {
  color: #fff;
  background-color: #013663;
  border-color: #002240;
}
.jumbo-banner a:hover .btn:active,
.jumbo-banner a:hover .btn.active,
.open > .dropdown-toggle.jumbo-banner a:hover .btn {
  background-image: none;
}
.jumbo-banner a:hover .btn.disabled,
.jumbo-banner a:hover .btn[disabled],
fieldset[disabled] .jumbo-banner a:hover .btn,
.jumbo-banner a:hover .btn.disabled:hover,
.jumbo-banner a:hover .btn[disabled]:hover,
fieldset[disabled] .jumbo-banner a:hover .btn:hover,
.jumbo-banner a:hover .btn.disabled:focus,
.jumbo-banner a:hover .btn[disabled]:focus,
fieldset[disabled] .jumbo-banner a:hover .btn:focus,
.jumbo-banner a:hover .btn.disabled.focus,
.jumbo-banner a:hover .btn[disabled].focus,
fieldset[disabled] .jumbo-banner a:hover .btn.focus,
.jumbo-banner a:hover .btn.disabled:active,
.jumbo-banner a:hover .btn[disabled]:active,
fieldset[disabled] .jumbo-banner a:hover .btn:active,
.jumbo-banner a:hover .btn.disabled.active,
.jumbo-banner a:hover .btn[disabled].active,
fieldset[disabled] .jumbo-banner a:hover .btn.active {
  background-color: #015196;
  border-color: #01437d;
}
.jumbo-banner a:hover .btn .badge {
  color: #015196;
  background-color: #fff;
}
.jumbo-banner .jumbo-banner-inner {
  position: relative;
  min-height: 100px;
}
.jumbo-banner .jumbo-banner-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.jumbo-banner .jumbo-banner-image {
  max-width: 100%;
  display: none;
}
.jumbo-banner .jumbo-banner-image.sm {
  display: inline;
}
.jumbo-banner .jumbo-banner-caption {
  padding: 15px;
  color: #333;
  width: 100%;
  min-height: 60px;
}
.jumbo-banner .jumbo-banner-caption .icon {
  display: none;
}
@media screen and (min-width: 480px) {
  .jumbo-banner .jumbo-banner-caption.has-icon .icon {
    display: inline-block;
    float: left;
    margin-right: 15px;
    font-size: 36px;
    color: #d00000;
  }
}
.jumbo-banner .jumbo-banner-caption .sm {
  display: none;
}
.jumbo-banner .btn-wrap {
  text-align: center;
}
.jumbo-banner .btn {
  border: 2px solid #015196;
  color: #015196;
  background: #fff;
  line-height: 36px;
  background: transparent;
}
@media screen and (min-width: 480px) {
  .jumbo-banner .jumbo-banner-image.sm {
    display: none;
  }
  .jumbo-banner .jumbo-banner-image.md {
    display: inline;
  }
  .jumbo-banner .btn {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 15px;
  }
  .jumbo-banner .jumbo-banner-caption {
    font-size: 14px;
    position: absolute;
    bottom: -1px;
    padding-right: 190px;
    background: rgba(230, 230, 230, 0.92);
    text-align: justify;
    color: #333;
  }
  .jumbo-banner .jumbo-banner-caption p {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .jumbo-banner .jumbo-banner-caption .xs {
    display: none;
  }
  .jumbo-banner .jumbo-banner-caption .sm {
    display: block;
  }
}
.jumbo-banner-video {
  padding-bottom: 15px;
}
.jumbo-banner-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.jumbo-banner-video .video-container iframe,
.jumbo-banner-video .video-container object,
.jumbo-banner-video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jumbo-banner-video .caption {
  padding: 10px;
  background: rgba(230, 230, 230, 0.92);
}
.jumbo-banner-video .btn-wrap {
  text-align: center;
}
.jumbo-banner-video .btn {
  color: #fff;
  background-color: #015196;
  border-color: #01437d;
}
.jumbo-banner-video .btn:hover,
.jumbo-banner-video .btn:focus,
.jumbo-banner-video .btn.focus,
.jumbo-banner-video .btn:active,
.jumbo-banner-video .btn.active,
.open > .dropdown-toggle.jumbo-banner-video .btn {
  color: #fff;
  background-color: #013663;
  border-color: #002240;
}
.jumbo-banner-video .btn:active,
.jumbo-banner-video .btn.active,
.open > .dropdown-toggle.jumbo-banner-video .btn {
  background-image: none;
}
.jumbo-banner-video .btn.disabled,
.jumbo-banner-video .btn[disabled],
fieldset[disabled] .jumbo-banner-video .btn,
.jumbo-banner-video .btn.disabled:hover,
.jumbo-banner-video .btn[disabled]:hover,
fieldset[disabled] .jumbo-banner-video .btn:hover,
.jumbo-banner-video .btn.disabled:focus,
.jumbo-banner-video .btn[disabled]:focus,
fieldset[disabled] .jumbo-banner-video .btn:focus,
.jumbo-banner-video .btn.disabled.focus,
.jumbo-banner-video .btn[disabled].focus,
fieldset[disabled] .jumbo-banner-video .btn.focus,
.jumbo-banner-video .btn.disabled:active,
.jumbo-banner-video .btn[disabled]:active,
fieldset[disabled] .jumbo-banner-video .btn:active,
.jumbo-banner-video .btn.disabled.active,
.jumbo-banner-video .btn[disabled].active,
fieldset[disabled] .jumbo-banner-video .btn.active {
  background-color: #015196;
  border-color: #01437d;
}
.jumbo-banner-video .btn .badge {
  color: #015196;
  background-color: #fff;
}
.jumbo-banner-video .btn {
  border: 2px solid #015196;
  color: #015196;
  background: #fff;
  line-height: 36px;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .jumbo-banner-video .btn-wrap {
    text-align: right;
  }
}
/**
 * Featured Items
 */
.featured-cards:before,
.featured-cards:after {
  content: " ";
  display: table;
}
.featured-cards:after {
  clear: both;
}
.featured-cards:before,
.featured-cards:after {
  content: " ";
  display: table;
}
.featured-cards:after {
  clear: both;
}
.featured-cards .card {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .featured-cards .card {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .featured-cards .card {
    margin-bottom: 0;
  }
}
.featured-cards .card .card-inner {
  background: #fff;
}
.featured-cards .card img {
  width: 100%;
  height: auto;
}
.featured-cards .card .card-icon {
  text-align: center;
  color: #015196;
  font-size: 32px;
  margin-top: 15px;
}
.featured-cards .card .card-title {
  padding: 0 15px;
  margin: 15px 0;
  text-align: center;
  font-weight: bold;
  color: #015196;
}
.featured-cards .card .text-block {
  padding: 0 25px 25px;
}
/**
 * Thumbnail Grid w/ Caption
 */
.tn-grid .item {
  position: relative;
}
.tn-grid .item a,
.tn-grid .item a:hover,
.tn-grid .item a:visited {
  text-decoration: none;
  color: #333;
}
.tn-grid .item-title {
  text-transform: uppercase;
  text-align: center;
  color: #015196;
  font-family: Helvetica, Arial, sans-serif;
}
.tn-grid .item-image {
  width: 100%;
}
.tn-grid p {
  margin: 0;
}
.tn-grid .item-caption {
  position: absolute;
  left: 0px;
  bottom: -1px;
  padding: 12px;
  font-size: 13px;
  background: #f0f0f0;
  background: rgba(233, 233, 244, 0.9);
}
.tn-grid .faux-link {
  color: #015196;
  font-style: normal;
  word-wrap: nobreak;
}
.tn-grid .faux-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 520px) {
  .tn-grid .item {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  .tn-grid .item:nth-child(odd) {
    padding-right: 7px;
  }
  .tn-grid .item:nth-child(even) {
    padding-left: 7px;
  }
  .tn-grid .item-title {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    margin: 10px 0;
  }
  .tn-grid .item-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tn-grid .item {
    width: 33.333333333333%;
    float: left;
  }
  .tn-grid .item:nth-child(odd) {
    padding-right: 0;
  }
  .tn-grid .item:nth-child(even) {
    padding-left: 0;
  }
  .tn-grid .item:nth-child(3n-2) {
    padding-right: 8px;
  }
  .tn-grid .item:nth-child(3n-2) .item-caption {
    margin-right: 8px;
  }
  .tn-grid .item:nth-child(3n-1) {
    padding-left: 4px;
    padding-right: 4px;
  }
  .tn-grid .item:nth-child(3n-1) .item-caption {
    margin-left: 4px;
    margin-right: 4px;
  }
  .tn-grid .item:nth-child(3n) {
    padding-left: 8px;
  }
  .tn-grid .item:nth-child(3n) .item-caption {
    margin-left: 8px;
  }
}
/**
 * V Cards
 */
.contact-vcard {
  width: 100%;
  display: block;
  font-size: 12px;
  min-height: 145px;
  padding-left: 115px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  /**
	 * Board member cards
	 */
}
.contact-vcard:before,
.contact-vcard:after {
  content: " ";
  display: table;
}
.contact-vcard:after {
  clear: both;
}
.contact-vcard:before,
.contact-vcard:after {
  content: " ";
  display: table;
}
.contact-vcard:after {
  clear: both;
}
.contact-vcard:first-child {
  margin-top: 15px;
}
.contact-vcard::before,
.contact-vcard::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #dfdfdf;
  height: 4px;
}
.contact-vcard::after {
  left: auto;
  width: 25%;
  right: 0;
  background: #d00000;
}
.contact-vcard .n,
.contact-vcard .title {
  font-weight: bold;
  font-size: 13px;
}
.contact-vcard .adr {
  margin-top: 4px;
}
.contact-vcard .headshot {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-vcard.contact-board .col-2 {
  margin-top: 15px;
}
.contact-vcard.contact-board .bio-wrap {
  clear: both;
  padding-top: 8px;
}
.contact-vcard.contact-board .bio-collapse-link {
  display: inline-block;
  margin-bottom: 8px;
}
.contact-vcard.contact-board .bio-collapse-link:before {
  font-family: "FontAwesome";
  content: "\f068";
  display: inline-block;
  margin-right: 3px;
  font-size: 11px;
}
.contact-vcard.contact-board .bio-collapse-link.collapsed:before {
  content: "\f067";
}
@media screen and (min-width: 520px) {
  .contact-vcard.contact-board .col-1 {
    float: left;
    width: 60%;
  }
  .contact-vcard.contact-board .col-2 {
    margin-top: 0;
    float: right;
    width: 38%;
  }
}
@media screen and (min-width: 800px) {
  .contact-vcard.contact-board .col-1 {
    width: 50%;
  }
  .contact-vcard.contact-board .col-2 {
    width: 48%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .contact-vcard {
    width: 49%;
    float: left;
    height: 165px;
    background: #f9f9f9;
    padding-top: 10px;
    padding: 10px 10px 15px 125px;
    /**
		 * Board member cards
		 */
  }
  .contact-vcard:first-child {
    margin-top: 0;
  }
  .contact-vcard:nth-child(odd) {
    clear: left;
  }
  .contact-vcard:nth-child(even) {
    float: right;
  }
  .contact-vcard .headshot {
    top: 10px;
    left: 10px;
  }
  .contact-vcard.contact-board {
    height: auto;
  }
  .contact-vcard.contact-board:nth-child(odd),
  .contact-vcard.contact-board:nth-child(even) {
    clear: both;
    float: none;
    width: 100%;
  }
}
.table-2col-stackable {
  width: 100%;
}
.table-2col-stackable tr {
  line-height: 1;
}
.table-2col-stackable tr td {
  display: block;
  line-height: 1;
  padding: 0;
  vertical-align: top;
}
.table-2col-stackable tr td:first-child {
  padding: 0 0 4px 0;
}
.table-2col-stackable tr td:last-child {
  padding: 0 0 12px 0;
}
@media screen and (min-width: 768px) {
  .table-2col-stackable tr td {
    display: table-cell;
    padding: 1px 0px;
  }
  .table-2col-stackable tr td:first-child {
    padding: 0 20px 0 0;
  }
}
/**
 * News Feed
 */
.news-feed .advanced-search {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .news-feed .advanced-search {
    position: relative;
    padding-bottom: 0;
  }
  .news-feed .advanced-search .checkboxes {
    position: absolute;
    top: -65px;
    left: 340px;
  }
  .news-feed .advanced-search .date-range {
    float: left;
  }
  .news-feed .advanced-search .btn-search {
    margin: 21px 0 0 25px;
  }
}
/**
 * Calendar + Show Map
 *
 * Small/Medium/Large views will share some styles
 */
.js .calendar.is-loading {
  overflow: hidden;
  height: 300px;
  background: transparent url(../img/loading.gif) no-repeat center;
}
.js .calendar.is-loading .cal-inner {
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
/**
 * Applies to small/med/large
 */
.calendar .cal-inner {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
/**
 * Calendar > Grid
 * ***************
 * 1- Modal
 * 2- Filters
 * 3- Grid styles
 */
/**
 * 1- Modal
 * ********
 */
#largeGridModal .modal-header {
  background: #777;
  color: #fff;
}
#largeGridModal .close {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}
#largeGridModal .modal-dialog {
  width: 95%;
  max-width: 400px;
}
#largeGridModal .modal-body {
  padding: 0;
}
/**
 * 2- Filters
 * **********
 */
.calendar-filtered .event-icon {
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.calendar-filtered.calendar-filter-government .event-government.event-icon,
.calendar-filtered.calendar-filter-membership .event-membership.event-icon,
.calendar-filtered.calendar-filter-consumer .event-consumer.event-icon,
.calendar-filtered.calendar-filter-trade .event-trade.event-icon,
.calendar-filtered.calendar-filter-international .event-international.event-icon,
.calendar-filtered.calendar-filter-all .event-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
#largeGridModal .event {
  display: none;
}
#largeGridModal.calendar-filter-government .is-government,
#largeGridModal.calendar-filter-membership .is-membership,
#largeGridModal.calendar-filter-consumer .is-consumer,
#largeGridModal.calendar-filter-trade .is-trade,
#largeGridModal.calendar-filter-international .is-international,
#largeGridModal.calendar-filter-all .event {
  display: block;
}
/**
 * 3- Grid styles
 * **************
 */
.calendar-grid .filters {
  text-align: justify;
  width: 100%;
  height: 68px;
}
.calendar-grid .filters::after {
  content: "";
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.calendar-grid .filters .checkbox-inline {
  display: inline-block;
  text-align: left;
  max-width: 99px;
  min-height: 65px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .calendar-grid .filters .checkbox-inline {
    max-width: 100%;
    min-height: 40px;
  }
}
.calendar-grid .filters .checkbox-inline label {
  position: relative;
  padding-top: 20px;
  padding-left: 0;
  font-weight: normal;
}
.calendar-grid .filters .checkbox-inline label::before {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 22px;
  color: #015196;
}
.calendar-grid .event-icon.event-international::before,
.calendar-grid .filter-international label::before {
  content: "\f0ac";
}
.calendar-grid .event-icon.event-membership::before,
.calendar-grid .filter-membership label::before {
  content: "M";
}
.calendar-grid .event-icon.event-consumer::before,
.calendar-grid .filter-consumer label::before {
  content: "\f13d";
}
.calendar-grid .event-icon.event-government::before,
.calendar-grid .filter-government label::before {
  content: "\f19c";
}
.calendar-grid .event-icon.event-trade::before,
.calendar-grid .filter-trade label::before {
  content: "\f007";
}
.calendar-grid .controls {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 25px;
}
.calendar-grid .controls .prev,
.calendar-grid .controls .next {
  cursor: pointer;
  padding: 15px;
  color: #015196;
  font-size: 22px;
}
.calendar-grid .controls .current-date {
  display: inline-block;
  width: 195px;
}
.calendar-grid .days {
  padding: 0 10px;
}
.calendar-grid .days table {
  width: 100%;
}
.calendar-grid .days td {
  text-align: center;
  color: #d00000;
  font-weight: bold;
  font-size: 12px;
  width: 15%;
}
.calendar-grid .days td:first-child,
.calendar-grid .days td:last-child {
  width: 12.5%;
}
.calendar-grid .grid-wrap {
  width: 100%;
  border-top: 4px solid #d00000;
  position: relative;
}
.calendar-grid .grid-wrap:before,
.calendar-grid .grid-wrap:after {
  content: " ";
  display: table;
}
.calendar-grid .grid-wrap:after {
  clear: both;
}
.calendar-grid .grid-wrap:before,
.calendar-grid .grid-wrap:after {
  content: " ";
  display: table;
}
.calendar-grid .grid-wrap:after {
  clear: both;
}
.calendar-grid .grid {
  width: 100%;
  height: 436px;
  padding: 10px;
  background: #efefef;
}
.calendar-grid .grid-table {
  width: 100%;
  height: 416px;
  background: #efefef;
  border-collapse: collapse;
}
.calendar-grid .grid-day {
  position: relative;
  border: 2px solid #fff;
  width: 15%;
}
.calendar-grid .grid-day.not-current {
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.calendar-grid .grid-day.has-events {
  cursor: pointer;
}
.calendar-grid .grid-day.has-events:hover {
  background: #f0f0f0;
}
.calendar-grid .grid-table tr:first-child td {
  border-top: 2px solid #efefef;
}
.calendar-grid .grid-table td:first-child {
  border-left: 2px solid #efefef;
  width: 12.5%;
}
.calendar-grid .grid-table td:last-child {
  border-right: 2px solid #efefef;
  width: 12.5%;
}
.calendar-grid .grid-table tr:last-child td {
  border-bottom: 2px solid #efefef;
}
.calendar-grid .day-number {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 15px;
}
.calendar-grid td:first-child .day-number {
  left: 1px;
}
.calendar-grid tr:first-child .day-number {
  top: -1px;
}
.calendar-grid .day-events {
  position: absolute;
  bottom: 0;
  right: 4px;
  width: 100%;
  text-align: right;
}
.calendar-grid .day-events .event-icon {
  font-family: "FontAwesome";
  float: right;
  display: inline-block;
  color: #015196;
  font-size: 12px;
  width: 16px;
  padding: 0 0 2px 0;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .calendar-grid .day-events .event-icon {
    font-size: 16px;
    width: 20px;
    text-align: center;
  }
}
.calendar-grid .day-events.x3 .event-icon:nth-child(2) {
  clear: right;
}
.calendar-grid .day-events.x4 .event-icon:nth-child(3) {
  clear: right;
}
.calendar-grid .day-events.x5 .event-icon:nth-child(3) {
  clear: right;
}
.calendar-grid td:last-child .day-events {
  right: 0;
}
.calendar-grid .upcoming-events {
  background: #fff;
}
.calendar-grid .upcoming-events .events-header {
  background: #777;
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 22px;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
}
.calendar-grid .upcoming-events .event-list {
  display: block;
}
.calendar-grid .upcoming-events .event {
  padding-left: 36px;
  padding-right: 15px;
}
.calendar-grid .upcoming-events .event-title {
  font-size: 18px;
}
.calendar-grid .upcoming-events .event-title::before {
  left: 9px;
}
.calendar-grid .upcoming-events .view-all {
  text-align: center;
}
.calendar-grid .upcoming-events .view-all .btn {
  margin: 20px 0;
}
.calendar-grid.events-sidebar .controls,
.calendar-grid.events-sidebar .days {
  padding-right: 250px;
}
.calendar-grid.events-sidebar .grid {
  padding-right: 260px;
}
.calendar-grid.events-sidebar .upcoming-events {
  width: 250px;
  position: absolute;
  right: 0;
  top: 0;
  height: 436px;
}
.calendar-grid.events-sidebar .upcoming-events .event-list {
  height: 400px;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.calendar-grid.events-sidebar.xl .grid {
  height: 500px;
}
.calendar-grid.events-sidebar.xl .grid-table {
  height: 480px;
}
.calendar-grid.events-sidebar.xl .upcoming-events {
  height: 500px;
}
.calendar-grid.events-sidebar.xl .upcoming-events .event-list {
  height: 464px;
}
/**
 * Small Calendar + Small Show Map + Modal Styles
 */
.js .calendar.small.is-ajax-loading .cal-inner > .month {
  pointer-events: none;
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.js .calendar.small.is-ajax-loading .load-more .btn {
  background: transparent url(../img/loading.gif) no-repeat 92% center;
  background-size: 24px;
  padding-right: 50px;
}
.calendar.small .load-more {
  padding: 15px 0;
  text-align: center;
}
.certified-manufacturer-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -5px;
  padding: 0 5px 16px 5px;
}
.certified-manufacturer-list__item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .certified-manufacturer-list__item {
    width: 33%;
  }
}
.certified-manufacturer-anchors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 -5px;
  padding: 0 0 16px 0;
}
.certified-manufacturer-anchors > * {
  color: #ccc;
  flex: 1 0 auto;
  font-size: 20px;
  padding: 0 5px;
}
.certified-manufacturer-separator {
  color: #555;
  font-size: 16px;
  font-weight: bold;
}
.certified-manufacturer-current {
  color: #015faf;
}
.certified-manufacturer-not-current {
  font-style: italic;
  color: #ff6700;
}
a.certified-manufacturer-not-current:hover {
  color: #ff6700 !important;
}
a.certified-manufacturer-not-current:visited {
  color: #ff6700 !important;
}
sup.certified-manufacturer-not-current {
  top: 0;
}
.certified-oils {
  width: 100%;
}
.certified-oils thead,
.certified-oils tfoot {
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #555;
}
.certified-oils th {
  padding: 4px 8px 4px 0;
  color: #555;
  cursor: pointer;
  font-weight: 500;
}
.certified-oils th::after {
  font-family: FontAwesome;
  content: "\f0dc";
  display: inline-block;
  margin-left: 5px;
}
.certified-oils th.sorting_asc::after {
  content: "\f0d7";
}
.certified-oils th.sorting_desc::after {
  content: "\f0d8";
}
.certified-oils th.no-sort::after {
  content: none;
  cursor: none;
}
.certified-oils th:active {
  outline: none;
}
.certified-oils td {
  padding: 8px 8px 8px 2px;
  white-space: nowrap;
}
.certified-oils tbody tr:nth-child(odd) {
  background: #efefef;
}
.certified-oils tbody a {
  text-decoration: none;
  font-weight: normal;
}
.certified-oils tbody:before {
  line-height: 4px;
  content: ".";
  color: white;
  display: block;
}
.certified-oils tbody tr > .sorting_1 {
  background-color: #f9f9f9;
}
.certified-oils tbody tr.odd > .sorting_1 {
  background-color: #ececec;
}
@media screen and (max-width: 767px) {
  .certified-oils {
    position: relative;
  }
  .certified-oils,
  .certified-oils thead,
  .certified-oils th,
  .certified-oils tbody,
  .certified-oils tr,
  .certified-oils td {
    display: block;
  }
  .certified-oils thead {
    background: transparent;
    position: relative;
    color: #555;
  }
  .certified-oils thead tr {
    display: inline-block;
  }
  .certified-oils thead::before {
    padding: 5px;
    content: "Sort by: ";
    display: inline-block;
    vertical-align: middle;
    color: #555;
  }
  .certified-oils thead th {
    padding: 5px;
    display: inline-block;
    width: auto !important;
  }
  .certified-oils tfoot {
    display: none;
  }
  .certified-oils tbody tr {
    clear: both;
    overflow: hidden;
  }
  .certified-oils tbody td {
    padding: 3px;
  }
}
.innovation-awards-cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -1px;
  padding: 0 0 10px 0;
}
@media (min-width: 480px) {
  .innovation-awards-cards {
    margin: -5px;
    padding: 0 0 30px 0;
  }
}
.innovation-awards-card {
  box-sizing: border-box;
  display: flex;
  padding: 1px;
  width: 33.3333%;
}
@media (min-width: 480px) {
  .innovation-awards-card {
    padding: 5px;
    width: 33.3333%;
  }
}
.innovation-awards-card a {
  border: 2px solid #b68008;
  padding: 2px;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (min-width: 480px) {
  .innovation-awards-card a {
    padding: 5px;
  }
}
.innovation-awards-card a:hover {
  text-decoration: none;
}
.innovation-awards-card a:hover .innovation-awards-card__btn {
  background: #015faf;
  color: #fff;
}
.innovation-awards-card__title {
  flex: 1 1 auto;
  font-size: 10px;
  overflow: hidden;
  text-align: center;
  color: #015faf;
  font-weight: bold;
  line-height: normal;
  padding: 0;
}
@media (min-width: 480px) {
  .innovation-awards-card__title {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .innovation-awards-card__title {
    font-size: initial;
  }
}
.innovation-awards-card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  position: relative;
}
.innovation-awards-card__image::before {
  content: "";
  display: block;
  padding-top: 50%;
}
@media (min-width: 768px) {
  .innovation-awards__image::before {
    padding-top: 50%;
  }
}
.innovation-awards-card__btn {
  border: 2px solid #015faf;
  color: #015faf;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  margin: 2px auto;
  padding: 2px 6px;
}
@media (min-width: 480px) {
  .innovation-awards-card__btn {
    min-width: 120px;
    font-size: 16px;
    margin: 0 auto;
    padding: 4px 12px;
  }
}
@media (min-width: 768px) {
  .innovation-awards-card__btn {
    min-width: 180px;
    padding: 4px 24px;
  }
}
.innovation-awards-title {
  font-family: HelveticaNeueLT-Light;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.innovation-awards-header {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .innovation-awards-header {
    flex-direction: row;
  }
}
.innovation-awards-header-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.innovation-awards-application {
  flex-shrink: 0;
  margin: 0 0 10px 10px;
}
.innovation-awards-application-item {
  background-color: #ddd;
  padding: 10px;
}
.innovation-awards-application-title {
  font-weight: bold;
}
.innovation-awards-apply a {
  padding: 0 22px;
  background-color: #d00000;
  color: #fff !important;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.innovation-awards-header-navigation {
  display: flex;
  justify-content: space-around;
}
.innovation-awards-header-navigation__item {
  text-align: center;
  margin: 10px 0;
}
.innovation-awards-header-navigation__item img {
  width: 50%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .innovation-awards-header-navigation__item img {
    width: unset;
    height: auto;
  }
}
.innovation-awards-header-navigation__item-separator {
  width: 2px;
  background-color: #ccc;
  margin: 20px 0;
}
.innovation-awards-header-navigation__link a:active,
.innovation-awards-header-navigation__link a:hover .innovation-awards-header-navigation__link a:visited {
  text-transform: uppercase;
  color: #ccc !important;
  text-decoration: none!important;
}
.innovation-awards-categories-wrapper {
  background-color: #ddd;
  padding: 10px;
}
.innovation-awards-categories-title {
  font-family: HelveticaNeueLT-Light;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.innovation-awards-categories {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -5px;
  padding: 0 0 30px 0;
}
.innovation-awards-categories__title {
  font-weight: bold;
  text-align: center;
}
.innovation-awards-categories__item {
  padding: 5px 20px;
  width: 100%;
}
.innovation-awards-categories__item-title {
  color: #015196;
  font-weight: bold;
}
.innovation-awards-categories__item-title:before {
  color: red;
  padding-right: 4px;
  content: "\25AA";
  font-size: 18px;
}
@media (min-width: 480px) {
  .innovation-awards-categories__item {
    width: 50%;
  }
}
.innovation-awards-years {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 20px;
}
.innovation-awards-years-title {
  font-family: HelveticaNeueLT-Light;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.innovation-awards-years-title-year {
  background-color: #b68008;
  color: #fff;
  padding: 5px 20px;
}
.innovation-awards-years__item {
  color: #b68008;
  font-weight: bold;
}
.innovation-awards-years__item a {
  color: #b68008 !important;
  text-decoration: none !important;
}
.innovation-awards-years__item a:active,
.innovation-awards-years__item a:hover .innovation-awards-years__item a:visited {
  color: #b68008 !important;
  text-decoration: none!important;
}
.innovation-awards-years__separator {
  width: 80%;
}
.innovation-awards-category__title {
  color: #b68008;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.innovation-awards-category__separator {
  border-top: 1px solid #b68008;
  width: 50%;
}
.innovation-awards-winners:before,
.innovation-awards-winners:after {
  content: " ";
  display: table;
}
.innovation-awards-winners:after {
  clear: both;
}
.innovation-awards-winners:before,
.innovation-awards-winners:after {
  content: " ";
  display: table;
}
.innovation-awards-winners:after {
  clear: both;
}
.innovation-awards-winners .collapse .collapse,
.innovation-awards-winners .collapse .collapsing,
.innovation-awards-winners .collapse .year-title {
  padding-left: 15px;
}
.innovation-awards-winners.is-expandable .year-title {
  cursor: pointer;
  color: #b68008;
  font-size: 18px;
}
.innovation-awards-winners.is-expandable .year-title:after {
  font-family: "FontAwesome";
  color: #000;
  margin-left: 7px;
  font-size: 16px;
  content: "\f196";
}
.innovation-awards-winners.is-expandable .year-title.is-open::after {
  content: "\f147";
}
.innovation-awards-winner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .innovation-awards-winner {
    flex-direction: row;
  }
}
.innovation-awards-winner__text {
  flex: 1 1 auto;
}
.innovation-awards-winner__image {
  text-align: center;
}
.innovation-awards-winner__image img {
  height: auto;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .innovation-awards-winner__image {
    text-align: initial;
  }
  .innovation-awards-winner__image img {
    max-width: 300px;
    padding: 0 0 10px 10px;
  }
}
.innovation-awards-video {
  padding: 15px 0;
}
.innovation-awards-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.innovation-awards-video .video-container iframe,
.innovation-awards-video .video-container object,
.innovation-awards-video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
    Gold: # b68008

*/
/**
 * Issue Tracker
 *
 * There are two modules in one right now
 * .issue-tracker
 * .timeline
 *
 * Each module in this file has it's own breakpoint entries
 */
.issue-tracker .tracker-heading {
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}
.issue-tracker .issue-nav {
  display: none;
}
.issue-tracker .issue-heading {
  margin-top: 0;
  margin-bottom: 1px;
  padding-top: 22px;
  padding-bottom: 22px;
  background: #efefef;
  font-size: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 30px;
  padding-right: 30px;
  color: #015196;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
}
.issue-tracker .issue-heading::after {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 25px;
  width: auto;
  height: auto;
  font-size: 22px;
  margin-top: -12px;
  content: "\f105";
}
.issue-tracker .is-open .issue-heading {
  border-right: 5px solid #d00000;
}
.issue-tracker .is-open .issue-heading::after {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 20px;
  width: auto;
  height: auto;
  font-size: 22px;
  margin-top: -12px;
  content: "\f107";
}
.issue-tracker .issue .issue-content {
  display: none;
  padding: 12px 0 20px 0;
}
.issue-tracker .issue.is-open .issue-content {
  display: block;
}
@media screen and (min-width: 768px) {
  .issue-tracker {
    padding-bottom: 20px;
  }
  .issue-tracker .tracker-heading {
    text-align: left;
  }
  .issue-tracker .issue-heading {
    display: none;
  }
  .issue-tracker .issue-nav {
    display: block;
    margin: 0 -6px;
    padding-bottom: 10px;
  }
  .issue-tracker .issue-nav:before,
  .issue-tracker .issue-nav:after {
    content: " ";
    display: table;
  }
  .issue-tracker .issue-nav:after {
    clear: both;
  }
  .issue-tracker .issue-nav:before,
  .issue-tracker .issue-nav:after {
    content: " ";
    display: table;
  }
  .issue-tracker .issue-nav:after {
    clear: both;
  }
  .issue-tracker .issue-nav img {
    max-width: 100%;
  }
  .issue-tracker .issue-nav .nav-item {
    padding: 0 6px;
    width: 25%;
    float: left;
    cursor: pointer;
  }
  .issue-tracker .issue-nav .nav-item .issue-header-image {
    border-bottom: 5px solid transparent;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .issue-tracker .issue-nav .nav-item .issue-header-image:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
  }
  .issue-tracker .issue-nav .nav-item.is-open .issue-header-image {
    position: relative;
    border-bottom: 5px solid #d00000;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .issue-tracker .issue-nav .nav-item.is-open .issue-heading-label {
    position: relative;
  }
  .issue-tracker .issue-nav .nav-item.is-open .issue-heading-label::after {
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    color: #d00000;
  }
  .issue-tracker .issue-nav .issue-heading-label {
    font-family: Helvetica, Arial, sans-serif;
    height: 70px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .issue-tracker .issue-nav .issue-heading-label span {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 18px;
  }
  .issue-tracker .issue .issue-content {
    padding: 20px;
    background: #efefef;
    /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #cfcfcf 75%, #7a7a7a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(75%, #cfcfcf), color-stop(100%, #7a7a7a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%, #cfcfcf 75%, #7a7a7a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #cfcfcf 75%, #7a7a7a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #cfcfcf 75%, #7a7a7a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%, #cfcfcf 75%, #7a7a7a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#7a7a7a', GradientType=0);
    /* IE6-9 */
  }
  .issue-tracker .issue-description {
    padding-bottom: 20px;
  }
  .issue-tracker .issue-timeline {
    background: #fff;
    padding: 20px 20px 5px 20px;
  }
}
@media screen and (min-width: 992px) {
  .issue-tracker .issue-nav .issue-heading-label {
    height: 75px;
    line-height: 65px;
    text-align: center;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .issue-tracker .issue-nav .issue-heading-label span {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .issue-tracker .issue-nav .issue-heading-label {
    height: 60px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .issue-tracker .issue-nav .issue-heading-label span {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 18px;
  }
}
.timeline .timeline-heading {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.timeline .timeline-entry {
  position: relative;
}
.timeline .timeline-entry-date {
  font-size: 24px;
  color: #d00000;
  text-align: center;
  padding-top: 40px;
}
.timeline .timeline-entry-line {
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
}
.timeline .timeline-entry-line::before,
.timeline .timeline-entry-line::after {
  position: absolute;
  background: #015196;
  left: 50%;
  height: 30px;
  display: block;
  content: "\ ";
}
.timeline .timeline-entry-line::before {
  width: 1px;
}
.timeline .timeline-entry-line::after {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  top: 50%;
  margin-left: -4px;
  margin-top: -4.5px;
}
.timeline .timeline-entry:first-child .timeline-entry-date {
  padding-top: 30px;
}
.timeline .timeline-entry:first-child .timeline-entry-line {
  height: 20px;
}
.timeline .timeline-entry:first-child .timeline-entry-line::before {
  height: 20px;
}
.timeline .timeline-entry:first-child .timeline-entry-line::after {
  top: 0;
}
.timeline .timeline-entry:last-child .timeline-entry-date {
  padding-top: 45px;
}
.timeline .timeline-entry:last-child .timeline-entry-line {
  height: 20px;
}
.timeline .timeline-entry:last-child .timeline-entry-line::before {
  top: -100%;
  margin-top: 30px;
  height: 20px;
}
.timeline .timeline-entry:last-child .timeline-entry-line::after {
  top: 30px;
}
@media screen and (min-width: 768px) {
  .timeline .timeline-entries {
    overflow: hidden;
  }
  .timeline .timeline-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .timeline .timeline-entry {
    padding: 20px 0 20px 100px;
    padding-left: 100px;
  }
  .timeline .timeline-entry:first-child .timeline-entry-date,
  .timeline .timeline-entry-date {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0;
  }
  .timeline .timeline-entry-line {
    width: 40px;
    left: 55px;
    height: 100%;
    top: 0;
  }
  .timeline .timeline-entry-line::before {
    height: 100%;
  }
  .timeline .timeline-entry-line::after {
    top: 36px;
  }
  .timeline .timeline-entry:first-child {
    padding-top: 0;
  }
  .timeline .timeline-entry:first-child .timeline-entry-date {
    top: 0;
  }
  .timeline .timeline-entry:first-child .timeline-entry-line {
    height: 100%;
  }
  .timeline .timeline-entry:first-child .timeline-entry-line::before {
    top: 16px;
    height: 100%;
  }
  .timeline .timeline-entry:first-child .timeline-entry-line::after {
    top: 16px;
  }
  .timeline .timeline-entry:last-child .timeline-entry-date {
    padding-top: 0;
  }
  .timeline .timeline-entry:last-child .timeline-entry-line {
    height: 36px;
  }
  .timeline .timeline-entry:last-child .timeline-entry-line::before {
    top: -100%;
    margin-top: 36px;
    height: 36px;
  }
  .timeline .timeline-entry:last-child .timeline-entry-line::after {
    top: 36px;
  }
}
/**
 * Show Map
 * 1- Helpers
 * 2- Show Map Header
 * 3- Show Map Core
 */
/**
 * 1- Helpers
 */
/**
 * 2- Show Map Header
 */
.show-map-header:before,
.show-map-header:after {
  content: " ";
  display: table;
}
.show-map-header:after {
  clear: both;
}
.show-map-header:before,
.show-map-header:after {
  content: " ";
  display: table;
}
.show-map-header:after {
  clear: both;
}
.show-map-header .show-map-heading {
  margin: 15px 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .show-map-header .show-map-heading {
    text-align: left;
  }
}
.show-map-header .legend {
  margin: 0 -15px;
  font-size: 13px;
  /*
	  .consumer {
	  	width: 33%;
	  }
	  .trade {
	  	width: 27%;
	  }
          */
}
.show-map-header .legend:before,
.show-map-header .legend:after {
  content: " ";
  display: table;
}
.show-map-header .legend:after {
  clear: both;
}
.show-map-header .legend:before,
.show-map-header .legend:after {
  content: " ";
  display: table;
}
.show-map-header .legend:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .show-map-header .legend {
    float: right;
    width: 60%;
  }
}
.show-map-header .legend > div {
  position: relative;
  width: 25%;
  float: left;
  padding: 0 1px;
  height: 32px;
  line-height: 14px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
}
.show-map-header .legend > div span {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 28px;
}
.show-map-header .legend span::before {
  font-family: "FontAwesome";
  color: #015196;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
}
.show-map-header .legend .consumer span::before {
  content: "\f13d";
  left: 8px;
}
.show-map-header .legend .trade span::before {
  content: "\f007";
}
.show-map-header .legend .international span::before {
  content: "\f0ac";
}
.show-map-header .legend .government span::before {
  content: "\f19c";
}
.show-map-header .legend .international {
  /*	  	width: 40%;
	  	float: right;
	  	padding-right: 10px; */
}
.show-map-header .legend .government {
  padding-right: 10px;
}
@media screen and (min-width: 480px) {
  .show-map-header .legend > div {
    text-align: center;
  }
  .show-map-header .legend .consumer,
  .show-map-header .legend .trade,
  .show-map-header .legend .international {
    width: 25%;
  }
}
/**
 * 3- Show Map Core
 */
.show-map {
  padding: 15px 0;
}
.show-map:before,
.show-map:after {
  content: " ";
  display: table;
}
.show-map:after {
  clear: both;
}
.show-map:before,
.show-map:after {
  content: " ";
  display: table;
}
.show-map:after {
  clear: both;
}
.show-map .lg-list,
.show-map .region-map {
  display: none;
}
.show-map .map-label {
  font-size: 24px;
}
.show-map .map-label .fa::before {
  color: #fff;
  text-shadow: 0 0 6px #333;
  padding: 5px;
}
.show-map .map-label .fa::before:hover {
  color: #d00000;
}
.show-map .group-east .group-header {
  background: #efefef url("../img/show-map/map-east-region.png") no-repeat 95% center;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-size: 15%;
}
@media screen and (min-width: 768px) {
  .show-map .group-east .group-header {
    background-size: 35%;
    -webkit-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    transition: background-size 0.3s ease-out;
  }
  .show-map .group-east .group-header:hover {
    background-size: 40%;
  }
}
.show-map .group-midwest .group-header {
  background: #efefef url("../img/show-map/map-midwest-region.png") no-repeat 95% center;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-size: 15%;
}
@media screen and (min-width: 768px) {
  .show-map .group-midwest .group-header {
    background-size: 35%;
    -webkit-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    transition: background-size 0.3s ease-out;
  }
  .show-map .group-midwest .group-header:hover {
    background-size: 40%;
  }
}
.show-map .group-west .group-header {
  background: #efefef url("../img/show-map/map-west-region.png") no-repeat 95% center;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-size: 15%;
}
@media screen and (min-width: 768px) {
  .show-map .group-west .group-header {
    background-size: 35%;
    -webkit-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    transition: background-size 0.3s ease-out;
  }
  .show-map .group-west .group-header:hover {
    background-size: 40%;
  }
}
.show-map .group-south .group-header {
  background: #efefef url("../img/show-map/map-south-region.png") no-repeat 95% center;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-size: 15%;
}
@media screen and (min-width: 768px) {
  .show-map .group-south .group-header {
    background-size: 35%;
    -webkit-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    transition: background-size 0.3s ease-out;
  }
  .show-map .group-south .group-header:hover {
    background-size: 40%;
  }
}
.show-map .group-international .group-header {
  background: #efefef url("../img/show-map/map-international-region.png") no-repeat 95% center;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  background-size: 15%;
}
@media screen and (min-width: 768px) {
  .show-map .group-international .group-header {
    background-size: 35%;
    -webkit-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    transition: background-size 0.3s ease-out;
  }
  .show-map .group-international .group-header:hover {
    background-size: 40%;
  }
}
@media screen and (min-width: 768px) {
  .show-map {
    position: relative;
    padding-left: 325px;
    height: 600px;
  }
  .show-map .group {
    margin: 0 0 1px 0;
    overflow: visible;
  }
  .show-map .group-header,
  .show-map .list-header {
    padding: 0 0 0 25px;
    height: 113px;
    line-height: 113px;
    font-size: 24px;
    font-weight: normal;
  }
  .show-map .group-header {
    position: relative;
  }
  .show-map .group-header::before {
    display: none;
  }
  .show-map .is-open .group-header {
    border-left: 5px solid transparent;
  }
  .show-map .simple.is-open .group-header::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #efefef;
    right: -12px;
    top: 50%;
    margin-top: -12px;
  }
  .show-map .list-header {
    margin: 0;
    background: #777;
    color: #fff;
  }
  .show-map .groups {
    z-index: 2;
    position: absolute;
    width: 325px;
    top: 15px;
    left: 0;
    border-right: 1px solid #fff;
  }
  .show-map .lg-list {
    z-index: 1;
    position: relative;
    width: 100%;
    right: 0;
    display: block;
    border-bottom: 1px solid #efefef;
  }
  .show-map .is-open .event-list {
    display: none;
  }
  .show-map .lg-list .event-list {
    display: block;
    height: 455px;
    overflow: hidden;
    overflow-y: auto;
    border-right: 1px solid #efefef;
  }
  .show-map .region-map {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s left 0.5s;
    -o-transition: opacity 0.5s left 0.5s;
    transition: opacity 0.5s left 0.5s;
    position: absolute;
    width: 325px;
    height: 570px;
    left: 0;
    top: 15px;
    background: #efefef;
    z-index: 3;
  }
  .show-map .region-map.is-open {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .show-map .region-map .back {
    height: 113px;
    line-height: 113px;
    background: #efefef;
    padding-left: 15px;
  }
  .show-map .region-map .back::before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f064";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    vertical-align: top;
    margin: 1px 12px 0 0;
  }
  .show-map .region-map .map {
    display: block;
    height: 455px;
  }
}
/**
 * Member Map
 */
.member-map-header:before,
.member-map-header:after {
  content: " ";
  display: table;
}
.member-map-header:after {
  clear: both;
}
.member-map-header:before,
.member-map-header:after {
  content: " ";
  display: table;
}
.member-map-header:after {
  clear: both;
}
.member-map-header .member-map-heading {
  margin: 15px 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .member-map-header .member-map-heading {
    text-align: left;
  }
}
.member-map-header .legend {
  padding: 15px 0;
  margin: 0;
  font-size: 12px;
}
.member-map-header .legend:before,
.member-map-header .legend:after {
  content: " ";
  display: table;
}
.member-map-header .legend:after {
  clear: both;
}
.member-map-header .legend:before,
.member-map-header .legend:after {
  content: " ";
  display: table;
}
.member-map-header .legend:after {
  clear: both;
}
.member-map-header .legend strong {
  margin-right: 7px;
  font-size: 14px;
}
.member-map-header .legend a {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .member-map-header .legend {
    /*padding: 0;*/
  }
}
.member-map-header .legend .marker {
  display: inline-block;
  margin-right: 5px;
}
.member-map-header .legend .marker:before {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  content: "";
  width: 26px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 -8px;
}
.member-map-header .legend .red::before {
  /*background-image: url(//org.nmma.netdna-cdn.com/assets/nmma/member-map/map-pins-red.png);*/
  background-image: url(/assets/nmma/member-map/map-pins-red.png);
}
.member-map-header .legend .orange::before {
  /*background-image: url(//org.nmma.netdna-cdn.com/assets/nmma/member-map/map-pins-orange.png);*/
  background-image: url(/assets/nmma/member-map/map-pins-orange.png);
}
.member-map-header .legend .light-blue::before {
  /*background-image: url(//org.nmma.netdna-cdn.com/assets/nmma/member-map/map-pins-light-blue.png);*/
  background-image: url(/assets/nmma/member-map/map-pins-light-blue.png);
}
.member-map-header .legend .green::before {
  /*background-image: url(//org.nmma.netdna-cdn.com/assets/nmma/member-map/map-pins-green.png);*/
  background-image: url(/assets/nmma/member-map/map-pins-green.png);
}
.member-map-header .legend span {
  display: inline-block;
  vertical-align: middle;
}
.member-map-header .action-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
}
.member-map-header .action-items .btn-sm {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  min-width: 150px;
  background-color: #d00000;
  color: #fff;
  font-size: 16px;
}
.member-map-header .action-items .btn-sm:focus,
.member-map-header .action-items .btn-sm:active:focus,
.member-map-header .action-items .btn-sm.active:focus,
.member-map-header .action-items .btn-sm.focus,
.member-map-header .action-items .btn-sm:active.focus,
.member-map-header .action-items .btn-sm.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.member-map-header .action-items .btn-sm:hover,
.member-map-header .action-items .btn-sm:focus,
.member-map-header .action-items .btn-sm.focus {
  color: #333;
  text-decoration: none;
}
.member-map-header .action-items .btn-sm:active,
.member-map-header .action-items .btn-sm.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.member-map-header .action-items .btn-sm.disabled,
.member-map-header .action-items .btn-sm[disabled],
fieldset[disabled] .member-map-header .action-items .btn-sm {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.member-map-header .action-items .btn-sm:hover {
  color: #fff;
}
/**
 * Map Core
 */
.member-map {
  position: relative;
  max-height: 640px;
  max-height: 70vh;
  min-height: 400px;
}
.member-map:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.member-map.is-loading {
  pointer-events: none;
}
.member-map.is-loading .map::after {
  opacity: 1;
  z-index: 2;
}
.member-map .map {
  position: absolute!important;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 0 30px 0;
}
.member-map .map:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  background: url(../img/loading.gif) #fff no-repeat center;
  background: url(../img/loading.gif) rgba(255, 255, 255, 0.85) no-repeat center;
}
/**
 * Member News
 */
.member-news-post .form-inner {
  max-width: 450px;
}
.member-news-post label {
  cursor: pointer;
}
.member-news .member-news-title {
  float: left;
}
.member-news .btn-post-member-news {
  margin-top: 12px;
  float: right;
}
.member-news .member-news-header:before,
.member-news .member-news-header:after {
  content: " ";
  display: table;
}
.member-news .member-news-header:after {
  clear: both;
}
.member-news .member-news-header:before,
.member-news .member-news-header:after {
  content: " ";
  display: table;
}
.member-news .member-news-header:after {
  clear: both;
}
.member-news .advanced-search .btn-search {
  margin-top: 15px;
}
.member-news .advanced-search .form-group {
  text-align: center;
}
.member-news .advanced-search .form-control {
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .member-news .advanced-search .form-group {
    text-align: left;
  }
  .member-news .advanced-search .form-control {
    margin: 0;
  }
  .member-news .advanced-search .search-input,
  .member-news .advanced-search .date-range,
  .member-news .advanced-search .publisher,
  .member-news .advanced-search .btn-search {
    float: left;
  }
  .member-news .advanced-search .btn-search {
    margin: 0 0 0 15px;
  }
  .member-news .advanced-search .publisher {
    margin: 27px 0 0 25px;
  }
}
.member-news .entries .entry-header-image {
  float: right;
}
/**
 * Global Search
 *
 * 1- Global Search
 * 2- Global Search Sidebar
 */
/*
 * 1- Global Search
 */
.global-search .s_navigationbar {
  text-align: right;
}
.global-search .s_navigationbar span.i,
.global-search .s_navigationbar span a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.global-search .s_navigationbar span.i {
  background: #444;
  color: #fff;
}
.global-search .s_navigationbar span.b a {
  width: auto;
  padding: 0 10px;
}
/**
 * 2- Global Search Sidebar
 */
.aside-global-search {
  background: #fff;
  color: #000;
}
.aside-global-search .main-header {
  margin: 0;
  color: #1070ba;
  background-color: #ebebeb;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  border-right: 3px solid #d00000;
}
.aside-global-search .sub-header {
  text-align: center;
  font-weight: bold;
  padding: 15px;
}
.aside-global-search .search-section {
  max-width: 234px;
  margin: 0 auto;
}
.aside-global-search .search-section img {
  max-width: 100%;
  height: auto;
}
.aside-global-search .aside-title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 15px 0 10px;
}
.aside-global-search p {
  text-align: left;
  margin: 0;
  padding: 0 0 25px;
  font-size: 14px;
}
/**
 * Home
 */
.page-home .banner-and-entries {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-home .featured-cards {
  background: url("../img/featured-cards/bottom-feature-bg-mobile-seamless.jpg") repeat center;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .page-home .featured-cards {
    background: url("../img/featured-cards/bottom-feature-bg-desktop.jpg") repeat center;
  }
}
.page-home .more-news {
  clear: both;
  overflow: hidden;
  padding-top: 15px;
}
/**
 * Style guide
 */
.style-guide textarea.form-control {
  margin-bottom: 15px;
}
/**
 * Careers
 */
.careers .cta {
  font-family: HelveticaNeueLT-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  display: block;
  padding: 8px 0;
  background: #777777;
  text-align: center;
  color: #fff;
}
.careers .cta:hover {
  text-decoration: none;
}
.careers .cta:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  margin-right: 14px;
  font-size: 36px;
}
.mblo-main-card {
  background-color: #ededed;
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 40px 40px;
  text-align: center;
}
.mblo-main-card__text {
  padding: 10px 0 0 0;
  font-size: 18px;
  color: #333;
  line-height: 1.3;
}
.mblo-main-card__text h1 {
  font-size: 40px;
  font-weight: bold;
  color: #04B760;
  display: inline;
  line-height: 0.85;
}
.mblo-main-card__text h2 {
  font-size: 20px;
  font-weight: bold;
  color: #04ACF1;
  display: inline;
}
.mblo-cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -5px;
  padding: 0 0 30px 0;
  justify-content: center;
  justify-content: space-around;
  justify-content: space-evenly;
}
.mblo-cards__item {
  box-sizing: border-box;
  display: flex;
  padding: 15px 15px 0 15px;
  width: 100%;
}
@media (min-width: 480px) {
  .mblo-cards__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .mblo-cards__item {
    width: 25%;
  }
}
.mblo-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.mblo-card__title {
  padding: 5px 0;
  color: #015faf;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
.mblo-card__text {
  padding: 10px 0 0 0;
  font-size: 15px;
  color: #333;
  line-height: 1.3;
}
.mblo-card__text h1 {
  font-size: 40px;
  font-weight: bold;
  color: #04B760;
  display: inline;
  line-height: 0.85;
}
.mblo-card__text h2 {
  font-size: 20px;
  font-weight: bold;
  color: #04ACF1;
  display: inline;
}
.mblo-download {
  text-align: center;
  padding: 20px 0;
}
.mblo-download .btn {
  color: #fff;
  background-color: #015196;
  border-color: #01437d;
}
.mblo-download .btn:hover,
.mblo-download .btn:focus,
.mblo-download .btn.focus,
.mblo-download .btn:active,
.mblo-download .btn.active,
.open > .dropdown-toggle.mblo-download .btn {
  color: #fff;
  background-color: #013663;
  border-color: #002240;
}
.mblo-download .btn:active,
.mblo-download .btn.active,
.open > .dropdown-toggle.mblo-download .btn {
  background-image: none;
}
.mblo-download .btn.disabled,
.mblo-download .btn[disabled],
fieldset[disabled] .mblo-download .btn,
.mblo-download .btn.disabled:hover,
.mblo-download .btn[disabled]:hover,
fieldset[disabled] .mblo-download .btn:hover,
.mblo-download .btn.disabled:focus,
.mblo-download .btn[disabled]:focus,
fieldset[disabled] .mblo-download .btn:focus,
.mblo-download .btn.disabled.focus,
.mblo-download .btn[disabled].focus,
fieldset[disabled] .mblo-download .btn.focus,
.mblo-download .btn.disabled:active,
.mblo-download .btn[disabled]:active,
fieldset[disabled] .mblo-download .btn:active,
.mblo-download .btn.disabled.active,
.mblo-download .btn[disabled].active,
fieldset[disabled] .mblo-download .btn.active {
  background-color: #015196;
  border-color: #01437d;
}
.mblo-download .btn .badge {
  color: #015196;
  background-color: #fff;
}
.mblo-download .btn {
  border: 2px solid #015196;
  color: #015196;
  background: #fff;
  line-height: 36px;
  background: transparent;
}
/**
 * Publications Shared Styles
 */
.publications-assign .button-group {
  margin-top: 10px;
}
.publications-assign label {
  font-weight: normal;
  cursor: pointer;
}
.publications-assign input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.publications-assign input[type=radio] ~ label:before {
  font-family: "FontAwesome";
  content: "\f1db";
  margin-right: 7px;
  color: #015196;
}
.publications-assign input[type=radio]:checked ~ label:before {
  content: "\f05d";
}
.publications-icons .download {
  border: none;
  background: transparent;
  text-align: center;
}
.publications-icons .download:before,
.publications-icons .download:after {
  font-family: "FontAwesome";
  content: "\f019";
  display: block;
}
.publications-icons .download:after,
.publications-icons .ico:after {
  font-family: "FontAwesome";
  content: "\f019";
}
.publications-icons .download:after,
.publications-icons .ico:after,
.publications-icons .download.unk::after,
.publications-icons .ico.unk::after {
  content: "\f24d";
  color: #555;
}
.publications-icons .download.pdf::after,
.publications-icons .ico.pdf::after {
  content: "\f1c1";
  color: #cc3333;
}
.publications-icons .download.doc::after,
.publications-icons .ico.doc::after,
.publications-icons .download.docx::after,
.publications-icons .ico.docx::after,
.publications-icons .download.word::after,
.publications-icons .ico.word::after {
  content: "\f1c2";
  color: blue;
}
.publications-icons .download.image::after,
.publications-icons .ico.image::after,
.publications-icons .download.bmp::after,
.publications-icons .ico.bmp::after,
.publications-icons .download.jpg::after,
.publications-icons .ico.jpg::after,
.publications-icons .download.png::after,
.publications-icons .ico.png::after,
.publications-icons .download.gif::after,
.publications-icons .ico.gif::after {
  content: "\f1c5";
  color: blue;
}
.publications-icons .download.pptx::after,
.publications-icons .ico.pptx::after {
  content: "\f108";
  color: red;
}
.publications-icons .download.excel::after,
.publications-icons .ico.excel::after {
  content: "\f1c3";
  color: green;
}
.publications-icons .download.i::after,
.publications-icons .ico.i::after,
.publications-icons .download.chart::after,
.publications-icons .ico.chart::after,
.publications-icons .download.iframe::after,
.publications-icons .ico.iframe::after {
  content: "\f080";
  color: #1fa67a;
}
button.npr-download {
  text-align: center;
}
button.npr-download:before,
button.npr-download:after {
  font-family: "FontAwesome";
  content: "\f019";
  color: #fff;
}
button.npr-download:before {
  margin-right: 11px;
}
button.npr-download:after {
  content: "\f080";
  margin-left: 11px;
}
.data-dashboard-pdf {
  text-align: end;
  padding: 0 5px;
}
.data-dashboard-pdf span {
  color: #015faf;
  cursor: pointer;
}
.data-dashboard-pdf span::after {
  font-family: "FontAwesome";
  content: "\f1c1";
  color: #cc3333;
  margin-left: 5px;
}
/**
 * Publications Slider
 */
/**
 * Core Styles
 */
.publications-slider {
  background: #efefef;
  padding: 20px 0;
  margin-top: 20px;
  position: relative;
}
.publications-slider .module-title {
  margin-top: 0;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .publications-slider {
    background: transparent;
  }
}
.publications-slider .slider {
  list-style: none;
  min-height: 200px;
}
.publications-slider .slider li {
  position: absolute;
  text-align: center;
}
.publications-slider .slider .inner {
  width: 128px;
  margin: 0 auto;
  text-align: left;
}
.publications-slider .slider img {
  max-width: 100%;
}
.publications-slider .slider .publication-title {
  font-size: 14px;
  font-weight: bold;
  color: #015196;
}
.publications-slider .bx-wrapper {
  margin: 0 auto;
  /* PAGER */
}
.publications-slider .bx-wrapper .bx-controls {
  height: 30px;
}
.publications-slider .bx-wrapper .bx-pager {
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  text-align: center;
  padding: 15px 0;
  position: absolute;
  left: 0;
  width: 100%;
}
.publications-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.publications-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.publications-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d00000;
}
@media screen and (min-width: 768px) {
  .publications-slider .bx-wrapper .bx-pager {
    display: none;
  }
}
.publications-slider .bx-wrapper .bx-pager .bx-pager-item,
.publications-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.publications-slider .bx-wrapper .bx-controls-direction {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -48px;
}
.publications-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  font-family: "FontAwesome";
  overflow: hidden;
  display: block;
  font-size: 44px;
  width: 28px;
  text-align: center;
}
.publications-slider .bx-wrapper .bx-controls-direction .bx-prev {
  left: 15px;
}
.publications-slider .bx-wrapper .bx-controls-direction .bx-next {
  right: 15px;
}
/**
 * Publications Landing Page
 */
/**
 * Browse Categories
 */
.publications-categories img {
  display: none;
}
.publications-categories .module-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding: 15px 10px;
  font-size: 38px;
  background: url("../img/publications/browse-categories-bg.jpg");
  background-size: cover;
  border-right: 5px solid #d00000;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.publications-categories .module-title:after {
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 50%;
  color: #d00000;
  content: "\f105";
  text-shadow: none;
  font-size: 44px;
  margin-top: -22px;
}
.publications-categories .cat-list {
  display: none;
}
.publications-categories.is-open .module-title:after {
  content: "\f107";
}
.publications-categories.is-open .cat-list {
  display: block;
}
@media (min-width: 768px) {
  .publications-categories .module-title {
    padding: 15px 0;
    font-family: HelveticaNeueLT-Light;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
    color: #333;
    cursor: default;
    background: transparent;
    border: none;
  }
  .publications-categories .module-title:after {
    display: none;
  }
  .publications-categories .cat-list {
    display: block;
    margin-left: -4%;
    width: 104%;
  }
  .publications-categories a {
    width: 46%;
    float: left;
    margin-left: 4%;
  }
  .publications-categories img {
    display: block;
    max-width: 100%;
    border-right: 5px solid #d00000;
  }
  .publications-categories .cat-title {
    margin: 8px 0 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
  }
}
/**
 * Timeline
 */
.publications-timeline .months {
  clear: both;
  overflow: hidden;
  position: relative;
}
.publications-timeline .months:before {
  content: "";
  display: block;
  width: 11px;
  background: #fff;
  border-left: 5px solid #efefef;
  border-right: 5px solid #efefef;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -5.5px;
}
@media only screen and (min-width: 768px) {
  .publications-timeline .months {
    padding-bottom: 45px;
  }
}
.publications-timeline .month {
  display: block;
  position: relative;
  text-align: center;
}
.publications-timeline .month-name {
  display: inline-block;
  background: #efefef;
  width: 75px;
  height: 75px;
  border: 8px solid #0187E3;
  border-radius: 100%;
  color: #d00000;
  line-height: 60px;
  margin: 40px 0;
}
.publications-timeline .month-name.has-year {
  padding-top: 9px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .publications-timeline .month-name {
    margin: 30px 0;
  }
}
.publications-timeline .month:first-child .month-name {
  margin-top: 0;
}
.publications-timeline .pub-list {
  display: block;
  margin: 0;
  padding: 0;
}
.publications-timeline .pub-list li {
  margin: 0 auto;
  max-width: 420px;
  display: block;
  margin-bottom: 22px;
}
.publications-timeline .pub-list li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .publications-timeline .pub-list li {
    width: 100%;
    max-width: none;
    margin-bottom: -10px;
  }
  .publications-timeline .pub-list li a::after {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 14px;
    margin-top: -14px;
  }
  .publications-timeline .pub-list li:nth-child(odd) {
    padding-right: 50%;
  }
  .publications-timeline .pub-list li:nth-child(odd) a {
    margin-right: 25px;
  }
  .publications-timeline .pub-list li:nth-child(odd) a:after {
    left: 100%;
    border-left-color: #efefef;
  }
  .publications-timeline .pub-list li:nth-child(even) {
    padding-left: 50%;
  }
  .publications-timeline .pub-list li:nth-child(even) a {
    margin-left: 25px;
  }
  .publications-timeline .pub-list li:nth-child(even) a:after {
    right: 100%;
    border-right-color: #efefef;
  }
}
.publications-timeline .pub-list a {
  text-align: left;
  padding: 15px;
  background: #efefef;
  display: block;
  text-decoration: none;
  color: #015196 !important;
  font-size: 16px;
  position: relative;
}
.publications-timeline .pub-list .description {
  font-weight: bold;
}
.publications-timeline .pub-list .is-available a {
  padding-right: 60px;
}
.publications-timeline .pub-list .is-available .available {
  color: #0187E3;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.publications-timeline .pub-list .is-available .available span {
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
}
.publications-timeline .pub-list .is-available .available span:before {
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f019";
  display: block;
  margin-bottom: -2px;
}
.publications-timeline .pub-list .compact .description {
  color: #555 !important;
  font-weight: normal;
  font-size: 14px;
}
.publications-timeline .pub-list .compact .description strong {
  font-weight: bold;
}
/**
 * Publications List
 */
/**
 * View All / Category List
 */
.publications-list {
  padding-top: 35px;
}
.publications-list .pub-entry {
  text-decoration: none;
  color: #555 !important;
  min-height: 115px;
  padding: 15px;
  position: relative;
  display: block;
}
.publications-list .pub-entry:nth-child(odd) {
  background: #efefef;
}
.publications-list .cover {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 70px;
}
.publications-list .description {
  padding-left: 85px;
  font-size: 14px;
}
.publications-list .title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #015196 !important;
}
@media only screen and (min-width: 600px) {
  .publications-list .is-featured .cover {
    max-width: 100px;
  }
  .publications-list .is-featured .description {
    padding-left: 115px;
  }
}
@media only screen and (min-width: 768px) {
  .publications-list .is-featured {
    min-height: 225px;
  }
  .publications-list .is-featured .cover {
    max-width: 150px;
  }
  .publications-list .is-featured .description {
    padding-left: 165px;
    font-size: 14px;
  }
  .publications-list .is-featured .title {
    font-size: 20px;
  }
}
/**
 * Publications Detail
 */
.publications-detail .detail:before,
.publications-detail .detail:after {
  content: " ";
  display: table;
}
.publications-detail .detail:after {
  clear: both;
}
.publications-detail .detail:before,
.publications-detail .detail:after {
  content: " ";
  display: table;
}
.publications-detail .detail:after {
  clear: both;
}
.publications-detail .detail .cover {
  display: none;
}
.publications-detail .detail .highlight {
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .publications-detail .detail {
    position: relative;
    min-height: 235px;
  }
  .publications-detail .detail .cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .publications-detail .detail .cover img {
    max-width: 150px;
  }
  .publications-detail .detail .preview {
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    padding-top: 7px;
  }
  .publications-detail .detail .preview:before {
    font-family: "FontAwesome";
    margin-right: 7px;
    content: "\f06e";
    color: #555;
    font-size: 12px;
  }
  .publications-detail .detail .info {
    padding-left: 170px;
  }
  .publications-detail .detail .title {
    margin-top: 0;
  }
}
.publications-detail .npr-preview img {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .publications-detail .npr-preview img {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    vertical-align: top;
  }
}
/**
 * Publications Search Page + Form + Filter
 */
/**
 * Search Form
 */
#searchFiltersModal .modal-dialog {
  position: relative;
}
#searchFiltersModal .modal-content {
  padding: 25px;
}
#searchFiltersModal .modal-title {
  text-align: center;
}
#searchFiltersModal .close {
  display: block;
  position: absolute;
  top: 32px;
  right: 25px;
  z-index: 100;
  font-weight: normal;
}
#searchFiltersModal .publications-filters {
  padding-right: 0;
}
.publications-search-form .search-input {
  width: 100%;
  max-width: none;
  margin-bottom: 15px;
  padding-right: 40px;
}
.publications-search-form .btn-search {
  right: 0px;
}
.publications-search-form .btn-filter {
  display: none;
}
.publications-search-form.has-filter .search-input {
  padding-right: 80px;
}
.publications-search-form.has-filter .btn-search {
  right: 40px;
}
.publications-search-form.has-filter .btn-filter {
  right: 0px;
  display: inline-block;
}
@media (min-width: 650px) {
  .publications-search-form .search-input {
    max-width: 320px;
    display: inline-block;
    margin-bottom: 0;
  }
  .publications-search-form .view-all {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .publications-search-form .search-input {
    max-width: 440px;
  }
}
@media (min-width: 992px) {
  .publications-search-form .search-input {
    padding-right: 40px!important;
  }
  .publications-search-form .search-input .btn-search {
    right: 0;
  }
  .publications-search-form .search-input .btn-filter {
    display: none;
  }
}
/**
 * Filters
 */
.publications-filters {
  font-size: 14px;
  width: 100%;
  padding-right: 40px;
}
.publications-filters .filters-header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #d00000;
}
.publications-filters .filter-title {
  text-decoration: none;
  font-weight: bold;
  color: #555;
  cursor: pointer;
  position: relative;
  height: 38px;
  line-height: 38px;
  border-top: 1px solid #efefef;
}
.publications-filters .filter-title.no-border {
  border-top: none;
}
.publications-filters .filter-title:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  color: #d00000;
}
.publications-filters .filter-title.is-open:after {
  content: "\f107";
}
.publications-filters .clear {
  font-weight: normal;
  text-decoration: underline;
  color: #015196;
  font-size: 12px;
}
.publications-filters label {
  color: #555;
  display: block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
.publications-filters label:last-child {
  margin-bottom: 8px;
}
.publications-filters .filter-buttons {
  padding: 15px 0;
  text-align: center;
}
.publications-filters .filter-buttons .btn {
  display: inline-block;
  min-width: 0;
  width: auto;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  border: none;
}
.publications-filters .filter-buttons .apply {
  margin-bottom: 5px;
}
/**
 * Results Table
 */
.publications-results {
  font-size: 12px;
  padding-top: 25px;
  /**
	 * Mobile/Tablet
	 */
}
.publications-results.is-loading {
  overflow: hidden;
  min-height: 300px;
  background: transparent url(../img/loading.gif) no-repeat center;
  pointer-events: none;
}
.publications-results.is-loading .results {
  opacity: 0;
  filter: alpha(opacity=0);
}
.publications-results.is-loading .module-title {
  display: none;
}
.publications-results.is-loading .pagination {
  display: none;
}
.publications-results.is-no-results .no-results-msg {
  display: block;
}
.publications-results.is-no-results .results {
  opacity: 0;
  filter: alpha(opacity=0);
}
.publications-results.is-no-filtered .no-filtered-msg {
  display: block;
}
.publications-results.is-no-filtered .results {
  opacity: 0;
  filter: alpha(opacity=0);
}
.publications-results.is-awaiting-input .awaiting-input-msg {
  display: block;
}
.publications-results.is-awaiting-input .results {
  opacity: 0;
  filter: alpha(opacity=0);
}
.publications-results.is-awaiting-input .module-title {
  display: none;
}
.publications-results.is-awaiting-input .pagination {
  display: none;
}
.publications-results .no-results-msg {
  display: none;
}
.publications-results .no-filtered-msg {
  display: none;
}
.publications-results .awaiting-input-msg {
  display: none;
}
.publications-results .results {
  opacity: 1;
  filter: alpha(opacity=100);
}
.publications-results .module-title {
  display: block;
}
.publications-results table {
  width: 100%;
}
.publications-results td {
  vertical-align: middle;
  padding: 8px;
}
.publications-results tbody tr:nth-child(odd) {
  background: #efefef;
}
.publications-results .sort {
  padding: 0 12px 0 0;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.publications-results .sort:hover {
  text-decoration: none;
}
.publications-results .sort:focus {
  outline: none;
}
.publications-results .sort:after,
.publications-results .sort:before {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
  content: "";
  position: absolute;
  top: 3px;
  right: -3px;
}
.publications-results .sort:before {
  position: absolute;
  top: auto;
  bottom: 8px;
}
.publications-results .sort:after {
  border-bottom: 5px solid #ccc;
  border-top: 5px solid transparent;
}
.publications-results .sort.asc:before,
.publications-results .sort.desc:before {
  display: none;
}
.publications-results .sort.asc:after {
  border-top: 5px solid #ccc;
  border-bottom: 5px solid transparent;
  top: auto;
  bottom: 6px;
}
.publications-results .sort.desc:after {
  border-bottom: 5px solid #ccc;
  top: 5px;
  bottom: auto;
}
.publications-results .cover {
  width: 80px;
  position: relative;
}
.publications-results .cover img {
  width: 100%;
}
.publications-results .cover-overlay {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 8px;
  right: 8px;
  height: 82.5px;
  top: 50%;
  margin-top: -41.25px;
  padding: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.333s;
}
.publications-results .cover-overlay:after {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  bottom: 35px;
  text-align: center;
  width: 100%;
  content: "\f06e";
  font-size: 22px;
}
.publications-results .cover-overlay div {
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  bottom: 4px;
  left: 0;
  width: 100%;
}
.publications-results .cover-overlay:hover {
  opacity: 1;
}
.publications-results .info {
  max-width: 280px;
  min-width: 230px;
}
.publications-results .info .title {
  font-weight: bold;
  font-size: 14px;
}
.publications-results .info .title a {
  color: #555;
  text-decoration: none;
}
.publications-results .info .release-date,
.publications-results .info .description,
.publications-results .info .details {
  display: none;
}
.publications-results .new {
  color: #d00000;
  font-size: 12px;
}
.publications-results .pagination {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  display: block;
}
.publications-results .pagination li {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
.publications-results .pagination li:first-child {
  margin-left: 0;
}
.publications-results .pagination li.active a {
  background: #015196;
  color: #fff;
}
.publications-results .pagination a {
  display: inline-block;
  padding: 6px 12px;
  border: 2px solid #015196;
  border-radius: 3px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .publications-results {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .publications-results table,
  .publications-results thead,
  .publications-results tbody,
  .publications-results th,
  .publications-results td,
  .publications-results tr {
    display: block;
  }
  .publications-results thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .publications-results tbody tr {
    position: relative;
  }
  .publications-results tbody {
    font-size: 12px;
  }
  .publications-results tbody tr {
    position: relative;
  }
  .publications-results tbody td {
    display: none;
  }
  .publications-results tbody .cover {
    display: block;
  }
  .publications-results tbody .info {
    /* Behave  like a "row" */
    display: block;
    border: none;
    position: relative;
    padding-left: 70px;
    max-width: none;
  }
  .publications-results td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .publications-results .cover {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 52px;
    padding: 0;
  }
  .publications-results .cover-overlay {
    display: none;
  }
  .publications-results .info {
    font-size: 11px;
  }
  .publications-results .info .release-date,
  .publications-results .info .details {
    display: block;
  }
  .publications-results .info .release-date {
    padding: 4px 0;
    font-weight: bold;
  }
  .publications-results .info .details strong {
    display: inline-block;
    min-width: 70px;
  }
}
.publications-results.publications-reports .result-list {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 15px;
}
.publications-results.publications-reports td {
  min-width: 105px;
}
@media only screen and (max-width: 767px) {
  .publications-results.publications-reports td {
    display: block;
  }
  .publications-results.publications-reports td.empty {
    display: none;
  }
}
/**
 * Publications Downlaod
 */
#dlModal .modal-dialog {
  position: relative;
}
#dlModal .modal-content {
  padding: 25px;
}
#dlModal .modal-title {
  text-align: center;
}
#dlModal .close {
  display: block;
  position: absolute;
  top: 32px;
  right: 25px;
  z-index: 100;
  font-weight: normal;
}
.dl-modal.dl-modal-terms {
  text-align: center;
  font-size: 13px;
}
.dl-modal.dl-modal-terms .modal-title {
  margin-bottom: 15px;
}
.dl-modal.dl-modal-terms .btn {
  margin-top: 11px;
}
.dl-modal.dl-modal-progress .loading {
  display: block;
  height: 170px;
  background: rgba(255, 255, 255, 0.75) url(../img/loading.gif) no-repeat center;
}
.dl-modal.dl-modal-messages .modal-title {
  margin-bottom: 15px;
}
.dl-modal .dl-modal-section {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}
.dl-modal .dl-modal-section:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.dl-modal .inverted {
  background: #777;
  color: #fff;
  margin: 20px -25px -25px -25px;
  padding: 25px;
  text-align: center;
}
.dl-modal .inverted strong {
  padding-bottom: 5px;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}
.dl-modal .inverted .btn {
  background: #fff;
  color: #d00000;
}
/**
 * Publications News
 */
.publications-news .search-form .search-input {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .publications-news .search-form .search-input {
    margin: 0;
    transition: none;
    padding-right: 0;
    width: 290px;
  }
  .publications-news .search-form .form-group {
    margin-top: -5px;
    margin-right: 15px;
    display: inline-block;
    float: none;
    vertical-align: baseline;
  }
  .publications-news .search-form .advanced-search .btn {
    margin: 0;
    transition: none;
  }
}
/**
 * Publications Issues
 */
.publications-issues:before,
.publications-issues:after {
  content: " ";
  display: table;
}
.publications-issues:after {
  clear: both;
}
.publications-issues:before,
.publications-issues:after {
  content: " ";
  display: table;
}
.publications-issues:after {
  clear: both;
}
.publications-issues .collapse .collapse,
.publications-issues .collapse .collapsing,
.publications-issues .collapse .module-title {
  padding-left: 15px;
}
.publications-issues .collapse .module-title {
  font-size: 18px;
}
.publications-issues.is-expandable .module-title {
  cursor: pointer;
}
.publications-issues.is-expandable .module-title:after {
  font-family: "FontAwesome";
  margin-left: 7px;
  font-size: 16px;
  content: "\f196";
}
.publications-issues.is-expandable .module-title.is-open::after {
  content: "\f147";
}
.publications-issues.is-expandable .module-title__state-economic-impact-infographics {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin: 8px 0;
}
.publications-issues table {
  width: 100%;
}
.publications-issues .title {
  width: 75%;
}
.publications-issues .availability {
  width: 25%;
  min-width: 100px;
}
.publications-issues thead tr {
  font-weight: bold;
  text-transform: uppercase;
}
.publications-issues .spacer {
  border-top: 2px solid #efefef;
  height: 6px;
}
.publications-issues .spacer td {
  padding: 0;
}
.publications-issues td {
  font-size: 12px;
}
@media only screen and (min-width: 600px) {
  .publications-issues td {
    font-size: 13px;
  }
}
.publications-issues tbody .title {
  font-weight: bold;
  color: #ccc;
}
.publications-issues tbody td {
  padding: 8px 0;
}
.publications-issues .is-available .title {
  color: #015196;
}
.publications-issues .availability {
  position: relative;
}
.publications-issues .publications-icons button {
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
}
.publications-issues .publications-icons button:before,
.publications-issues .publications-icons button:after {
  font-family: "FontAwesome";
  margin-right: 6px;
  display: inline-block;
}
.publications-issues .publications-icons button:before {
  content: "\f019";
}
.stats-pricing {
  width: 100%;
  border: none;
  display: block;
}
.stats-pricing thead,
.stats-pricing tbody,
.stats-pricing th,
.stats-pricing tr,
.stats-pricing td {
  display: block;
}
.stats-pricing thead {
  display: none;
}
.stats-pricing tr {
  margin-bottom: 10px;
}
.stats-pricing td:not(:first-child)::before {
  content: attr(data-label) ':\00a0';
  float: left;
}
@media (min-width: 740px) {
  .stats-pricing {
    border-bottom: 1px solid #015196;
    margin: 0;
    padding: 0;
    display: table;
    border-collapse: collapse;
  }
  .stats-pricing thead {
    display: table-header-group;
  }
  .stats-pricing th {
    display: table-cell;
    border-right: 1px solid #015196;
    border-bottom: 1px solid #015196;
    white-space: nowrap;
    padding: 4px 10px;
    text-align: right;
  }
  .stats-pricing td {
    border-right: 1px solid #015196;
    text-align: right;
    white-space: nowrap;
    padding: 2px 10px;
    vertical-align: top;
  }
  .stats-pricing th:first-child,
  .stats-pricing td:first-child {
    text-align: left;
    white-space: wrap;
    border-right: none;
    padding: 0;
    width: 100%;
  }
  .stats-pricing th:last-child,
  .stats-pricing td:last-child {
    border-right: none;
  }
  .stats-pricing tbody {
    display: table-row-group;
  }
  .stats-pricing tr {
    display: table-row;
    border: none;
    margin-bottom: 0;
  }
  .stats-pricing td {
    text-align: right;
    display: table-cell;
  }
  .stats-pricing td::before {
    display: none;
  }
  .stats-pricing td:first-child {
    text-align: left;
  }
}
.stats-pricing-download::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: bold;
}
/**
 * Stats Dashboard
 */
.page-stats-dashboard #c-col-main {
  width: 100%;
}
.stats-ico {
  background-image: url(../img/stats-dashboard/stats-sprite.png);
  background-repeat: no-repeat;
  display: block;
}
.stats-ico.ico-boat {
  background-position: -5px -35px;
  width: 115px;
  height: 33px;
  display: inline-block;
}
.stats-ico.ico-engine {
  background-position: -130px -25px;
  width: 115px;
  height: 75px;
}
.stats-ico.ico-gas-pump {
  background-position: -255px -20px;
  width: 115px;
  height: 75px;
}
.stats-ico.ico-handshake {
  background-position: -5px -148px;
  width: 115px;
  height: 75px;
}
.stats-ico.ico-made-in-usa {
  background-position: -130px -141px;
  width: 115px;
  height: 85px;
}
.stats-ico.ico-money-house {
  background-position: -255px -159px;
  width: 115px;
  height: 55px;
}
.stats-ico.ico-new-house {
  background-position: -5px -285px;
  width: 115px;
  height: 55px;
}
.stats-ico.ico-shopping-cart {
  background-position: -130px -271px;
  width: 115px;
  height: 85px;
}
.stats-ico.ico-truck {
  background-position: -255px -285px;
  width: 115px;
  height: 55px;
}
.stats-dashboard {
  /* General
  */
  /* Indicators - Sprite
  */
  /* Indicators - General
  */
  /* Indicators - Powerboats/Segments
  */
  /* Indicators - Economic
  */
  /* Graphs Section
  */
}
.stats-dashboard .callout-title {
  color: #d00000;
}
.stats-dashboard .callout-title em {
  font-weight: bold;
  font-style: normal;
}
.stats-dashboard .dashboard-section .module-title {
  color: #015196;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.stats-dashboard .dashboard-indicators .stats-ico {
  margin: 0 auto;
}
.stats-dashboard .dashboard-indicator {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 20px;
}
.stats-dashboard .indicator-meta {
  text-align: center;
  margin: 5px 0;
}
.stats-dashboard .indicator-meta .view-chart {
  color: #777;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  vertical-align: middle;
}
.stats-dashboard .indicator-meta .view-chart:before {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f080";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.stats-dashboard .indicator-meta .timeline {
  font-family: Helvetica, Arial, sans-serif;
  color: #444;
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.stats-dashboard .indicator-meta .timeline:before {
  color: #015196;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f133";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.stats-dashboard .indicator {
  color: #777;
}
.stats-dashboard .indicator .title {
  color: #015196;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
}
.stats-dashboard .indicator .col1,
.stats-dashboard .indicator .col2 {
  display: inline-block;
  vertical-align: middle;
}
.stats-dashboard .indicator .percentage,
.stats-dashboard .indicator .volume,
.stats-dashboard .indicator .label {
  font-weight: bold;
}
.stats-dashboard .indicator .col1 {
  margin-right: 14px;
}
.stats-dashboard .indicator .units {
  padding-left: 28px;
  font-size: 36px;
  position: relative;
}
.stats-dashboard .indicator .units:before {
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  left: 0;
  bottom: 6px;
}
.stats-dashboard .indicator .arrow-up .units::before {
  color: #7BC124;
  content: "\f062";
}
.stats-dashboard .indicator .arrow-down .units::before {
  color: #E60013;
  content: "\f063";
  bottom: 6px;
}
.stats-dashboard .indicator .label {
  color: #666;
  font-size: 14px;
  line-height: 13px;
}
.stats-dashboard .primary-indicator {
  text-align: center;
  margin: 20px 0 40px;
}
.stats-dashboard .primary-indicator .col1,
.stats-dashboard .primary-indicator .col2 {
  text-align: left;
}
.stats-dashboard .primary-indicator .label {
  font-size: 16px;
  line-height: 0;
}
.stats-dashboard .primary-indicator .col1 {
  margin-right: 24px;
}
.stats-dashboard .primary-indicator .col1 .units {
  font-size: 44px;
  padding-left: 50px;
}
.stats-dashboard .primary-indicator .col1 .units:before {
  font-size: 40px;
}
.stats-dashboard .primary-indicator .col2 {
  position: relative;
  top: 0;
}
.stats-dashboard .primary-indicator .col2 .units {
  font-size: 44px;
  padding-left: 50px;
}
.stats-dashboard .primary-indicator .col2 .units:before {
  font-size: 40px;
}
@media screen and (max-width: 490px) {
  .stats-dashboard .primary-indicator .col1,
  .stats-dashboard .primary-indicator .col2 {
    text-align: center;
  }
  .stats-dashboard .primary-indicator .col1 .units {
    text-align: center;
    padding: 0;
  }
  .stats-dashboard .primary-indicator .col1 .units:before {
    position: relative;
    bottom: 0;
    margin-left: -25px;
  }
  .stats-dashboard .primary-indicator .col2 .units {
    text-align: center;
    padding: 0;
  }
  .stats-dashboard .primary-indicator .col2 .units:before {
    position: relative;
    bottom: 0;
    margin-left: -25px;
  }
  .stats-dashboard .primary-indicator .col1 {
    margin: 0 0 12px;
  }
}
.stats-dashboard .segment-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 555px) {
  .stats-dashboard .segment-title {
    margin-bottom: 14px;
  }
  .stats-dashboard .segment-title .stats-ico {
    display: block;
    margin-bottom: 14px;
  }
}
.stats-dashboard .segments {
  margin-top: 35px;
  background: #fff;
  padding: 20px;
  /* arrow */
}
.stats-dashboard .segments:before,
.stats-dashboard .segments:after {
  content: " ";
  display: table;
}
.stats-dashboard .segments:after {
  clear: both;
}
.stats-dashboard .segments:before,
.stats-dashboard .segments:after {
  content: " ";
  display: table;
}
.stats-dashboard .segments:after {
  clear: both;
}
.stats-dashboard .segments:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 35px 35px;
  border-color: transparent transparent #ffffff transparent;
}
.stats-dashboard .segments .indicator {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  .stats-dashboard .segments .indicator {
    float: left;
    width: 50%;
  }
}
.stats-dashboard .segments .indicator .indicator-meta {
  margin: 15px 0 8px;
}
.stats-dashboard .segments .indicator .col1,
.stats-dashboard .segments .indicator .col2 {
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .stats-dashboard .segments .indicator {
    margin-top: 22px;
    margin-bottom: 32px;
  }
}
.stats-dashboard .economic-indicators .module-title {
  margin-bottom: 12px;
}
.stats-dashboard .economic-indicators .indicator {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  padding: 0 5px;
  min-height: 240px;
}
@media (min-width: 992px) {
  .stats-dashboard .economic-indicators .indicator {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .stats-dashboard .economic-indicators .indicator {
    float: left;
    width: 33.33333333%;
  }
}
.stats-dashboard .economic-indicators .indicator .indicator-meta {
  margin: 5px 0 8px;
}
.stats-dashboard .btn-group {
  margin: 30px 0;
  text-align: center;
}
.stats-dashboard .btn-group .btn {
  margin: 0 5px;
}
.stats-dashboard .btn-group .fa {
  margin-right: 7px;
}
.stats-dashboard .us-powerboat-sales {
  margin-top: 35px;
}
.stats-dashboard .us-powerboat-sales .graph-body {
  height: 900px;
}
.stats-dashboard .graph-manufacturer-comparison-table {
  margin: 35px 0;
}
.stats-dashboard .graph-manufacturer-comparison-table .graph-body {
  height: auto;
}
.stats-dashboard .graph-manufacturer-comparison-table table {
  border-color: #ccc;
  margin-bottom: 12px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 13px;
}
.stats-dashboard .graph-manufacturer-comparison-table td {
  border: 1px solid #ccc;
  padding: 4px 8px;
}
@media screen and (max-width: 1024px) {
  .stats-dashboard .graph-manufacturer-comparison-table .graph-body {
    overflow-x: scroll;
    font-size: 14px;
  }
}
.stats-dashboard .graph-confidence-trends .graph-body {
  height: 600px;
}
.stats-dashboard .graph-2x-col-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.stats-dashboard .graph-2x-col-grid .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .stats-dashboard .graph-2x-col-grid .col {
    float: left;
    width: 50%;
  }
}
.stats-dashboard .graph-2x-col-grid .col:nth-child(odd) {
  clear: left;
}
/**
 * Graphs
 */
.stats-graph .graph-title {
  /*height: 40px;*/
  font-size: 18px;
  color: #015196;
  margin: 0 0 8px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.stats-graph .graph-title span {
  font-weight: normal;
}
.stats-graph.is-loading .graph-body {
  background: transparent url(../img/loading.gif) no-repeat center;
}
.stats-graph .graph-body {
  height: 500px;
  margin: 15px 0 5px 0;
  transition: all 1s;
  opacity: 1;
}
.stats-graph.is-loading .graph-body {
  border: 2px solid #efefef;
  opacity: 0.65;
}
.stats-graph.has-error .graph-body {
  border-radius: 12px;
  border: 12px solid rgba(255, 0, 0, 0.015);
  background: rgba(255, 0, 0, 0.15);
  position: relative;
}
.stats-graph.has-error .graph-body:after {
  font-family: "FontAwesome";
  content: "\f071";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 32px;
  color: rgba(255, 0, 0, 0.81);
}
.stats-graph .graph-body {
  display: block;
  width: 100%;
}
.stats-graph .source {
  font-size: 12px;
}
/*Prospective Members*/
.prospective-exibitor__video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prospective-exibitor__video {
  width: 800px;
}
.prospective-exibitor__currents-icon {
  font-size: 42px;
  color: #c4c4c4;
}
.prospective-exibitor__currents-button {
  background-color: #fff;
  border: 2px solid #015196;
  color: #015196;
}
.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%;
}
.headermain {
  padding-top: 30px;
}
.vline {
  position: absolute;
  border-right: 1px solid #666;
  border-color: darkgray;
  height: 200px;
  top: 50px;
  right: 50px;
  padding-top: 200px;
}
.asidehide aside {
  visibility: hidden;
}
@media screen and (max-width: 490px) {
  .mobileheader {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .mobileheader {
    font-size: 17px;
    text-align: center;
  }
}
.government-issues-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.government-primary-issue {
  padding-bottom: 15px;
}
.government-primary-issue a,
.government-primary-issue a:hover {
  text-decoration: none;
}
.government-primary-issue a:hover .btn {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.government-primary-issue a:hover .btn:hover,
.government-primary-issue a:hover .btn:focus,
.government-primary-issue a:hover .btn.focus,
.government-primary-issue a:hover .btn:active,
.government-primary-issue a:hover .btn.active,
.open > .dropdown-toggle.government-primary-issue a:hover .btn {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.government-primary-issue a:hover .btn:active,
.government-primary-issue a:hover .btn.active,
.open > .dropdown-toggle.government-primary-issue a:hover .btn {
  background-image: none;
}
.government-primary-issue a:hover .btn.disabled,
.government-primary-issue a:hover .btn[disabled],
fieldset[disabled] .government-primary-issue a:hover .btn,
.government-primary-issue a:hover .btn.disabled:hover,
.government-primary-issue a:hover .btn[disabled]:hover,
fieldset[disabled] .government-primary-issue a:hover .btn:hover,
.government-primary-issue a:hover .btn.disabled:focus,
.government-primary-issue a:hover .btn[disabled]:focus,
fieldset[disabled] .government-primary-issue a:hover .btn:focus,
.government-primary-issue a:hover .btn.disabled.focus,
.government-primary-issue a:hover .btn[disabled].focus,
fieldset[disabled] .government-primary-issue a:hover .btn.focus,
.government-primary-issue a:hover .btn.disabled:active,
.government-primary-issue a:hover .btn[disabled]:active,
fieldset[disabled] .government-primary-issue a:hover .btn:active,
.government-primary-issue a:hover .btn.disabled.active,
.government-primary-issue a:hover .btn[disabled].active,
fieldset[disabled] .government-primary-issue a:hover .btn.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.government-primary-issue a:hover .btn .badge {
  color: #d9534f;
  background-color: #fff;
}
.government-primary-issue .government-primary-issue-inner {
  position: relative;
  min-height: 100px;
}
.government-primary-issue .government-primary-issue-image {
  max-width: 100%;
  display: none;
}
.government-primary-issue .government-primary-issue-image.sm {
  display: inline;
}
.government-primary-issue .government-primary-issue-caption {
  padding: 30px;
  color: #333;
  width: 100%;
  min-height: 60px;
}
.government-primary-issue .government-primary-issue-caption .sm {
  display: none;
}
.government-primary-issue .government-primary-issue-caption h2 {
  color: #015faf;
  font-weight: bold;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
}
.government-primary-issue .btn-wrap {
  text-align: center;
}
.government-primary-issue .btn {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  /*.btn-inverse();*/
  line-height: 36px;
  /*background: transparent;*/
}
.government-primary-issue .btn:hover,
.government-primary-issue .btn:focus,
.government-primary-issue .btn.focus,
.government-primary-issue .btn:active,
.government-primary-issue .btn.active,
.open > .dropdown-toggle.government-primary-issue .btn {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.government-primary-issue .btn:active,
.government-primary-issue .btn.active,
.open > .dropdown-toggle.government-primary-issue .btn {
  background-image: none;
}
.government-primary-issue .btn.disabled,
.government-primary-issue .btn[disabled],
fieldset[disabled] .government-primary-issue .btn,
.government-primary-issue .btn.disabled:hover,
.government-primary-issue .btn[disabled]:hover,
fieldset[disabled] .government-primary-issue .btn:hover,
.government-primary-issue .btn.disabled:focus,
.government-primary-issue .btn[disabled]:focus,
fieldset[disabled] .government-primary-issue .btn:focus,
.government-primary-issue .btn.disabled.focus,
.government-primary-issue .btn[disabled].focus,
fieldset[disabled] .government-primary-issue .btn.focus,
.government-primary-issue .btn.disabled:active,
.government-primary-issue .btn[disabled]:active,
fieldset[disabled] .government-primary-issue .btn:active,
.government-primary-issue .btn.disabled.active,
.government-primary-issue .btn[disabled].active,
fieldset[disabled] .government-primary-issue .btn.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.government-primary-issue .btn .badge {
  color: #d9534f;
  background-color: #fff;
}
@media screen and (min-width: 480px) {
  .government-primary-issue .government-primary-issue-image.sm {
    display: none;
  }
  .government-primary-issue .government-primary-issue-image.md {
    display: inline;
  }
  .government-primary-issue .btn {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 30px;
  }
  .government-primary-issue .government-primary-issue-caption {
    font-size: 15px;
    position: absolute;
    bottom: -1px;
    padding-right: 190px;
    background: rgba(230, 230, 230, 0.92);
    text-align: justify;
    color: #333;
  }
  .government-primary-issue .government-primary-issue-caption p {
    margin: 0;
  }
}
.government-issue-header {
  margin-bottom: 30px;
  clear: both;
}
.government-issue-header__action {
  text-align: center;
  float: right;
  padding: 0 0 10px 10px;
}
.government-issue-video {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  margin-bottom: 30px;
  height: 0;
}
.government-issue-video iframe,
.government-issue-video object,
.government-issue-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.government-issue-image {
  max-width: 100%;
  display: none;
  padding-bottom: 30px;
}
.government-issue-image.sm {
  display: inline;
}
@media screen and (min-width: 480px) {
  .government-issue-image.sm {
    display: none;
  }
  .government-issue-image.md {
    display: inline;
  }
}
.government-issue-callouts {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: -5px;
  padding: 0 0 30px 0;
}
.government-issue-callouts__item {
  flex-grow: 1;
  padding: 5px;
  box-sizing: border-box;
  width: 33.3333%;
}
.government-issue-callouts__image {
  width: 100%;
  height: auto;
}
.government-issues-cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -5px;
  padding: 0 0 30px 0;
}
.government-issues-cards__item {
  box-sizing: border-box;
  display: flex;
  padding: 5px;
  width: 100%;
}
@media (min-width: 480px) {
  .government-issues-cards__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .government-issues-cards__item {
    width: 33.3333%;
  }
}
.government-issues-cards__item a,
a:hover {
  text-decoration: none;
}
.government-issues-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
}
.government-issues-card--link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.government-issues-card--link:hover .government-issues-card__image {
  filter: contrast(100%);
}
.government-issues-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 0 0 0;
}
.government-issues-card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: contrast(75%);
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.government-issues-card__image::before {
  content: "";
  display: block;
  padding-top: 45%;
}
@media (min-width: 480px) {
  .government-issues-card__image::before {
    padding-top: 55%;
  }
}
.government-issues-card__title {
  display: flex;
  align-items: flex-end;
  padding: 5px 0;
  color: #015faf;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
@media (min-width: 480px) {
  .government-issues-card__title {
    min-height: 55px;
  }
}
.government-issues-card__text {
  flex: 1 1 auto;
  margin-bottom: 2px;
  font-size: 15px;
  color: #333;
  line-height: 1.1;
}
.government-issues-card__link {
  flex: 1 1 auto;
}
.government-issues-card__btn {
  height: 32px;
  width: 32px;
  float: right;
}
.b2b-directory-search-form .search-input {
  width: 100%;
  max-width: none;
  margin-bottom: 15px;
  padding-right: 40px;
}
.b2b-directory-search-form .btn-search {
  right: 0px;
}
.b2b-directory-search-form .btn-filter {
  display: none;
}
.b2b-directory-search-form.has-filter .search-input {
  padding-right: 80px;
}
.b2b-directory-search-form.has-filter .btn-search {
  right: 40px;
}
.b2b-directory-search-form.has-filter .btn-filter {
  right: 0px;
  display: inline-block;
}
@media (min-width: 650px) {
  .b2b-directory-search-form .search-input {
    max-width: 320px;
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .b2b-directory-search-form .search-input {
    max-width: 440px;
  }
}
@media (min-width: 992px) {
  .b2b-directory-search-form .search-input {
    padding-right: 40px!important;
  }
  .b2b-directory-search-form .search-input .btn-search {
    right: 0;
  }
  .b2b-directory-search-form .search-input .btn-filter {
    display: none;
  }
}
.b2b-directory-search-results {
  padding: 16px 0;
}
.b2b-directory-search-results.is-loading {
  background: transparent url(../img/loading.gif) no-repeat center;
  min-height: 100px;
}
.b2b-directory-search-results .category {
  padding: 10px 0 0 0;
  font-weight: bold;
}
.b2b-directory-search-results .group {
  padding: 5px 0 0 0;
}
.b2b-directory-search-results .product {
  padding: 0 0 0 20px;
}
.b2b-directory-categories-title {
  padding: 15px 0;
  margin: 0;
  font-family: HelveticaNeueLT-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 38px;
  text-shadow: none;
  color: #333;
  cursor: default;
  background: transparent;
  border: none;
}
.b2b-directory-category-cards {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.b2b-directory-category-cards a {
  color: #333 !important;
  text-decoration: none;
}
.b2b-directory-category-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 5px 5px 20px 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .b2b-directory-category-card {
    width: 50%;
  }
}
.b2b-directory-category-card:hover .b2b-directory-category-card__image {
  filter: contrast(100%);
}
.b2b-directory-category-card__content {
  line-height: normal;
  font-size: 14px;
}
.b2b-directory-category-card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-right: 5px solid #d00000;
  filter: contrast(80%);
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.b2b-directory-category-card__image::before {
  content: "";
  display: block;
  padding-top: 40%;
}
@media (min-width: 480px) {
  .b2b-directory-category-card__image::before {
    padding-top: 40%;
  }
}
.b2b-directory-category-card__title {
  color: #015faf;
  font-family: HelveticaNeueLT-Light;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin: 8px 0 12px;
  text-transform: uppercase;
}
.b2b-directory {
  display: none;
}
.b2b-directory__loading {
  background: transparent url(../img/loading.gif) no-repeat center;
  min-height: 200px;
}
.b2b-directory-groups {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .b2b-directory-groups {
    flex-direction: row;
  }
}
.b2b-directory-groups-item {
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  padding: 5px 5px 15px 5px;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 480px) {
  .b2b-directory-groups-item {
    font-size: 14px;
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .b2b-directory-groups-item {
    font-size: inherit;
    width: 20%;
  }
  .b2b-directory-groups-item-5658,
  .b2b-directory-groups-item-MK0 {
    font-size: inherit;
    width: 33.33333%;
  }
}
.b2b-directory-groups-item:hover {
  background-color: #ddd;
}
.b2b-directory-groups-item__icon {
  width: 50px;
  height: 50px;
  margin: auto;
}
.b2b-directory-groups-item__icon.MAA {
  background-image: url("../img/member-b2b-directory/boat-construction-equip.png");
}
.b2b-directory-groups-item__icon.MAB {
  background-image: url("../img/member-b2b-directory/components-systems.png");
}
.b2b-directory-groups-item__icon.MAC {
  background-image: url("../img/member-b2b-directory/dockside-anchoring-equip.png");
}
.b2b-directory-groups-item__icon.MAD {
  background-image: url("../img/member-b2b-directory/electronics-navigation-instruments.png");
}
.b2b-directory-groups-item__icon.MD0 {
  background-image: url("../img/member-b2b-directory/fishing-gear-equip.png");
}
.b2b-directory-groups-item__icon.MAE {
  background-image: url("../img/member-b2b-directory/OEM-hardware-parts.png");
}
.b2b-directory-groups-item__icon.ME0 {
  background-image: url("../img/member-b2b-directory/marina-yard-equip.png");
}
.b2b-directory-groups-item__icon.MAF {
  background-image: url("../img/member-b2b-directory/safety-products.png");
}
.b2b-directory-groups-item__icon.MAG {
  background-image: url("../img/member-b2b-directory/gear-clothing-coolers.png");
}
.b2b-directory-groups-item__icon.MAH {
  background-image: url("../img/member-b2b-directory/watersports-equip.png");
}
.b2b-directory-groups-item__icon.MBA {
  background-image: url("../img/member-b2b-directory/powerboat.png");
}
.b2b-directory-groups-item__icon.MBC {
  background-image: url("../img/member-b2b-directory/other-types-boat.png");
}
.b2b-directory-groups-item__icon.MBRBC070 {
  background-image: url("../img/member-b2b-directory/pwc.png");
}
.b2b-directory-groups-item__icon.MBRBC015 {
  background-image: url("../img/member-b2b-directory/canoe-boat.png");
}
.b2b-directory-groups-item__icon.MBRBC074 {
  background-image: url("../img/member-b2b-directory/inflatable-boat.png");
}
.b2b-directory-groups-item__icon.MBB {
  background-image: url("../img/member-b2b-directory/sailboat.png");
}
.b2b-directory-groups-item__icon.MBRCA025 {
  background-image: url("../img/member-b2b-directory/outboard-engine.png");
}
.b2b-directory-groups-item__icon.MBRCA030 {
  background-image: url("../img/member-b2b-directory/sterndrive_engine.png");
}
.b2b-directory-groups-item__icon.MBRCA015 {
  background-image: url("../img/member-b2b-directory/inboard-engine.png");
}
.b2b-directory-groups-item__icon.MCA {
  background-image: url("../img/member-b2b-directory/marine-propulsion.png");
}
.b2b-directory-groups-item__icon.MCB {
  background-image: url("../img/member-b2b-directory/engine-equip-parts.png");
}
.b2b-directory-groups-item__icon.MBRK0005 {
  background-image: url("../img/member-b2b-directory/boat-trailer.png");
}
.b2b-directory-groups-item__icon.MK0 {
  background-image: url("../img/member-b2b-directory/trailer-comp-equip.png");
}
.b2b-directory-groups-item__icon.MBRK0010 {
  background-image: url("../img/member-b2b-directory/pwc-trailer.png");
}
.b2b-directory-groups-item.selected {
  background-color: #ddd;
}
.b2b-directory-products__wrapper {
  background-color: #ddd;
  padding: 10px;
  margin: 0 0 20px 0;
}
.b2b-directory-products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.b2b-directory-products__header {
  font-family: HelveticaNeueLT-Light;
  font-size: 28px;
}
.b2b-directory-products__sub-header {
  font-size: smaller;
}
.b2b-directory-products-item {
  /*border: 1px solid #000;*/
  line-height: 1;
  padding: 2px 2px 2px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .b2b-directory-products-item {
    width: 50%;
  }
}
.b2b-directory-products-item label {
  cursor: pointer;
  font-weight: normal;
}
.b2b-directory-products-item span {
  cursor: pointer;
}
.b2b-directory-groups {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .b2b-directory-groups {
    flex-direction: row;
  }
}
.b2b-directory-companies-header {
  display: flex;
  padding: 0 0 8px 0;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .b2b-directory-companies-header {
    flex-direction: row;
  }
}
.b2b-directory-companies-header__name {
  flex: 1 1 auto;
  font-family: HelveticaNeueLT-Light;
  font-size: 20px;
  font-weight: bold;
}
.b2b-directory-companies-header__expandor {
  background-color: #ddd;
  padding: 2px 8px;
}
.b2b-directory-companies {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -5px;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .b2b-directory-companies {
    flex-direction: row;
  }
}
.b2b-directory-companies-col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .b2b-directory-companies-col {
    width: 50%;
  }
}
.b2b-directory-companies-expand-collapse {
  cursor: pointer;
}
.b2b-directory-companies-item {
  float: left;
  padding: 0 5px 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .b2b-directory-companies-item {
    width: 50%;
  }
}
.b2b-directory-company {
  /* border: 1px solid transparent;*/
}
.b2b-directory-company--expanded {
  /*
    border: 1px solid #ddd;
    color: #000;
        */
}
.b2b-directory-company-name {
  font-weight: 700;
}
.b2b-directory-company-name--expandable {
  color: #015faf;
  cursor: pointer;
  font-weight: 700;
}
.b2b-directory-companies-item__detail {
  /*
    background-color: #eee;

    border: 1px solid #ddd;*/
  margin: 0 0 6px 16px;
  /*padding: 0 5px 0 0;*/
  line-height: 1;
}
.b2b-directory-companies-item__detail-contacts {
  margin: 6px 0 0 0;
}
.certification-brochures {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0 0 30px 0;
}
.certification-brochure {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  padding: 15px;
}
.certification-brochure:nth-child(odd) {
  background: #efefef;
}
.certification-brochure__image {
  width: 100%;
  height: auto;
  max-width: 70px;
}
@media only screen and (min-width: 600px) {
  .certification-brochure__image {
    max-width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .certification-brochure__image {
    max-width: 85px;
  }
}
.certification-brochure__content {
  color: #555;
  padding-left: 20px;
  width: 100%;
}
.certification-brochure__title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #015196;
}
@media only screen and (min-width: 768px) {
  .certification-brochure__title {
    font-size: 20px;
  }
}
.certification-brochure-downloads {
  display: flex;
  flex-wrap: wrap;
}
.certification-brochure-download {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .certification-brochure-download {
    width: 50%;
  }
  .certification-brochure-download--only {
    width: 100%;
  }
}
.certification-brochure-download__icon {
  color: #d00000;
  font-size: 24px;
  padding: 0 0 10px 0;
}
.certification-brochure-download__code {
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.certification-brochure__tooltip {
  position: relative;
  display: inline-block;
}
.certification-brochure__tooltip .certification-brochure__tooltip-text {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}
.certification-brochure__tooltip .certification-brochure__tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.certification-brochure__tooltip:hover .certification-brochure__tooltip-text {
  visibility: visible;
  opacity: 1;
}
.certification-brochure-download__preview {
  padding: 10px 0;
}
/* Online brochure */
.certification-brochure-web {
  color: #444;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: auto;
  max-width: 950px;
  line-height: 1.4;
}
.certification-brochure-web a {
  color: #00a7dd;
  text-decoration: none;
}
.certification-brochure-web-image {
  text-align: center;
}
.certification-brochure-web-image img {
  max-width: 100%;
  height: auto;
}
.certification-brochure-web--center {
  text-align: center;
}
.certification-brochure-web__italic {
  font-style: italic;
}
.certification-brochure-web__right {
  float: right;
}
.certification-brochure-web__text-right {
  text-align: right;
}
.certification-brochure-web__block--image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.certification-brochure-web__block--image--sml {
  width: 40%;
  height: auto;
  object-fit: cover;
  float: left;
  margin-right: 25px;
}
.certification-brochure-web-image-text {
  vertical-align: middle;
}
.certification-brochure-web__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.certification-brochure-web__list--ordered {
  counter-reset: li;
}
.certification-brochure-web__list--ordered > li {
  position: relative;
  margin: 16px 0 0 32px;
  padding: 0 0 4px 12px;
  list-style: none;
}
.certification-brochure-web__list--ordered li:first-child {
  margin-top: 0;
}
.certification-brochure-web__list--ordered > li:before {
  background: #00a7dd;
  box-sizing: border-box;
  color: #fff;
  content: counter(li);
  counter-increment: li;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  left: -32px;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.certification-brochure-web__list--ordered-circle > li:before {
  border-radius: 50%;
}
.certification-brochure-web__list--square {
  margin-left: -16px;
}
.certification-brochure-web__list--square > li {
  position: relative;
  margin: 0 0 8px 32px;
  padding: 0 0 4px 24px;
}
.certification-brochure-web__list--square > li:before {
  border: 2px solid #00a7dd;
  box-sizing: border-box;
  content: "";
  height: 16px;
  left: -8px;
  margin: 3px 0;
  position: absolute;
  top: 0;
  width: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.certification-brochure-web__list--ul {
  margin-left: -26px;
}
.certification-brochure-web__list--ul > li {
  position: relative;
  margin: 15px 0 12px 32px;
  padding: 0 0 0 24px;
}
.certification-brochure-web__list--ul > li:before {
  color: #00a7dd;
  content: "•";
  font-size: 22px;
  left: -4px;
  position: absolute;
  margin: -5px 0 0 0;
}
.certification-brochure-web__list--ul > li li {
  margin-bottom: 6px;
  padding: 0 0 0 16px;
}
.certification-brochure-web__list--ul > li li::before {
  content: "-";
}
.certification-brochure-web__nmma {
  color: #004b8b;
  font-family: "Helvetica";
  font-size: 36px;
  font-style: italic;
}
.certification-brochure-web__nmma img {
  vertical-align: baseline;
}
.certification-brochure-web__disclaimer {
  font-size: 12px;
  font-style: italic;
}
.certification-brochure-web__series {
  font-size: 20px;
}
.certification-brochure-web__block {
  padding: 20px;
}
.certification-brochure-web__block--header {
  color: #fff;
  padding: 0 20px;
  background-color: #00a7dd;
  font-size: 20px;
  font-weight: bold;
}
.certification-brochure-web__block--title {
  color: #00a7dd;
  font-size: 25px;
  font-weight: bold;
}
.certification-brochure-web__block--sub-title {
  color: #00a7dd;
  font-weight: bold;
}
.certification-brochure-web__block-callout {
  background: #004b8b;
  color: #fff;
  font-family: Helvetica-light, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding: 20px;
}
.certification-brochure-web__block-callout--highlight {
  background: #d7d6d6;
  font-family: Helvetica-light, Arial, sans-serif;
  font-size: 18px;
  padding: 10px;
  text-transform: uppercase;
}
.certification-brochure-web__block-callout-imaged {
  display: flex;
  background: #00a7dd;
  color: #fff;
}
.certification-brochure-web__block-callout-imaged--image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50%;
}
.certification-brochure-web__block-callout-imaged--text {
  font-size: 16px;
  padding: 16px;
  width: 50%;
}
.certification-brochure-web__block-callout--warn {
  background: #d7d6d6;
  color: #dd1120;
  font-size: 25px;
  font-weight: bold;
  padding: 10px;
}
.certification-brochure-web__block-callout-numbered {
  display: flex;
  background: #00a7dd;
  color: #fff;
  padding: 20px;
}
.certification-brochure-web__block-callout-numbered--number {
  align-items: center;
  display: flex;
  font-size: 100px;
  font-weight: bold;
  padding: 0 20px 0 20px;
  line-height: 100px;
}
.certification-brochure-web__block-callout-numbered--text {
  align-items: center;
  border-left: 1px solid #fff;
  display: flex;
  font-size: 24px;
  padding-left: 20px;
}
.certification-brochure-web__spacer {
  height: 14px;
}
.certification-brochure-web__spacer--large {
  height: 18px;
}
.certification-brochure-web__spacer--larger {
  height: 20px;
}
.certification-brochure-web__spacer--small {
  height: 12px;
}
.certification-brochure-web__spacer--smaller {
  height: 8px;
}
.certification-brochure-web__spacer--extra-small {
  height: 4px;
}
.certification-brochure-web__block-callout-imaged--image-propeller {
  background-image: url(../img/certification-brochures/propeller-along-text.jpg);
  max-width: 353px;
}
.certification-brochure-web__block-callout-imaged--image-co-detector {
  background-image: url(../img/certification-brochures/detector-along-text.jpg);
  max-width: 353px;
}
.certification-brochure-web__block-callout-imaged--image-co-poison {
  background-image: url(../img/certification-brochures/co-poison-along-text.jpg);
  max-width: 353px;
}
.certification-brochure-web__block-callout-imaged--image-cop-1 {
  background-image: url(../img/certification-brochures/COP-1.jpg);
  max-width: 398px;
}
.certification-brochure-web__block-callout-imaged--image-cop-2 {
  background-image: url(../img/certification-brochures/COP-2.jpg);
  max-width: 398px;
}
.certification-brochure-web__block-callout-imaged--image-cop-3 {
  background-image: url(../img/certification-brochures/COP-3.jpg);
  max-width: 398px;
}
.certification-brochure-web__block-callout-imaged--image-cop-4 {
  background-image: url(../img/certification-brochures/COP-4.jpg);
  max-width: 398px;
}
.certification-brochure-web__block-callout-imaged--image-cop-5 {
  background-image: url(../img/certification-brochures/COP-5.jpg);
  max-width: 398px;
}
.certification-brochure-web__block-callout-imaged--image-cop-6 {
  background-image: url(../img/certification-brochures/COP-6.jpg);
  max-width: 398px;
}
@media only screen and (min-width: 480px) {
  .certification-brochure-web__block {
    padding: 20px 40px;
  }
  .certification-brochure-web__block--header {
    font-size: 26px;
  }
  .certification-brochure-web__series {
    font-size: 25px;
  }
  .certification-brochure-web__list--ul {
    margin-left: -16px;
  }
  .certification-brochure-web__block-callout {
    font-size: 22px;
    padding: 40px;
  }
  .certification-brochure-web__list--ul > li:before {
    font-size: 24px;
  }
  .certification-brochure-web__block-callout--large {
    font-size: 17px;
    line-height: initial;
  }
  .certification-brochure-web__block-callout-numbered--number {
    font-size: 100px;
    font-weight: bold;
    padding: 0 20px 0 20px;
  }
  .certification-brochure-web__block-callout-imaged--text {
    font-size: 18px;
    line-height: 20px;
    padding: 30px;
  }
  .certification-brochure-web__spacer {
    height: 16px;
  }
  .certification-brochure-web__spacer--large {
    height: 20px;
  }
  .certification-brochure-web__spacer--larger {
    height: 24px;
  }
  .certification-brochure-web__spacer--small {
    height: 12px;
  }
  .certification-brochure-web__spacer--smaller {
    height: 8px;
  }
  .certification-brochure-web__spacer--extra-small {
    height: 4px;
  }
  .certification-brochure-web__block-callout--highlight {
    font-size: 25px;
    padding: 10px;
  }
  .certification-brochure-web__block-callout--warn {
    font-size: 30px;
  }
}
@media only screen and (min-width: 640px) {
  .certification-brochure-web__block {
    padding: 20px 60px;
  }
  .certification-brochure-web__block--header {
    font-size: 36px;
  }
  .certification-brochure-web__block-callout-imaged--text {
    font-size: 20px;
    line-height: 26px;
    padding: 40px;
  }
  .certification-brochure-web__block-callout-numbered {
    padding: 40px;
  }
  .certification-brochure-web__block-callout-numbered--number {
    font-size: 120px;
    line-height: 120px;
  }
  .certification-brochure-web__block-callout-numbered--text {
    font-size: 30px;
  }
}
/* Theming */
/* carbone monoxyde detectors theme*/
.certification-brochure-web--carbon-monoxyde-detectors-theme {
  color: #187eaa;
}
.certification-brochure-web__list--ul-carbon-monoxyde-detectors-theme > li:before {
  color: #187eaa;
}
.certification-brochure-web__block-callout--carbon-monoxyde-detectors-theme {
  background-color: #187eaa;
}
.certification-brochure-web__block-callout-imaged--carbon-monoxyde-detectors-theme {
  background: #187eaa;
}
/* carbon monoxide poisoning theme */
.certification-brochure-web--carbon-monoxide-poisoning-theme {
  color: #d9001f;
}
.certification-brochure-web__list--square-carbon-monoxide-poisoning-theme > li:before {
  border-color: #d9001f;
}
.certification-brochure-web__list--ul-carbon-monoxide-poisoning-theme > li:before {
  color: #d9001f;
}
.certification-brochure-web__list--ul-carbon-monoxide-poisoning-theme > li li::before {
  color: #d9001f;
}
/* electrical shock hazards theme */
.certification-brochure-web--electrical-shock-hazards-theme {
  color: #266f3a;
}
.certification-brochure-web__list--square-electrical-shock-hazards-theme > li:before {
  border-color: #266f3a;
}
.certification-brochure-web--electrical-shock-hazards-theme-reverse {
  color: #fff;
}
.certification-brochure-web__list--ul-shock-hazards-theme-reverse > li:before {
  color: #fff;
}
.certification-brochure-web__block-callout--electrical-shock-hazards-theme {
  background-color: #266f3a;
}
.certification-brochure-web__list--ordered-electrical-shock-hazards-theme > li:before {
  background-color: #266f3a;
}
/* green boating theme */
.certification-brochure-web--green-boating-theme {
  color: #76ab58;
}
.certification-brochure-web a.certification-brochure-web--green-boating-theme {
  color: #76ab58;
}
.certification-brochure-web--green-boating-theme-reverse {
  color: #fff;
}
.certification-brochure-web__block-callout--green-boating-theme {
  background-color: #76ab58;
}
.certification-brochure-web__list--ordered-electrical-green-boating-theme > li:before {
  background-color: #76ab58;
}
/* marine_fuel_system_safety theme*/
.certification-brochure-web--marine-fuel-system-safety-theme {
  color: #c32025;
}
.certification-brochure-web__list--ordered-marine-fuel-system-safety-theme > li:before {
  background-color: #c32025;
}
.certification-brochure-web__list--square-marine-fuel-system-safety-theme > li:before {
  border-color: #c32025;
}
.certification-brochure-web--marine-fuel-system-safety-theme-reverse {
  color: #fff;
}
.certification-brochure-web__block-callout--marine-fuel-system-safety-theme {
  background-color: #c32025;
  color: #fff;
  font-family: Helvetica-light, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding: 20px;
}
/* marine_navigation_lights theme*/
.certification-brochure-web__list--ul-marine_navigation_lights-theme > li {
  margin-left: 18px;
}
.certification-brochure-web__list--ul-marine_navigation_lights-theme > li:before {
  content: "";
  border-color: transparent #00a7dd;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  display: block;
  height: 0;
  width: 0;
  left: -24px;
  top: 18px;
  position: relative;
}
.type-accepted {
  padding: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .type-accepted {
    padding: 0 0 40px 0;
  }
}
.component-category-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -10px -15px 0 -15px;
  padding: 0;
}
.component-category-list.loading {
  opacity: 0.5;
}
.component-category-list.loaded {
  opacity: 1;
}
.component-category-list > * {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .component-category-list > * {
    width: 33%;
  }
}
.component-category.selected {
  border-color: red;
  opacity: 1;
}
.component-category-list > * > *.loaded {
  cursor: pointer;
}
.component-category-list > * > *.loading {
  cursor: wait;
}
.component-category {
  align-items: center;
  background-color: #eee;
  border: 1px solid #999;
  color: #cf0000;
  display: flex;
  font-weight: bold;
  margin: 6px 10px;
  opacity: 0.8;
  padding: 16px 12px;
}
.component-category:hover {
  opacity: 1;
}
.component-category img {
  padding-right: 12px;
}
.component-type-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}
.component-type-list > * {
  width: 50%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .component-type-list > * {
    width: 33%;
  }
}
.type-accepted-separator {
  margin-bottom: 12px;
  margin-top: 12px;
}
.type-accepted-download-wrapper {
  padding-bottom: 8px;
  text-align: right;
}
.type-accepted-download::after {
  text-decoration: none;
  font-family: "FontAwesome";
  content: "\f1c3";
  color: green;
  margin-left: 6px;
}
.component-type-radio {
  padding: 4px;
}
.component-type-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.component-type-radio-label {
  font-weight: normal;
}
.component-type-radio input[type="radio"] + .component-type-radio-label:before {
  content: '';
  border-radius: 100%;
  border: 2px solid #0187e3;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}
.component-type-radio input[type="radio"]:checked + .component-type-radio-label:before {
  background-color: #0187e3;
  box-shadow: inset 0 0 0 7px #fff;
}
.component-list-wrapper .dataTables_filter {
  display: none;
}
.component-list-filter {
  display: flex;
  justify-content: flex-end;
}
.component-list-filter input {
  border: 1px solid #ccc;
  max-width: 150px;
}
.component-list-filter > * {
  padding-left: 8px;
  align-items: flex-end;
  align-content: flex-end;
}
.component-list {
  width: 100%;
}
.component-list thead,
.component-list tfoot {
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #555;
}
.component-list th {
  padding: 4px 8px 4px 0;
  color: #555;
  cursor: pointer;
  font-weight: 500;
}
.component-list th::after {
  font-family: FontAwesome;
  content: "\f0dc";
  display: inline-block;
  margin-left: 5px;
}
.component-list th.sorting_asc::after {
  content: "\f0d7";
}
.component-list th.sorting_desc::after {
  content: "\f0d8";
}
.component-list th.no-sort::after {
  content: none;
  cursor: none;
}
.component-list th:active {
  outline: none;
}
.component-list td {
  padding: 2px 4px 2px 2px;
  white-space: nowrap;
}
.component-list tbody tr:nth-child(odd) {
  background: #f6f6f6;
}
.component-list tbody a {
  text-decoration: none;
  font-weight: normal;
}
.component-list tbody:before {
  line-height: 4px;
  content: ".";
  color: white;
  display: block;
}
.component-list tbody tr > .sorting_1 {
  background-color: #f9f9f9;
}
.component-list tbody tr.odd > .sorting_1 {
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .component-list {
    position: relative;
  }
  .component-list,
  .component-list thead,
  .component-list th,
  .component-list tbody,
  .component-list tr,
  .component-list td {
    display: block;
  }
  .component-list thead {
    background: transparent;
    position: relative;
    color: #555;
  }
  .component-list thead tr {
    display: inline-block;
  }
  .component-list thead::before {
    padding: 5px;
    content: "Sort by: ";
    display: inline-block;
    vertical-align: middle;
    color: #555;
  }
  .component-list thead th {
    padding: 5px;
    display: inline-block;
    width: auto !important;
  }
  .component-list tfoot {
    display: none;
  }
  .component-list tbody tr {
    clear: both;
    overflow: hidden;
  }
  .component-list tbody td {
    padding: 3px;
  }
}
.component-list--loading {
  background: transparent url(../img/loading.gif) no-repeat center;
  min-height: 36px;
}
.video-cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.video-cards > * {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .video-cards > * {
    width: 33.3333%;
  }
}
.video-card {
  background-color: #eee;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.video-card__image img {
  max-width: 100%;
}
.video-card__image {
  cursor: pointer;
  display: inline-block;
  opacity: 0.95;
  position: relative;
}
.video-card__image:hover {
  opacity: 1;
}
.video-card__image:before {
  color: #fff;
  content: "\f144";
  font-family: "FontAwesome";
  font-size: 64px;
  font-style: normal;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.video-card__image:hover:before {
  opacity: 0.9;
}
.video-card__title {
  padding: 8px;
}
.video-popup {
  align-items: center;
  background-color: rgba(51, 51, 51, 0.75);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.video-popup--hide {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: video-popup--hide-animation;
  animation-name: video-popup--hide-animation;
}
.video-popup--visible {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: video-popup--visible-animation;
  animation-name: video-popup--visible-animation;
}
.video-popup > * {
  max-width: 940px;
  width: 100%;
}
.video-popup__video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-popup__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-popup__close-icon::after {
  color: #fff;
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 38px;
  font-style: normal;
  opacity: 0.9;
}
.video-popup__close-icon:hover::after {
  cursor: pointer;
  opacity: 1;
}
@-webkit-keyframes video-popup--visible-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes video-popup--visible-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes video-popup--hide-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes video-popup--hide-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.newsroom__search-toggler {
  margin: 8px 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.newsroom__search-toggler::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 16px;
  vertical-align: middle;
  margin-left: 3px;
  position: relative;
  top: 0;
}
.newsroom__search-toggler.collapsed::after {
  content: "\f105";
  top: -1px;
}
.newsroom__search {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.newsroom__search-form .btn:hover {
  color: #fff;
}
.newsroom__search-btn {
  margin: 0 auto;
  color: #fff;
  background: #015196;
  display: inline-block;
  min-width: 0;
  width: 60px;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  .form-group {
    margin-top: -5px;
    margin-right: 15px;
    display: inline-block;
    float: none;
    vertical-align: baseline;
  }
  .newsroom__search-input {
    margin: 0;
    transition: none;
    padding-right: 0;
    width: 290px;
  }
}
.newsroom-news {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.newsroom-news-title {
  vertical-align: middle;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
}
.newsroom-news-title a:hover {
  color: #555;
}
.newsroom-news-meta {
  font-size: 12px;
}
.newsroom-news-content {
  margin-top: 10px;
}
.briefs {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1185px;
  padding-bottom: 20px;
}
.briefs > * + * {
  margin-top: 20px;
}
.briefs__container > * + * {
  margin-top: 20px;
}
.briefs__header2 {
  color: #555;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 20px;
}
.briefs__header3 {
  color: #555;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
.briefs__title {
  color: #555;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 10px 0;
}
.briefs__description {
  margin: 0 0 10px 0;
}
.brief {
  background: #fff;
  background-position: center left;
  background-repeat: no-repeat;
  position: relative;
}
.brief--bordered {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.2);
  padding: 60px 30px 30px;
}
.brief__title {
  font-weight: bold;
  position: relative;
  letter-spacing: 3px;
  text-align: center;
  z-index: 1;
}
.brief__title > * {
  background-color: #015196;
  color: #fff;
  padding: 5px 40px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
}
.brief__title--secondary > * {
  background-color: #fff;
  color: #015196;
}
.brief__title--left > *,
.brief__title--right > * {
  color: #555;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  padding-bottom: 10px;
}
.brief__title-description > * {
  font-size: 20px;
}
.brief__content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0;
}
.brief--bordered .brief__content {
  padding: 40px 0 0;
}
.brief__content--secondary {
  color: #fff;
}
.brief__content--rows > * :first-child {
  margin-bottom: 10px;
}
.brief__content--wrap-reverse {
  flex-wrap: wrap-reverse;
}
.brief__content p {
  line-height: 1.3;
}
.brief__content img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
.brief-images {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: -5px;
}
.brief-images--bottom {
  padding: 10px 0 0 0;
}
.brief-images--top {
  padding: 0 0 10px 0;
}
.brief-images img {
  height: auto;
}
.brief-images > * {
  flex-grow: 1;
  padding: 5px;
  box-sizing: border-box;
  width: 33.3333%;
}
.brief-video {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
}
.brief-video iframe,
.brief-video object,
.brief-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brief-video__image--bottom,
.brief-video__image--bottom-row {
  margin-top: 20px;
}
.brief-video__image--top,
.brief-video__image--top-row {
  margin-bottom: 20px;
}
.brief__image--bottom {
  margin-top: 10px;
}
.brief__image--top {
  margin-bottom: 10px;
}
.brief-video-bottom {
  margin-top: 10px;
}
.brief-video-top {
  margin-bottom: 10px;
}
.brief-video__image {
  cursor: pointer;
  display: inline-block;
  opacity: 0.95;
  position: relative;
}
.brief-video__image:hover {
  opacity: 1;
}
.brief-video__image:before {
  color: #fff;
  content: "\f144";
  font-family: "FontAwesome";
  font-size: 64px;
  font-style: normal;
  opacity: 0.85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.brief-video__image:hover:before {
  opacity: 0.9;
}
.brief__footnote {
  bottom: 15px;
  font-size: 80%;
  position: absolute;
  right: 15px;
}
.brief__btn {
  margin: 10px 0;
}
.brief__btn-secondary {
  border: 2px solid #015196;
  color: #015196;
  background: #fff;
  line-height: 36px;
}
.brief__btn__wrapper {
  text-align: center;
}
.brief--full-width {
  width: 100%;
}
.brief--center {
  text-align: center;
}
.brief__popop-video--top {
  margin-bottom: 10px;
}
.briefs__list--checklist-green {
  font-size: 18px;
  list-style-type: none;
  margin-left: -40px;
}
.briefs__list--checklist-green li {
  background: url('../img/briefs/briefs-checklist-green.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 0 1px;
  min-height: 30px;
  /* the height of the image  */
  padding-left: 40px;
  /* the width of your image + some space */
  padding-bottom: 10px;
}
.briefs__list--round-arrow-green {
  font-size: 18px;
  list-style-type: none;
  margin-left: -40px;
}
.briefs__list--round-arrow-green li {
  background: url('../img/briefs/briefs-round-arrow-green.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 0 1px;
  min-height: 30px;
  /* the height of the image  */
  padding-left: 40px;
  /* the width of your image + some space */
  padding-bottom: 10px;
}
.brief--emphasized-green {
  color: #189066;
  font-size: 125%;
  font-weight: bold;
}
/**
 * Briefs categories cards
 */
.brief-category-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 16px -8px;
}
.brief-category-cards a,
a:hover {
  text-decoration: none;
}
.brief-category-cards > * {
  margin: 8px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
.brief-category-card {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  padding: 16px 0 0 0;
}
.brief-category-card--bordered {
  border-color: rgba(0, 0, 0, 0.14);
  border-style: solid;
  border-width: 1px;
  padding: 8px;
}
.brief-category-card--elevated {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.brief-category-card--rounded {
  border-radius: 4px;
}
.brief-category-card__container {
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
}
.brief-category-card__divider {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  height: 1px;
  margin: 0 -16px 16px -16px;
}
.brief-category-card__actions {
  display: flex;
  flex-wrap: wrap;
}
.brief-category-card__action-buttons {
  display: flex;
  flex-grow: 1;
}
.brief-category-card__action-buttons > * {
  padding: 0 16px;
}
.card__action-buttons > *:first-child {
  margin-left: -16px;
}
.brief-category-card__action-icons {
  display: flex;
}
.brief-category-card__action-icons > * {
  padding: 0 8px;
}
.brief-category-card__action-icons > *:last-child {
  margin-right: -8px;
}
.brief-category-card--bordered .brief-category-card__action-icons > *:last-child {
  margin-right: -4px;
}
.brief-category-card__content {
  display: block;
  margin-bottom: 16px;
}
.brief-category-card__footer {
  margin-bottom: -8px;
}
.brief-category-card--bordered .brief-category-card__footer {
  margin-bottom: -4px;
}
.brief-category-card__header {
  display: flex;
}
.brief-category-card__header > *:not(:first-child) {
  margin-left: 16px;
}
.brief-category-card__header-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.brief-category-card__image {
  width: 100%;
  height: auto;
  margin: 0 0 16px 0;
}
.brief-category-card--bordered .brief-category-card__image {
  width: calc(100% + 16px);
  margin: 0 -8px 16px -8px;
}
.brief-category-card__image:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.brief-category-card--bordered .brief-category-card__image:first-child {
  margin-top: -16px;
}
.brief-category-card__title {
  display: block;
  color: #015faf;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  padding: 5px 0;
}
.brief-category-card--bordered .brief-category-card__title {
  font-size: 18px;
}
.brief-category-card__title--center {
  text-align: center;
}
.brief-category-card__subtitle {
  display: block;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  margin-bottom: 16px;
}
.brief-category-card__subtitle:not(:first-child) {
  margin-top: -12px;
}
.brief-category-card__arrow {
  display: inline-block;
  border-color: rgba(231, 76, 60, 0.8);
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 32px;
  width: 32px;
}
.brief-category-card__arrow:after {
  display: inline-block;
  content: '';
  border-color: rgba(231, 76, 60, 0.8);
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 10px;
  margin-left: -1px;
  margin-top: 8px;
  transform: rotate(45deg);
  width: 10px;
}
.brief-category-card__arrow:hover,
.brief-category-card__arrow:hover:after {
  border-color: #e74c3c;
}
.brief-category-card__link:after {
  content: '';
  display: inline-block;
  border-color: #015faa;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 8px;
  margin-bottom: 1px;
  margin-left: 4px;
  transform: rotate(45deg);
  width: 8px;
}
/**
 * Briefs sliders
 */
.briefs-sliders .bx-wrapper {
  position: relative;
  margin-bottom: 40px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.briefs-sliders .bx-wrapper img {
  max-width: 100%;
  display: block;
}
.briefs-sliders .bx-viewport {
  -webkit-transform: translatez(0);
  background: rgba(221, 221, 221, 0.75);
}
.briefs-sliders .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../img/bxslider/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.briefs-sliders .bx-wrapper .bx-pager {
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding: 8px 4px;
  background: rgba(238, 238, 238, 0.9);
  line-height: 0;
}
.briefs-sliders .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.briefs-sliders .bx-wrapper .bx-pager.bx-default-pager a:hover,
.briefs-sliders .bx-wrapper .bx-pager.bx-default-pager a.active,
.briefs-sliders .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.briefs-sliders .bx-wrapper .bx-pager-item,
.briefs-sliders .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.briefs-sliders .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.briefs-sliders .bx-wrapper .bx-prev {
  left: 10px;
}
.briefs-sliders .bx-wrapper .bx-next {
  right: 10px;
}
.briefs-sliders .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 33%;
  margin-top: -20px;
  outline: 0;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  z-index: 9999;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
}
.briefs-sliders .bx-wrapper .bx-controls-direction a:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.briefs-sliders .bx-wrapper .bx-controls-direction a::before {
  content: "";
  border-style: solid;
  border-color: rgba(1, 81, 150, 0.9);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  position: absolute;
}
.briefs-sliders .bx-wrapper .bx-controls-direction a::before:hover {
  border-color: #015196;
}
.briefs-sliders .bx-wrapper .bx-controls-direction a.bx-prev::before {
  top: 10px;
  left: 13px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(135deg);
}
.briefs-sliders .bx-wrapper .bx-controls-direction a.bx-next::before {
  top: 10px;
  left: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.briefs-sliders .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.briefs-sliders .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  line-height: 1;
  text-align: left;
  width: 80%;
}
.briefs-sliders .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.briefs-sliders .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 100%;
}
.briefs-sliders > * + * {
  margin-top: 20px;
}
.briefs-sliders--bordered .bx-wrapper {
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.2);
  padding: 2px;
}
.briefs-sliders--rounded .bx-wrapper {
  border-radius: 5px;
}
.briefs-sliders--rounded .bx-wrapper img {
  border-radius: 5px 5px 0 0;
}
.briefs-sliders--rounded .bx-pager {
  border-radius: 0 0 5px 5px;
}
.briefs-slider {
  padding: 0;
  margin: 0;
  opacity: 0;
}
.briefs-slider--fade-in {
  opacity: 1;
  transition: opacity 0.25s ease-in;
}
.briefs-slider__title {
  color: #555;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 10px 0;
}
.briefs-slider__description {
  margin: 0 0 10px 0;
}
.briefs-slide__caption {
  display: flex;
  flex-direction: column;
  padding: 8px 8px 8px 8px;
}
.briefs-slide__caption-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.briefs-slide__caption-text {
  flex: 1 1 auto;
  font-weight: normal;
  line-height: 1.1;
}
.briefs-slide__caption-text p {
  margin: 0;
  padding: 0;
}
.briefs-slide__caption-text ul {
  margin: 0;
  padding: 1px 0px 1px 16px;
}
.briefs-slide__caption-title {
  line-height: 1.4;
}
.briefs-slide__caption-btn-wrapper {
  text-align: center;
}
.briefs-slide__caption-btn {
  background: transparent;
  border: 2px solid #015196;
  color: #015196;
  font-size: 20px;
  height: 34px;
  line-height: 30px;
  margin: 8px 0 2px 0;
  min-width: 100px;
  padding: 0 16px;
}
.briefs-slide__caption-btn:hover {
  background: #fff;
  color: #015196;
}
.briefs-slide__caption-footnote {
  font-size: 75%;
  padding: 4px 0 0 0;
  text-align: right;
}
@media screen and (min-width: 480px) {
  .brief-category-cards > * {
    flex-basis: calc(50% - 16px);
  }
}
@media screen and (min-width: 768px) {
  .brief__title:before {
    border-top-color: #015196;
    border-top-style: solid;
    border-top-width: 1px;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .brief__title--secondary:before {
    border-top-color: #fff;
  }
  .brief__title > * {
    background-color: transparent;
    color: #fff;
    width: auto;
  }
  .brief__title--secondary > * {
    color: #015196;
  }
  .brief__title > *:before {
    background: #015196;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    padding: 16px 0;
    transform: skew(-16deg, 0);
  }
  .brief__title--secondary > *:before {
    background: #fff;
  }
  .brief__title--left {
    border-right: 4px solid #d00000;
    padding-bottom: 0;
    padding-right: 20px;
  }
  .brief__title--right {
    border-left: 4px solid #d00000;
    padding-bottom: 0;
    padding-left: 20px;
  }
  .brief__title--left > *,
  .brief__title--right > * {
    font-size: 40px;
  }
  .brief__title-description > * {
    font-size: 24px;
  }
  .brief__content {
    padding: 10px 0 36px 0;
  }
  .brief--bordered .brief__content {
    padding: 80px 70px 30px;
  }
  .brief__content--columns {
    flex-direction: column;
  }
  .brief__content--columns-reverse {
    flex-direction: column-reverse;
  }
  .brief__content--rows-reverse {
    flex-direction: row-reverse;
  }
  .brief__content--rows {
    align-items: stretch;
    align-content: center;
  }
  .brief__content--rows > * {
    display: flex;
    align-items: center;
    line-height: 1.4rem;
    width: 47%;
  }
  .brief__content--rows > * :first-child {
    margin-bottom: 0;
  }
  .brief__btn__wrapper {
    text-align: left;
  }
  .brief__popop-video--top {
    margin-bottom: 0;
  }
  .brief-video__image--bottom,
  .brief-video__image--top {
    margin-bottom: 0;
    margin-top: 0;
  }
  .brief__image--bottom {
    margin-top: 20px;
  }
  .brief__image--top {
    margin-bottom: 20px;
  }
  .brief-video-bottom {
    margin-top: 20px;
  }
  .brief-video-top {
    margin-bottom: 20px;
  }
  .brief-images--bottom {
    padding: 20px 0 0 0;
  }
  .brief-images--top {
    padding: 0 0 20px 0;
  }
  .briefs__list--checklist-green {
    font-size: 20px;
    margin-left: -40px;
  }
  .briefs__list--checklist-green li {
    background-size: 30px 30px;
    background-position: 0 4px;
    min-height: 30px;
    padding-left: 50px;
    padding-bottom: 20px;
  }
  .briefs__list--round-arrow-green {
    font-size: 20px;
    margin-left: -40px;
  }
  .briefs__list--round-arrow-green li {
    background-size: 30px 30px;
    background-position: 0 4px;
    min-height: 30px;
    padding-left: 50px;
    padding-bottom: 20px;
  }
  .brief--emphasized-green {
    font-size: 150%;
  }
  .briefs-sliders .bx-wrapper .bx-caption {
    font-size: 105%;
  }
  .briefs-sliders .bx-wrapper .bx-controls-direction a {
    width: 38px;
    height: 38px;
  }
  .briefs-sliders .bx-wrapper .bx-controls-direction a::before {
    padding: 7px;
  }
  .briefs-sliders .bx-wrapper .bx-controls-direction a.bx-prev::before {
    top: 11px;
    left: 13px;
  }
  .briefs-sliders .bx-wrapper .bx-controls-direction a.bx-next::before {
    top: 11px;
    left: 7px;
  }
  .briefs-slide__caption {
    padding: 12px 12px 12px 12px;
  }
  .briefs-slide__caption-text {
    line-height: 1.2;
  }
  .briefs-slide__caption-content {
    flex-direction: row;
  }
  .briefs-slide__caption-btn-wrapper {
    text-align: left;
  }
  .briefs-slide__caption-btn {
    height: 36px;
    line-height: 32px;
    margin: 2px 0;
  }
}
@media screen and (min-width: 992px) {
  .brief-category-cards > * {
    flex-basis: calc(33.3333% - 16px);
  }
}
.listed-component-categories {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}
.listed-component-categories > * {
  display: flex;
  flex: 0 1 auto;
  padding: 5px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .listed-component-categories > * {
    width: 33.3333%;
  }
}
.listed-component-category {
  align-items: center;
  background-color: #eee;
  border: 1px solid #999;
  color: #cf0000;
  display: flex;
  flex: 1 1 auto;
  font-weight: bold;
  opacity: 0.5;
  overflow: hidden;
  padding: 16px 12px;
}
.listed-component-category.loaded {
  cursor: pointer;
  opacity: 0.85;
}
.listed-component-category.loading {
  cursor: wait;
}
.listed-component-category.loaded:hover {
  opacity: 1;
}
.listed-component-category.selected {
  border-color: red;
  opacity: 1;
}
.listed-component-category img {
  padding-right: 12px;
}
.listed-components-download-wrapper {
  padding-bottom: 8px;
  text-align: right;
}
.listed-components-download::after {
  text-decoration: none;
  font-family: "FontAwesome";
  content: "\f1c3";
  color: green;
  margin-left: 6px;
}
.listed-components-filter {
  float: right;
  text-align: right;
  color: #333;
}
.listed-components-filter input {
  border: 1px solid #ccc;
  margin-left: 8px;
  max-width: 150px;
}
.listed-components-wrapper .dataTables_filter {
  display: none;
}
.listed-components {
  width: 100%;
}
.listed-components thead,
.listed-components tfoot {
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #555;
}
.listed-components th {
  padding: 4px 8px 4px 0;
  color: #555;
  cursor: pointer;
  font-weight: 500;
}
.listed-components th::after {
  font-family: FontAwesome;
  content: "\f0dc";
  display: inline-block;
  margin-left: 5px;
}
.listed-components th.sorting_asc::after {
  content: "\f0d7";
}
.listed-components th.sorting_desc::after {
  content: "\f0d8";
}
.listed-components th.no-sort::after {
  content: none;
  cursor: none;
}
.listed-components th:active {
  outline: none;
}
.listed-components td {
  padding: 2px 10px 2px 2px;
  vertical-align: top;
  white-space: nowrap;
}
.listed-components td.col-component {
  white-space: normal;
}
.listed-components td.col-company {
  padding-right: 10px;
}
.listed-components td.col-id-number {
  padding-right: 26px;
}
.listed-components tbody tr:nth-child(odd) {
  background: #efefef;
}
.listed-components tbody a {
  text-decoration: none;
  font-weight: normal;
}
.listed-components tbody:before {
  line-height: 4px;
  content: ".";
  color: white;
  display: block;
}
.listed-components tbody tr > .sorting_1 {
  background-color: #f9f9f9;
}
.listed-components tbody tr.odd > .sorting_1 {
  background-color: #ececec;
}
@media screen and (max-width: 767px) {
  .listed-components {
    position: relative;
  }
  .listed-components,
  .listed-components thead,
  .listed-components th,
  .listed-components tbody,
  .listed-components tr,
  .listed-components td {
    display: block;
  }
  .listed-components thead {
    background: transparent;
    position: relative;
    color: #555;
  }
  .listed-components thead tr {
    display: inline-block;
  }
  .listed-components thead::before {
    padding: 5px;
    content: "Sort by: ";
    display: inline-block;
    vertical-align: middle;
    color: #555;
  }
  .listed-components thead th {
    padding: 5px;
    display: inline-block;
    width: auto !important;
  }
  .listed-components tfoot {
    display: none;
  }
  .listed-components tbody tr {
    clear: both;
    overflow: hidden;
  }
  .listed-components tbody td {
    padding: 3px;
  }
}
.listed-components-separator {
  margin-bottom: 12px;
  margin-top: 12px;
}
.listed-components--loading {
  background: transparent url(../img/loading.gif) no-repeat center;
  min-height: 36px;
}
.economic-impact hr {
  border-top-color: #ccc;
  border-width: 2px;
  margin-top: 40px;
}
.economic-impact select {
  color: #025196;
  min-width: 256px;
  outline: none;
  padding: 6px 12px;
}
.economic-impact a {
  background-color: #fff;
  border: 2px solid #015196;
  border-radius: 4px;
  color: #015196;
  display: inline-block;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  min-width: 160px;
  padding: 10px;
  text-decoration: none;
  text-overflow: ellipsis;
}
.economic-impact a:hover {
  background: #015196;
  color: #fff !important;
}
.economic-impact a:visited {
  color: #015196;
}
.economic-impact .loading {
  background: transparent url(../img/loading.gif) no-repeat center;
  min-height: 128px;
}
.economic-impact__header {
  background-color: #555;
  padding: 24px;
  position: relative;
}
.economic-impact__heade-overlay {
  background-color: #555;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.economic-impact__detail {
  background-color: #efefef;
  padding: 24px;
  width: 100%;
}
.economic-impact__title {
  color: #555;
  font-family: Helvetica;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.economic-impact__fact1 {
  color: #025196;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
.economic-impact__fact2 {
  color: #189066;
  font-family: Helvetica;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.economic-impact__icon {
  display: block;
  font-size: 30px;
  color: #2699fb;
  text-align: center;
}
.economic-impact__figure {
  color: #189066;
  display: inline-block;
  font-family: Helvetica;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}
.economic-impact__figure:after {
  border-bottom: 2px solid #2699fb;
  content: '';
  display: block;
  margin: 0 auto;
  padding-top: 6px;
  width: 33%;
}
.economic-impact__fact {
  text-align: center;
}
.economic-impact__fact :nth-child(1) {
  color: #2699fb;
  display: block;
  font-size: 30px;
  margin: 0 0 12px 0;
}
.economic-impact__fact :nth-child(2) {
  color: #189066;
  display: inline-block;
  font-family: Helvetica;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 24px;
}
.economic-impact__fact :nth-child(2):after {
  border-bottom: 2px solid #2699fb;
  content: '';
  display: block;
  margin: 0 auto;
  padding-top: 24px;
  width: 33%;
}
/**
 * Water Resources Development Act Slider
 */
.wrda-slider {
  background: #efefef;
  padding: 20px 0;
  margin-top: 20px;
  position: relative;
}
.wrda-slider .module-title {
  margin-top: 0;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .wrda-slider {
    background: transparent;
  }
}
.wrda-slider .slider {
  list-style: none;
  min-height: 200px;
}
.wrda-slider .slider li {
  position: absolute;
  text-align: center;
}
.wrda-slider .slider .inner {
  width: 128px;
  margin: 0 auto;
  text-align: left;
}
.wrda-slider .slider img {
  max-width: 100%;
}
.wrda-slider .slider .publication-title {
  font-size: 14px;
  font-weight: bold;
  color: #015196;
}
.wrda-slider .bx-wrapper {
  margin: 0 auto;
  /* PAGER */
}
.wrda-slider .bx-wrapper .bx-controls {
  height: 30px;
}
.wrda-slider .bx-wrapper .bx-pager {
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  text-align: center;
  padding: 15px 0;
  position: absolute;
  left: 0;
  width: 100%;
}
.wrda-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.wrda-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.wrda-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d00000;
}
@media screen and (min-width: 768px) {
  .wrda-slider .bx-wrapper .bx-pager {
    display: none;
  }
}
.wrda-slider .bx-wrapper .bx-pager .bx-pager-item,
.wrda-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.wrda-slider .bx-wrapper .bx-controls-direction {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -48px;
}
.wrda-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  font-family: "FontAwesome";
  overflow: hidden;
  display: block;
  font-size: 44px;
  width: 28px;
  text-align: center;
}
.wrda-slider .bx-wrapper .bx-controls-direction .bx-prev {
  left: 15px;
}
.wrda-slider .bx-wrapper .bx-controls-direction .bx-next {
  right: 15px;
}
/**
 * Sharethis
 */
.share-this {
  text-align: right;
  margin-bottom: 10px;
}
.share-this .st-btn {
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  /*border: none;*/
  /*font-size: 11px;*/
  /*line-height: 32px;*/
}
.share-this .st-btn:hover {
  opacity: .8;
  top: -4px;
}
.share-this .st-btn:last-child {
  margin-right: 0;
}
.share-this .st-btn > img {
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  /*display: inline-block;*/
  vertical-align: top;
}
.share-this .st-btn[data-network='facebook'] {
  background-color: #4267B2;
}
.share-this .st-btn[data-network='twitter'] {
  background-color: #55acee;
}
.share-this .st-btn[data-network='email'] {
  background-color: #7d7d7d;
}
.share-this .st-btn[data-network='whatsapp'] {
  background-color: #25d366;
}
.share-this .st-btn[data-network='linkedin'] {
  background-color: #0077b5;
}
.dm-center {
  text-align: center;
}
.dm-m-4 {
  margin: 4px;
}
.dm-mb-4 {
  margin-bottom: 4px;
}
.dm-ml-4 {
  margin-left: 4px;
}
.dm-mr-4 {
  margin-right: 4px;
}
.dm-mt-4 {
  margin-top: 4px;
}
.dm-mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}
.dm-my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.dm-m--4 {
  margin: -4px;
}
.dm-m-8 {
  margin: 8px;
}
.dm-mb-8 {
  margin-bottom: 8px;
}
.dm-ml-8 {
  margin-left: 8px;
}
.dm-mr-8 {
  margin-right: 8px;
}
.dm-mt-8 {
  margin-top: 8px;
}
.dm-mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.dm-my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.dm-m--8 {
  margin: -8px;
}
.dm-m-12 {
  margin: 12px;
}
.dm-mb-12 {
  margin-bottom: 12px;
}
.dm-ml-12 {
  margin-left: 12px;
}
.dm-mr-12 {
  margin-right: 12px;
}
.dm-mt-12 {
  margin-top: 12px;
}
.dm-mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}
.dm-my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.dm-m--12 {
  margin: -12px;
}
.dm-m-16 {
  margin: 16px;
}
.dm-mb-16 {
  margin-bottom: 16px;
}
.dm-ml-16 {
  margin-left: 16px;
}
.dm-mr-16 {
  margin-right: 16px;
}
.dm-mt-16 {
  margin-top: 16px;
}
.dm-mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}
.dm-my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.dm-m--16 {
  margin: -16px;
}
.dm-full-width {
  width: 100%;
}
.dm-responsive {
  width: 100%;
  height: auto;
}
.dm-flx {
  display: flex;
  list-style: none;
}
.dm-flx > * {
  box-sizing: border-box;
}
.dm-flx-justify-content-center {
  /*justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;*/
  justify-content: center;
}
.dm-flx-wrap {
  flex-wrap: wrap;
}
.dm-flx-col {
  width: 100%;
}
/*@screen-xs:*/
@media screen and (min-width: 480px) {
  .dm-flx-xs-col-2 {
    width: 50%;
  }
  .dm-flx-xs-col-2-m-4 {
    margin: 4px;
    width: calc(50% - (2 * 4px));
  }
  .dm-flx-xs-col-2-m-8 {
    margin: 8px;
    width: calc(50% - (2 * 8px));
  }
  .dm-flx-xs-col-2-m-12 {
    margin: 12px;
    width: calc(50% - (2 * 12px));
  }
  .dm-flx-xs-col-2-m-16 {
    margin: 16px;
    width: calc(50% - (2 * 16px));
  }
  .dm-flx-xs-col-3 {
    width: 33.333333%;
  }
  .dm-flx-xs-col-3-m-4 {
    margin: 4px;
    width: calc(25.333333%) "";
  }
  .dm-flx-xs-col-3-m-8 {
    margin: 8px;
    width: calc(33.333333% - (2 * 8px));
  }
  .dm-flx-xs-col-3-m-12 {
    margin: 12px;
    width: calc(33.333333% - (2 * 12px));
  }
  .dm-flx-xs-col-3-m-16 {
    margin: 16px;
    width: calc(33.333333% - (2 * 16px));
  }
  .dm-flx-xs-col-4 {
    width: 25%;
  }
  .dm-flx-xs-col-4-m-4 {
    margin: 4px;
    width: calc(25% - (2 * 4px));
  }
  .dm-flx-xs-col-4-m-8 {
    margin: 8px;
    width: calc(25% - (2 * 8px));
  }
  .dm-flx-xs-col-4-m-12 {
    margin: 12px;
    width: calc(25% - (2 * 12px));
  }
  .dm-flx-xs-col-4-m-16 {
    margin: 16px;
    width: calc(25% - (2 * 16px));
  }
  .dm-flx-xs-col-5 {
    width: 20%;
  }
  .dm-flx-xs-col-5-m-4 {
    margin: 4px;
    width: calc(20% - (2 * 4px));
  }
  .dm-flx-xs-col-5-m-8 {
    margin: 8px;
    width: calc(20% - (2 * 8px));
  }
  .dm-flx-xs-col-5-m-12 {
    margin: 12px;
    width: calc(20% - (2 * 12px));
  }
  .dm-flx-xs-col-5-m-16 {
    margin: 16px;
    width: calc(20% - (2 * 16px));
  }
  .dm-flx-xs-col-6 {
    width: 16.666666%;
  }
  .dm-flx-xs-col-6-m-4 {
    margin: 4px;
    width: calc(16.666666% - (2 * 4px));
  }
  .dm-flx-xs-col-6-m-8 {
    margin: 8px;
    width: calc(16.666666% - (2 * 8px));
  }
  .dm-flx-xs-col-6-m-12 {
    margin: 21px;
    width: calc(16.666666% - (2 * 12px));
  }
  .dm-flx-xs-col-6-m-16 {
    margin: 164px;
    width: calc(16.666666% - (2 * 16px));
  }
  .dm-flx-xs-justify-content-center {
    justify-content: center;
  }
  .dm-flx-xs-justify-content-flex-start {
    justify-content: flex-start;
  }
}
/*@screen-sm*/
@media screen and (min-width: 768px) {
  .dm-flx-sm-col-2 {
    width: 50%;
  }
  .dm-flx-sm-col-2-m-4 {
    margin: 4px;
    width: calc(50% - (2 * 4px));
  }
  .dm-flx-sm-col-2-m-8 {
    margin: 8px;
    width: calc(50% - (2 * 8px));
  }
  .dm-flx-sm-col-2-m-12 {
    margin: 12px;
    width: calc(50% - (2 * 12px));
  }
  .dm-flx-sm-col-2-m-16 {
    margin: 16px;
    width: calc(50% - (2 * 16px));
  }
  .dm-flx-sm-col-3 {
    width: 33.333333%;
  }
  .dm-flx-sm-col-3-m-4 {
    margin: 4px;
    width: calc(33.333333% - (2 * 4px));
  }
  .dm-flx-sm-col-3-m-8 {
    margin: 8px;
    width: calc(33.333333% - (2 * 8px));
  }
  .dm-flx-sm-col-3-m-12 {
    margin: 12px;
    width: calc(33.333333% - (2 * 12px));
  }
  .dm-flx-sm-col-3-m-16 {
    margin: 16px;
    width: calc(33.333333% - (2 * 16px));
  }
  .dm-flx-sm-col-4 {
    width: 25%;
  }
  .dm-flx-sm-col-4-m-4 {
    margin: 4px;
    width: calc(25% - (2 * 4px));
  }
  .dm-flx-sm-col-4-m-8 {
    margin: 8px;
    width: calc(25% - (2 * 8px));
  }
  .dm-flx-sm-col-4-m-12 {
    margin: 12px;
    width: calc(25% - (2 * 12px));
  }
  .dm-flx-sm-col-4-m-16 {
    margin: 16px;
    width: calc(25% - (2 * 16px));
  }
  .dm-flx-sm-col-5 {
    width: 20%;
  }
  .dm-flx-sm-col-5-m-4 {
    margin: 4px;
    width: calc(20% - (2 * 4px));
  }
  .dm-flx-sm-col-5-m-8 {
    margin: 8px;
    width: calc(20% - (2 * 8px));
  }
  .dm-flx-sm-col-5-m-12 {
    margin: 12px;
    width: calc(20% - (2 * 12px));
  }
  .dm-flx-sm-col-5-m-16 {
    margin: 16px;
    width: calc(20% - (2 * 16px));
  }
  .dm-flx-sm-col-6 {
    width: 16.666666%;
  }
  .dm-flx-sm-col-6-m-4 {
    margin: 4px;
    width: calc(16.666666% - (2 * 4px));
  }
  .dm-flx-sm-col-6-m-8 {
    margin: 8px;
    width: calc(16.666666% - (2 * 8px));
  }
  .dm-flx-sm-col-6-m-12 {
    margin: 12px;
    width: calc(16.666666% - (2 * 12px));
  }
  .dm-flx-sm-col-6-m-16 {
    margin: 16px;
    width: calc(16.666666% - (2 * 16px));
  }
  .dm-flx-sm-justify-content-center {
    justify-content: center;
  }
  .dm-flx-sm-justify-content-flex-start {
    justify-content: flex-start;
  }
}
/*@screen-md:*/
@media screen and (min-width: 992px) {
  .dm-flx-md-col-2 {
    width: 50%;
  }
  .dm-flx-md-col-2-m-4 {
    margin: 4px;
    width: calc(50% - (2 * 4px));
  }
  .dm-flx-md-col-2-m-8 {
    margin: 8px;
    width: calc(50% - (2 * 8px));
  }
  .dm-flx-md-col-2-m-12 {
    margin: 12px;
    width: calc(50% - (2 * 12px));
  }
  .dm-flx-md-col-2-m-16 {
    margin: 16px;
    width: calc(50% - (2 * 16px));
  }
  .dm-flx-md-col-3 {
    width: 33.333333%;
  }
  .dm-flx-md-col-3-m-4 {
    margin: 4px;
    width: calc(33.333333% - (2 * 4px));
  }
  .dm-flx-md-col-3-m-8 {
    margin: 8px;
    width: calc(33.333333% - (2 * 8px));
  }
  .dm-flx-md-col-3-m-12 {
    margin: 12px;
    width: calc(33.333333% - (2 * 12px));
  }
  .dm-flx-md-col-3-m-16 {
    margin: 16px;
    width: calc(33.333333% - (2 * 16px));
  }
  .dm-flx-md-col-4 {
    width: 25%;
  }
  .dm-flx-md-col-4-m-4 {
    margin: 4px;
    width: calc(25% - (2 * 4px));
  }
  .dm-flx-md-col-4-m-8 {
    margin: 8px;
    width: calc(25% - (2 * 8px));
  }
  .dm-flx-md-col-4-m-12 {
    margin: 12px;
    width: calc(25% - (2 * 12px));
  }
  .dm-flx-md-col-4-m-16 {
    margin: 16px;
    width: calc(25% - (2 * 16px));
  }
  .dm-flx-md-col-5 {
    width: 20%;
  }
  .dm-flx-md-col-5-m-4 {
    margin: 4px;
    width: calc(20% - (2 * 4px));
  }
  .dm-flx-md-col-5-m-8 {
    margin: 8px;
    width: calc(20% - (2 * 8px));
  }
  .dm-flx-md-col-5-m-12 {
    margin: 12px;
    width: calc(20% - (2 * 12px));
  }
  .dm-flx-md-col-5-m-16 {
    margin: 16px;
    width: calc(20% - (2 * 16px));
  }
  .dm-flx-md-col-6 {
    width: 16.666666%;
  }
  .dm-flx-md-col-6-m-4 {
    margin: 4px;
    width: calc(16.666666% - (2 * 4px));
  }
  .dm-flx-md-col-6-m-8 {
    margin: 8px;
    width: calc(16.666666% - (2 * 8px));
  }
  .dm-flx-md-col-6-m-12 {
    margin: 12px;
    width: calc(16.666666% - (2 * 12px));
  }
  .dm-flx-md-col-6-m-16 {
    margin: 16px;
    width: calc(16.666666% - (2 * 16px));
  }
  .dm-flx-md-justify-content-center {
    justify-content: center;
  }
  .dm-flx-md-justify-content-flex-start {
    justify-content: flex-start;
  }
}
/*@screen-lg:*/
@media screen and (min-width: 1200px) {
  .dm-flx-lg-col-2 {
    width: 50%;
  }
  .dm-flx-lg-col-2-m-4 {
    margin: 4px;
    width: calc(50% - (2 * 4px));
  }
  .dm-flx-lg-col-2-m-8 {
    margin: 8px;
    width: calc(50% - (2 * 8px));
  }
  .dm-flx-lg-col-2-m-12 {
    margin: 12px;
    width: calc(50% - (2 * 12px));
  }
  .dm-flx-lg-col-2-m-16 {
    margin: 16px;
    width: calc(50% - (2 * 16px));
  }
  .dm-flx-lg-col-3 {
    width: 33.333333%;
  }
  .dm-flx-lg-col-3-m-4 {
    margin: 4px;
    width: calc(33.333333% - (2 * 4px));
  }
  .dm-flx-lg-col-3-m-8 {
    margin: 8px;
    width: calc(33.333333% - (2 * 8px));
  }
  .dm-flx-lg-col-3-m-12 {
    margin: 12px;
    width: calc(33.333333% - (2 * 12px));
  }
  .dm-flx-lg-col-3-m-16 {
    margin: 16px;
    width: calc(33.333333% - (2 * 16px));
  }
  .dm-flx-lg-col-4 {
    width: 25%;
  }
  .dm-flx-lg-col-4-m-4 {
    margin: 4px;
    width: calc(25% - (2 * 4px));
  }
  .dm-flx-lg-col-4-m-8 {
    margin: 8px;
    width: calc(25% - (2 * 8px));
  }
  .dm-flx-lg-col-4-m-12 {
    margin: 12px;
    width: calc(25% - (2 * 12px));
  }
  .dm-flx-lg-col-4-m-16 {
    margin: 16px;
    width: calc(25% - (2 * 16px));
  }
  .dm-flx-lg-col-5 {
    width: 20%;
  }
  .dm-flx-lg-col-5-m-4 {
    margin: 4px;
    width: calc(20% - (2 * 4px));
  }
  .dm-flx-lg-col-5-m-8 {
    margin: 8px;
    width: calc(20% - (2 * 8px));
  }
  .dm-flx-lg-col-5-m-12 {
    margin: 12px;
    width: calc(20% - (2 * 12px));
  }
  .dm-flx-lg-col-5-m-16 {
    margin: 16px;
    width: calc(20% - (2 * 16px));
  }
  .dm-flx-lg-col-6 {
    width: 16.666666%;
  }
  .dm-flx-lg-col-6-m-4 {
    margin: 4px;
    width: calc(16.666666% - (2 * 4px));
  }
  .dm-flx-lg-col-6-m-8 {
    margin: 8px;
    width: calc(16.666666% - (2 * 8px));
  }
  .dm-flx-lg-col-6-m-12 {
    margin: 12px;
    width: calc(16.666666% - (2 * 12px));
  }
  .dm-flx-lg-col-6-m-16 {
    margin: 16px;
    width: calc(16.666666% - (2 * 16px));
  }
  .dm-flx-lg-justify-content-center {
    justify-content: center;
  }
  .dm-flx-lg-justify-content-flex-start {
    justify-content: flex-start;
  }
}

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