@charset "UTF-8";
/* Bootstrap */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Gotham SSm A', 'Gotham SSm B', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ee7727;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ba530f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  transition: all 0.2s ease-in-out 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 #dadada;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #09417e;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #09417e;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
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;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn,
.blue-link-button-normal,
.blue-link-button-small,
.blue-link-button-wide-normal,
.blue-link-button-wide-small,
.grey-link-button-normal,
.grey-link-button-wide-normal,
#id_matrix input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #ee7727;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #ba530f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block,
.blue-link-button-wide-normal,
.blue-link-button-wide-small,
.grey-link-button-wide-normal,
.grey-link-button-wide-small {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 0.2s ease-in-out;
  -moz-transition: opacity 0.15s linear 0.2s ease-in-out;
  -ms-transition: opacity 0.15s linear 0.2s ease-in-out;
  -o-transition: opacity 0.15s linear 0.2s ease-in-out;
  transition: opacity 0.15s linear 0.2s ease-in-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease 0.2s ease-in-out;
  -moz-transition: height 0.35s ease 0.2s ease-in-out;
  -ms-transition: height 0.35s ease 0.2s ease-in-out;
  -o-transition: height 0.35s ease 0.2s ease-in-out;
  transition: height 0.35s ease 0.2s ease-in-out;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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 .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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.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-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.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.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f0f0f0;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f0f0f0;
  border-color: #ee7727;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #053670;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 20px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: none;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #b8b4b5;
}
.breadcrumb > .active {
  color: #a6a0a0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ee7727;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ba530f;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0.2s ease-in-out;
  transition: all 0.2s ease-in-out 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ee7727;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child,
.panel > .table > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child,
.panel > .table > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child,
.panel > .table > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child,
.panel > .table > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child,
.panel > .table > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child,
.panel > .table > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.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-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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.row-address-cards:before,
.row-address-cards:after,
.well-row:before,
.well-row:after,
.block-teaser:before,
.block-teaser:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.panel-body:after,
.modal-footer:after,
.row-address-cards:after,
.well-row:after,
.block-teaser:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* Font Awesome */
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
/* Nefab Icons */
@font-face {
  font-family: 'nefab-font-icons';
  src: url('../fonts/nefab-font-icons.eot');
  src: url('../fonts/nefab-font-icons.eot?#iefix') format('embedded-opentype'), url('../fonts/nefab-font-icons.woff') format('woff'), url('../fonts/nefab-font-icons.ttf') format('truetype'), url('../fonts/nefab-font-icons.svg#nefab-font-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'nefab-font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-nefab-truck:before {
  content: "\e600";
}
.icon-nefab-industry:before {
  content: "\e601";
}
.icon-nefab-plane:before {
  content: "\e602";
}
.icon-nefab-energy:before {
  content: "\e603";
}
.icon-nefab-globe:before {
  content: "\e604";
}
.icon-nefab-health:before {
  content: "\e605";
}
.icon-nefab-telecom:before {
  content: "\e606";
}
.icon-nefab-pie:before {
  content: "\e607";
}
.icon-nefab-segments:before {
  content: "\e608";
}
.icon-nefab-battery:before {
  content: "\e609";
}
.icon-nefab-truck-loading:before {
  content: "\e610";
}
.icon-nefab-fork-lift:before {
  content: "\e611";
}
[class^="icon-nefab"].fa-stack-1x,
[class*=" icon-nefab"].fa-stack-1x {
  font-size: 75px;
  line-height: 80px;
}
.icon-nefab-plane.fa-stack-1x {
  font-size: 60px;
}
.icon-nefab-truck.fa-stack-1x {
  font-size: 62px;
  line-height: 77px;
  margin-left: 1px;
}
.icon-nefab-health.fa-stack-1x {
  font-size: 57px;
  line-height: 81px;
  margin-left: 1px;
}
.icon-nefab-industry.fa-stack-1x {
  font-size: 53px;
  line-height: 76px;
  margin-left: 1px;
}
.icon-nefab-pie.fa-stack-1x {
  line-height: 78px;
}
.pictogram {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  color: #a09896;
}
.pictogram i {
  font-size: 60px;
  line-height: normal;
  height: auto;
  -webkit-transition: font-size 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out;
  -ms-transition: font-size 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out;
}
.pictogram span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: font-size 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out;
  -ms-transition: font-size 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out;
  font-weight: 400;
}
.pictogram img {
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: 70px;
  margin-bottom: 10px;
}
.pictogram:hover,
.pictogram.active {
  color: #09417e;
}
/* Flexslider */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  z-index: 1;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  height: 100%;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 0px;
  position: relative;
  zoom: 1;
  height: 100%;
}
/*
.flex-viewport { .opacity(1); .transition(opacity,3s, ease); }
.loading .flex-viewport { .opacity(0); }
*/
.flexslider .slides {
  zoom: 1;
  height: 100%;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 20px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 20px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -50px;
  text-align: center;
  z-index: 10;
  -webkit-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -ms-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
.flexslider:hover .flex-control-nav {
  bottom: 10px;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Animate.css */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* Flags */
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(../flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(../flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(../flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(../flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(../flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(../flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(../flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(../flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(../flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(../flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(../flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(../flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(../flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(../flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../flags/1x1/zw.svg);
}
/* Nefab */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #09417e;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 300;
}
/* Colors */
body {
  background: url("../img/bg-noise-dark-grey.png");
  /* 		background: url("../img/bg-noise-grey.png"); */
}
.wrapper,
.wrapper-lg,
.wrapper-md,
.wrapper-sm,
.insights-signup,
.sub-insights__big-heading,
.sub-insights__long-quote,
.sub-insights__short-quote,
.sub-insights__content-columns,
.sub-insights__textquote-quote {
  margin-left: auto;
  margin-right: auto;
}
.wrapper-lg {
  max-width: 1000px;
}
.wrapper-md,
.sub-insights__content-columns {
  max-width: 800px;
}
.wrapper-sm,
.sub-insights__big-heading,
.sub-insights__long-quote,
.sub-insights__short-quote,
.sub-insights__textquote-quote {
  max-width: 600px;
}
/** JOHAN */
.site-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  background: url("../img/bg-noise-grey.png");
}
.cookie-notice {
  padding: 5px;
  background-color: #09417e;
  border-bottom: 3px solid #053670;
}
.cookie-notice .cookie-notice-header,
.cookie-notice h2,
.cookie-notice strong {
  font-size: 14px;
  color: #f2f2f2;
  margin: 10px 0 5px 0;
  display: inline-block;
}
.cookie-notice p {
  font-size: 12px;
  color: #d9d9d9;
  font-weight: 200;
}
.cookie-notice .btn {
  border-color: #053670;
  margin-left: 30px;
  margin-bottom: 10px;
}
#nefab-logo {
  width: 215px;
  margin-right: 30px;
  float: left;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
@media (max-width: 991px) {
  #nefab-logo {
    width: 180px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  #nefab-logo {
    width: 160px;
  }
}
/* ANIMATIONS */
/*
.no-touch .fadeIn,
.no-touch .fadeInUp,
.no-touch .fadeInDown,
.no-touch .fadeInLeft,
.no-touch .fadeInRight
 {
	.opacity(0);	
}
*/
.no-touch .fade-in,
.no-touch .fade-in-down,
.no-touch .fade-in-up,
.no-touch .fade-in-left,
.no-touch .fade-in-right {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fade-in.animated {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeIn";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeIn";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeIn";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeIn";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeIn";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.fade-in-up.animated {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInUp";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInUp";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInUp";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInUp";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInUp";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.fade-in-down.animated {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInDown";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInDown";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInDown";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInDown";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInDown";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.fade-in-left.animated {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInLeft";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInLeft";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInLeft";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInLeft";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInLeft";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.fade-in-right.animated {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInRight";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInRight";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInRight";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInRight";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInRight";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.no-touch .img-left-overflow,
.no-touch .img-right-overflow {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.img-left-overflow.animated {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInLeft";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInLeft";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInLeft";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInLeft";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInLeft";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.img-right-overflow.animated {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInRight";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInRight";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInRight";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInRight";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInRight";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.no-cssanimations .fadeIn,
.no-cssanimations .fadeInUp,
.no-cssanimations .fadeInDown,
.no-cssanimations .fadeInLeft,
.no-cssanimations .fadeInRight {
  opacity: 1;
}
/* SCAFFOLDING */
/* MAIN CONTENT */
#main-content-wrapper {
  margin-bottom: 50px;
  min-height: 520px;
}
#big-map {
  height: 300px;
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -ms-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  overflow: hidden;
}
@media (min-width: 768px) {
  #big-map {
    height: 400px;
  }
}
@media (min-width: 992px) {
  #big-map {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #big-map {
    height: 550px;
  }
}
label {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}
.checkbox label,
.radio label {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  text-transform: none;
}
.checkbox,
.radio {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 3px;
  margin-top: 3px;
}
form select {
  margin-bottom: 15px;
}
form legend {
  /*
	margin-left: 15px;
	margin-right: 15px;
*/
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  /* 	padding-top: 10px; */
  margin-bottom: 5px;
  padding-bottom: 3px;
  /* 	border: none; */
  border-color: #dcdcdc;
}
form fieldset {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
form fieldset .checkbox,
form fieldset .radio {
  margin-left: 0px;
  margin-right: 0px;
}
form input[type="submit"] {
  margin-top: 15px;
}
@media (min-width: 1850px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
  }
}
.is-hidden {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: black;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out 0.5s;
  -moz-transition: all 0.15s ease-out 0.5s;
  transition: all 0.15s ease-out 0.5s;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.validation-summary-errors ul {
  padding-left: 19px;
}
.validation-summary-errors ul li {
  color: #f27878;
  font-size: 12px;
}
.field-validation-error {
  color: #f27878;
  font-weight: 300;
  font-size: 12px;
  margin-left: 3px;
}
/* Buttons */
.btn-nefab,
.blue-link-button-normal,
.blue-link-button-wide-normal,
#id_matrix input[type="submit"] {
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #ffffff;
  background-color: #09417e;
  border-color: #09417e;
}
.btn-nefab:hover,
.btn-nefab:focus,
.btn-nefab:active,
.btn-nefab.active,
.open .dropdown-toggle.btn-nefab,
.blue-link-button-normal:hover,
.blue-link-button-normal:focus,
.blue-link-button-normal:active,
.blue-link-button-normal.active,
.open .dropdown-toggle.blue-link-button-normal,
.blue-link-button-wide-normal:hover,
.blue-link-button-wide-normal:focus,
.blue-link-button-wide-normal:active,
.blue-link-button-wide-normal.active,
.open .dropdown-toggle.blue-link-button-wide-normal,
#id_matrix input[type="submit"]:hover,
#id_matrix input[type="submit"]:focus,
#id_matrix input[type="submit"]:active,
#id_matrix input[type="submit"].active,
.open .dropdown-toggle#id_matrix input[type="submit"] {
  color: #ffffff;
  background-color: #062d58;
  border-color: #052445;
}
.btn-nefab:active,
.btn-nefab.active,
.open .dropdown-toggle.btn-nefab,
.blue-link-button-normal:active,
.blue-link-button-normal.active,
.open .dropdown-toggle.blue-link-button-normal,
.blue-link-button-wide-normal:active,
.blue-link-button-wide-normal.active,
.open .dropdown-toggle.blue-link-button-wide-normal,
#id_matrix input[type="submit"]:active,
#id_matrix input[type="submit"].active,
.open .dropdown-toggle#id_matrix input[type="submit"] {
  background-image: none;
}
.btn-nefab.disabled,
.btn-nefab[disabled],
fieldset[disabled] .btn-nefab,
.btn-nefab.disabled:hover,
.btn-nefab[disabled]:hover,
fieldset[disabled] .btn-nefab:hover,
.btn-nefab.disabled:focus,
.btn-nefab[disabled]:focus,
fieldset[disabled] .btn-nefab:focus,
.btn-nefab.disabled:active,
.btn-nefab[disabled]:active,
fieldset[disabled] .btn-nefab:active,
.btn-nefab.disabled.active,
.btn-nefab[disabled].active,
fieldset[disabled] .btn-nefab.active,
.blue-link-button-normal.disabled,
.blue-link-button-normal[disabled],
fieldset[disabled] .blue-link-button-normal,
.blue-link-button-normal.disabled:hover,
.blue-link-button-normal[disabled]:hover,
fieldset[disabled] .blue-link-button-normal:hover,
.blue-link-button-normal.disabled:focus,
.blue-link-button-normal[disabled]:focus,
fieldset[disabled] .blue-link-button-normal:focus,
.blue-link-button-normal.disabled:active,
.blue-link-button-normal[disabled]:active,
fieldset[disabled] .blue-link-button-normal:active,
.blue-link-button-normal.disabled.active,
.blue-link-button-normal[disabled].active,
fieldset[disabled] .blue-link-button-normal.active,
.blue-link-button-wide-normal.disabled,
.blue-link-button-wide-normal[disabled],
fieldset[disabled] .blue-link-button-wide-normal,
.blue-link-button-wide-normal.disabled:hover,
.blue-link-button-wide-normal[disabled]:hover,
fieldset[disabled] .blue-link-button-wide-normal:hover,
.blue-link-button-wide-normal.disabled:focus,
.blue-link-button-wide-normal[disabled]:focus,
fieldset[disabled] .blue-link-button-wide-normal:focus,
.blue-link-button-wide-normal.disabled:active,
.blue-link-button-wide-normal[disabled]:active,
fieldset[disabled] .blue-link-button-wide-normal:active,
.blue-link-button-wide-normal.disabled.active,
.blue-link-button-wide-normal[disabled].active,
fieldset[disabled] .blue-link-button-wide-normal.active,
#id_matrix input[type="submit"].disabled,
#id_matrix input[type="submit"][disabled],
fieldset[disabled] #id_matrix input[type="submit"],
#id_matrix input[type="submit"].disabled:hover,
#id_matrix input[type="submit"][disabled]:hover,
fieldset[disabled] #id_matrix input[type="submit"]:hover,
#id_matrix input[type="submit"].disabled:focus,
#id_matrix input[type="submit"][disabled]:focus,
fieldset[disabled] #id_matrix input[type="submit"]:focus,
#id_matrix input[type="submit"].disabled:active,
#id_matrix input[type="submit"][disabled]:active,
fieldset[disabled] #id_matrix input[type="submit"]:active,
#id_matrix input[type="submit"].disabled.active,
#id_matrix input[type="submit"][disabled].active,
fieldset[disabled] #id_matrix input[type="submit"].active {
  background-color: #09417e;
  border-color: #09417e;
}
.btn-nefab .badge,
.blue-link-button-normal .badge,
.blue-link-button-wide-normal .badge,
#id_matrix input[type="submit"] .badge {
  color: #09417e;
  background-color: #ffffff;
}
.btn-nefab--full {
  width: 100%;
}
.btn-nefab-grey,
.grey-link-button-normal,
.grey-link-button-wide-normal {
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  margin-bottom: 3px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #ffffff;
  background-color: #a09896;
  border-color: #f0f0f0;
}
.btn-nefab-grey:hover,
.btn-nefab-grey:focus,
.btn-nefab-grey:active,
.btn-nefab-grey.active,
.open .dropdown-toggle.btn-nefab-grey,
.grey-link-button-normal:hover,
.grey-link-button-normal:focus,
.grey-link-button-normal:active,
.grey-link-button-normal.active,
.open .dropdown-toggle.grey-link-button-normal,
.grey-link-button-wide-normal:hover,
.grey-link-button-wide-normal:focus,
.grey-link-button-wide-normal:active,
.grey-link-button-wide-normal.active,
.open .dropdown-toggle.grey-link-button-wide-normal {
  color: #ffffff;
  background-color: #8d8381;
  border-color: #d1d1d1;
}
.btn-nefab-grey:active,
.btn-nefab-grey.active,
.open .dropdown-toggle.btn-nefab-grey,
.grey-link-button-normal:active,
.grey-link-button-normal.active,
.open .dropdown-toggle.grey-link-button-normal,
.grey-link-button-wide-normal:active,
.grey-link-button-wide-normal.active,
.open .dropdown-toggle.grey-link-button-wide-normal {
  background-image: none;
}
.btn-nefab-grey.disabled,
.btn-nefab-grey[disabled],
fieldset[disabled] .btn-nefab-grey,
.btn-nefab-grey.disabled:hover,
.btn-nefab-grey[disabled]:hover,
fieldset[disabled] .btn-nefab-grey:hover,
.btn-nefab-grey.disabled:focus,
.btn-nefab-grey[disabled]:focus,
fieldset[disabled] .btn-nefab-grey:focus,
.btn-nefab-grey.disabled:active,
.btn-nefab-grey[disabled]:active,
fieldset[disabled] .btn-nefab-grey:active,
.btn-nefab-grey.disabled.active,
.btn-nefab-grey[disabled].active,
fieldset[disabled] .btn-nefab-grey.active,
.grey-link-button-normal.disabled,
.grey-link-button-normal[disabled],
fieldset[disabled] .grey-link-button-normal,
.grey-link-button-normal.disabled:hover,
.grey-link-button-normal[disabled]:hover,
fieldset[disabled] .grey-link-button-normal:hover,
.grey-link-button-normal.disabled:focus,
.grey-link-button-normal[disabled]:focus,
fieldset[disabled] .grey-link-button-normal:focus,
.grey-link-button-normal.disabled:active,
.grey-link-button-normal[disabled]:active,
fieldset[disabled] .grey-link-button-normal:active,
.grey-link-button-normal.disabled.active,
.grey-link-button-normal[disabled].active,
fieldset[disabled] .grey-link-button-normal.active,
.grey-link-button-wide-normal.disabled,
.grey-link-button-wide-normal[disabled],
fieldset[disabled] .grey-link-button-wide-normal,
.grey-link-button-wide-normal.disabled:hover,
.grey-link-button-wide-normal[disabled]:hover,
fieldset[disabled] .grey-link-button-wide-normal:hover,
.grey-link-button-wide-normal.disabled:focus,
.grey-link-button-wide-normal[disabled]:focus,
fieldset[disabled] .grey-link-button-wide-normal:focus,
.grey-link-button-wide-normal.disabled:active,
.grey-link-button-wide-normal[disabled]:active,
fieldset[disabled] .grey-link-button-wide-normal:active,
.grey-link-button-wide-normal.disabled.active,
.grey-link-button-wide-normal[disabled].active,
fieldset[disabled] .grey-link-button-wide-normal.active {
  background-color: #a09896;
  border-color: #f0f0f0;
}
.btn-nefab-grey .badge,
.grey-link-button-normal .badge,
.grey-link-button-wide-normal .badge {
  color: #a09896;
  background-color: #ffffff;
}
.btn-nefab-small,
.blue-link-button-small,
.blue-link-button-wide-small {
  padding: 3px 8px 3px 8px;
  text-transform: uppercase;
  font-size: 10px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #ffffff;
  background-color: #09417e;
  border-color: #09417e;
}
.btn-nefab-small:hover,
.btn-nefab-small:focus,
.btn-nefab-small:active,
.btn-nefab-small.active,
.open .dropdown-toggle.btn-nefab-small,
.blue-link-button-small:hover,
.blue-link-button-small:focus,
.blue-link-button-small:active,
.blue-link-button-small.active,
.open .dropdown-toggle.blue-link-button-small,
.blue-link-button-wide-small:hover,
.blue-link-button-wide-small:focus,
.blue-link-button-wide-small:active,
.blue-link-button-wide-small.active,
.open .dropdown-toggle.blue-link-button-wide-small {
  color: #ffffff;
  background-color: #062d58;
  border-color: #052445;
}
.btn-nefab-small:active,
.btn-nefab-small.active,
.open .dropdown-toggle.btn-nefab-small,
.blue-link-button-small:active,
.blue-link-button-small.active,
.open .dropdown-toggle.blue-link-button-small,
.blue-link-button-wide-small:active,
.blue-link-button-wide-small.active,
.open .dropdown-toggle.blue-link-button-wide-small {
  background-image: none;
}
.btn-nefab-small.disabled,
.btn-nefab-small[disabled],
fieldset[disabled] .btn-nefab-small,
.btn-nefab-small.disabled:hover,
.btn-nefab-small[disabled]:hover,
fieldset[disabled] .btn-nefab-small:hover,
.btn-nefab-small.disabled:focus,
.btn-nefab-small[disabled]:focus,
fieldset[disabled] .btn-nefab-small:focus,
.btn-nefab-small.disabled:active,
.btn-nefab-small[disabled]:active,
fieldset[disabled] .btn-nefab-small:active,
.btn-nefab-small.disabled.active,
.btn-nefab-small[disabled].active,
fieldset[disabled] .btn-nefab-small.active,
.blue-link-button-small.disabled,
.blue-link-button-small[disabled],
fieldset[disabled] .blue-link-button-small,
.blue-link-button-small.disabled:hover,
.blue-link-button-small[disabled]:hover,
fieldset[disabled] .blue-link-button-small:hover,
.blue-link-button-small.disabled:focus,
.blue-link-button-small[disabled]:focus,
fieldset[disabled] .blue-link-button-small:focus,
.blue-link-button-small.disabled:active,
.blue-link-button-small[disabled]:active,
fieldset[disabled] .blue-link-button-small:active,
.blue-link-button-small.disabled.active,
.blue-link-button-small[disabled].active,
fieldset[disabled] .blue-link-button-small.active,
.blue-link-button-wide-small.disabled,
.blue-link-button-wide-small[disabled],
fieldset[disabled] .blue-link-button-wide-small,
.blue-link-button-wide-small.disabled:hover,
.blue-link-button-wide-small[disabled]:hover,
fieldset[disabled] .blue-link-button-wide-small:hover,
.blue-link-button-wide-small.disabled:focus,
.blue-link-button-wide-small[disabled]:focus,
fieldset[disabled] .blue-link-button-wide-small:focus,
.blue-link-button-wide-small.disabled:active,
.blue-link-button-wide-small[disabled]:active,
fieldset[disabled] .blue-link-button-wide-small:active,
.blue-link-button-wide-small.disabled.active,
.blue-link-button-wide-small[disabled].active,
fieldset[disabled] .blue-link-button-wide-small.active {
  background-color: #09417e;
  border-color: #09417e;
}
.btn-nefab-small .badge,
.blue-link-button-small .badge,
.blue-link-button-wide-small .badge {
  color: #09417e;
  background-color: #ffffff;
}
.btn-nefab-grey-small,
.grey-link-button-small,
.grey-link-button-wide-small {
  padding: 3px 8px 3px 8px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: border-left 0.2s ease-in-out;
  -moz-transition: border-left 0.2s ease-in-out;
  -ms-transition: border-left 0.2s ease-in-out;
  -o-transition: border-left 0.2s ease-in-out;
  transition: border-left 0.2s ease-in-out;
  color: #ffffff;
  background-color: #a09896;
  border-color: #f0f0f0;
  border-left: 0px #09417e solid;
}
.btn-nefab-grey-small:hover,
.btn-nefab-grey-small:focus,
.btn-nefab-grey-small:active,
.btn-nefab-grey-small.active,
.open .dropdown-toggle.btn-nefab-grey-small,
.grey-link-button-small:hover,
.grey-link-button-small:focus,
.grey-link-button-small:active,
.grey-link-button-small.active,
.open .dropdown-toggle.grey-link-button-small,
.grey-link-button-small:hover,
.grey-link-button-wide-small:hover,
.grey-link-button-wide-small:focus,
.grey-link-button-wide-small:active,
.grey-link-button-wide-small.active,
.open .dropdown-toggle.grey-link-button-wide-small {
  color: #ffffff;
  background-color: #8d8381;
  border-color: #d1d1d1;
}
.btn-nefab-grey-small:active,
.btn-nefab-grey-small.active,
.open .dropdown-toggle.btn-nefab-grey-small,
.grey-link-button-small:active,
.grey-link-button-small.active,
.open .dropdown-toggle.grey-link-button-small,
.grey-link-button-wide-small:active,
.grey-link-button-wide-small.active,
.open .dropdown-toggle.grey-link-button-wide-small {
  background-image: none;
}
.btn-nefab-grey-small.disabled,
.btn-nefab-grey-small[disabled],
fieldset[disabled] .btn-nefab-grey-small,
.btn-nefab-grey-small.disabled:hover,
.btn-nefab-grey-small[disabled]:hover,
fieldset[disabled] .btn-nefab-grey-small:hover,
.btn-nefab-grey-small.disabled:focus,
.btn-nefab-grey-small[disabled]:focus,
fieldset[disabled] .btn-nefab-grey-small:focus,
.btn-nefab-grey-small.disabled:active,
.btn-nefab-grey-small[disabled]:active,
fieldset[disabled] .btn-nefab-grey-small:active,
.btn-nefab-grey-small.disabled.active,
.btn-nefab-grey-small[disabled].active,
fieldset[disabled] .btn-nefab-grey-small.active,
.grey-link-button-small.disabled,
.grey-link-button-small[disabled],
fieldset[disabled] .grey-link-button-small,
.grey-link-button-small.disabled:hover,
.grey-link-button-small[disabled]:hover,
fieldset[disabled] .grey-link-button-small:hover,
.grey-link-button-small.disabled:focus,
.grey-link-button-small[disabled]:focus,
fieldset[disabled] .grey-link-button-small:focus,
.grey-link-button-small.disabled:active,
.grey-link-button-small[disabled]:active,
fieldset[disabled] .grey-link-button-small:active,
.grey-link-button-small.disabled.active,
.grey-link-button-small[disabled].active,
fieldset[disabled] .grey-link-button-small.active,
.grey-link-button-wide-small.disabled,
.grey-link-button-wide-small[disabled],
fieldset[disabled] .grey-link-button-wide-small,
.grey-link-button-wide-small.disabled:hover,
.grey-link-button-wide-small[disabled]:hover,
fieldset[disabled] .grey-link-button-wide-small:hover,
.grey-link-button-wide-small.disabled:focus,
.grey-link-button-wide-small[disabled]:focus,
fieldset[disabled] .grey-link-button-wide-small:focus,
.grey-link-button-wide-small.disabled:active,
.grey-link-button-wide-small[disabled]:active,
fieldset[disabled] .grey-link-button-wide-small:active,
.grey-link-button-wide-small.disabled.active,
.grey-link-button-wide-small[disabled].active,
fieldset[disabled] .grey-link-button-wide-small.active {
  background-color: #a09896;
  border-color: #f0f0f0;
}
.btn-nefab-grey-small .badge,
.grey-link-button-small .badge,
.grey-link-button-wide-small .badge {
  color: #a09896;
  background-color: #ffffff;
}
.btn-nefab-grey-small:hover,
.grey-link-button-small:hover,
.grey-link-button-small:hover,
.grey-link-button-wide-small:hover {
  border-left: 3px #09417e solid;
}
.btn-md i {
  font-size: 20px;
  float: left;
  margin-right: 10px;
}
.btn-md {
  line-height: 21px;
  text-transform: none;
}
/* Alternative Button-classes */
/*
Blue link button small
blue-link-button-small

Blue link button normal
blue-link-button-normal

Blue link button wide normal
blue-link-button-wide-normal

Blue link button wide small
blue-link-button-wide-small


Grey link button normal
grey-link-button-normal

Grey link button small
grey-link-button-small

Grey link button wide normal
grey-link-button-wide-normal


*/
.grey-link-button-wide-small {
  text-align: center;
}
.grey-link-button-wide-small:hover {
  border-left: 0px #09417e solid;
}
/* OFFSET ROWS */
.row-w-offset,
.row-w-offset-blue {
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px 30px 0px 30px;
}
@media (min-width: 992px) {
  .row-w-offset,
  .row-w-offset-blue {
    margin: 15px -50px 15px -50px;
  }
}
.row-w-offset .media img.left-image,
.row-w-offset-blue .media img.left-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .row-w-offset .media img.left-image,
  .row-w-offset-blue .media img.left-image {
    max-width: 150px;
    margin-bottom: 30px;
  }
}
.row-w-offset-blue {
  background-color: #09417e;
  padding: 30px 15px 0 15px;
}
@media (min-width: 992px) {
  .row-w-offset-blue {
    margin: 15px -30px 15px -30px;
  }
}
.row-w-offset-transparent {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .row-w-offset-transparent {
    margin: 15px -65px 15px -65px;
  }
}
.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6,
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
  color: #09417e;
}
.content-block h1,
#main-content h1 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content-block h1,
  #main-content h1 {
    margin-top: 0;
  }
}
.content-block h2:first-child,
.content-block .h2:first-child,
#main-content h2:first-child,
#main-content .h2:first-child {
  margin-bottom: 30px;
}
.content-block h4,
#main-content h4 {
  line-height: 1.25;
  margin-top: 30px;
}
.content-block h4:first-child,
.content-block .h4:first-child,
#main-content h4:first-child,
#main-content .h4:first-child {
  margin-top: 0px;
}
.content-block p.lead,
#main-content p.lead {
  font-weight: 400;
  font-size: 16px;
}
.content-block p.lead-orange,
#main-content p.lead-orange {
  text-transform: uppercase;
  color: #ee7727;
  margin-bottom: 30px;
}
.content-block p.section-header,
#main-content p.section-header {
  text-transform: uppercase;
  font-size: 14px;
}
.content-block p,
.content-block li,
.content-block dd,
#main-content p,
#main-content li,
#main-content dd {
  color: #404040;
  font-weight: 300;
  line-height: 1.6;
}
.content-block dt,
#main-content dt {
  font-weight: 400;
}
.content-block blockquote:before,
.content-block blockquote:after,
#main-content blockquote:before,
#main-content blockquote:after {
  content: " ";
  display: table;
}
.content-block blockquote:after,
#main-content blockquote:after {
  clear: both;
}
.content-block blockquote:before,
.content-block blockquote:after,
#main-content blockquote:before,
#main-content blockquote:after {
  content: " ";
  display: table;
}
.content-block blockquote:after,
#main-content blockquote:after {
  clear: both;
}
.content-block blockquote p,
#main-content blockquote p {
  font-size: 15.4px;
}
.content-block blockquote img,
#main-content blockquote img {
  float: left;
  margin-right: 25px;
  border-radius: 50%;
  border: 3px solid #cecaca;
  margin-bottom: 0px;
  max-width: 115px;
  height: auto;
}
.content-block blockquote small,
#main-content blockquote small {
  text-transform: uppercase;
}
.content-block address.well,
#main-content address.well {
  font-size: 12px;
}
.content-block address.well .fa-ul li,
#main-content address.well .fa-ul li {
  line-height: 23px;
}
.content-block address.well .fa-ul li i,
#main-content address.well .fa-ul li i {
  line-height: 21px;
}
.content-block ul,
.content-block ol,
.content-block dl,
#main-content ul,
#main-content ol,
#main-content dl {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-block .orange,
#main-content .orange {
  color: #ee7727;
}
.content-block img,
#main-content img {
  max-width: 100%;
  height: auto;
}
.content-block .caption-wrapper-wide,
#main-content .caption-wrapper-wide {
  position: relative;
}
.content-block .caption-wrapper-right,
#main-content .caption-wrapper-right {
  float: right;
  position: relative;
  margin: 10px 0 10px 0;
}
.content-block .caption-wrapper-right img,
#main-content .caption-wrapper-right img {
  margin: 0!important;
}
@media (min-width: 768px) {
  .content-block .caption-wrapper-right,
  #main-content .caption-wrapper-right {
    margin: 5px 0 5px 30px;
  }
}
.content-block .caption-wrapper-left,
#main-content .caption-wrapper-left {
  float: left;
  position: relative;
  margin: 10px 0 10px 0;
}
.content-block .caption-wrapper-left img,
#main-content .caption-wrapper-left img {
  margin: 0!important;
}
@media (min-width: 768px) {
  .content-block .caption-wrapper-left,
  #main-content .caption-wrapper-left {
    margin: 5px 30px 5px 0;
  }
}
.content-block .cptn,
#main-content .cptn {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-size: 11px;
  color: #e6e6e6;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.content-block .caption-wrapper-wide .cptn,
#main-content .caption-wrapper-wide .cptn {
  left: 0;
}
@media (min-width: 1200px) {
  .content-block .caption-wrapper-wide .cptn,
  #main-content .caption-wrapper-wide .cptn {
    left: -74px;
    width: 800px;
  }
}
.content-block .col-sm-12,
#main-content .col-sm-12 {
  margin-bottom: 30px;
}
.content-block .tab-content,
#main-content .tab-content {
  padding: 20px 0 20px 0;
}
.content-block .table-small-font th,
#main-content .table-small-font th {
  border-color: #09417e;
}
.content-block .table-small-font td,
.content-block .table-small-font th,
#main-content .table-small-font td,
#main-content .table-small-font th {
  font-size: 12px;
}
.content-block .table-small-font td,
#main-content .table-small-font td {
  color: #333333;
}
.content-block .text-2-col,
#main-content .text-2-col {
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content-block .text-2-col,
  #main-content .text-2-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.content-block .thumbnail .caption h3,
#main-content .thumbnail .caption h3 {
  font-size: 16px;
  margin-top: 10px;
}
.content-block .thumbnail .caption p,
#main-content .thumbnail .caption p {
  font-size: 12px;
}
.content-block img.right-image,
.content-block img.left-image,
#main-content img.right-image,
#main-content img.left-image {
  max-width: 350px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.content-block img.right-image,
#main-content img.right-image {
  float: right;
  margin: 5px 0 5px 30px;
}
@media (max-width: 767px) {
  .content-block img.right-image,
  #main-content img.right-image {
    width: 100%;
    margin: 5px 0px 5px 0;
  }
}
.content-block img.left-image,
#main-content img.left-image {
  float: left;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .content-block img.left-image,
  #main-content img.left-image {
    width: 100%;
    margin: 5px 0px 5px 0;
  }
}
.content-block img.wide-image,
#main-content img.wide-image {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .content-block img.wide-image,
  #main-content img.wide-image {
    max-width: 800px;
    margin-left: -74px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.content-block .media img,
#main-content .media img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-block .media .media-body h2,
.content-block .media .media-body h3,
#main-content .media .media-body h2,
#main-content .media .media-body h3 {
  margin-top: 0px;
}
.content-block .media .media-body h2,
#main-content .media .media-body h2 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .content-block .media img.right-image,
  .content-block .media img.left-image,
  #main-content .media img.right-image,
  #main-content .media img.left-image {
    width: 100%;
    margin: 5px 0px 5px 0;
  }
  .content-block .media .media-body,
  #main-content .media .media-body {
    float: none;
    display: block;
    clear: both;
  }
}
.content-block .well .media img,
#main-content .well .media img {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .content-block .well .btn-nefab,
  .content-block .well .blue-link-button-normal,
  .content-block .well .blue-link-button-wide-normal,
  #main-content .well .btn-nefab,
  .content-block .well #id_matrix input[type="submit"] {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .content-block .well .btn-nefab:last-child,
  .content-block .well .blue-link-button-normal:last-child,
  .content-block .well .blue-link-button-wide-normal:last-child,
  #main-content .well .btn-nefab:last-child,
  .content-block .well #id_matrix input[type="submit"]:last-child {
    margin-bottom: 0px;
  }
}
.content-block iframe,
#main-content iframe {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.content-block .pagination,
#main-content .pagination {
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
}
.content-block .pagination .active a,
#main-content .pagination .active a {
  background-color: #f0f0f0;
  border-color: #dddddd;
}
.content-block .pagination .active a:hover,
#main-content .pagination .active a:hover {
  background-color: #f0f0f0;
  border-color: #dddddd;
}
.content-block .pagination a,
#main-content .pagination a {
  color: #09417e;
  font-size: 14px;
}
.content-block .contact-card,
#main-content .contact-card {
  margin-top: 20px;
}
.block-grey .content-block .col-sm-12,
.block-grey #main-content .col-sm-12 {
  margin-bottom: 0;
}
/* ADDRESS CARDS */
.row-address-cards {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.address-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 70px;
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  .address-item {
    float: left;
    width: 50%;
  }
}
.address-item h4 {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .address-item h4 {
    margin-top: -32px;
    float: left;
  }
}
.address-item h4:first-child,
.address-item .h4:first-child {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .address-item h4:first-child,
  .address-item .h4:first-child {
    margin-top: -32px;
  }
}
/* HERO IMAGES */
.img-big-hero {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.img-hero {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .img-hero {
    max-width: 680px!important;
    margin-left: -74px;
  }
}
@media (min-width: 1200px) {
  .img-hero {
    max-width: 800px!important;
    margin-left: -74px;
  }
}
.nefab-list {
  list-style: none;
  margin-left: 0;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.nefab-list li {
  padding-left: 1.0em;
  padding-top: 3px;
  padding-bottom: 3px;
}
.nefab-list li:before {
  content: '\f105';
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
  color: #ee7727;
}
.sidebar h1,
.sidebar-right h1 {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
.sidebar h2,
.sidebar-right h2 {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.sidebar h3,
.sidebar-right h3 {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.sidebar p,
.sidebar li,
.sidebar dd,
.sidebar address,
.sidebar-right p,
.sidebar-right li,
.sidebar-right dd,
.sidebar-right address {
  color: #404040;
  font-weight: 300;
  font-size: 13px;
}
.sidebar address strong,
.sidebar-right address strong {
  color: #404040;
  font-weight: 400;
}
.sidebar label,
.sidebar-right label {
  font-size: 11px;
}
.sidebar input.form-control,
.sidebar-right input.form-control {
  font-size: 11px;
}
.sidebar .well h2:first-child,
.sidebar-right .well h2:first-child {
  margin-top: 10px;
}
.sidebar ul,
.sidebar-right ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sidebar ul li,
.sidebar-right ul li {
  padding-left: 1.0em;
  padding-top: 3px;
  padding-bottom: 3px;
}
.sidebar ul li:before,
.sidebar-right ul li:before {
  content: '\f105';
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
  color: #ee7727;
}
.widget-box {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  background-color: white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}
@media (max-width: 767px) {
  .widget-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #f0f0f0;
  }
}
.widget-box li {
  padding: 10px 15px 10px 15px;
}
.widget-box i.rounded {
  background-color: #09417e;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  border-radius: 35px;
  float: left;
}
.widget-box .pull-right {
  color: #09417e;
  line-height: 35px;
  font-size: 18px;
}
.widget-box-header {
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.widget-box-header strong {
  color: #09417e;
}
.widget-box-header p {
  font-size: 11px;
  color: #a09896;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-box-header:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .widget-box-header:hover {
    background-color: transparent;
  }
}
.widget-box-header.open .fa-angle-down {
  display: none;
}
.widget-box-header.open .fa-angle-up {
  display: block;
}
.widget-box-header .fa-angle-up {
  display: none;
}
.widget-box-content {
  display: none;
  color: #404040;
  font-weight: 300;
  line-height: 1.6;
  font-size: 12px;
}
.widget-box-content p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget-box-content form {
  margin-top: 5px;
  margin-bottom: 5px;
}
.widget-box-content form input {
  margin-bottom: 15px;
  font-size: 12px;
  background-color: #F7F7F7;
}
.widget-box-content form textarea {
  margin-bottom: 15px;
  font-size: 12px;
  background-color: #F7F7F7;
}
.widget-box-content .widget-footer {
  margin: 15px -15px 0 -15px;
  padding: 15px 15px 0 15px;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}
.widget-box-content .widget-footer p {
  font-size: 11px;
  color: #a09896;
  margin-bottom: 0;
  padding-bottom: 0;
}
.fill-top-bottom {
  margin: -50px 0 -50px 0;
  overflow: hidden;
}
.img-right-overflow {
  overflow: hidden;
  margin-right: -30px;
  min-height: 450px;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .img-right-overflow {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .img-right-overflow {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 250px;
    margin-top: 25px;
  }
}
.img-left-overflow {
  overflow: hidden;
  margin-left: -30px;
  min-height: 450px;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .img-left-overflow {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .img-left-overflow {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 250px;
  }
}
.img-bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.img-left-filler img,
.img-right-filler img {
  width: 100%;
}
.img-left-filler {
  margin: -50px -15px -50px -30px;
  overflow: hidden;
}
.img-right-filler {
  margin: -50px -30px -50px -15px;
  overflow: hidden;
}
.segement-img-cpt,
.block-blue .segement-img-cpt,
.block-blue .segement-img-cpt-right,
.block-blue .segement-img-cpt-left,
.block-blue .block-blue .segement-img-cpt-right,
.block-blue .block-blue .segement-img-cpt-left,
.block-dark-blue .segement-img-cpt,
.block-dark-blue .segement-img-cpt-right,
.block-dark-blue .segement-img-cpt-left,
.block-blue .block-dark-blue .segement-img-cpt-right,
.block-blue .block-dark-blue .segement-img-cpt-left {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 11px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
}
.segement-img-cpt:before,
.segement-img-cpt:after,
.block-blue .segement-img-cpt:before,
.block-blue .segement-img-cpt:after,
.block-blue .segement-img-cpt-right:before,
.block-blue .segement-img-cpt-right:after,
.block-blue .segement-img-cpt-left:before,
.block-blue .segement-img-cpt-left:after,
.block-blue .block-blue .segement-img-cpt-right:before,
.block-blue .block-blue .segement-img-cpt-right:after,
.block-blue .block-blue .segement-img-cpt-left:before,
.block-blue .block-blue .segement-img-cpt-left:after,
.block-dark-blue .segement-img-cpt:before,
.block-dark-blue .segement-img-cpt:after,
.block-dark-blue .segement-img-cpt-right:before,
.block-dark-blue .segement-img-cpt-right:after,
.block-dark-blue .segement-img-cpt-left:before,
.block-dark-blue .segement-img-cpt-left:after,
.block-blue .block-dark-blue .segement-img-cpt-right:before,
.block-blue .block-dark-blue .segement-img-cpt-right:after,
.block-blue .block-dark-blue .segement-img-cpt-left:before,
.block-blue .block-dark-blue .segement-img-cpt-left:after {
  content: " ";
  display: table;
}
.segement-img-cpt:after,
.block-blue .segement-img-cpt:after,
.block-blue .segement-img-cpt-right:after,
.block-blue .segement-img-cpt-left:after,
.block-blue .block-blue .segement-img-cpt-right:after,
.block-blue .block-blue .segement-img-cpt-left:after,
.block-dark-blue .segement-img-cpt:after,
.block-dark-blue .segement-img-cpt-right:after,
.block-dark-blue .segement-img-cpt-left:after,
.block-blue .block-dark-blue .segement-img-cpt-right:after,
.block-blue .block-dark-blue .segement-img-cpt-left:after {
  clear: both;
}
.segement-img-cpt:before,
.segement-img-cpt:after,
.block-blue .segement-img-cpt:before,
.block-blue .segement-img-cpt:after,
.block-blue .segement-img-cpt-right:before,
.block-blue .segement-img-cpt-right:after,
.block-blue .segement-img-cpt-left:before,
.block-blue .segement-img-cpt-left:after,
.block-blue .block-blue .segement-img-cpt-right:before,
.block-blue .block-blue .segement-img-cpt-right:after,
.block-blue .block-blue .segement-img-cpt-left:before,
.block-blue .block-blue .segement-img-cpt-left:after,
.block-dark-blue .segement-img-cpt:before,
.block-dark-blue .segement-img-cpt:after,
.block-dark-blue .segement-img-cpt-right:before,
.block-dark-blue .segement-img-cpt-right:after,
.block-dark-blue .segement-img-cpt-left:before,
.block-dark-blue .segement-img-cpt-left:after,
.block-blue .block-dark-blue .segement-img-cpt-right:before,
.block-blue .block-dark-blue .segement-img-cpt-right:after,
.block-blue .block-dark-blue .segement-img-cpt-left:before,
.block-blue .block-dark-blue .segement-img-cpt-left:after {
  content: " ";
  display: table;
}
.segement-img-cpt:after,
.block-blue .segement-img-cpt:after,
.block-blue .segement-img-cpt-right:after,
.block-blue .segement-img-cpt-left:after,
.block-blue .block-blue .segement-img-cpt-right:after,
.block-blue .block-blue .segement-img-cpt-left:after,
.block-dark-blue .segement-img-cpt:after,
.block-dark-blue .segement-img-cpt-right:after,
.block-dark-blue .segement-img-cpt-left:after,
.block-blue .block-dark-blue .segement-img-cpt-right:after,
.block-blue .block-dark-blue .segement-img-cpt-left:after {
  clear: both;
}
.segement-img-cpt p,
.block-blue .segement-img-cpt p,
.block-blue .segement-img-cpt-right p,
.block-blue .segement-img-cpt-left p,
.block-blue .block-blue .segement-img-cpt-right p,
.block-blue .block-blue .segement-img-cpt-left p,
.block-dark-blue .segement-img-cpt p,
.block-dark-blue .segement-img-cpt-right p,
.block-dark-blue .segement-img-cpt-left p,
.block-blue .block-dark-blue .segement-img-cpt-right p,
.block-blue .block-dark-blue .segement-img-cpt-left p {
  color: #cccccc;
}
.no-touch .segement-img-cpt,
.no-touch .segement-img-cpt-right,
.no-touch .segement-img-cpt-left,
.no-touch .block-blue .segement-img-cpt,
.no-touch .block-blue .segement-img-cpt-right,
.no-touch .block-blue .segement-img-cpt-left,
.no-touch .block-blue .block-blue .segement-img-cpt-right,
.no-touch .block-blue .block-blue .segement-img-cpt-left,
.no-touch .block-dark-blue .segement-img-cpt,
.no-touch .block-dark-blue .segement-img-cpt-right,
.no-touch .block-dark-blue .segement-img-cpt-left,
.no-touch .block-blue .block-dark-blue .segement-img-cpt-right,
.no-touch .block-blue .block-dark-blue .segement-img-cpt-left {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.segement-img-cpt.animated,
.segement-img-cpt-right.animated,
.segement-img-cpt-left.animated,
.block-blue .segement-img-cpt.animated,
.block-blue .segement-img-cpt-right.animated,
.block-blue .segement-img-cpt-left.animated,
.block-blue .block-blue .segement-img-cpt-right.animated,
.block-blue .block-blue .segement-img-cpt-left.animated,
.block-dark-blue .segement-img-cpt.animated,
.block-dark-blue .segement-img-cpt-right.animated,
.block-dark-blue .segement-img-cpt-left.animated,
.block-blue .block-dark-blue .segement-img-cpt-right.animated,
.block-blue .block-dark-blue .segement-img-cpt-left.animated {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeIn";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeIn";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.1s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeIn";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.1s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeIn";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.1s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeIn";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.well-row {
  margin-left: -15px;
  margin-right: -15px;
}
.block-teaser {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  background-color: white;
  padding: 0px 10px 0px 10px;
  border-top: 3px solid #09417e;
}
@media (min-width: 768px) {
  .block-teaser {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .block-teaser {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.block-teaser .teaser-item {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
  padding: 0 5px 20px 5px;
  border-bottom: 1px solid #d8d8d8;
}
.block-teaser .teaser-item:before,
.block-teaser .teaser-item:after {
  content: " ";
  display: table;
}
.block-teaser .teaser-item:after {
  clear: both;
}
.block-teaser .teaser-item:before,
.block-teaser .teaser-item:after {
  content: " ";
  display: table;
}
.block-teaser .teaser-item:after {
  clear: both;
}
.block-teaser .teaser-item i {
  margin-left: 3px;
}
.block-teaser .teaser-item p {
  font-size: 12px;
}
.block-teaser .teaser-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* FLUID CONTAINER */
.container-fluid .row {
  max-width: 1450px;
  margin: 0 auto;
}
/* BLOCKS */
.block-white,
.block-white-bottom-shadow {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .block-white,
  .block-white-bottom-shadow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block-white h2,
.block-white .h2 {
  margin-top: 0;
}
.block-white p.section-header {
  color: #404040;
}
.block-white .container-fluid h2,
.block-white .container-fluid .h2 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-white .container-fluid h2,
  .block-white .container-fluid .h2 {
    font-size: 20px;
    line-height: 28px;
    word-wrap: break-word;
  }
}
.block-white .segement-img-cpt p,
.block-white .segement-img-cpt-right p,
.block-white .segement-img-cpt-left p,
.block-white .block-blue .segement-img-cpt p,
.block-white .block-blue .segement-img-cpt-right p,
.block-white .block-blue .segement-img-cpt-left p,
.block-white .block-blue .block-blue .segement-img-cpt-right p,
.block-white .block-blue .block-blue .segement-img-cpt-left p,
.block-white .block-dark-blue .segement-img-cpt p,
.block-white .block-dark-blue .segement-img-cpt-right p,
.block-white .block-dark-blue .segement-img-cpt-left p,
.block-white .block-blue .block-dark-blue .segement-img-cpt-right p,
.block-white .block-blue .block-dark-blue .segement-img-cpt-left p {
  color: #333333;
}
.block-white-bottom-shadow {
  -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.1);
}
.block-grey {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .block-grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block-grey h2,
.block-grey .h2 {
  margin-top: 0;
}
.block-grey .container-fluid h2,
.block-grey .container-fluid .h2 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-grey .container-fluid h2,
  .block-grey .container-fluid .h2 {
    font-size: 20px;
    line-height: 28px;
    word-wrap: break-word;
  }
}
.block-grey .segement-img-cpt p,
.block-grey .segement-img-cpt-right p,
.block-grey .segement-img-cpt-left p,
.block-grey .block-blue .segement-img-cpt p,
.block-grey .block-blue .segement-img-cpt-right p,
.block-grey .block-blue .segement-img-cpt-left p,
.block-grey .block-blue .block-blue .segement-img-cpt-right p,
.block-grey .block-blue .block-blue .segement-img-cpt-left p,
.block-grey .block-dark-blue .segement-img-cpt p,
.block-grey .block-dark-blue .segement-img-cpt-right p,
.block-grey .block-dark-blue .segement-img-cpt-left p,
.block-grey .block-blue .block-dark-blue .segement-img-cpt-right p,
.block-grey .block-blue .block-dark-blue .segement-img-cpt-left p {
  color: #333333;
}
.block-blue,
.block-dark-blue {
  background-color: #09417e;
  padding-top: 25px;
  padding-bottom: 25px;
  /*
	h2.orange {
		text-transform: uppercase;
		line-height: 38px;
		margin-bottom: 20px;		
	}
*/
}
@media (min-width: 768px) {
  .block-blue,
  .block-dark-blue {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block-blue h1,
.block-blue h2,
.block-blue h3,
.block-blue h4,
.block-blue .h2,
.block-dark-blue h1,
.block-dark-blue h2,
.block-dark-blue h3,
.block-dark-blue h4,
.block-dark-blue .h2 {
  color: #ee7727;
}
.block-blue p,
.block-dark-blue p {
  color: #fafafa;
}
.block-blue .segement-img-cpt-right,
.block-dark-blue .segement-img-cpt-right {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .block-blue .segement-img-cpt-right,
  .block-dark-blue .segement-img-cpt-right {
    margin-right: -30px;
  }
}
.block-blue .segement-img-cpt-left,
.block-dark-blue .segement-img-cpt-left {
  margin-left: 0px;
}
@media (min-width: 992px) {
  .block-blue .segement-img-cpt-left,
  .block-dark-blue .segement-img-cpt-left {
    margin-left: -30px;
  }
}
.block-blue h2,
.block-blue .h2,
.block-dark-blue h2,
.block-dark-blue .h2 {
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .block-blue h2,
  .block-blue .h2,
  .block-dark-blue h2,
  .block-dark-blue .h2 {
    font-size: 20px;
    line-height: 28px;
    word-wrap: break-word;
  }
}
.block-blue blockquote,
.block-dark-blue blockquote {
  font-weight: 300;
  font-size: 15.4px;
  color: #fafafa;
  border-color: #ee7727;
}
.block-dark-blue {
  background-color: #053670;
}
.block-small-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* COLUMN PADDING */
.col-padding-right {
  padding-right: 50px;
  padding-left: 20px;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  .col-padding-right {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .col-padding-right {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.col-padding-left {
  padding-left: 50px;
  padding-right: 20px;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  .col-padding-left {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .col-padding-left {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.col-padding-50 {
  padding: 50px;
}
.col-padding-25 {
  padding: 25px;
}
.col-padding-sides-25 {
  padding: 0 25px 0 25px;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  .col-padding-sides-25 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .col-padding-sides-25 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.quote-block .quote-image {
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .quote-block .quote-image {
    margin-top: 30px;
    max-width: 100%;
  }
}
.quote-block .quote-text {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .quote-block .quote-text {
    padding-top: 0;
  }
}
.quote-block .quote-text p {
  font-size: 16.8px;
  text-align: center;
  font-weight: 200;
  font-style: italic;
}
@media (min-width: 768px) {
  .quote-block .quote-text p {
    font-size: 21px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .quote-block .quote-text p {
    font-size: 35px;
  }
}
.quote-block .quote-by p {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .quote-block .quote-by p {
    text-align: left;
  }
}
.quote-block .quote-by span {
  display: block;
}
.quote-block .quote-by span:last-child {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 2px;
}
.quote-block .quote-align-middle {
  padding-left: 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .quote-block .quote-align-middle {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.quote-block .col-sm-12 .quote-text p,
.quote-block .col-sm-12 .quote-by p {
  text-align: center;
}
.block-contact-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.block-contact-footer .media img {
  border: 3px solid #f0f0f0;
  margin-bottom: 0;
  max-width: 115px;
}
.block-contact-footer .contact-card {
  margin-top: 0;
}
.contact-card {
  background-color: white;
  padding: 20px;
}
@media (max-width: 767px) {
  .contact-card {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact-card h2,
  .contact-card .h2 {
    text-align: center;
  }
}
.contact-card small {
  display: block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .contact-card small {
    text-align: center;
  }
}
.contact-card .fa-ul {
  margin-top: 15px;
  margin-bottom: 0;
}
.contact-card img {
  border: 3px solid #f0f0f0;
  margin-bottom: 0;
  max-width: 115px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contact-card img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.contact-card .media-body {
  text-align: left;
}
.contact-card .media-body h2 {
  padding-top: 5px;
}
.segment-intro-block {
  text-align: center;
}
@media (max-width: 767px) {
  .segment-intro-block {
    text-align: left;
  }
}
.segment-intro-block h1 {
  text-transform: uppercase;
  line-height: 45px;
}
@media (max-width: 767px) {
  .segment-intro-block h1 {
    font-size: 24px;
    line-height: inherit;
    word-wrap: break-word;
  }
}
@media (max-width: 767px) {
  .segment-intro-block p.lead-orange {
    text-transform: none;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .solution-overview h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .solution-overview h2 .fa-stack {
    margin-bottom: 10px;
    display: block;
    margin: auto auto;
  }
  .solution-overview p.lead {
    text-align: center;
  }
}
.block-3-col {
  text-align: center;
}
.block-3-col h2,
.block-3-col .h2 {
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-3-col h2,
  .block-3-col .h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.block-3-col .col-sm-4 {
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .block-3-col .col-sm-4 {
    margin-bottom: 25px;
  }
}
.block-3-col .col-icon {
  width: 100px;
}
.block-3-col .col-image {
  width: 100%;
}
.block-3-col p {
  color: #404040;
  font-weight: 300;
}
@media (min-width: 768px) {
  .block-3-col p {
    _padding-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .block-3-col .btn-wrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 102%;
    left: 0;
  }
}
.block-3-col .btn {
  display: block;
}
@media (min-width: 768px) {
  .block-3-col .btn {
    min-width: 180px;
    display: inline-block;
  }
}
.no-touch .col-icon,
.no-touch .col-image,
.no-touch .block-3-col img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.no-cssanimations .col-icon,
.no-cssanimations .col-image,
.no-cssanimations .block-3-col img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.block-image-grid h2,
.block-image-grid .h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-image-grid h2,
  .block-image-grid .h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.block-image-grid .block-item {
  margin-bottom: 30px;
}
.block-image-grid .block-item img {
  width: 100%;
}
.block-image-grid .block-item .block-item-title {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  background-color: rgba(9, 65, 126, 0.85);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.block-image-grid .block-item h3,
.block-image-grid .block-item .h3 {
  margin: 0;
  padding: 10px 0 10px 15px;
  color: white;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
}
.block-image-grid .block-item .block-item-arrow {
  width: 30px;
  height: 17px;
  background: url("../img/segment-arrow.png") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 9px;
  right: 30px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block-image-grid .block-item a:hover .block-item-title {
  background-color: #09417e;
}
.block-image-grid .block-item a:hover .block-item-arrow {
  right: 15px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.block-small-image-grid {
  margin-top: 25px;
}
.block-small-image-grid .block-item {
  margin-bottom: 25px;
}
.block-small-image-grid .block-item a h4 {
  margin: 0;
  background-color: #09417e;
  color: white!important;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px;
}
.block-item-arrow-small-blue {
  border: 3px solid #09417e;
  display: inline-block;
  width: 26px;
  height: 17px;
  background: #09417e url("../img/segment-arrow.png") no-repeat;
  background-size: 90%;
  background-position: 1px 1px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-touch .block-image-grid .block-item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.no-cssanimations .block-image-grid .block-item {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.block-image-text-grid {
  /*
	.block-item:nth-child(3) {
	}
*/
}
.block-image-text-grid h2,
.block-image-text-grid .h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-image-text-grid h2,
  .block-image-text-grid .h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.block-image-text-grid h4,
.block-image-text-grid .h4 {
  margin: 10px 0 10px 0;
}
.block-image-text-grid .block-item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .block-image-text-grid .block-item {
    min-height: 400px;
  }
}
.block-image-text-grid .block-item p {
  font-weight: 300;
}
.block-image-text-grid .block-image-link img {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.block-image-text-grid .block-image-link {
  position: relative;
  display: block;
}
.block-image-text-grid .block-image-link span {
  display: block;
  opacity: 0;
  right: -5px;
  bottom: 15px;
  position: absolute;
  font-size: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeOut";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeOut";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.6s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeOut";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 0.6s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeOut";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 0.6s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeOut";
  animation-iteration-count: 1;
  animation-duration: 0.6s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.block-image-text-grid .block-image-link:hover span {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeIn";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeIn";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.6s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeIn";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 0.6s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeIn";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 0.6s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeIn";
  animation-iteration-count: 1;
  animation-duration: 0.6s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.no-touch .block-image-text-grid .block-item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.no-cssanimations .block-image-text-grid .block-item {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-cssanimations .block-image-text-grid .block-item .btn-nefab,
.no-cssanimations .block-image-text-grid .block-item .blue-link-button-normal,
.no-cssanimations .block-image-text-grid .block-item .blue-link-button-wide-normal,
.no-cssanimations .block-image-text-grid .block-item #id_matrix input[type="submit"] {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-thumbnail-grid {
  margin-top: 25px;
}
.block-thumbnail-grid .nefab-thumbnail {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 20px 35px 20px;
  margin-bottom: 30px;
  border-bottom: 0px solid #09417e;
  /* 		.box-shadow(0 0 0 1px transparent inset); */
  /*
		.transition(box-shadow, 0.2s, ease-in-out);
		.transition(drop-shadow, 0.2s, ease-in-out);
		.transition(background-color, 0.2s, ease-in-out);
*/
  -webkit-transition: box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -ms-transition: box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
  /*
		h3 {
			font-size: 13px;
			text-transform: uppercase;
		}
*/
}
.block-thumbnail-grid .nefab-thumbnail h2,
.block-thumbnail-grid .nefab-thumbnail .h2,
.block-thumbnail-grid .nefab-thumbnail h3,
.block-thumbnail-grid .nefab-thumbnail .h3 {
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.block-thumbnail-grid .nefab-thumbnail h4 {
  font-size: 13px;
  text-transform: uppercase;
}
.block-thumbnail-grid .nefab-thumbnail p,
.block-thumbnail-grid .nefab-thumbnail li,
.block-thumbnail-grid .nefab-thumbnail dd {
  font-size: 13px;
}
.block-thumbnail-grid .nefab-thumbnail .thumbnail-header-img {
  margin-bottom: 15px;
}
.block-thumbnail-grid a h2,
.block-thumbnail-grid a .h2,
.block-thumbnail-grid a h3,
.block-thumbnail-grid a .h3 {
  color: #ee7727;
}
.block-thumbnail-grid a .thumbnail-header-img {
  margin-bottom: 0px;
}
.block-thumbnail-grid a {
  color: #333333;
}
.block-thumbnail-grid a:hover {
  color: #333333;
}
.block-thumbnail-grid .nefab-thumbnail:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #d0cdcc inset;
  -moz-box-shadow: 0 0 0 1px #d0cdcc inset;
  box-shadow: 0 0 0 1px #d0cdcc inset;
}
.block-thumbnail-grid .thumbnail-header-img {
  /* 		opacity: 0; */
  /* 		min-height: 125px; */
}
.block-thumbnail-grid a.btn {
  position: absolute;
  left: 5%;
  width: 90%;
  right: 5%;
  bottom: 10px;
  color: #fff;
  line-height: 18px;
}
a {
  color: #ee7727;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #ba530f;
  text-decoration: none;
}
/* HOME - FEATURE */
#big-feature {
  height: 300px;
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -ms-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  overflow: hidden;
  /* 	@media (min-width: @screen-xlg-min) { height: 850px; iframe { max-height: 850px;height: 850px; } h2 { font-size: 85px;} p {font-size: 25px;} } */
}
#big-feature .slide-header-content {
  margin: 30px auto 0;
  width: 95%;
  max-width: 95%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
#big-feature .slide-leading-content {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0 auto;
  width: 90%;
  max-width: 90%;
}
@media (min-width: 991px) {
  #big-feature .slide-leading-content {
    max-width: 70%;
  }
}
#big-feature .slides li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#big-feature .flex-active-slide .slide-header-content {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInDown";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInDown";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.6s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInDown";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.6s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInDown";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.6s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInDown";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
#big-feature .flex-active-slide .slide-leading-content {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInUp";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInUp";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.6s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInUp";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.6s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInUp";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.6s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInUp";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
#big-feature .flex-active-slide .btn {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeIn";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeIn";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeIn";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 1.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeIn";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 1.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeIn";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
#big-feature iframe {
  height: 300px;
}
#big-feature h1,
#big-feature h2 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  /* 		.text-shadow(0 0 1px rgba(0, 0, 0, 0.25)); */
}
#big-feature h3 {
  margin: 20px 0 -20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  /* 		.text-shadow(0 0 1px rgba(0, 0, 0, 0.25)); */
}
#big-feature h1 span {
  display: block;
}
#big-feature span.orange,
#big-feature h2.orange,
#big-feature h3.orange {
  color: #ee7727;
}
#big-feature span.blue,
#big-feature h2.blue,
#big-feature h3.blue {
  color: #09417e;
}
#big-feature p {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: white;
  -webkit-font-smoothing: antialiased;
  /* 		.text-shadow(0 0 1px rgba(0, 0, 0, 0.30)); */
}
#big-feature p .btn {
  font-weight: 600;
}
@media (min-width: 768px) {
  #big-feature {
    height: 400px;
  }
  #big-feature iframe {
    max-height: 400px;
    height: 400px;
  }
  #big-feature h1,
  #big-feature h2 {
    font-size: 40px;
  }
  #big-feature h3 {
    font-size: 30px;
  }
  #big-feature p {
    font-size: 14px;
    margin-top: 25px;
  }
  #big-feature .slide-header-content {
    margin: 75px auto 0;
  }
}
@media (min-width: 992px) {
  #big-feature {
    height: 500px;
  }
  #big-feature iframe {
    max-height: 500px;
    height: 500px;
  }
  #big-feature h1,
  #big-feature h2 {
    font-size: 60px;
  }
  #big-feature p {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  #big-feature {
    height: 550px;
  }
  #big-feature iframe {
    max-height: 550px;
    height: 550px;
  }
  #big-feature h1,
  #big-feature h2 {
    font-size: 65px;
  }
  #big-feature p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #big-feature .slide-text-right .slide-header-content {
    max-width: 85%;
    float: right;
  }
  #big-feature .slide-text-right .slide-leading-content {
    float: right;
    margin: 0 auto;
    max-width: 65%;
  }
  #big-feature .slide-text-right h1,
  #big-feature .slide-text-right h2,
  #big-feature .slide-text-right h3 {
    text-align: right;
  }
  #big-feature .slide-text-right p {
    text-align: right;
  }
}
@media (min-width: 768px) {
  #big-feature .slide-text-left .slide-header-content {
    max-width: 85%;
    float: left;
  }
  #big-feature .slide-text-left .slide-leading-content {
    float: left;
    margin: 0 auto;
    max-width: 65%;
  }
  #big-feature .slide-text-left h1,
  #big-feature .slide-text-left h2,
  #big-feature .slide-text-left h3 {
    text-align: left;
  }
  #big-feature .slide-text-left p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #big-feature.segment-slider h1,
  #big-feature.segment-slider h2 {
    text-align: left;
    font-size: 30px;
  }
  #big-feature.segment-slider h3 {
    margin: 20px 0 -20px 0;
    text-align: left;
    font-size: 25px;
  }
  #big-feature.segment-slider .slide-header-content {
    margin-left: 0;
  }
  #big-feature.segment-slider .slide-leading-content {
    text-align: left;
    margin-left: 0;
  }
}
.loading-splash {
  position: absolute;
  z-index: 200;
  background: #09417e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #053670), color-stop(1, #09417e));
  background: -ms-linear-gradient(bottom, #053670, #09417e);
  background: -moz-linear-gradient(center bottom, #053670 0%, #09417e 100%);
  background: -o-linear-gradient(#09417e, #053670);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09417e', endColorstr='#053670', GradientType=0);
  width: 100%;
  height: 100%;
  text-align: center;
}
.loading-splash i {
  top: 50%;
  margin-top: -30px;
  position: absolute;
  color: white;
  font-size: 60px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
#product-slider {
  overflow: hidden;
  margin-bottom: 30px;
}
#product-slider .flex-direction-nav a {
  line-height: normal;
  /*
		background-color: @nefab-blue;
		color: #fff;
		text-align: center;
		.rounded(@amount: 100%);
*/
}
.slider-row-offset {
  margin: 0 0px 0 0px;
}
@media (min-width: 992px) {
  .slider-row-offset {
    margin: 0 -50px 0 -50px;
  }
}
/* GLOBAL NAVIGATION */
#global-nav {
  float: right;
  margin: 0;
  padding: 10px 0 10px 0;
}
#global-nav li {
  list-style: none;
  display: inline-block;
}
#global-nav a {
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #b8b4b5;
  padding: 10px 8px 10px 8px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#global-nav a:hover {
  color: #09417e;
}
#global-nav li.active {
  color: #09417e;
}
#global-nav li.active a {
  color: #09417e;
}
/* SITE SWITCHER NAVIGATION */
.flag-icon-nefab-globe {
  background-image: "url(../img/nefab-globe.svg)";
}
.flag-icon-nefab-globe.flag-icon-squared {
  background-image: url(../img/nefab-globe.svg);
}
.site-switcher-nav {
  float: left;
  margin: 0;
  padding: 10px 0 10px 0;
}
.site-switcher-nav li {
  list-style: none;
  display: inline-block;
}
.site-switcher-nav a {
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #b8b4b5;
  padding: 10px 8px 10px 5px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.site-switcher-nav a:hover {
  color: #09417e;
}
.site-switcher-nav li.active {
  color: #09417e;
}
.site-switcher-nav li.active a {
  color: #09417e;
}
.flag-icon.flag-icon-squared {
  margin-top: 2px;
  width: 17px;
  height: 17px;
  float: left;
  border-radius: 9px;
}
.flag-bg-offset {
  background-position: 2px center;
  background-repeat: repeat-x;
}
/* TOP NAVIGATION */
/*
.sticky-wrapper {
	height: 90px;
	@media (max-width: @screen-xs-max) {
		height: 60px;
	}

}
*/
#navbar {
  position: relative;
  /*
	width: 100%;
	left: 0;
*/
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 2;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: padding-top 0.1s ease-in-out;
  -moz-transition: padding-top 0.1s ease-in-out;
  -ms-transition: padding-top 0.1s ease-in-out;
  -o-transition: padding-top 0.1s ease-in-out;
  transition: padding-top 0.1s ease-in-out;
  -webkit-transition: padding-bottom 0.1s ease-in-out;
  -moz-transition: padding-bottom 0.1s ease-in-out;
  -ms-transition: padding-bottom 0.1s ease-in-out;
  -o-transition: padding-bottom 0.1s ease-in-out;
  transition: padding-bottom 0.1s ease-in-out;
}
@media (max-width: 767px) {
  #navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#navbar.stuck {
  width: 100%;
  max-width: 1600px;
  position: fixed;
  /*     left: 0; */
  top: 0px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.96);
  z-index: 100;
}
#primary-nav {
  margin: 0;
  /* 	padding-left: 245px;	 */
}
#primary-nav li {
  list-style: none;
  display: inline-block;
}
#primary-nav li a {
  -webkit-font-smoothing: subpixel-antialiased;
  text-decoration: none;
  text-transform: uppercase;
  color: #a09896;
  padding: 10px;
  line-height: 40px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 991px) {
  #primary-nav li a {
    font-size: 12px;
    padding: 5px;
  }
}
#primary-nav a:hover {
  color: #09417e;
}
#primary-nav li.active a {
  color: #09417e;
}
#primary-nav li.active ul {
  padding-bottom: 0px;
}
/* TOP SUB NAV */
#sub-horiz-nav {
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -ms-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
@media (max-width: 767px) {
  #sub-horiz-nav {
    padding: 0px;
    text-align: left;
    overflow: hidden;
  }
  #sub-horiz-nav .container,
  #sub-horiz-nav .row {
    margin-left: 0;
    margin-right: 0;
  }
  #sub-horiz-nav .pictogram {
    display: block;
    /* 			background-color: grey; */
    border-bottom: 1px solid #efefef;
    padding: 3px 0 3px 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #sub-horiz-nav .pictogram:before,
  #sub-horiz-nav .pictogram:after {
    content: " ";
    display: table;
  }
  #sub-horiz-nav .pictogram:after {
    clear: both;
  }
  #sub-horiz-nav .pictogram:before,
  #sub-horiz-nav .pictogram:after {
    content: " ";
    display: table;
  }
  #sub-horiz-nav .pictogram:after {
    clear: both;
  }
  #sub-horiz-nav .pictogram i {
    font-size: 35px;
    margin-right: 5px;
    margin-left: 0px;
    display: inline;
    /* 			line-height:auto; */
    /* 			padding: 5px 0 0 0; */
    /* 			background-color: fuchsia; */
    float: left;
  }
  #sub-horiz-nav .pictogram span {
    display: inline;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 14px;
    /* 			background-color: blue; */
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  #sub-horiz-nav.stuck {
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    max-width: 1600px;
    position: fixed;
    top: 90px;
    /* 	    left: 0; */
    z-index: 99;
    padding: 10px;
  }
  #sub-horiz-nav.stuck .pictogram img {
    width: 30px;
    margin-bottom: 10px;
  }
  #sub-horiz-nav.stuck .pictogram i {
    display: none;
    /*
		font-size: 0px;
		display: block;
		line-height:0;
		height: 0;
		overflow: hidden;
*/
  }
  #sub-horiz-nav.stuck .pictogram span {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 11px;
  }
}
/* DROPDOWNS */
.navbar-toggle:focus {
  outline: none;
}
#nefab-primary-dropdown {
  float: none;
}
#nefab-primary-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
#nefab-primary-dropdown a {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #9aa5af;
  border-top: 1px solid #f0f0f0;
}
#nefab-primary-dropdown .form-element-padding {
  border-top: 1px solid #f0f0f0;
  padding: 10px 10px 10px 10px;
}
.dropdown-menu {
  padding: 0;
  color: white;
  background-color: #09417e;
  -webkit-opacity: 0.97;
  -moz-opacity: 0.97;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
.dropdown-menu li {
  display: block!important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dropdown-menu li:last-child {
  border: none;
}
.dropdown-menu li a {
  letter-spacing: 0.05em;
  color: white!important;
  display: block!important;
  font-size: 12px!important;
  padding: 10px!important;
  line-height: 20px!important;
}
.dropdown-menu li a span {
  letter-spacing: 0;
  text-transform: none!important;
  font-size: 11px!important;
  display: block;
  color: #a7b4cc;
  /*
	height: 60px;
	border: 2px solid black;
*/
  width: 250px;
  max-width: 300px;
  white-space: normal;
}
@media screen and (max-height: 570px) {
  .dropdown-menu li a span {
    display: none;
  }
}
.dropdown-menu li a i {
  /*
	font-size: 35px;
	float: left;
	margin-left: 0px;
	margin-right: 8px;
*/
}
.dropdown-menu li a:hover {
  background-color: #053670 !important;
}
ul.dropdown-menu:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #09417e;
  border-width: 5px;
  margin-left: -5px;
}
.site-switcher-nav {
  margin-left: -2px;
}
.site-switcher-nav .fa-2x {
  float: left;
  margin-right: 0;
  font-size: 1.8em;
  margin-top: 2px;
}
.site-switcher-nav ul.dropdown-menu:after {
  margin-left: 2px;
}
#navbar ul.dropdown-menu:after {
  left: 15%;
}
#global-nav ul.dropdown-menu:after {
  right: 6%;
}
#global-nav .worldwide-dropdown,
.site-switcher-nav .worldwide-dropdown {
  width: 480px;
}
#global-nav .worldwide-dropdown-links,
.modal-body .worldwide-dropdown-links,
.site-switcher-nav .worldwide-dropdown-links {
  /*
	width: 33.33333333%;
	float: left;
*/
  margin: 0;
  padding: 0;
}
#global-nav .worldwide-dropdown-links a,
.modal-body .worldwide-dropdown-links a,
.site-switcher-nav .worldwide-dropdown-links a {
  font-size: 11px!important;
  letter-spacing: 0;
  text-align: left;
  -webkit-font-smoothing: subpixel-antialiased;
}
#global-nav .worldwide-dropdown-links li,
.modal-body .worldwide-dropdown-links li,
.site-switcher-nav .worldwide-dropdown-links li {
  width: 33.33333333%;
  float: left;
}
#global-nav .worldwide-dropdown-links li:last-child,
.modal-body .worldwide-dropdown-links li:last-child,
.site-switcher-nav .worldwide-dropdown-links li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-switcher-nav ul.dropdown-menu {
  margin-top: 4px;
}
#global-nav ul.dropdown-menu li a,
.site-switcher-nav ul.dropdown-menu li a {
  font-size: 11px!important;
  letter-spacing: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
.nefab-group-btn {
  border-top: 1px solid #00396b;
  background-color: #013768;
}
.nefab-group-btn i {
  margin-left: 3px;
}
.nefab-group-btn:hover {
  background-color: #00305b!important;
}
#siteswitcherModal .modal-content {
  background-color: #09417e;
}
#siteswitcherModal .modal-body {
  padding: 0;
}
#siteswitcherModal .modal-header {
  border-bottom: none;
  margin-bottom: 10px;
}
#siteswitcherModal .modal-header h5 {
  color: #fff;
  font-size: 9px;
  margin-top: 11px;
  text-transform: uppercase;
}
#siteswitcherModal .modal-footer {
  border-top: none;
  text-align: left;
  margin-top: 0;
}
.modal-body .worldwide-dropdown-links {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #09417e;
}
.modal-body .worldwide-dropdown-links a {
  display: block;
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #9aa5af;
}
.modal-body .worldwide-dropdown-links li {
  display: block!important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .modal-body .worldwide-dropdown-links li {
    width: 50%;
  }
}
.modal-body .worldwide-dropdown-links li a {
  letter-spacing: 0.05em;
  color: white!important;
  display: block!important;
  font-size: 12px!important;
  padding: 10px!important 15px!important 10px!important 15px!important;
  line-height: 20px!important;
}
@media (max-width: 767px) {
  .modal-body .worldwide-dropdown-links li a {
    font-size: 11px!important;
  }
}
.modal-body .worldwide-dropdown-links li a:hover {
  background-color: #053670 !important;
}
/* BREADCRUMBS */
.breadcrumb {
  font-size: 11px;
  text-transform: uppercase;
}
.breadcrumb a {
  color: #b8b4b5;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.breadcrumb a:hover {
  color: #09417e;
  text-decoration: none;
}
/* LEFT NAV - PILLS */
.nav {
  background-color: white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}
@media (max-width: 767px) {
  .nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #f0f0f0;
  }
}
.nav-stacked > li {
  float: none;
  border-bottom: 1px solid #f0f0f0;
}
.nav-stacked > li + li {
  margin-top: 0px;
  margin-left: 0;
}
.nav-stacked a {
  -webkit-font-smoothing: subpixel-antialiased;
  color: #09417e;
  font-size: 12px;
  font-weight: 300;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .nav-stacked a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .nav > li a:hover {
    background-color: transparent;
  }
}
li.active a {
  font-weight: 400;
}
li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
li.active ul {
  background-color: #09417e;
  color: white;
  padding-bottom: 5px;
}
li.active ul ul {
  background-color: #09417e;
  color: white;
  padding-bottom: 5px;
  margin-left: 10px;
}
/*
li.active ul {
	background-color:darken(@nefab-dark-blue,4%);
}
li.active ul ul {
	background-color:darken(@nefab-dark-blue,8%);
}
li.active ul ul ul {
	background-color:darken(@nefab-dark-blue,12%);
}
*/
#left-nav li.active {
  /*
	ul {background-color:darken(@nefab-dark-blue,4%);}
	ul ul {background-color:darken(@nefab-dark-blue,8%);}
	ul ul ul {background-color:darken(@nefab-dark-blue,12%);}
*/
  /*
	ul,
	ul ul,
	ul ul ul {background-color:darken(@nefab-dark-blue,3%);}
*/
}
#left-nav li.active ul li a {
  padding: 5px 5px 5px 15px;
}
#left-nav li.active ul li.active a,
#left-nav li.active ul li.active ul li.active a,
#left-nav li.active ul li.active ul li.active ul li.active a {
  font-weight: 400;
}
#left-nav li.active ul li.active a:before,
#left-nav li.active ul li.active ul li.active a:before,
#left-nav li.active ul li.active ul li.active ul li.active a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  width: 0.8em;
  font-size: 11px;
  display: inline-block;
}
#left-nav li.active ul li a,
#left-nav li.active ul li.active ul li a,
#left-nav li.active ul li.active ul li.active ul li a {
  font-weight: 300;
}
#left-nav li.active ul li a:before,
#left-nav li.active ul li.active ul li a:before,
#left-nav li.active ul li.active ul li.active ul li a:before {
  content: '';
  width: 0px;
}
/*
li.active ul li a {
	font-weight: 300;
	padding: 5px 5px 5px 15px;
}
*/
/*
li.active ul li.active a {
	font-weight: 400;
}
*/
/*
li.active ul li.active a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	width: 0.8em;
	font-size: 11px;
	display: inline-block;
}
*/
/*
li.active ul li.active ul li a {
	font-weight: 300;	
}
li.active ul li.active ul li a:before {
	font-weight: 300;
	content: '';
	width: 1px;	
}
*/
/*
li.active ul li.active ul li.active a {
	font-weight: 400;	
}
*/
/*
li.active ul li.active ul li.active a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	width: 0.8em;
	font-size: 11px;
	display: inline-block;
}
*/
/*
li.active ul li.active ul li.active ul li a {
	font-weight: 300;	
}
li.active ul li.active ul li.active ul li a:before {
	font-weight: 300;
	content: '';
	width: 1px;	
}
*/
li.active ul li a {
  /* 	background-color: transparent; */
  display: block;
  color: #e1dfec;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  /*   	.transition(background-color, 0.1s, ease-in); */
}
li.active ul li a:hover {
  color: white;
  text-decoration: none;
  /* 	background-color:darken(@nefab-dark-blue,8%) */
}
@media (min-width: 768px) {
  #left-nav .affix {
    top: 110px;
    position: fixed;
    width: 220px;
  }
}
@media (min-width: 992px) {
  #left-nav .affix {
    width: 212px;
  }
}
@media (min-width: 1200px) {
  #left-nav .affix {
    width: 262px;
  }
}
@media (min-width: 768px) {
  #left-nav .affix-bottom {
    position: absolute;
    width: 220px;
  }
}
@media (min-width: 992px) {
  #left-nav .affix-bottom {
    width: 212px;
  }
}
@media (min-width: 1200px) {
  #left-nav .affix-bottom {
    width: 262px;
  }
}
#left-nav-panel {
  will-change: transform;
  transform: translateY(0);
  display: block;
}
@media (max-width: 767px) {
  #left-nav-panel {
    display: none;
  }
}
@media (max-width: 767px) {
  #left-nav {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #left-nav .affix-bottom,
  #left-nav .affix {
    position: static;
  }
}
#toggle-left-nav {
  background-color: white;
  /* 	font-size: 11px; */
  text-transform: uppercase;
  margin-top: 15px;
  border: none;
  color: #a09896;
  padding: 8px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#toggle-left-nav.open {
  color: #000;
}
#toggle-left-nav:focus {
  outline: none;
}
#toggle-left-nav .btn-msg-open {
  display: none;
}
#toggle-left-nav.open .btn-msg-closed {
  display: none;
}
#toggle-left-nav.open .btn-msg-open {
  display: inline;
}
/* FOOTER NAVIGATION */
.footer-site-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-site-navigation a {
  color: white;
  font-size: 14px;
  /* 	font-weight: 300; */
  color: #e1dfec;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
}
.footer-site-navigation a:hover {
  color: white;
  text-decoration: none;
}
/*
.big-dropdown-nav {
	position: static !important;
}

.big-dropdown-navigation {
	background-color: rgba(9,65,126,0.96);		

	
	h2 {
		margin-top: 0;
		margin-bottom: 15px;
		font-weight: 400;	
		font-size: 16px;
		line-height: 18px;
		text-transform: uppercase;
		color: #e1dfec;				
	}
	
	ul.link-list {
		margin: 10px 0 10px 0;
		padding: 0;
		list-style: none;
		
		
		a {
			font-size: 13px;
			color: #e1dfec;
			display: inline-block;
			padding-bottom: 5px;
			padding-top: 5px;							
		}
		a:hover {
			color: #fff;
		}
		
		.link-list-parent a {
			text-transform: uppercase;
			color:@nefab-orange;
			font-size: 13px;
	
		}
		
	}
		
}

.big-dropdown-navigation--padding {
	padding-top: 30px;
	padding-bottom: 15px;
}
*/
/*
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
*/
.dropdown-big {
  position: static;
}
.dropdown-big .ipad-top-link {
  margin-top: -13px;
}
.dropdown-big .dropdown-toggle {
  position: relative;
}
.dropdown-big .open .dropdown-toggle:after {
  bottom: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  left: 50%;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #09417e;
  border-width: 10px;
  margin-left: -10px;
  margin-bottom: -33px;
}
@media (min-width: 992px) {
  .dropdown-big .open .dropdown-toggle:after {
    margin-bottom: -27px;
  }
}
.dropdown-big .container {
  position: relative;
}
.dropdown-big .dropdown-menu {
  left: auto;
  top: 62px;
}
.dropdown-big .dropdown-big.fw .dropdown-menu {
  left: 0;
  right: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.dropdown-big ul.dropdown-menu:after {
  display: none;
}
.dropdown-big h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.dropdown-big .text-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dropdown-big .text-col {
    float: left;
    width: 25%;
  }
}
.dropdown-big .text-col p {
  font-weight: 200!important;
  color: #e1dfec;
  font-size: 13px;
}
.dropdown-big .link-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dropdown-big .link-col {
    float: left;
    width: 25%;
  }
}
.dropdown-big .link-col-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dropdown-big .link-col-6 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .dropdown-big .link-col-6 {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 1199px) {
  .dropdown-big .link-col-6:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .dropdown-big .link-col-6:nth-child(6n+1) {
    clear: left;
  }
}
.dropdown-big .link-col a,
.dropdown-big .link-col-6 a {
  text-transform: none!important;
}
.dropdown-big .link-col .parent-link,
.dropdown-big .link-col-6 .parent-link {
  border-bottom: 0px solid transparent!important;
}
.dropdown-big .link-col .parent-link img,
.dropdown-big .link-col-6 .parent-link img {
  margin-bottom: 10px;
}
.dropdown-big .link-col .parent-link a,
.dropdown-big .link-col-6 .parent-link a {
  text-transform: uppercase!important;
  color: #ee7727 !important;
  font-size: 13px!important;
}
.dropdown-big .link-col ul,
.dropdown-big .link-col-6 ul {
  padding-left: 0;
}
/* SEARCH */
#search-wrapper {
  bottom: -79px;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #09417e;
  border-bottom: 3px solid #053670;
  position: absolute;
  z-index: 101;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
#search-navbar {
  font-size: 25px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  color: white;
  font-weight: 300;
  width: 100%;
  border: none;
  padding: 10px;
}
#search-navbar:focus {
  background-color: #053670;
  outline: none;
}
#search-button {
  padding: 0;
  border: none;
  background-color: #09417e;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  font-size: 17px;
  color: white;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
@media (max-width: 767px) {
  #search-button {
    font-size: 14px;
    width: 31px;
    height: 31px;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
#search-button .fa-times {
  display: none;
}
#search-button.search-active {
  /* 	background-color: darken(@nefab-grey,5%); */
  background-color: #053670;
}
#search-button:hover {
  /* 	background-color: darken(@nefab-grey,5%); */
  background-color: #053670;
}
#search-button:focus {
  outline: none;
}
.ie9 #search-wrapper {
  bottom: -72px;
}
.social-big-btn {
  text-decoration: none;
  background-color: #053670;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: white;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  line-height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/*
a.social-big-btn i {
	.opacity(0.8);
	.transition(opacity, 0.2s, ease-in-out);
}
*/
a.social-big-btn:hover {
  text-decoration: none;
  color: white;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
/**
 * FOOTER
 */
#footer {
  padding-top: 25px;
  background-color: #09417e;
}
#footer h2 {
  color: #ee7727;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
#footer p {
  color: white;
  font-size: 13px;
  font-weight: 300;
  color: #e1dfec;
}
#footer #footer-byline {
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #053670;
  text-align: center;
}
#footer #footer-byline p {
  font-size: 11px;
  padding: 0;
  margin: 0;
  color: #7f80a3;
  text-transform: uppercase;
}
#footer #footer-byline p a {
  color: #7f80a3;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#footer #footer-byline p a:hover {
  color: white;
}
html.body-pop-up-map {
  width: 100%;
  height: 100%;
}
html.body-pop-up-map body {
  width: 100%;
  height: 100%;
}
#id_matrix label,
#id_matrix fieldset {
  display: block;
  margin-top: 10px;
}
#id_matrix {
  width: 100%;
}
#id_matrix input[type="text"],
#id_matrix textarea,
#id_matrix select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
}
#id_matrix input[type="text"]:focus,
#id_matrix textarea:focus,
#id_matrix select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#id_matrix input[type="text"]:-moz-placeholder,
#id_matrix textarea:-moz-placeholder,
#id_matrix select:-moz-placeholder {
  color: #999999;
}
#id_matrix input[type="text"]::-moz-placeholder,
#id_matrix textarea::-moz-placeholder,
#id_matrix select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#id_matrix input[type="text"]:-ms-input-placeholder,
#id_matrix textarea:-ms-input-placeholder,
#id_matrix select:-ms-input-placeholder {
  color: #999999;
}
#id_matrix input[type="text"]::-webkit-input-placeholder,
#id_matrix textarea::-webkit-input-placeholder,
#id_matrix select::-webkit-input-placeholder {
  color: #999999;
}
#id_matrix input[type="text"][disabled],
#id_matrix textarea[disabled],
#id_matrix select[disabled],
#id_matrix input[type="text"][readonly],
#id_matrix textarea[readonly],
#id_matrix select[readonly],
fieldset[disabled] #id_matrix input[type="text"],
fieldset[disabled] #id_matrix textarea,
fieldset[disabled] #id_matrix select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
#id_matrix textarea {
  height: auto;
}
#id_matrix td fieldset {
  padding-left: 0;
  padding-right: 0;
}
#id_matrix td fieldset label {
  text-transform: none;
  font-size: 12px;
  font-weight: 300;
}
#id_matrix input[type="checkbox"],
#id_matrix input[type="radio"] {
  font-size: 13px;
  margin-right: 4px;
}
/* NEWS */
#news-latest div:nth-child(2) {
  border-left: 1px solid #e3e3e3;
}
#news-latest div:nth-child(4) {
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 991px) {
  #news-latest div:nth-child(3) {
    border-right: 1px solid #e3e3e3;
  }
}
#news-latest h2,
#news-latest .h2 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 768px) {
  #news-latest h2,
  #news-latest .h2 {
    text-align: right;
    /* 			font-weight: 700; */
    font-size: 20px;
    margin-bottom: 5px;
  }
}
#news-latest h3,
#news-latest .h3 {
  margin-top: 10px;
  color: #ee7727;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
#news-latest p {
  font-weight: 300;
  color: #404040;
}
#news-latest .linkedin-follow-button {
  text-align: right;
}
#news-latest .col-sm-3 p {
  text-align: center;
  margin-top: -15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #news-latest .col-sm-3 p {
    text-align: right;
    font-weight: 400;
    margin-top: 0;
  }
}
#main-content .news-date,
.news-date,
.news-date-listing {
  color: #a09896;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.news-date-listing {
  margin-bottom: -10px;
}
.news-item-padding {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .news-item-padding {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}
.insights-fixedSocial {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  background-color: #09417e;
  font-size: 0;
}
@media (min-width: 500px) {
  .insights-fixedSocial {
    top: 40%;
    right: 0;
    left: auto;
    bottom: auto;
    width: 40px;
  }
}
.insights-fixedSocial_icon {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 20%;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.insights-fixedSocial_icon:hover {
  background-color: #fff;
  color: #09417e;
}
@media (min-width: 500px) {
  .insights-fixedSocial_icon {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  .insights-fixedSocial_icon:first-of-type {
    height: 35px;
    line-height: 35px;
    padding-top: 2px;
  }
  .insights-fixedSocial_icon:last-of-type {
    height: 35px;
    line-height: 35px;
  }
}
.footer-for-insights input,
.insights input,
.sub-insights input {
  padding: 0.5rem;
}
.footer-for-insights input[type="email"],
.insights input[type="email"],
.sub-insights input[type="email"] {
  width: calc(100% - 130px);
  padding: 0.5rem 1rem;
  border: 1px solid #000;
}
.footer-for-insights input[type="submit"],
.insights input[type="submit"],
.sub-insights input[type="submit"] {
  width: 120px;
  margin: 0;
  padding: 0.6rem 0;
  background: #000;
  color: #fff;
  border: none;
  float: right;
}
.footer-for-insights ul,
.insights ul,
.sub-insights ul {
  list-style: none;
}
.insights {
  background-color: #fff;
}
.insights-hero {
  padding-top: 8rem;
  margin-bottom: 4rem;
  text-align: center;
  padding: 0 30px;
}
.insights-hero__small-heading {
  padding: 3rem 0 1rem 0;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
  margin-top: 0;
}
.insights-hero__small-heading a {
  color: #fff;
}
.insights-hero__big-heading {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5rem 0;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 3px;
}
.insights-ingress {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 6rem;
  padding: 0 30px;
}
.insights-signup {
  padding: 0 30px;
  overflow: auto;
  zoom: 1;
  max-width: 400px;
}
.insights-signup__heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #000;
}
.insights-signup__text {
  color: #999;
  text-align: center;
  margin-top: 2rem;
}
.insights-categories {
  margin-top: 10rem;
  margin-bottom: 6rem;
}
.insights-categories__header {
  text-align: center;
  position: relative;
}
.insights-categories__heading {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 4rem;
  cursor: pointer;
}
.insights-categories__menu {
  background: #09417e;
  list-style: none;
  width: 250px;
  padding: 3rem 2rem;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 100%);
  display: none;
  z-index: 2;
}
.insights-categories__menu::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -100%) rotate(45deg);
  height: 20px;
  width: 20px;
  background: #09417e;
}
.insights-categories__menu--active {
  display: block;
}
.insights-categories__menu-item {
  color: #fff;
  border-top: 1px solid #fff;
  padding: 1em 0;
  font-size: 1.5rem;
  cursor: pointer;
}
.insights-categories__menu-item:last-of-type {
  border-bottom: 1px solid #fff;
}
.insights-categories__image {
  width: 100%;
  padding-top: 80%;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.insights-categories__list {
  list-style: none;
  padding: 0;
}
.insights-categories__item {
  display: inline-block;
  width: 50%;
  padding: 1rem;
  text-align: center;
  margin-bottom: 4rem;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .insights-categories__item {
    width: 33.333333%;
  }
}
@media screen and (min-width: 800px) {
  .insights-categories__item {
    width: 25%;
  }
}
.insights-categories__item a {
  color: #000;
}
.insights-categories__date {
  margin-top: 2rem;
  display: inline-block;
}
.insights-categories__title {
  color: #000;
  font-weight: 800;
}
.insights-featured-list p {
  font-weight: 300;
}
.insights-featured-list-item {
  margin-bottom: 30px;
}
.insights-featured-list__date {
  margin-top: 20px;
  font-size: 12px;
}
/**		
 * Footer
 */
.insights-footer {
  border-top: 1px solid #bbb;
  padding: 3rem 0 6rem 0;
}
.insights-footer .fa {
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  line-height: 29px;
  border: 1px solid #000;
  border-radius: 50px;
  margin-right: 1em;
  text-decoration: none;
  color: #000;
  text-align: center;
}
.insights-footer .fa:last-of-type {
  margin-right: 0;
}
.insights-footer ul {
  padding: 0;
}
.insights-footer__column {
  display: inline-block;
  width: 100%;
  padding: 0 2.5rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .insights-footer__column {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .insights-footer__column + .insights-footer__column {
    border-left: 1px solid #bbb;
  }
  .insights-footer__column--signup {
    width: 45%;
  }
  .insights-footer__column--share {
    width: 35%;
  }
  .insights-footer__column--download {
    width: 20%;
  }
}
.insights-footer__column-heading {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.insights-footer-signup__text {
  margin-bottom: 2rem;
}
.sub-insights {
  overflow: hidden;
  background-color: #fff;
}
.sub-insights-hero {
  text-transform: uppercase;
  text-align: center;
  padding-top: 70%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub-insights-hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #09417e;
  background-color: rgba(9, 65, 126, 0.4);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6609417e, endColorstr=#6609417e)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6609417e, endColorstr=#6609417e);
}
@media screen and (min-width: 600px) {
  .sub-insights-hero {
    height: 550px;
    padding-top: 0;
  }
}
.sub-insights-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.sub-insights-hero__big-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 400px) {
  .sub-insights-hero__big-heading {
    font-size: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .sub-insights-hero__big-heading {
    font-size: 6rem;
  }
}
.sub-insights-hero__small-heading {
  color: #fff;
  border-top: 1px solid #fff;
  padding: 0.5em 0;
  margin: 0;
  font-size: 12px;
}
.sub-insights-hero__small-heading + .sub-insights-hero__small-heading {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 600px) {
  .sub-insights-hero__small-heading {
    padding: 1em 0;
    font-size: 16px;
  }
}
/** 
 * MAIN
 */
.sub-insights-main {
  padding: 4rem 1rem;
}
@media screen and (min-width: 600px) {
  .sub-insights-main {
    padding: 8rem 1rem;
  }
}
.sub-insights-main img {
  width: 100%;
  margin: 2rem 0;
}
@media screen and (min-width: 600px) {
  .sub-insights-main img {
    margin: 48px 0;
  }
}
.sub-insights__big-heading {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4rem;
  padding: 3rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 600px) {
  .sub-insights__big-heading {
    font-size: 5rem;
    padding: 5rem 0;
  }
}
.sub-insights__medium-heading {
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1em 0;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.sub-insights__medium-heading span {
  display: inline-block;
  color: #000;
}
@media screen and (min-width: 600px) {
  .sub-insights__medium-heading {
    margin-bottom: 6rem;
  }
}
.sub-insights__long-quote {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 5rem;
  border-left: none;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .sub-insights__long-quote {
    margin-bottom: 96px;
  }
}
.sub-insights__long-quote-author {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1.5em;
}
.sub-insights__short-quote {
  margin: 4em auto;
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.6;
  position: relative;
  border-left: none;
  padding: 0;
}
.sub-insights__short-quote::before {
  font-family: FontAwesome;
  content: '\f10e';
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
}
.sub-insights__content-columns {
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.sub-insights__content-columns:first-child {
  margin-top: 0;
}
.sub-insights__content-columns img {
  width: 100%;
  margin: 2rem 0;
}
.sub-insights__content-columns li {
  list-style-type: disc;
}
.sub-insights__content-columns p {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .sub-insights__content-columns {
    columns: 300px 2;
    column-gap: 80px;
  }
}
.sub-insights__textquote {
  margin: 32px auto;
  margin-bottom: 3rem;
}
.sub-insights__textquote:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .sub-insights__textquote {
    margin-bottom: 64px;
  }
}
.sub-insights__textquote-text {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .sub-insights__textquote-text {
    width: 65%;
    float: left;
  }
}
.sub-insights__textquote-quote {
  margin: 32px 0;
  padding: 0;
  margin-top: 32px;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.4;
  position: relative;
  border-left: none;
  display: block;
  width: 100%;
}
.sub-insights__textquote-quote::before {
  font-family: FontAwesome;
  content: '\f10e';
  position: absolute;
  top: -1.4em;
  left: 0.2rem;
}
@media screen and (min-width: 800px) {
  .sub-insights__textquote-quote {
    padding: 0 1rem;
    margin: 0 auto;
    width: 35%;
    float: left;
  }
  .sub-insights__textquote-quote::before {
    font-family: FontAwesome;
    content: '\f10e';
    position: absolute;
    top: -2em;
    left: 1rem;
  }
}
.sub-insights__textimage:after {
  content: " ";
  display: block;
  clear: both;
}
.sub-insights__textimage-column {
  width: 100%;
  padding: 0 1rem;
}
@media screen and (min-width: 800px) {
  .sub-insights__textimage-column {
    width: 50%;
    float: left;
  }
}
.sub-insights__textimage-column p {
  margin-bottom: 2em;
}
.sub-insights__textimage-column p:first-of-type:first-letter {
  float: left;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 50px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.sub-insights__textimage-column img {
  margin: 0 0 24px 0;
}
/**			
 * 	SLIDER
 */
.sub-insights-slider {
  position: relative;
  background-color: #f4f4f4;
  padding-top: 48px;
}
.sub-insights-slider .slick-prev,
.sub-insights-slider .slick-next {
  width: 40px;
  height: 40px;
  top: 115px;
}
.sub-insights-slider .slick-prev:before,
.sub-insights-slider .slick-next:before {
  color: #ee7727;
  font-family: Fontawesome;
  font-size: 40px;
}
.sub-insights-slider .slick-prev {
  left: -50px;
}
.sub-insights-slider .slick-prev:before {
  content: '\f104';
}
.sub-insights-slider .slick-next {
  right: -50px;
}
.sub-insights-slider .slick-next:before {
  content: '\f105';
}
.sub-insights-slider .slick-dots {
  display: none !important;
}
.sub-insights-slider__heading {
  text-align: center;
  color: #ee7727;
  margin-bottom: 48px;
  font-weight: 500;
  letter-spacing: 1px;
}
.sub-insights-slider__image {
  width: 100%;
  padding-top: 80%;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-insights-slider__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0 !important;
}
.sub-insights-slider__list.wrapper-lg li {
  vertical-align: top;
}
.sub-insights-slider__item {
  display: inline-block;
  width: 50%;
  padding: 1rem;
  text-align: center;
  margin-bottom: 4rem;
  cursor: pointer;
  white-space: normal;
}
.sub-insights-slider__item--active {
  display: inline-block;
}
.sub-insights-slider__item a {
  color: #333;
}
@media screen and (min-width: 600px) {
  .sub-insights-slider__item {
    width: 33.333333%;
  }
}
@media screen and (min-width: 800px) {
  .sub-insights-slider__item {
    width: 25%;
  }
}
.sub-insights-slider__date {
  margin-top: 2rem;
  display: inline-block;
}
.sub-insights-slider__title {
  color: #000;
  font-weight: 500;
}
.sub-insights-slider__arrow {
  position: absolute;
  top: calc(50% - 16px);
  transform: translateY(-50%);
  font-size: 2.1rem;
  cursor: pointer;
  padding: 0 10px;
}
.sub-insights-slider__arrow--left {
  left: -12px;
}
@media screen and (min-width: 600px) {
  .sub-insights-slider__arrow--left {
    left: -24px;
  }
}
.sub-insights-slider__arrow--right {
  right: -12px;
}
@media screen and (min-width: 600px) {
  .sub-insights-slider__arrow--right {
    right: -24px;
  }
}
.sub-insights-slider__arrow--disabled {
  pointer-events: none;
  cursor: default;
}
.sub-insights-slider__arrow--disabled .fa {
  color: #ccc;
}
