@charset "UTF-8";
/*
 *  External library overrides
 *
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 *  Core variables and mixins
 *
 */
/*
 *  Reset and dependencies
 *
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline 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;
}

.page {
  padding: 0;
}

.print-style-pdf {
  /*
    Common styles
  */
  font-size: 12px;
  color: #455A64;
  font-family: "Source Sans Pro", "sans-serif";
  /*
    Header
  */
  /*
    Footer
  */
}
.print-style-pdf h3 {
  font-size: 14px;
  font-weight: 600;
}
.print-style-pdf a {
  color: #337ab7;
  text-decoration: none;
}
.print-style-pdf p {
  font-size: 12px;
  line-height: 20px;
}
.print-style-pdf section {
  margin-bottom: 20px;
}
.print-style-pdf .field--items .field--item {
  margin-bottom: 5px;
}
.print-style-pdf .orange {
  color: #ed8b00;
}
.print-style-pdf .blue {
  color: #337ab7;
}
.print-style-pdf .left {
  float: left;
  width: 50%;
  text-align: left;
}
.print-style-pdf .right {
  float: right;
  width: 50%;
  text-align: right;
}
.print-style-pdf header {
  text-align: right;
}
.print-style-pdf .about-sourcewell h2 {
  display: none;
}
.print-style-pdf .disclaimer h2 {
  display: none;
}
.print-style-pdf footer {
  position: fixed;
  bottom: 0cm;
  left: 0cm;
  right: 0cm;
  height: 2cm;
  text-align: center;
}
.print-style-pdf footer p {
  font-size: 12px;
}
.print-style-pdf footer .text {
  font-size: 6px;
  line-height: 8px;
}

/*
 *  Core CSS
 *
 */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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 > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

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: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.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;
}

@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: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 6px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

/*
 *  Components
 *
 */
.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .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 {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  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 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  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 {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 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-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: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 {
  border-top-right-radius: 0;
  border-bottom-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 {
  border-top-left-radius: 0;
  border-bottom-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 {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-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, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-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-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@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-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-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, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.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: #090909;
}
.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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .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: #090909;
  }
  .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-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-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, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.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: 15px;
}
.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;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -ms-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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*
 *  Utility classes
 *
 */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 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: 1279px) {
  .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: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .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: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .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: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .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;
  }
}
/*
 *  Bootstrap Override
 *
 */
/*
 *  Fix - iPad zoom on input text smaller than 16px
 *
 */
@media (min-width: 768px) {
  form select,
  form textarea,
  form input,
  form input:focus,
  form input:hover {
    font-size: 16px !important;
  }
}
/*
 *  Fix - Remove arrow controls on number fields
 *
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*
 *  Fix - Some instances bootstrap modal window can get stuck and not scroll internally on input focus
 *
 */
.modal {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: auto !important;
  z-index: 10001;
  top: 25%;
}

.modal-backdrop {
  z-index: 10000;
}

.navbar-fixed-top {
  z-index: 2030;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ; /*lte IE 8*/
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.sitemap .description {
  margin-bottom: 0.5em;
}

.sitemap .sitemap-box {
  margin-bottom: 1em;
}

.sitemap .sitemap-box ul {
  padding-left: 1.5em;
}

.sitemap .sitemap-box ul ul {
  margin: 0;
}

/* Styles when RSS icons are displayed on the left. */
.sitemap .sitemap-rss-left ul {
  padding-left: 0;
}

.sitemap .sitemap-rss-left li {
  background-image: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sitemap .sitemap-rss-left ul li li {
  padding-left: 1.5em;
}

/*
 *  Variables and mixins
 *
 */
/*
 *  Font-smoothing 
 *
 */
/*
 *  Font-face Based on http://codepen.io/javasteve99/pen/hDxpn
 *
 */
/*
 *  Layout
 *
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 18px;
  overflow-x: hidden;
  color: #455A64;
}
@media (min-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

.material-icons {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Material Icons";
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased; /* Support for all WebKit browsers. */
  text-rendering: optimizeLegibility; /* Support for Safari and Chrome. */
  -moz-osx-font-smoothing: grayscale; /* Support for Firefox. */
  font-feature-settings: "liga"; /* Support for IE. */
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

h1,
.h1 {
  font-size: 42px;
  font-weight: 100;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 100;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 24px 0;
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0;
}

p {
  line-height: 30px;
  margin-bottom: 18px;
}

hr {
  border: 1px solid #D7DCE1;
  margin: 30px 0;
}
hr.empty {
  border: 0;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 18px;
}

ol {
  margin-left: 36px;
}

.lead {
  font-size: 18px;
  font-weight: bold;
}

.rte h2 {
  color: #003349;
  font-size: 24px;
  font-weight: 600;
}
.rte h3 {
  font-size: 20px;
  font-weight: 600;
}
.rte ul {
  list-style: none;
  margin-bottom: 30px;
}
.rte ul.two-col {
  column-count: 1;
}
@media screen and (min-width: 480px) {
  .rte ul.two-col {
    column-count: 2;
  }
}
.rte ul li {
  line-height: 2em;
  padding-left: 1.5em;
  text-indent: -0.5em;
}
.rte ul li::before {
  content: "\e836";
  color: #ED8B00;
  font-family: "Material Icons";
  font-size: 8px;
  top: -0.2em;
  left: -2em;
  position: relative;
}
.rte h1:empty,
.rte h2:empty,
.rte h3:empty,
.rte h4:empty,
.rte h5:empty,
.rte h6:empty,
.rte p:empty,
.rte li:empty {
  display: none;
}

.field--type-text-with-summary ul {
  list-style: none;
  margin-bottom: 30px;
}
.field--type-text-with-summary ul.two-col {
  column-count: 1;
}
@media screen and (min-width: 480px) {
  .field--type-text-with-summary ul.two-col {
    column-count: 2;
  }
}
.field--type-text-with-summary ul li {
  line-height: 2em;
  padding-left: 1.5em;
  text-indent: -0.5em;
}
.field--type-text-with-summary ul li::before {
  content: "\e836";
  color: #ED8B00;
  font-family: "Material Icons";
  font-size: 8px;
  top: -0.2em;
  left: -2em;
  position: relative;
}

.icon {
  margin: 4px;
}
.icon .screenreader {
  display: none;
}

.icon-right-arrow::after,
.icon-right-arrow.external-link::after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: inherit;
  left: 0;
  margin-left: 3px;
  position: relative;
  transition: left 0.2s ease;
  vertical-align: middle;
}
.icon-right-arrow:hover::after,
.icon-right-arrow.external-link:hover::after {
  left: 2px;
}

.icon-left-arrow::before,
.icon-left-arrow.external-link::before {
  content: "\e5c4";
  font-family: "Material Icons";
  font-size: inherit;
  left: 0;
  margin-right: 3px;
  position: relative;
  transition: left 0.2s ease;
  vertical-align: middle;
}
.icon-left-arrow:hover::before,
.icon-left-arrow.external-link:hover::before {
  left: -2px;
}

.icon-top-arrow:hover, .icon-top-arrow:focus, .icon-top-arrow:active {
  text-decoration: none;
}
.icon-top-arrow::after {
  content: "\e5d8";
  font-family: "Material Icons";
  font-size: inherit;
  left: 0;
  margin-left: 3px;
  position: relative;
  vertical-align: middle;
}

.external-link:hover, .external-link:focus, .external-link:active {
  text-decoration: none;
}
.external-link::after {
  content: "\e89e";
  font-family: "Material Icons";
  font-size: inherit;
  left: 0;
  margin-left: 3px;
  position: relative;
  vertical-align: middle;
}

a[href^="https://"]:not([href*="sourcewell.com"], [href*="sourcewell.co"], [href*=sourcewell-mn], [href*="sourcewell.gov"], [href*="mn.org"], [href*="sourcewell.org"], [href*=cvent], [href*=springmath], [href*=filteredeffect], [href*=proliftic], [href*=studentprivacypledge], [class=internal-links]):after {
  content: "\e89e";
  font-family: "Material Icons";
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  margin-left: 3px;
  position: relative;
  vertical-align: middle;
}

a[href^="http://"]:not([href*="sourcewell.com"], [href*="sourcewell.co"], [href*=sourcewell-mn], [href*="sourcewell.gov"], [href*="mn.org"], [href*="sourcewell.org"], [href*=cvent], [href*=springmath], [href*=filteredeffect], [href*=proliftic], [href*=studentprivacypledge], [class=internal-links]):after {
  content: "\e89e";
  font-family: "Material Icons";
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  margin-left: 3px;
  position: relative;
  vertical-align: middle;
}

a[href^="https://"]:not([href*="sourcewell.com"], [href*="sourcewell.co"], [href*=sourcewell-mn], [href*="sourcewell.gov"], [href*="mn.org"], [href*="sourcewell.org"], [href*=cvent], [href*=springmath], [href*=filteredeffect], [href*=proliftic], [href*=studentprivacypledge], [class=internal-links]) h3:after {
  content: "\e89e";
  font-family: "Material Icons";
  font-size: 20px;
  padding-left: 3px;
  margin-top: 4px;
  margin-left: 3px;
}

a[href^="http://"]:not([href*="sourcewell.com"], [href*="sourcewell.co"], [href*=sourcewell-mn], [href*="sourcewell.gov"], [href*="mn.org"], [href*="sourcewell.org"], [href*=cvent], [href*=springmath], [href*=filteredeffect], [href*=proliftic], [href*=studentprivacypledge], [class=internal-links]) h3:after {
  content: "\e89e";
  font-family: "Material Icons";
  font-size: 20px;
  padding-left: 3px;
  margin-top: 4px;
  margin-left: 3px;
}

a[href*="sourcewell.equallevel.com"]:after, [href*="sourcewell.website"]:after {
  content: "\e89e";
  font-family: "Material Icons";
  font-size: inherit;
  margin-left: 3px;
  position: relative;
  vertical-align: middle;
}

a:is([href*="sourcewell.equallevel.com"], [href*="sourcewell.website"]) h3:after {
  content: "\e89e";
  font-family: "Material Icons";
  font-size: 20px;
  padding-left: 3px;
  margin-top: 4px;
  margin-left: 3px;
}

.download-link:hover, .download-link:focus, .download-link:active {
  text-decoration: none;
}
.download-link::after {
  content: "\e884";
  font-family: "Material Icons";
  font-size: inherit;
  left: 0;
  margin-left: 3px;
  position: relative;
  vertical-align: middle;
}

.file-icon {
  vertical-align: middle;
}
.file-icon .icon:before {
  content: "\e24d";
  font-family: "Material Icons";
  font-size: inherit;
  color: inherit;
  line-height: 1;
}
.file-link a {
  text-decoration: none;
  font-weight: 600;
}
.file-link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .file-link a {
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
  }
}
.file-size {
  display: inline-block;
  padding: 0 5px;
}

.btn-link {
  border: 0;
  font-weight: bold;
  font-size: 18px;
  padding-left: 0;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link.external::after {
  content: "\e895";
  font-family: "Material Icons";
  font-size: inherit;
  left: 0;
  margin-left: 3px;
  position: relative;
  transition: left 0.2s ease;
  vertical-align: middle;
}

.btn-default {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
}
.btn-default:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-default-primary {
  background-color: transparent;
  border: 2px solid #027abb;
  color: #027ABB;
  font-weight: 600;
}
.btn-default-primary:hover {
  background-color: transparent;
  border-color: #027abb;
  color: #027abb;
}

.btn-default-secondary {
  background-color: transparent;
  border: 2px solid #EA7600;
  color: #EA7600;
  font-weight: 600;
}
.btn-default-secondary:hover {
  background-color: transparent;
  border-color: #EA7600;
  color: #EA7600;
}

.btn-primary {
  background: #027abb;
  border: 0;
  font-weight: 600;
  padding: 12px 18px;
}
.btn-primary::before {
  background: #027abb;
}
.btn-primary:hover, .btn-primary:active {
  background: #06669d;
}

.btn-wide {
  padding: 6px 24px;
}

.hvr-shutter {
  background: transparent;
  display: inline-block;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
}
.hvr-shutter::before {
  border-radius: 6px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  z-index: -1;
}
.hvr-shutter:hover::before, .hvr-shutter:focus::before, .hvr-shutter:active::before {
  opacity: 1;
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  transition: all 0.3s ease-in-out;
}

.btn-select {
  border-radius: 6px;
  border: 1px solid #D7DCE1 !important;
  font-size: 16px;
  position: relative;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.btn-select.btn.active:focus {
  outline: 0;
}
.btn-select.active {
  box-shadow: none;
}
.btn-select.active:focus {
  box-shadow: none;
}
.btn-select.active .btn-select-arrow {
  box-shadow: none;
}
.btn-select-value {
  padding: 6px 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 34px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn-select-arrow {
  float: right;
  font-size: 20px;
  line-height: 20px;
  padding: 8px 10px;
  top: 0;
}
.btn-select ul {
  display: none;
  background-color: #fff;
  color: #000;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 33px;
  z-index: 999;
}
.btn-select ul li {
  color: #455A64;
  padding: 6px 12px;
  text-align: left;
}
.btn-select ul li.selected {
  color: #455A64;
}
.btn-select.btn-default {
  background: #fff;
  color: #455A64;
}
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
  border-color: #D7DCE1;
  color: inherit;
}
.btn-select.btn-default ul {
  background-color: #fff;
  border: 1px solid #D7DCE1;
}
.btn-select.btn-default ul li.selected {
  background-color: #F7F8F9;
}
.btn-select.btn-default .btn-select-value {
  background-color: inherit;
  border-radius: 6px;
}
.btn-select.btn-default:hover, .btn-select.btn-default.active {
  background-color: #F7F8F9;
}
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
  border-color: #286090;
}
.btn-select.btn-primary ul {
  border: #2e6da4 1px solid;
}
.btn-select.btn-primary ul li.selected {
  background-color: #2e6da4;
  color: #fff;
}
.btn-select.btn-primary .btn-select-value {
  background-color: #428bca;
  border: #2e6da4 1px solid;
}
.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
  background-color: #F7F8F9;
}
.btn-select.btn-select-light .btn-select-value {
  background-color: white;
  color: #455A64;
}

.general-card {
  background: #fff;
  border-bottom: 8px solid #ED8B00;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .general-card {
    width: 80%;
  }
}
.general-card__header {
  background-color: #506D85;
  background-image: url("../images/shape-bg.svg");
  background-size: 100%;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .general-card__header {
    padding: 48px;
  }
}
.general-card__header h2 {
  color: #fff;
  font-weight: 100;
  font-size: 30px;
  margin: 0 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .general-card__header h2 {
    font-size: 42px;
  }
}
.general-card__body {
  font-size: 18px;
  padding: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .general-card__body {
    font-size: 20px;
    padding: 30px 48px;
  }
}
.general-card__body .btn {
  font-size: 16px;
  font-weight: 700;
  margin: 30px auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (min-width: 768px) {
  .general-card__body .btn {
    font-size: 16px;
    margin: 30px auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.general-card__body .smalltext {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .general-card__body .smalltext {
    font-size: 16px;
  }
}

.inline-contact,
.inline-user {
  margin: 6px 0;
}

.slick-disabled {
  cursor: default;
}

.tabs--primary {
  z-index: 10;
  position: relative;
  background: #fff;
}

.toolbar-oriented .toolbar-bar {
  z-index: 50502;
}

.login {
  margin: 100px auto;
}

.error-page {
  margin: 100px auto;
  max-width: 1280px;
  width: 100%;
}
.error-page .error-message {
  margin: 0 15px;
}

.component-button-heading {
  text-align: center;
}

.component-heading-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .component-heading-text {
    margin-bottom: 18px;
    margin-top: -6px;
  }
  .component-heading-text .field--name-field-component-heading-text {
    font-size: 24px;
  }
}

.component-button-links {
  padding: 10px;
}

.component-button-links a {
  font-size: 16px;
  margin-bottom: 10px;
}

.paragraph--type--h2-and-buttons-component {
  background-color: rgb(239, 242, 244);
  padding-top: 30px;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--h2-and-buttons-component {
    padding-bottom: 25px;
    padding-top: 0px;
  }
}
.paragraph--type--h2-and-buttons-component .component-button-section {
  padding-top: 10px;
  margin-bottom: -5px;
}

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .hidden-xs {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left;
  }
  .col-ms-1 {
    width: 8.3333333333%;
  }
  .col-ms-2 {
    width: 16.6666666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.3333333333%;
  }
  .col-ms-5 {
    width: 41.6666666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.3333333333%;
  }
  .col-ms-8 {
    width: 66.6666666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.3333333333%;
  }
  .col-ms-11 {
    width: 91.6666666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-pull-1 {
    right: 8.3333333333%;
  }
  .col-ms-pull-2 {
    right: 16.6666666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.3333333333%;
  }
  .col-ms-pull-5 {
    right: 41.6666666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.3333333333%;
  }
  .col-ms-pull-8 {
    right: 66.6666666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.3333333333%;
  }
  .col-ms-pull-11 {
    right: 91.6666666667%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-push-1 {
    left: 8.3333333333%;
  }
  .col-ms-push-2 {
    left: 16.6666666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.3333333333%;
  }
  .col-ms-push-5 {
    left: 41.6666666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.3333333333%;
  }
  .col-ms-push-8 {
    left: 66.6666666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.3333333333%;
  }
  .col-ms-push-11 {
    left: 91.6666666667%;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
}
.visible-xs, .visible-ms {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .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: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important;
  }
  table.visible-ms {
    display: table !important;
  }
  tr.visible-ms {
    display: table-row !important;
  }
  th.visible-ms,
  td.visible-ms {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important;
  }
}
header {
  height: 52px;
  margin: 0;
  width: 100%;
  border-bottom: 2px solid #ED8B00;
}
@media (min-width: 768px) {
  header {
    height: 70px;
  }
}
@media (min-width: 992px) {
  header {
    height: 90px;
  }
}

@media (max-width: 480px) {
  .nopad {
    padding: 0;
  }
}

.stop-scrolling {
  height: 101%;
  overflow-y: scroll;
  position: fixed;
}

.top-nav {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  z-index: 10000;
}
@media (max-width: 768px) {
  .top-nav {
    background: white;
    border-bottom: 2px solid #ED8B00;
  }
}

.top-nav-join {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.header-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin-right: 15px;
  max-width: 264px;
  min-width: 180px;
  height: 52px;
  position: relative;
}
@media (min-width: 768px) {
  .header-logo {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .header-logo {
    height: 90px;
    margin-right: 0;
    padding: 26px 0;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    min-width: 215px;
  }
}

.utility {
  float: right;
  height: 50px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 767px) {
  .utility {
    right: -15px;
    top: 0;
  }
}
@media (min-width: 768px) {
  .utility {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .utility {
    height: 90px;
  }
}
.utility .search a {
  color: #455A64;
}

.nav-container {
  float: left;
  height: 70px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .nav-container {
    display: none;
    height: 50px;
    float: right;
    right: 46px;
  }
}
@media (min-width: 992px) {
  .nav-container {
    height: 90px;
  }
}

.utility-container,
.button-container {
  display: inline-block;
  height: 70px;
  position: relative;
}
@media (min-width: 992px) {
  .utility-container,
  .button-container {
    height: 90px;
  }
}

@media (max-width: 767px) {
  .utility-container {
    float: right;
    height: 50px;
  }
}
.utility-container .search {
  display: inline-table;
}
.utility-container .search .dropdown-menu li {
  margin: 0;
}
.utility-container .search a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.navbar {
  margin-bottom: 0;
  width: 100%;
}

.navbar-nav {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  float: left;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-nav .navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}
.navbar-nav .dropdown-menu {
  border-bottom: 3px solid #506D85;
}
.navbar-nav .nav-link {
  display: table-cell;
  padding: 0 12px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .navbar-nav .nav-link {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.navbar-nav > li {
  display: inline-block;
  line-height: 70px;
  height: 70px;
  min-height: 70px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .navbar-nav > li {
    min-height: 51px;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li {
    line-height: 89px;
    min-height: 84px;
    height: 89px;
  }
}
.navbar-nav > li > a {
  border: 0;
  color: #455A64;
  font-size: 16px;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    line-height: 50px;
  }
}
.navbar-nav > li > a:before {
  content: "";
  background-color: #506D85;
  bottom: 0;
  height: 3px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  width: 30px;
}
.navbar-nav > li > a.dropped:before {
  background-color: transparent;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  background: #EFF2F4;
  border: 0;
  color: #455A64;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before {
  -ms-transform: translate(-50%, 0%) scaleX(2);
      transform: translate(-50%, 0%) scaleX(2);
  visibility: visible;
}
.navbar-nav > li > a.active {
  background: #EFF2F4;
  color: #455A64;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-nav > li > a.active:before {
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  width: 100%;
  visibility: visible;
}
.navbar-nav > li > a .material-icons {
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .navbar-nav > li > a .material-icons {
    font-size: 30px;
  }
}
.navbar-nav > li li a {
  padding: 6px 12px;
}
.navbar-nav > li li:first-of-type a {
  padding: 12px 6px 6px;
}
.navbar-nav > li li:last-of-type a {
  padding: 6px 6px 12px;
}
.navbar-nav .search-dropdown .input-group-addon {
  border-radius: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .search-dropdown .input-group-addon {
    padding: 4px 12px;
  }
}
.navbar-nav .search-dropdown input {
  border-radius: 0;
  color: #455A64;
  height: 50px;
  padding: 0 12px;
  width: 180px;
}
.navbar-nav .search-dropdown input::-ms-clear {
  display: none;
}
.navbar-nav .search-dropdown input:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.navbar-nav .search-dropdown input::placeholder {
  color: rgba(74, 74, 74, 0.5);
}
@media (max-width: 767px) {
  .navbar-nav .search-dropdown input {
    padding: 6px 12px;
    width: 100%;
    height: 30px;
  }
}
.navbar-nav > li.search {
  float: right;
  position: relative;
  right: -50px;
}
@media (max-width: 767px) {
  .navbar-nav > li.search {
    right: 0;
  }
}
.navbar-nav .open.search > .dropdown-menu {
  background: #EFF2F4;
  border: 0;
  border-bottom: 3px solid #506D85;
  box-shadow: none;
  padding: 10px;
  width: 240px;
}
@media (max-width: 767px) {
  .navbar-nav .open.search > .dropdown-menu {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 50px;
    height: 70px;
    padding: 16px;
  }
}
.navbar-nav .open.search > .dropdown-menu .search-dropdown .input-group-addon {
  border-radius: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open.search > .dropdown-menu .search-dropdown .input-group-addon {
    padding: 4px 12px;
  }
}
.navbar-nav .open.search > .dropdown-menu .search-dropdown input {
  border-radius: 0;
  color: #455A64;
  padding: 25px 12px;
  width: 180px;
}
.navbar-nav .open.search > .dropdown-menu .search-dropdown input:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.navbar-nav .open.search > .dropdown-menu .search-dropdown input::placeholder {
  color: rgba(74, 74, 74, 0.5);
}
@media (max-width: 767px) {
  .navbar-nav .open.search > .dropdown-menu .search-dropdown input {
    padding: 16px 12px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .toolbar-fixed .navbar-nav .open.search .dropdown-menu {
    top: 89px !important;
    height: 70px;
    padding: 16px;
  }
}
.toolbar-fixed .site-nav {
  top: 89px;
}

.navbar-toggle .icon-bar {
  background: #455A64;
}

@media (max-width: 767px) {
  .search-dropdown {
    background: #fff;
  }
}
.search-dropdown label {
  display: none;
}
.search-dropdown .input-group-addon {
  background: #fff;
  border-color: transparent;
}
.search-dropdown .form-control {
  border-color: transparent;
  border-right: 0;
  box-shadow: 0 0 0;
}
.search-dropdown button {
  background: transparent;
  border: 0;
  border-color: transparent;
}

.btn-link {
  border: 0;
}

.btn-default {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: normal;
}
.btn-default:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-primary::before {
  background: #06669d;
}

.hvr-shutter {
  background: transparent;
  display: inline-block;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
}
.hvr-shutter::before {
  border-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  z-index: -1;
}
.hvr-shutter:hover::before, .hvr-shutter:focus::before, .hvr-shutter:active::before {
  opacity: 1;
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  transition: all 0.3s ease-in-out;
}

.button-container {
  background-color: #f6f7f8;
  height: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .button-container {
    background-color: transparent;
    text-align: initial;
  }
}
.button-container .btn {
  background: #027abb;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 6px 0;
  padding: 5px 6px;
  width: auto;
}
@media (min-width: 768px) {
  .button-container .btn {
    padding: 5px 6px;
  }
}
@media (min-width: 992px) {
  .button-container .btn {
    margin: 28px auto;
    padding: 5px 15px;
  }
}
.button-container .btn:first-of-type {
  margin: 15px 10px;
}
@media (min-width: 768px) {
  .button-container .btn:first-of-type {
    margin: 18px 3px 18px;
  }
}
@media (min-width: 992px) {
  .button-container .btn:first-of-type {
    margin: 26px 15px 18px 15px;
  }
}
@media (min-width: 768px) {
  .button-container .btn:last-of-type {
    margin: 18px 0 18px 6px;
  }
}
@media (min-width: 992px) {
  .button-container .btn:last-of-type {
    margin: 26px 0 18px 0;
  }
}
.button-container .btn:hover {
  background: #06669d;
  border: 1px solid #06669d;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .button-container {
    height: 70px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .button-container {
    height: 90px;
    text-align: center;
  }
}

header .btn-primary {
  border: 1px solid rgba(74, 74, 74, 0.5);
  color: #455A64;
  height: 32px;
  transition: all 0.3s ease-in-out;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #337ab7;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#topBtn:hover {
  color: #003349;
}

.scrollToEnd {
  bottom: inherit !important;
  margin-top: -50px;
  position: absolute !important;
}

.navbar-nav {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}
.navbar-nav .navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}
.navbar-nav .nav-link {
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .navbar-nav .nav-link {
    padding-bottom: 24px;
    padding-top: 22px;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    padding-bottom: 36px;
    padding-top: 32px;
  }
}
.navbar-nav > li {
  display: inline-block;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  float: initial;
  text-align: center;
}
.navbar-nav > li > a {
  text-decoration: none;
  color: #455A64;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
}
.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin: 0 auto;
  background-color: #506D85;
  visibility: hidden;
  text-align: center;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  transition: all 0.2s ease-in-out 0s;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
}
.navbar-nav > li > a.dropped:before {
  background-color: transparent;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  text-decoration: underline;
  background: #eff2f4;
  color: #455A64;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before {
  visibility: visible;
  -ms-transform: translate(-50%, 0%) scaleX(2);
      transform: translate(-50%, 0%) scaleX(2);
}
.navbar-nav > li > a.active {
  background: #eff2f4;
  color: #455A64;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-nav > li > a.active:before {
  visibility: visible;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  width: 100%;
}
.navbar-nav > li > a .material-icons {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .navbar-nav > li > a .material-icons {
    font-size: 30px;
  }
}
.navbar-nav > li li a {
  padding: 6px 12px;
  text-decoration: underline;
}
.navbar-nav > li li:first-of-type a {
  padding: 12px 6px 6px;
}
.navbar-nav > li li:last-of-type a {
  padding: 6px 6px 12px;
}
.navbar-nav .search-dropdown .input-group-addon {
  border-radius: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .search-dropdown .input-group-addon {
    padding: 4px 12px;
  }
}
.navbar-nav .search-dropdown input {
  border-radius: 0;
  color: #455A64;
  height: 50px;
  padding: 0 12px;
  width: 180px;
}
.navbar-nav .search-dropdown input::-ms-clear {
  display: none;
}
.navbar-nav .search-dropdown input:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.navbar-nav .search-dropdown input::placeholder {
  color: rgba(74, 74, 74, 0.5);
}
@media (max-width: 767px) {
  .navbar-nav .search-dropdown input {
    padding: 6px 12px;
    width: 100%;
    height: 30px;
  }
}
.navbar-nav > li.search {
  float: right;
}
.navbar-nav > li.search a.active {
  background: #EFF2F4;
}
.navbar-nav .open.search > .dropdown-menu {
  background: #EFF2F4;
  border: 0;
  border-bottom: 3px solid #506D85;
  box-shadow: none;
  padding: 10px;
  width: 240px;
}
@media (max-width: 767px) {
  .navbar-nav .open.search > .dropdown-menu {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 50px;
    height: 70px;
    padding: 16px;
  }
}
.navbar-nav .open.search > .dropdown-menu .search-dropdown .input-group-addon {
  border-radius: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open.search > .dropdown-menu .search-dropdown .input-group-addon {
    padding: 4px 12px;
  }
}
.navbar-nav .open.search > .dropdown-menu .search-dropdown input {
  border-radius: 0;
  color: #455A64;
  padding: 6px 12px;
  width: 180px;
}
.navbar-nav .open.search > .dropdown-menu .search-dropdown input:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.navbar-nav .open.search > .dropdown-menu .search-dropdown input::placeholder {
  color: rgba(74, 74, 74, 0.5);
}
@media (max-width: 767px) {
  .navbar-nav .open.search > .dropdown-menu .search-dropdown input {
    padding: 6px 12px;
    width: 100%;
  }
}
.navbar-nav .open > .dropdown-menu {
  border: 0;
  border-bottom: 3px solid #506D85;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 240px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

.greedy-nav {
  height: 70px;
  position: relative;
  min-width: 250px;
  width: 100%;
}
@media (min-width: 992px) {
  .greedy-nav {
    height: 90px;
  }
}
.greedy-nav .hidden-links {
  border: 0;
  border-bottom: 3px solid #506D85;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style: none;
  margin: 0;
  min-width: 240px;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 3;
}
.greedy-nav .hidden-links li > a {
  color: #455A64;
  display: block;
  font-size: 14px;
  padding: 6px 12px;
  background: #fff;
  text-decoration: none;
  text-align: center;
}
.greedy-nav .hidden-links li > a:hover {
  background-color: #f5f5f5;
}
.greedy-nav .hidden-links li:first-of-type a {
  padding: 12px 6px 6px;
}
.greedy-nav .hidden-links li:last-of-type a {
  padding: 6px 6px 12px;
}
.greedy-nav .hidden-links li:only-of-type a {
  padding: 12px 6px;
}
.greedy-nav .hidden-links .dropdown .material-icons {
  display: none;
}
.greedy-nav > button {
  position: absolute;
  height: 100%;
  right: 15px;
  padding: 0 15px;
  border: 0;
  outline: none;
  background-color: transparent;
  color: #455A64;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.greedy-nav > button:hover, .greedy-nav > button.active {
  background-color: #f0f0f0;
}
.greedy-nav > button::after {
  content: attr(count);
  position: absolute;
  width: 24px;
  height: 24px;
  right: -12px;
  top: 21px;
  text-align: center;
  background-color: #d0d0d0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .greedy-nav > button::after {
    top: 31px;
  }
}
.greedy-nav > button:hover::after {
  -ms-transform: scale(1.075);
      transform: scale(1.075);
  background: #d0d0d0;
  color: #455A64;
}
.greedy-nav .hamburger {
  position: relative;
  width: 24px;
  height: 4px;
  background: #fff;
  margin: auto;
}
.greedy-nav .hamburger:before, .greedy-nav .hamburger:after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 4px;
  background: #fff;
}
.greedy-nav .hamburger:before {
  top: -8px;
}
.greedy-nav .hamburger:after {
  bottom: -8px;
}
.greedy-nav .visible-links {
  display: inline-table;
  white-space: nowrap;
}
.greedy-nav .hidden {
  visibility: hidden;
}
.greedy-nav .dropdown-menu {
  border-bottom: 3px solid #506D85;
}
@media (min-width: 1px) {
  .greedy-nav .navbar-nav {
    float: left;
    margin: 0;
  }
}

footer {
  text-align: left;
}
footer .footer-primary,
footer .footer-secondary {
  margin: 0 auto;
}
footer .footer-primary > .row,
footer .footer-secondary > .row {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}
@media (min-width: 768px) {
  footer .footer-primary > .row,
  footer .footer-secondary > .row {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  footer .footer-primary > .row,
  footer .footer-secondary > .row {
    max-width: 1280px;
  }
}
footer .footer-primary {
  background: #506D85;
  height: auto;
}
footer .footer-secondary {
  background: #3d566b;
  height: auto;
}
footer .footer-logo {
  border-bottom: 1px solid #D7DCE1;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  footer .footer-logo {
    border: 0;
    margin: 30px 15px 15px 0;
    padding: 0;
    text-align: left;
    width: auto;
  }
}
@media (min-width: 992px) {
  footer .footer-logo {
    margin: 60px 15px 15px 0;
  }
}
footer .footer-social {
  margin: 25px auto;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-social {
    float: right;
    margin: 35px 15px 15px;
    position: relative;
  }
}
@media (min-width: 992px) {
  footer .footer-social {
    margin: 70px 15px 15px 0;
  }
}
footer .footer-social a {
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
}
footer .footer-social a:hover {
  border: 0;
  text-decoration: none;
}
@media (max-width: 768px) {
  footer .footer-social a {
    font-size: 24px;
    margin: 0 6px;
  }
}
footer .footer-utility {
  float: none;
  margin: 10px 15px 15px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-utility {
    float: right;
    text-align: right;
  }
}
@media (min-width: 992px) {
  footer .footer-utility {
    float: right;
    margin: 6px 15px 15px;
    text-align: initial;
  }
}
footer .footer-utility .btn {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 15px auto;
  padding: 10px 16px;
  width: 222px;
}
@media (min-width: 768px) {
  footer .footer-utility .btn {
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: auto;
  }
}
footer .footer-utility .btn:hover {
  text-decoration: none;
}
footer .footer-utility button:last-of-type {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer .footer-utility button:last-of-type {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  footer .footer-utility button:last-of-type {
    margin-bottom: 30px;
  }
}
footer .nav-secondary ul,
footer .nav-tertiary ul {
  list-style-type: none;
}
footer .nav-secondary li,
footer .nav-tertiary li {
  display: inline-block;
}
footer .nav-secondary {
  margin: 4px 15px 30px 0;
}
@media (min-width: 992px) {
  footer .nav-secondary {
    margin: 0 15px 30px 0;
  }
}
footer .nav-secondary li:first-of-type a {
  padding: 6px 6px 6px 0;
}
@media (min-width: 992px) {
  footer .nav-secondary li:first-of-type a {
    padding: 6px 12px 6px 0;
  }
}
footer .nav-secondary a {
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 6px;
}
@media (min-width: 992px) {
  footer .nav-secondary a {
    font-size: 16px;
    padding: 6px 12px;
  }
}
footer .nav-secondary a:hover {
  background: transparent;
  text-decoration: none;
}
footer .nav-tertiary {
  margin: 20px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .nav-tertiary {
    margin: 18px 15px 15px 0;
    text-align: left;
  }
}
footer .nav-tertiary ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
footer .nav-tertiary li {
  font-size: 12px;
  margin: 0;
  padding: 6px;
  text-align: center;
  width: 50%;
}
footer .nav-tertiary li:first-of-type {
  padding: 6px 6px 6px 0;
}
@media (min-width: 768px) {
  footer .nav-tertiary li {
    width: auto;
  }
  footer .nav-tertiary li:first-of-type a {
    padding: 6px 6px 6px 0;
  }
  footer .nav-tertiary li a:hover {
    background-color: transparent;
  }
}
footer .nav-tertiary a {
  border: 0;
  color: #fff;
  font-size: 12px;
}
footer .nav-tertiary a:hover {
  border: 0;
  text-decoration: none;
}
footer .copyright {
  color: #fff;
  font-size: 12px;
  margin: 20px 15px 25px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .copyright {
    text-align: right;
  }
}

/*
 * ############################################################
 * Footer
 * ############################################################
 */
.newfooter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #eff2f4;
  border-top: 2px solid #ED8B00;
}

.newfooter .icon {
  color: #506d85;
}

.newfooter a {
  margin: 0;
  padding: 0;
  color: #027abb;
}

.newfooter a:hover {
  color: #06669d;
  transition: ease 0.2s;
  cursor: pointer;
}

.newfooter ul {
  list-style-type: none;
}

.newfooter > * {
  margin: 2rem;
}

.newfooter .footer-left {
  font-weight: 600;
}

.newfooter .footer-left > * {
  margin: 1.5rem;
}

.newfooter .footer-nav a {
  margin-right: 2.5rem;
}

.newfooter .footer-faq a {
  margin-right: 1rem;
  font-size: 14px;
}

.newfooter .footer-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.newfooter .footer-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-right: 2rem;
}

.newfooter .footer-action li {
  margin: 0.5rem;
  text-align: end;
}

.newfooter .footer-action a {
  font-size: 21px;
  color: #027abb;
}

.newfooter .footer-action a:hover {
  color: #027abb;
}

.newfooter .footer-action,
.footer-social {
  height: 100%;
}

.newfooter .footer-social-new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.newfooter .footer-social-links {
  margin-bottom: 2rem;
}
.newfooter .footer-social-links a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.newfooter .footer-social-new a {
  text-decoration: none;
}

.newfooter .arrow-icon {
  margin-left: 0.3rem;
  font-size: 20px;
}

.newfooter .footer-copyright {
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.newfooter .footer-social-links a:hover .icon {
  color: #027abb;
}

@media (max-width: 1400px) {
  .newfooter {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .newfooter .footer-right {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: 1rem;
  }
  .newfooter .footer-action li {
    text-align: left;
    margin-left: 0;
  }
  .newfooter .footer-social-new {
    -ms-flex-align: start;
        align-items: flex-start;
    margin-left: 1.5rem;
    margin-top: 2rem;
  }
  .newfooter .footer-action {
    margin-left: 1.5rem;
  }
}
@media (max-width: 800px) {
  .newfooter .footer-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .newfooter .footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .newfooter .footer-nav a {
    margin-right: 0;
  }
  .newfooter .footer-faq {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .newfooter .footer-faq a {
    margin-right: 0;
  }
  .newfooter .footer-action {
    width: 100%;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .newfooter .footer-action li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .newfooter .footer-social-new {
    width: 100%;
    margin: 0;
    margin-top: 3rem;
  }
  .newfooter .footer-social-links {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .newfooter .footer-copyright {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .newfooter .footer-left {
    margin-bottom: 1rem;
  }
}
.fa-facebook-icon::before {
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f09a";
  font-family: "fontawesome";
  color: #506d85;
}

.fa-twitter-icon::before {
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f099";
  font-family: "fontawesome";
  color: #506d85;
}

.fa-linkedin-icon::before {
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e1";
  font-family: "fontawesome";
  color: #506d85;
}

.fa-vimeo-icon::before {
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f27d";
  font-family: "fontawesome";
  color: #506d85;
}

.main-nav {
  height: 90px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0;
  width: 100%;
}
.main-nav ul {
  margin: 0;
}
.main-nav ul li {
  height: 35px;
  line-height: 0.75;
  padding-left: 0;
}
.main-nav ul li a {
  color: #000;
  padding: 0 20px 0 0;
}
.main-nav ul li a:hover {
  color: #506D85;
}
.main-nav .menu-home {
  color: #506D85;
  font-size: 32px;
  margin: 0 5px;
  position: relative;
  top: -7px;
}
.main-nav .menu-home span {
  display: none;
  font-size: 23px;
}

.mobile-nav-btn {
  border: 0;
  border-radius: 0;
  color: #455A64;
  cursor: pointer;
  font-size: 30px;
  height: auto;
  padding: 4px 8px;
  outline: 0;
  margin: 0;
  position: relative;
  width: auto;
}
@media (max-width: 767px) {
  .mobile-nav-btn {
    padding: 10px;
  }
}
.mobile-nav-btn:hover, .mobile-nav-btn.active:hover, .mobile-nav-btn.focus, .mobile-nav-btn.active:focus {
  border: 0;
  color: #455A64;
  cursor: pointer;
  outline: 0;
}
.mobile-nav-btn.active, .mobile-nav-btn.active:focus {
  background: #EFF2F4;
  box-shadow: none;
}
.mobile-nav-btn span {
  display: block;
}

.mobi-nav-overlay {
  background-color: rgba(0, 0, 0, 0.86);
  left: 0;
  opacity: 0;
  position: fixed;
  top: 51px;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

.site-nav {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  height: 70px;
  position: relative;
  width: 100%;
}

.main-nav ul > li {
  display: inline-block;
}

.main-nav ul > li > li {
  display: block;
}

.mobi-nav-overlay {
  background-color: transparent;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

body.nav-open {
  overflow: hidden;
}
body.nav-open .mobi-nav-overlay {
  bottom: 0;
  opacity: 0;
  visibility: visible;
  z-index: 1;
}
body.nav-open header {
  top: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .site-nav .nav {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .site-nav .nav ul {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
  .site-nav .nav li {
    width: 100%;
  }
  .main-nav {
    -ms-flex-align: start;
        align-items: flex-start;
    height: 100% !important;
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .main-nav ul a {
    font-size: 18px;
  }
  .site-nav {
    background: #fff;
    border-bottom: 3px solid #ef6c00;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: inherit;
    left: -100%;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 50px;
    transition: left 0.3s ease-in-out;
    width: 100%;
    z-index: 2000;
  }
  .site-nav a {
    text-decoration: none;
  }
  .site-nav a:hover {
    text-decoration: none;
  }
  .site-nav.active {
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
  }
  .site-nav li.nav-back-btn-li .nav-back-btn,
  .site-nav li.nav-back-btn-li .nav-back-btn-sub {
    position: relative;
  }
  .site-nav li.nav-back-btn-li .nav-back-btn::before,
  .site-nav li.nav-back-btn-li .nav-back-btn-sub::before {
    content: "chevron_left";
    font-family: "Material Icons";
    font-size: 24px;
    height: 24px;
    left: -24px;
    margin-left: 0;
    margin-top: -10px;
    pointer-events: none;
    position: absolute;
    top: 8px;
    width: 24px;
  }
  .site-nav li.nav-title-li span {
    color: #455A64;
    display: block;
    font-weight: bold;
  }
  .site-nav .main-nav {
    -ms-flex-order: 0;
        order: 0;
    width: 100%;
  }
  .site-nav .main-nav ul li {
    height: auto;
    padding: 18px 30px 18px 24px;
  }
  .site-nav .main-nav ul li.current > a {
    color: #58595b;
  }
  .site-nav .main-nav ul li a {
    color: #58595b;
  }
  .site-nav .main-nav li.has-child {
    position: relative;
  }
  .site-nav .main-nav li.has-child .subnav-btn,
  .site-nav .main-nav li.has-child .subnav-sub-btn {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .site-nav .main-nav li.has-child .subnav-btn:before,
  .site-nav .main-nav li.has-child .subnav-sub-btn:before {
    content: "chevron_right";
    font-family: "Material Icons";
    font-size: 24px;
    height: 24px;
    right: 12px;
    margin-left: 0;
    margin-top: -10px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 24px;
  }
  .site-nav .main-nav .level-1 {
    margin-top: 24px;
    padding: 0;
  }
  .site-nav .main-nav .level-2,
  .site-nav .main-nav .level-3 {
    -ms-flex-align: initial;
        align-items: initial;
    background-color: #fff;
    display: block;
    height: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    left: -100%;
    min-height: initial;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .site-nav .main-nav .level-2.active,
  .site-nav .main-nav .level-3.active {
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-nav .main-nav .level-2 .nav-back-btn-li,
  .site-nav .main-nav .level-3 .nav-back-btn-li {
    background-color: #f6f7f8;
    height: 60px !important;
    padding: 24px 20px 24px 40px !important;
    margin-bottom: 24px;
  }
  .site-nav .main-nav .level-2 .nav-back-btn-li a,
  .site-nav .main-nav .level-3 .nav-back-btn-li a {
    padding: 0;
  }
  .site-nav .main-nav .level-2 .nav-back-btn,
  .site-nav .main-nav .level-2 .nav-back-btn-sub,
  .site-nav .main-nav .level-3 .nav-back-btn,
  .site-nav .main-nav .level-3 .nav-back-btn-sub {
    display: block;
    padding: 18px 20px 18px 30px;
  }
  .site-nav .main-nav .level-2 {
    padding-top: 30px;
  }
  .site-nav .main-nav .level-2 > li {
    padding: 0;
  }
  .site-nav .main-nav .level-2 > li:last-of-type {
    border-bottom: 0;
  }
  .site-nav .main-nav .level-2 > li.has-child {
    padding: 8px 0;
  }
  .site-nav .main-nav .level-2 > li.has-child:not(:first-of-type) {
    border-left: 0;
  }
  .site-nav .main-nav .level-2 .nav-title-li {
    border: 0;
    font-size: 18px;
    margin-right: 25px;
    padding: 24px;
  }
  .site-nav .main-nav .level-2 li > a {
    display: inline-block;
    font-size: 18px;
  }
  .site-nav .main-nav .level-2 .subnav-items {
    border: 0;
    display: block;
    float: left;
    margin-bottom: 24px;
    padding: 0;
  }
  .site-nav .main-nav .level-2 .subnav-items:first-of-type {
    border: 0;
    padding: 0;
  }
  .site-nav .main-nav .level-2 .subnav-items > li {
    display: block;
    height: auto;
    padding: 18px 30px 18px 24px;
  }
  .site-nav .main-nav .level-2 .subnav-items > li:nth-last-of-type(2) {
    margin-bottom: 18px;
  }
  .site-nav .main-nav .level-2 .subnav-items > li a {
    font-size: 18px;
  }
  .site-nav .main-nav .level-3 {
    display: block;
    padding: 0;
  }
  .site-nav .main-nav .level-3 .nav-title-li {
    font-size: 20px;
  }
  .site-nav .main-nav .level-3 li {
    border-left: 1px dotted #bbb;
    display: block;
    font-size: 18px;
    height: initial;
  }
  .site-nav .main-nav .level-3 li a {
    display: inline-block;
    font-size: 18px;
  }
  .site-nav .main-nav .secondary-nav {
    border-top: 1px solid #d9d9d9;
    margin-top: 24px;
  }
  .site-nav .main-nav .secondary-nav li {
    padding: 15px 24px;
  }
  .site-nav .main-nav .secondary-nav li:first-of-type {
    margin-top: 24px;
  }
  .site-nav .main-nav .secondary-nav li:last-of-type {
    margin-bottom: 24px;
  }
  .site-nav .main-nav .secondary-nav li a {
    font-size: 16px;
    padding: 0;
  }
  .main-nav ul .subnav {
    display: none;
  }
  .main-nav ul .subnav.active {
    display: inline-block;
  }
}
/*
 * ############################################################
 * Flexbox Bootstrap Grid Utility Classes
 * ############################################################
 */
.row-flex,
.row-flex > div[class*=col-] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.row-flex-wrap {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex: 0;
      flex: 0;
}

.row-flex > div[class*=col-],
.container-flex > div[class*=col-] {
  margin: -0.2px;
}

.container-flex > div[class*=col-] div,
.row-flex > div[class*=col-] div {
  width: 100%;
}

.flex-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 100%;
      flex: 1 100%;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.flex-grow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 2;
      flex: 2;
}

.flexContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.flexContainer > .container-fluid {
  width: 100%;
}
.flexContainer > .container-fluid.constrained {
  max-width: 1280px;
  padding: 0 15px;
}

.container-fluid.constrained {
  max-width: 1280px;
  padding: 0 15px;
}

.flexCenter {
  -ms-flex-pack: center;
      justify-content: center;
}

.fullHeight {
  height: 100vh;
}
@media (min-width: 768px) {
  .fullHeight {
    height: 100vh;
  }
}

.flexItem {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-direction: column;
      flex-direction: column;
}

.flexStart {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.flexEnd {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.flexColumn {
  -ms-flex-direction: column;
      flex-direction: column;
}

/*
 *  remove blue background on ie10/ie11 when selected
 *
 */
select::-ms-value {
  background: none;
  color: inherit;
}

/*
 *  This is a demo stylesheet that should be removed when you begin
 *  active development of your project.
 *
 */
.logo {
  margin-top: 25px;
  text-align: center;
}

/*
 *  Font Icons example
 *
 */
.social-icons a,
.social-icons a:hover {
  text-decoration: none;
}

/*
 *  SVG Sprite example
 *
 */
.sprite {
  display: inline-block;
  fill: currentColor;
  margin: 8px;
  width: 32px;
}
.sprite.sprite-instagram {
  fill: #555555;
}
.sprite.sprite-facebook {
  fill: #3b5998;
}
.sprite.sprite-twitter {
  fill: #4099ff;
}

.demo-checklist {
  list-style: none;
  margin-left: 15px;
  padding: 0;
}
.demo-checklist li {
  color: lightgrey;
  padding-left: 1.3em;
}
.demo-checklist li::before {
  color: #d0d0d0;
  content: "\e40c";
  font-family: Material Icons;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  vertical-align: middle;
}
.demo-checklist li.checked::before {
  color: #0fa50f;
  content: "\e86c";
  font-family: Material Icons;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
.demo-checklist .fa {
  margin-right: 5px;
}
.demo-checklist .fa-circle-o {
  color: #d0d0d0;
}
.demo-checklist .fa-check-circle {
  color: #0fa50f;
}
.demo-checklist.three-col {
  column-count: 1;
  column-gap: 20px;
  margin-bottom: 60px;
}
@media (min-width: 481px) {
  .demo-checklist.three-col {
    column-count: 3;
  }
}

form .form-item {
  margin-bottom: 24px;
}
form .form-item label {
  font-size: 14px;
  margin-bottom: 6px;
}
form .form-item label.form-required:after {
  content: "*";
  color: #C62828;
  margin-left: 3px;
  vertical-align: middle;
}
form .input-group .form-control,
form .form-control {
  width: 396px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid rgba(69, 90, 100, 0.5);
}
form .input-group select.form-control:first-child {
  border-radius: 4px;
}
form .input-group-addon, form .input-group-btn {
  width: auto;
}
form .has-error .help-block,
form .has-error .control-label,
form .has-error .radio,
form .has-error .checkbox,
form .has-error .radio-inline,
form .has-error .checkbox-inline, form .has-error.radio label, form .has-error.checkbox label, form .has-error.radio-inline label, form .has-error.checkbox-inline label {
  color: #C62828;
}
form .has-error .form-control {
  border-color: #C62828;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form .has-error .form-control:focus {
  border-color: #9c1f1f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e27272;
}
form .has-error .input-group-addon {
  color: #C62828;
  background-color: #C62828;
  border-color: #C62828;
}
form .has-error .form-control-feedback {
  color: #C62828;
}
form .has-error input, form .has-error select {
  background: #FDF0F0;
}
form .form-item .alert-danger {
  background-color: transparent;
  font-size: 12px;
  padding: 6px 0 0;
  clear: both;
}
form .form-item .alert {
  border: none;
}
form .form-managed-file input.form-file {
  float: left;
}
form .form-managed-file div.ajax-progress-throbber {
  display: inline-block;
  line-height: 42px;
  margin-left: 24px;
}

form.contact-message-membership-invite-form fieldset {
  max-width: 400px;
  margin-bottom: 0;
}
form.contact-message-membership-invite-form fieldset:first-of-type {
  padding-bottom: 24px;
  border-bottom: 2px #D7DCE1 solid;
  margin-bottom: 24px;
}
form.contact-message-membership-invite-form .captcha {
  margin-bottom: 30px;
}

form.lead-form .js-form-item-first-name {
  float: left;
  margin-right: 24px;
}
form.lead-form .js-form-item-last-name label {
  color: transparent;
}
form.lead-form .js-form-item-last-name label:after {
  content: "";
}
form.lead-form .js-form-item-first-name .form-control,
form.lead-form .js-form-item-last-name .form-control {
  width: 252px;
}
form.lead-form #edit-terms {
  max-width: 642px;
}
form.lead-form #edit-terms--2, form.lead-form .edit-terms-red, form.lead-form .edit-terms-grey {
  border: 1px grey solid;
  padding: 0 18px;
  overflow-y: scroll !important;
}
form.lead-form .lbl-disabled input {
  cursor: not-allowed;
  opacity: 0.5;
}
form.lead-form .edit-terms-grey {
  border: 1px grey solid !important;
}
form.lead-form .edit-terms-red {
  border: 1px #e53339 solid !important;
}
form.lead-form .lead .organization h3 i,
form.lead-form .lead .contact h3 i {
  margin-left: 24px;
}
form.lead-form .lead .organization .row,
form.lead-form .lead .contact .row {
  margin: 24px 0;
}
form.lead-form .lead .organization .field-label,
form.lead-form .lead .contact .field-label {
  font-size: 14px;
}
form.lead-form .lead .organization .field-data,
form.lead-form .lead .contact .field-data {
  font-weight: 400;
}
form.lead-form #edit-pdf {
  padding: 48px 0;
  border-top: 2px solid #D7DCE1;
  margin: 48px 0;
  max-width: 642px;
}
form.lead-form #edit-pdf h3 {
  margin-top: 0;
}
form.lead-form #member-result .list-group {
  max-width: 720px;
}
form.lead-form #member-result .list-group input {
  position: absolute;
}
form.lead-form #member-result .list-group .list-group-item {
  background: #EFF2F4;
  border-bottom: 2px solid #D7DCE1;
  border-left: 4px solid transparent;
  padding: 30px;
  z-index: 1;
  cursor: pointer;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
}
form.lead-form #member-result .list-group .list-group-item:hover, form.lead-form #member-result .list-group .list-group-item.active {
  background: #fff;
  border-left: 4px solid #ED8B00;
  box-shadow: 0 6px 24px rgba(30, 35, 40, 0.2);
  cursor: pointer;
  z-index: 100;
}
form.lead-form .alert-dismissible {
  display: none;
  visibility: hidden;
}
form.lead-form .toc-color {
  color: #e53339;
}

.region-navigation-apply h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 90px;
  margin: 0;
}
.region-navigation-apply div {
  line-height: 90px;
}
.region-navigation-apply .navigation .application-help,
.region-navigation-apply .navigation .application-exit {
  margin-left: 24px;
  float: left;
}
.region-navigation-apply .navigation .application-exit i {
  display: none;
  visibility: hidden;
}
.region-navigation-apply .navigation .application-help i {
  margin-left: 6px;
  position: relative;
  top: 3px;
}

#address-verify-modal .modal-body > div {
  width: 530px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
}
#address-verify-modal .modal-body > div .form-item {
  width: 240px;
  float: left;
  border: 1px solid #D7DCE1;
  padding: 18px;
  margin: 0 12px;
}
#address-verify-modal .modal-body > div .form-item.checked {
  border: 1px solid #555555;
}
#address-verify-modal .modal-body > div .form-item .control-label input {
  float: left;
}
#address-verify-modal .modal-body > div .form-item .control-label div {
  margin-left: 24px;
}
#address-verify-modal .form-submit {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.application-progress {
  position: relative;
  margin-bottom: 42px;
}
.application-progress .step {
  height: 3px;
  background: #D7DCE1;
}
.application-progress .step-active {
  background: #ED8B00;
}

@media (max-width: 991px) {
  .region-navigation-apply.top-nav {
    background: transparent;
  }
  .region-navigation-apply .title {
    margin-top: 6px;
    text-align: center;
  }
  .region-navigation-apply .navigation {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 52px;
  }
  .region-navigation-apply .navigation .application-help {
    margin-left: 0;
  }
  .region-navigation-apply .navigation .application-help a {
    padding: 6px;
    line-height: 1.42857;
    vertical-align: middle;
    display: inline-block;
  }
  .region-navigation-apply .navigation .application-help span {
    display: none;
  }
  .region-navigation-apply .navigation .application-help i {
    font-size: 36px;
    top: 0;
  }
  .region-navigation-apply .navigation .application-exit {
    margin-left: 0;
  }
  .region-navigation-apply .navigation .application-exit a {
    padding: 6px;
    border: none;
  }
  .region-navigation-apply .navigation .application-exit a span {
    display: none;
  }
  .region-navigation-apply .navigation .application-exit a i {
    font-size: 36px;
    display: inline-block;
    visibility: visible;
  }
  .application-progress {
    margin-top: 6px;
  }
  form.lead-form {
    margin-top: 48px;
  }
  form.lead-form .js-form-item-first-name {
    float: none;
    margin-right: 0;
  }
  form.lead-form .js-form-item-first-name .form-control,
  form.lead-form .js-form-item-last-name .form-control {
    width: 300px;
  }
  form.lead-form fieldset[data-drupal-selector=edit-pdf] {
    display: none;
    visibility: hidden;
  }
  form .input-group .form-control,
  form .form-control {
    width: 300px;
  }
}
.spinner {
  width: 100px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #B6C1CB;
  margin-right: 6px;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
div.select-wrapper {
  position: relative;
  height: 42px;
  background: #fff;
  border-radius: 6px;
  width: fit-content;
}
div.select-wrapper:after {
  content: "keyboard_arrow_down";
  color: rgba(69, 90, 100, 0.5);
  position: absolute;
  top: 0;
  width: 24px;
  height: 42px;
  padding: 4px 0;
  right: 6px;
  bottom: 0;
  margin: auto;
  font-family: "Material Icons";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-size: 24px;
  border-radius: 0px;
  pointer-events: none;
  transition: transform 0.5s, color 0.2s ease-in-out;
}
div.select-wrapper:before {
  width: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  content: "";
  pointer-events: none;
  border-radius: 6px;
}
div.select-wrapper:hover:after {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  color: rgb(69, 90, 100);
}
div.select-wrapper select {
  color: rgb(69, 90, 100);
  font-size: 16px;
  box-shadow: none;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  border: 1px solid rgba(69, 90, 100, 0.5);
  -moz-appearance: none;
  -webkit-appearance: none;
}
div.select-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
div.select-wrapper select::-ms-expand {
  display: none;
}
div.select-wrapper select:focus {
  border-color: rgb(0, 156, 219);
}

@media all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  div.select-wrapper select {
    padding-right: 0;
  }
  div.select-wrapper:after, div.select-wrapper:before {
    display: none;
  }
}
.lead-add-form div.select-wrapper,
.contact-message-form div.select-wrapper {
  width: 396px;
}

.field--type-address .input-group .form-control:last-child,
.field--type-address .input-group-addon:last-child,
.field--type-address .input-group-btn:last-child > .btn,
.field--type-address .input-group-btn:last-child > .btn-group > .btn,
.field--type-address .input-group-btn:last-child > .dropdown-toggle,
.field--type-address .input-group-btn:first-child > .btn:not(:first-child),
.field--type-address .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-radius: 6px;
}
.field--type-address .glyphicon {
  position: initial;
  top: initial;
  display: initial;
  font-family: initial;
  font-style: initial;
  font-weight: initial;
  line-height: initial;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.field--type-address .select-wrapper + .input-group-addon {
  background: transparent;
  border: 0;
}

.contact-message-form .form-tel.form-control {
  display: block;
  width: 396px;
}

nav.pager-nav {
  margin-bottom: -15px;
  margin-top: 18px;
  background-color: transparent;
}
nav.pager-nav ul > li > a, nav.pager-nav ul > li > span {
  padding: 0;
  line-height: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 6px;
  color: #455A64;
  background-color: transparent;
  border: none;
}
nav.pager-nav ul > li > a.pager-text, nav.pager-nav ul > li > span.pager-text {
  width: auto;
}
nav.pager-nav ul > li:first-child a, nav.pager-nav ul > li:last-child a {
  border-radius: 50%;
  margin: 0 12px;
}
nav.pager-nav ul > .active > a, nav.pager-nav ul > .active > span {
  background-color: #8196A7;
  color: #fff;
}
nav.pager-nav ul a:hover,
nav.pager-nav ul a:focus {
  background-color: #D7DCE1;
  border-color: #D7DCE1;
}
nav.pager-nav ul li.pager__item--previous a,
nav.pager-nav ul li.pager__item--next a {
  color: #8196A7;
}
nav.pager-nav ul li.pager__item--previous i,
nav.pager-nav ul li.pager__item--next i {
  font-size: 24px;
  line-height: 36px;
}
nav.pager-nav ul.full {
  display: none;
  visibility: hidden;
}
nav.pager-nav ul.brief {
  display: inline-block;
  visibility: visible;
}

@media (min-width: 991px) {
  nav.pager-nav {
    background-color: transparent;
  }
  nav.pager-nav ul.full {
    display: inline-block;
    visibility: visible;
  }
  nav.pager-nav ul.brief {
    display: none;
    visibility: hidden;
  }
}
.lead-confirmation h1 {
  line-height: 90px;
}

.lead-confirmation p {
  line-height: 40px;
}

.lead-confirmation .button {
  margin-top: 15px;
  margin-bottom: 30px;
}

.lead-add-form .conditional-required:after {
  content: " *";
  color: #C62828;
}

.lead-add-form .message-for-canada {
  padding-bottom: 75px;
}

/*
 *  Elements
 *
 */
@font-face {
  font-family: font-icons;
  src: url("../fonts/font-icons.eot");
  src: url("../fonts/font-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/font-icons.woff") format("woff"), url("../fonts/font-icons.ttf") format("truetype"), url("../fonts/font-icons.svg#font-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "font-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.icon-facebook:before {
  content: "\ea01";
}

.icon-linkedin:before {
  content: "\ea02";
}

.icon-twitter:before {
  content: "\ea03";
}

.icon-youtube:before {
  content: "\ea04";
}

/*
 *  Components
 *
 */
.hero-banner {
  position: relative;
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 767px) {
  .hero-banner {
    height: 720px;
  }
}
@media screen and (max-width: 480px) {
  .hero-banner {
    height: 720px;
  }
}
.hero-banner .box {
  width: 120%;
  height: 720px;
}
@media screen and (max-width: 767px) {
  .hero-banner .box {
    z-index: 1;
    top: 0px;
    height: 720px;
  }
}
@media screen and (max-width: 480px) {
  .hero-banner .box {
    height: 720px;
  }
}
.hero-banner__background {
  min-width: 640px;
  width: 60%;
  overflow: hidden;
  display: inline-block;
  -ms-transform: skewX(-20deg);
      transform: skewX(-20deg);
  transition: all 0.5s ease-in-out;
  margin-left: -156px;
  position: relative;
  left: -100%;
}
@media screen and (max-width: 767px) {
  .hero-banner__background {
    -ms-transform: skewY(-5deg) rotate(0deg);
        transform: skewY(-5deg) rotate(0deg);
    width: 100%;
    margin-left: 0;
    min-width: initial;
    z-index: 2;
    height: 480px;
    top: -30px;
  }
}
.hero-banner__background.active {
  left: 0;
}
@media screen and (max-width: 767px) {
  .hero-banner__background.active {
    transition: none;
  }
}
.hero-banner__overlay {
  -ms-transform: skewX(20deg);
      transform: skewX(20deg);
  background-image: url("../images/dark-pattern.svg"), linear-gradient(45deg, #003349, #1E4B6A);
  background-size: 200%;
  margin-left: 76px;
}
@media screen and (max-width: 767px) {
  .hero-banner__overlay {
    -ms-transform: skewX(0deg);
        transform: skewX(0deg);
    margin-left: 0;
  }
}
.hero-banner__image {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.hero-banner__image img,
.hero-banner__image video {
  min-height: 720px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px;
  height: 680px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .hero-banner__container {
    height: 340px;
  }
}
.hero-banner__container.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hero-banner__container.active {
    transition: none;
  }
}
.hero-banner__content {
  color: #fff;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero-banner__content {
    z-index: 2;
  }
}
.hero-banner__content h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 100;
  font-size: 54px;
  margin: 0 0 18px;
  max-width: 400px;
}
@media screen and (min-width: 1280px) {
  .hero-banner__content h1 {
    max-width: 550px;
    margin: 0 15px 18px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner__content h1 {
    max-width: 100%;
    font-size: 36px;
  }
}
.hero-banner__content p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 18px;
  max-width: 400px;
}
@media screen and (min-width: 1280px) {
  .hero-banner__content p {
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner__content p {
    max-width: 100%;
  }
}
.hero-banner__content .btn {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 48px;
  margin: 12px 15px;
  width: 100%;
  max-width: 300px;
  white-space: normal;
  word-wrap: break-word;
}
.hero-banner__content .btn:after {
  display: none;
}
@media screen and (max-width: 1279px) {
  .hero-banner__content .btn {
    margin: 12px 0;
  }
}
.hero-banner__callout {
  bottom: 0;
  max-width: 1080px;
  width: 80%;
  height: auto;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #fff;
  border-bottom: 4px solid #ed8b00;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 98;
}
@media screen and (min-width: 992px) {
  .hero-banner__callout {
    width: 70%;
  }
}
.hero-banner__callout.active {
  bottom: 200px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hero-banner__callout.active {
    width: auto;
    margin: 0 18px;
    padding: 30px 0 15px;
    bottom: 180px;
    transition: none;
  }
}
@media screen and (max-width: 480px) {
  .hero-banner__callout.active {
    bottom: 180px;
  }
}
.hero-banner__callout .row-flex {
  display: block;
}
@media (min-width: 768px) {
  .hero-banner__callout .row-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
.hero-banner__callout-content {
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-banner__callout-content {
    padding: 25px 0 25px 25px;
    text-align: left;
  }
}
.hero-banner__callout-content h2 {
  color: #003349;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .hero-banner__callout-content h2 {
    font-size: 30px;
  }
}
.hero-banner__callout-content p {
  margin-bottom: 0;
}
.hero-banner__callout-cta {
  padding: 25px 25px 25px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-banner__callout-cta {
    padding: 25px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .hero-banner__callout-cta {
    padding: 50px;
  }
}
.hero-banner__callout-cta .btn {
  font-size: 18px;
  font-weight: 600;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}
@media (min-width: 768px) {
  .hero-banner__callout-cta .btn {
    width: 100%;
  }
}
.hero-banner .getvideo {
  display: block;
}
@media screen and (max-width: 767px) {
  .hero-banner .getvideo {
    display: none;
  }
}
.hero-banner .video-poster {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero-banner .video-poster {
    display: block;
  }
}

.slant {
  background: #fff;
  height: 100px;
  margin-bottom: 0;
  outline: 1px solid transparent;
  overflow: visible;
  padding-bottom: 50px;
  position: relative;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .slant {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    height: 100px;
  }
}

.slant:before {
  background: inherit;
  content: "";
  display: block;
  height: 140px;
  margin: 0 -25%;
  margin-top: -140px;
  position: absolute;
  -ms-transform: rotate(2deg) translateY(70px);
      transform: rotate(2deg) translateY(70px);
  width: 150%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .slant:before {
    -ms-transform: rotate(5deg) translateY(70px);
        transform: rotate(5deg) translateY(70px);
  }
}

.splash-banner {
  background-color: #3d566b;
  min-height: 200px;
  width: 100%;
  color: white;
}
.splash-banner > .row {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}
@media (min-width: 768px) {
  .splash-banner > .row {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .splash-banner > .row {
    max-width: 1280px;
  }
}
.splash-banner .shape-orange {
  width: 20%;
  height: 100px;
  background-color: #f6911e;
  position: absolute;
}

.splash-banner-mini {
  width: 100%;
  color: white;
  text-align: center;
}
.splash-banner-mini a {
  color: white;
  text-decoration: underline;
}
.splash-banner-mini vcenter {
  display: inline-block;
  vertical-align: middle;
}
.splash-banner-mini > .row {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}
@media (min-width: 768px) {
  .splash-banner-mini > .row {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .splash-banner-mini > .row {
    max-width: 1280px;
  }
}

.sw-fs-darkblue {
  background-color: #003349;
}

.sw-fs-brightblue {
  background-color: #007CAD;
}

.sw-fs-orange {
  background-color: #EA7600;
}

.sw-fs-darkolive {
  background-color: #688301;
}

.sw-fs-teal {
  background-color: #13888F;
}

.sw-fs-violet {
  background-color: #38347D;
}

.sw-fs-steel-blue {
  background-color: #8196A7;
}

.faq-list {
  background: #fff;
}

.component__faq {
  height: auto;
  margin: 30px auto 60px;
  position: relative;
  width: 100%;
  max-width: 1150px;
}
.component__faq h2 {
  color: #003349;
  margin-bottom: 24px;
  margin-top: 0;
  padding-bottom: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .component__faq h2 {
    margin-bottom: 48px;
  }
}
.component__faq-item {
  background-color: #fff;
  border-bottom: 2px solid #ed8b00;
  height: auto;
  position: relative;
  transition: all;
  transition-duration: 0.333s;
  transition-timing-function: cubic-bezier(0.845, 0, 0.945, 0.53);
  width: 100%;
}
.component__faq-item.active {
  background-color: #f6f7f8;
}
.component__faq-item .question {
  color: #455A64;
  display: block;
  font-weight: 600;
  margin-right: 40px;
  padding: 15px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .component__faq-item .question {
    padding: 30px;
  }
}
.component__faq-item .question::after {
  content: "\e145";
  font-family: "Material Icons";
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  transition: left 0.2s ease;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .component__faq-item .question::after {
    right: 30px;
    top: 25px;
  }
}
.component__faq-item .question.active {
  border-bottom: 2px solid transparent;
  color: #455A64;
}
.component__faq-item .question.active::after {
  content: "\e15b";
}
.component__faq-content {
  display: none;
  height: auto;
  padding: 0 15px 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .component__faq-content {
    padding: 0 70px 15px 30px;
  }
}
.component__faq-content p {
  color: #455A64;
  margin-bottom: 15px;
}
.component__faq-content p:first-of-type {
  margin-top: 0;
}
.component__faq-content ul {
  margin-left: 20px;
}
.component__faq-content .btn {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 0;
  padding-left: 0;
}
.component__faq-content .btn:hover {
  text-decoration: none;
}
.component__faq-cta {
  display: none;
  padding: 0 15px 15px;
}
@media (min-width: 768px) {
  .component__faq-cta {
    padding: 0 70px 15px 30px;
  }
}
.component__faq-cta .btn {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 0;
  padding-left: 0;
}
.component__faq-cta .btn:hover {
  text-decoration: none;
}

.cta-row-bg {
  background-color: #e7eaed;
}

.cta-row {
  height: auto;
  width: 100%;
}
.cta-row.pattern {
  background-color: #F7F8F9;
  background-image: url("../images/bg-pattern.svg");
  background-size: 400%;
}
@media (min-width: 480px) {
  .cta-row.pattern {
    background-size: 300%;
  }
}
@media (min-width: 768px) {
  .cta-row.pattern {
    background-size: 200%;
  }
}
@media (min-width: 992px) {
  .cta-row.pattern {
    background-size: 150%;
  }
}
@media (min-width: 1280px) {
  .cta-row.pattern {
    background-size: 100%;
  }
}
.cta-row.solid {
  background-color: #e7eaed;
}
.cta-row__container {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-size: 800%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  min-height: 484px;
  width: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .cta-row__container {
    background-size: 500%;
  }
}
@media (min-width: 768px) {
  .cta-row__container {
    background-size: 500%;
  }
}
@media (min-width: 992px) {
  .cta-row__container {
    background-size: 350%;
  }
}
@media (min-width: 1280px) {
  .cta-row__container {
    background-size: 300%;
  }
}
.cta-row__container-content {
  margin: 30px;
  max-width: 530px;
}
@media (min-width: 768px) {
  .cta-row__container-content {
    margin: 30px auto;
  }
}
.cta-row__container-content h2:after {
  background: #ed8b00;
  content: "";
  display: block;
  height: 4px;
  margin: 30px auto 24px;
  text-align: center;
  width: 60px;
}
.cta-row__container-content .btn {
  font-size: 16px;
  font-weight: bold;
  margin: 15px auto;
  padding: 10px 16px;
  width: 222px;
}

.feature-story-bg {
  background: #D7DCE1;
}

.feature-story {
  -ms-flex-line-pack: center;
      align-content: center;
  background: #D7DCE1;
  position: relative;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.feature-story > h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 50px auto 0;
  text-align: center;
}
.feature-story__container {
  margin: 50px auto;
  max-width: 1280px;
  width: 100%;
  z-index: 1;
}
.feature-story__content {
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  max-width: 1150px;
  margin: 0 20px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
@media (min-width: 768px) {
  .feature-story__content {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin: 0 35px;
  }
}
@media (min-width: 992px) {
  .feature-story__content {
    margin: 0 70px;
  }
}
.feature-story__content-image {
  -ms-flex: 1 0 1;
      flex: 1 0 1;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 767px) {
  .feature-story__content-image {
    -ms-flex: 1 0 30%;
        flex: 1 0 30%;
  }
}
.feature-story__content-image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: relative;
}
.feature-story__content-image span {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  color: #fff;
  z-index: 100000;
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  /*top: calc(50% - 50px);
  left: calc(50% - 50px);
  font-size: 100px;*/
  top: 0px;
  left: 0px;
  font-size: 200px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  transition: all 0.05s ease-in-out;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .feature-story__content-image span {
    width: 100px;
    height: 100px;
    font-size: 100px;
  }
}
.feature-story__content-image span:hover {
  opacity: 1;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
.feature-story__content-text {
  color: #455A64;
  -ms-flex: 1 0 1;
      flex: 1 0 1;
  padding: 20px;
}
@media screen and (min-width: 767px) {
  .feature-story__content-text {
    -ms-flex: 1 0 30%;
        flex: 1 0 30%;
    padding: 30px;
  }
}
.feature-story__content-text h1:after,
.feature-story__content-text h2:after {
  background: #ed8b00;
  content: "";
  display: block;
  height: 4px;
  margin: 30px 0;
  width: 60px;
}
.feature-story__content-text h2 {
  color: #003349;
  font-size: 30px;
}
@media screen and (min-width: 767px) {
  .feature-story__content-text h2 {
    font-size: 42px;
  }
}
.feature-story__content-text h3 {
  color: #003349;
  font-size: 28px;
}
.feature-story svg {
  position: absolute;
  bottom: 0;
  max-height: 500px;
  width: 0;
  transition: all 1s ease-in-out;
}
.feature-story.active svg {
  width: 100%;
}
.feature-story.image-left .feature-story__content-image {
  -ms-flex-order: 0;
      order: 0;
}
.feature-story.image-left .feature-story__content-content {
  -ms-flex-order: 1;
      order: 1;
}
.feature-story.image-left svg {
  right: 0;
}
.feature-story.image-right .feature-story__content-image {
  -ms-flex-order: 1;
      order: 1;
}
.feature-story.image-right .feature-story__content-content {
  -ms-flex-order: 0;
      order: 0;
}
.feature-story.image-right svg {
  left: 0;
}
.feature-story .btn {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 0;
  padding-left: 0;
}
.feature-story .btn:hover {
  text-decoration: none;
}

.feature-modal {
  height: 630px;
  text-align: center;
  padding: 12px 48px !important;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .feature-modal {
    height: auto;
    padding: 12px !important;
  }
}
.feature-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
@media screen and (max-width: 767px) {
  .feature-modal:before {
    height: auto;
  }
}
.feature-modal span.material-icons {
  background: #fff;
  border-radius: 50%;
  border: 4px solid #455A64;
  color: #455A64;
  font-size: 24px;
  font-weight: bold;
  padding: 5px;
}
.feature-modal .modal-body {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  overflow: auto;
}
.feature-modal .modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-modal .modal-dialog {
  max-width: 1024px;
  padding: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  margin: 0;
}
.feature-modal .modal-content {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.feature-modal .modal-header {
  border: 0;
  padding: 0;
  position: relative;
}
.feature-modal .modal-header .close {
  margin: 0;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 42px;
  height: 42px;
  opacity: 1;
  z-index: 10;
}
.feature-modal .modal-content p {
  padding: 0 20px;
}

.sw-fs-darkblue {
  fill: #003349;
}

.sw-fs-brightblue {
  fill: #007CAD;
}

.sw-fs-orange {
  fill: #EA7600;
}

.sw-fs-darkolive {
  fill: #688301;
}

.sw-fs-teal {
  fill: #13888F;
}

.sw-fs-violet {
  fill: #38347D;
}

.feature-story__content-image {
  height: 100%;
}
.feature-story__content-image .image-caption {
  text-align: justify;
  color: #455A64;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 2px;
  line-height: 19px;
}

.feature-story-link a:hover {
  color: #23527c;
  text-decoration: none;
}

.feature-story-link a {
  color: #337ab7;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 0;
  padding-left: 0;
  text-decoration: none;
}

.feature-story__content-image .feature-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 432px;
}

.flat-banner {
  height: 348px;
  position: relative;
}
.flat-banner__background {
  min-width: 640px;
  width: 70%;
  overflow: hidden;
  display: inline-block;
  -ms-transform: skewX(-30deg);
      transform: skewX(-30deg);
  transition: all 0.5s ease-in-out;
  margin-left: -106px;
  position: relative;
  left: -100%;
}
@media (max-width: 767px) {
  .flat-banner__background {
    margin-left: 0;
    -ms-transform: skewX(0deg);
        transform: skewX(0deg);
    width: 100%;
  }
}
.flat-banner__background.active {
  left: 0;
}
.flat-banner__overlay {
  -ms-transform: skewX(30deg);
      transform: skewX(30deg);
  background: #506D85;
  margin-left: 106px;
}
@media (max-width: 767px) {
  .flat-banner__overlay {
    margin-left: 0;
    -ms-transform: skewX(0deg);
        transform: skewX(0deg);
  }
}
.flat-banner__image {
  background: #D7DCE1;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 348px;
  width: 100%;
}
@media (max-width: 767px) {
  .flat-banner__image {
    background-size: 300%;
  }
}
.flat-banner__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 70px;
  height: 348px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .flat-banner__container {
    padding: 30px;
  }
}
.flat-banner__container.active {
  opacity: 1;
}
.flat-banner__fader {
  position: absolute;
  top: 0;
  left: 0;
  height: 348px;
  width: 100%;
  opacity: 0;
  z-index: 103;
}
.flat-banner__content {
  color: #fff;
  max-width: 1280px;
  margin: 0;
  width: 100%;
}
.flat-banner__content h1 {
  margin: 0 0 24px;
}
.flat-banner__content h3 {
  margin: 0;
}
.flat-banner__content h1,
.flat-banner__content h3 {
  max-width: 500px;
  width: 100%;
}
@media (min-width: 480px) {
  .flat-banner__content h1,
  .flat-banner__content h3 {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .flat-banner__content h1,
  .flat-banner__content h3 {
    max-width: 440px;
  }
}
@media (min-width: 992px) {
  .flat-banner__content h1,
  .flat-banner__content h3 {
    max-width: 560px;
  }
}
.flat-banner__pattern {
  position: absolute;
  top: 0;
  left: 0;
  height: 348px;
  width: 400%;
  background-image: url("../images/pattern-dark-trans.svg");
  background-size: 100%;
  background-position: top;
}
@media (min-width: 768px) {
  .flat-banner__pattern {
    max-width: 200%;
  }
}
@media (min-width: 1280px) {
  .flat-banner__pattern {
    max-width: 100%;
  }
}
.flat-banner .sw-olivegreen {
  background-image: linear-gradient(15deg, rgb(110, 149, 42), rgb(133, 179, 46));
  background-size: 100%;
  background-position: right;
}
.flat-banner .sw-olivegreen.opaque {
  background-image: linear-gradient(15deg, rgb(110, 149, 42), rgb(133, 179, 46));
}
.flat-banner .sw-teal {
  background-image: linear-gradient(15deg, rgb(16, 139, 147), rgb(3, 152, 162));
  background-size: 100%;
  background-position: right;
}
.flat-banner .sw-teal.opaque {
  background-image: linear-gradient(15deg, rgb(16, 139, 147), rgb(3, 152, 162));
}
.flat-banner .sw-violet {
  background-image: linear-gradient(15deg, rgb(85, 81, 147), rgb(61, 56, 133));
  background-size: 100%;
  background-position: right;
}
.flat-banner .sw-violet.opaque {
  background-image: linear-gradient(15deg, rgb(85, 81, 147), rgb(61, 56, 133));
}
.flat-banner .sw-steelblue {
  background-image: linear-gradient(15deg, rgb(90, 116, 138), rgb(75, 102, 124));
  background-size: 100%;
  background-position: right;
}
.flat-banner .sw-steelblue.opaque {
  background-image: linear-gradient(15deg, rgb(90, 116, 138), rgb(75, 102, 124));
}
.flat-banner .sw-darkblue {
  background-image: linear-gradient(15deg, rgb(7, 57, 81), rgb(45, 87, 123));
  background-size: 100%;
  background-position: right;
}
.flat-banner .sw-darkblue.opaque {
  background-image: linear-gradient(15deg, rgb(7, 57, 81), rgb(45, 87, 123));
}
.flat-banner .sw-lightblue {
  background-image: linear-gradient(15deg, rgb(0, 124, 173), rgb(0, 154, 214));
  background-size: 100%;
  background-position: right;
}
.flat-banner .sw-lightblue.opaque {
  background-image: linear-gradient(15deg, rgb(0, 124, 173), rgb(0, 154, 214));
}
.flat-banner .sw-darkorange {
  background-image: linear-gradient(15deg, rgb(224, 112, 0), rgb(184, 92, 0));
  background-size: 100%;
  background-position: right;
}
.flat-banner .sw-darkorange.opaque {
  background-image: linear-gradient(15deg, rgb(224, 112, 0), rgb(184, 92, 0));
}

.box {
  width: 100%;
  height: 348px;
}

.section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.section.nav-link {
  background: initial;
}
.section .container-fluid {
  width: 100%;
}
.section h3,
.section .h3 {
  text-align: center;
  text-transform: uppercase;
}
.section__header {
  background: #fff;
  border-bottom: 2px solid #D7DCE1;
  height: 60px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.section__header:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #f00;
}
.section__header.fixed {
  position: fixed;
}
.section__header-nav {
  padding-left: 0;
  list-style: none;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  float: initial;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1280px;
  margin: 0 auto;
}
.section__header-nav .slick-slide {
  transform: translate3d(0, 0, 0);
}
.section__header-nav i {
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2500;
}
.section__header-nav-item {
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 60px;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.section__header-nav-item:before {
  content: "";
  background-color: #ed8b00;
  bottom: 0;
  height: 4px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  -ms-transform: translate(-50%, 0%) scaleX(0);
      transform: translate(-50%, 0%) scaleX(0);
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  width: 30px;
}
.section__header-nav-item:hover, .section__header-nav-item:focus {
  background: #EFF2F4;
  border: 0;
  color: #455A64;
  transition: all 0.2s ease-in-out 0s;
}
.section__header-nav-item:hover:before, .section__header-nav-item:focus:before {
  -ms-transform: translate(-50%, 0%) scaleX(2);
      transform: translate(-50%, 0%) scaleX(2);
  visibility: visible;
}
.section__header-nav-item.active {
  background: #fff;
  color: #455A64;
  transition: all 0.2s ease-in-out 0s;
}
.section__header-nav-item.active:before {
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  width: 100%;
  visibility: visible;
}
.section__header-nav-item .nav-link {
  border: 0;
  color: #455A64;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 60px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  height: 60px;
  line-height: 1.25em;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.section__header-nav-item .nav-link:focus {
  border: 1px solid #D7DCE1;
  outline: 0;
}
.section__content {
  background: #e7eaed;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .section__content {
    padding: 60px 0;
  }
}
.section__content.white {
  background: #fff;
}
.section__content.gray {
  background: #F7F8F9;
}
.section__content .byline {
  font-size: 18px;
  line-height: 30px;
}
.section__content h3,
.section__content .h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  margin: 0 30px 16px 0;
}
@media screen and (min-width: 768px) {
  .section__content h3,
  .section__content .h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 30px 30px 0;
  }
}
.section__content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 12px 18px 0;
}
@media screen and (min-width: 768px) {
  .section__content p {
    margin: 0 30px 18px 0;
  }
}
@media screen and (min-width: 992px) {
  .section__content p {
    margin: 0 90px 18px 0;
  }
}
.section__content.fancy {
  background: #003349;
  color: #fff;
  padding: 42px 16px 32px;
}
@media screen and (min-width: 768px) {
  .section__content.fancy {
    padding: 120px 60px 30px 60px;
  }
}
.section__content.fancy h2 {
  margin-top: 0;
}
.section__content.fancy h2:after {
  background: #ed8b00;
  content: "";
  display: block;
  height: 4px;
  margin: 30px 0;
  width: 60px;
}

.section__content.gray .inline-message {
  background: #F7F8F9;
}

.section__content + .section__content:before {
  background: #D7DCE1;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  top: -60px;
  width: 100%;
}

.section__content + .section__content.fancy:before,
.section__content.fancy + .section__content:before {
  background: transparent;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  top: -60px;
  width: 100%;
}

.section__content .btn {
  font-weight: bold;
  font-size: 18px;
  white-space: normal;
}
.section__content .btn:hover {
  text-decoration: none;
}
.section__content .btn-block {
  margin: 30px auto;
  max-width: 320px;
}
.section__content .btn-link {
  padding: 6px 0;
}
.section__content.fancy p + .btn {
  margin-bottom: 0;
}
.section__content.fancy .btn.btn-primary {
  margin: 30px 0 0;
  padding: 12px 42px;
}
@media screen and (min-width: 768px) {
  .section__content.fancy .btn.btn-primary {
    margin: 90px 0;
  }
}
.section__content.fancy .btn.btn-link {
  color: #fff;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .section__content.fancy .btn.btn-link {
    margin: 30px 0 42px;
  }
}

.section__content .select-wrapper {
  margin-top: 10px;
}
.section__content .legal-last-update {
  line-height: 50px;
}
.section__content .field--name-field-canada-link {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .section__content .field--name-field-canada-link {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section__content .view-content {
    margin-top: 30px;
  }
}
.section__content .view-empty {
  margin-top: 20px;
}
.section__content .view-footer a {
  border: 2px solid #027abb;
  border-radius: 6px;
  color: #027abb;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
}
.section__content .view-footer a:hover {
  text-decoration: none;
  color: #027abb;
}
@media screen and (min-width: 1280px) {
  .section__content .view-footer .view-content {
    margin-top: 20px;
  }
}
.section__content .print__link--pdf {
  border-color: #027abb;
  color: #027abb;
  padding: 10px 30px;
}
.section__content .views-field-field-related-links ul {
  list-style: none;
}
.section__content .views-field-field-related-links ul .field--label {
  font-weight: bold;
}
.section__content .views-field-field-related-links ul .field--items {
  margin-top: 10px;
}
.section__content .views-field-field-related-links ul .field--items .field--item {
  margin-top: 10px;
}
.section__content .field--name-field-files .icon {
  margin: 0;
}
.section__content .field--name-field-files .icon::before {
  content: "";
}

.rte .views-field-field-related-links ul {
  list-style: none;
}

.rte .views-field-field-related-links ul li {
  padding-left: 0;
  text-indent: 0;
}

.rte .views-field-field-related-links ul li:before {
  display: none;
}

.row-body {
  background: #F7F8F9;
  padding: 0 0 30px;
}
.row-body h1 {
  margin-top: 0;
}
.row-body h1:after {
  background: #ed8b00;
  content: "";
  display: block;
  height: 4px;
  margin: 30px 0;
  width: 60px;
}
.row-body h3 {
  color: #003349;
  margin-top: 30px;
  text-align: left;
  text-transform: none;
}
.row-body__content {
  margin: 48px 0;
}
@media screen and (min-width: 992px) {
  .row-body__content {
    padding: 0 60px;
  }
}
.row-body__content ul {
  margin-left: 20px;
}
.row-body .general-card {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-body .general-card {
    margin: 60px 0;
  }
}
@media screen and (min-width: 1280px) {
  .row-body .general-card {
    width: 80%;
  }
}

.hide_colored_line h1:after {
  display: none;
}

.story-carousel {
  background: #f5f6f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  /* the slides */
}
@media (min-width: 768px) {
  .story-carousel {
    background-size: 100%;
    display: block;
  }
}
.story-carousel__slider {
  margin: 0 18px;
}
@media (min-width: 768px) {
  .story-carousel__slider {
    margin: 0 auto;
    width: 80%;
  }
}
.story-carousel__body {
  margin: 0 auto 72px;
  max-width: 1280px;
  width: 100%;
}
@media (min-width: 768px) {
  .story-carousel__body {
    margin: 60px auto 192px;
  }
}
.story-carousel__body h1 {
  word-break: break-word;
  color: #003349;
  text-align: center;
  font-size: 54px;
  text-transform: uppercase;
  margin: 0 auto 26px;
}
@media (min-width: 768px) {
  .story-carousel__body h1 {
    margin: 0 auto 60px;
  }
}
.story-carousel__body h3 {
  word-break: break-word;
  color: #003349;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin: 72px auto 26px;
}
@media (min-width: 768px) {
  .story-carousel__body h3 {
    margin: 72px auto 60px;
  }
}
.story-carousel__body p {
  word-break: break-word;
  color: #455A64;
  font-size: 18px;
}
.story-carousel__body q {
  word-break: break-word;
  color: #003349;
  display: inline-block;
  font-size: 28px;
  margin-bottom: 36px;
  quotes: "“" "”" "‘" "’";
}
.story-carousel__body q:before {
  content: open-quote;
}
.story-carousel__body q :after {
  content: close-quote;
}
.story-carousel__body .btn {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.story-carousel .story-carousel__item {
  background: #fff;
  border-bottom: 8px solid #ED8B00;
  min-height: 482px;
  width: 100%;
}
@media (max-width: 767px) {
  .story-carousel .story-carousel__item .row-flex,
  .story-carousel .story-carousel__item .row-flex > div[class*=col-] {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.story-carousel .story-carousel__item-image {
  background: #e7eaed;
  min-height: initial;
  padding: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .story-carousel .story-carousel__item-image {
    min-height: 482px;
  }
}
@media (min-width: 992px) {
  .story-carousel .story-carousel__item-image {
    padding: 60px;
  }
}
.story-carousel .story-carousel__item-image img {
  height: 174px;
  width: 174px;
  margin: 0 auto 24px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .story-carousel .story-carousel__item-image img {
    margin-bottom: 72px;
    height: 228px;
    width: 228px;
  }
}
.story-carousel .story-carousel__item-image p {
  font-size: 18px;
}
.story-carousel .story-carousel__item-image-title {
  font-weight: 700;
  text-transform: uppercase;
}
.story-carousel .story-carousel__item-body {
  background: #fff;
  min-height: initial;
  padding: 35px 25px;
}
@media (min-width: 992px) {
  .story-carousel .story-carousel__item-body {
    min-height: 482px;
    padding: 70px 50px;
  }
}
@media (max-width: 767px) {
  .story-carousel .slick-slide {
    margin-left: 18px;
  }
}
.story-carousel .slick-slide img {
  display: inline-block;
}
.story-carousel .slick-list {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .story-carousel .slick-list {
    margin-left: -18px;
  }
}
.story-carousel .slick-dots {
  position: absolute;
  bottom: -60px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.story-carousel .slick-arrow {
  content: "xE314";
  font-style: normal;
  border: 2px solid #8196A7;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  color: #8196A7;
  padding: 7px;
}
.story-carousel .slick-prev:before,
.story-carousel .slick-next:before {
  color: #8196A7;
  font-family: "Material Icons";
  font-size: 30px;
}
.story-carousel .slick-prev:before:hover,
.story-carousel .slick-next:before:hover {
  color: #fff;
}
.story-carousel .slick-prev {
  left: -60px;
}
@media screen and (min-width: 992px) {
  .story-carousel .slick-prev {
    left: -98px;
  }
}
.story-carousel .slick-prev:before {
  content: "\e314";
}
.story-carousel .slick-next {
  right: -60px;
}
@media screen and (min-width: 992px) {
  .story-carousel .slick-next {
    right: -98px;
  }
}
.story-carousel .slick-next:before {
  content: "\e315";
}
.story-carousel .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #BEC9D1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.story-carousel .slick-dots li.slick-active button:before {
  color: #ED8B00;
  opacity: 1;
}

@media (min-width: 768px) {
  .sw-fs-defaultgray {
    background-size: 200%;
  }
}
.sw-fs-defaultgray .story-carousel__body h1,
.sw-fs-defaultgray .story-carousel__body h3 {
  color: #fff;
}
.sw-fs-defaultgray .slick-arrow {
  border: 2px solid #fff;
  color: #fff;
}
.sw-fs-defaultgray .slick-dots li button:before {
  color: #fff;
}
.sw-fs-defaultgray .slick-dots li.slick-active button:before {
  color: #ED8B00;
}

.sw-sc-darkblue {
  background-image: url("../images/dark-pattern.svg"), linear-gradient(45deg, #003349, #1E4B6A);
  background-size: 300%;
}
@media (min-width: 768px) {
  .sw-sc-darkblue {
    background-size: 200%;
  }
}
.sw-sc-darkblue .story-carousel__body h1,
.sw-sc-darkblue .story-carousel__body h3 {
  color: #fff;
}
.sw-sc-darkblue .slick-arrow {
  border: 2px solid #fff;
  color: #fff;
}
.sw-sc-darkblue .slick-dots li button:before {
  color: #fff;
}
.sw-sc-darkblue .slick-dots li.slick-active button:before {
  color: #ED8B00;
}

.landing-banner {
  height: auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .landing-banner {
    height: 498px;
  }
}
.landing-banner__slide {
  width: 100%;
  height: auto;
  transform: rotate(0) translate3d(0, 0, 0);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .landing-banner__slide {
    width: 100%;
    height: 1280px;
    position: absolute;
    top: 0;
    left: -100%;
    background-size: 100%;
    overflow: hidden;
    transform: rotate(25deg) translate3d(-50%, -100px, 0);
    z-index: 2;
  }
}
.landing-banner__slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 498px;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: 300%;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
@media (min-width: 768px) {
  .landing-banner__slide:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    -ms-transform: rotate(-25deg);
        transform: rotate(-25deg);
    background-size: 100%;
  }
}
@media (min-width: 992px) {
  .landing-banner__slide:before {
    background-size: 75%;
  }
}
.landing-banner__primary {
  background: #F7F8F9 url("../images/pattern-light.svg");
  background-size: 125%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.landing-banner__primary > img {
  display: none;
}
@media (min-width: 768px) {
  .landing-banner__primary > img {
    margin-top: -80px;
    min-height: 498px;
    object-fit: cover;
    -ms-flex-order: 2;
        order: 2;
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
    -ms-flex-order: 1;
        order: 1;
  }
}
.landing-banner__primary video,
.landing-banner__primary .field--name-field-banner-video {
  display: none;
}
@media (min-width: 768px) {
  .landing-banner__primary video,
  .landing-banner__primary .field--name-field-banner-video {
    display: block;
    -ms-flex-order: 2;
        order: 2;
    width: 100% !important;
    height: auto !important;
    min-height: 498px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin-top: 0;
  }
}
.landing-banner__primary-overlay {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
  min-height: 390px;
  z-index: 2;
}
@media (min-width: 768px) {
  .landing-banner__primary-overlay {
    height: 498px;
    position: absolute;
    top: 0;
    left: 0;
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
  }
}
.landing-banner__primary-content {
  color: #fff;
  padding: 0 35px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.75s;
}
.landing-banner__primary-content.animate {
  opacity: 1;
}
@media (min-width: 768px) {
  .landing-banner__primary-content {
    width: 768px;
    margin: 0 auto;
    padding: 0 320px 0 15px;
  }
}
@media (min-width: 992px) {
  .landing-banner__primary-content {
    width: 992px;
    margin: 0 auto;
    padding: 0 480px 0 15px;
  }
}
@media (min-width: 1280px) {
  .landing-banner__primary-content {
    width: 1280px;
    margin: 0 auto;
    padding: 0 640px 0 15px;
  }
}
.landing-banner__primary-content .btn {
  font-size: 18px;
  margin: 35px 0;
  padding: 10px 24px;
  min-width: 240px;
}
@media (min-width: 768px) {
  .landing-banner__primary-content .btn {
    min-width: auto;
  }
}
@media (min-width: 992px) {
  .landing-banner__primary-content .btn {
    min-width: 240px;
  }
}
.landing-banner.sw-olivegreen .landing-banner__slide:before {
  background-image: url("../images/pattern-olive.svg"), linear-gradient(45deg, #86B42E, #638828);
}
.landing-banner.sw-teal .landing-banner__slide:before {
  background-image: url("../images/pattern-teal.svg"), linear-gradient(45deg, #003349, #1E4B6A);
}
.landing-banner.sw-violet .landing-banner__slide:before {
  background-image: url("../images/pattern-violet.svg"), linear-gradient(45deg, #003349, #1E4B6A);
}
.landing-banner.sw-steelblue .landing-banner__slide:before {
  background-image: url("../images/pattern-steel.svg"), linear-gradient(45deg, #003349, #1E4B6A);
}
.landing-banner.sw-darkblue .landing-banner__slide:before {
  background-image: url("../images/pattern-dark.svg"), linear-gradient(45deg, #003349, #1E4B6A);
}

.section__card-carousel {
  margin: 0 auto;
  width: 100%;
}
.section__card-carousel .btn {
  font-weight: bold;
  font-size: 18px;
  white-space: normal;
}
.section__card-carousel .btn:hover {
  text-decoration: none;
}
.section__card-carousel .btn-block {
  margin: 30px auto;
  max-width: 320px;
}
.section__card-carousel .btn-link {
  padding: 6px 0;
}
.section__card-carousel .card-carousel-mask {
  margin: 0 60px;
}
@media screen and (max-width: 767px) {
  .section__card-carousel .card-carousel-mask {
    overflow: hidden;
    margin: 0 -15px;
  }
}
.section__card-carousel .card-carousel {
  margin: 30px 0 60px;
  max-width: 1150px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1279px) {
  .section__card-carousel .card-carousel {
    margin: 30px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .section__card-carousel .card-carousel {
    margin-left: 12px;
  }
}
.section__card-carousel .card-carousel .slick-dots {
  bottom: -65px;
}
.section__card-carousel .card-carousel .slick-dots li button {
  height: 10px;
  width: 10px;
  color: #BEC9D1;
}
.section__card-carousel .card-carousel .slick-dots li button:before {
  font-size: 10px;
  line-height: 10px;
  color: #BEC9D1;
  opacity: 1;
}
.section__card-carousel .card-carousel .slick-dots .slick-active button:before {
  color: #ED8B00;
}
.section__card-carousel .card-carousel .slick-arrow:before {
  color: #506D85;
}
.section__card-carousel .card-carousel .slick-prev:before,
.section__card-carousel .card-carousel .slick-next:before {
  font-family: "Material Icons";
  font-size: 30px;
  color: #506D85;
}
.section__card-carousel .card-carousel .slick-prev {
  left: -35px;
}
.section__card-carousel .card-carousel .slick-prev:before {
  content: "\e5cb";
}
.section__card-carousel .card-carousel .slick-next {
  right: -25px;
}
.section__card-carousel .card-carousel .slick-next:before {
  content: "\e5cc";
}
.section__card-carousel .card-carousel .slick-prev.slick-disabled:before,
.section__card-carousel .card-carousel .slick-next.slick-disabled:before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .section__card-carousel .card-carousel .slick-list {
    overflow: visible !important;
    padding: 0 0 0 15px !important;
  }
}
.section__card-carousel .card-carousel__item {
  padding: 0 12px 24px;
}
@media screen and (max-width: 767px) {
  .section__card-carousel .card-carousel__item {
    padding: 0 6px;
  }
}
.section__card-carousel .card-carousel__item-container {
  background: #fff;
  border-bottom: 4px solid #ED8B00;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
  height: auto;
  width: 100%;
  padding: 18px;
}
@media screen and (min-width: 767px) {
  .section__card-carousel .card-carousel__item-container {
    padding: 30px 30px 15px;
  }
}
.section__card-carousel .card-carousel__item-container h4 {
  color: #003349;
  font-size: 18px;
  font-weight: 600;
  margin: 12px 48px 18px 0;
}
.section__card-carousel .card-carousel__item-container p {
  font-size: 16px;
  margin-bottom: 16px;
}
.section__card-carousel .card-carousel__item-container p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .section__card-carousel .card-carousel__item-container p {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 992px) {
  .section__card-carousel .card-carousel__item-container p {
    margin: 0 0 18px 0;
  }
}
.section__card-carousel .card-carousel__item-icon {
  background: #ED8B00;
  border-radius: 50%;
  padding: 8px;
  color: #fff;
  font-size: 20px;
  width: 36px;
  height: 36px;
  margin: -10px -10px 15px 15px;
}

.landing-banner {
  height: auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .landing-banner {
    height: 498px;
  }
}
.landing-banner__slide {
  width: 100%;
  height: auto;
  transform: rotate(0) translate3d(0, 0, 0);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .landing-banner__slide {
    width: 100%;
    height: 1280px;
    position: absolute;
    top: 0;
    left: -100%;
    background-size: 100%;
    overflow: hidden;
    transform: rotate(25deg) translate3d(-50%, -100px, 0);
    z-index: 2;
  }
}
.landing-banner__slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 498px;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: 300%;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
@media (min-width: 768px) {
  .landing-banner__slide:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    -ms-transform: rotate(-25deg);
        transform: rotate(-25deg);
    background-size: 100%;
  }
}
@media (min-width: 992px) {
  .landing-banner__slide:before {
    background-size: 75%;
  }
}
.landing-banner__primary {
  background: #F7F8F9 url("../images/pattern-light.svg");
  background-size: 125%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.landing-banner__primary > img {
  display: none;
}
@media (min-width: 768px) {
  .landing-banner__primary > img {
    margin-top: -80px;
    min-height: 498px;
    object-fit: cover;
    -ms-flex-order: 2;
        order: 2;
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
    -ms-flex-order: 1;
        order: 1;
  }
}
.landing-banner__primary video,
.landing-banner__primary .field--name-field-banner-video {
  display: none;
}
@media (min-width: 768px) {
  .landing-banner__primary video,
  .landing-banner__primary .field--name-field-banner-video {
    display: block;
    -ms-flex-order: 2;
        order: 2;
    width: 100% !important;
    height: auto !important;
    min-height: 498px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin-top: 0;
  }
}
.landing-banner__primary-overlay {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
  min-height: 390px;
  z-index: 2;
}
@media (min-width: 768px) {
  .landing-banner__primary-overlay {
    height: 498px;
    position: absolute;
    top: 0;
    left: 0;
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
  }
}
.landing-banner__primary-content {
  color: #fff;
  padding: 0 35px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.75s;
}
.landing-banner__primary-content.animate {
  opacity: 1;
}
@media (min-width: 768px) {
  .landing-banner__primary-content {
    width: 768px;
    margin: 0 auto;
    padding: 0 320px 0 15px;
  }
}
@media (min-width: 992px) {
  .landing-banner__primary-content {
    width: 992px;
    margin: 0 auto;
    padding: 0 480px 0 15px;
  }
}
@media (min-width: 1280px) {
  .landing-banner__primary-content {
    width: 1280px;
    margin: 0 auto;
    padding: 0 640px 0 15px;
  }
}
.landing-banner__primary-content .btn {
  font-size: 18px;
  margin: 35px 0;
  padding: 10px 24px;
  min-width: 240px;
}
@media (min-width: 768px) {
  .landing-banner__primary-content .btn {
    min-width: auto;
  }
}
@media (min-width: 992px) {
  .landing-banner__primary-content .btn {
    min-width: 240px;
  }
}
.landing-banner.sw-olivegreen .landing-banner__slide:before {
  background-image: url("../images/pattern-olive.svg"), linear-gradient(45deg, #86B42E, #638828);
}
.landing-banner.sw-teal .landing-banner__slide:before {
  background-image: url("../images/pattern-teal.svg"), linear-gradient(45deg, #003349, #1E4B6A);
}
.landing-banner.sw-violet .landing-banner__slide:before {
  background-image: url("../images/pattern-violet.svg"), linear-gradient(45deg, #003349, #1E4B6A);
}
.landing-banner.sw-steelblue .landing-banner__slide:before {
  background-image: url("../images/pattern-steel.svg"), linear-gradient(45deg, #003349, #1E4B6A);
}
.landing-banner.sw-darkblue .landing-banner__slide:before {
  background-image: url("../images/pattern-dark.svg"), linear-gradient(45deg, #003349, #1E4B6A);
}

.vendor-contract-header {
  background: #eff2f4;
  background-size: 400%;
  height: auto;
  padding: 15px;
  width: 100%;
}
@media (min-width: 480px) {
  .vendor-contract-header {
    background-size: 300%;
    min-height: 100px;
  }
}
@media (min-width: 768px) {
  .vendor-contract-header {
    background-size: 200%;
  }
}
@media (min-width: 992px) {
  .vendor-contract-header {
    background-size: 100%;
  }
}
@media (min-width: 1280px) {
  .vendor-contract-header {
    background-size: 100%;
  }
}
.vendor-contract-header__container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.vendor-contract-header__content {
  height: auto;
  margin: 0 auto 50px;
  width: 100%;
  text-align: left;
}
.vendor-contract-header__content .h2 {
  color: #003349;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
@media (min-width: 768px) {
  .vendor-contract-header__content .h2 {
    font-size: 42px;
    font-weight: 100;
  }
}
.vendor-contract-header__content p:not(.lead) {
  font-size: 16px;
}
.vendor-contract-header__content p.lead {
  font-weight: normal;
}
@media (min-width: 768px) {
  .vendor-contract-header__content p.lead {
    font-weight: bold;
  }
}
.vendor-contract-header .back-button {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .vendor-contract-header .back-button {
    padding: 15px 0 15px 30px;
  }
}
@media (min-width: 992px) {
  .vendor-contract-header .back-button {
    padding: 15px 0 15px 70px;
  }
}
.vendor-contract-header .back-button .btn-link {
  font-size: 16px;
}
.vendor-contract-header .vendor-logo {
  padding: 0 15px 30px;
  margin: 0 auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .vendor-contract-header .vendor-logo {
    display: none;
  }
}
@media (min-width: 768px) {
  .vendor-contract-header .vendor-logo {
    padding: 0 0 55px 30px;
  }
}
@media (min-width: 992px) {
  .vendor-contract-header .vendor-logo {
    padding: 0 0 55px 90px;
  }
}
.vendor-contract-header .vendor-logo img {
  margin: 0 auto;
  height: auto;
  float: right;
}
@media (min-width: 768px) {
  .vendor-contract-header .vendor-logo img {
    margin: 0;
  }
}
.vendor-contract .vendor-contract-body {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -56px;
}
@media (max-width: 767px) {
  .vendor-contract .vendor-contract-body {
    padding: 0 15px;
    margin: 40px 0;
  }
}
@media (max-width: 1279px) {
  .vendor-contract .vendor-contract-body {
    padding: 0 15px;
  }
}
.vendor-contract .vendor-tabs .tabs-top {
  border: 0;
}
.vendor-contract .vendor-tabs .tabs-top > li a {
  border: 0;
  transition: all 0.3s ease-in-out;
  margin: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #eff2f4;
}
.vendor-contract .vendor-tabs .tabs-top > li a.active, .vendor-contract .vendor-tabs .tabs-top > li a:hover, .vendor-contract .vendor-tabs .tabs-top > li a:focus {
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: gray;
}
@media (max-width: 767px) {
  .vendor-contract .vendor-tabs {
    margin: 0 -15px;
    height: 50px;
  }
  .vendor-contract .vendor-tabs .nav-tabs > li a {
    background: #027abb;
    color: white;
    border: 0;
    height: auto;
    border-radius: 0;
    font-size: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #027abb;
    text-align: left;
  }
  .vendor-contract .vendor-tabs .nav-tabs > li a.active, .vendor-contract .vendor-tabs .nav-tabs > li a:hover {
    background: #fff;
    color: black;
    border-radius: 0;
    border-width: 2px;
    border-style: solid;
    border-color: gray;
  }
  .vendor-contract .vendor-tabs.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 15px;
    height: 50px;
    box-shadow: 0 10px 15px rgba(34, 35, 40, 0.05);
  }
  .vendor-contract .vendor-tabs ul {
    border: 0;
    height: auto;
    position: relative;
    z-index: 10;
  }
  .vendor-contract .vendor-tabs ul::after {
    content: "\e313";
    font-family: "Material Icons";
    font-size: 24px;
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 20;
    pointer-events: none;
  }
  .vendor-contract .vendor-tabs ul.open a {
    position: relative;
    display: block;
  }
  .vendor-contract .vendor-tabs li {
    background: #fff;
    display: block;
  }
  .vendor-contract .vendor-tabs a {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 3vmin;
  }
  .vendor-contract .vendor-tabs a.active, .vendor-contract .vendor-tabs a:hover {
    border: 0;
    z-index: 10;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .vendor-contract .vendor-tabs .tabs-top > li {
    width: 20%;
    text-align: center;
    color: white;
    background: #027abb;
    border-radius: 4px 4px 0 0;
  }
  .vendor-contract .vendor-tabs .tabs-top > li a {
    border-width: 2px;
    border-style: solid;
    border-color: #eff2f4;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    margin: 0;
  }
  .vendor-contract .vendor-tabs .tabs-top > li a.active, .vendor-contract .vendor-tabs .tabs-top > li a:hover, .vendor-contract .vendor-tabs .tabs-top > li a:focus {
    background: #fff;
    color: black;
  }
  .vendor-contract .vendor-tabs .nav-justified {
    border-collapse: separate;
    border-spacing: 4px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .vendor-contract .vendor-tabs {
    height: 50px;
  }
  .vendor-contract .vendor-tabs .nav-justified {
    border-collapse: separate;
    border-spacing: 4px;
  }
  .vendor-contract .vendor-tabs .tabs-top > li {
    float: none;
    margin: 0px;
    background: #027abb;
    border-radius: 4px 4px 0 0;
  }
  .vendor-contract .vendor-tabs .tabs-top a {
    border-width: 2px;
    border-style: solid;
    border-color: #eff2f4;
  }
}
@media (max-width: 992px) and (min-width: 768px) and (max-width: 768px) {
  .vendor-contract .vendor-tabs .tabs-top > li {
    border-radius: 0;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .vendor-contract .vendor-tabs ul {
    border: 0;
    height: auto;
    position: relative;
    z-index: 10;
  }
  .vendor-contract .vendor-tabs ul.open a {
    position: relative;
    display: block;
  }
  .vendor-contract .vendor-tabs .nav-tabs > li a {
    background: #027abb;
    color: white;
    border: 0;
    height: auto;
    border-radius: 4px 4px 0 0;
    font-size: 2vmin;
    border-width: 2px;
    border-style: solid;
    border-color: #027abb;
  }
  .vendor-contract .vendor-tabs .nav-tabs > li a.active, .vendor-contract .vendor-tabs .nav-tabs > li a:hover {
    background: #fff;
    color: black;
    border-width: 2px;
    border-style: solid;
    border-color: gray;
  }
}
.vendor-contract .tab-pane {
  display: none;
}
.vendor-contract .tab-pane.active {
  display: block;
}
@media (max-width: 767px) {
  .vendor-contract .tab-pane {
    margin: 30px 0;
  }
}
.vendor-contract .paragraph--type--simple-video {
  margin: 48px auto;
}
.vendor-contract .video-player {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  margin: 60px 0;
}
.vendor-contract .video-player-image {
  -ms-flex: 1 0 40%;
      flex: 1 0 40%;
  overflow: hidden;
  position: relative;
  height: 420px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .vendor-contract .video-player-image {
    height: 320px;
  }
}
.vendor-contract .video-player-image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: relative;
}
.vendor-contract .video-player-image span {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  width: 100px;
  height: 100px;
  color: #fff;
  z-index: 100000;
  display: block;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  font-size: 100px;
  transition: all 0.05s ease-in-out;
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .vendor-contract .video-player-image span {
    font-size: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
}
.vendor-contract .video-player-image span:hover {
  opacity: 1;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
.vendor-contract .video-player-image iframe {
  width: 100%;
  height: 100%;
}
.vendor-contract-footer {
  background: rgb(75, 112, 142);
  background-size: 400%;
  height: auto;
  min-height: 300px;
  width: 100%;
}
@media (min-width: 480px) {
  .vendor-contract-footer {
    background-size: 300%;
  }
}
@media (min-width: 768px) {
  .vendor-contract-footer {
    background-size: 200%;
  }
}
@media (min-width: 992px) {
  .vendor-contract-footer {
    background-size: 100%;
  }
}
@media (min-width: 1280px) {
  .vendor-contract-footer {
    background-size: 100%;
  }
}
.vendor-contract-footer__container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.vendor-contract-footer__container .btn {
  font-size: 16px;
  font-weight: bold;
}
.vendor-contract-footer__container [class*=" col-sm-6"]:first-of-type {
  padding-left: 48px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .vendor-contract-footer__container [class*=" col-sm-6"]:first-of-type {
    padding-left: 18px;
    padding-right: 18px;
    margin: 8px auto 24px;
  }
}
.vendor-contract-footer__container [class*=" col-sm-6"]:last-of-type {
  padding-left: 24px;
  padding-right: 48px;
}
@media (max-width: 767px) {
  .vendor-contract-footer__container [class*=" col-sm-6"]:last-of-type {
    padding-left: 18px;
    padding-right: 18px;
    margin: 8px auto;
  }
}
.vendor-contract-footer__item-container {
  margin: 48px auto;
}
@media (max-width: 767px) {
  .vendor-contract-footer__item-container {
    margin: 24px 18px;
  }
  .vendor-contract-footer__item-container .row-flex {
    display: block;
  }
}
.vendor-contract-footer__item {
  background: #fff;
  height: auto;
  padding: 54px;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .vendor-contract-footer__item {
    padding: 18px;
  }
}
.vendor-contract-footer__item h4,
.vendor-contract-footer__item .h4 {
  color: #003349;
  font-size: 18px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .vendor-contract-footer__item h4,
  .vendor-contract-footer__item .h4 {
    font-size: 24px;
    font-weight: 900;
  }
}
.vendor-contract-footer__item p {
  font-size: 16px;
  margin-bottom: 8px;
}
.vendor-contract-footer__item p:last-of-type {
  margin-bottom: 0;
}
.vendor-contract .rte .field--name-field-simple-text ul {
  column-count: 1;
}
@media (min-width: 767px) {
  .vendor-contract .rte .field--name-field-simple-text ul {
    column-count: 2;
  }
}
.vendor-contract .field--name-field-files .file .file-icon,
.vendor-contract .field--name-field-files .file .file-size {
  display: none;
}
.vendor-contract .field--name-field-files .file a {
  font-weight: normal;
}

.file-space-bottom {
  margin-bottom: 10px;
}

#clicktab:hover {
  text-decoration: none;
}

.row-body.paragraph--type--simple-slideshow {
  background: inherit;
  padding: 0;
}

.image-carousel {
  margin: 60px 0;
}
.image-carousel .slick-slide img {
  width: 100%;
}
.image-carousel .slick-slider {
  margin-bottom: 0;
}
.image-carousel .slick-arrow {
  content: "\e314";
  font-style: normal;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  color: #8196A7;
  padding: 7px;
}
.image-carousel .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.75);
}
.image-carousel .slick-prev:before,
.image-carousel .slick-next:before {
  color: #fff;
  font-family: "Material Icons";
  font-size: 30px;
}
.image-carousel .slick-prev:before:hover,
.image-carousel .slick-next:before:hover {
  color: #8196A7;
}
.image-carousel .slick-prev {
  z-index: 2;
  left: 15px;
}
.image-carousel .slick-prev:before {
  content: "\e314";
}
.image-carousel .slick-next {
  z-index: 2;
  right: 15px;
}
.image-carousel .slick-next:before {
  content: "\e315";
}
.image-carousel .image-carousel-footer {
  background: #003349;
  color: #fff;
  font-size: 16px;
  margin-top: -7px;
  padding: 24px;
}
.image-carousel .image-carousel-footer .slick-slider {
  margin: 0;
}

.field--name-field-additional-forms .field--label {
  margin: 24px 0;
  color: #003349;
  font-size: 24px;
  font-weight: 600;
}

.contract-login {
  border-radius: 10px;
  border: 1px solid darkgray;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .contract-login {
    max-width: 80%;
    margin-top: 20px;
  }
}
.contract-login ul {
  list-style-type: none;
}
.contract-login ul li {
  margin-top: 5px;
}

.contract-login-body {
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.contract-login-footer {
  padding: 10px;
  padding-left: 25px;
}

.contract-login-header {
  border-radius: 10px 10px 0 0;
  background: #003349;
  color: white;
  padding: 5px;
  text-align: center;
  height: 56px;
  font-size: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.contract-login input,
.contract-login label {
  display: block;
}

.contract-login p {
  margin: 10px 0;
}

.contract-login label {
  font-weight: 400;
}

.contract-login input {
  padding: 5px;
}

.contract-login input[type=submit] {
  padding: 5px 40px;
  background-color: #027abb;
  color: #fff;
  border-radius: 8px;
  border-style: none;
}

.contract-login .form-group {
  width: 100%;
}

.contract-login .vendor-contract {
  position: relative;
}

.mini-carousel {
  -ms-flex-line-pack: center;
      align-content: center;
  background: #D7DCE1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.mini-carousel > h1,
.mini-carousel > h2 {
  font-weight: 100;
  margin: 50px auto 0;
  text-align: center;
}
.mini-carousel .row-flex > div[class*=col-] {
  padding: 0;
}
.mini-carousel__container {
  margin: 50px auto 120px;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
}
.mini-carousel__content {
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  max-width: 1150px;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .mini-carousel__content {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin: 0 24px;
  }
}
@media (min-width: 992px) {
  .mini-carousel__content {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin: 0 70px;
  }
}
.mini-carousel__content-image {
  position: relative;
  width: 100%;
  height: 320px;
}
@media (min-width: 768px) {
  .mini-carousel__content-image {
    overflow: hidden;
    position: relative;
    min-height: 600px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .mini-carousel__content-image {
    height: 320px;
    min-height: 320px;
  }
}
.mini-carousel__content-image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  min-height: 600px;
  height: auto;
  position: relative;
  overflow: hidden;
  object-position: center;
}
@media (max-width: 767px) {
  .mini-carousel__content-image img {
    height: 320px;
    min-height: 320px;
  }
}
.mini-carousel__content-text {
  color: #455A64;
  padding: 24px;
  min-height: auto;
}
@media screen and (min-width: 767px) {
  .mini-carousel__content-text {
    min-height: 564px;
    padding: 30px;
  }
}
@media screen and (min-width: 991px) {
  .mini-carousel__content-text {
    padding: 24px 36px;
  }
}
.mini-carousel__content-text h3 {
  color: #003349;
  font-size: 24px;
  text-transform: uppercase;
}
.mini-carousel__content-text h3:after {
  background: #ed8b00;
  content: "";
  display: block;
  height: 4px;
  margin: 30px 0;
  width: 60px;
}
.mini-carousel__content-text .slick-slider {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mini-carousel__content-text .slick-slider {
    margin-bottom: 0;
  }
}
.mini-carousel-counter {
  font-size: 80px;
  font-weight: 600;
}
@media screen and (min-width: 991px) {
  .mini-carousel-counter {
    margin-left: 0;
  }
}
.mini-carousel-footer {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .mini-carousel-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.mini-carousel-footer .slider-buttons {
  width: auto !important;
  margin: 36px 0 0 0;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .mini-carousel-footer .slider-buttons {
    margin: 0 0 0 42px;
    text-align: left;
  }
}
@media screen and (min-width: 991px) {
  .mini-carousel-footer .slider-buttons {
    margin-left: 50px;
  }
}
.mini-carousel-footer .slider-buttons a {
  font-style: normal;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #506D85;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  color: #8196A7;
  padding: 7px;
}
.mini-carousel-footer .slider-buttons a:first-of-type {
  margin-right: 12px;
}
@media screen and (min-width: 991px) {
  .mini-carousel-footer .slider-buttons a:first-of-type {
    margin-right: 24px;
  }
}
.mini-carousel-footer .slider-buttons a:hover {
  background: rgba(255, 255, 255, 0.75);
}
.mini-carousel-footer .slider-buttons a i {
  font-size: 30px;
}
.mini-carousel-footer .slider-buttons a i:hover {
  color: #8196A7;
}
.mini-carousel-footer .ctas-container {
  width: 250px !important;
  margin-left: 0;
  margin-right: 0;
  float: right;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .mini-carousel-footer .ctas-container {
    margin-left: 0;
    margin-right: 30px;
    text-align: right;
  }
}
@media screen and (min-width: 991px) {
  .mini-carousel-footer .ctas-container {
    margin-right: 0;
  }
}
.mini-carousel-footer .ctas-container .slick-slider {
  margin-bottom: 0;
}
.mini-carousel svg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 500px;
  width: 0;
  transition: all 1s ease-in-out;
}
.mini-carousel.active svg {
  width: 100%;
}
.mini-carousel .btn {
  font-size: 18px;
  font-weight: 700;
  margin: 0 42px 0 0;
  padding-left: 0;
  white-space: normal;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .mini-carousel .btn {
    text-align: right;
  }
}
@media screen and (min-width: 991px) {
  .mini-carousel .btn {
    margin: 0 42px 0 0;
  }
}
.mini-carousel .btn:hover {
  text-decoration: none;
}
.mini-carousel .row-flex > div[class*=col-] div {
  width: auto;
}
@media screen and (min-width: 991px) {
  .mini-carousel .row-flex > div[class*=col-] div {
    width: 100%;
  }
}
.mini-carousel .flexEnd {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media screen and (min-width: 991px) {
  .mini-carousel .flexEnd {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.mini-carousel .counter {
  width: 90px;
  height: 100px;
  margin-left: 0;
}
@media screen and (min-width: 480px) {
  .mini-carousel .counter {
    width: 80px;
  }
}
.mini-carousel .counter .counterSlide {
  text-align: left;
}

.paragraph--type--navigation-card {
  background: #fff;
}
@media (min-width: 768px) {
  .paragraph--type--navigation-card {
    margin: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--navigation-card {
    margin: 30px auto;
    max-width: 1250px;
  }
}
.paragraph--type--navigation-card a {
  color: #337ab7;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.paragraph--type--navigation-card a:hover {
  color: #003349;
}
.paragraph--type--navigation-card h2 {
  text-align: center;
  margin: 20px;
}
@media (min-width: 750px) {
  .paragraph--type--navigation-card h2 {
    font-size: 42px;
  }
}
@media (min-width: 150px) and (max-width: 750px) {
  .paragraph--type--navigation-card h2 {
    font-size: 30px;
  }
}
.paragraph--type--navigation-card ul {
  padding-left: 2.5rem;
}
.paragraph--type--navigation-card ul li {
  word-wrap: break-word;
}
.paragraph--type--navigation-card .field--name-field-navigation-summary {
  margin: 10px 10px 10px 0;
}
.paragraph--type--navigation-card .field--name-field-navigation-summary ul {
  margin-left: 15px;
}
.paragraph--type--navigation-card .field--name-field-navigation-summary ul li ul {
  margin-left: -20px;
}

.navigation-cards__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #e7eaed;
  border-bottom: 3px solid #ED8B00;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.navigation-cards__card img {
  width: 100%;
  max-width: 768px;
}
@media screen and (min-width: 992px) {
  .navigation-cards__card img {
    max-width: 593px;
  }
}
@media screen and (min-width: 1280px) {
  .navigation-cards__card img {
    max-width: 385px;
  }
}
.navigation-cards__card .paragraph--type--navigation-card-item h3 {
  color: #003349;
  font-weight: bold;
  margin: 30px 30px 12px;
}
@media (min-width: 750px) {
  .navigation-cards__card .paragraph--type--navigation-card-item h3 {
    font-size: 28px;
  }
}
@media (min-width: 150px) and (max-width: 750px) {
  .navigation-cards__card .paragraph--type--navigation-card-item h3 {
    font-size: 20px;
  }
}
.navigation-cards__card .paragraph--type--navigation-card-item p {
  margin: 0 30px 12px;
}
@media (min-width: 750px) {
  .navigation-cards__card .paragraph--type--navigation-card-item p {
    font-size: 18px;
  }
}
@media (min-width: 150px) and (max-width: 750px) {
  .navigation-cards__card .paragraph--type--navigation-card-item p {
    font-size: 16px;
  }
}
.navigation-cards__card .footnote {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: grey;
  margin: 18px 30px 24px;
}

.icon-card {
  background: #fff;
  margin: 30px 15px;
}
@media screen and (min-width: 1279px) {
  .icon-card {
    margin: 30px auto;
    max-width: 1250px;
    width: 100%;
  }
}
.icon-card h3 {
  font-weight: 600;
}
.icon-card h3 + p {
  margin-right: 50px;
}
.icon-card ol.icon-list {
  list-style: none;
  counter-reset: li;
  margin-left: 0;
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .icon-card ol.icon-list {
    margin-top: 0;
  }
}
.icon-card ol.icon-list > li {
  counter-increment: li;
  padding-left: 84px;
  margin: 0;
  position: relative;
  z-index: 100;
}
.icon-card ol.icon-list > li:last-child {
  border: 0;
}
.icon-card ol.icon-list > li:last-child .decoration::before {
  content: "";
  border: 0;
}
.icon-card ol.icon-list > li::before {
  content: counter(li);
  color: #fff;
  background: #ED8B00;
  border-radius: 50%;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  height: 48px;
  width: 48px;
  margin-left: -84px;
  padding: 8px 18px;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .icon-card ol.icon-list > li::before {
    font-size: 36px;
    height: 60px;
    width: 60px;
    margin-left: -84px;
    padding: 12px 21px;
  }
}
.icon-card ol.icon-list > li .decoration {
  display: inline-table;
  margin-left: 18px;
}
@media screen and (min-width: 767px) {
  .icon-card ol.icon-list > li .decoration {
    margin-left: 30px;
  }
}
.icon-card ol.icon-list > li .decoration::before {
  content: "";
  width: 2px;
  height: 100%;
  border-left: 2px solid #ED8B00;
  position: absolute;
  top: 0;
  left: 23px;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .icon-card ol.icon-list > li .decoration::before {
    left: 29px;
  }
}
.icon-card ol.icon-list > li .decoration ul,
.icon-card ol.icon-list > li .decoration ol {
  margin-bottom: 15px;
  margin-left: 20px;
}
.icon-card ol.icon-list > li h4 {
  font-weight: 600;
  color: #003349;
  margin-top: 0;
}
@media (min-width: 750px) and (max-width: 1660px) {
  .icon-card ol.icon-list > li h4 {
    font-size: 24px;
  }
}
@media (min-width: 150px) and (max-width: 750px) {
  .icon-card ol.icon-list > li h4 {
    font-size: 20px;
  }
}
.icon-card ol.icon-list > li p:last-child {
  margin: 0 0 30px;
}
@media screen and (min-width: 767px) {
  .icon-card ol.icon-list > li p:last-child {
    margin: 0 0 60px;
  }
}
.icon-card ul.icon-list {
  list-style: none;
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .icon-card ul.icon-list {
    margin-top: 0;
  }
}
.icon-card ul.icon-list > li {
  padding-left: 84px;
  margin: 0;
  position: relative;
  z-index: 100;
}
.icon-card ul.icon-list > li:last-child {
  border: 0;
}
.icon-card ul.icon-list > li:last-child .decoration::before {
  content: "";
  border: 0;
}
.icon-card ul.icon-list > li[data-icon]::before {
  content: attr(data-icon);
  font-family: "Material Icons";
  color: #fff;
  background: #ED8B00;
  border-radius: 50%;
  display: inline-block;
  font-size: 28px;
  height: 48px;
  width: 48px;
  margin-left: -84px;
  padding: 10px;
  line-height: 1;
  -webkit-font-smoothing: antialiased; /* Support for all WebKit browsers. */
  text-rendering: optimizeLegibility; /* Support for Safari and Chrome. */
  -moz-osx-font-smoothing: grayscale; /* Support for Firefox. */
  font-feature-settings: "liga"; /* Support for IE. */
}
@media screen and (min-width: 767px) {
  .icon-card ul.icon-list > li[data-icon]::before {
    font-size: 36px;
    height: 60px;
    width: 60px;
    margin-left: -84px;
    padding: 12px;
  }
}
.icon-card ul.icon-list > li .btn-link {
  white-space: pre-wrap;
  text-align: left;
}
.icon-card ul.icon-list > li .decoration {
  display: inline-table;
  margin-left: 18px;
}
@media screen and (min-width: 767px) {
  .icon-card ul.icon-list > li .decoration {
    margin-left: 30px;
  }
}
.icon-card ul.icon-list > li .decoration::before {
  content: "";
  width: 2px;
  height: 100%;
  border-left: 2px solid #ED8B00;
  position: absolute;
  top: 0;
  left: 23px;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .icon-card ul.icon-list > li .decoration::before {
    left: 29px;
  }
}
.icon-card ul.icon-list > li .decoration ul,
.icon-card ul.icon-list > li .decoration ol {
  margin-bottom: 15px;
  margin-left: 20px;
}
.icon-card ul.icon-list > li h4 {
  font-weight: 600;
  font-size: 20px;
  color: #003349;
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .icon-card ul.icon-list > li h4 {
    font-size: 24px;
  }
}
.icon-card ul.icon-list > li p:last-child {
  margin: 0 0 30px;
}
@media screen and (min-width: 767px) {
  .icon-card ul.icon-list > li p:last-child {
    margin: 0 0 60px;
  }
}

.field--name-field-rows .icon-card ol.icon-list,
.field--name-field-rows .icon-card ul.icon-list {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.section__content.gray .icon-card,
.section__content .icon-card {
  background: transparent;
}

.section__content.white .icon-card {
  background: transparent;
}

.multi-column {
  text-align: center;
  margin: 60px 15px;
  width: auto;
}
@media screen and (min-width: 1279px) {
  .multi-column {
    margin: 60px auto;
    max-width: 1250px;
    margin-bottom: 85px;
  }
}
.multi-column .row-body__content {
  margin: 0 0 18px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .multi-column .row-body__content {
    height: auto !important;
    margin: 0;
  }
}
.multi-column .cta-footer {
  margin-top: 24px;
}
.multi-column .count-title {
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -2px;
  margin: 10px 0 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .multi-column .count-title {
    letter-spacing: -2px;
    font-size: 8vw;
  }
}
@media screen and (min-width: 991px) {
  .multi-column .count-title {
    letter-spacing: -5px;
    font-size: 8vw;
  }
}
@media screen and (min-width: 1279px) {
  .multi-column .count-title {
    letter-spacing: -5px;
    font-size: 100px;
  }
}
.multi-column .count-title:before {
  content: attr(data-pre);
}
.multi-column .count-title:after {
  content: attr(data-post);
}
.multi-column h1:after {
  background: #ed8b00;
  content: "";
  display: block;
  height: 4px;
  margin: 30px auto 24px;
  text-align: center;
  width: 60px;
}
.multi-column p {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.multi-column .btn-link {
  margin-top: 18px;
}
.multi-column .btn-primary {
  margin-top: 70px;
}

.section__solicitation p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 12px 18px 0;
}
@media screen and (min-width: 992px) {
  .section__solicitation p {
    margin: 0 90px 18px 0;
  }
}
@media screen and (min-width: 768px) {
  .section__solicitation p {
    margin: 0 30px 18px 0;
  }
}
.section__solicitation .byline {
  font-size: 18px;
  line-height: 30px;
}
.section__solicitation h3, .section__solicitation .h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  margin: 0 30px 16px 0;
}
@media screen and (min-width: 768px) {
  .section__solicitation h3, .section__solicitation .h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 30px 30px 0;
  }
}
.section__solicitation .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 30px;
}
.section__solicitation .panel .tr {
  border-bottom: 1px solid #D7DCE1;
}
.section__solicitation .table-responsive {
  margin-bottom: 30px;
}
.section__solicitation .tbody {
  border: 0;
}
.section__solicitation .tbody .tr,
.section__solicitation .thead .tr {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section__solicitation .tbody .tr .td,
  .section__solicitation .thead .tr .td {
    font-size: 16px;
    padding: 12px 24px 12px 0;
    vertical-align: middle;
    line-height: 1.42857143;
  }
  .section__solicitation .thead .tr .td {
    font-size: 18px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .section__solicitation .table-responsive {
    border: 0;
    overflow-y: auto;
  }
  .section__solicitation .panel > .table-responsive {
    height: auto;
    padding: 15px 0;
  }
  .section__solicitation .tbody .tr .td,
  .section__solicitation .thead .tr .td {
    padding: 12px 0;
  }
  .section__solicitation .thead {
    border-bottom: 1px solid #D7DCE1;
    font-weight: bold;
  }
  .section__solicitation .tbody .tr {
    position: relative;
  }
  .section__solicitation .tbody .tr .td {
    padding-top: 12px;
  }
  .section__solicitation .tbody .tr .td:not(:first-of-type) {
    padding-top: 0;
    padding-bottom: 12px;
  }
}
.section__solicitation .views-field-field-solicitation-awarded .field-content ul {
  margin: 0;
}
.section__solicitation .views-field-field-solicitation-awarded .field-content ul li {
  border-bottom: 1px solid #D7DCE1;
  font-size: 16px;
  padding: 12px 0;
  vertical-align: middle;
  line-height: 1.42857143;
}

@media screen and (min-width: 1280px) {
  .section__content .field--name-field-general-solicitations .view-content,
  .section__content .field--name-field-eziqc-solicitations .view-content {
    margin-top: 0px;
  }
}
.section-pending .field--name-field-general-solicitations .row.tr .td.col-sm-4.hidden-xs:not(.field--label):after,
.section-pending .field--name-field-eziqc-solicitations .row.tr .td.col-sm-4.hidden-xs:not(.field--label):after {
  content: "Closed Date";
}

.section-pending .field--name-field-general-solicitations .row.tr .td.col-sm-4:not(.field--label) span,
.section-pending .field--name-field-eziqc-solicitations .row.tr .td.col-sm-4:not(.field--label) span {
  display: none;
}

.section-recently-awarded .field--name-field-general-solicitations .row.tr div:not(.field--label),
.section-recently-awarded .field--name-field-eziqc-solicitations .row.tr div:not(.field--label) {
  display: none;
}

.section-recently-awarded .field--name-field-general-solicitations .row.tr div.td.col-sm-8,
.section-recently-awarded .field--name-field-eziqc-solicitations .row.tr div.td.col-sm-8,
.section-recently-awarded .field--name-field-general-solicitations .row.tr div.td.empty,
.section-recently-awarded .field--name-field-eziqc-solicitations .row.tr div.td.empty {
  display: block;
}

.solicitation-details {
  margin: 30px;
  width: auto;
}
@media screen and (min-width: 767px) {
  .solicitation-details {
    max-width: 752px;
    margin: 30px auto;
  }
}
.solicitation-details .pill-label {
  padding: 6px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #ED8B00;
  border-radius: 16px;
  display: inline-block;
  width: auto;
}
.solicitation-details .pill-label.open {
  background: #ED8B00;
}
.solicitation-details .pill-label.pending {
  background: #7A9A01;
}
.solicitation-details .pill-label.awarded {
  background: #027ABB;
}
.solicitation-details .bid-proposal {
  border-left: 4px solid #ED8B00;
  padding: 6px 12px;
  margin-bottom: 30px;
}
.solicitation-details .bid-proposal-comment {
  margin: 12px 0;
}
.solicitation-details .bid-proposal p {
  line-height: 24px;
  margin: 0;
}
.solicitation-details .seminar-block {
  background: #F7F8F9;
  border-left: 4px solid #ED8B00;
  padding: 12px 18px;
  margin-bottom: 30px;
}
.solicitation-details .seminar-block .icon-calendar {
  margin-bottom: 0;
}
.solicitation-details .seminar-block .icon-calendar:before {
  content: "\e916";
  font-family: "Material Icons";
  font-size: inherit;
  vertical-align: middle;
  margin-left: -28px;
  margin-right: 6px;
  padding-left: 28px;
}
.solicitation-details .seminar-block .icon-clock {
  margin-bottom: 0;
}
.solicitation-details .seminar-block .icon-clock:before {
  content: "\e8ae";
  font-family: "Material Icons";
  font-size: inherit;
  vertical-align: middle;
  margin-left: -28px;
  margin-right: 6px;
  padding-left: 28px;
}
.solicitation-details .seminar-block .icon-location {
  position: relative;
  padding-left: 28px;
}
.solicitation-details .seminar-block .icon-location:before {
  content: "\e8b4";
  font-family: "Material Icons";
  font-size: inherit;
  vertical-align: middle;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.solicitation-details .seminar-block .btn-default-primary {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.solicitation-details .important-dates-bold {
  margin: 10px 0 25px 0;
  font-weight: bold;
  font-size: 16px;
}
.solicitation-details .important-dates {
  margin: 15px 0;
}
.solicitation-details .form-requred-fields {
  margin: 15px 0 30px 0;
  font-weight: bold;
  font-style: italic;
}
.solicitation-details .solicitation-closed {
  font-weight: bold;
  margin: 30px 0;
}
.solicitation-details .contact-message-form .form-control {
  width: 100%;
}
.solicitation-details .field--name-field-solicitation-cta-links {
  margin-top: 20px;
}
.solicitation-details .field--name-field-bids-tenders-link {
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0;
}
.solicitation-details .solicitation-documents-list {
  list-style: none;
  margin-top: 18px;
}
.solicitation-details .solicitation-documents-list .icon {
  margin: 4px 4px 4px 0;
}
.solicitation-details .address-container-inline .form-item {
  vertical-align: top;
}

.paragraph--type--solicitation-listing .panel {
  background: transparent;
}

.program-listing header {
  height: inherit;
}
.program-listing .component__program-listing-item {
  background-color: #F7F8F9;
  margin: 18px 0 36px;
}
.program-listing .component__program-listing-item h3 {
  margin: 16px 0 14px 0;
  font-size: 20px;
}
.program-listing .component__program-listing-item .img-thumb {
  padding: 0;
}
.program-listing .component__program-listing-item img {
  padding-right: 0;
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.program-listing .component__program-listing-item .component__program-listing-textbox {
  padding-bottom: 10px;
  padding-top: 5px;
}
.program-listing .component__program-listing-item .component__program-listing-body p {
  margin-bottom: 10px;
}
.program-listing .component__program-listing-item .component__program-listing-region {
  font-size: 14px;
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 1.8em 0 1em;
  font-weight: bold;
  letter-spacing: 1px;
}
.program-listing .pager li > a {
  color: #fff;
  background: #027abb;
}
.program-listing .pager li > a:hover {
  background: #06669d;
}

.component__program-listing-region {
  font-size: 14px;
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 1.8em 0 1em;
  font-weight: bold;
  letter-spacing: 1px;
}

.inline-message {
  background: #fff;
  margin: 30px auto;
  text-align: left;
  width: 100%;
  max-width: 1280px;
}
.inline-message__content {
  border-left: 4px solid #ED8B00;
  margin: 0 12px;
  padding: 12px;
}
.inline-message__content p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .inline-message__content {
    margin: 0 18px;
    padding: 12px 18px;
  }
}

.field--name-field-section-content .inline-message__content {
  margin: 12px 0;
}

.inline-contact .field {
  clear: both;
}

.inline-contact .field .field--label, .inline-contact .field .field--item {
  float: left;
  margin-right: 10px;
}

.inline-user .field {
  clear: both;
}

.inline-user .field .field--label, .inline-user .field .field--item {
  float: left;
  margin-right: 10px;
}

.inline-contact .field.field--name-field-ext {
  clear: inherit;
}

.inline-contact .field.field--name-field-ext- {
  clear: inherit;
}

.member-lookup {
  background: #F7F8F9;
}
.member-lookup__header {
  background: #fff;
  border-bottom: 2px solid #D7DCE1;
  margin: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .member-lookup__header {
    margin: 20px 0 72px 0;
  }
}
.member-lookup__header .col-ms-12 {
  padding-left: 13px;
  padding-right: 13px;
}
.member-lookup__header .col-sm-3 {
  padding-left: 13px;
  padding-right: 13px;
}
.member-lookup__header .col-md-1 {
  padding-left: 0;
  padding-right: 13px;
}
@media screen and (max-width: 767px) {
  .member-lookup__header .form-group {
    margin-right: 15px;
  }
}
.member-lookup__header label {
  font-size: 12px;
  font-weight: normal;
}
.member-lookup__header input {
  border-radius: 6px;
  font-size: 16px;
  height: 42px;
  padding: 7px 12px;
  width: 100%;
}
.member-lookup__header select {
  width: 100%;
}
.member-lookup__header .buttons {
  margin: 6px 30px 18px 0;
}
@media screen and (min-width: 768px) {
  .member-lookup__header .buttons {
    margin: 0 6px;
  }
}
.member-lookup__header .buttons .btn-primary {
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 8px 12px;
  width: 100%;
  outline: none;
}
@media screen and (min-width: 480px) {
  .member-lookup__header .buttons .btn-primary {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .member-lookup__header .buttons .btn-primary {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.member-lookup__header .buttons .btn-link {
  color: #e73737;
  font-size: 14px;
  font-weight: normal;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 9px 12px;
  width: 100%;
  outline: none;
}
@media screen and (min-width: 480px) {
  .member-lookup__header .buttons .btn-link {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .member-lookup__header .buttons .btn-link {
    color: #B6C1CB;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.member-lookup__header .buttons .btn-link:hover {
  color: #455A64;
}
.member-lookup__container {
  margin: 0 15px;
  max-width: 1250px;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .member-lookup__container {
    margin: 0 auto;
  }
}
.member-lookup__results {
  margin: 0 auto;
  max-width: 750px;
  text-align: left;
  width: 100%;
}
.member-lookup__results h1 {
  font-size: 16px;
  font-weight: 400;
  margin: 24px 15px 0;
}
@media screen and (min-width: 768px) {
  .member-lookup__results h1 {
    font-size: 42px;
    font-weight: 100;
    margin: 0;
  }
}
.member-lookup__results .member-lookup__item a {
  color: inherit;
}
.member-lookup__body {
  background: #fff;
  margin-top: 18px;
}
.member-lookup__body > p {
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .member-lookup__body {
    margin-top: 24px;
  }
}
.member-lookup__item {
  background: transparent;
  border-bottom: 2px solid #D7DCE1;
  border-left: 4px solid transparent;
  padding: 30px;
  z-index: 1;
}
.member-lookup__item:last-of-type {
  border-bottom: 0;
}
.member-lookup__item:hover, .member-lookup__item.active {
  background: #fff;
  border-left: 4px solid #ED8B00;
  box-shadow: 0 6px 24px rgba(30, 35, 40, 0.2);
  cursor: pointer;
  z-index: 100;
}
.member-lookup__item h4 {
  margin: 0 0 12px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .member-lookup__item h4 {
    font-size: 20px;
  }
}
.member-lookup__item div.location {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .member-lookup__item div.location {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: 0 0 12px;
    line-height: 1.1;
  }
}
.member-lookup__item span.type {
  font-size: 16px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .member-lookup__item span.type {
    font-size: 18px;
    font-weight: inherit;
  }
}
.member-lookup__item ul {
  list-style: none;
  margin: 0;
}
.member-lookup__item ul li {
  padding: 6px 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .member-lookup__item ul li {
    font-size: 18px;
  }
}
.member-lookup__cta {
  margin: 0 0 30px;
  text-align: center;
}
.member-lookup__cta a {
  font-weight: 600;
}
.member-lookup .form-submit span {
  display: none;
}

#member-lookup-sortby {
  height: 36px;
  width: 100px;
  margin: 15px 15px 0;
}
@media screen and (min-width: 768px) {
  #member-lookup-sortby {
    margin: 12px 0 15px;
  }
}

#organization-name {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #organization-name {
    margin: 0;
  }
}

#member-lookup-pagination {
  text-align: center;
}
#member-lookup-pagination .pagination {
  background: #fff;
  border: 1px solid #F7F8F9;
  border-radius: 4px;
  margin: 42px auto;
  padding: 6px 12px;
}

.member-lookup-message {
  margin-bottom: 18px;
}

.component-member-details {
  background: #F7F8F9;
}
.component-member-details__wrapper {
  background: #fff;
  border-left: 4px solid #ED8B00;
  max-width: 750px;
  padding: 18px 15px 24px;
}
@media (min-width: 768px) {
  .component-member-details__wrapper {
    margin: 80px auto;
    padding: 24px 60px 36px;
    width: 100%;
  }
}
.component-member-details__wrapper .icon-left-arrow {
  font-size: 16px;
  font-weight: 600;
  color: #455A64;
}
.component-member-details__results {
  padding: 0;
  margin: 15px 18px 30px;
}
@media (min-width: 768px) {
  .component-member-details__results {
    padding: 6px;
    margin: 15px 30px 30px;
  }
  .component-member-details__results dl dt {
    font-size: 18px;
  }
  .component-member-details__results dl dd {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .component-member-details__results .number {
    font-size: 16px;
    padding: 0;
  }
  .component-member-details__results .number p {
    text-align: left;
  }
}
.component-member-details__results .row {
  border-bottom: 2px solid #D7DCE1;
  padding: 18px 0;
}
.component-member-details__results p {
  line-height: inherit;
  margin: 0;
  text-align: right;
}
.component-member-details__results dl {
  margin: 0 -15px;
}
.component-member-details__results dl dt {
  font-size: 16px;
}
.component-member-details__results dl dd {
  font-size: 16px;
  margin: 0;
}
.component-member-details__content {
  margin: 0 16px;
}
.component-member-details__content a {
  font-weight: 600;
}

.disclaimer {
  background: #EFF2F4;
}
.disclaimer__container {
  margin: 15px auto;
  max-width: 1250px;
}
.disclaimer p {
  font-size: 14px;
  line-height: 20px;
}

.search-vendors-contracts-header {
  background: #eff2f4;
  height: 175px;
  min-height: 175px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
}
.search-vendors-contracts-header h1 {
  color: #003349;
  padding: 40px 15px;
}
@media (max-width: 991px) {
  .search-vendors-contracts-header h1 {
    font-size: 37px;
  }
}
.search-vendors-contracts-header-heading {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
}
.search-vendors-contracts-header-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
}
.search-vendors-contracts-header-links .header-links-label {
  display: none;
}
.search-vendors-contracts-header-links span, .search-vendors-contracts-header-links a {
  padding: 0 15px;
  display: inline-block;
}
.search-vendors-contracts-header-links ul {
  margin: 0;
  display: inline-block;
}
.search-vendors-contracts-header-links ul li {
  margin: 0;
  display: inline-block;
}
.search-vendors-contracts-header-links ul li a {
  color: #455A64;
  position: relative;
  margin-bottom: 18px;
}
.search-vendors-contracts-header-links ul li a:hover {
  text-decoration: none;
}
.search-vendors-contracts-header-links ul li a.is-active {
  font-weight: bold;
}
.search-vendors-contracts-header-links ul li a:before {
  display: block;
  width: 30px;
  content: "";
  margin: 15px auto 0;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  transition: all 0.15s ease-in-out 0s;
  left: 50%;
  position: absolute;
  height: 3px;
  top: 24px;
  visibility: hidden;
  text-align: center;
  background: #ED8B00;
}
.search-vendors-contracts-header-links ul li a:hover:before, .search-vendors-contracts-header-links ul li a:active:before, .search-vendors-contracts-header-links ul li a.is-active:before {
  -ms-transform: translate(-50%, 0%) scaleX(2);
      transform: translate(-50%, 0%) scaleX(2);
  visibility: visible;
}
@media (min-width: 768px) {
  .search-vendors-contracts-header-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: left;
        justify-content: left;
  }
  .search-vendors-contracts-header-links .header-links-label {
    display: inline;
  }
  .search-vendors-contracts-header-links ul li {
    margin: 0;
  }
  .search-vendors-contracts-header-links ul li a:after {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .search-vendors-contracts .hideSelect {
    border-bottom: none !important;
  }
}
.search-vendors-contracts .hideSelect select {
  display: none;
}
.search-vendors-contracts .search-vendors-contracts-header-index {
  border-bottom: 2px solid #BEC9D1;
  padding: 30px 0;
  margin: 0 15px 25px 15px;
}
.search-vendors-contracts .search-vendors-contracts-header-index ul {
  display: none;
  margin: 0;
}
.search-vendors-contracts .search-vendors-contracts-header-index ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 10px;
}
.search-vendors-contracts .search-vendors-contracts-header-index ul li a:hover, .search-vendors-contracts .search-vendors-contracts-header-index ul li a.is-active {
  color: #38347D;
  text-decoration: underline;
}
.search-vendors-contracts .search-vendors-contracts-header-index select {
  height: 42px;
}
@media (min-width: 768px) {
  .search-vendors-contracts .search-vendors-contracts-header-index {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 0 50px 0;
  }
  .search-vendors-contracts .search-vendors-contracts-header-index ul {
    display: block;
  }
  .search-vendors-contracts .search-vendors-contracts-header-index select {
    display: none;
  }
}
.search-vendors-contracts .search-vendors-contracts-header-form {
  padding: 25px 0 0 0;
  margin-bottom: 50px;
}
.search-vendors-contracts .search-vendors-contracts-header-form:after {
  content: "";
  display: block;
  padding-top: 25px;
  margin: 0 15px;
  border-bottom: 2px solid #BEC9D1;
}
.search-vendors-contracts .search-vendors-contracts-header-form .shs-enabled {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
.search-vendors-contracts .search-vendors-contracts-header-form .form-type-cshs {
  margin: 0;
  padding: 15px;
}
.search-vendors-contracts .search-vendors-contracts-header-form .form-type-cshs .select-wrapper, .search-vendors-contracts .search-vendors-contracts-header-form .form-type-cshs #edit-category {
  position: relative;
  min-height: 1px;
  margin: 15px 0;
  float: left;
  width: 100%;
}
.search-vendors-contracts .search-vendors-contracts-header-form .form-type-cshs .select-wrapper select, .search-vendors-contracts .search-vendors-contracts-header-form .form-type-cshs #edit-category select {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(69, 90, 100, 0.5);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.search-vendors-contracts .search-vendors-contracts-header-form .form-control {
  width: 100%;
  font-size: 16px;
  height: 42px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.search-vendors-contracts .search-vendors-contracts-header-form .select-wrapper {
  display: block;
  margin: 0;
}
.search-vendors-contracts .search-vendors-contracts-header-form .input-group {
  width: 100%;
}
.search-vendors-contracts .search-vendors-contracts-header-form .input-group .input-group-addon {
  width: 50px;
  background-color: #027abb;
  color: #FFF;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-color: #027abb;
  padding: 0;
}
.search-vendors-contracts .search-vendors-contracts-header-form .input-group .input-group-addon .form-submit {
  background-color: #027abb;
  border-color: #027abb;
  font-size: 0;
}
.search-vendors-contracts .search-vendors-contracts-header-form .input-group .input-group-addon .form-submit:before {
  font-size: 20px;
  font-weight: normal;
}
.search-vendors-contracts .search-vendors-contracts-header-form .vendor-search-container {
  margin: 0 35px;
  max-width: 1250px;
}
@media (min-width: 1280px) {
  .search-vendors-contracts .search-vendors-contracts-header-form .vendor-search-container {
    margin: 0 auto;
  }
}
.search-vendors-contracts .search-vendors-contracts-header-form .search .form-control {
  width: 100%;
}
.search-vendors-contracts .search-vendors-contracts-header-form-clear {
  text-align: center;
  padding-top: 5px;
}
.search-vendors-contracts .search-vendors-contracts-header-form-clear button {
  background-color: transparent;
  border: none;
  font-size: 15px;
  color: #e73737;
  cursor: pointer;
}
@media (min-width: 768px) {
  .search-vendors-contracts .search-vendors-contracts-header-form:after {
    margin: 0;
  }
  .search-vendors-contracts .search-vendors-contracts-header-form .form-type-cshs {
    padding: 0;
  }
  .search-vendors-contracts .search-vendors-contracts-header-form .form-type-cshs .select-wrapper, .search-vendors-contracts .search-vendors-contracts-header-form .form-type-cshs #edit-category {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
  .search-vendors-contracts .search-vendors-contracts-header-form .form-type-cshs .select-wrapper:before, .search-vendors-contracts .search-vendors-contracts-header-form .form-type-cshs .select-wrapper:after {
    margin-right: 15px;
  }
  .search-vendors-contracts .search-vendors-contracts-header-form .input-group {
    margin: 0;
  }
  .search-vendors-contracts .search-vendors-contracts-header-form-clear button {
    color: #58595b;
  }
}
@media (min-width: 992px) {
  .search-vendors-contracts .search-vendors-contracts-header-form form {
    padding-left: 50px;
  }
}
.search-vendors-contracts .component__search-vendors-contracts-index {
  border-bottom: 2px solid #BEC9D1;
  margin: -15px 0 50px 0;
  padding-bottom: 10px;
}
.search-vendors-contracts .component__search-vendors-contracts-index h3 {
  font-size: 35px;
  font-weight: 200;
  color: #555555;
  margin: 0 50px 0 0;
}
.search-vendors-contracts .component__search-vendors-contracts-item:after {
  content: "";
  display: block;
  border-bottom: 2px solid #BEC9D1;
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
.search-vendors-contracts .component__search-vendors-contracts-item .component__search-vendors-contracts-textbox h3 {
  margin: 0 0 10px;
}
.search-vendors-contracts .component__search-vendors-contracts-item .component__search-vendors-contracts-number {
  font-size: 1em;
}
.search-vendors-contracts .component__search-vendors-contracts-item img {
  border: 2px solid #BEC9D1;
  border-radius: 7px;
}
.search-vendors-contracts .component__search-vendors-contracts-item ul.component__search-vendors-contracts-category {
  list-style: none;
}
.search-vendors-contracts .component__search-vendors-contracts-item ul.component__search-vendors-contracts-category li {
  display: inline-block;
  background-color: #f6f7f8;
  color: #58595b;
  padding: 5px 10px;
  border-radius: 15px;
  margin: 2px 0;
}
.search-vendors-contracts .component__search-vendors-contracts-item ul.component__search-vendors-contracts-category li a {
  color: #58595b;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .search-vendors-contracts .component__search-vendors-contracts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .search-vendors-contracts .component__search-vendors-contracts-index {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .search-vendors-contracts .component__search-vendors-contracts-index h3 {
    font-size: 50px;
    color: #000;
  }
}

.glyphicon-search {
  font-family: "Material Icons";
}
.glyphicon-search:before {
  content: "search";
  font-feature-settings: "liga"; /* Support for IE. */
}

.block-simple-blockeziqc-search-cta .row .contents {
  margin: 0 auto;
  float: none !important;
  border: 1px solid #027abb;
  padding: 12px 30px;
}

.contract_selection_form {
  margin: 0 auto 30px;
  float: none !important;
  border: 1px solid #5cb85c;
  padding: 12px 30px;
  text-align: center;
}

.facets-widget-checkbox {
  margin: 72px 0px 72px 68px;
}
@media (max-width: 768px) {
  .facets-widget-checkbox {
    margin: 15px;
  }
}

.facets-widget-checkbox ul {
  list-style: none;
}

.vendor-search-container .input-group span.input-group-addon {
  display: none;
}

.search-vendors-contracts-header-form .form-autocomplete {
  margin: 0;
}

.vendor_search_icon {
  font-size: 24px;
}

.site-search-header {
  background: #EFF2F4;
}
.site-search-header__container {
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-search-header__container {
    padding: 12px 0;
  }
}
.site-search-header__container h3 {
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 0 60px;
}
@media screen and (max-width: 767px) {
  .site-search-header__container h3 {
    font-size: 24px;
    text-align: center;
    margin: 24px 18px;
  }
}
.site-search-header__container .input-group {
  width: 100%;
  padding: 15px 0px 15px 0px;
}
.site-search-header__container .input-group input.form-text {
  border: 1px solid #D7DCE1;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 52px;
  width: 100%;
  font-size: 18px;
}
.site-search-header__container .input-group input.form-text:focus {
  border: 1px solid #027abb;
}
.site-search-header__container .input-group .input-group-btn {
  width: 50px;
}
.site-search-header__container .btn-search {
  background: #027abb;
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-size: 24px;
  height: 52px;
  padding: 12px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .site-search-header__container .btn-search {
    margin-right: 0;
  }
}
.site-search-header__container .btn-search:link,
.site-search-header__container .btn-search:visited {
  color: #fff;
}
.site-search-header__container .btn-search:active,
.site-search-header__container .btn-search:hover {
  background: #06669d;
  color: #fff;
}
.site-search-header__container select.form-control {
  border: 1px solid #D7DCE1;
  font-size: 16px;
  /* height: 40px; */
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .site-search-header__container select.form-control {
    width: auto;
    margin: 18px;
  }
}
.site-search-results {
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
}
.site-search-results__filters {
  margin: 72px 0 72px 60px;
}
.site-search-results__filters .tabs-left {
  border-left: 2px solid #ED8B00;
  list-style-type: none;
}
.site-search-results__filters .tabs-left > li {
  float: none;
  margin: 0px;
  padding: 9px 18px;
}
.site-search-results__filters .tabs-left > li a {
  color: #455A64;
  transition: all 0.3s ease-in-out;
}
.site-search-results__content {
  margin: 50px 60px 72px 30px;
}
@media screen and (max-width: 767px) {
  .site-search-results__content {
    margin: 30px 18px;
  }
}
.site-search-results__content-item {
  padding: 24px 0;
}
.site-search-results__content-item:first-of-type {
  padding: 0 0 24px;
}
.site-search-results__content-item h3 {
  font-size: 28px;
  font-weight: normal;
  margin: 0 18px 12px 0;
}
@media screen and (max-width: 767px) {
  .site-search-results__content-item h3 {
    font-size: 18px;
    font-weight: bold;
  }
}
.site-search-results__content-item p {
  margin: 0 18px 12px 0;
}
.site-search-results__content-thumbnail {
  float: right;
  position: relative;
  border: 1px solid #D7DCE1;
  border-radius: 6px;
  margin: 0 0 0 18px;
  width: 180px;
  height: 108px;
}
@media screen and (max-width: 767px) {
  .site-search-results__content-thumbnail {
    width: 114px;
    height: 68px;
  }
}

.site-search .results-label {
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  padding-left: 10px;
}

.site-search-results .facets-widget-checkbox {
  margin: 45px 0px 45px 0px;
}
@media (max-width: 992px) {
  .site-search-results .facets-widget-checkbox {
    margin: 15px;
  }
}

.site-search-results .facet-item {
  padding-left: 15px;
}

.facets-widget-checkbox h3 {
  font-weight: 100;
  margin: 15px 0;
  font-size: 30px;
}

.site-search-results .facet-item label {
  font-weight: 100;
  margin-left: 5px;
}

.site-search .results-label .h4 {
  margin: 5px;
  padding-top: 10px;
}

.site-search .field-content a {
  color: #027abb;
  font-weight: 600;
  font-size: 24px;
}

.site-search .form-item {
  margin: 0;
}

.site-search .form-group {
  margin: 0;
}

.site-search .views-field-field-contract-description {
  margin: 10px 0px 15px 0px;
}

.site-search .views-field-field-cp-contract-description-1 {
  margin: 10px 0px 15px 0px;
}

.inline-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #eff2f4;
}

.inline-links .heading {
  font-size: 40px;
  line-height: 30px;
  margin: 0 40px 0 0;
  color: #506d85;
  margin-bottom: 5px;
  margin-right: 15px;
}

.inline-links .inline-link-list {
  display: -ms-flexbox;
  display: flex;
}

.inline-links .inline-link {
  padding: 22px;
}

.inline-links .inline-link:hover {
  background-color: #003349;
}

.inline-links .inline-link {
  display: -ms-flexbox;
  display: flex;
}

.inline-links .inline-link:hover {
  text-decoration: none;
}

.inline-links .inline-link .link-text {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.inline-links .icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.inline-links .inline-link .default-image {
  display: block;
}

.inline-links .inline-link:hover .default-image {
  display: none;
}

.inline-links .inline-link .hover-image {
  display: none;
}

.inline-links .inline-link:hover .hover-image {
  display: block;
}

.inline-links ul {
  list-style-type: none;
  margin: 0;
}

@media (max-width: 1250px) {
  .inline-links {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .inline-links .inline-link-list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .inline-links .heading {
    margin: 1rem 0;
  }
}
.headline input,
p,
h1 {
  padding: 0;
  margin: 0;
}

.headline a {
  text-decoration: none;
}

.headline h1 {
  font-weight: 100;
  font-size: 2rem;
}

.headline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-size: cover;
  font-family: "Source Sans Pro", sans-serif;
}

.headline input[type=text] {
  outline: none;
  text-decoration: none;
  border: none;
  padding: 1rem;
  opacity: 0.8;
  width: 350px;
  height: 57px;
}

.headline .head-text {
  margin: 1rem;
  color: white;
}

.headline .search-input {
  margin: 1rem;
  display: -ms-flexbox;
  display: flex;
}

.headline .btn {
  color: white;
  font-weight: 400;
  background-color: #027abb;
  padding: 1rem;
  width: 130px;
  outline: none;
  opacity: 0.9;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.headline .btn:hover,
.link:hover {
  background-color: #06669d;
  transition: ease 0.3s;
  cursor: pointer;
  text-decoration: underline;
}

.headline .link {
  background-color: #027abb;
  color: white;
  padding: 0.7rem 1.2rem;
  margin: 1rem 1rem 0 1rem;
  border-radius: 6px 6px 0px 0px;
  min-width: 245px;
  text-align: center;
}

.headline .search,
.heading,
.action-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.headline .bottom {
  width: auto;
  height: auto;
  background-color: white;
}

.headline .link:hover {
  background-color: #06669d;
  transition: ease 0.3s;
  cursor: pointer;
  text-decoration: underline;
}

.headline input[type=text]:-ms-input-placeholder {
  opacity: 0.5;
}

.headline input[type=text]::placeholder {
  opacity: 0.5;
}

.headline input[type=text] {
  padding: 0.8rem;
}

.headline .icon {
  margin-left: 0.3rem;
  font-size: 20px;
  color: white;
}

.headline .magnifying-glass {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  position: relative;
  margin-left: 20px;
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
}

.headline .magnifying-handle {
  width: 15px;
  height: 2px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  background-color: white;
  position: absolute;
  left: 80%;
  bottom: -30%;
}

.headline .input-group {
  margin-right: -5px;
  width: 350px;
}

.search-input .input-group span.input-group-addon {
  display: none;
}

@media (max-width: 1000px) {
  .headline input[type=text] {
    width: 275px;
  }
  .headline .action-buttons {
    -ms-flex-direction: column;
        flex-direction: column;
    width: fit-content;
  }
  .headline .link {
    border-radius: 6px;
  }
  .headline .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 425px) {
  .headline input[type=text] {
    width: 170px;
  }
  .headline .heading {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .headline .input-group {
    width: 170px;
    height: 57px;
  }
  .headline .form-group {
    float: left;
  }
}
@media (max-width: 768px) {
  .headline #edit-keyword:-ms-input-placeholder {
    color: transparent;
  }
  .headline #edit-keyword::placeholder {
    color: transparent;
  }
}
.feature-1 {
  text-align: center;
}
.feature-1 .image-caption {
  text-align: justify;
  color: #455A64;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 2px;
  line-height: 19px;
}

.feature-1 p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 28px;
  color: #455A64;
  font-family: Source Sans Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .feature-1 p {
    font-size: 16px;
  }
}

.feature-1 a:hover {
  background-color: #06669d;
  color: white;
  transition: ease 0.2s;
  cursor: pointer;
}

.feature-1 {
  margin: auto;
}

.feature-1-boxed {
  margin: 0 auto;
  max-width: 82rem;
}

.field-item-feature-1 {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1279px) {
  .field-item-feature-1 {
    padding-left: 120px;
    padding-right: 25px;
  }
}

.feature-1 .field--name-name {
  display: none;
}

.feature-1 .field--name-created {
  display: none;
}

.feature-1 .field--name-uid {
  display: none;
}

.feature-1-column {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
}

.feature-1-card-content {
  width: 50%;
  float: left;
  padding-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .feature-1-card-content {
    width: 100%;
  }
}

.feature-1 .field--name-field-content-text {
  font-family: Source Sans Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: #455A64;
  padding-top: 0.9375rem;
  line-height: 24px;
  font-size: 18px;
}
@media screen and (min-width: 1279px) {
  .feature-1 .field--name-field-content-text {
    padding-right: 100px;
  }
}

.feature-1 li {
  margin-left: 2rem;
}

.feature-1-col-xl {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.feature-1-media-content {
  width: 50%;
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  .feature-1-media-content {
    width: 100%;
  }
}

.feature-1-text-left {
  float: right;
}

.feature-1-text-right {
  float: left;
}

.field-item-feature-1 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  float: none;
  margin-left: 0;
  -ms-transform: translateX(0);
  transform: translateX(0);
}

h1.feature-1-heading {
  font-size: 50px;
  line-height: 1.25em;
  font-weight: 300;
  margin-top: 0px;
  font-family: Source Sans Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #506D85;
}
@media screen and (max-width: 750px) {
  h1.feature-1-heading {
    font-size: 36px;
  }
}

h2.feature-1-heading {
  font-weight: 300;
  font-size: 42px;
  line-height: 1.25em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Source Sans Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #506D85;
}
@media screen and (max-width: 750px) {
  h2.feature-1-heading {
    font-size: 30px;
  }
}

.feature-1-link-button {
  background-color: #027abb;
  color: white;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0.625rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
  transition: none 300ms ease;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
}

.feature-1-button {
  font-family: Source Sans Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  background-color: #027abb;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  float: left;
  display: table;
  padding-right: 40px;
  padding-left: 40px;
}

.h1-component {
  padding-left: 1rem;
  padding-right: 1rem;
}

.h1-component .field--name-field-content {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 82rem;
  display: block;
}
@media screen and (min-width: 1279px) {
  .h1-component .field--name-field-content {
    padding-right: 4rem;
    padding-left: 5rem;
  }
}

.h1-component h1 {
  text-align: Left;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #506D85;
  font-size: 50px;
}
@media screen and (max-width: 1660px) {
  .h1-component h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1149px) {
  .h1-component h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 950px) {
  .h1-component h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 449px) {
  .h1-component h1 {
    font-size: 24px;
  }
}

.h1-component h2 {
  font-weight: 300;
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 1.5rem;
  font-family: Source Sans Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #506D85;
}
@media screen and (max-width: 1660px) {
  .h1-component h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1149px) {
  .h1-component h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 950px) {
  .h1-component h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 449px) {
  .h1-component h2 {
    font-size: 24px;
  }
}

.h1-component p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 28px;
  color: #506D85;
  font-family: Source Sans Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

.h1-component li {
  margin-left: 2rem;
}

.paragraph--type--two-column-text {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(255, 255, 255);
}

.component_tct_heading {
  margin-bottom: 15px;
}

.component_tct_left, .component_tct_right {
  padding-bottom: 15px;
}

.component_tct_left p {
  font-size: 18px;
}

@media (max-width: 768px) {
  .component_tct_heading h1 {
    line-height: 50px;
    font-size: 28px;
  }
}
.paragraph--type--accordion-items .component__faq-item.active {
  background-color: #fff;
}
.paragraph--type--accordion-items .component__faq-item {
  border-bottom: none;
}
.paragraph--type--accordion-items .field--name-field-body-headline {
  border-bottom: 2px solid #D7DCE1;
}
.paragraph--type--accordion-items a.question:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .paragraph--type--accordion-items .component__faq-item .question {
    padding-left: 0;
    padding-bottom: 12px;
  }
  .paragraph--type--accordion-items .component__faq-content {
    padding-left: 0;
    padding-top: 15px;
  }
}

.paragraph--type--accordion-section p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--accordion-section .component__faq {
    padding: 0 15px 0 15px;
  }
  .paragraph--type--accordion-section .field--name-field-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 950px) {
  .paragraph--type--accordion-section .field--name-field-heading h2 {
    font-size: 36px;
  }
}

.paragraph--type--content-cards {
  background: #fff;
}
@media (min-width: 768px) {
  .paragraph--type--content-cards {
    margin: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--content-cards {
    margin: 30px auto;
    max-width: 1250px;
  }
}
.paragraph--type--content-cards a {
  color: #337ab7;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.paragraph--type--content-cards a:hover {
  color: #003349;
}
.paragraph--type--content-cards h2 {
  text-align: center;
  margin: 20px;
}
@media (max-width: 750px) and (min-width: 150px) {
  .paragraph--type--content-cards h2 {
    font-size: 36px;
  }
}

.navigation-cards__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #e7eaed;
  border-bottom: 3px solid #ED8B00;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.navigation-cards__card img {
  width: 100%;
  max-width: 768px;
}
@media screen and (min-width: 992px) {
  .navigation-cards__card img {
    max-width: 593px;
  }
}
@media screen and (min-width: 1280px) {
  .navigation-cards__card img {
    max-width: 385px;
  }
}
.navigation-cards__card .paragraph--type--content-card-items h3 {
  color: #003349;
  font-weight: bold;
  margin: 30px 30px 12px;
  font-size: 24px;
}
.navigation-cards__card .paragraph--type--content-card-items p {
  margin: 0 30px 12px;
}
@media (max-width: 750px) {
  .navigation-cards__card .paragraph--type--content-card-items p {
    font-size: 16px;
  }
}
.navigation-cards__card .footnote {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: grey;
  margin: 18px 30px 24px;
}

.paragraph--type--content-card-items .footnote {
  text-transform: none;
}

.content-cards-component .navigation-cards__card {
  box-shadow: none;
  border-bottom: 1px solid #e7eaed;
}

.paragraph--type--accent-card {
  padding-bottom: 0px;
  height: auto;
  background-color: rgb(239, 242, 244);
  background-position: 100% !important;
  background-size: 50% !important;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .accent-card-inner-content-button {
    text-align: center;
  }
}
.accent-card-inner-content .accent-card-inner-content-title {
  margin-bottom: 1.5rem;
}

.accent-card-inner-content .accent-card-inner-content-button {
  margin-top: 50px;
  margin-right: 5px;
}

.paragraph--type--accent-card .accent-card-component-image-right img, .accent-card-component-image-left img {
  width: 100%;
  height: auto;
}

.paragraph--type--accent-card .accent-card-inner-content-link .feature-1-link-button {
  color: #fff;
}

/* css for mobile */
@media all and (max-width: 480px) and (min-width: 320px) {
  .accent-card-component-image-left img, .accent-card-component-image-right img {
    float: none;
    margin-left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 10px 0 10px;
  }
  .accent-card-inner-content-title {
    font-size: 30px;
  }
  .accent-card-component {
    margin-top: 15px;
  }
  .accent-card-inner-content-link {
    text-align: -webkit-center;
  }
  .accent-card-inner-content-text {
    font-size: 16px;
  }
  .feature-1-link-button {
    padding: 10px 50px 10px 50px !important;
  }
  .accent-card-inner {
    padding-left: 35px;
  }
}
/* // css for ipad. Small screens, laptops */
@media screen and (max-width: 768px) and (min-width: 481px) {
  .accent-card-component-image-left img, .accent-card-component-image-right img {
    width: 350px;
  }
  .accent-card-inner-content-title {
    font-size: 30px;
  }
  .accent-card-inner-content-text {
    font-size: 16px;
  }
  .accent-card-component .accent-card-inner {
    padding: 15px;
  }
  .accent-card-inner {
    margin-bottom: 15px;
  }
  .accent-card-component-image-right {
    padding: 15px;
  }
  .accent-card-component-image-left {
    padding: 15px !important;
  }
  .feature-1-link-button {
    padding: 10px 50px 10px 50px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .accent-card-component-image-right img, .accent-card-component-image-left img {
    padding: 15px;
  }
  .accent-card-component-image-right img, .accent-card-component-image-left img {
    width: 100%;
    clip-path: none !important;
  }
  .accent-card-component-image-right {
    float: right;
    max-width: fit-content;
  }
  .accent-card-component .accent-card-inner {
    padding: 25px !important;
  }
  .accent-card-inner-content-title {
    font-size: 30px;
  }
  .accent-card-inner-content-text {
    font-size: 16px;
  }
  .feature-1-link-button {
    padding: 10px 50px 10px 50px !important;
  }
}
/* css for desktop */
@media screen and (min-width: 1025px) {
  .accent-card-inner-content {
    padding: 0 12px 0 12px;
  }
  .accent_card_inner_content_title {
    font-size: 40px;
  }
  .accent-card-component-image-left, .accent-card-component-image-right {
    padding: revert !important;
  }
  .accent-card-inner-content-link .feature-1-link-button {
    color: #fff;
  }
  .feature-1-link-button {
    padding: 10px 50px 10px 50px !important;
  }
  .accent-card-component-image-right img {
    width: 100%;
  }
}
@media only screen and (max-width: 740px) and (min-width: 359px) {
  .accent-card-component-image-right img, .accent-card-component-image-left img {
    width: 100%;
  }
  .accent-card-component .accent-card-inner {
    padding: 0 15px 15px 35px;
  }
}
@media only screen and (max-width: 933px) and (min-width: 430px) {
  .accent-card-component-image-right img, .accent-card-component-image-left img {
    clip-path: none;
  }
  .accent-card-inner-content .accent-card-inner-content-title {
    margin-bottom: 15px;
  }
  .accent-card-component .accent-card-inner.inner-right {
    padding: 15px 15px 15px 30px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 820px) {
  .accent-card-component-image-right img, .accent-card-component-image-left img {
    padding-top: 15px !important;
  }
}
.quote-component {
  text-align: center;
  padding-top: 80px;
  background-color: rgb(239, 242, 244);
  padding-bottom: 80px;
}
.quote-component .quote-heading h3 {
  font-size: 28px;
  font-weight: 300;
  font-family: "Source Sans Pro";
  margin: 0px auto 10px;
  font-style: italic;
  font-weight: 300;
}
.quote-component .quote-text .field--name-field-text-plain-long {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 28px;
  color: rgb(69, 90, 100);
  font-family: "Source Sans Pro";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

/* TODO: Replace units of 1024px & 1023px with global variable */
.quote-carousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  /* Child of .quote-carousel__body */
}
.quote-carousel__body {
  margin: 0 auto 72px;
  width: 100%;
}
.quote-carousel__body h1 {
  word-break: break-word;
  color: #003349;
  text-align: center;
  font-size: 54px;
  text-transform: uppercase;
  margin: 0 auto 26px;
}
@media (min-width: 768px) {
  .quote-carousel__body h1 {
    margin: 0 auto 60px;
  }
}
.quote-carousel__body h2 {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .quote-carousel__body h2 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 0px;
  }
}
.quote-carousel__body h3 {
  word-break: break-word;
  color: #003349;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin: 72px auto 26px;
}
@media (min-width: 768px) {
  .quote-carousel__body h3 {
    margin: 72px auto 60px;
  }
}
.quote-carousel__body p {
  word-break: break-word;
  color: #455A64;
}
@media (min-width: 750px) {
  .quote-carousel__body p {
    font-size: 18px;
  }
}
@media (min-width: 150px) and (max-width: 750px) {
  .quote-carousel__body p {
    font-size: 16px;
  }
}
.quote-carousel__body q {
  word-break: break-word;
  color: #003349;
  display: inline-block;
  margin-bottom: 36px;
  quotes: "“" "”" "‘" "’";
}
@media (min-width: 750px) {
  .quote-carousel__body q {
    font-size: 20px;
  }
}
@media (min-width: 150px) and (max-width: 750px) {
  .quote-carousel__body q {
    font-size: 18px;
  }
}
.quote-carousel__body q:before {
  content: open-quote;
}
.quote-carousel__body .btn {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.quote-carousel__slider .slick-list {
  margin: 0 2.25rem;
}
@media (min-width: 992px) {
  .quote-carousel__slider .slick-list {
    margin: 0 3.25rem;
  }
}
@media (min-width: 1280px) {
  .quote-carousel__slider .slick-list {
    margin: 0 5rem;
  }
}
.quote-carousel__slider .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.quote-carousel__slider .slick-list .slick-track .slick-slide {
  margin: 0 0.75rem;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  /* TODO: Don't think is used. Restrict content? */
}
.quote-carousel__slider .slick-list .slick-track .slick-slide img {
  display: inline-block;
}
.quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner::after {
  position: absolute;
  top: -10px;
  right: -45px;
  background-color: rgb(244, 244, 244);
  height: 300px;
  width: 146px;
  transform: rotateX(19deg) rotateY(-15deg) rotateZ(19deg);
  content: " ";
  display: inline;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner::after {
    right: -72px;
    top: -170px;
    width: 80%;
    height: 115vh;
    transform: rotateX(15deg) rotateY(-41deg) rotateZ(15deg);
  }
}
.quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner .carousel-inner-items {
  padding: 20px;
  border-width: 1px;
  border-radius: 10px;
  border-style: solid;
  border-color: rgb(193, 193, 193);
  z-index: 999;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}
.quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner .carousel-inner-items .quote-inner-heading {
  line-height: 1.5;
  margin-bottom: 0;
  color: rgb(69, 90, 100);
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 80%;
  position: relative;
  font-family: Source Sans Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
}
@media (min-width: 750px) {
  .quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner .carousel-inner-items .quote-inner-heading {
    font-size: 20px;
  }
}
@media (min-width: 150px) and (max-width: 750px) {
  .quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner .carousel-inner-items .quote-inner-heading {
    font-size: 18px;
  }
}
.quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner .carousel-inner-items .quote-inner-heading::after {
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 33px;
  font-style: normal;
  padding-bottom: 0.5rem;
  top: -12px;
  right: -66px;
  display: block;
  content: "\f10d";
  font-family: icomoon;
  position: absolute;
  color: rgb(124, 211, 244);
  content: url(../162734481894657544_2.png);
}
@media (min-width: 480px) {
  .quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner .carousel-inner-items .quote-inner-heading::after {
    right: -52px;
  }
}
@media (min-width: 768px) {
  .quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner .carousel-inner-items .quote-inner-heading::after {
    right: -80px;
  }
}
@media (min-width: 992px) {
  .quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner .carousel-inner-items .quote-inner-heading::after {
    top: 13px;
    right: -60px;
  }
}
.quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner .carousel-inner-items .quote-inner-text p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 28px;
  color: rgb(69, 90, 100);
  font-family: Source Sans Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
@media (min-width: 750px) {
  .quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner .carousel-inner-items .quote-inner-text p {
    font-size: 18px;
  }
}
@media (min-width: 150px) and (max-width: 750px) {
  .quote-carousel__slider .slick-list .slick-track .slick-slide .carousel-inner .carousel-inner-items .quote-inner-text p {
    font-size: 16px;
  }
}
.quote-carousel__slider .slick-arrow {
  font-style: normal;
  border: 2px solid #8196A7;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  text-align: center;
  padding: 0;
}
@media (min-width: 992px) {
  .quote-carousel__slider .slick-arrow {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.quote-carousel__slider .slick-arrow:before {
  font-family: "Material Icons";
  font-size: 26px;
  color: #8196A7;
}
.quote-carousel__slider .slick-arrow:before:hover {
  color: #fff;
}
.quote-carousel__slider .slick-arrow.slick-prev {
  left: 10px;
}
.quote-carousel__slider .slick-arrow.slick-prev:before {
  content: "\e314";
}
.quote-carousel__slider .slick-arrow.slick-next {
  right: 10px;
}
.quote-carousel__slider .slick-arrow.slick-next:before {
  content: "\e315";
}

/** 
  This seems like copy/paste cruft: ".sw-fs-defaultgray", ".sw-sc-darkblue"
  TODO: Remove these variants from other files
  TODO: Be consistent in colon use
  TODO: Use mixins or partials to reduce nesting
**/
.spacer {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  height: 40px;
}
.spacer.large {
  margin-top: 80px;
  height: 80px;
}

@media (max-width: 750px) and (min-width: 150px) {
  .paragraph--type--body-copy h2 {
    font-size: 30px;
  }
}
@media (min-width: 750px) {
  .paragraph--type--body-copy h2 {
    font-size: 42px;
  }
}
@media (max-width: 750px) and (min-width: 150px) {
  .paragraph--type--body-copy p {
    font-size: 16px;
  }
}
@media (min-width: 750px) {
  .paragraph--type--body-copy p {
    font-size: 18px;
  }
}

/*begin single image fluid-100-width */
.c-banner--single-fullbleed .c-banner__single {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding: 0;
}

.c-banner--single-fullbleed .c-banner__single img {
  display: block;
  width: 100%;
  height: 450px; /* hard cap */
  object-fit: cover; /* fill width, crop excess height */
  object-position: center;
}

/*end single image fluid-100-width */
/*Begin single image boxed-width */
/* SINGLE — BOXED (centered) as a real banner (fills width, crops) */
.c-banner.c-banner--single-contained .c-banner__container {
  max-width: 1312px;
  margin-inline: auto;
}

/* Fixed frame for the banner */
.c-banner.c-banner--single-contained .c-banner__single {
  position: relative;
  overflow: hidden;
}

/* Ensure Drupal wrappers don't block 100% height/width propagation */
.c-banner.c-banner--single-contained .c-banner__single > .field,
.c-banner.c-banner--single-contained .c-banner__single .contextual-region,
.c-banner.c-banner--single-contained .c-banner__single .field--name-image {
  width: 100%;
  height: 100%;
}

/* Fill the frame; crop overflow. Strong overrides beat .img-responsive */
.c-banner.c-banner--single-contained .c-banner__single img {
  display: block;
  width: 100% !important;
  height: 450px;
  object-fit: cover !important; /* fill, crop excess */
  object-position: center;
}

/* End single image centered */
/* Begin two images fluid-100-width */
.c-banner.c-banner--pair-fullbleed .c-banner__pair {
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.3125rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

/* Same fixed height behavior as boxed */
.c-banner.c-banner--pair-fullbleed .c-banner__tile {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

/* Drupal wrappers pass-through */
.c-banner.c-banner--pair-fullbleed .c-banner__tile > .field,
.c-banner.c-banner--pair-fullbleed .c-banner__tile .contextual-region,
.c-banner.c-banner--pair-fullbleed .c-banner__tile .field--name-image {
  width: 100%;
  height: 100%;
}

/* Fill & crop */
.c-banner.c-banner--pair-fullbleed .c-banner__tile img {
  display: block;
  width: 100% !important;
  height: 450px;
  object-fit: cover !important;
  object-position: center;
}

/* End two images stretched */
/*Begin two images boxed-width */
/* Container: 2 columns, fixed height, centered, with gap */
/* Container width like your single-boxed */
.c-banner.c-banner--pair-contained .c-banner__container {
  max-width: 1312px;
  margin-inline: auto;
}

/* Two tiles side-by-side with a small gap */
.c-banner.c-banner--pair-contained .c-banner__pair {
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.3125rem; /* ~5px; adjust if you prefer clamp(...) */
}

/* Fixed banner height; prevent overflow; allow image cover */
.c-banner.c-banner--pair-contained .c-banner__tile {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

/* Ensure Drupal wrappers pass through the size */
.c-banner.c-banner--pair-contained .c-banner__tile > .field,
.c-banner.c-banner--pair-contained .c-banner__tile .contextual-region,
.c-banner.c-banner--pair-contained .c-banner__tile .field--name-image {
  width: 100%;
  height: 100%;
}

/* Fill each tile; crop overflow; beat .img-responsive */
.c-banner.c-banner--pair-contained .c-banner__tile img {
  display: block;
  width: 100% !important;
  /*height: 100% !important;*/
  height: 450px;
  object-fit: cover !important;
  object-position: center;
}

/* end two images centered */
.c-banner {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .c-banner {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-banner.c-banner-responsive-img-resize img {
    height: auto !important; /* kill the 450px */
    max-height: 200px;
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .c-banner {
    margin-left: 24px;
    margin-right: 24px;
  }
  .c-banner.c-banner-responsive-img-resize img {
    height: auto !important; /* kill the 450px */
    max-height: 150px;
    width: 100%;
    display: block;
  }
}