html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  .form-actions input > .caret,
  .dropup > .form-actions input > .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: 16px;
  line-height: 1.42857143;
  color: #4f4f55;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0282bf;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #12948c;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 50px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
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,
#page-search h2 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0282bf;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #01608d;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0282bf;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #01608d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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: 22px;
}
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: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.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: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .container {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 976px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1176px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.row,
.container-search-form .form-wrapper {
  margin-left: -18px;
  margin-right: -18px;
}
.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: 18px;
  padding-right: 18px;
}
.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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e6;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .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::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  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: 33px;
  }
  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: 49px;
  }
}
.form-group {
  margin-bottom: 18px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8e8e96;
}
@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: 29px;
}
.form-horizontal .form-group {
  margin-left: -18px;
  margin-right: -18px;
}
@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: 18px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn,
.form-actions input {
  background: transparent;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -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,
.form-actions input:focus,
.form-actions input:active:focus,
.form-actions input.active:focus,
.form-actions input.focus,
.form-actions input:active.focus,
.form-actions input.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.form-actions input:hover,
.form-actions input:focus,
.form-actions input.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active,
.form-actions input:active,
.form-actions input.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,
.form-actions input.disabled,
.form-actions input[disabled],
fieldset[disabled] .form-actions input {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn,
a.form-actions input.disabled,
fieldset[disabled] a.form-actions input {
  pointer-events: none;
}
/* MC20170117: Commented out in favour of our own .btn initialization
.btn-default {
  .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border);
}
.btn-primary {
  .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);
}
// Success appears as green
.btn-success {
  .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border);
}
// Info appears as blue-green
.btn-info {
  .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border);
}
// Warning appears as orange
.btn-warning {
  .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
  .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border);
}
*/
.btn-link {
  color: #0282bf;
  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: #12948c;
  text-decoration: none;
  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,
.btn-group-lg > .btn,
.btn-group-lg > .form-actions input {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .form-actions input {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .form-actions input {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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-top: 4px solid \9;
  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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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: 10px 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: #0282bf;
}
.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: 14px;
  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 dashed;
  border-bottom: 4px solid \9;
  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;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.btn-group > .form-actions input,
.btn-group-vertical > .form-actions input {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active,
.btn-group > .form-actions input:hover,
.btn-group-vertical > .form-actions input:hover,
.btn-group > .form-actions input:focus,
.btn-group-vertical > .form-actions input:focus,
.btn-group > .form-actions input:active,
.btn-group-vertical > .form-actions input:active,
.btn-group > .form-actions input.active,
.btn-group-vertical > .form-actions input.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .form-actions input + .form-actions input,
.btn-group .form-actions input + .btn-group,
.btn-group .btn-group + .form-actions input {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .form-actions input {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .form-actions input {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .form-actions input:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > .form-actions input:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .form-actions input:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .form-actions input:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .form-actions input {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn-group:first-child:not(:last-child) > .form-actions input:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .form-actions input:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > .form-actions input + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret,
.form-actions input .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .form-actions input,
.btn-group-vertical > .btn-group > .form-actions input {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .form-actions input {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .form-actions input + .form-actions input,
.btn-group-vertical > .form-actions input + .btn-group,
.btn-group-vertical > .btn-group + .form-actions input {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .form-actions input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .form-actions input:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .form-actions input:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .form-actions input {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .form-actions input:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .form-actions input:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .form-actions input {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .form-actions input {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .form-actions input input[type="radio"],
[data-toggle="buttons"] > .btn-group > .form-actions input input[type="radio"],
[data-toggle="buttons"] > .form-actions input input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .form-actions input input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .form-actions input {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .input-group-btn > .form-actions input {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .input-group-btn > .form-actions input,
select[multiple].input-group-lg > .input-group-btn > .form-actions input {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .form-actions input {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .input-group-btn > .form-actions input {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .input-group-btn > .form-actions input,
select[multiple].input-group-sm > .input-group-btn > .form-actions input {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e1e1e6;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:first-child > .form-actions input,
.input-group-btn:first-child > .btn-group > .form-actions input,
.input-group-btn:last-child > .form-actions input:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .form-actions input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:last-child > .form-actions input,
.input-group-btn:last-child > .btn-group > .form-actions input,
.input-group-btn:first-child > .form-actions input:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .form-actions input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
.input-group-btn > .form-actions input {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > .form-actions input + .form-actions input {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .form-actions input:hover,
.input-group-btn > .form-actions input:focus,
.input-group-btn > .form-actions input:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .form-actions input {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .form-actions input {
  z-index: 2;
  margin-left: -1px;
}
.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: transparent;
}
.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: transparent;
  border-color: #0282bf;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 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: 0 0 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: 0;
}
.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: 0 0 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: 0;
}
.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: #0282bf;
}
.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: 0;
}
.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: 0 0 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: 70px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 18px;
  padding-left: 18px;
  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: -18px;
  margin-left: -18px;
}
@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: 24px 18px;
  font-size: 20px;
  line-height: 22px;
  height: 70px;
}
.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: -18px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 18px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: 12px -18px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@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: 22px;
  }
  .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: 24px;
    padding-bottom: 24px;
  }
}
.navbar-form {
  margin-left: -18px;
  margin-right: -18px;
  padding: 10px 18px;
  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: 17px;
  margin-bottom: 17px;
}
@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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -18px;
  }
  .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: #888;
}
.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;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
.form-actions input .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #0282bf;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #01608d;
}
.label-success {
  background-color: #68af21;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4f8419;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #fdcf3e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #fcc20c;
}
.label-danger {
  background-color: #ef3121;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ce1e0f;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.product-left-right:before,
.product-left-right:after,
#footer-logo:before,
#footer-logo:after,
#footer-about .brand-gallery ul:before,
#footer-about .brand-gallery ul:after,
.item-container:before,
.item-container:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.container-search-form .form-wrapper:before,
.container-search-form .form-wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.product-left-right:after,
#footer-logo:after,
#footer-about .brand-gallery ul:after,
.item-container:after,
.modal-header:after,
.modal-footer:after,
.container-search-form .form-wrapper:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'technomic-icons';
  src: url('https://s3.us-east-2.amazonaws.com/winsight-cdn/technomic/assets/1.0.dev/fonts/icons-v4.eot?qrm12f');
  src: url('https://s3.us-east-2.amazonaws.com/winsight-cdn/technomic/assets/1.0.dev/fonts/icons-v4.eot?qrm12f#iefix') format('embedded-opentype'), url('https://s3.us-east-2.amazonaws.com/winsight-cdn/technomic/assets/1.0.dev/fonts/icons-v4.ttf?qrm12f') format('truetype'), url('https://s3.us-east-2.amazonaws.com/winsight-cdn/technomic/assets/1.0.dev/fonts/icons-v4.woff?qrm12f') format('woff'), url('https://s3.us-east-2.amazonaws.com/winsight-cdn/technomic/assets/1.0.dev/fonts/icons-v4.svg?qrm12f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'technomic-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-01:before,
.icon-arrow-up:before {
  content: "\e900";
}
.icon-02:before,
.icon-arrow-down:before {
  content: "\e901";
}
.icon-03:before,
.icon-arrow-left:before {
  content: "\e902";
}
.icon-04:before,
.icon-arrow-right:before {
  content: "\e903";
}
.icon-05:before,
.icon-facebook:before {
  content: "\e904";
}
.icon-06:before,
.icon-twitter:before {
  content: "\e905";
}
.icon-07:before,
.icon-google-plus:before {
  content: "\e906";
}
.icon-08:before,
.icon-instagram:before {
  content: "\e907";
}
.icon-09:before,
.icon-reddit:before {
  content: "\e908";
}
.icon-10:before,
.icon-pinterest:before {
  content: "\e909";
}
.icon-11:before,
.icon-youtube:before {
  content: "\e90a";
}
.icon-12:before,
.icon-flikr:before {
  content: "\e90b";
}
.icon-13:before,
.icon-linked-in:before {
  content: "\e90c";
}
.icon-14:before,
.icon-mail:before {
  content: "\e90d";
}
.icon-15:before,
.icon-apple:before {
  content: "\e90e";
}
.icon-16:before,
.icon-google-play:before {
  content: "\e90f";
}
.icon-17:before,
.icon-play:before {
  content: "\e910";
}
.icon-18:before,
.icon-play-video:before {
  content: "\e911";
}
.icon-19:before,
.icon-menu:before {
  content: "\e912";
}
.icon-20:before,
.icon-search:before {
  content: "\e913";
}
.icon-21:before,
.icon-x:before {
  content: "\e914";
}
.icon-22:before,
.icon-carousel-arrow-left:before {
  content: "\e915";
}
.icon-23:before,
.icon-carousel-arrow-right:before {
  content: "\e916";
}
#content,
#footer {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.section-header,
#page-search h2 {
  color: #232328;
}
h1,
.h1 {
  font-weight: 100;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 18px;
  margin-bottom: 18px;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article .h1,
.article .h2,
.article .h3,
.article .h4,
.article .h5,
.article .h6 {
  margin-bottom: 18px;
}
.article p,
.article ul,
.article ol {
  font-size: 1.1em;
  font-weight: 300;
}
.article p a,
.article ul a,
.article ol a {
  font-weight: 400;
}
.article p.small,
.article ul.small,
.article ol.small {
  font-size: 1em;
}
.article p + h2,
.article p + h3,
.article p + h4,
.article p + h5,
.article p + h6,
.article p + ol,
.article p + ul,
.article p + .h2,
.article p + .h3,
.article p + .h4,
.article p + .h5,
.article p + .h6 {
  margin-top: 1em;
}
.article ul,
.article ol {
  margin-bottom: 1em;
}
.article ul li,
.article ol li {
  margin-bottom: 0.5em;
}
.article ul ul,
.article ol ul,
.article ul ol,
.article ol ol {
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.article ul ul,
.article ol ul {
  list-style: initial;
}
.article ul ol,
.article ol ol {
  list-style: lower-roman;
}
.article p {
  margin-bottom: 0.7em;
}
.article a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.article a:hover,
.article a:focus {
  outline: 0;
}
.article blockquote {
  border: 0;
  color: #7d7d82;
  font-size: 1.2em;
  font-weight: 300;
  font-style: italic;
  padding-left: 0;
  padding-right: 0;
}
.article .byline {
  font-weight: 400;
}
.article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  border: 1px solid #ddd;
}
.article table > thead > tr > th,
.article table > tbody > tr > th,
.article table > tfoot > tr > th,
.article table > thead > tr > td,
.article table > tbody > tr > td,
.article table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.article table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.article table > caption + thead > tr:first-child > th,
.article table > colgroup + thead > tr:first-child > th,
.article table > thead:first-child > tr:first-child > th,
.article table > caption + thead > tr:first-child > td,
.article table > colgroup + thead > tr:first-child > td,
.article table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.article table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.article table .table {
  background-color: #fff;
}
.article table > thead > tr > th,
.article table > tbody > tr > th,
.article table > tfoot > tr > th,
.article table > thead > tr > td,
.article table > tbody > tr > td,
.article table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.article table > thead > tr > th,
.article table > thead > tr > td {
  border-bottom-width: 2px;
}
.text-smaller {
  font-size: 0.9em;
}
.aside {
  margin: 36px auto;
}
.text-blue {
  color: #0282bf;
}
.text-grey-lighter {
  color: #e1e1e6;
}
.text-grey-light {
  color: #bebec3;
}
.text-grey-medium {
  color: #7d7d82;
}
.text-grey {
  color: #4f4f55;
}
.text-grey-dark {
  color: #232328;
}
.text-grey-darker {
  color: #141419;
}
.text-black {
  color: #000000;
}
.text-white {
  color: #ffffff;
}
.section-header,
#page-search h2 {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 24px;
  margin-bottom: 18px;
}
.section-header .slim {
  font-weight: 200;
}
.section-header-1 {
  font-size: 2.2em;
}
.section-header-1.slim {
  font-weight: 200;
  font-size: 2.5em;
}
.section-header-2,
#page-search h2 {
  font-size: 1.4em;
}
.section-header-3 {
  font-size: 1em;
}
@media (min-width: 992px) {
  .section-header,
  #page-search h2 {
    margin-top: 36px;
    margin-bottom: 18px;
  }
  .section-header-2,
  #page-search h2 {
    font-size: 1.6em;
  }
}
.btn,
.form-actions input {
  border: 1px solid #e1e1e6;
  color: #7d7d82;
  line-height: 1.35;
  letter-spacing: 0px!important;
  margin-right: 9px;
  padding: 12px 24px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn:hover,
.btn:focus,
.form-actions input:hover,
.form-actions input:focus {
  background: transparent;
  border: 1px solid #7d7d82;
  color: #7d7d82;
}
.btn-callout {
  border: 2px solid #0282bf;
  color: #065884;
  background: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  box-shadow: 3px 3px 0px #e1e1e6;
}
.btn-callout:hover,
.btn-callout:focus {
  border-width: 2px;
  border-color: #0282bf;
  color: #0282bf;
}
.btn-alt {
  font-size: 1.35em;
  line-height: 1.25;
  letter-spacing: 0.075em;
}
.btn-alt.btn-xs {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}
.btn-alt.btn-sm {
  font-size: 1.1em;
}
.btn-alt.btn-lg {
  font-size: 1.75em;
}
.btn-alt.btn-xl {
  font-size: 2em;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .form-actions input {
  font-size: 0.7em;
  line-height: 1.25;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .form-actions input {
  font-size: 0.8em;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .form-actions input {
  font-size: 1.5em;
}
.btn-xl {
  font-size: 1.75em;
}
.btn-wide {
  padding-left: 36px;
  padding-right: 36px;
}
.btn-default {
  color: #4f4f55;
}
.btn-default:hover,
.btn-default:focus {
  color: #4f4f55;
}
.btn-outline-blue {
  border: 2px solid #0282bf;
  color: #0282bf;
}
.btn-outline-blue:hover {
  background: #0282bf;
  border: 2px solid #0282bf;
  color: #ffffff;
}
.btn-outline-yellow {
  border: 2px solid #fdcf3e;
  color: #ffffff;
}
.btn-outline-yellow:hover {
  border: 2px solid #fdcf3e;
  color: #fdcf3e;
}
.btn-primary,
.form-actions input {
  color: #ffffff;
  background-color: #0282bf;
  border-color: #0282bf;
}
.btn-primary:focus,
.btn-primary.focus,
.form-actions input:focus,
.form-actions input.focus {
  color: #ffffff;
  background-color: #0875b0;
  border-color: #0875b0;
}
.btn-primary:hover,
.form-actions input:hover {
  color: #ffffff;
  background-color: #0875b0;
  border-color: #0875b0;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.form-actions input:active,
.form-actions input.active,
.open > .dropdown-toggle.form-actions input {
  color: #ffffff;
  background-color: #0875b0;
  border-color: #0875b0;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.form-actions input:active:hover,
.form-actions input.active:hover,
.open > .dropdown-toggle.form-actions input:hover,
.form-actions input:active:focus,
.form-actions input.active:focus,
.open > .dropdown-toggle.form-actions input:focus,
.form-actions input:active.focus,
.form-actions input.active.focus,
.open > .dropdown-toggle.form-actions input.focus {
  color: #ffffff;
  background-color: #0875b0;
  border-color: #0875b0;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.form-actions input:active,
.form-actions input.active,
.open > .dropdown-toggle.form-actions input {
  background-image: none;
}
.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,
.form-actions input.disabled:hover,
.form-actions input[disabled]:hover,
fieldset[disabled] .form-actions input:hover,
.form-actions input.disabled:focus,
.form-actions input[disabled]:focus,
fieldset[disabled] .form-actions input:focus,
.form-actions input.disabled.focus,
.form-actions input[disabled].focus,
fieldset[disabled] .form-actions input.focus {
  background-color: #0282bf;
  border-color: #0282bf;
}
.btn-primary .badge,
.form-actions input .badge {
  color: #0282bf;
  background-color: #ffffff;
}
.btn-secondary {
  color: #ffffff;
  background-color: #10aa9e;
  border-color: #10aa9e;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #12948c;
  border-color: #12948c;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #12948c;
  border-color: #12948c;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #12948c;
  border-color: #12948c;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #ffffff;
  background-color: #12948c;
  border-color: #12948c;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #10aa9e;
  border-color: #10aa9e;
}
.btn-secondary .badge {
  color: #10aa9e;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #68af21;
  border-color: #68af21;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #5a9b1b;
  border-color: #5a9b1b;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #5a9b1b;
  border-color: #5a9b1b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5a9b1b;
  border-color: #5a9b1b;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #5a9b1b;
  border-color: #5a9b1b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #68af21;
  border-color: #68af21;
}
.btn-success .badge {
  color: #68af21;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #fdcf3e;
  border-color: #fdcf3e;
  color: #232328;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ffbf00;
  border-color: #f5b800;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ffbf00;
  border-color: #f5b800;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ffbf00;
  border-color: #f5b800;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #ffbf00;
  border-color: #f5b800;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #fdcf3e;
  border-color: #fdcf3e;
}
.btn-warning .badge {
  color: #fdcf3e;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus {
  color: #232328;
}
.btn-danger {
  color: #ffffff;
  background-color: #ef3121;
  border-color: #ef3121;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #d52615;
  border-color: #d52615;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #d52615;
  border-color: #d52615;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d52615;
  border-color: #d52615;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #d52615;
  border-color: #d52615;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #ef3121;
  border-color: #ef3121;
}
.btn-danger .badge {
  color: #ef3121;
  background-color: #ffffff;
}
.btn-dark {
  color: #ffffff;
  background-color: #232328;
  border-color: #232328;
  font-weight: 400;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #ffffff;
  background-color: #0282bf;
  border-color: #0282bf;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #0282bf;
  border-color: #0282bf;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #0282bf;
  border-color: #0282bf;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #ffffff;
  background-color: #0282bf;
  border-color: #0282bf;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #232328;
  border-color: #232328;
}
.btn-dark .badge {
  color: #232328;
  background-color: #ffffff;
}
.btn-tag {
  margin-bottom: 9px;
}
.btn-pagination {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0282bf;
  border-color: #0282bf;
  border-width: 2px;
}
.btn-pagination:focus,
.btn-pagination.focus {
  color: #ffffff;
  background-color: #0875b0;
  border-color: #0875b0;
}
.btn-pagination:hover {
  color: #ffffff;
  background-color: #0875b0;
  border-color: #0875b0;
}
.btn-pagination:active,
.btn-pagination.active,
.open > .dropdown-toggle.btn-pagination {
  color: #ffffff;
  background-color: #0875b0;
  border-color: #0875b0;
}
.btn-pagination:active:hover,
.btn-pagination.active:hover,
.open > .dropdown-toggle.btn-pagination:hover,
.btn-pagination:active:focus,
.btn-pagination.active:focus,
.open > .dropdown-toggle.btn-pagination:focus,
.btn-pagination:active.focus,
.btn-pagination.active.focus,
.open > .dropdown-toggle.btn-pagination.focus {
  color: #ffffff;
  background-color: #0875b0;
  border-color: #0875b0;
}
.btn-pagination:active,
.btn-pagination.active,
.open > .dropdown-toggle.btn-pagination {
  background-image: none;
}
.btn-pagination.disabled:hover,
.btn-pagination[disabled]:hover,
fieldset[disabled] .btn-pagination:hover,
.btn-pagination.disabled:focus,
.btn-pagination[disabled]:focus,
fieldset[disabled] .btn-pagination:focus,
.btn-pagination.disabled.focus,
.btn-pagination[disabled].focus,
fieldset[disabled] .btn-pagination.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-pagination .badge {
  color: #ffffff;
  background-color: #ffffff;
}
.btn-pagination:hover,
.btn-pagination:focus {
  border-width: 2px;
}
.media {
  overflow: hidden;
}
.media .media-item {
  float: left;
  padding-right: 18px;
}
.media-flipped > .media-item {
  padding-right: 0;
  padding-left: 18px;
  float: right;
}
.media-stacked > .media-item {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.media-nowrap > .media-body {
  overflow: hidden;
}
.media-valign,
.item-container-leadership .item-article-list .media {
  display: table;
}
.media-valign > .media-item,
.media-valign > .media-body,
.item-container-leadership .item-article-list .media > .media-item,
.item-container-leadership .item-article-list .media > .media-body {
  display: table-cell;
  vertical-align: top;
}
.media-valign > .media-item,
.item-container-leadership .item-article-list .media > .media-item {
  float: none;
}
.media-valign > .media-body,
.item-container-leadership .item-article-list .media > .media-body {
  width: 100%;
}
.media-valign-middle > .media-item,
.media-valign-middle > .media-body {
  vertical-align: middle;
}
.media-valign-bottom > .media-item,
.media-valign-bottom > .media-body {
  vertical-align: bottom;
}
.border-blue {
  border-top: 5px solid #0282bf;
}
.banner {
  height: 240px;
  border-bottom: 5px solid #e1e1e6;
  position: relative;
  z-index: 0;
}
.banner.no-border {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .banner {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .banner {
    height: 440px;
  }
}
@media (min-width: 1400px) {
  .banner {
    height: 480px;
  }
}
@media (min-width: 1600px) {
  .banner {
    height: 520px;
  }
}
.banner .background-image:not(.no-overlay):after {
  content: '';
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-image,
.text-image {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-image {
  background-size: cover;
}
.text-image {
  background-size: auto 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-image {
    background-size: auto 110%;
  }
}
@media (min-width: 1400px) {
  .text-image {
    background-size: auto 90%;
  }
}
.category {
  color: #0282bf;
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
}
.navbar {
  border: 0;
}
.invisible {
  opacity: 0;
  pointer-events: none;
}
/**
 * Home Page
 */
.trusted-insights {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
.trusted-insights img {
  min-width: 200px;
  width: 100%;
}
.trusted-insights .btn,
.trusted-insights .form-actions input {
  display: inline-block;
  width: 100%;
  white-space: normal;
}
.trusted-insights .item-insights {
  font-size: 0.9em;
}
.trusted-insights .section-header {
  margin-top: 0;
}
@media (min-width: 768px) {
  .trusted-insights {
    margin-left: 0;
    margin-right: 0;
  }
}
.technomic-in-action .content-left,
.technomic-in-action .content-right {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .technomic-in-action .content-left,
  .technomic-in-action .content-right {
    float: left;
    width: 50%;
  }
}
.technomic-in-action .container-video {
  height: 300px;
}
.technomic-in-action iframe {
  border: 0;
  border-style: none;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .technomic-in-action .content-left,
  .technomic-in-action .content-right {
    padding-bottom: 0;
  }
}
.container-studies-and-research {
  background: #232328;
  padding: 24px;
}
.container-studies-and-research .content-left,
.container-studies-and-research .content-right {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  padding: 36px;
}
@media (min-width: 768px) {
  .container-studies-and-research .content-left,
  .container-studies-and-research .content-right {
    float: left;
    width: 50%;
  }
}
.container-studies-and-research .content-left {
  border-bottom: 5px solid #e1e1e6;
}
.container-studies-and-research .section-header {
  margin-top: 0;
}
.container-studies-and-research .item-actions {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .container-studies-and-research .btn,
  .container-studies-and-research .form-actions input {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .container-studies-and-research {
    padding: 48px;
  }
  .container-studies-and-research .content-left {
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .container-studies-and-research {
    padding: 60px;
  }
  .container-studies-and-research .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-studies-and-research .content-left,
  .container-studies-and-research .content-right {
    padding: 48px;
  }
}
.container-customer-gallery {
  padding-top: 24px;
  padding-bottom: 24px;
}
.container-customer-gallery .section-header {
  margin-top: 0;
  margin-bottom: 0;
}
.container-customer-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.container-customer-gallery li {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container-customer-gallery li {
    float: left;
    width: 16.66666667%;
  }
}
.container-customer-gallery li img {
  margin: 0 auto;
  height: auto;
  width: 90%;
}
.container-customer-gallery blockquote {
  border-left: 0;
  font-weight: 200;
  margin-bottom: 0;
}
.container-customer-gallery .cite {
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .container-customer-gallery {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
/**
 * Product Left Right Template
 */
.product-left-right {
  margin-left: -18px;
  margin-right: -18px;
}
.product-left-right .content-left,
.product-left-right .content-right {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .product-left-right .content-left,
  .product-left-right .content-right {
    float: left;
    width: 50%;
  }
}
.product-left-right .item-media {
  margin-bottom: 24px;
}
.product-left-right .item-image {
  padding: 9px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .product-left-right .item-image {
    padding: 24px;
  }
}
.product-left-right .item-image:after {
  background: url('https://s3.us-east-2.amazonaws.com/winsight-cdn/technomic/assets/1.0.dev/images/layout/ipad.png') top center no-repeat;
  background-size: auto 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-left-right .item-image img {
  width: 90%;
  height: auto;
}
.product-left-right .item-actions {
  text-align: center;
  font-size: 0.9em;
}
.product-left-right .item-actions .btn,
.product-left-right .item-actions .form-actions input {
  margin-bottom: 9px;
}
.product-left-right iframe {
  border: none;
  border-style: none;
  width: 100%;
  height: 300px;
}
/**
 * Call to Action block - Grey Border with Blue button
 */
.call-to-action-contact {
  border: 2px solid #e1e1e6;
  padding: 24px 24px 12px;
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  text-align: center;
}
.call-to-action-contact .item-content {
  font-size: 1.5em;
  font-weight: 100;
  letter-spacing: 0.025em;
  line-height: 1.15;
  padding-bottom: 18px;
}
.call-to-action-contact .btn,
.call-to-action-contact .form-actions input {
  font-size: 1em;
  position: relative;
  top: 44px;
  margin-top: -44px;
  white-space: normal;
}
@media (min-width: 768px) {
  .call-to-action-contact {
    padding-top: 36px;
  }
  .call-to-action-contact .item-content {
    font-size: 1.8em;
    padding-bottom: 5px;
  }
  .call-to-action-contact .btn,
  .call-to-action-contact .form-actions input {
    min-width: 290px;
  }
}
@media (min-width: 992px) {
  .call-to-action-contact .item-content {
    font-size: 2em;
  }
}
.container-call-to-action:last-child .call-to-action-contact {
  margin-bottom: 36px;
}
/**
 * Newsletter Subscribe Call to Action block
 */
.container-call-to-action-newsletter {
  border: solid #f8f8fd;
  border-width: 5px 0px;
  position: relative;
}
.container-call-to-action-newsletter .item-title {
  font-family: "Droid Serif", serif;
  font-size: 1.2em;
  font-style: italic;
  color: #7d7d82;
  position: absolute;
  top: -0.75em;
  left: 0;
  right: 0;
  text-align: center;
}
.container-call-to-action-newsletter .item-title span {
  background: #ffffff;
  display: inline-block;
  padding: 0 9px;
}
.container-call-to-action-newsletter .item-content {
  padding: 36px 0;
}
.img-press-release {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
  height: 220px;
}
@media (min-width: 768px) {
  .img-press-release {
    float: right;
    margin-left: 24px;
    margin-right: -72px;
    width: 400px;
    height: 210px;
  }
}
@media (min-width: 992px) {
  .img-press-release {
    margin-right: -108px;
    width: 450px;
    height: 236px;
  }
}
@media (min-width: 1200px) {
  .img-press-release {
    margin-right: -144px;
    width: 500px;
    height: 263px;
  }
}
.pager {
  margin: 24px auto 0;
}
.pager .visually-hidden {
  display: none;
}
.pager ul {
  margin: 0;
  padding: 0;
}
.pager li > a {
  border: 2px solid #0282bf;
  font-size: 0.9em;
  font-weight: 500;
  margin: 0 9px 18px;
  padding: 0.25em 0.75em;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pager li > a:hover,
.pager li > a:focus {
  background: #0282bf;
  color: #ffffff;
}
.pager li.is-active > a {
  background: #0282bf;
  color: #ffffff;
}
.user-login-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}
.user-login-form .js-form-item {
  margin-bottom: 18px;
}
.user-login-form label {
  color: #141419;
  display: block;
  font-size: 0.85em;
  text-transform: uppercase;
}
.user-login-form label.form-required:after {
  content: ' *';
  color: #ef3121;
}
.user-login-form .description {
  font-size: 0.85em;
  color: #8a8a8f;
  margin-top: 5px;
}
article .js-form-item .label {
  color: #0282bf;
  font-size: 1.1em;
  text-transform: uppercase;
}
.contact-form label {
  color: #141419;
  display: block;
  font-size: 0.85em;
  text-transform: uppercase;
}
.contact-form label.form-required:after {
  content: ' *';
  color: #ef3121;
}
.form-actions input {
  width: auto;
}
.form-actions input[type="submit"] {
  height: auto;
}
.legacy-logo {
  width: 300px;
  height: 92px;
}
.legacy-browser-icon {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 120px;
}
.item-legacy-browser {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.item-legacy-browser .item-image {
  background-size: 100%;
  background-repeat: no-repeat;
}
.shopify-buy-frame {
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  position: relative;
  top: 35px;
  margin-top: -44px;
  white-space: normal;
}
.share-wrapper {
  clear: both;
  width: 100%;
  float: left;
}
.share-wrapper .item-actions {
  width: 75px;
  float: left;
  display: block;
  margin: 0px 20px 40px 20px;
}
@media (max-width: 480px) {
  .share-wrapper .item-actions {
    width: 12%;
  }
}
.share-wrapper .item-actions:first-child {
  margin-left: 0px;
}
.share-wrapper .share-container .icon {
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 1.4em;
  padding-left: 5px;
}
.share-wrapper .share-container .icon:hover {
  color: white;
  background: #0282bf;
}
.share-wrapper .share-container .icon:hover .count {
  background: white;
  color: #0282bf;
}
.share-wrapper .share-container .count {
  left: 30px;
  bottom: 5px;
  position: relative;
  font-size: 20px;
  margin: auto 0;
}
@media (max-width: 480px) {
  .share-wrapper .share-container .count {
    display: none;
  }
}
.share-wrapper .share-container .icon-facebook {
  background: #3b5999;
  color: white;
}
.share-wrapper .share-container .icon-facebook .count {
  color: #3b5999;
}
.share-wrapper .share-container .icon-twitter {
  background: #55acef;
  color: white;
}
.share-wrapper .share-container .icon-twitter .count {
  color: #55acef;
}
.share-wrapper .share-container .icon-linked-in {
  background: #0077b4;
  color: white;
}
.share-wrapper .share-container .icon-linked-in .count {
  color: #0077b4;
}
.share-wrapper .share-container a.icon-mail {
  background: #4f4f55;
  color: white;
}
.share-wrapper .share-container a.icon-mail .count {
  background: white;
  color: #4f4f55;
}
body {
  min-width: 320px;
}
#header {
  position: relative;
  background: #ffffff;
  border-top: 5px solid #0282bf;
  border-bottom: 3px solid #e1e1e6;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  height: 65px;
  z-index: 110;
}
#header .logo {
  background-image: url('https://s3.us-east-2.amazonaws.com/winsight-cdn/technomic/assets/1.0.dev/images/logos-corporate/logo-technomic-nav.png');
  background-repeat: no-repeat;
  background-size: auto 85%;
  background-position: 18px 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0px;
  width: 220px;
}
@media (min-width: 992px) {
  .isDesktop #header {
    height: 75px;
  }
  .isDesktop #header .logo {
    background-position: 50% 50%;
  }
}
#navigation-container {
  display: none;
  background: rgba(255, 255, 255, 0.99);
  position: absolute;
  top: 60px;
  width: 100%;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.isTablet #navigation-container {
  right: 0;
  width: 300px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .isDesktop #navigation-container {
    right: 0;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .isDesktop #navigation-container {
    border: 0;
    position: relative;
    top: 0;
    width: auto;
    display: block!important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-toggle {
  display: block;
  color: #ffffff;
  margin: 0;
}
.navbar-toggle .icon {
  display: inline-block;
  background: #0282bf;
  border-radius: 50%;
  font-size: 1.8em;
  padding: 8px;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle.active {
  color: #ffffff;
}
.navbar-toggle.active {
  outline: 0;
}
.navbar-toggle.active .icon:before {
  content: '\e914';
}
@media (min-width: 992px) {
  .isDesktop .navbar-toggle {
    display: none;
  }
}
#nav-primary {
  margin-bottom: 0;
}
#nav-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#nav-primary li > a {
  color: #7d7d82;
  line-height: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#nav-primary li > a:hover,
#nav-primary li > a:focus {
  color: #0282bf;
}
#nav-primary li.active > a {
  color: #0282bf;
}
#nav-primary li.parent {
  border-bottom: 1px solid #e1e1e6;
  width: 100%;
}
#nav-primary li.parent > a {
  display: inline-block;
  font-weight: 500;
  padding: 23px 24px 18px;
  text-transform: uppercase;
}
#nav-primary li.child {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7eb;
}
#nav-primary li.child:last-child {
  border-bottom: 0;
}
#nav-primary li.child > a {
  background: #f6f6f8;
  display: block;
  font-weight: 400;
  padding: 18px 24px;
  white-space: normal;
}
#nav-primary li.open .dropdown-menu {
  height: auto;
  opacity: 1;
  position: relative;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav-primary li.open > .dropdown-toggler .icon:before {
  content: "\e900";
}
#nav-primary .dropdown-menu {
  display: block;
  border: 1px solid #e1e1e6;
  font-size: inherit;
  height: 0;
  margin: 0 18px 18px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  width: auto;
}
#nav-primary .dropdown-toggler {
  cursor: pointer;
  padding: 18px 20px;
  position: absolute;
  top: 0;
  right: 0;
}
#nav-primary .dropdown-toggler .icon {
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .isTablet #nav-primary .dropdown-menu {
    box-shadow: none;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .isDesktop #nav-primary .dropdown-menu {
    box-shadow: none;
    float: none;
  }
}
@media (min-width: 992px) {
  .isDesktop #nav-primary {
    position: absolute;
    top: 0;
    right: 218px;
    left: 220px;
  }
  .isDesktop #nav-primary li.parent {
    border: 0;
    max-width: 20%;
    text-align: center;
  }
  .isDesktop #nav-primary li.parent > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 95%;
    min-height: 67px;
    padding: 23px 18px 18px;
  }
  .isDesktop #nav-primary li.parent:hover {
    background: none;
  }
  .isDesktop #nav-primary li.child {
    text-align: left;
  }
  .isDesktop #nav-primary li.child > a {
    background: transparent;
    line-height: 1.1;
    padding: 12px 18px;
  }
  .isDesktop #nav-primary .dropdown {
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .isDesktop #nav-primary .dropdown:hover .dropdown-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .isDesktop #nav-primary .dropdown:hover:after {
    content: '';
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #0282bf transparent;
    display: block;
    margin-left: -10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
  }
  .isDesktop #nav-primary .dropdown-toggler {
    display: none;
  }
  .isDesktop #nav-primary .dropdown-menu {
    border-color: #bebec3;
    border-top: 3px solid #0282bf;
    margin: 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1200px) {
  .isDesktop #nav-primary li.parent {
    width: 160px;
  }
  .isDesktop #nav-primary li.parent > a {
    font-size: 100%;
  }
}
#nav-secondary {
  position: relative;
  text-transform: uppercase;
}
#nav-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-secondary li > a {
  display: block;
  font-weight: 500;
  padding: 24px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#nav-secondary .li-nav-search {
  padding: 12px 24px;
  position: relative;
  width: 100%;
}
#nav-secondary .li-nav-search .icon {
  color: #bebec3;
  font-size: 1.5em;
  position: absolute;
  top: 20px;
  right: 32px;
}
#nav-secondary .search-form {
  display: inline-block;
  width: 100%;
}
#nav-secondary .search-input {
  border: 2px solid #e1e1e6;
  padding: 0.5em 0.75em;
  position: relative;
  top: 0;
  width: 100%;
}
#nav-secondary .li-nav-login {
  width: 100%;
}
#nav-secondary .li-nav-login a {
  background: #0282bf;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 18px 24px;
}
#nav-secondary .li-nav-login a:hover,
#nav-secondary .li-nav-login a:focus {
  background: #0875b0;
}
@media (min-width: 992px) {
  .isDesktop #nav-secondary {
    position: absolute;
    right: 0;
    text-align: right;
    width: 200px;
  }
  .isDesktop #nav-secondary .li-nav-search,
  .isDesktop #nav-secondary .li-nav-login {
    display: inline-block;
  }
  .isDesktop #nav-secondary .li-nav-search {
    padding: 0;
    position: absolute;
    right: 170px;
    width: 30px;
    height: 100%;
  }
  .isDesktop #nav-secondary .li-nav-search:hover .search-form {
    opacity: 1;
    visibility: visible;
    width: 300px;
  }
  .isDesktop #nav-secondary .li-nav-search .icon {
    right: 12px;
    top: 24px;
  }
  .isDesktop #nav-secondary .search-form {
    background: #ffffff;
    border-left: 3px solid #e1e1e6;
    box-shadow: -3px 0 6px rgba(0, 0, 0, 0.07);
    opacity: 0;
    padding: 18px 44px 14px 18px;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .isDesktop #nav-secondary .li-nav-login {
    width: 170px;
  }
  .isDesktop #nav-secondary .li-nav-login a {
    height: 70px;
    line-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navigation-backdrop:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#content {
  clear: both;
  overflow: auto;
  position: relative;
}
.width-full,
.width-wide,
.width-standard,
.width-narrow {
  width: 100%;
}
@media (min-width: 768px) {
  .width-standard {
    width: 80%;
  }
  .width-narrow {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .width-wide {
    max-width: 976px;
  }
}
@media (min-width: 1200px) {
  .width-wide {
    width: 90%;
    max-width: 1180px;
  }
  .width-standard {
    width: 60%;
    max-width: 900px;
  }
  .width-narrow {
    width: 40%;
    max-width: 700px;
  }
}
.space-sm-below {
  margin-bottom: 9px;
}
.space-below {
  margin-bottom: 18px;
}
.space-md-below,
.container-search-form .form-wrapper {
  margin-bottom: 24px;
}
.space-lg-below {
  margin-bottom: 36px;
}
.space-xl-below {
  margin-bottom: 72px;
}
.banner {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .banner {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .banner {
    margin-bottom: 36px;
  }
}
.container-features {
  margin-bottom: 48px;
}
.container-features .content-left {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .container-features .content-left {
    float: left;
    width: 62.5%;
  }
}
@media (min-width: 992px) {
  .container-features .content-left {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .container-features .content-left {
    float: left;
    width: 70.83333333%;
  }
}
.container-features .content-right {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .container-features .content-right {
    float: left;
    width: 37.5%;
  }
}
@media (min-width: 992px) {
  .container-features .content-right {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .container-features .content-right {
    float: left;
    width: 29.16666667%;
  }
}
.container-features .section-header {
  margin-top: 0;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .container-features .content-left {
    padding-right: 0;
  }
}
.container-content {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .container-content {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .container-content {
    margin-top: 36px;
  }
}
.container.callout-row,
.container.container-customer-gallery,
.container.container-recirculation,
.container.container-recirc-membership-programs,
.container.container-studies-and-research,
.container.container-list-standard,
.container.container-grid,
.container.container-call-to-action .container.container-shopify-call-to-action {
  clear: both;
  margin: 24px auto;
}
@media (min-width: 768px) {
  .container.callout-row,
  .container.container-customer-gallery,
  .container.container-recirculation,
  .container.container-recirc-membership-programs,
  .container.container-studies-and-research,
  .container.container-list-standard,
  .container.container-grid,
  .container.container-call-to-action .container.container-shopify-call-to-action {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
.container.container-call-to-action-newsletter {
  margin-top: 36px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .container.container-call-to-action-newsletter {
    margin-top: 72px;
  }
}
.container.container-call-to-action {
  margin-bottom: 48px;
}
.container.container-list-standard .section-header {
  margin-top: 0;
}
.container.container-grid {
  margin-bottom: 72px;
}
.container-recirc-membership-programs {
  border: solid #10aa9e;
  border-width: 5px 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
.container-recirc-membership-programs .section-header {
  margin-bottom: 36px;
}
.container-recirc-membership-programs .width-wide {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container-recirc-membership-programs {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.background-grey {
  background: #f6f6f8;
}
#footer {
  background: #141419;
  padding-top: 3px;
  position: relative;
}
#footer-newsletter-subscribe {
  border-top: 3px solid #ffffff;
  color: #ffffff;
  padding: 48px 18px 36px;
  text-align: center;
}
#footer-newsletter-subscribe .h2 {
  color: inherit;
  display: block;
  font-weight: 400;
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 9px;
}
#footer-newsletter-subscribe .h2 .highlight {
  color: #fdcf3e;
}
#footer-social-media {
  background: #0875b0;
  text-align: center;
}
#footer-social-media ul {
  list-style: none;
  margin: 0;
  padding: 12px 0;
}
#footer-social-media ul li {
  display: inline-block;
}
#footer-social-media a {
  background: #ffffff;
  border-radius: 50%;
  color: #141419;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: 45px;
  height: 45px;
}
#footer-social-media a:hover,
#footer-social-media a:focus {
  outline: 0;
}
#footer-social-media a:hover .icon,
#footer-social-media a:focus .icon {
  color: #0282bf;
}
#footer-social-media a .icon {
  font-size: 1.6em;
  line-height: 45px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#footer-logo {
  margin-left: -18px;
  margin-right: -18px;
  margin: 18px auto;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
#footer-logo ul {
  float: none;
  list-style: none;
  margin: 0 auto 24px;
  padding: 0;
  text-align: center;
}
#footer-logo li {
  display: inline-block;
  float: none;
  padding: 9px;
  vertical-align: middle;
  width: auto;
}
#footer-logo li > a {
  color: #e1e1e6;
  font-weight: 500;
  line-height: 1.15em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#footer-logo li > a:hover,
#footer-logo li > a:focus {
  color: #ffffff;
}
#footer-logo li.active > a {
  color: #ffffff;
}
#footer-logo .dropdown-toggler {
  display: none;
}
#footer-logo .logo {
  margin-bottom: 24px;
}
#footer-logo .logo img {
  width: 260px;
  height: auto;
}
@media (min-width: 768px) {
  #footer-logo li {
    width: auto;
  }
  #footer-logo li a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (min-width: 992px) {
  #footer-logo ul {
    margin-bottom: 18px;
  }
  #footer-logo li {
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  #footer-logo li {
    max-width: 15%;
  }
}
#footer-about {
  border-top: 5px solid #3b3b43;
  background: #232328;
  padding-top: 36px;
  width: 100%;
}
#footer-about .logo {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  #footer-about .logo {
    float: left;
    width: 25%;
  }
}
#footer-about .logo img {
  width: 170px;
  height: auto;
}
#footer-about .content {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  color: #bebec3;
  font-size: 0.85em;
  text-align: center;
}
@media (min-width: 992px) {
  #footer-about .content {
    float: left;
    width: 75%;
  }
}
#footer-about .content p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #footer-about .logo {
    margin-bottom: 0;
    padding-right: 24px;
    text-align: right;
  }
  #footer-about .content {
    text-align: left;
  }
}
#footer-about .brand-gallery {
  border-top: 2px solid #3b3b43;
  padding: 0;
  margin: 36px auto 0;
}
#footer-about .brand-gallery ul {
  list-style: none;
  padding: 18px 0 0;
  margin-left: -18px;
  margin-right: -18px;
}
#footer-about .brand-gallery a:hover img,
#footer-about .brand-gallery afocus img {
  opacity: 1;
}
#footer-about .brand-gallery li {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
#footer-about .brand-gallery li img {
  opacity: 0.85;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 480px) {
  #footer-about .brand-gallery li {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  #footer-about .brand-gallery li img {
    width: auto;
    height: 70px;
  }
}
@media (min-width: 992px) {
  #footer-about .brand-gallery li {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #footer-about .brand-gallery li {
    margin-bottom: 0;
  }
  #footer-about .brand-gallery li img {
    height: 55px;
  }
}
@media (min-width: 1200px) {
  #footer-about .brand-gallery li img {
    height: 60px;
  }
}
#footer-copyright {
  background: #232328;
  color: #bebec3;
  font-size: 0.85em;
  padding: 24px 0;
  text-align: center;
}
#footer-copyright p:first-child {
  margin-bottom: 24px;
}
#footer-copyright a {
  color: #e1e1e6;
}
#footer-copyright a:hover,
#footer-copyright a:hover {
  color: #ffffff;
}
#footer-copyright .divider {
  display: block;
  font-size: 90%;
  opacity: 0.25;
  padding: 9px;
}
@media (min-width: 480px) {
  #footer-copyright .divider {
    display: inline;
    padding: 0;
  }
  #footer-copyright .divider:before {
    content: '\2003|\2003';
  }
}
.container-search-form .form-item-keys label {
  display: none;
}
.container-search-form .search-help-link,
.container-search-form .search-advanced {
  display: none;
}
.container-search-form .container-inline div {
  display: block;
}
.container-search-form .form-item-keys {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .container-search-form .form-item-keys {
    float: left;
    width: 75%;
  }
}
.container-search-form #edit-submit {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .container-search-form #edit-submit {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .container-search-form #edit-submit {
    float: right;
    margin: 9px 18px auto;
    width: auto;
  }
}
.item-container {
  margin-left: -18px;
  margin-right: -18px;
}
.item {
  position: relative;
}
.item .title {
  color: #065884;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.1em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.item .dek {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.25;
}
.item .item-link:hover .title,
.item .item-link:focus .title {
  color: #0282bf;
}
.item-with-bg-image {
  color: #ffffff;
}
.item-with-bg-image:hover .item-image:after {
  background: rgba(2, 130, 191, 0.8);
}
.item-with-bg-image .item-inner {
  position: relative;
}
.item-with-bg-image .item-link {
  color: #ffffff;
}
.item-with-bg-image .item-link:hover .title,
.item-with-bg-image .item-link:focus .title {
  color: #ffffff;
}
.item-with-bg-image .item-link:hover .item-meta,
.item-with-bg-image .item-link:focus .item-meta {
  color: #e1e1e6;
}
.item-with-bg-image .title {
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.item-with-bg-image .item-image {
  background-color: #000000;
  border: solid #ffffff;
  border-width: 0 1px 1px 0px;
  position: relative;
  width: 100%;
}
.item-with-bg-image .item-image:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 1;
}
.item-with-bg-image .item-content {
  z-index: 3;
}
.item-with-bg-image .item-meta {
  color: #bebec3;
  font-size: 0.8em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.item-article-list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
.item-article-list .item-inner {
  border-bottom: 5px solid #f8f8fd;
  padding-top: 24px;
  padding-bottom: 24px;
}
.item-article-list:first-child .item-inner {
  border-top: 5px solid #f8f8fd;
}
.item-article-list:last-child {
  margin-bottom: 24px;
}
.item-article-list .item-image {
  background: #0282bf url('https://s3.us-east-2.amazonaws.com/winsight-cdn/technomic/assets/1.0.dev/images/layout/placeholder-small.png') bottom right no-repeat;
  background-size: 100% auto;
  border: 1px solid #e1e1e6;
  position: relative;
  width: 120px;
  height: 120px;
}
.item-article-list .item-meta {
  color: #9e9ea1;
  display: block;
  font-size: 0.9em;
}
.item-article-list .item-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.item-article-list .item-inner .media-item {
  -webkit-box-ordinal-group: 1;
  order: 1;
}
.item-article-list .item-inner .item-call-to-action {
  -webkit-box-ordinal-group: 3;
  order: 3;
  width: 100%;
}
.item-article-list .item-inner .media-body {
  -webkit-box-ordinal-group: 2;
  order: 2;
  flex-basis: 58%;
}
@media (min-width: 480px) {
  .item-article-list .item-image {
    width: 180px;
    height: 130px;
  }
}
@media (min-width: 768px) {
  .item-article-list .item-image {
    width: 220px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .item-article-list .item-content {
    padding-top: 9px;
  }
  .item-article-list .item-inner {
    display: block;
  }
}
/*
 * Post Grid With Images
 */
@media (min-width: 480px) {
  .item-container-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .item-container-grid .item-image-tile {
    padding-left: 0;
    padding-right: 0;
  }
}
.item-image-tile {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 480px) {
  .item-image-tile {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .item-image-tile {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .item-image-tile {
    float: left;
    width: 25%;
  }
}
.item-image-tile:hover .item-content {
  opacity: 0;
}
.item-image-tile:hover .item-overlay {
  opacity: 1;
}
.item-image-tile .v-align-middle {
  display: inline-block;
  vertical-align: middle;
}
.item-image-tile .item-image {
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  background: #000000;
  position: relative;
  width: 100%;
  height: 170px;
}
.item-image-tile .item-content,
.item-image-tile .item-overlay {
  line-height: 170px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.item-image-tile .item-content {
  padding-left: 36px;
  padding-right: 36px;
}
.item-image-tile .item-overlay {
  opacity: 0;
  padding-left: 18px;
  padding-right: 18px;
  z-index: 3;
}
.item-image-tile .overlay-content {
  font-size: 0.9em;
  line-height: 1.2em;
  max-height: 4.8em;
  overflow: hidden;
}
.item-image-tile .section-header-2 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.3em;
}
.item-image-tile .section-header-3 {
  font-size: 1em;
  font-weight: 400;
}
@media (min-width: 480px) and (max-width: 991px) {
  .item-image-tile .item-image {
    height: 200px;
  }
  .item-image-tile .item-content,
  .item-image-tile .item-overlay {
    line-height: 200px;
  }
  .item-image-tile .item-overlay {
    padding-left: 24px;
    padding-right: 24px;
  }
  .item-image-tile .overlay-content {
    max-height: 7.2em;
  }
}
.item-container-recirculation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-wrap: wrap;
}
.item-container-recirculation:before,
.item-container-recirculation:after {
  display: block;
}
@media (min-width: 480px) {
  .item-container-recirculation {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.item-article-recirc {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  margin-bottom: 24px;
}
@media (min-width: 480px) {
  .item-article-recirc {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .item-article-recirc {
    float: left;
    width: 25%;
  }
}
.item-article-recirc .item-inner {
  border: 1px solid #e1e1e6;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.item-article-recirc .item-media {
  border-bottom: 1px solid #e1e1e6;
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
}
.item-article-recirc .item-image {
  height: 100%;
  background: #0282bf url('https://s3.us-east-2.amazonaws.com/winsight-cdn/technomic/assets/1.0.dev/images/layout/placeholder-small.png') bottom right no-repeat;
  background-size: 100% auto;
}
.item-article-recirc .title {
  font-size: 1.3em;
  margin-bottom: 5px;
}
.item-article-recirc .item-content,
.item-article-recirc .item-link {
  font-size: 0.9em;
}
.item-article-recirc .item-content {
  padding: 18px;
}
@media (min-width: 480px) {
  .item-article-recirc {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.item-container-recirc-membership-programs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-wrap: wrap;
}
.item-container-recirc-membership-programs:before,
.item-container-recirc-membership-programs:after {
  display: block;
}
@media (min-width: 768px) {
  .item-container-recirc-membership-programs {
    margin-left: 0;
    margin-right: 0;
  }
}
.item-article-text {
  position: relative;
  min-height: 1px;
  padding-left: 48px;
  padding-right: 48px;
  margin-bottom: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .item-article-text {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .item-article-text {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-article-text:last-child {
    padding-left: 25%;
    padding-right: 25%;
    width: 100%;
  }
}
.item-article-text .title {
  color: #4f4f55;
  font-size: 0.9em;
  text-transform: uppercase;
}
.item-article-text .dek {
  font-size: 0.9em;
  font-weight: 200;
}
@media (min-width: 480px) {
  .item-article-text {
    padding-left: 18%;
    padding-right: 18%;
  }
}
@media (min-width: 768px) {
  .item-article-text {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 992px) {
  .item-container-home-news {
    margin-left: 0;
    margin-right: 0;
  }
}
.item-feature-tile {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .item-feature-tile {
    float: left;
    width: 50%;
  }
}
.item-feature-tile .item-image {
  height: 200px;
}
.item-feature-tile .item-content {
  padding: 24px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .item-feature-tile .item-image {
    height: 225px;
  }
  .item-feature-tile.tile-5 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .item-feature-tile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .item-feature-tile.tile-1 {
    width: 65%;
  }
  .item-feature-tile.tile-2 {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .item-container-programs-for-members .item-image-tile {
    width: 33.33333333%;
  }
}
.item-article-list-standard .item-actions {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .item-article-list-standard .item-actions {
    float: right;
    margin-top: 9px;
    margin-bottom: 36px;
    margin-left: 18px;
  }
}
@media (min-width: 768px) {
  .item-article-list-press-release .media > .media-item {
    padding-right: 0;
    padding-left: 18px;
    float: right;
  }
}
.item-container-leadership .item-article-list .item-image {
  background: transparent;
  border: 0;
  width: 100px;
  height: 100px;
}
@media (min-width: 480px) {
  .item-container-leadership .item-article-list .item-image {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 768px) {
  .item-container-leadership .item-article-list .media > .media-item,
  .item-container-leadership .item-article-list .media > .media-body {
    vertical-align: middle;
  }
  .item-container-leadership .item-article-list .item-image {
    width: 200px;
    height: 200px;
  }
}
.list-search-results {
  list-style: none;
  padding-left: 0;
}
.item-search-result {
  border-bottom: 5px solid #f8f8fd;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.item-search-result:first-child {
  border-top: 5px solid #f8f8fd;
  padding-top: 18px;
}
.carousel,
#owl-power-of-change {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.carousel .owl-stage,
#owl-power-of-change .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.carousel .owl-stage:after,
#owl-power-of-change .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.carousel .owl-stage-outer,
#owl-power-of-change .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper,
#owl-power-of-change .owl-wrapper,
.carousel .owl-item,
#owl-power-of-change .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel .owl-item,
#owl-power-of-change .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.carousel .owl-item img,
#owl-power-of-change .owl-item img {
  display: block;
  width: 100%;
}
.carousel .owl-nav.disabled,
#owl-power-of-change .owl-nav.disabled,
.carousel .owl-dots.disabled,
#owl-power-of-change .owl-dots.disabled {
  display: none;
}
.carousel .owl-nav .owl-prev,
#owl-power-of-change .owl-nav .owl-prev,
.carousel .owl-nav .owl-next,
#owl-power-of-change .owl-nav .owl-next,
.carousel .owl-dot,
#owl-power-of-change .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel.owl-loaded,
#owl-power-of-change.owl-loaded {
  display: block;
}
.carousel.owl-loading,
#owl-power-of-change.owl-loading {
  opacity: 0;
  display: block;
}
.carousel.owl-hidden,
#owl-power-of-change.owl-hidden {
  opacity: 0;
}
.carousel.owl-refresh .owl-item,
#owl-power-of-change.owl-refresh .owl-item {
  visibility: hidden;
}
.carousel.owl-drag .owl-item,
#owl-power-of-change.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel.owl-grab,
#owl-power-of-change.owl-grab {
  cursor: move;
  cursor: grab;
}
.carousel .carousel-control,
#owl-power-of-change .carousel-control {
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  height: 60px;
  width: 35px;
}
.carousel .carousel-control.left,
#owl-power-of-change .carousel-control.left {
  left: 0;
}
.carousel .carousel-control.left .icon,
#owl-power-of-change .carousel-control.left .icon {
  left: 0;
}
.carousel .carousel-control.right,
#owl-power-of-change .carousel-control.right {
  right: 0;
}
.carousel .carousel-control.right .icon,
#owl-power-of-change .carousel-control.right .icon {
  right: 0;
}
.carousel .carousel-control .icon,
#owl-power-of-change .carousel-control .icon {
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  cursor: hand;
  font-size: 60px;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.carousel .carousel-control .icon:hover,
#owl-power-of-change .carousel-control .icon:hover {
  color: rgba(2, 130, 191, 0.95);
}
@media (min-width: 480px) {
  .carousel .carousel-control,
  #owl-power-of-change .carousel-control {
    margin-top: -55px;
    height: 80px;
    width: 46px;
  }
  .carousel .carousel-control .icon,
  #owl-power-of-change .carousel-control .icon {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-control,
  #owl-power-of-change .carousel-control {
    margin-top: -65px;
    height: 100px;
    width: 58px;
  }
  .carousel .carousel-control .icon,
  #owl-power-of-change .carousel-control .icon {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  .carousel .carousel-control,
  #owl-power-of-change .carousel-control {
    margin-top: -75px;
    height: 120px;
    width: 69px;
  }
  .carousel .carousel-control .icon,
  #owl-power-of-change .carousel-control .icon {
    font-size: 120px;
  }
}
.no-js .carousel {
  display: block;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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;
}
.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,
.modal-footer .form-actions input + .form-actions input {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .form-actions input + .form-actions input {
  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;
  }
}
.power-of-change {
  position: relative;
}
.power-of-change .anchor {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  top: -70px;
  left: 0;
  visibility: hidden;
}
.power-of-change .hashlink {
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.power-of-change > #agenda {
  padding-bottom: 75px ;
}
.power-of-change > #agenda .tab-content .tab-pane .agenda-item {
  padding: 15px 0px;
  margin: 0px 30px;
  border-bottom: 2px solid #E1E1E6;
}
.power-of-change > #agenda .tab-pane .agenda-item:last-child {
  border-bottom: 0px;
}
.power-of-change > #agenda .agenda-item .time {
  color: #0084C8;
  font-size: 1.4em;
  padding: 0px;
}
.power-of-change > #agenda .agenda-item .agenda-title {
  font-weight: 700;
  font-size: 1.4em;
}
.power-of-change > #agenda .agenda-item .agenda-details {
  padding: 0px;
  vertical-align: top;
}
.power-of-change > #agenda .agenda-item .speakers {
  color: #888888;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
.power-of-change > #agenda .agenda-item .description {
  color: #888888;
  padding-top: 8px;
}
@media (max-width: 460px) {
  .power-of-change > #agenda .agenda-nav-hide {
    display: none;
  }
  .power-of-change > #agenda .agenda-weds-show {
    display: inline !important;
  }
}
.power-of-change > #advisory-board .board-member {
  padding: 15px;
  border-bottom: 2px solid #E1E1E6;
  height: 135px;
}
.power-of-change > #advisory-board .board-member > .board-name {
  font-size: 22px;
  padding: 0px;
  font-weight: 700;
}
.power-of-change > #advisory-board .board-member > .board-title {
  font-size: 18px;
  line-height: 1;
  color: #a8a8a8;
  padding: 0px;
}
.power-of-change > #advisory-board .board-member > .board-company {
  font-size: 18px;
  color: #0084C8;
  padding: 0px;
}
@media (max-width: 480px) {
  .power-of-change > #advisory-board .board-member > .board-title {
    font-size: 16px;
    line-height: 1;
    color: #a8a8a8;
    padding: 0px;
  }
  .power-of-change > #advisory-board .board-member > .board-company {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .power-of-change > #advisory-board .board-member {
    min-height: 100px;
    height: auto !important;
  }
}
.power-of-change > #speakers .individual-speaker {
  cursor: pointer;
}
/* Agenda Tabs */
.power-of-change > #agenda .agenda-tabs {
  border-bottom: 5px solid #0084C8;
}
.power-of-change > #agenda .month-dow {
  line-height: 1;
  padding-left: 10px;
}
.power-of-change > #agenda .month {
  color: rgba(0, 0, 0, 0.23);
  letter-spacing: 0.1em;
  font-size: .8em;
  display: inline-block;
}
.power-of-change > #agenda .date_num {
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.1em;
  float: left;
  position: relative;
  top: -8px;
}
.power-of-change > #agenda .dow {
  font-size: 24px;
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 10px;
}
.power-of-change #agenda-tab-list li.label {
  padding-top: 15px;
}
.power-of-change #agenda-tab-list .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.power-of-change #agenda-tab-list .nav > li {
  position: relative;
  display: block;
}
.power-of-change #agenda-tab-list .nav > li > a {
  position: relative;
  display: block;
  padding: 8px 13px;
  color: #4f4f55;
}
.power-of-change #agenda-tab-list .nav > li > a:hover,
.power-of-change #agenda-tab-list .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.power-of-change #agenda-tab-list .nav > li.disabled > a {
  color: #777777;
}
.power-of-change #agenda-tab-list .nav > li.disabled > a:hover,
.power-of-change #agenda-tab-list .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.power-of-change #agenda-tab-list .nav .open > a,
.power-of-change #agenda-tab-list .nav .open > a:hover,
.power-of-change #agenda-tab-list .nav .open > a:focus {
  background-color: transparent;
  border-color: #0282bf;
}
.power-of-change #agenda-tab-list .nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.power-of-change #agenda-tab-list .nav > li > a > img {
  max-width: none;
}
.power-of-change #agenda-tab-list .nav-tabs {
  border-bottom: 0px;
}
.power-of-change #agenda-tab-list .nav-tabs > li {
  float: left;
  margin-bottom: -11px !important;
}
.power-of-change #agenda-tab-list .nav-tabs .col-xs-4 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.power-of-change #agenda-tab-list .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  font-weight: 700;
  text-align: center;
  max-width: 280px;
}
.power-of-change #agenda-tab-list .nav-tabs > li > a:hover {
  border-color: transparent;
}
.power-of-change #agenda-tab-list .nav-tabs > li.active .month {
  color: rgba(255, 255, 255, 0.23);
}
.power-of-change #agenda-tab-list .nav-tabs > li.active > a,
.power-of-change #agenda-tab-list .nav-tabs > li.active > a:hover,
.power-of-change #agenda-tab-list .nav-tabs > li.active > a:focus {
  color: #FFFFFF;
  background-color: #0084C8;
  border: 0px;
  border-bottom-color: transparent;
  cursor: default;
}
.power-of-change #agenda-tab-list .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.power-of-change #agenda-tab-list .nav-tabs.nav-justified > li {
  float: none;
}
.power-of-change #agenda-tab-list .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.power-of-change #agenda-tab-list .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) and (max-width: 900px) {
  .power-of-change #agenda-tab-list .nav > li > a {
    padding: 8px 10px;
  }
  .power-of-change #agenda-tab-list .nav-tabs > li > a {
    max-width: 220px;
  }
  .power-of-change > #agenda .month-dow {
    line-height: 1;
    padding-left: 10px;
  }
  .power-of-change > #agenda .month {
    font-size: .7em;
  }
  .power-of-change > #agenda .date_num {
    font-size: 52px;
    line-height: 1;
    position: relative;
    top: 0;
  }
  .power-of-change > #agenda .dow {
    font-size: 20px;
    position: relative;
    top: -7px;
    padding-left: 10px;
  }
  .power-of-change #agenda-tab-list .nav-tabs > li {
    margin-bottom: -5px !important;
  }
}
@media (min-width: 667px) and (max-width: 768px) {
  .power-of-change #agenda-tab-list .nav > li > a {
    padding: 0px 10px;
  }
  .power-of-change #agenda-tab-list .nav-tabs > li > a {
    max-width: 200px;
  }
  .power-of-change > #agenda .month-dow {
    line-height: 1;
    padding-left: 5px;
  }
  .power-of-change > #agenda .month {
    font-size: .7em;
  }
  .power-of-change > #agenda .date_num {
    font-size: 42px;
    line-height: 1;
    position: relative;
    top: 5px;
  }
  .power-of-change > #agenda .dow {
    font-size: 18px;
    position: relative;
    padding-left: 5px;
    top: -10px;
  }
  .power-of-change #agenda-tab-list .nav-tabs > li {
    margin-bottom: -5px !important;
  }
}
@media (min-width: 480px) and (max-width: 667px) {
  .power-of-change #agenda-tab-list .nav > li > a {
    padding: 0px 10px;
  }
  .power-of-change #agenda-tab-list .nav-tabs > li > a {
    max-width: 150px;
  }
  .power-of-change > #agenda .month-dow {
    line-height: 1;
    padding-left: 5px;
  }
  .power-of-change > #agenda .month {
    font-size: .7em;
  }
  .power-of-change > #agenda .date_num {
    font-size: 62px;
    line-height: 1;
    position: relative;
    width: 120px;
    top: 10px;
  }
  .power-of-change > #agenda .dow {
    font-size: 17px;
    position: relative;
    padding-left: 0px;
    top: -10px;
  }
  .power-of-change #agenda-tab-list .nav-tabs > li {
    margin-bottom: -5px !important;
  }
}
@media (max-width: 480px) {
  .power-of-change #agenda-tab-list .nav > li > a {
    padding: 0px 10px;
  }
  .power-of-change #agenda-tab-list .nav-tabs > li > a {
    width: 90% !important;
  }
  .power-of-change > #agenda .month-dow {
    line-height: 1;
    padding-left: 5px;
  }
  .power-of-change > #agenda .month {
    font-size: .7em;
  }
  .power-of-change > #agenda .date_num {
    font-size: 62px;
    line-height: 1;
    position: relative;
    width: 90% !important;
    top: 10px;
  }
  .power-of-change > #agenda .dow {
    font-size: 16px;
    position: relative;
    padding-left: 0px;
    top: -10px;
  }
  .power-of-change #agenda-tab-list .nav-tabs > li {
    margin-bottom: -5px !important;
  }
}
@media (min-width: 768px) {
  .power-of-change #agenda-tab-list .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .power-of-change #agenda-tab-list .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.power-of-change #agenda-tab-list .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.power-of-change #agenda-tab-list .nav-tabs.nav-justified > .active > a,
.power-of-change #agenda-tab-list .nav-tabs.nav-justified > .active > a:hover,
.power-of-change #agenda-tab-list .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .power-of-change #agenda-tab-list .nav-tabs.nav-justified > li > a {
    border-bottom: 0px;
    border-radius: 0 0 0 0;
  }
  .power-of-change #agenda-tab-list .nav-tabs.nav-justified > .active > a,
  .power-of-change #agenda-tab-list .nav-tabs.nav-justified > .active > a:hover,
  .power-of-change #agenda-tab-list .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* End Agenda Tabs */
.power-of-change .page-nav ul,
.power-of-change .page-nav li {
  margin-bottom: 0px;
}
.carousel .owl-item img,
#owl-power-of-change .owl-item .speaker-img img {
  max-width: 100%;
}
.power-of-change #speakers {
  padding: 50px 0px;
  background: #242222;
}
.power-of-change #speakers h3 {
  color: #FFFFFF;
}
.power-of-change #speakers .dark-main-text {
  color: #cacaca;
}
.power-of-change #speakers .speaker-name {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #FFFFFF;
}
.power-of-change #speakers .speaker-title {
  color: rgba(255, 255, 255, 0.36);
  font-size: 16px;
  padding-top: 5px;
}
.power-of-change .speaker-img-col img {
  width: 100%;
}
.power-of-change .speaker-name-modal {
  font-size: 46px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
}
.power-of-change .speaker-title-modal {
  font-size: 20px;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.36);
}
.power-of-change .speaker-bio-modal {
  font-size: 0.8em;
  color: #2a2a2a;
  padding-top: 10px;
}
/* Modal Changes */
.power-of-change .modal-header {
  border-bottom: 0px !important;
  padding: 0px !important;
  text-align: right;
}
.power-of-change button {
  font-size: 50px !important;
  line-height: 40px !important;
  border: 0px !important;
}
.power-of-change .close {
  background: #98caeb;
  margin-top: 0px !important;
}
/* Testimonial Section */
.power-of-change #testimonials .testimonial-overlay {
  background: #000000;
  position: relative;
  min-height: 450px;
}
.power-of-change #testimonials .photos-testimonial,
.power-of-change #testimonials .content-testimonial {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.power-of-change #testimonials .photos-testimonial div {
  min-height: 450px;
  opacity: 0.37;
  filter: alpha(opacity=37);
  /* For IE8 and earlier */
}
.power-of-change #testimonials .content-testimonial {
  z-index: 10;
  padding: 75px 0px;
}
.power-of-change #testimonials .photos-01 div,
.power-of-change #testimonials .photos-02 div {
  min-height: 300px;
}
.power-of-change #testimonials .testimonial-text {
  font-size: 55px;
  line-height: 60px;
  color: #FFFFFF;
  font-weight: 700;
}
.power-of-change #testimonials .testimonial-from {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.power-of-change #testimonials .testimonial-register {
  margin-top: 15px;
}
@media (max-width: 480px) {
  .power-of-change #testimonials .photos-01 div,
  .power-of-change #testimonials .photos-02 div {
    min-height: 150px;
  }
  .power-of-change #testimonials .photos-testimonial div,
  .power-of-change #testimonials .testimonial-overlay {
    min-height: 500px;
  }
  .power-of-change #testimonials .testimonial-text {
    font-size: 27px;
    line-height: 31px;
  }
  .power-of-change #testimonials .testimonial-from {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
  }
  .power-of-change #testimonials .testimonial-register {
    margin-top: 10px;
  }
  .power-of-change #testimonials .content-testimonial {
    z-index: 10;
    padding: 60px 0px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .power-of-change #testimonials .photos-01 div,
  .power-of-change #testimonials .photos-02 div {
    min-height: 225px;
  }
  .power-of-change #testimonials .testimonial-text {
    font-size: 39px;
    line-height: 44px;
  }
  .power-of-change #testimonials .photos-testimonial div,
  .power-of-change #testimonials .testimonial-overlay {
    min-height: 500px;
  }
  .power-of-change #testimonials .testimonial-from {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
  }
  .power-of-change #testimonials .testimonial-register {
    margin-top: 10px;
  }
  .power-of-change #testimonials .content-testimonial {
    z-index: 10;
    padding: 50px 0px;
  }
}
@media (min-width: 480px) and (max-width: 600px) {
  .power-of-change #testimonials .photos-01 div,
  .power-of-change #testimonials .photos-02 div {
    min-height: 225px;
  }
  .power-of-change #testimonials .testimonial-text {
    font-size: 33px;
    line-height: 39px;
  }
  .power-of-change #testimonials .photos-testimonial div,
  .power-of-change #testimonials .testimonial-overlay {
    min-height: 500px;
  }
  .power-of-change #testimonials .testimonial-from {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
  }
  .power-of-change #testimonials .testimonial-register {
    margin-top: 10px;
  }
  .power-of-change #testimonials .content-testimonial {
    z-index: 10;
    padding: 50px 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .power-of-change #testimonials .testimonial-text {
    font-size: 41px;
    line-height: 46px;
  }
  .power-of-change #testimonials .testimonial-from {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
  }
  .power-of-change #testimonials .testimonial-register {
    margin-top: 10px;
  }
  .power-of-change #testimonials .content-testimonial {
    z-index: 10;
    padding: 50px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .power-of-change #testimonials .testimonial-text {
    font-size: 45px;
    line-height: 50px;
  }
  .power-of-change #testimonials .testimonial-from {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
  }
  .power-of-change #testimonials .testimonial-register {
    margin-top: 10px;
  }
  .power-of-change #testimonials .content-testimonial {
    z-index: 10;
    padding: 100px 0px;
  }
}
/* Advisory Board Filter Syling */
@media (min-width: 992px) {
  .power-of-change #advisory-board .board-member:nth-last-of-type(3),
  .power-of-change #advisory-board .board-member:nth-last-of-type(2),
  .power-of-change #advisory-board .board-member:nth-last-of-type(1) {
    border-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .power-of-change #advisory-board .board-member:nth-last-of-type(1),
  .power-of-change #advisory-board .board-member:nth-last-of-type(2) {
    border-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .power-of-change #advisory-board .board-member:nth-last-of-type(1) {
    border-bottom: 0px;
  }
}
.power-of-change #advisory-board {
  padding: 50px 0px;
}
.power-of-change #advisory-tab-list li.label {
  padding-top: 15px;
}
.power-of-change #advisory-tab-list .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.power-of-change #advisory-tab-list .nav > li {
  position: relative;
  display: block;
}
.power-of-change #advisory-tab-list .nav > li > a {
  position: relative;
  display: block;
  padding: 8px 10px;
}
.power-of-change #advisory-tab-list .nav > li > a:hover,
.power-of-change #advisory-tab-list .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.power-of-change #advisory-tab-list .nav > li.disabled > a {
  color: #777777;
}
.power-of-change #advisory-tab-list .nav > li.disabled > a:hover,
.power-of-change #advisory-tab-list .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.power-of-change #advisory-tab-list .nav .open > a,
.power-of-change #advisory-tab-list .nav .open > a:hover,
.power-of-change #advisory-tab-list .nav .open > a:focus {
  background-color: transparent;
  border-color: #0282bf;
}
.power-of-change #advisory-tab-list .nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.power-of-change #advisory-tab-list .nav > li > a > img {
  max-width: none;
}
.power-of-change #advisory-tab-list .nav-tabs {
  border-bottom: 0px;
}
.power-of-change #advisory-tab-list .nav-tabs > li {
  float: left;
  margin-bottom: -5px !important;
}
.power-of-change #advisory-tab-list .nav-tabls > li:last-child {
  margin-left: -14px !important;
}
.power-of-change #advisory-tab-list .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  font-weight: 700;
  color: #bbbbbb;
}
.power-of-change #advisory-tab-list .nav-tabs > li > a:hover {
  border-color: transparent;
  color: #0084C8;
}
.power-of-change #advisory-tab-list .nav-tabs > li.active > a,
.power-of-change #advisory-tab-list .nav-tabs > li.active > a:hover,
.power-of-change #advisory-tab-list .nav-tabs > li.active > a:focus {
  color: #FFFFFF;
  background-color: #0084C8;
  border: 0px;
  border-bottom-color: transparent;
  cursor: default;
}
.power-of-change #advisory-tab-list .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.power-of-change #advisory-tab-list .nav-tabs.nav-justified > li {
  float: none;
}
.power-of-change #advisory-tab-list .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.power-of-change #advisory-tab-list .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .power-of-change #advisory-tab-list .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .power-of-change #advisory-tab-list .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.power-of-change #advisory-tab-list .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.power-of-change #advisory-tab-list .nav-tabs.nav-justified > .active > a,
.power-of-change #advisory-tab-list .nav-tabs.nav-justified > .active > a:hover,
.power-of-change #advisory-tab-list .nav-tabs.nav-justified > .active > a:focus {
  border: 0px;
}
@media (min-width: 768px) {
  .power-of-change #advisory-tab-list .nav-tabs.nav-justified > li > a {
    border-bottom: 0px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .power-of-change #advisory-tab-list .nav-tabs.nav-justified > .active > a,
  .power-of-change #advisory-tab-list .nav-tabs.nav-justified > .active > a:hover,
  .power-of-change #advisory-tab-list .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
/* Navigation */
#poc-navigation {
  margin-top: -23px;
}
@media (min-width: 768px) {
  #poc-navigation {
    margin-top: -41px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .power-of-change .navbar-inverse .navbar-toggle {
    display: none;
  }
}
@media (min-width: 1200px) {
  #poc-navigation {
    margin-top: -41px;
  }
}
.power-of-change .navbar .navbar-nav {
  display: inline-block !important;
  float: none !important;
}
.power-of-change .navbar .navbar-collapse {
  text-align: center !important;
}
.power-of-change #poc-navigation .navbar-nav {
  margin: 0px;
}
.power-of-change #poc-navigation .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .power-of-change #poc-navigation .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .power-of-change #poc-navigation .navbar-nav .open .dropdown-menu > li > a,
  .power-of-change #poc-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .power-of-change #poc-navigation .navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
  }
  .power-of-change #poc-navigation .navbar-nav > li > a {
    padding: 10px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-weight: 700;
    margin: 20px 0px;
  }
  .power-of-change #poc-navigation .navbar-nav > li:last-of-type > a {
    border: 1px solid #0084C8;
    background: #0084C8;
  }
  .power-of-change #poc-navigation .navbar-nav > li:last-of-type > a:hover {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #000000;
  }
  .power-of-change #poc-navigation .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-weight: 700;
  }
  .power-of-change #poc-navigation .navbar-nav > li > a:hover,
  .power-of-change #poc-navigation .navbar-nav > li > a:focus,
  .power-of-change #poc-navigation .navbar-nav > li > a:active {
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
  }
  .power-of-change #poc-navigation .navbar-nav .open .dropdown-menu > li > a:hover,
  .power-of-change #poc-navigation .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .power-of-change #poc-navigation .navbar-nav {
    float: left;
    margin: 0;
  }
  .power-of-change #poc-navigation .navbar-nav > li {
    float: left;
    margin: 10px 5px;
  }
  .power-of-change #poc-navigation .navbar-nav > li > a {
    padding: 10px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-weight: 700;
  }
  .power-of-change #poc-navigation .navbar-nav > li > a:hover,
  .power-of-change #poc-navigation .navbar-nav > li > a:focus,
  .power-of-change #poc-navigation .navbar-nav > li > a:active {
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
  }
  .power-of-change #poc-navigation .navbar-nav > li:last-of-type > a {
    border: 1px solid #0084C8;
    background: #0084C8;
  }
  .power-of-change #poc-navigation .navbar-nav > li:last-of-type > a:hover {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #000000;
  }
}
.power-of-change #poc-navigation .navbar-brand img {
  height: 40px;
  margin-top: -10px;
}
.ft-affix {
  width: 200px;
}
.power-of-change #poc-navigation #nav.affix {
  position: fixed;
  top: 0px;
  width: 100%;
}
.power-of-change #poc-navigation #nav {
  background: #000000 !important;
}
.power-of-change #poc-navigation #nav > .navbar-collapse > ul > li > a {
  color: #FFFFFF;
}
.power-of-change #poc-navigation #nav > .navbar-collapse > ul > .active > a {
  background: #FFFFFF;
  color: #000000;
}
.power-of-change #poc-navigation #nav > .navbar-collapse > ul > li > a:focus {
  background: #FFFFFF;
  color: #000000;
}
.power-of-change .navbar-inverse .navbar-toggle {
  margin-top: 15px;
}
.power-of-change .navbar-inverse .navbar-toggle:hover,
.power-of-change .navbar-inverse .navbar-toggle:focus {
  background-color: #0084C8;
}
.power-of-change .affix {
  top: 0 !important;
  z-index: 100 !important;
}
.power-of-change #poc-navigation .navbar-nav > li.active a {
  background: #FFFFFF !important;
  color: #000000;
  border: 1px solid #FFFFFF !important;
}
/* End Navigation Styles */
