@charset "UTF-8";
/*Brand colors*/
/*DR Font Family */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media (min-width: 768px) {
  .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media (min-width: 768px) {
  .justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .flexbox-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }

@media (min-width: 768px) {
  .flexbox-align-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: visible; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;

    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
.bg-blue {
  background-color: #003058;
  color: #ffffff; }
  .bg-blue .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff; }
  .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6,
  .bg-blue .h1, .bg-blue .h2, .bg-blue .h3, .bg-blue .h4, .bg-blue .h5, .bg-blue .h6 {
    color: #ffffff; }
  .bg-blue a:not(.btn) {
    color: #00A7E1; }
    .bg-blue a:not(.btn):hover, .bg-blue a:not(.btn):focus {
      color: #15c3ff; }
  .bg-blue p:not(.lead),
  .bg-blue a {
    font-weight: 500; }
  .bg-blue.transparent {
    background-color: rgba(0, 44, 87, 0.8); }

.bg-lightBlue {
  background-color: #00A7E1;
  color: #ffffff; }
  .bg-lightBlue a:not(.btn) {
    color: #ffffff; }
    .bg-lightBlue a:not(.btn):hover, .bg-lightBlue a:not(.btn):focus {
      color: #ffffff; }
  .bg-lightBlue p:not(.lead),
  .bg-lightBlue a {
    font-weight: 500; }
  .bg-lightBlue.transparent {
    background-color: rgba(3, 181, 232, 0.8); }
  .bg-lightBlue h1, .bg-lightBlue h2, .bg-lightBlue h3, .bg-lightBlue h4, .bg-lightBlue h5, .bg-lightBlue h6,
  .bg-lightBlue .h1, .bg-lightBlue .h2, .bg-lightBlue .h3, .bg-lightBlue .h4, .bg-lightBlue .h5, .bg-lightBlue .h6 {
    color: #ffffff; }
  .bg-lightBlue h1.tag::before, .bg-lightBlue .h1.tag::before,
  .bg-lightBlue h2.tag::before, .bg-lightBlue .h2.tag::before,
  .bg-lightBlue h3.tag::before, .bg-lightBlue .h3.tag::before {
    border-left-color: #ffffff; }

.bg-altBlue {
  background-color: #B6E8FB;
  color: #003058; }

.bg-lightGray {
  background-color: #E9E9E9;
  color: #003058; }
  .bg-lightGray a:not(.btn) {
    color: #003058;
    font-weight: bold; }
    .bg-lightGray a:not(.btn):hover, .bg-lightGray a:not(.btn):focus {
      color: #004c8b; }

.bg-altGray {
  background-color: #BEBEBE;
  color: #ffffff; }

.bg-gray {
  background-color: #666666 !important;
  color: #ffffff; }

.txt-blue {
  color: #003058; }

.txt-lightBlue {
  color: #00A7E1; }

.txt-altBlue {
  color: #B6E8FB; }

.txt-gray {
  color: #666666; }

.txt-lightGray {
  color: #E9E9E9; }

.txt-gray {
  color: #666666 !important; }

.txt-white {
  color: #ffffff !important; }

.txt-green {
  color: #A8C628; }

.txt-violet {
  color: #9E79BB; }

.txt-purple {
  color: #B03478; }

.bg-purple {
  background-color: #B03478;
  color: #ffffff; }

.bg-violet {
  background-color: #9E79BB;
  color: #ffffff; }

.bg-green {
  background-color: #A8C628;
  color: #ffffff; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "mr-eaves-xl-modern", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.42857;
  color: #666666;
  background-color: #E9E9E9; }
  body .body-wrapper {
    overflow: hidden; }
    body .body-wrapper .body-inner-wrapper {
      margin: 0 auto;
      max-width: 1600px; }
      body .body-wrapper .body-inner-wrapper.main-body {
        margin-top: 41px; }
        @media (min-width: 768px) {
          body .body-wrapper .body-inner-wrapper.main-body {
            margin-top: 89px; } }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #00A7E1;
  text-decoration: none; }
  a:hover, a:focus {
    color: #006e95;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 2px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #E9E9E9;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin: 0 0 13.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }
  h1.tag, .h1.tag,
  h2.tag, .h2.tag,
  h3.tag, .h3.tag {
    position: relative;
    text-transform: uppercase; }
    h1.tag::before, .h1.tag::before,
    h2.tag::before, .h2.tag::before,
    h3.tag::before, .h3.tag::before {
      content: "";
      position: absolute;
      left: -15px;
      top: 10%;
      height: 80%;
      border-left: solid 2px #00A7E1; }
      @media (min-width: 768px) {
        h1.tag::before, .h1.tag::before,
        h2.tag::before, .h2.tag::before,
        h3.tag::before, .h3.tag::before {
          left: -20px; } }

h3.tag::before, .h3.tag::before {
  left: -15px; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 6.75px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 4rem; }
  @media (min-width: 480px) {
    h1, .h1 {
      font-size: 52px; } }

h2, .h2 {
  font-size: 42px; }

h3, .h3 {
  font-size: 35px; }

h4, .h4 {
  font-size: 26px; }

h5, .h5 {
  font-size: 21px; }

h6, .h6 {
  font-size: 19px; }

p {
  margin: 0 0 13.5px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: .75px; }

.lead {
  margin-bottom: 27px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .lead {
      font-size: 33.25px; } }

small,
.small {
  font-size: 89%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #00A7E1; }

a.text-primary:hover,
a.text-primary:focus {
  color: #0081ae; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #00A7E1; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0081ae; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 13.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

li {
  font-weight: 100; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 27px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 23.75px;
  border-left: 1px solid #E9E9E9;
  position: relative; }
  blockquote::before, blockquote::after {
    content: "";
    position: absolute;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E9E9E9; }
  blockquote::before {
    top: 0; }
  blockquote::after {
    bottom: 0; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #E9E9E9;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 13px;
  margin: 0 0 13.5px;
  font-size: 18px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 480px) {
    .container {
      width: 490px; } }
  @media (min-width: 768px) {
    .container {
      width: 760px; } }
  @media (min-width: 992px) {
    .container {
      width: 980px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1180px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left; }

.col-xxs-1 {
  width: 8.33333%; }

.col-xxs-2 {
  width: 16.66667%; }

.col-xxs-3 {
  width: 25%; }

.col-xxs-4 {
  width: 33.33333%; }

.col-xxs-5 {
  width: 41.66667%; }

.col-xxs-6 {
  width: 50%; }

.col-xxs-7 {
  width: 58.33333%; }

.col-xxs-8 {
  width: 66.66667%; }

.col-xxs-9 {
  width: 75%; }

.col-xxs-10 {
  width: 83.33333%; }

.col-xxs-11 {
  width: 91.66667%; }

.col-xxs-12 {
  width: 100%; }

.col-xxs-pull-0 {
  right: auto; }

.col-xxs-pull-1 {
  right: 8.33333%; }

.col-xxs-pull-2 {
  right: 16.66667%; }

.col-xxs-pull-3 {
  right: 25%; }

.col-xxs-pull-4 {
  right: 33.33333%; }

.col-xxs-pull-5 {
  right: 41.66667%; }

.col-xxs-pull-6 {
  right: 50%; }

.col-xxs-pull-7 {
  right: 58.33333%; }

.col-xxs-pull-8 {
  right: 66.66667%; }

.col-xxs-pull-9 {
  right: 75%; }

.col-xxs-pull-10 {
  right: 83.33333%; }

.col-xxs-pull-11 {
  right: 91.66667%; }

.col-xxs-pull-12 {
  right: 100%; }

.col-xxs-push-0 {
  left: auto; }

.col-xxs-push-1 {
  left: 8.33333%; }

.col-xxs-push-2 {
  left: 16.66667%; }

.col-xxs-push-3 {
  left: 25%; }

.col-xxs-push-4 {
  left: 33.33333%; }

.col-xxs-push-5 {
  left: 41.66667%; }

.col-xxs-push-6 {
  left: 50%; }

.col-xxs-push-7 {
  left: 58.33333%; }

.col-xxs-push-8 {
  left: 66.66667%; }

.col-xxs-push-9 {
  left: 75%; }

.col-xxs-push-10 {
  left: 83.33333%; }

.col-xxs-push-11 {
  left: 91.66667%; }

.col-xxs-push-12 {
  left: 100%; }

.col-xxs-offset-0 {
  margin-left: 0%; }

.col-xxs-offset-1 {
  margin-left: 8.33333%; }

.col-xxs-offset-2 {
  margin-left: 16.66667%; }

.col-xxs-offset-3 {
  margin-left: 25%; }

.col-xxs-offset-4 {
  margin-left: 33.33333%; }

.col-xxs-offset-5 {
  margin-left: 41.66667%; }

.col-xxs-offset-6 {
  margin-left: 50%; }

.col-xxs-offset-7 {
  margin-left: 58.33333%; }

.col-xxs-offset-8 {
  margin-left: 66.66667%; }

.col-xxs-offset-9 {
  margin-left: 75%; }

.col-xxs-offset-10 {
  margin-left: 83.33333%; }

.col-xxs-offset-11 {
  margin-left: 91.66667%; }

.col-xxs-offset-12 {
  margin-left: 100%; }

.col-xxs-offset-right-0 {
  left: 0%; }

.col-xxs-offset-right-1 {
  left: -8.33333%; }

.col-xxs-offset-right-2 {
  left: -16.66667%; }

.col-xxs-offset-right-3 {
  left: -25%; }

.col-xxs-offset-right-4 {
  left: -33.33333%; }

.col-xxs-offset-right-5 {
  left: -41.66667%; }

.col-xxs-offset-right-6 {
  left: -50%; }

.col-xxs-offset-right-7 {
  left: -58.33333%; }

.col-xxs-offset-right-8 {
  left: -66.66667%; }

.col-xxs-offset-right-9 {
  left: -75%; }

.col-xxs-offset-right-10 {
  left: -83.33333%; }

.col-xxs-offset-right-11 {
  left: -91.66667%; }

.col-xxs-offset-right-12 {
  left: -100%; }

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

  .col-xs-1 {
    width: 8.33333%; }

  .col-xs-2 {
    width: 16.66667%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-4 {
    width: 33.33333%; }

  .col-xs-5 {
    width: 41.66667%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-7 {
    width: 58.33333%; }

  .col-xs-8 {
    width: 66.66667%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-10 {
    width: 83.33333%; }

  .col-xs-11 {
    width: 91.66667%; }

  .col-xs-12 {
    width: 100%; }

  .col-xs-pull-0 {
    right: auto; }

  .col-xs-pull-1 {
    right: 8.33333%; }

  .col-xs-pull-2 {
    right: 16.66667%; }

  .col-xs-pull-3 {
    right: 25%; }

  .col-xs-pull-4 {
    right: 33.33333%; }

  .col-xs-pull-5 {
    right: 41.66667%; }

  .col-xs-pull-6 {
    right: 50%; }

  .col-xs-pull-7 {
    right: 58.33333%; }

  .col-xs-pull-8 {
    right: 66.66667%; }

  .col-xs-pull-9 {
    right: 75%; }

  .col-xs-pull-10 {
    right: 83.33333%; }

  .col-xs-pull-11 {
    right: 91.66667%; }

  .col-xs-pull-12 {
    right: 100%; }

  .col-xs-push-0 {
    left: auto; }

  .col-xs-push-1 {
    left: 8.33333%; }

  .col-xs-push-2 {
    left: 16.66667%; }

  .col-xs-push-3 {
    left: 25%; }

  .col-xs-push-4 {
    left: 33.33333%; }

  .col-xs-push-5 {
    left: 41.66667%; }

  .col-xs-push-6 {
    left: 50%; }

  .col-xs-push-7 {
    left: 58.33333%; }

  .col-xs-push-8 {
    left: 66.66667%; }

  .col-xs-push-9 {
    left: 75%; }

  .col-xs-push-10 {
    left: 83.33333%; }

  .col-xs-push-11 {
    left: 91.66667%; }

  .col-xs-push-12 {
    left: 100%; }

  .col-xs-offset-0 {
    margin-left: 0%; }

  .col-xs-offset-1 {
    margin-left: 8.33333%; }

  .col-xs-offset-2 {
    margin-left: 16.66667%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-offset-4 {
    margin-left: 33.33333%; }

  .col-xs-offset-5 {
    margin-left: 41.66667%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-offset-7 {
    margin-left: 58.33333%; }

  .col-xs-offset-8 {
    margin-left: 66.66667%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-offset-10 {
    margin-left: 83.33333%; }

  .col-xs-offset-11 {
    margin-left: 91.66667%; }

  .col-xs-offset-12 {
    margin-left: 100%; }

  .col-xs-offset-right-0 {
    left: 0%; }

  .col-xs-offset-right-1 {
    left: -8.33333%; }

  .col-xs-offset-right-2 {
    left: -16.66667%; }

  .col-xs-offset-right-3 {
    left: -25%; }

  .col-xs-offset-right-4 {
    left: -33.33333%; }

  .col-xs-offset-right-5 {
    left: -41.66667%; }

  .col-xs-offset-right-6 {
    left: -50%; }

  .col-xs-offset-right-7 {
    left: -58.33333%; }

  .col-xs-offset-right-8 {
    left: -66.66667%; }

  .col-xs-offset-right-9 {
    left: -75%; }

  .col-xs-offset-right-10 {
    left: -83.33333%; }

  .col-xs-offset-right-11 {
    left: -91.66667%; }

  .col-xs-offset-right-12 {
    left: -100%; } }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-right-0 {
    left: 0%; }

  .col-sm-offset-right-1 {
    left: -8.33333%; }

  .col-sm-offset-right-2 {
    left: -16.66667%; }

  .col-sm-offset-right-3 {
    left: -25%; }

  .col-sm-offset-right-4 {
    left: -33.33333%; }

  .col-sm-offset-right-5 {
    left: -41.66667%; }

  .col-sm-offset-right-6 {
    left: -50%; }

  .col-sm-offset-right-7 {
    left: -58.33333%; }

  .col-sm-offset-right-8 {
    left: -66.66667%; }

  .col-sm-offset-right-9 {
    left: -75%; }

  .col-sm-offset-right-10 {
    left: -83.33333%; }

  .col-sm-offset-right-11 {
    left: -91.66667%; }

  .col-sm-offset-right-12 {
    left: -100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-right-0 {
    left: 0%; }

  .col-md-offset-right-1 {
    left: -8.33333%; }

  .col-md-offset-right-2 {
    left: -16.66667%; }

  .col-md-offset-right-3 {
    left: -25%; }

  .col-md-offset-right-4 {
    left: -33.33333%; }

  .col-md-offset-right-5 {
    left: -41.66667%; }

  .col-md-offset-right-6 {
    left: -50%; }

  .col-md-offset-right-7 {
    left: -58.33333%; }

  .col-md-offset-right-8 {
    left: -66.66667%; }

  .col-md-offset-right-9 {
    left: -75%; }

  .col-md-offset-right-10 {
    left: -83.33333%; }

  .col-md-offset-right-11 {
    left: -91.66667%; }

  .col-md-offset-right-12 {
    left: -100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-right-0 {
    left: 0%; }

  .col-lg-offset-right-1 {
    left: -8.33333%; }

  .col-lg-offset-right-2 {
    left: -16.66667%; }

  .col-lg-offset-right-3 {
    left: -25%; }

  .col-lg-offset-right-4 {
    left: -33.33333%; }

  .col-lg-offset-right-5 {
    left: -41.66667%; }

  .col-lg-offset-right-6 {
    left: -50%; }

  .col-lg-offset-right-7 {
    left: -58.33333%; }

  .col-lg-offset-right-8 {
    left: -66.66667%; }

  .col-lg-offset-right-9 {
    left: -75%; }

  .col-lg-offset-right-10 {
    left: -83.33333%; }

  .col-lg-offset-right-11 {
    left: -91.66667%; }

  .col-lg-offset-right-12 {
    left: -100%; } }
@media (min-width: 1500px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.33333%; }

  .col-xl-2 {
    width: 16.66667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.33333%; }

  .col-xl-5 {
    width: 41.66667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.33333%; }

  .col-xl-8 {
    width: 66.66667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.33333%; }

  .col-xl-11 {
    width: 91.66667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.33333%; }

  .col-xl-pull-2 {
    right: 16.66667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.33333%; }

  .col-xl-pull-5 {
    right: 41.66667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.33333%; }

  .col-xl-pull-8 {
    right: 66.66667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.33333%; }

  .col-xl-pull-11 {
    right: 91.66667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.33333%; }

  .col-xl-push-2 {
    left: 16.66667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.33333%; }

  .col-xl-push-5 {
    left: 41.66667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.33333%; }

  .col-xl-push-8 {
    left: 66.66667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.33333%; }

  .col-xl-push-11 {
    left: 91.66667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-offset-11 {
    margin-left: 91.66667%; }

  .col-xl-offset-12 {
    margin-left: 100%; }

  .col-xl-offset-right-0 {
    left: 0%; }

  .col-xl-offset-right-1 {
    left: -8.33333%; }

  .col-xl-offset-right-2 {
    left: -16.66667%; }

  .col-xl-offset-right-3 {
    left: -25%; }

  .col-xl-offset-right-4 {
    left: -33.33333%; }

  .col-xl-offset-right-5 {
    left: -41.66667%; }

  .col-xl-offset-right-6 {
    left: -50%; }

  .col-xl-offset-right-7 {
    left: -58.33333%; }

  .col-xl-offset-right-8 {
    left: -66.66667%; }

  .col-xl-offset-right-9 {
    left: -75%; }

  .col-xl-offset-right-10 {
    left: -83.33333%; }

  .col-xl-offset-right-11 {
    left: -91.66667%; }

  .col-xl-offset-right-12 {
    left: -100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #E9E9E9; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table 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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 20.25px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 28.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 10px;
  font-size: 19px;
  line-height: 1.42857;
  color: #666666; }

.form-control {
  display: block;
  width: 100%;
  height: 47px;
  padding: 9px 12px 8px;
  font-size: 19px;
  line-height: 1.42857;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 47px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 37px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 47px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 27px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 46px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 1px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 37px;
  line-height: 37px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 1px; }
.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 37px;
  min-height: 44px;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.1;
  border-radius: 2px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 47px;
  line-height: 47px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 47px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.1;
  border-radius: 2px; }
.form-group-lg select.form-control {
  height: 47px;
  line-height: 47px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 47px;
  min-height: 49px;
  padding: 11px 16px;
  font-size: 22px;
  line-height: 1.1; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 58.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 47px;
  height: 47px;
  line-height: 47px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 32px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  display: none; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #00a7e1; }

input:focus + .slider {
  box-shadow: 0 0 0px #00a7e1; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 10px; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.15em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #03B5E8;
  font-weight: normal;
  color: #002c57;
  outline: none !important; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: #03B5E8;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background: #03B5E8;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*! jQuery-ui-Slider-Pips - v1.11.4 - 2016-09-04
* Copyright (c) 2016 Simon Goellner <simey.me@gmail.com>; Licensed MIT */
/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em; }

/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none; }

/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block; }

/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.8em;
  color: #003058;
  overflow: visible;
  text-align: center;
  top: 20px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default; }

/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%; }

/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1em;
  width: 2em; }

/* make it easy to see when we hover a label */
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: #999;
  font-weight: bold; }

/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 2em; }

/* align vertical pips left and to right of the slider */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 20px;
  margin-left: 0;
  margin-bottom: -0.5em; }

/* vertical line/pip should be horizontal instead */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0; }

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 2em; }

/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
  outline: none; }

/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  top: -40px;
  display: block;
  width: 34px;
  margin-left: -18px;
  left: 50%;
  height: 20px;
  line-height: 20px;
  background: white;
  border-radius: 3px;
  border: 1px solid #888;
  text-align: center;
  font-size: 12px;
  opacity: 0;
  color: #333;
  -webkit-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms, 200ms, 0ms;
  transition-duration: 200ms, 200ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms, 200ms;
  transition-delay: 0ms, 0ms, 200ms; }

/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 200ms, 200ms, 0ms;
  transition-delay: 200ms, 200ms, 0ms; }

/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px; }

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal; }

/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px; }

/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #888;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -5px; }

/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: white;
  top: -10px; }

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #888;
  top: -11px; }

/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  width: 34px;
  margin-left: 0px;
  left: -60px;
  color: #333;
  -webkit-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, left, visibility;
  transition-property: opacity, left, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms; }

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  left: -50px; }

/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  left: 47px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px; }

/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: white;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -10px;
  margin-left: 0;
  top: auto;
  left: auto; }

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #888;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -11px;
  margin-left: 0;
  top: auto;
  left: auto; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: white;
  right: auto;
  left: -10px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #888;
  right: auto;
  left: -11px; }

/* SELECTED STATES */
/* Comment out this chuck of code if you don't want to have
        the new label colours shown */
.ui-slider-pips [class*=ui-slider-pip-initial] {
  font-weight: bold;
  color: #003058; }

.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #1897C9; }

.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: bold;
  color: #003058; }

.ui-slider-pips .ui-slider-pip-inrange {
  color: black; }

.ui-slider-pips .ui-slider-pip-selected-2 {
  color: #003058; }

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: black; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px; }
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 22px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 17px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 9px 12px;
  font-size: 19px;
  line-height: 1.42857;
  border-radius: 2px;
  padding: 10px 18px 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #00A7E1;
  border-color: #00A7E1; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0081ae;
    border-color: #004862; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0081ae;
    border-color: #007aa4; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0081ae;
    border-color: #007aa4; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #00678a;
      border-color: #004862; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #00A7E1;
    border-color: #00A7E1; }
  .btn-primary .badge {
    color: #00A7E1;
    background-color: #fff; }

.btn-secondary {
  color: #B6E8FB;
  background-color: #003058;
  border-color: #003058; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #B6E8FB;
    background-color: #001425;
    border-color: black; }
  .btn-secondary:hover {
    color: #B6E8FB;
    background-color: #001425;
    border-color: #000f1b; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #B6E8FB;
    background-color: #001425;
    border-color: #000f1b; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #B6E8FB;
      background-color: #000101;
      border-color: black; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
    background-color: #003058;
    border-color: #003058; }
  .btn-secondary .badge {
    color: #003058;
    background-color: #B6E8FB; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #00A7E1;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #006e95;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.1;
  border-radius: 2px;
  padding: 11px 24px 10px;
  letter-spacing: 2px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 1px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 1px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 19px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 12.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00A7E1; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 17px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.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%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-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: 9px 12px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 17px;
    border-radius: 1px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 22px;
    border-radius: 2px; }
  .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 {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        color: #0081ae; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #00A7E1; }
  .nav .nav-divider {
    height: 1px;
    margin: 12.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0; }
  .nav-tabs > li + li::before {
    content: "/";
    float: left;
    padding: 10px 0; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #003058;
    cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 2px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #00A7E1; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 2px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 2px 2px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #E9E9E9; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 27px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 2px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 11.5px 20px;
  font-size: 22px;
  line-height: 27px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -20px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 7px;
  margin-bottom: 6px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 5.75px -20px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 27px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 27px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 11.5px;
          padding-bottom: 11.5px; } }

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1.5px;
  margin-bottom: 1.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 1.5px;
  margin-bottom: 1.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 6.5px;
    margin-bottom: 6.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 11.5px;
  margin-bottom: 11.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 20px;
      margin-right: 20px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -20px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee; }
  .navbar-default .navbar-brand {
    color: #00A7E1; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #0081ae;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: inherit; }
  .navbar-default .navbar-nav > li > a {
    color: #00A7E1; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #003058;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #00A7E1; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #eeeeee; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #00A7E1; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #003058;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #00A7E1; }
    .navbar-default .navbar-link:hover {
      color: #003058; }
  .navbar-default .btn-link {
    color: #00A7E1; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #003058; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 27px;
  list-style: none;
  background-color: transparent;
  border-radius: 2px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 27px 0;
  border-radius: 2px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 9px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #00A7E1;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #006e95;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #00A7E1;
    border-color: #00A7E1;
    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: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.1; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

.pager {
  padding-left: 0;
  margin: 27px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #00A7E1; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #0081ae; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #00A7E1;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 27px;
  line-height: 1.42857;
  background-color: #E9E9E9;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #666666; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00A7E1; }

.alert {
  padding: 15px;
  margin-bottom: 27px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 27px;
  margin-bottom: 27px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 17px;
  line-height: 27px;
  color: #fff;
  text-align: center;
  background-color: #00A7E1;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00A7E1;
  border-color: #00A7E1; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #aeeaff; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 27px;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 1px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 1px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 27px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #00A7E1; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #00A7E1;
    border-color: #00A7E1; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #00A7E1; }
    .panel-primary > .panel-heading .badge {
      color: #00A7E1;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00A7E1; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-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: 2px; }

.well-sm {
  padding: 9px;
  border-radius: 1px; }

.close {
  float: right;
  font-size: 35px;
  font-weight: bold;
  line-height: 0.80;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    -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(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%); }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }
  .modal-content .close-video {
    position: absolute;
    top: -35px;
    right: -35px;
    opacity: .9;
    cursor: pointer;
    transition: opacity 300ms; }
    .modal-content .close-video:hover {
      opacity: 1; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  transition: opacity 300ms;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "mr-eaves-xl-modern", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 17px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "mr-eaves-xl-modern", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 19px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 19px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.pull-none {
  float: none !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xxs {
  display: none !important; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 479px) {
  .visible-xxs {
    display: block !important; }

  table.visible-xxs {
    display: table !important; }

  tr.visible-xxs {
    display: table-row !important; }

  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important; } }
@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important; } }

@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important; } }

@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.marg-t-xxs-0 {
  margin-top: 0rem !important; }

.marg-b-xxs-0 {
  margin-bottom: 0rem !important; }

.marg-l-xxs-0 {
  margin-left: 0rem !important; }

.marg-r-xxs-0 {
  margin-right: 0rem !important; }

.pad-t-xxs-0 {
  padding-top: 0rem !important; }

.pad-b-xxs-0 {
  padding-bottom: 0rem !important; }

.pad-l-xxs-0 {
  padding-left: 0rem !important; }

.pad-r-xxs-0 {
  padding-right: 0rem !important; }

.marg-t-xxs-1 {
  margin-top: 1rem !important; }

.marg-b-xxs-1 {
  margin-bottom: 1rem !important; }

.marg-l-xxs-1 {
  margin-left: 1rem !important; }

.marg-r-xxs-1 {
  margin-right: 1rem !important; }

.pad-t-xxs-1 {
  padding-top: 1rem !important; }

.pad-b-xxs-1 {
  padding-bottom: 1rem !important; }

.pad-l-xxs-1 {
  padding-left: 1rem !important; }

.pad-r-xxs-1 {
  padding-right: 1rem !important; }

.marg-t-xxs-2 {
  margin-top: 2rem !important; }

.marg-b-xxs-2 {
  margin-bottom: 2rem !important; }

.marg-l-xxs-2 {
  margin-left: 2rem !important; }

.marg-r-xxs-2 {
  margin-right: 2rem !important; }

.pad-t-xxs-2 {
  padding-top: 2rem !important; }

.pad-b-xxs-2 {
  padding-bottom: 2rem !important; }

.pad-l-xxs-2 {
  padding-left: 2rem !important; }

.pad-r-xxs-2 {
  padding-right: 2rem !important; }

.marg-t-xxs-3 {
  margin-top: 3rem !important; }

.marg-b-xxs-3 {
  margin-bottom: 3rem !important; }

.marg-l-xxs-3 {
  margin-left: 3rem !important; }

.marg-r-xxs-3 {
  margin-right: 3rem !important; }

.pad-t-xxs-3 {
  padding-top: 3rem !important; }

.pad-b-xxs-3 {
  padding-bottom: 3rem !important; }

.pad-l-xxs-3 {
  padding-left: 3rem !important; }

.pad-r-xxs-3 {
  padding-right: 3rem !important; }

.marg-t-xxs-4 {
  margin-top: 4rem !important; }

.marg-b-xxs-4 {
  margin-bottom: 4rem !important; }

.marg-l-xxs-4 {
  margin-left: 4rem !important; }

.marg-r-xxs-4 {
  margin-right: 4rem !important; }

.pad-t-xxs-4 {
  padding-top: 4rem !important; }

.pad-b-xxs-4 {
  padding-bottom: 4rem !important; }

.pad-l-xxs-4 {
  padding-left: 4rem !important; }

.pad-r-xxs-4 {
  padding-right: 4rem !important; }

.marg-t-xxs-5 {
  margin-top: 5rem !important; }

.marg-b-xxs-5 {
  margin-bottom: 5rem !important; }

.marg-l-xxs-5 {
  margin-left: 5rem !important; }

.marg-r-xxs-5 {
  margin-right: 5rem !important; }

.pad-t-xxs-5 {
  padding-top: 5rem !important; }

.pad-b-xxs-5 {
  padding-bottom: 5rem !important; }

.pad-l-xxs-5 {
  padding-left: 5rem !important; }

.pad-r-xxs-5 {
  padding-right: 5rem !important; }

.marg-t-xxs-6 {
  margin-top: 6rem !important; }

.marg-b-xxs-6 {
  margin-bottom: 6rem !important; }

.marg-l-xxs-6 {
  margin-left: 6rem !important; }

.marg-r-xxs-6 {
  margin-right: 6rem !important; }

.pad-t-xxs-6 {
  padding-top: 6rem !important; }

.pad-b-xxs-6 {
  padding-bottom: 6rem !important; }

.pad-l-xxs-6 {
  padding-left: 6rem !important; }

.pad-r-xxs-6 {
  padding-right: 6rem !important; }

.marg-t-xxs-7 {
  margin-top: 7rem !important; }

.marg-b-xxs-7 {
  margin-bottom: 7rem !important; }

.marg-l-xxs-7 {
  margin-left: 7rem !important; }

.marg-r-xxs-7 {
  margin-right: 7rem !important; }

.pad-t-xxs-7 {
  padding-top: 7rem !important; }

.pad-b-xxs-7 {
  padding-bottom: 7rem !important; }

.pad-l-xxs-7 {
  padding-left: 7rem !important; }

.pad-r-xxs-7 {
  padding-right: 7rem !important; }

.marg-t-xxs-8 {
  margin-top: 8rem !important; }

.marg-b-xxs-8 {
  margin-bottom: 8rem !important; }

.marg-l-xxs-8 {
  margin-left: 8rem !important; }

.marg-r-xxs-8 {
  margin-right: 8rem !important; }

.pad-t-xxs-8 {
  padding-top: 8rem !important; }

.pad-b-xxs-8 {
  padding-bottom: 8rem !important; }

.pad-l-xxs-8 {
  padding-left: 8rem !important; }

.pad-r-xxs-8 {
  padding-right: 8rem !important; }

.marg-t-xxs-9 {
  margin-top: 9rem !important; }

.marg-b-xxs-9 {
  margin-bottom: 9rem !important; }

.marg-l-xxs-9 {
  margin-left: 9rem !important; }

.marg-r-xxs-9 {
  margin-right: 9rem !important; }

.pad-t-xxs-9 {
  padding-top: 9rem !important; }

.pad-b-xxs-9 {
  padding-bottom: 9rem !important; }

.pad-l-xxs-9 {
  padding-left: 9rem !important; }

.pad-r-xxs-9 {
  padding-right: 9rem !important; }

.marg-t-xxs-10 {
  margin-top: 10rem !important; }

.marg-b-xxs-10 {
  margin-bottom: 10rem !important; }

.marg-l-xxs-10 {
  margin-left: 10rem !important; }

.marg-r-xxs-10 {
  margin-right: 10rem !important; }

.pad-t-xxs-10 {
  padding-top: 10rem !important; }

.pad-b-xxs-10 {
  padding-bottom: 10rem !important; }

.pad-l-xxs-10 {
  padding-left: 10rem !important; }

.pad-r-xxs-10 {
  padding-right: 10rem !important; }

.marg-t-xxs-11 {
  margin-top: 11rem !important; }

.marg-b-xxs-11 {
  margin-bottom: 11rem !important; }

.marg-l-xxs-11 {
  margin-left: 11rem !important; }

.marg-r-xxs-11 {
  margin-right: 11rem !important; }

.pad-t-xxs-11 {
  padding-top: 11rem !important; }

.pad-b-xxs-11 {
  padding-bottom: 11rem !important; }

.pad-l-xxs-11 {
  padding-left: 11rem !important; }

.pad-r-xxs-11 {
  padding-right: 11rem !important; }

.marg-t-xxs-12 {
  margin-top: 12rem !important; }

.marg-b-xxs-12 {
  margin-bottom: 12rem !important; }

.marg-l-xxs-12 {
  margin-left: 12rem !important; }

.marg-r-xxs-12 {
  margin-right: 12rem !important; }

.pad-t-xxs-12 {
  padding-top: 12rem !important; }

.pad-b-xxs-12 {
  padding-bottom: 12rem !important; }

.pad-l-xxs-12 {
  padding-left: 12rem !important; }

.pad-r-xxs-12 {
  padding-right: 12rem !important; }

.marg-t-xxs-13 {
  margin-top: 13rem !important; }

.marg-b-xxs-13 {
  margin-bottom: 13rem !important; }

.marg-l-xxs-13 {
  margin-left: 13rem !important; }

.marg-r-xxs-13 {
  margin-right: 13rem !important; }

.pad-t-xxs-13 {
  padding-top: 13rem !important; }

.pad-b-xxs-13 {
  padding-bottom: 13rem !important; }

.pad-l-xxs-13 {
  padding-left: 13rem !important; }

.pad-r-xxs-13 {
  padding-right: 13rem !important; }

.marg-t-xxs-14 {
  margin-top: 14rem !important; }

.marg-b-xxs-14 {
  margin-bottom: 14rem !important; }

.marg-l-xxs-14 {
  margin-left: 14rem !important; }

.marg-r-xxs-14 {
  margin-right: 14rem !important; }

.pad-t-xxs-14 {
  padding-top: 14rem !important; }

.pad-b-xxs-14 {
  padding-bottom: 14rem !important; }

.pad-l-xxs-14 {
  padding-left: 14rem !important; }

.pad-r-xxs-14 {
  padding-right: 14rem !important; }

.marg-t-xxs-15 {
  margin-top: 15rem !important; }

.marg-b-xxs-15 {
  margin-bottom: 15rem !important; }

.marg-l-xxs-15 {
  margin-left: 15rem !important; }

.marg-r-xxs-15 {
  margin-right: 15rem !important; }

.pad-t-xxs-15 {
  padding-top: 15rem !important; }

.pad-b-xxs-15 {
  padding-bottom: 15rem !important; }

.pad-l-xxs-15 {
  padding-left: 15rem !important; }

.pad-r-xxs-15 {
  padding-right: 15rem !important; }

.marg-t-xxs-16 {
  margin-top: 16rem !important; }

.marg-b-xxs-16 {
  margin-bottom: 16rem !important; }

.marg-l-xxs-16 {
  margin-left: 16rem !important; }

.marg-r-xxs-16 {
  margin-right: 16rem !important; }

.pad-t-xxs-16 {
  padding-top: 16rem !important; }

.pad-b-xxs-16 {
  padding-bottom: 16rem !important; }

.pad-l-xxs-16 {
  padding-left: 16rem !important; }

.pad-r-xxs-16 {
  padding-right: 16rem !important; }

@media (min-width: 480px) {
  .marg-t-xs-0 {
    margin-top: 0rem !important; }

  .marg-b-xs-0 {
    margin-bottom: 0rem !important; }

  .marg-l-xs-0 {
    margin-left: 0rem !important; }

  .marg-r-xs-0 {
    margin-right: 0rem !important; }

  .pad-t-xs-0 {
    padding-top: 0rem !important; }

  .pad-b-xs-0 {
    padding-bottom: 0rem !important; }

  .pad-l-xs-0 {
    padding-left: 0rem !important; }

  .pad-r-xs-0 {
    padding-right: 0rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-1 {
    margin-top: 1rem !important; }

  .marg-b-xs-1 {
    margin-bottom: 1rem !important; }

  .marg-l-xs-1 {
    margin-left: 1rem !important; }

  .marg-r-xs-1 {
    margin-right: 1rem !important; }

  .pad-t-xs-1 {
    padding-top: 1rem !important; }

  .pad-b-xs-1 {
    padding-bottom: 1rem !important; }

  .pad-l-xs-1 {
    padding-left: 1rem !important; }

  .pad-r-xs-1 {
    padding-right: 1rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-2 {
    margin-top: 2rem !important; }

  .marg-b-xs-2 {
    margin-bottom: 2rem !important; }

  .marg-l-xs-2 {
    margin-left: 2rem !important; }

  .marg-r-xs-2 {
    margin-right: 2rem !important; }

  .pad-t-xs-2 {
    padding-top: 2rem !important; }

  .pad-b-xs-2 {
    padding-bottom: 2rem !important; }

  .pad-l-xs-2 {
    padding-left: 2rem !important; }

  .pad-r-xs-2 {
    padding-right: 2rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-3 {
    margin-top: 3rem !important; }

  .marg-b-xs-3 {
    margin-bottom: 3rem !important; }

  .marg-l-xs-3 {
    margin-left: 3rem !important; }

  .marg-r-xs-3 {
    margin-right: 3rem !important; }

  .pad-t-xs-3 {
    padding-top: 3rem !important; }

  .pad-b-xs-3 {
    padding-bottom: 3rem !important; }

  .pad-l-xs-3 {
    padding-left: 3rem !important; }

  .pad-r-xs-3 {
    padding-right: 3rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-4 {
    margin-top: 4rem !important; }

  .marg-b-xs-4 {
    margin-bottom: 4rem !important; }

  .marg-l-xs-4 {
    margin-left: 4rem !important; }

  .marg-r-xs-4 {
    margin-right: 4rem !important; }

  .pad-t-xs-4 {
    padding-top: 4rem !important; }

  .pad-b-xs-4 {
    padding-bottom: 4rem !important; }

  .pad-l-xs-4 {
    padding-left: 4rem !important; }

  .pad-r-xs-4 {
    padding-right: 4rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-5 {
    margin-top: 5rem !important; }

  .marg-b-xs-5 {
    margin-bottom: 5rem !important; }

  .marg-l-xs-5 {
    margin-left: 5rem !important; }

  .marg-r-xs-5 {
    margin-right: 5rem !important; }

  .pad-t-xs-5 {
    padding-top: 5rem !important; }

  .pad-b-xs-5 {
    padding-bottom: 5rem !important; }

  .pad-l-xs-5 {
    padding-left: 5rem !important; }

  .pad-r-xs-5 {
    padding-right: 5rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-6 {
    margin-top: 6rem !important; }

  .marg-b-xs-6 {
    margin-bottom: 6rem !important; }

  .marg-l-xs-6 {
    margin-left: 6rem !important; }

  .marg-r-xs-6 {
    margin-right: 6rem !important; }

  .pad-t-xs-6 {
    padding-top: 6rem !important; }

  .pad-b-xs-6 {
    padding-bottom: 6rem !important; }

  .pad-l-xs-6 {
    padding-left: 6rem !important; }

  .pad-r-xs-6 {
    padding-right: 6rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-7 {
    margin-top: 7rem !important; }

  .marg-b-xs-7 {
    margin-bottom: 7rem !important; }

  .marg-l-xs-7 {
    margin-left: 7rem !important; }

  .marg-r-xs-7 {
    margin-right: 7rem !important; }

  .pad-t-xs-7 {
    padding-top: 7rem !important; }

  .pad-b-xs-7 {
    padding-bottom: 7rem !important; }

  .pad-l-xs-7 {
    padding-left: 7rem !important; }

  .pad-r-xs-7 {
    padding-right: 7rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-8 {
    margin-top: 8rem !important; }

  .marg-b-xs-8 {
    margin-bottom: 8rem !important; }

  .marg-l-xs-8 {
    margin-left: 8rem !important; }

  .marg-r-xs-8 {
    margin-right: 8rem !important; }

  .pad-t-xs-8 {
    padding-top: 8rem !important; }

  .pad-b-xs-8 {
    padding-bottom: 8rem !important; }

  .pad-l-xs-8 {
    padding-left: 8rem !important; }

  .pad-r-xs-8 {
    padding-right: 8rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-9 {
    margin-top: 9rem !important; }

  .marg-b-xs-9 {
    margin-bottom: 9rem !important; }

  .marg-l-xs-9 {
    margin-left: 9rem !important; }

  .marg-r-xs-9 {
    margin-right: 9rem !important; }

  .pad-t-xs-9 {
    padding-top: 9rem !important; }

  .pad-b-xs-9 {
    padding-bottom: 9rem !important; }

  .pad-l-xs-9 {
    padding-left: 9rem !important; }

  .pad-r-xs-9 {
    padding-right: 9rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-10 {
    margin-top: 10rem !important; }

  .marg-b-xs-10 {
    margin-bottom: 10rem !important; }

  .marg-l-xs-10 {
    margin-left: 10rem !important; }

  .marg-r-xs-10 {
    margin-right: 10rem !important; }

  .pad-t-xs-10 {
    padding-top: 10rem !important; }

  .pad-b-xs-10 {
    padding-bottom: 10rem !important; }

  .pad-l-xs-10 {
    padding-left: 10rem !important; }

  .pad-r-xs-10 {
    padding-right: 10rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-11 {
    margin-top: 11rem !important; }

  .marg-b-xs-11 {
    margin-bottom: 11rem !important; }

  .marg-l-xs-11 {
    margin-left: 11rem !important; }

  .marg-r-xs-11 {
    margin-right: 11rem !important; }

  .pad-t-xs-11 {
    padding-top: 11rem !important; }

  .pad-b-xs-11 {
    padding-bottom: 11rem !important; }

  .pad-l-xs-11 {
    padding-left: 11rem !important; }

  .pad-r-xs-11 {
    padding-right: 11rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-12 {
    margin-top: 12rem !important; }

  .marg-b-xs-12 {
    margin-bottom: 12rem !important; }

  .marg-l-xs-12 {
    margin-left: 12rem !important; }

  .marg-r-xs-12 {
    margin-right: 12rem !important; }

  .pad-t-xs-12 {
    padding-top: 12rem !important; }

  .pad-b-xs-12 {
    padding-bottom: 12rem !important; }

  .pad-l-xs-12 {
    padding-left: 12rem !important; }

  .pad-r-xs-12 {
    padding-right: 12rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-13 {
    margin-top: 13rem !important; }

  .marg-b-xs-13 {
    margin-bottom: 13rem !important; }

  .marg-l-xs-13 {
    margin-left: 13rem !important; }

  .marg-r-xs-13 {
    margin-right: 13rem !important; }

  .pad-t-xs-13 {
    padding-top: 13rem !important; }

  .pad-b-xs-13 {
    padding-bottom: 13rem !important; }

  .pad-l-xs-13 {
    padding-left: 13rem !important; }

  .pad-r-xs-13 {
    padding-right: 13rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-14 {
    margin-top: 14rem !important; }

  .marg-b-xs-14 {
    margin-bottom: 14rem !important; }

  .marg-l-xs-14 {
    margin-left: 14rem !important; }

  .marg-r-xs-14 {
    margin-right: 14rem !important; }

  .pad-t-xs-14 {
    padding-top: 14rem !important; }

  .pad-b-xs-14 {
    padding-bottom: 14rem !important; }

  .pad-l-xs-14 {
    padding-left: 14rem !important; }

  .pad-r-xs-14 {
    padding-right: 14rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-15 {
    margin-top: 15rem !important; }

  .marg-b-xs-15 {
    margin-bottom: 15rem !important; }

  .marg-l-xs-15 {
    margin-left: 15rem !important; }

  .marg-r-xs-15 {
    margin-right: 15rem !important; }

  .pad-t-xs-15 {
    padding-top: 15rem !important; }

  .pad-b-xs-15 {
    padding-bottom: 15rem !important; }

  .pad-l-xs-15 {
    padding-left: 15rem !important; }

  .pad-r-xs-15 {
    padding-right: 15rem !important; } }
@media (min-width: 480px) {
  .marg-t-xs-16 {
    margin-top: 16rem !important; }

  .marg-b-xs-16 {
    margin-bottom: 16rem !important; }

  .marg-l-xs-16 {
    margin-left: 16rem !important; }

  .marg-r-xs-16 {
    margin-right: 16rem !important; }

  .pad-t-xs-16 {
    padding-top: 16rem !important; }

  .pad-b-xs-16 {
    padding-bottom: 16rem !important; }

  .pad-l-xs-16 {
    padding-left: 16rem !important; }

  .pad-r-xs-16 {
    padding-right: 16rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-0 {
    margin-top: 0rem !important; }

  .marg-b-sm-0 {
    margin-bottom: 0rem !important; }

  .marg-l-sm-0 {
    margin-left: 0rem !important; }

  .marg-r-sm-0 {
    margin-right: 0rem !important; }

  .pad-t-sm-0 {
    padding-top: 0rem !important; }

  .pad-b-sm-0 {
    padding-bottom: 0rem !important; }

  .pad-l-sm-0 {
    padding-left: 0rem !important; }

  .pad-r-sm-0 {
    padding-right: 0rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-1 {
    margin-top: 1rem !important; }

  .marg-b-sm-1 {
    margin-bottom: 1rem !important; }

  .marg-l-sm-1 {
    margin-left: 1rem !important; }

  .marg-r-sm-1 {
    margin-right: 1rem !important; }

  .pad-t-sm-1 {
    padding-top: 1rem !important; }

  .pad-b-sm-1 {
    padding-bottom: 1rem !important; }

  .pad-l-sm-1 {
    padding-left: 1rem !important; }

  .pad-r-sm-1 {
    padding-right: 1rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-2 {
    margin-top: 2rem !important; }

  .marg-b-sm-2 {
    margin-bottom: 2rem !important; }

  .marg-l-sm-2 {
    margin-left: 2rem !important; }

  .marg-r-sm-2 {
    margin-right: 2rem !important; }

  .pad-t-sm-2 {
    padding-top: 2rem !important; }

  .pad-b-sm-2 {
    padding-bottom: 2rem !important; }

  .pad-l-sm-2 {
    padding-left: 2rem !important; }

  .pad-r-sm-2 {
    padding-right: 2rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-3 {
    margin-top: 3rem !important; }

  .marg-b-sm-3 {
    margin-bottom: 3rem !important; }

  .marg-l-sm-3 {
    margin-left: 3rem !important; }

  .marg-r-sm-3 {
    margin-right: 3rem !important; }

  .pad-t-sm-3 {
    padding-top: 3rem !important; }

  .pad-b-sm-3 {
    padding-bottom: 3rem !important; }

  .pad-l-sm-3 {
    padding-left: 3rem !important; }

  .pad-r-sm-3 {
    padding-right: 3rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-4 {
    margin-top: 4rem !important; }

  .marg-b-sm-4 {
    margin-bottom: 4rem !important; }

  .marg-l-sm-4 {
    margin-left: 4rem !important; }

  .marg-r-sm-4 {
    margin-right: 4rem !important; }

  .pad-t-sm-4 {
    padding-top: 4rem !important; }

  .pad-b-sm-4 {
    padding-bottom: 4rem !important; }

  .pad-l-sm-4 {
    padding-left: 4rem !important; }

  .pad-r-sm-4 {
    padding-right: 4rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-5 {
    margin-top: 5rem !important; }

  .marg-b-sm-5 {
    margin-bottom: 5rem !important; }

  .marg-l-sm-5 {
    margin-left: 5rem !important; }

  .marg-r-sm-5 {
    margin-right: 5rem !important; }

  .pad-t-sm-5 {
    padding-top: 5rem !important; }

  .pad-b-sm-5 {
    padding-bottom: 5rem !important; }

  .pad-l-sm-5 {
    padding-left: 5rem !important; }

  .pad-r-sm-5 {
    padding-right: 5rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-6 {
    margin-top: 6rem !important; }

  .marg-b-sm-6 {
    margin-bottom: 6rem !important; }

  .marg-l-sm-6 {
    margin-left: 6rem !important; }

  .marg-r-sm-6 {
    margin-right: 6rem !important; }

  .pad-t-sm-6 {
    padding-top: 6rem !important; }

  .pad-b-sm-6 {
    padding-bottom: 6rem !important; }

  .pad-l-sm-6 {
    padding-left: 6rem !important; }

  .pad-r-sm-6 {
    padding-right: 6rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-7 {
    margin-top: 7rem !important; }

  .marg-b-sm-7 {
    margin-bottom: 7rem !important; }

  .marg-l-sm-7 {
    margin-left: 7rem !important; }

  .marg-r-sm-7 {
    margin-right: 7rem !important; }

  .pad-t-sm-7 {
    padding-top: 7rem !important; }

  .pad-b-sm-7 {
    padding-bottom: 7rem !important; }

  .pad-l-sm-7 {
    padding-left: 7rem !important; }

  .pad-r-sm-7 {
    padding-right: 7rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-8 {
    margin-top: 8rem !important; }

  .marg-b-sm-8 {
    margin-bottom: 8rem !important; }

  .marg-l-sm-8 {
    margin-left: 8rem !important; }

  .marg-r-sm-8 {
    margin-right: 8rem !important; }

  .pad-t-sm-8 {
    padding-top: 8rem !important; }

  .pad-b-sm-8 {
    padding-bottom: 8rem !important; }

  .pad-l-sm-8 {
    padding-left: 8rem !important; }

  .pad-r-sm-8 {
    padding-right: 8rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-9 {
    margin-top: 9rem !important; }

  .marg-b-sm-9 {
    margin-bottom: 9rem !important; }

  .marg-l-sm-9 {
    margin-left: 9rem !important; }

  .marg-r-sm-9 {
    margin-right: 9rem !important; }

  .pad-t-sm-9 {
    padding-top: 9rem !important; }

  .pad-b-sm-9 {
    padding-bottom: 9rem !important; }

  .pad-l-sm-9 {
    padding-left: 9rem !important; }

  .pad-r-sm-9 {
    padding-right: 9rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-10 {
    margin-top: 10rem !important; }

  .marg-b-sm-10 {
    margin-bottom: 10rem !important; }

  .marg-l-sm-10 {
    margin-left: 10rem !important; }

  .marg-r-sm-10 {
    margin-right: 10rem !important; }

  .pad-t-sm-10 {
    padding-top: 10rem !important; }

  .pad-b-sm-10 {
    padding-bottom: 10rem !important; }

  .pad-l-sm-10 {
    padding-left: 10rem !important; }

  .pad-r-sm-10 {
    padding-right: 10rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-11 {
    margin-top: 11rem !important; }

  .marg-b-sm-11 {
    margin-bottom: 11rem !important; }

  .marg-l-sm-11 {
    margin-left: 11rem !important; }

  .marg-r-sm-11 {
    margin-right: 11rem !important; }

  .pad-t-sm-11 {
    padding-top: 11rem !important; }

  .pad-b-sm-11 {
    padding-bottom: 11rem !important; }

  .pad-l-sm-11 {
    padding-left: 11rem !important; }

  .pad-r-sm-11 {
    padding-right: 11rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-12 {
    margin-top: 12rem !important; }

  .marg-b-sm-12 {
    margin-bottom: 12rem !important; }

  .marg-l-sm-12 {
    margin-left: 12rem !important; }

  .marg-r-sm-12 {
    margin-right: 12rem !important; }

  .pad-t-sm-12 {
    padding-top: 12rem !important; }

  .pad-b-sm-12 {
    padding-bottom: 12rem !important; }

  .pad-l-sm-12 {
    padding-left: 12rem !important; }

  .pad-r-sm-12 {
    padding-right: 12rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-13 {
    margin-top: 13rem !important; }

  .marg-b-sm-13 {
    margin-bottom: 13rem !important; }

  .marg-l-sm-13 {
    margin-left: 13rem !important; }

  .marg-r-sm-13 {
    margin-right: 13rem !important; }

  .pad-t-sm-13 {
    padding-top: 13rem !important; }

  .pad-b-sm-13 {
    padding-bottom: 13rem !important; }

  .pad-l-sm-13 {
    padding-left: 13rem !important; }

  .pad-r-sm-13 {
    padding-right: 13rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-14 {
    margin-top: 14rem !important; }

  .marg-b-sm-14 {
    margin-bottom: 14rem !important; }

  .marg-l-sm-14 {
    margin-left: 14rem !important; }

  .marg-r-sm-14 {
    margin-right: 14rem !important; }

  .pad-t-sm-14 {
    padding-top: 14rem !important; }

  .pad-b-sm-14 {
    padding-bottom: 14rem !important; }

  .pad-l-sm-14 {
    padding-left: 14rem !important; }

  .pad-r-sm-14 {
    padding-right: 14rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-15 {
    margin-top: 15rem !important; }

  .marg-b-sm-15 {
    margin-bottom: 15rem !important; }

  .marg-l-sm-15 {
    margin-left: 15rem !important; }

  .marg-r-sm-15 {
    margin-right: 15rem !important; }

  .pad-t-sm-15 {
    padding-top: 15rem !important; }

  .pad-b-sm-15 {
    padding-bottom: 15rem !important; }

  .pad-l-sm-15 {
    padding-left: 15rem !important; }

  .pad-r-sm-15 {
    padding-right: 15rem !important; } }
@media (min-width: 768px) {
  .marg-t-sm-16 {
    margin-top: 16rem !important; }

  .marg-b-sm-16 {
    margin-bottom: 16rem !important; }

  .marg-l-sm-16 {
    margin-left: 16rem !important; }

  .marg-r-sm-16 {
    margin-right: 16rem !important; }

  .pad-t-sm-16 {
    padding-top: 16rem !important; }

  .pad-b-sm-16 {
    padding-bottom: 16rem !important; }

  .pad-l-sm-16 {
    padding-left: 16rem !important; }

  .pad-r-sm-16 {
    padding-right: 16rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-0 {
    margin-top: 0rem !important; }

  .marg-b-md-0 {
    margin-bottom: 0rem !important; }

  .marg-l-md-0 {
    margin-left: 0rem !important; }

  .marg-r-md-0 {
    margin-right: 0rem !important; }

  .pad-t-md-0 {
    padding-top: 0rem !important; }

  .pad-b-md-0 {
    padding-bottom: 0rem !important; }

  .pad-l-md-0 {
    padding-left: 0rem !important; }

  .pad-r-md-0 {
    padding-right: 0rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-1 {
    margin-top: 1rem !important; }

  .marg-b-md-1 {
    margin-bottom: 1rem !important; }

  .marg-l-md-1 {
    margin-left: 1rem !important; }

  .marg-r-md-1 {
    margin-right: 1rem !important; }

  .pad-t-md-1 {
    padding-top: 1rem !important; }

  .pad-b-md-1 {
    padding-bottom: 1rem !important; }

  .pad-l-md-1 {
    padding-left: 1rem !important; }

  .pad-r-md-1 {
    padding-right: 1rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-2 {
    margin-top: 2rem !important; }

  .marg-b-md-2 {
    margin-bottom: 2rem !important; }

  .marg-l-md-2 {
    margin-left: 2rem !important; }

  .marg-r-md-2 {
    margin-right: 2rem !important; }

  .pad-t-md-2 {
    padding-top: 2rem !important; }

  .pad-b-md-2 {
    padding-bottom: 2rem !important; }

  .pad-l-md-2 {
    padding-left: 2rem !important; }

  .pad-r-md-2 {
    padding-right: 2rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-3 {
    margin-top: 3rem !important; }

  .marg-b-md-3 {
    margin-bottom: 3rem !important; }

  .marg-l-md-3 {
    margin-left: 3rem !important; }

  .marg-r-md-3 {
    margin-right: 3rem !important; }

  .pad-t-md-3 {
    padding-top: 3rem !important; }

  .pad-b-md-3 {
    padding-bottom: 3rem !important; }

  .pad-l-md-3 {
    padding-left: 3rem !important; }

  .pad-r-md-3 {
    padding-right: 3rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-4 {
    margin-top: 4rem !important; }

  .marg-b-md-4 {
    margin-bottom: 4rem !important; }

  .marg-l-md-4 {
    margin-left: 4rem !important; }

  .marg-r-md-4 {
    margin-right: 4rem !important; }

  .pad-t-md-4 {
    padding-top: 4rem !important; }

  .pad-b-md-4 {
    padding-bottom: 4rem !important; }

  .pad-l-md-4 {
    padding-left: 4rem !important; }

  .pad-r-md-4 {
    padding-right: 4rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-5 {
    margin-top: 5rem !important; }

  .marg-b-md-5 {
    margin-bottom: 5rem !important; }

  .marg-l-md-5 {
    margin-left: 5rem !important; }

  .marg-r-md-5 {
    margin-right: 5rem !important; }

  .pad-t-md-5 {
    padding-top: 5rem !important; }

  .pad-b-md-5 {
    padding-bottom: 5rem !important; }

  .pad-l-md-5 {
    padding-left: 5rem !important; }

  .pad-r-md-5 {
    padding-right: 5rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-6 {
    margin-top: 6rem !important; }

  .marg-b-md-6 {
    margin-bottom: 6rem !important; }

  .marg-l-md-6 {
    margin-left: 6rem !important; }

  .marg-r-md-6 {
    margin-right: 6rem !important; }

  .pad-t-md-6 {
    padding-top: 6rem !important; }

  .pad-b-md-6 {
    padding-bottom: 6rem !important; }

  .pad-l-md-6 {
    padding-left: 6rem !important; }

  .pad-r-md-6 {
    padding-right: 6rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-7 {
    margin-top: 7rem !important; }

  .marg-b-md-7 {
    margin-bottom: 7rem !important; }

  .marg-l-md-7 {
    margin-left: 7rem !important; }

  .marg-r-md-7 {
    margin-right: 7rem !important; }

  .pad-t-md-7 {
    padding-top: 7rem !important; }

  .pad-b-md-7 {
    padding-bottom: 7rem !important; }

  .pad-l-md-7 {
    padding-left: 7rem !important; }

  .pad-r-md-7 {
    padding-right: 7rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-8 {
    margin-top: 8rem !important; }

  .marg-b-md-8 {
    margin-bottom: 8rem !important; }

  .marg-l-md-8 {
    margin-left: 8rem !important; }

  .marg-r-md-8 {
    margin-right: 8rem !important; }

  .pad-t-md-8 {
    padding-top: 8rem !important; }

  .pad-b-md-8 {
    padding-bottom: 8rem !important; }

  .pad-l-md-8 {
    padding-left: 8rem !important; }

  .pad-r-md-8 {
    padding-right: 8rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-9 {
    margin-top: 9rem !important; }

  .marg-b-md-9 {
    margin-bottom: 9rem !important; }

  .marg-l-md-9 {
    margin-left: 9rem !important; }

  .marg-r-md-9 {
    margin-right: 9rem !important; }

  .pad-t-md-9 {
    padding-top: 9rem !important; }

  .pad-b-md-9 {
    padding-bottom: 9rem !important; }

  .pad-l-md-9 {
    padding-left: 9rem !important; }

  .pad-r-md-9 {
    padding-right: 9rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-10 {
    margin-top: 10rem !important; }

  .marg-b-md-10 {
    margin-bottom: 10rem !important; }

  .marg-l-md-10 {
    margin-left: 10rem !important; }

  .marg-r-md-10 {
    margin-right: 10rem !important; }

  .pad-t-md-10 {
    padding-top: 10rem !important; }

  .pad-b-md-10 {
    padding-bottom: 10rem !important; }

  .pad-l-md-10 {
    padding-left: 10rem !important; }

  .pad-r-md-10 {
    padding-right: 10rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-11 {
    margin-top: 11rem !important; }

  .marg-b-md-11 {
    margin-bottom: 11rem !important; }

  .marg-l-md-11 {
    margin-left: 11rem !important; }

  .marg-r-md-11 {
    margin-right: 11rem !important; }

  .pad-t-md-11 {
    padding-top: 11rem !important; }

  .pad-b-md-11 {
    padding-bottom: 11rem !important; }

  .pad-l-md-11 {
    padding-left: 11rem !important; }

  .pad-r-md-11 {
    padding-right: 11rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-12 {
    margin-top: 12rem !important; }

  .marg-b-md-12 {
    margin-bottom: 12rem !important; }

  .marg-l-md-12 {
    margin-left: 12rem !important; }

  .marg-r-md-12 {
    margin-right: 12rem !important; }

  .pad-t-md-12 {
    padding-top: 12rem !important; }

  .pad-b-md-12 {
    padding-bottom: 12rem !important; }

  .pad-l-md-12 {
    padding-left: 12rem !important; }

  .pad-r-md-12 {
    padding-right: 12rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-13 {
    margin-top: 13rem !important; }

  .marg-b-md-13 {
    margin-bottom: 13rem !important; }

  .marg-l-md-13 {
    margin-left: 13rem !important; }

  .marg-r-md-13 {
    margin-right: 13rem !important; }

  .pad-t-md-13 {
    padding-top: 13rem !important; }

  .pad-b-md-13 {
    padding-bottom: 13rem !important; }

  .pad-l-md-13 {
    padding-left: 13rem !important; }

  .pad-r-md-13 {
    padding-right: 13rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-14 {
    margin-top: 14rem !important; }

  .marg-b-md-14 {
    margin-bottom: 14rem !important; }

  .marg-l-md-14 {
    margin-left: 14rem !important; }

  .marg-r-md-14 {
    margin-right: 14rem !important; }

  .pad-t-md-14 {
    padding-top: 14rem !important; }

  .pad-b-md-14 {
    padding-bottom: 14rem !important; }

  .pad-l-md-14 {
    padding-left: 14rem !important; }

  .pad-r-md-14 {
    padding-right: 14rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-15 {
    margin-top: 15rem !important; }

  .marg-b-md-15 {
    margin-bottom: 15rem !important; }

  .marg-l-md-15 {
    margin-left: 15rem !important; }

  .marg-r-md-15 {
    margin-right: 15rem !important; }

  .pad-t-md-15 {
    padding-top: 15rem !important; }

  .pad-b-md-15 {
    padding-bottom: 15rem !important; }

  .pad-l-md-15 {
    padding-left: 15rem !important; }

  .pad-r-md-15 {
    padding-right: 15rem !important; } }
@media (min-width: 992px) {
  .marg-t-md-16 {
    margin-top: 16rem !important; }

  .marg-b-md-16 {
    margin-bottom: 16rem !important; }

  .marg-l-md-16 {
    margin-left: 16rem !important; }

  .marg-r-md-16 {
    margin-right: 16rem !important; }

  .pad-t-md-16 {
    padding-top: 16rem !important; }

  .pad-b-md-16 {
    padding-bottom: 16rem !important; }

  .pad-l-md-16 {
    padding-left: 16rem !important; }

  .pad-r-md-16 {
    padding-right: 16rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-0 {
    margin-top: 0rem !important; }

  .marg-b-lg-0 {
    margin-bottom: 0rem !important; }

  .marg-l-lg-0 {
    margin-left: 0rem !important; }

  .marg-r-lg-0 {
    margin-right: 0rem !important; }

  .pad-t-lg-0 {
    padding-top: 0rem !important; }

  .pad-b-lg-0 {
    padding-bottom: 0rem !important; }

  .pad-l-lg-0 {
    padding-left: 0rem !important; }

  .pad-r-lg-0 {
    padding-right: 0rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-1 {
    margin-top: 1rem !important; }

  .marg-b-lg-1 {
    margin-bottom: 1rem !important; }

  .marg-l-lg-1 {
    margin-left: 1rem !important; }

  .marg-r-lg-1 {
    margin-right: 1rem !important; }

  .pad-t-lg-1 {
    padding-top: 1rem !important; }

  .pad-b-lg-1 {
    padding-bottom: 1rem !important; }

  .pad-l-lg-1 {
    padding-left: 1rem !important; }

  .pad-r-lg-1 {
    padding-right: 1rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-2 {
    margin-top: 2rem !important; }

  .marg-b-lg-2 {
    margin-bottom: 2rem !important; }

  .marg-l-lg-2 {
    margin-left: 2rem !important; }

  .marg-r-lg-2 {
    margin-right: 2rem !important; }

  .pad-t-lg-2 {
    padding-top: 2rem !important; }

  .pad-b-lg-2 {
    padding-bottom: 2rem !important; }

  .pad-l-lg-2 {
    padding-left: 2rem !important; }

  .pad-r-lg-2 {
    padding-right: 2rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-3 {
    margin-top: 3rem !important; }

  .marg-b-lg-3 {
    margin-bottom: 3rem !important; }

  .marg-l-lg-3 {
    margin-left: 3rem !important; }

  .marg-r-lg-3 {
    margin-right: 3rem !important; }

  .pad-t-lg-3 {
    padding-top: 3rem !important; }

  .pad-b-lg-3 {
    padding-bottom: 3rem !important; }

  .pad-l-lg-3 {
    padding-left: 3rem !important; }

  .pad-r-lg-3 {
    padding-right: 3rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-4 {
    margin-top: 4rem !important; }

  .marg-b-lg-4 {
    margin-bottom: 4rem !important; }

  .marg-l-lg-4 {
    margin-left: 4rem !important; }

  .marg-r-lg-4 {
    margin-right: 4rem !important; }

  .pad-t-lg-4 {
    padding-top: 4rem !important; }

  .pad-b-lg-4 {
    padding-bottom: 4rem !important; }

  .pad-l-lg-4 {
    padding-left: 4rem !important; }

  .pad-r-lg-4 {
    padding-right: 4rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-5 {
    margin-top: 5rem !important; }

  .marg-b-lg-5 {
    margin-bottom: 5rem !important; }

  .marg-l-lg-5 {
    margin-left: 5rem !important; }

  .marg-r-lg-5 {
    margin-right: 5rem !important; }

  .pad-t-lg-5 {
    padding-top: 5rem !important; }

  .pad-b-lg-5 {
    padding-bottom: 5rem !important; }

  .pad-l-lg-5 {
    padding-left: 5rem !important; }

  .pad-r-lg-5 {
    padding-right: 5rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-6 {
    margin-top: 6rem !important; }

  .marg-b-lg-6 {
    margin-bottom: 6rem !important; }

  .marg-l-lg-6 {
    margin-left: 6rem !important; }

  .marg-r-lg-6 {
    margin-right: 6rem !important; }

  .pad-t-lg-6 {
    padding-top: 6rem !important; }

  .pad-b-lg-6 {
    padding-bottom: 6rem !important; }

  .pad-l-lg-6 {
    padding-left: 6rem !important; }

  .pad-r-lg-6 {
    padding-right: 6rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-7 {
    margin-top: 7rem !important; }

  .marg-b-lg-7 {
    margin-bottom: 7rem !important; }

  .marg-l-lg-7 {
    margin-left: 7rem !important; }

  .marg-r-lg-7 {
    margin-right: 7rem !important; }

  .pad-t-lg-7 {
    padding-top: 7rem !important; }

  .pad-b-lg-7 {
    padding-bottom: 7rem !important; }

  .pad-l-lg-7 {
    padding-left: 7rem !important; }

  .pad-r-lg-7 {
    padding-right: 7rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-8 {
    margin-top: 8rem !important; }

  .marg-b-lg-8 {
    margin-bottom: 8rem !important; }

  .marg-l-lg-8 {
    margin-left: 8rem !important; }

  .marg-r-lg-8 {
    margin-right: 8rem !important; }

  .pad-t-lg-8 {
    padding-top: 8rem !important; }

  .pad-b-lg-8 {
    padding-bottom: 8rem !important; }

  .pad-l-lg-8 {
    padding-left: 8rem !important; }

  .pad-r-lg-8 {
    padding-right: 8rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-9 {
    margin-top: 9rem !important; }

  .marg-b-lg-9 {
    margin-bottom: 9rem !important; }

  .marg-l-lg-9 {
    margin-left: 9rem !important; }

  .marg-r-lg-9 {
    margin-right: 9rem !important; }

  .pad-t-lg-9 {
    padding-top: 9rem !important; }

  .pad-b-lg-9 {
    padding-bottom: 9rem !important; }

  .pad-l-lg-9 {
    padding-left: 9rem !important; }

  .pad-r-lg-9 {
    padding-right: 9rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-10 {
    margin-top: 10rem !important; }

  .marg-b-lg-10 {
    margin-bottom: 10rem !important; }

  .marg-l-lg-10 {
    margin-left: 10rem !important; }

  .marg-r-lg-10 {
    margin-right: 10rem !important; }

  .pad-t-lg-10 {
    padding-top: 10rem !important; }

  .pad-b-lg-10 {
    padding-bottom: 10rem !important; }

  .pad-l-lg-10 {
    padding-left: 10rem !important; }

  .pad-r-lg-10 {
    padding-right: 10rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-11 {
    margin-top: 11rem !important; }

  .marg-b-lg-11 {
    margin-bottom: 11rem !important; }

  .marg-l-lg-11 {
    margin-left: 11rem !important; }

  .marg-r-lg-11 {
    margin-right: 11rem !important; }

  .pad-t-lg-11 {
    padding-top: 11rem !important; }

  .pad-b-lg-11 {
    padding-bottom: 11rem !important; }

  .pad-l-lg-11 {
    padding-left: 11rem !important; }

  .pad-r-lg-11 {
    padding-right: 11rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-12 {
    margin-top: 12rem !important; }

  .marg-b-lg-12 {
    margin-bottom: 12rem !important; }

  .marg-l-lg-12 {
    margin-left: 12rem !important; }

  .marg-r-lg-12 {
    margin-right: 12rem !important; }

  .pad-t-lg-12 {
    padding-top: 12rem !important; }

  .pad-b-lg-12 {
    padding-bottom: 12rem !important; }

  .pad-l-lg-12 {
    padding-left: 12rem !important; }

  .pad-r-lg-12 {
    padding-right: 12rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-13 {
    margin-top: 13rem !important; }

  .marg-b-lg-13 {
    margin-bottom: 13rem !important; }

  .marg-l-lg-13 {
    margin-left: 13rem !important; }

  .marg-r-lg-13 {
    margin-right: 13rem !important; }

  .pad-t-lg-13 {
    padding-top: 13rem !important; }

  .pad-b-lg-13 {
    padding-bottom: 13rem !important; }

  .pad-l-lg-13 {
    padding-left: 13rem !important; }

  .pad-r-lg-13 {
    padding-right: 13rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-14 {
    margin-top: 14rem !important; }

  .marg-b-lg-14 {
    margin-bottom: 14rem !important; }

  .marg-l-lg-14 {
    margin-left: 14rem !important; }

  .marg-r-lg-14 {
    margin-right: 14rem !important; }

  .pad-t-lg-14 {
    padding-top: 14rem !important; }

  .pad-b-lg-14 {
    padding-bottom: 14rem !important; }

  .pad-l-lg-14 {
    padding-left: 14rem !important; }

  .pad-r-lg-14 {
    padding-right: 14rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-15 {
    margin-top: 15rem !important; }

  .marg-b-lg-15 {
    margin-bottom: 15rem !important; }

  .marg-l-lg-15 {
    margin-left: 15rem !important; }

  .marg-r-lg-15 {
    margin-right: 15rem !important; }

  .pad-t-lg-15 {
    padding-top: 15rem !important; }

  .pad-b-lg-15 {
    padding-bottom: 15rem !important; }

  .pad-l-lg-15 {
    padding-left: 15rem !important; }

  .pad-r-lg-15 {
    padding-right: 15rem !important; } }
@media (min-width: 1200px) {
  .marg-t-lg-16 {
    margin-top: 16rem !important; }

  .marg-b-lg-16 {
    margin-bottom: 16rem !important; }

  .marg-l-lg-16 {
    margin-left: 16rem !important; }

  .marg-r-lg-16 {
    margin-right: 16rem !important; }

  .pad-t-lg-16 {
    padding-top: 16rem !important; }

  .pad-b-lg-16 {
    padding-bottom: 16rem !important; }

  .pad-l-lg-16 {
    padding-left: 16rem !important; }

  .pad-r-lg-16 {
    padding-right: 16rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-0 {
    margin-top: 0rem !important; }

  .marg-b-xl-0 {
    margin-bottom: 0rem !important; }

  .marg-l-xl-0 {
    margin-left: 0rem !important; }

  .marg-r-xl-0 {
    margin-right: 0rem !important; }

  .pad-t-xl-0 {
    padding-top: 0rem !important; }

  .pad-b-xl-0 {
    padding-bottom: 0rem !important; }

  .pad-l-xl-0 {
    padding-left: 0rem !important; }

  .pad-r-xl-0 {
    padding-right: 0rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-1 {
    margin-top: 1rem !important; }

  .marg-b-xl-1 {
    margin-bottom: 1rem !important; }

  .marg-l-xl-1 {
    margin-left: 1rem !important; }

  .marg-r-xl-1 {
    margin-right: 1rem !important; }

  .pad-t-xl-1 {
    padding-top: 1rem !important; }

  .pad-b-xl-1 {
    padding-bottom: 1rem !important; }

  .pad-l-xl-1 {
    padding-left: 1rem !important; }

  .pad-r-xl-1 {
    padding-right: 1rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-2 {
    margin-top: 2rem !important; }

  .marg-b-xl-2 {
    margin-bottom: 2rem !important; }

  .marg-l-xl-2 {
    margin-left: 2rem !important; }

  .marg-r-xl-2 {
    margin-right: 2rem !important; }

  .pad-t-xl-2 {
    padding-top: 2rem !important; }

  .pad-b-xl-2 {
    padding-bottom: 2rem !important; }

  .pad-l-xl-2 {
    padding-left: 2rem !important; }

  .pad-r-xl-2 {
    padding-right: 2rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-3 {
    margin-top: 3rem !important; }

  .marg-b-xl-3 {
    margin-bottom: 3rem !important; }

  .marg-l-xl-3 {
    margin-left: 3rem !important; }

  .marg-r-xl-3 {
    margin-right: 3rem !important; }

  .pad-t-xl-3 {
    padding-top: 3rem !important; }

  .pad-b-xl-3 {
    padding-bottom: 3rem !important; }

  .pad-l-xl-3 {
    padding-left: 3rem !important; }

  .pad-r-xl-3 {
    padding-right: 3rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-4 {
    margin-top: 4rem !important; }

  .marg-b-xl-4 {
    margin-bottom: 4rem !important; }

  .marg-l-xl-4 {
    margin-left: 4rem !important; }

  .marg-r-xl-4 {
    margin-right: 4rem !important; }

  .pad-t-xl-4 {
    padding-top: 4rem !important; }

  .pad-b-xl-4 {
    padding-bottom: 4rem !important; }

  .pad-l-xl-4 {
    padding-left: 4rem !important; }

  .pad-r-xl-4 {
    padding-right: 4rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-5 {
    margin-top: 5rem !important; }

  .marg-b-xl-5 {
    margin-bottom: 5rem !important; }

  .marg-l-xl-5 {
    margin-left: 5rem !important; }

  .marg-r-xl-5 {
    margin-right: 5rem !important; }

  .pad-t-xl-5 {
    padding-top: 5rem !important; }

  .pad-b-xl-5 {
    padding-bottom: 5rem !important; }

  .pad-l-xl-5 {
    padding-left: 5rem !important; }

  .pad-r-xl-5 {
    padding-right: 5rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-6 {
    margin-top: 6rem !important; }

  .marg-b-xl-6 {
    margin-bottom: 6rem !important; }

  .marg-l-xl-6 {
    margin-left: 6rem !important; }

  .marg-r-xl-6 {
    margin-right: 6rem !important; }

  .pad-t-xl-6 {
    padding-top: 6rem !important; }

  .pad-b-xl-6 {
    padding-bottom: 6rem !important; }

  .pad-l-xl-6 {
    padding-left: 6rem !important; }

  .pad-r-xl-6 {
    padding-right: 6rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-7 {
    margin-top: 7rem !important; }

  .marg-b-xl-7 {
    margin-bottom: 7rem !important; }

  .marg-l-xl-7 {
    margin-left: 7rem !important; }

  .marg-r-xl-7 {
    margin-right: 7rem !important; }

  .pad-t-xl-7 {
    padding-top: 7rem !important; }

  .pad-b-xl-7 {
    padding-bottom: 7rem !important; }

  .pad-l-xl-7 {
    padding-left: 7rem !important; }

  .pad-r-xl-7 {
    padding-right: 7rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-8 {
    margin-top: 8rem !important; }

  .marg-b-xl-8 {
    margin-bottom: 8rem !important; }

  .marg-l-xl-8 {
    margin-left: 8rem !important; }

  .marg-r-xl-8 {
    margin-right: 8rem !important; }

  .pad-t-xl-8 {
    padding-top: 8rem !important; }

  .pad-b-xl-8 {
    padding-bottom: 8rem !important; }

  .pad-l-xl-8 {
    padding-left: 8rem !important; }

  .pad-r-xl-8 {
    padding-right: 8rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-9 {
    margin-top: 9rem !important; }

  .marg-b-xl-9 {
    margin-bottom: 9rem !important; }

  .marg-l-xl-9 {
    margin-left: 9rem !important; }

  .marg-r-xl-9 {
    margin-right: 9rem !important; }

  .pad-t-xl-9 {
    padding-top: 9rem !important; }

  .pad-b-xl-9 {
    padding-bottom: 9rem !important; }

  .pad-l-xl-9 {
    padding-left: 9rem !important; }

  .pad-r-xl-9 {
    padding-right: 9rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-10 {
    margin-top: 10rem !important; }

  .marg-b-xl-10 {
    margin-bottom: 10rem !important; }

  .marg-l-xl-10 {
    margin-left: 10rem !important; }

  .marg-r-xl-10 {
    margin-right: 10rem !important; }

  .pad-t-xl-10 {
    padding-top: 10rem !important; }

  .pad-b-xl-10 {
    padding-bottom: 10rem !important; }

  .pad-l-xl-10 {
    padding-left: 10rem !important; }

  .pad-r-xl-10 {
    padding-right: 10rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-11 {
    margin-top: 11rem !important; }

  .marg-b-xl-11 {
    margin-bottom: 11rem !important; }

  .marg-l-xl-11 {
    margin-left: 11rem !important; }

  .marg-r-xl-11 {
    margin-right: 11rem !important; }

  .pad-t-xl-11 {
    padding-top: 11rem !important; }

  .pad-b-xl-11 {
    padding-bottom: 11rem !important; }

  .pad-l-xl-11 {
    padding-left: 11rem !important; }

  .pad-r-xl-11 {
    padding-right: 11rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-12 {
    margin-top: 12rem !important; }

  .marg-b-xl-12 {
    margin-bottom: 12rem !important; }

  .marg-l-xl-12 {
    margin-left: 12rem !important; }

  .marg-r-xl-12 {
    margin-right: 12rem !important; }

  .pad-t-xl-12 {
    padding-top: 12rem !important; }

  .pad-b-xl-12 {
    padding-bottom: 12rem !important; }

  .pad-l-xl-12 {
    padding-left: 12rem !important; }

  .pad-r-xl-12 {
    padding-right: 12rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-13 {
    margin-top: 13rem !important; }

  .marg-b-xl-13 {
    margin-bottom: 13rem !important; }

  .marg-l-xl-13 {
    margin-left: 13rem !important; }

  .marg-r-xl-13 {
    margin-right: 13rem !important; }

  .pad-t-xl-13 {
    padding-top: 13rem !important; }

  .pad-b-xl-13 {
    padding-bottom: 13rem !important; }

  .pad-l-xl-13 {
    padding-left: 13rem !important; }

  .pad-r-xl-13 {
    padding-right: 13rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-14 {
    margin-top: 14rem !important; }

  .marg-b-xl-14 {
    margin-bottom: 14rem !important; }

  .marg-l-xl-14 {
    margin-left: 14rem !important; }

  .marg-r-xl-14 {
    margin-right: 14rem !important; }

  .pad-t-xl-14 {
    padding-top: 14rem !important; }

  .pad-b-xl-14 {
    padding-bottom: 14rem !important; }

  .pad-l-xl-14 {
    padding-left: 14rem !important; }

  .pad-r-xl-14 {
    padding-right: 14rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-15 {
    margin-top: 15rem !important; }

  .marg-b-xl-15 {
    margin-bottom: 15rem !important; }

  .marg-l-xl-15 {
    margin-left: 15rem !important; }

  .marg-r-xl-15 {
    margin-right: 15rem !important; }

  .pad-t-xl-15 {
    padding-top: 15rem !important; }

  .pad-b-xl-15 {
    padding-bottom: 15rem !important; }

  .pad-l-xl-15 {
    padding-left: 15rem !important; }

  .pad-r-xl-15 {
    padding-right: 15rem !important; } }
@media (min-width: 1200px) {
  .marg-t-xl-16 {
    margin-top: 16rem !important; }

  .marg-b-xl-16 {
    margin-bottom: 16rem !important; }

  .marg-l-xl-16 {
    margin-left: 16rem !important; }

  .marg-r-xl-16 {
    margin-right: 16rem !important; }

  .pad-t-xl-16 {
    padding-top: 16rem !important; }

  .pad-b-xl-16 {
    padding-bottom: 16rem !important; }

  .pad-l-xl-16 {
    padding-left: 16rem !important; }

  .pad-r-xl-16 {
    padding-right: 16rem !important; } }
.brick {
  background-size: 100%;
  background-position: 50% 50%;
  padding: 12rem 0; }
  @media (max-width: 768px) {
    .brick {
      padding: 4rem 3rem; } }

.social-icons.blog {
  position: absolute;
  padding: 0 0 0 50px;
  top: 735px; }
  .social-icons.blog .social-icon {
    margin-right: 10px;
    margin-bottom: 10px;
    border: solid 2px #00A7E1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 7px;
    position: relative;
    transition: border-color 200ms fill 200ms; }
    @media (min-width: 480px) {
      .social-icons.blog .social-icon {
        margin-left: 10px;
        margin-right: 0; } }
    .social-icons.blog .social-icon:hover {
      border-color: #2fc9ff !important; }
      .social-icons.blog .social-icon:hover svg path {
        fill: #2fc9ff !important; }
    .social-icons.blog .social-icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 90%;
      max-height: 90%; }
      .social-icons.blog .social-icon svg path {
        fill: #00A7E1 !important; }
  .social-icons.blog.affix {
    top: 115px;
    position: fixed;
    opacity: 1; }
  .social-icons.blog.affix-bottom {
    position: absolute;
    opacity: 1; }

.blog-heading {
  z-index: 1;
  position: relative; }
  .blog-heading .heading {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    z-index: 1; }
  .blog-heading .breadcrumb {
    position: absolute;
    top: 2rem;
    width: 100%;
    z-index: 1; }
  .blog-heading .featured-image {
    width: 100%; }

.blog-nav {
  border: none; }
  .blog-nav .btn {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    width: 100%; }
    @media (min-width: 480px) {
      .blog-nav .btn {
        width: auto;
        border-right: solid 1px #ffffff; }
        .blog-nav .btn:first-child {
          border-left: solid 1px #ffffff; } }
    @media (min-width: 768px) {
      .blog-nav .btn {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 19px; } }
    .blog-nav .btn.active {
      border-color: #ffffff;
      background-color: #ffffff;
      border-bottom: none;
      position: relative;
      color: #003058;
      top: 1px; }
      .blog-nav .btn.active:hover {
        background-color: #ffffff; }

.blog-resource {
  height: 332px; }

.icon-wrapper {
  text-align: center; }
  .icon-wrapper .svg-wrapper svg {
    height: 150px; }
    @media (min-width: 992px) {
      .icon-wrapper .svg-wrapper svg {
        height: 200px; } }

.blog-resource-content-wrapper {
  position: absolute;
  width: 70%;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%); }

.blog-header {
  position: relative; }
  .blog-header::before {
    content: "";
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 768px) {
  .hero-overlay {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); } }

.resource {
  background-color: #E9E9E9;
  width: 100%;
  padding: 10px;
  position: relative;
  top: 0;
  box-shadow: 0 0 0 transparent;
  float: left;
  transition: opacity 300ms 300ms, transform 700ms 300ms, top 300ms;
  height: auto;
  min-height: 75px;
  color: #666666; }
  @media (min-width: 768px) {
    .resource {
      height: 140px;
      max-width: 416px; } }
  @media (min-width: 992px) {
    .resource {
      padding: 25px;
      height: 179px; } }
  @media (min-width: 768px) {
    .resource.opposite-fade {
      transform: translateX(160%); }
    .resource.animate {
      opacity: 0;
      transform: translateX(-75%); } }
  @media (min-width: 768px) and (min-width: 992px) {
    .resource.animate {
      transform: translateX(-110%); } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .resource.animate {
      transform: translateX(-98%); } }
  @media (min-width: 768px) {
      .resource.animate.fly {
        opacity: 1 !important;
        transform: translateX(0%) !important; } }
  @media (min-width: 992px) {
    .resource.left.animate {
      transform: translateX(120%); } }
  @media (min-width: 1200px) {
    .resource.left.animate {
      transform: translateX(98%); } }
  .resource.hoverable {
    cursor: pointer; }
    .resource.hoverable:hover {
      top: -2px; }
  .resource .clip {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 42px; }
    .resource .clip .svg-wrapper {
      position: relative;
      top: -8px;
      right: -11px;
      height: 40px; }
      @media (min-width: 992px) {
        .resource .clip .svg-wrapper {
          height: 60px;
          top: -11px;
          right: auto; } }
      .resource .clip .svg-wrapper svg {
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%); }
    .resource .clip:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: -10px;
      right: -10px;
      width: 0px;
      height: 0px;
      border-top: solid 50px #003662;
      border-left: solid 50px transparent; }
      @media (min-width: 992px) {
        .resource .clip:before {
          border-top: solid 75px #003662;
          border-left: solid 75px transparent; } }
    .resource .clip:after {
      content: "";
      position: absolute;
      z-index: 1;
      top: -10px;
      right: -10px;
      width: 0px;
      height: 0px;
      border-top: solid 50px transparent;
      border-left: solid 50px #E9E9E9;
      border-right: solid 0px transparent; }
      @media (min-width: 992px) {
        .resource .clip:after {
          border-top: solid 75px transparent;
          border-left: solid 75px #E9E9E9; } }
  .resource .inner-resource {
    width: calc(100% - 50px); }
    @media (min-width: 768px) {
      .resource .inner-resource {
        position: relative;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%); } }
    .resource .inner-resource .resource-title {
      color: #003058; }
  .resource.video {
    background-size: cover;
    color: #ffffff; }
    .resource.video .svg-wrapper {
      max-width: 50px;
      margin: 0px auto 0;
      z-index: 1;
      position: relative;
      margin-right: 30px; }
      @media (min-width: 768px) {
        .resource.video .svg-wrapper {
          margin: 10px auto 0; } }
    .resource.video .title {
      width: 50%;
      position: absolute;
      bottom: 20px;
      left: 20px; }
      @media (min-width: 768px) {
        .resource.video .title {
          width: calc(100% - 40px); } }
    .resource.video::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 48, 88, 0.65);
      z-index: 0; }
  @media (min-width: 992px) {
    .resource.value-prop {
      padding: 20px; } }
  .resource.value-prop .inner-resource {
    width: 100%; }
  .resource.value-prop .value-prop-icon {
    width: 50px;
    height: 85px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 480px) {
      .resource.value-prop .value-prop-icon {
        left: 25px; } }
    @media (min-width: 768px) {
      .resource.value-prop .value-prop-icon {
        left: 10px;
        width: 31%; } }
    @media (min-width: 992px) {
      .resource.value-prop .value-prop-icon {
        height: 120px;
        left: 0; } }
    @media (min-width: 1200px) {
      .resource.value-prop .value-prop-icon {
        height: 150px; } }
    .resource.value-prop .value-prop-icon .svg-wrapper {
      height: 100%; }
      .resource.value-prop .value-prop-icon .svg-wrapper svg {
        height: 100%; }
  @media (max-width: 480px) {
    .resource.value-prop .h6 {
      font-size: 17px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .resource.value-prop .h6 {
      font-size: 17px; } }
  .resource.value-prop .value-prop-stat {
    position: absolute;
    line-height: 2.5rem;
    text-align: center;
    top: 56%;
    color: #00A7E1;
    left: -10px;
    font-size: 5rem;
    transform: translate(0%, -50%); }
    @media (min-width: 768px) {
      .resource.value-prop .value-prop-stat {
        font-size: 4rem;
        top: 50%;
        line-height: 3rem;
        left: 0; } }
    @media (min-width: 992px) {
      .resource.value-prop .value-prop-stat {
        font-size: 6rem;
        left: 50%;
        transform: translate(-50%, -50%); } }
    @media (min-width: 1200px) {
      .resource.value-prop .value-prop-stat {
        font-size: 7rem; } }

@media (max-width: 768px) {
  a.resource-link,
  .resource {
    margin-top: 15px; } }
@media (min-width: 768px) {
  a.resource-link + .resource, a.resource-link + a.resource-link .resource,
  .resource + .resource,
  .resource + a.resource-link .resource {
    margin-left: 15px; }
    a.resource-link + .resource.right, a.resource-link + a.resource-link .resource.right,
    .resource + .resource.right,
    .resource + a.resource-link .resource.right {
      margin-left: auto;
      margin-right: 15px; } }

.client-feature-wrapper {
  margin: auto; }
  .client-feature-wrapper .client-feature {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    float: left;
    background-size: 100% auto;
    max-width: 575px;
    background-size: cover; }
    @media (min-width: 480px) {
      .client-feature-wrapper .client-feature {
        height: 450px; } }
    @media (min-width: 768px) {
      .client-feature-wrapper .client-feature {
        height: 550px; } }
    .client-feature-wrapper .client-feature .client-feature-inner {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 15px 15px;
      width: 100%;
      z-index: 1; }
      @media (min-width: 1200px) {
        .client-feature-wrapper .client-feature .client-feature-inner {
          padding: 0 30px 30px; } }
      .client-feature-wrapper .client-feature .client-feature-inner .arrow-link {
        height: 0;
        overflow: hidden;
        transform: translateX(-50px);
        transition: height 300ms, transform 300ms 100ms; }
      .client-feature-wrapper .client-feature .client-feature-inner .logo-wrapper {
        margin-bottom: 1rem; }
        .client-feature-wrapper .client-feature .client-feature-inner .logo-wrapper .svg-wrapper svg {
          max-height: 50px;
          max-width: 175px;
          height: auto;
          display: inline-block; }
      .client-feature-wrapper .client-feature .client-feature-inner .client-feature-quote {
        margin-bottom: .5rem;
        font-size: 24px;
        font-weight: 300; }
        @media (min-width: 768px) {
          .client-feature-wrapper .client-feature .client-feature-inner .client-feature-quote {
            font-size: 28px; } }
        @media (min-width: 992px) {
          .client-feature-wrapper .client-feature .client-feature-inner .client-feature-quote {
            font-size: 30px; } }
        @media (min-width: 1200px) {
          .client-feature-wrapper .client-feature .client-feature-inner .client-feature-quote {
            font-size: 34px; } }
    .client-feature-wrapper .client-feature:before {
      content: "";
      position: absolute;
      z-index: 0;
      background-color: rgba(0, 48, 88, 0.65);
      transition: transform 300ms, top 300ms;
      left: -9%;
      top: 29%;
      width: 125%;
      height: 575px;
      transform: rotate(-10deg) translate(0%, 0%); }
    .client-feature-wrapper .client-feature:hover:before, .client-feature-wrapper .client-feature.no-link:before {
      top: 0;
      transform: rotate(0deg); }
    .client-feature-wrapper .client-feature:hover .client-feature-inner .arrow-link, .client-feature-wrapper .client-feature.no-link .client-feature-inner .arrow-link {
      height: 38px;
      transform: translateX(0px); }

.vertical-line-left {
  border-left: solid 1px #E9E9E9; }
  .vertical-line-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E9E9E9; }
  .vertical-line-left::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E9E9E9; }

.modal.contact-us-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.contact-us-modal.fade .modal-dialog {
    position: fixed;
    bottom: 0%;
    left: 0;
    -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.contact-us-modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal.contact-us-modal .modal-dialog {
    width: 100%;
    position: relative;
    margin: 0;
    transform: translate(0, 105%); }
  .modal.contact-us-modal .modal-content {
    position: fixed;
    padding: 30px 0;
    bottom: 0; }

#cloudCommerce {
  width: 100%; }
  @media (min-width: 325px) {
    #cloudCommerce g {
      opacity: 0; }
    #cloudCommerce #CCfarLine {
      -webkit-transform: translate(-65%, -76%);
      transform: translate(-65%, -76%);
      transform: translate3d(-65%, -76%, 0);
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #cloudCommerce #CCcloseLine {
      -webkit-transform: translate(65%, 85%);
      transform: translate(65%, 85%);
      transform: translate3d(65%, 85%, 0);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #cloudCommerce #CCorderScreen {
      -webkit-transform: translate(-83%, 80%);
      transform: translate(-83%, 80%);
      transform: translate3d(-83%, 80%, 0);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #cloudCommerce #CCfulfillmentManagement {
      -webkit-transform: translate(-75%, -35%);
      transform: translate(-75%, -35%);
      transform: translate3d(-75%, -35%, 0);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #cloudCommerce #CCfulfillment {
      -webkit-transform: translate(65%, 85%);
      transform: translate(65%, 85%);
      transform: translate3d(65%, 85%, 0);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #cloudCommerce #CCmobilePayment {
      -webkit-transform: translate(65%, 85%);
      transform: translate(65%, 85%);
      transform: translate3d(65%, 85%, 0);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #cloudCommerce #CClaptop {
      -webkit-transform: translate(100%, -35%);
      transform: translate(100%, -35%);
      transform: translate3d(100%, -35%, 0);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #cloudCommerce #CCsideCloud {
      -webkit-transform: translate(80%, -35%);
      transform: translate(80%, -35%);
      transform: translate3d(80%, -35%, 0);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #cloudCommerce #CCfarCloud {
      -webkit-transform: translate(-65%, -65%);
      transform: translate(-65%, -65%);
      transform: translate3d(-65%, -65%, 0);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #cloudCommerce.fly g {
      opacity: 1; }
    #cloudCommerce.fly #CCfarLine,
    #cloudCommerce.fly #CCcloseLine,
    #cloudCommerce.fly #CCorderScreen,
    #cloudCommerce.fly #CCfulfillmentManagement,
    #cloudCommerce.fly #CCfulfillment,
    #cloudCommerce.fly #CCmobilePayment,
    #cloudCommerce.fly #CClaptop,
    #cloudCommerce.fly #CCsideCloud,
    #cloudCommerce.fly #CCfarCloud {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

#flexibleMonetization {
  width: 100%; }
  @media (min-width: 325px) {
    #flexibleMonetization g {
      opacity: 0; }
    #flexibleMonetization #farLine {
      -webkit-transform: translate(-65%, -76%);
      transform: translate(-65%, -76%);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #flexibleMonetization #closeLine {
      -webkit-transform: translate(65%, 85%);
      transform: translate(65%, 85%);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #flexibleMonetization #onlineStore {
      -webkit-transform: translate(18%, 45%);
      transform: translate(18%, 45%);
      -webkit-transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #flexibleMonetization #mobilePayment {
      -webkit-transform: translate(18%, 45%);
      transform: translate(18%, 45%);
      -webkit-transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #flexibleMonetization #cards {
      -webkit-transform: translate(-100%, 100%);
      transform: translate(-100%, 100%);
      -webkit-transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #flexibleMonetization #worldScreen {
      -webkit-transform: translate(-60%, 47%);
      transform: translate(-60%, 47%);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 600ms;
      transition: transform 1000ms 500ms, opacity 1000ms 600ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #flexibleMonetization #screen {
      -webkit-transform: translate(39%, -57%);
      transform: translate(39%, -57%);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #flexibleMonetization.fly g {
      opacity: 1; }
    #flexibleMonetization.fly #farLine,
    #flexibleMonetization.fly #closeLine,
    #flexibleMonetization.fly #onlineStore,
    #flexibleMonetization.fly #mobilePayment,
    #flexibleMonetization.fly #worldScreen,
    #flexibleMonetization.fly #screen,
    #flexibleMonetization.fly #cards {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

#fullServiceModels {
  width: 100%; }
  @media (min-width: 325px) {
    #fullServiceModels g {
      opacity: 0; }
    #fullServiceModels #farLine {
      -webkit-transform: translate(-65%, -76%);
      transform: translate(-65%, -76%);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #fullServiceModels #closeLine {
      -webkit-transform: translate(65%, 85%);
      transform: translate(65%, 85%);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #fullServiceModels #rightRoadBlock {
      -webkit-transform: translate(35%, 30%);
      transform: translate(35%, 30%);
      -webkit-transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #fullServiceModels #leftRoadBlock {
      -webkit-transform: translate(-22%, 20%);
      transform: translate(-22%, 20%);
      -webkit-transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #fullServiceModels #bank {
      -webkit-transform: translate(-50%, -30%);
      transform: translate(-50%, -30%);
      -webkit-transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition: transform 1000ms 700ms, opacity 1000ms 600ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #fullServiceModels #files {
      -webkit-transform: translate(35%, 20%);
      transform: translate(35%, 20%);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 600ms;
      transition: transform 1000ms 500ms, opacity 1000ms 600ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #fullServiceModels #currency {
      -webkit-transform: translate(-20%, 17%);
      transform: translate(-20%, 17%);
      -webkit-transition: transform 1000ms 300ms, opacity 1000ms 300ms;
      transition: transform 1000ms 300ms, opacity 1000ms 300ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #fullServiceModels #screen {
      -webkit-transform: translate(39%, -57%);
      transform: translate(39%, -57%);
      -webkit-transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition: transform 1000ms 500ms, opacity 1000ms 500ms;
      transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
    #fullServiceModels.fly g {
      opacity: 1; }
    #fullServiceModels.fly #farLine,
    #fullServiceModels.fly #closeLine,
    #fullServiceModels.fly #rightRoadBlock,
    #fullServiceModels.fly #leftRoadBlock,
    #fullServiceModels.fly #bank,
    #fullServiceModels.fly #files,
    #fullServiceModels.fly #screen,
    #fullServiceModels.fly #currency,
    #fullServiceModels.fly #cards {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

.heroHeader {
  position: relative; }
  @media (max-width: 767px) {
    .heroHeader {
      background-image: none !important; } }
  .heroHeader .main-heading {
    color: #ffffff; }
    @media (min-width: 1200px) {
      .heroHeader .main-heading {
        font-size: 6rem; } }
    @media (min-width: 1500px) {
      .heroHeader .main-heading {
        font-size: 7rem; } }
  @media (min-width: 768px) {
    .heroHeader {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 0 50%; } }
  .heroHeader .box {
    background-color: rgba(3, 181, 232, 0.9);
    position: relative;
    background-image: url(xsmall-pattern.png);
    background-repeat: repeat-y; }
  .heroHeader .buttonScroll {
    display: none; }
    @media (min-width: 768px) {
      .heroHeader .buttonScroll {
        display: block;
        font-size: 30px;
        color: white;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 50%);
        margin-top: 10px;
        overflow: hidden;
        bottom: 0;
        height: 55px;
        width: 55px; } }
    .heroHeader .buttonScroll .svg-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -35%); }
    @media (min-width: 992px) {
      .heroHeader .buttonScroll {
        margin-top: 10px; } }
    .heroHeader .buttonScroll.activePadding {
      margin-top: -20px; }
      @media (min-width: 1200px) {
        .heroHeader .buttonScroll.activePadding {
          margin-top: -25px; } }

.clients-section .logo-wrapper .svg-wrapper {
  text-align: center;
  height: 50px;
  position: relative; }
  .clients-section .logo-wrapper .svg-wrapper svg {
    max-height: 60px;
    max-width: 175px;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%; }

.full-clients-section .logo-wrapper .svg-wrapper {
  text-align: center;
  height: 50px;
  position: relative; }
  .full-clients-section .logo-wrapper .svg-wrapper svg {
    max-height: 60px;
    max-width: 175px;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }

.case-study .logo-wrapper svg {
  max-height: 60px;
  max-width: 175px;
  height: auto;
  display: inline-block;
  width: 100%; }

@media (min-width: 1200px) {
  .river .featured-image {
    height: 316px;
    overflow: hidden; }
    .river .featured-image img {
      position: relative;
      top: 50%;
      transform: translateY(-50%); } }
.river .floater::before {
  content: '';
  display: block; }
  @media (min-width: 767px) {
    .river .floater::before {
      float: right;
      height: 200px; } }
  @media (min-width: 992px) {
    .river .floater::before {
      height: 215px; } }
  @media (min-width: 1200px) {
    .river .floater::before {
      height: 315px; } }
@media (max-width: 767px) {
  .river .floater::after {
    content: '';
    clear: both;
    display: table; } }
.river .floater .resources-outer-wrapper {
  clear: both; }
  @media (max-width: 767px) {
    .river .floater .resources-outer-wrapper {
      padding: 0; } }
  .river .floater .resources-outer-wrapper .resources-wrapper {
    width: 100%;
    padding: 0px; }
    @media (min-width: 767px) {
      .river .floater .resources-outer-wrapper .resources-wrapper {
        width: 529px;
        padding: 5px; } }
    @media (min-width: 992px) {
      .river .floater .resources-outer-wrapper .resources-wrapper {
        width: 629px;
        padding: 20px; } }
    @media (min-width: 1200px) {
      .river .floater .resources-outer-wrapper .resources-wrapper {
        width: 752px; } }
    @media (min-width: 1500px) {
      .river .floater .resources-outer-wrapper .resources-wrapper {
        width: 902px; } }
    @media (min-width: 767px) {
      .river .floater .resources-outer-wrapper .resources-wrapper .resource {
        max-width: 237px; } }
    @media (min-width: 992px) {
      .river .floater .resources-outer-wrapper .resources-wrapper .resource {
        max-width: 287px; } }
    @media (min-width: 1200px) {
      .river .floater .resources-outer-wrapper .resources-wrapper .resource {
        max-width: 348px; } }
    @media (min-width: 1500px) {
      .river .floater .resources-outer-wrapper .resources-wrapper .resource {
        max-width: 423px; } }

.buttonFooter {
  display: block;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: hidden;
  height: 55px;
  width: 55px;
  top: 50%; }
  .buttonFooter .svg-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%); }

.social-icons {
  float: left; }
  @media (min-width: 480px) {
    .social-icons {
      float: right; } }
  .social-icons .social-icon {
    margin-right: 10px;
    border: solid 2px #00A7E1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 7px;
    position: relative;
    transition: border-color 200ms fill 200ms; }
    @media (min-width: 480px) {
      .social-icons .social-icon {
        margin-left: 10px;
        margin-right: 0; } }
    .social-icons .social-icon:hover {
      border-color: #2fc9ff !important; }
      .social-icons .social-icon:hover svg path {
        fill: #2fc9ff !important; }
    .social-icons .social-icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 90%;
      max-height: 90%; }

@media (min-width: 992px) {
  .footer-menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; } }
.footer-menus .footer-menu {
  padding: 0;
  cursor: pointer;
  border-top: solid 1px #00A7E1; }
  @media (min-width: 480px) {
    .footer-menus .footer-menu {
      border-top: none;
      cursor: default; } }
  @media (min-width: 992px) {
    .footer-menus .footer-menu {
      width: auto; } }
  .footer-menus .footer-menu .menu-items {
    max-height: 0;
    transition: max-height 200ms;
    overflow: hidden; }
    @media (min-width: 480px) {
      .footer-menus .footer-menu .menu-items {
        max-height: 1000px !important; } }
    .footer-menus .footer-menu .menu-items .menu-item {
      line-height: 1.75; }
  .footer-menus .footer-menu .arrow {
    width: 30px;
    height: 30px;
    position: relative; }
    .footer-menus .footer-menu .arrow svg {
      position: absolute;
      top: 0;
      transform: translateY(-27%); }
    .footer-menus .footer-menu .arrow .up svg {
      transition: opacity 200ms;
      opacity: 1; }
    .footer-menus .footer-menu .arrow .down svg {
      transition: opacity 200ms;
      opacity: 0; }
  .footer-menus .footer-menu.active .menu-items {
    max-height: 1000px; }
  .footer-menus .footer-menu.active .arrow .up svg {
    opacity: 0; }
  .footer-menus .footer-menu.active .arrow .down svg {
    opacity: 1; }
  .footer-menus .footer-menu:first-child {
    border-top: none; }

.main-nav {
  padding: 0 0 0 20px;
  z-index: 1; }
  @media (min-width: 992px) {
    .main-nav {
      padding: 0; } }
  .main-nav .logo {
    width: 200px;
    padding: 14px 0 1px; }
    @media (min-width: 768px) {
      .main-nav .logo {
        padding: 0; } }
  .main-nav .top-buttons .btn + .btn {
    margin-left: 1px; }
  .main-nav .search_field-outer-wrapper {
    width: 100%;
    padding: 10px 0 5px;
    border-top: solid 1px #E9E9E9; }
    @media (min-width: 768px) {
      .main-nav .search_field-outer-wrapper {
        position: absolute;
        right: -50px;
        top: -30px;
        border: none;
        opacity: 0;
        transition: right 300ms, opacity 300ms;
        transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91);
        z-index: -1;
        width: 62%; } }
    .main-nav .search_field-outer-wrapper .search-form {
      max-width: 400px;
      width: 100%; }
      @media (min-width: 992px) {
        .main-nav .search_field-outer-wrapper .search-form {
          max-width: 351px; } }
      @media (min-width: 1200px) {
        .main-nav .search_field-outer-wrapper .search-form {
          max-width: 433px; } }
      .main-nav .search_field-outer-wrapper .search-form .search_field-inner-wrapper {
        width: calc(100% - 100px); }
        .main-nav .search_field-outer-wrapper .search-form .search_field-inner-wrapper .search-field {
          width: 100%; }
        @media (min-width: 992px) {
          .main-nav .search_field-outer-wrapper .search-form .search_field-inner-wrapper {
            width: 251px; } }
        @media (min-width: 1200px) {
          .main-nav .search_field-outer-wrapper .search-form .search_field-inner-wrapper {
            width: 332px; } }
        .main-nav .search_field-outer-wrapper .search-form .search_field-inner-wrapper .suggestions {
          display: none; }
      .main-nav .search_field-outer-wrapper .search-form .btn-search {
        width: 100px; }
    .main-nav .search_field-outer-wrapper .exit-search {
      cursor: pointer; }
      .main-nav .search_field-outer-wrapper .exit-search:hover {
        color: #333333; }
  .main-nav .main-nav-items {
    margin-right: -15px; }
  .main-nav .main-nav-items li, .main-nav .top-buttons .btn {
    position: relative;
    font-weight: 400;
    left: 0;
    opacity: 1;
    transition: left 300ms, opacity 300ms;
    transition-timing-function: cubic-bezier(0.67, 0.15, 0.23, 0.91); }
  @media (min-width: 768px) {
    .main-nav.active .search_field-outer-wrapper {
      opacity: 1;
      right: 20px;
      z-index: 1; } }
  .main-nav.active .main-nav-items li, .main-nav.active .top-buttons .btn {
    left: -30px;
    opacity: 0; }

.logged-in .main-nav {
  top: 31px; }

#upcoming-events-slider .resource {
  float: none;
  margin: 0 auto; }
  #upcoming-events-slider .resource .svg-wrapper {
    display: block; }
#upcoming-events-slider.owl-carousel .owl-prev,
#upcoming-events-slider.owl-carousel .owl-next {
  background-color: transparent; }
#upcoming-events-slider.owl-carousel .owl-prev {
  left: -50px; }
#upcoming-events-slider.owl-carousel .owl-next {
  right: -50px; }

.year-wrapper {
  background-image: url("/wp-content/uploads/aboutus_timeline_bluegelimage.jpg");
  background-size: cover;
  #
	display: inline-block;
  width: 100%; }
  .year-wrapper .year-selector {
    height: 6px;
    width: 85%;
    background-color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px; }
    @media (min-width: 480px) {
      .year-wrapper .year-selector {
        width: 100%; } }
    .year-wrapper .year-selector .year {
      position: relative;
      top: -3px;
      height: 12px;
      width: 12px;
      background-color: #ffffff;
      border-radius: 50%;
      overflow: hidden;
      transition: all 300ms;
      cursor: pointer; }
      .year-wrapper .year-selector .year.active {
        background-color: #00A7E1; }
      .year-wrapper .year-selector .year:hover {
        transform: scale(1.25);
        background-color: #E9E9E9; }
  .year-wrapper .year-boxes .year-box {
    background-color: #ffffff;
    width: 90%;
    padding: 20px;
    margin: 20px auto 0;
    position: relative; }
    .year-wrapper .year-boxes .year-box::before {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      bottom: 100%;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 13px solid #ffffff; }
    @media (min-width: 480px) {
      .year-wrapper .year-boxes .year-box {
        width: 420px;
        margin: 20px auto; }
        .year-wrapper .year-boxes .year-box::before {
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-bottom: 20px solid #ffffff; } }
    .year-wrapper .year-boxes .year-box[data-year="1998"]::before {
      left: 0; }
    .year-wrapper .year-boxes .year-box[data-year="1999"]::before {
      left: 12.5%; }
    .year-wrapper .year-boxes .year-box[data-year="2000"]::before {
      left: 25.5%; }
    .year-wrapper .year-boxes .year-box[data-year="2003"]::before {
      left: 38.5%; }
    .year-wrapper .year-boxes .year-box[data-year="2005"]::before {
      left: 52%; }
    .year-wrapper .year-boxes .year-box[data-year="2007"]::before {
      left: 65%; }
    .year-wrapper .year-boxes .year-box[data-year="2013"]::before {
      left: 78.5%; }
    .year-wrapper .year-boxes .year-box[data-year="2016"]::before {
      left: 90.5%; }

@media (min-width: 992px) {
  .leadership-outer-wrapper .leadership-wrapper .leadership-inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; } }
.leadership-outer-wrapper .leadership-wrapper .leadership-inner-wrapper .leadership-overview .leadership {
  overflow-y: scroll;
  max-height: 500px; }
  @media (min-width: 992px) {
    .leadership-outer-wrapper .leadership-wrapper .leadership-inner-wrapper .leadership-overview .leadership {
      max-height: 307px; } }
  @media (min-width: 1200px) {
    .leadership-outer-wrapper .leadership-wrapper .leadership-inner-wrapper .leadership-overview .leadership {
      max-height: 400px; } }
  @media (min-width: 1500px) {
    .leadership-outer-wrapper .leadership-wrapper .leadership-inner-wrapper .leadership-overview .leadership {
      max-height: 500px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .leadership-outer-wrapper .leadership-wrapper .leadership-inner-wrapper .leadership-overview .leadership .leader .leader-title {
      font-size: 1.5rem; } }
  .leadership-outer-wrapper .leadership-wrapper .leadership-inner-wrapper .leadership-overview .leadership .leader:hover {
    background-color: #d0d0d0; }
.leadership-outer-wrapper .leadership-wrapper .leadership-bios {
  display: none; }
  .leadership-outer-wrapper .leadership-wrapper .leadership-bios .close-bio {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ffffff;
    cursor: pointer; }
.leadership-outer-wrapper.active {
  background: #003058;
  color: #ffffff; }
  .leadership-outer-wrapper.active .leadership-inner-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .leadership-outer-wrapper.active .leadership-inner-wrapper .leadership-overview {
      display: none; }
    .leadership-outer-wrapper.active .leadership-inner-wrapper .leadership-bios {
      display: inline-block; }
      @media (min-width: 992px) {
        .leadership-outer-wrapper.active .leadership-inner-wrapper .leadership-bios p {
          font-size: 1.4rem;
          line-height: 1.1; } }
      @media (min-width: 1200px) {
        .leadership-outer-wrapper.active .leadership-inner-wrapper .leadership-bios p {
          font-size: 1.75rem; } }
      @media (min-width: 1500px) {
        .leadership-outer-wrapper.active .leadership-inner-wrapper .leadership-bios p {
          line-height: 1.4; } }

.case-study-outer {
  position: relative; }
  .case-study-outer .case-study {
    overflow: hidden;
    position: relative; }
    @media (min-width: 1200px) {
      .case-study-outer .case-study {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }

.background-image-wrapper {
  display: none; }
  @media (min-width: 1200px) {
    .background-image-wrapper {
      width: 49%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      overflow: hidden;
      display: inline-block; } }
  .background-image-wrapper .case-study-img {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%; }

.col-centered {
  float: none;
  margin-right: auto;
  margin-left: auto; }

.quote .svg-wrapper {
  height: 175px; }
  .quote .svg-wrapper svg {
    max-height: 175px;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0%); }

.client {
  width: 140px;
  float: left; }
  @media (min-width: 480px) {
    .client {
      width: 200px; } }
  @media (min-width: 768px) {
    .client {
      width: 300px; } }
  .client .client {
    margin-top: 20px;
    background-color: #cccccc;
    position: relative;
    height: 125px; }
    @media (min-width: 480px) {
      .client .client {
        height: 150px; } }
  .client .svg-wrapper svg {
    width: 100%;
    max-width: 100px;
    margin: 0 auto; }
    @media (min-width: 480px) {
      .client .svg-wrapper svg {
        max-width: 150px; } }
    @media (min-width: 768px) {
      .client .svg-wrapper svg {
        max-width: 200px; } }
  .client.double-width {
    width: 300px; }
    @media (min-width: 480px) {
      .client.double-width {
        width: 420px; } }
    @media (min-width: 768px) {
      .client.double-width {
        width: 620px; } }
  .client.double-height {
    margin-top: 20px;
    height: 270px;
    position: relative;
    background-image: url("/wp-content/uploads/news_hero_image.jpg"); }
    @media (min-width: 480px) {
      .client.double-height {
        height: 320px; } }
    .client.double-height::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 48, 88, 0.65);
      content: ""; }
    .client.double-height .logo-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center; }
  .client .client .logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }

.client-wrapper .client {
  position: relative; }
  .client-wrapper .client .logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
.client-wrapper .client {
  float: left;
  background-color: #cccccc;
  margin-top: 20px;
  height: 125px; }
  @media (min-width: 480px) {
    .client-wrapper .client {
      height: 150px; } }
  .client-wrapper .client.double-width {
    float: none; }
.client-wrapper a + a .client {
  margin-left: 20px; }
.client-wrapper a.full-width + a .client {
  margin-left: 0; }

.bottom-sticky-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1030;
  display: none; }
  .bottom-sticky-nav-backdrop.active {
    display: inline-block; }

.bottom-sticky-nav {
  border-top: solid 1px #cccccc;
  transition: max-height 500ms 0;
  display: none; }
  @media (min-width: 768px) {
    .bottom-sticky-nav {
      max-height: 55px;
      display: inline-block; } }
  .bottom-sticky-nav.active {
    display: inline-block; }
    @media (min-width: 768px) {
      .bottom-sticky-nav.active {
        max-height: 10000px; } }
    .bottom-sticky-nav.active .bottom-sticky-nav-inner {
      position: relative;
      z-index: 999; }
  .bottom-sticky-nav .bottom-sticky-nav-inner .icon {
    width: 106px;
    position: relative;
    transform: translateY(-25px);
    display: inline-block;
    margin: -10px 10px; }
    @media (min-width: 480px) {
      .bottom-sticky-nav .bottom-sticky-nav-inner .icon {
        margin: -10px 50px; } }
    .bottom-sticky-nav .bottom-sticky-nav-inner .icon .icon-circle {
      height: 55px;
      width: 55px;
      margin: 0 auto;
      background-color: #00A7E1;
      border: solid 1px #0094c8;
      border-radius: 50%;
      transition: background-color 300ms;
      cursor: pointer; }
      .bottom-sticky-nav .bottom-sticky-nav-inner .icon .icon-circle.demo-now .svg-wrapper svg {
        height: 35px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto; }
      .bottom-sticky-nav .bottom-sticky-nav-inner .icon .icon-circle:hover {
        background-color: #0081ae; }
      .bottom-sticky-nav .bottom-sticky-nav-inner .icon .icon-circle .svg-wrapper svg {
        height: 45px;
        margin-top: 5px; }
    .bottom-sticky-nav .bottom-sticky-nav-inner .icon .contact-us-label {
      font-size: 1.5rem; }

.mktoForm {
  left: 0 !important; }
  @media (max-width: 992px) {
    .mktoForm {
      width: 500px !important; } }
  @media (max-width: 480px) {
    .mktoForm {
      width: 100% !important; } }
  .mktoForm .mktoFormCol {
    margin-bottom: 0 !important;
    width: 100%; }
  .mktoForm .mktoFieldDescriptor + .mktoFieldDescriptor {
    margin-left: 2%; }
  @media (max-width: 768px) {
    .mktoForm .mktoFormRow .mktoFormCol {
      width: 100% !important;
      margin: 0; } }
  .mktoForm input[type=text],
  .mktoForm textarea.mktoField,
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm select.mktoField {
    width: 100% !important; }
  .mktoForm .mktoFieldWrap {
    width: 100%; }
  .mktoForm .mktoButtonRow {
    margin-top: 10px; }
    .mktoForm .mktoButtonRow .mktoButtonWrap {
      margin: 0 !important; }
  .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    border: 1px solid #003058 !important; }
  .mktoForm textarea.mktoField {
    height: 90px !important; }
    @media (min-width: 768px) {
      .mktoForm textarea.mktoField {
        height: 179px !important; } }

/*.our-services-wrapper .our-services-inner-wrapper{
    min-height: 300px;
    position: relative;

}

    .bg-gray {
        background-color: #333;
    }


    .icon-wrapper {
        width: 75px;
        height: 75px;
        position: relative;
        margin: 0 auto;
        float: none;

    }

    .icon-wrapper img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform:translate(-50%,-50%);
    }

    .our-services-wrapper .capabilities-wrapper {
        display: none;
        margin: 0;
        width: 100%;
        z-index: 2;
    }

    .our-services-wrapper .capabilities-wrapper.active {
        display: inline-block;
    }


 @media(min-width: 1200px) {

.our-services-wrapper .capability.active::after {
    content: "";
    width: 10%;
    height: 30px;
    bottom: -30px;
    left: 40px;
    position: absolute;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid rgba(199, 239, 249, 0.75);
    z-index: 0;
}

}

    .our-services-wrapper .capability {
        z-index: 1;
    }

    .capability-description-wrapper {
        display: none;
        position: relative;
        height: auto;
        background-color: rgba(199, 239, 249, 0.75);
        padding: 35px;
        margin-top: 3%;
    }

    .capability-description-wrapper.active{
        display: inline-block;
    }

    .capability-description-wrapper .back{
        cursor: pointer;
    }

    .capability-description-wrapper .capability-description {
        font-size: 1.5rem;

    }

     .capability-header {
        color: rgb(1, 67, 90);
    }



    @media(min-width: 768px) {

        .capability-description-wrapper .description-wrapper {
            padding: 0 15px 0 35px;
        }

        .capability-description-wrapper .back{
            left: -45px;
            top: 50%;
            transform:translateY(-50%);
        }

        .our-services-wrapper .container{
            position: relative;
        }

        .icon-wrapper {
            width: 150px;
            height: 150px;
            margin: 15px 0 0;
            float: right;
        }

        .capability-description-wrapper .description-wrapper {
            padding: 0;
        }

        .capability-description-wrapper .capability-description {
            font-size: 1.75rem;
        }

    }

    @media (min-width: 430px) {
        .capability-description-wrapper  {
            height: 375px;
        }
    }


    @media (min-width: 575px) {
        .capability-description-wrapper {
            height: 300px;
            padding-left: 40px;
        }
    }

    @media (min-width: 768px) {
        .capability-description-wrapper {
            height: 255px;

        }
    }

    @media (min-width: 992px) {
        .capability-description-wrapper {
            height: 210px;
         }

    }

*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #E9E9E9; }
    .owl-carousel .owl-prev svg,
    .owl-carousel .owl-next svg {
      display: block; }
    .owl-carousel .owl-prev.disabled,
    .owl-carousel .owl-next.disabled {
      cursor: not-allowed;
      opacity: 0.33;
      filter: alpha(opacity=33); }
  .owl-carousel .owl-prev {
    left: -30px; }
  .owl-carousel .owl-next {
    right: -30px; }
  .owl-carousel.nav-inside .owl-prev {
    left: 0px; }
  .owl-carousel.nav-inside .owl-next {
    right: 0px; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    cursor: pointer; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #ffffff;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-dots {
  text-align: center;
  padding-right: 60px;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 30px 0 15px; }
    .owl-theme .owl-dots .owl-dot span {
      width: 35px;
      height: 3px;
      margin: 0px;
      background: #00A7E1;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease; }
      @media (min-width: 480px) {
        .owl-theme .owl-dots .owl-dot span {
          width: 70px; } }
    .owl-theme .owl-dots .owl-dot:hover span {
      background: #003058; }
    .owl-theme .owl-dots .owl-dot.active span {
      background: #003058; }

@media (min-width: 768px) {
  .clients-feature-content .owl-carousel .owl-stage-outer {
    padding-left: 135px; } }
@media (min-width: 1200px) {
  .clients-feature-content .owl-carousel .owl-stage-outer {
    padding-left: 200px; } }
@media (min-width: 768px) {
  .clients-feature-content.right-side .owl-carousel .owl-stage-outer {
    padding-left: 0;
    padding-right: 135px; } }
@media (min-width: 1200px) {
  .clients-feature-content.right-side .owl-carousel .owl-stage-outer {
    padding-left: 0;
    padding-right: 200px; } }
.clients-feature-content.right-side .owl-carousel .owl-stage-outer .owl-stage {
  padding: 0 !important; }

@font-face {
  font-family: 'mr-eaves-xl-modern';
  src: url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Reg.eot");
  /* IE9 Compat Modes */
  src: url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Reg.eot?#iefix") format("embedded-opentype"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Reg.woff2") format("woff2"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Reg.woff") format("woff"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Reg.ttf") format("truetype"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Reg.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'mr-eaves-xl-modern';
  src: url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Bold.eot");
  /* IE9 Compat Modes */
  src: url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Bold.eot?#iefix") format("embedded-opentype"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Bold.woff2") format("woff2"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Bold.woff") format("woff"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Bold.ttf") format("truetype"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'mr-eaves-xl-modern';
  src: url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-RegItalic.eot");
  /* IE9 Compat Modes */
  src: url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-RegItalic.eot?#iefix") format("embedded-opentype"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-RegItalic.woff2") format("woff2"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-RegItalic.woff") format("woff"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-RegItalic.ttf") format("truetype"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-RegItalic.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: normal; }
@font-face {
  font-family: 'mr-eaves-xl-modern';
  src: url("https://infos.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-BoldItalic.eot?#iefix") format("embedded-opentype"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-BoldItalic.woff2") format("woff2"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-BoldItalic.woff") format("woff"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-BoldItalic.ttf") format("truetype"),
       url("https://info.digitalriver.com/rs/348-QUY-258/images/MrEavesXLModOT-BoldItalic.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: bold; }
* { box-sizing: border-box; }

:last-child {
  margin-bottom: 0; }

.no-decoration:-webkit-any-link {
  text-decoration: none; }
.no-decoration:hover {
  text-decoration: none;
  color: inherit; }

.client-slider .owl-stage {
  right: 0%; }
  @media (min-width: 1200px) {
    .client-slider .owl-stage {
      right: 10%; } }
  @media (min-width: 1500px) {
    .client-slider .owl-stage {
      right: 17%; } }
.client-slider.right .owl-stage {
  left: 0%;
  right: auto; }
  @media (min-width: 1200px) {
    .client-slider.right .owl-stage {
      left: 10%;
      right: auto; } }
  @media (min-width: 1500px) {
    .client-slider.right .owl-stage {
      left: 17%;
      right: auto; } }
