/* Home Page General Styles*/
body {
  font-family: 'GibsonRegular', 'Gibson', 'Arial', 'sans-serif';
  font-size: 14px;
  line-height: 1.42857143;
  color: #333; }

a.BlackText {
  color: #000000;
  text-decoration: none; }

h1 {
  font-size: 2.75em; }

h3 {
  font-size: 1.6785em; }

h3.SubCenter {
  text-align: center; }

img.Hyperlinked {
  border-style: none; }

img.Slideshow {
  border-style: none;
  margin-bottom: 15px; }

p {
  color: #333333;
  margin-bottom: 8px;
  margin-top: 8px; }

p.Copyright {
  font-size: 0.9em;
  text-align: left;
  color: #888888;
  line-height: 1.6em;
  margin: 0 0 10px 0; }

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

.center {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  float: none !important;
  text-align: center; }

.whiteheader {
  color: #ffffff;
  font-weight: normal;
  font-size: 3.8em;
  margin-top: 1.11em;
  margin-bottom: 0.5em;
  text-align: center; }

.row.nav-search {
  display: none; }

.main-section > .row.outer-row {
  max-width: 100%;
  padding: 0; }

/* Styles for banded homepage samples */
@media all and (min-width: 768px) {
  search-view-all-button
  .homeArea {
    min-height: 200px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    max-width: 900px; }

  .homeAreaIcons {
    min-height: 250px;
    padding-top: 16px;
    padding-left: 60px;
    padding-right: 0px;
    padding-bottom: 16px;
    margin: 0 auto;
    max-width: 1100px; } }
@media all and (max-width: 767px) {
  div.homeArea {
    min-height: 300px;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 900px; } }
/*gray bands*/
div.gray {
  background-color: #fafafa;
  border-top: #d5d5d5 1px solid;
  border-bottom: #d5d5d5 1px solid; }

/*white bands */
div.white {
  background-color: #ffffff; }

/* Home Page Button Styles */
.button {
  cursor: pointer;
  background-color: transparent;
  width: 200px;
  height: 35px;
  font-weight: bold;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

.button.black {
  border: solid 2px black;
  color: black; }

.button.black:hover {
  background-color: #ccc; }

.button a {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

/* Responsive Header Styles*/
#contentBody > .responsive-header {
  background-color: transparent; }

/* Content Section */
#content-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6e6e6;
  margin-top: -50px; }

#content-section h3 {
  font-weight: normal; }

.right-section div.button-group, .left-section div.button-group {
  margin-top: 20px; }

#content-section .left-section {
  padding-right: 20px; }

#content-section .right-section {
  padding-left: 20px; }

.left-section .left-content, .right-section .right-content {
  height: 270px; }

#content-section .right-section .table-images:first-of-type {
  margin-bottom: 20px; }

#content-section.mc-blurb p {
  margin-top: 0;
  margin-bottom: 5px; }

#content-section.mc-blurb .mc-bullets {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 10px; }

#content-section.mc-blurb .mc-bullets > li {
  color: #5a5a5a;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.6em; }

/* Home Page Topic Hero section*/
div.topichero {
  background: #00ab8e;
  background: -moz-linear-gradient(-45deg, #00ab8e 34%, #90cc73 100%);
  background: -webkit-linear-gradient(-45deg, #00ab8e 34%, #90cc73 100%);
  background: linear-gradient(135deg, #00ab8e 34%, #90cc73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab8e', endColorstr='#90cc73',GradientType=1 );
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px;
  /*
  background: rgb(0,171,142);
  background: -moz-linear-gradient(-45deg, rgba(0,171,142,1) 16%, rgba(180,69,180,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0,171,142,1) 16%,rgba(180,69,180,1) 100%);
  background: linear-gradient(135deg, rgba(0,171,142,1) 16%,rgba(180,69,180,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab8e', endColorstr='#b445b4',GradientType=1 );
  */ }

.bvgreen-navy-hero {
  background: #00ab8e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00ab8e 0%, #003d4c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00ab8e 0%, #003d4c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00ab8e 0%, #003d4c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab8e', endColorstr='#003d4c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px; }

.navy-bvgreen-hero {
  background: #003d4c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #003d4c 0%, #00ab8e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #003d4c 0%, #00ab8e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #003d4c 0%, #00ab8e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d4c', endColorstr='#00ab8e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px; }

.lightblue-bvgreen-hero {
  background: #65c8cf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #65c8cf 1%, #00ab8e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #65c8cf 1%, #00ab8e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #65c8cf 1%, #00ab8e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65c8cf', endColorstr='#00ab8e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px; }

.bvgreen-lightblue-hero {
  background: #00ab8e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00ab8e 0%, #65c8cf 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00ab8e 0%, #65c8cf 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00ab8e 0%, #65c8cf 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab8e', endColorstr='#65c8cf',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px; }

.limegreen-navy-hero {
  background: #90cc73;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #90cc73 0%, #003d4c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #90cc73 0%, #003d4c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #90cc73 0%, #003d4c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90cc73', endColorstr='#003d4c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px; }

.navy-limegreen-hero {
  background: #003d4c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #003d4c 0%, #90cc73 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #003d4c 0%, #90cc73 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #003d4c 0%, #90cc73 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d4c', endColorstr='#90cc73',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px; }

.bvgreen-limegreen-hero {
  background: #00ab8e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00ab8e 0%, #90cc73 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00ab8e 0%, #90cc73 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00ab8e 0%, #90cc73 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab8e', endColorstr='#90cc73',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px; }

.limegreen-bvgreen-hero {
  background: #90cc73;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #90cc73 0%, #00ab8e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #90cc73 0%, #00ab8e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #90cc73 0%, #00ab8e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90cc73', endColorstr='#00ab8e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px; }

.ripley-hero {
  background: #436cdd;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #436cdd 0%, #a6489c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #436cdd 0%, #a6489c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #436cdd 0%, #a6489c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#436cdd', endColorstr='#a6489c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px; }

.alpine-hero {
  background: #4fafd6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #4fafd6 0%, #807fcc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #4fafd6 0%, #807fcc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4fafd6 0%, #807fcc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fafd6', endColorstr='#807fcc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px; }

.sampling-hero {
  background: #00ab8e;
  background: -moz-linear-gradient(-45deg, #00ab8e 34%, #90cc73 100%);
  background: -webkit-linear-gradient(-45deg, #00ab8e 34%, #90cc73 100%);
  background: linear-gradient(135deg, #00ab8e 34%, #90cc73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab8e', endColorstr='#90cc73',GradientType=1 );
  padding-top: 50px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 170px; }

.connections-hero {
  background: #00ab8e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00ab8e 50%, #65c8cf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00ab8e 50%, #65c8cf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00ab8e 50%, #65c8cf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab8e', endColorstr='#65c8cf',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  padding-bottom: 170px;
  height: auto;
  width: 100%;
  max-width: 100%; }

.shopperad-hero {
  background: #336470;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #336470 0%, #00ab8e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #336470 0%, #00ab8e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #336470 0%, #00ab8e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336470', endColorstr='#00ab8e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  padding-bottom: 170px;
  height: auto;
  width: 100%;
  max-width: 100%; }

.kb-hero {
  background: #007083;
  /* Old browsers */
  background: -moz-linear-gradient(133.74deg, #3d4cbf 0%, #003D4C 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(133.74deg, #3d4cbf 0%, #003D4C 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(images/blue_grid_background.png), linear-gradient(133.74deg, #3d4cbf 0%, #003D4C 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4cbf', endColorstr='#003D4C',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 10px;
  padding-bottom: 70px;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-top: -18px; }

.kb-home-hero {
  background: #336470;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #336470 0%, #00ab8e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #336470 0%, #00ab8e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #336470 0%, #00ab8e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336470', endColorstr='#00ab8e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 50px;
  padding-bottom: 70px;
  height: auto;
  width: 100%;
  max-width: 100%; }

div.topichero h1, .ripley-hero h1, .connections-hero h1, .alpine-hero h1, .shopperad-hero h1, .kb-home-hero h1, .kb-hero h1 {
  font-size: 3.8em;
  margin-top: 1.11 0em;
  margin-bottom: 0.5em;
  line-height: 100%;
  text-align: center; }

div.topichero h3 {
  font-size: 1.8em;
  margin-bottom: 80px;
  line-height: 100%; }

div.topichero h4 {
  text-align: center;
  line-height: 100%; }

.search-home {
  margin-left: .5em;
  margin-right: .5em;
  text-align: center; }

.search,
.search-bar {
  margin: 0 auto; }

.searchbar-div {
  text-align: center;
  padding-right: 30%;
  padding-left: 30%; }

/* Home Page slide show */
div.slidingshow {
  margin-top: -79px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 750px; }

.mc-wrapper .mc-caption {
  background: none; }

/* Home Page Video Section */
.video-section {
  padding-top: 50px;
  padding-bottom: 30px; }

.video-section img {
  padding-right: 10px;
  padding-bottom: 10px; }

.video-wrapper {
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative; }

.video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-section .columns {
  margin-bottom: 20px; }

/* Mad Cap proxy/editor assigned styles */
MadCap|searchBarProxy {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  width: 50%; }

MadCap|topicToolbarProxy {
  float: none; }

p.TOC2 {
  margin-left: 20px;
  display: none; }

MadCap|menuProxy.menu1 {
  mc-toc-depth: 1;
  mc-context-sensitive: True; }

MadCap|menuProxy.menu2 {
  mc-toc-depth: 1;
  mc-context-sensitive: True; }

MadCap|slideshow {
  border-style: none;
  box-shadow: none; }

MadCap|slideshowCaption {
  background: none;
  color: #000000;
  padding: 0px;
  padding-top: 0px; }

html.HomePage {
  mc-community-features: disabled; }

/* Medium Layout */
@media only screen and (max-width: 64.063em) {
  #content-section .right-section,
  #content-section .left-section {
    padding: 0; }

  div.slidingshow {
    width: 100%; }

  .left-section div.button-group > div {
    margin-bottom: 20px; } }
/* Small Layout */
@media screen and (max-width: 40em) {
  MadCap|searchBarProxy.homeSearchBar {
    width: 100%; }

  div.topichero h1 {
    font-size: 2em; }

  div.topichero h3 {
    font-size: 1.2em; }

  #content-section {
    padding-top: 30px;
    padding-bottom: 30px; }

  .video-section {
    padding-top: 30px; }

  .video-section .columns {
    padding: 0; } }
.containerBody {
  margin-bottom: 50px; }

/*Equalize homepage tiles */
.equalize-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.equalize {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#foot {
  margin-top: -10px; }

/* View all topics on home pages */
.search-view-all-button {
  margin-top: 40px; }

.search-view-all-button a {
  background-color: #ffffff;
  color: #3d4cbf;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  max-width: 200px;
  text-transform: uppercase; }

.search-view-all-button a:hover {
  text-decoration: underline;
  color: #303c98; }

.search-view-all-button a:active {
  color: #242d72; }

/*<meta />*/
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Bazaarvoice, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* BV Blue is #3d4cbf */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  height: 100%;
  margin: 0;
  overflow-x: hidden; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-family: 'GibsonLightBold', 'Gibson', 'Arial', sans-serif;
  font-weight: 500; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

li {
  margin-bottom: 6px; }

mark {
  color: inherit;
  background: #ffcc98; }

ol ol {
  list-style-type: lower-alpha; }

ol pre ol {
  list-style-type: decimal; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(\:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto;
  white-space: pre-wrap !important;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap !important;
  white-space: -o-pre-wrap !important;
  word-wrap: break-word !important; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

@media print {
  * {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a:after[href] {
    content: " (" attr(href) ")"; }

  abbr:after[title] {
    content: " (" attr(title) ")"; }

  a:after[href^='javascript:'],
  a:after[href^='#'] {
    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,
  h7 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

body {
  font-family: 'Gibson', sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #474747;
  background-color: #ffffff; }

a {
  text-decoration: none;
  color: #3d4cbf; }

a:hover,
a:focus {
  text-decoration: underline;
  color: #303c98; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px; }

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

.img-thumbnail {
  line-height: 1.42857143;
  mc-thumbnail: popup;
  display: inline-block;
  width: 100% \9;
  max-width: 50%;
  height: auto;
  padding: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff; }

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

.img-wrapper {
  background: #eeeeee;
  padding: 1.875em;
  margin: 1.875em 0;
  text-align: center;
  border: #d5d5d5 1px solid; }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
h7,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
.h7 {
  font-family: 'GibsonLightBold', 'Gibson', 'Arial', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #888; }

h1, .h1 {
  margin-bottom: 10px;
  margin-top: 20px; }

h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%; }

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

h2,
.h2 {
  font-size: 30px;
  border-bottom: #d5d5d5 1px solid;
  padding-top: 0.5em;
  padding-bottom: 0.2em; }

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

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

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

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

h7 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 36px;
  color: #ffffff;
  padding-bottom: 0.5em;
  display: inline-block; }

p {
  margin: 0 0 10px; }

.lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #ffcc98; }

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

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

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

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

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

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

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

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

.text-muted {
  color: #888; }

.text-primary {
  color: #003d4c; }

a.text-primary:hover {
  color: #001419; }

.text-success {
  color: #468847; }

a.text-success:hover {
  color: #356635; }

.text-info {
  color: #3a87ad; }

a.text-info:hover {
  color: #2d6987; }

.text-warning {
  color: #c09853; }

a.text-warning:hover {
  color: #a47e3c; }

.text-danger {
  color: #b94a48; }

a.text-danger:hover {
  color: #953b39; }

.bg-primary {
  color: #fff;
  background-color: #003d4c; }

a.bg-primary:hover {
  background-color: #001419; }

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

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

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

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

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

a.bg-warning:hover {
  background-color: #ffec88; }

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

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

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

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

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

.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none; }

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

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

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    clear: left;
    overflow: hidden;
    width: 160px;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #888; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  font-size: 15px;
  margin: 3em 0 0 0;
  padding: 3em 0 0 0;
  border-top: #d5d5d5 1px solid; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  font-size: 80%;
  line-height: 1.42857143;
  display: block;
  color: #888; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ''; }

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

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

code {
  font-size: 90%;
  padding: 2px 4px;
  color: #3d4cbf;
  border-radius: 4px;
  background-color: #f3f3f3; }

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

kbd kbd {
  font-size: 100%;
  padding: 0;
  box-shadow: none; }

pre {
  font-size: 13px;
  line-height: 1.42857143;
  display: block;
  margin: 0 0 10px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f5f5f5; }

pre code {
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
  color: inherit;
  border-radius: 0;
  background-color: transparent; }

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

.pre-scrollable-x {
  overflow-x: scroll;
  max-width: 300px; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  /* margin-bottom: 50px; */ }

@media (min-width: 768px) {
  .container {
    width: 740px; } }
@media (min-width: 992px) {
  .container {
    width: 960px; } }
@media (min-width: 1200px) {
  .container {
    width: 1160px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

.row {
  margin-right: -10px;
  margin-left: -10px; }

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

.col-xs-13 {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }

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

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

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

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

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

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

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

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

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

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

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

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

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

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

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

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

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

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

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

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

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

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

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

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

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }

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

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

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

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

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

  .col-md-5 {
    width: 30%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-3 {
    width: calc(25% - 1px); }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

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

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

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

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

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

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

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

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

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

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

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

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

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

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

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

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

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }

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

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

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

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

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

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

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

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

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

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

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

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

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

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

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

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

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

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

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

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

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

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

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

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

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 1.42857143;
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*='col-'] {
  position: static;
  display: table-column;
  float: none; }

table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fff4bb; }

.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: #fff0a2; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

/* Sortable tables */
table.sortable thead {
  cursor: pointer;
  vertical-align: middle; }

th.sorttable_nosort {
  cursor: default;
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
label {
  font-weight: bold;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px; }

.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0; }

.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;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #888; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  cursor: not-allowed;
  text-decoration: none;
  color: #888;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #008fb2;
  background-color: #eee; }

.nav .nav-divider {
  overflow: hidden;
  height: 1px;
  margin: 9px 0;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.tabs {
  margin-top: 40px; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  line-height: 1.42857143;
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: default;
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  background-color: #fff; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #008fb2; }

.nav-stacked > li {
  float: none; }

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

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none;
  background: #fff;
  border-top: 1px solid transparent;
  border: 1px solid #ddd; }

.tab-pane > p {
  margin: 15px 0 15px 15px; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    overflow: visible !important;
    height: auto !important;
    padding-bottom: 0; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@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 {
  font-size: 18px;
  line-height: 20px;
  float: left;
  height: 40px;
  padding: 10px 10px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 3px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  background-image: none; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 5px -10px; }

.navbar-nav > li > a {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-nav.navbar-right:last-child {
    margin-right: -10px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-top: 3px;
  margin-right: -10px;
  margin-bottom: 3px;
  margin-left: -10px;
  padding: 10px 10px;
  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); }

@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 .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; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-form.navbar-right:last-child {
    margin-right: -10px; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px; }

.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px; }

.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px; }

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px; }

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

  .navbar-text.navbar-right:last-child {
    margin-right: 0; } }
.navbar-default {
  border-color: #b2c4c9;
  background-color: #d8e1e4; }

.navbar-default .navbar-brand {
  color: #003d4c; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #001419;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #003d4c; }

.navbar-default .navbar-nav > li > a {
  color: #003d4c; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #001419;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #003d4c;
  background-color: #c9d5da; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #b2c4c9; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #003d4c;
  background-color: #c9d5da; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #003d4c; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #001419;
    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: #003d4c;
    background-color: #c9d5da; }

  .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: #003d4c; }

.navbar-default .navbar-link:hover {
  color: #001419; }

.navbar-default .btn-link {
  color: #003d4c; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #001419; }

.navbar-default .btn-link:hover[disabled],
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link:focus[disabled],
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  border-color: #153741;
  background-color: #215768; }

.navbar-inverse .navbar-brand {
  color: #fff; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #fff; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #b7e0d9;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #b7e0d9;
  background-color: #1b4755; }

.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: #18404d; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #b7e0d9;
  background-color: #1b4755; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #153741; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #153741; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #b7e0d9;
    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: #b7e0d9;
    background-color: #1b4755; }

  .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: #fff; }

.navbar-inverse .navbar-link:hover {
  color: #b7e0d9; }

.navbar-inverse .btn-link {
  color: #fff; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #b7e0d9; }

.navbar-inverse .btn-link:hover[disabled],
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus[disabled],
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.label {
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  display: inline;
  padding: .2em .6em .3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  color: #fff;
  border-radius: .25em;
  margin-right: 3px; }

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

.label:empty {
  display: none; }

.label-default {
  background-color: #888; }

.label-default:hover[href],
.label-default:focus[href] {
  background-color: #6f6f6f; }

.label-primary {
  background-color: #003d4c; }

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

.label-tip {
  background-color: #90cc73; }

.label-tip:hover[href],
.label-tip:focus[href] {
  background-color: #468847; }

.label-note {
  background-color: #e9edff; }

.label-note:hover[href],
.label-note:focus[href] {
  background-color: #2d6987; }

.label-caution {
  background-color: #fd8a4c; }

.label-caution:hover[href],
.label-caution:focus[href] {
  background-color: #c05714; }

.label-important {
  background-color: #b94a48; }

.label-important:hover[href],
.label-important:focus[href] {
  background-color: #953b39; }

.badge {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  color: #fff;
  border-radius: 9px;
  background-color: #888; }

.badge:empty {
  display: none; }

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

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #008fb2;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.thumbnail {
  line-height: 1.42857143;
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #fff;
  text-align: center; }

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
  max-width: 25%;
  height: auto;
  padding-bottom: 0px;
  padding-top: 20px; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #008fb2; }

.thumbnail .caption {
  padding: 2px;
  color: #333; }

.thumbnail .caption h3 {
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

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

.media,
.media .media {
  margin-top: 15px; }

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

.media-object {
  display: block; }

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #fff; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #333; }

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #888;
  background-color: #eee; }

.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: #888; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  border-color: #003d4c;
  background-color: #003d4c; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #19d2ff; }

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

a.list-group-item-success {
  color: #468847; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6; }

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  border-color: #468847;
  background-color: #468847; }

.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #3a87ad; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3a87ad;
  background-color: #c4e3f3; }

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  border-color: #3a87ad;
  background-color: #3a87ad; }

.list-group-item-warning {
  color: #c09853;
  background-color: #fff4bb; }

a.list-group-item-warning {
  color: #c09853; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c09853;
  background-color: #fff0a2; }

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  border-color: #c09853;
  background-color: #c09853; }

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

a.list-group-item-danger {
  color: #b94a48; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc; }

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  border-color: #b94a48;
  background-color: #b94a48; }

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

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

.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0;
  margin-bottom: .75em; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

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

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

.tooltip.in {
  opacity: .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;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  background-color: #000; }

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

.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

.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 {
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  text-align: center;
  opacity: .5;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50); }

.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 {
  right: 0;
  left: auto;
  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 {
  text-decoration: none;
  opacity: .9;
  color: #fff;
  outline: 0;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  z-index: 5;
  top: 50%;
  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 {
  font-family: serif;
  width: 20px;
  height: 20px;
  margin-top: -10px; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  z-index: 15;
  bottom: 10px;
  left: 50%;
  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;
  cursor: pointer;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: 20px;
  left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  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 {
    font-size: 30px;
    width: 30px;
    height: 30px;
    margin-top: -15px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: ' '; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both; }

.panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  -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-default {
  border-color: #ddd; }

.well {
  min-height: 20px;
  margin-bottom: 20px;
  padding: 19px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fbfbfb;
  -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: 6px; }

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

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

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

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

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

/* Custom fonts */
@font-face {
  font-family: 'ForalProRegular';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/foralpro-regularwebfont.eot");
  src: url("fonts/foralpro-regularwebfont.eot?#iefix") format("embedded-opentype"), url("fonts/foralpro-regularwebfont.woff") format("woff"), url("fonts/foralpro-regularwebfont.ttf") format("truetype"), url("fonts/foralpro-regularwebfont.svg#ForalProRegular") format("svg"); }
@font-face {
  font-family: 'ForalProBold';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/foralpro-boldwebfont.eot");
  src: url("fonts/foralpro-boldwebfont.eot?#iefix") format("embedded-opentype"), url("fonts/foralpro-boldwebfont.woff") format("woff"), url("fonts/foralpro-boldwebfont.ttf") format("truetype"), url("fonts/foralpro-boldwebfont.svg#ForalProBold") format("svg"); }
@font-face {
  font-family: 'GibsonRegular';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/gibson-regularwebfont.eot");
  src: url("fonts/gibson-regularwebfont.eot?#iefix") format("embedded-opentype"), url("fonts/gibson-regularwebfont.woff") format("woff"), url("fonts/gibson-regularwebfont.ttf") format("truetype"), url("fonts/gibson-regularwebfont.svg#GibsonRegular") format("svg"); }
@font-face {
  font-family: 'Gibson';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/gibson-regularwebfont.eot");
  src: url("fonts/gibson-regularwebfont.eot?#iefix") format("embedded-opentype"), url("fonts/gibson-regularwebfont.woff") format("woff"), url("fonts/gibson-regularwebfont.ttf") format("truetype"), url("fonts/gibson-regularwebfont.svg#GibsonRegular") format("svg"); }
@font-face {
  font-family: 'GibsonLightBold';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/gibson-semiboldwebfont.eot");
  src: url("fonts/gibson-semiboldwebfont.eot?#iefix") format("embedded-opentype"), url("fonts/gibson-semiboldwebfont.woff") format("woff"), url("fonts/gibson-semiboldwebfont.ttf") format("truetype"), url("fonts/gibson-semiboldwebfont.svg#GibsonLightBold") format("svg"); }
.ratings-stars-visual {
  position: relative;
  display: inline-block; }

.ratings-stars-visual.warning {
  color: #c09853; }

.ratings-stars-visual.important {
  color: #b94a48; }

.ratings-stars-visual.success {
  color: #468847; }

.ratings-stars-visual.info {
  color: #3a87ad; }

.ratings-stars-visual.dark {
  color: #000; }

.ratings-stars-visual.muted .ratings-stars-unfilled {
  color: transparent; }

.ratings-stars-filled {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap; }

.ratings-stars-unfilled {
  white-space: nowrap;
  color: #d4d4d4; }

/* Custom column layout */
/* Section */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/* Group */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* Grid - 3 col */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66.13%; }

.span_1_of_3 {
  width: 32.26%; }

.col:first-child {
  margin-left: 0; }

/* all browsers except <IE6 */
/* Full width @ 480px */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; } }
/*  Full width @ 768px if using 3 col spans */
@media only screen and (max-width: 768px) {
  .span_3_of_3 {
    width: 100%; }

  .span_2_of_3 {
    width: 100%; }

  .span_1_of_3 {
    width: 100%; } }
/* Grid - 6 col */
.span_6_of_6 {
  width: 100%; }

.span_5_of_6 {
  width: 83.06%; }

.span_4_of_6 {
  width: 66.13%; }

.span_3_of_6 {
  width: 49.2%; }

.span_2_of_6 {
  width: 32.26%; }

.span_1_of_6 {
  width: 15.33%; }

/* Full width @ 768px if using 6 col spans */
@media only screen and (max-width: 768px) {
  .span_6_of_6 {
    width: 100%; }

  .span_5_of_6 {
    width: 100%; }

  .span_4_of_6 {
    width: 100%; }

  .span_3_of_6 {
    width: 100%; }

  .span_2_of_6 {
    width: 100%; }

  .span_1_of_6 {
    width: 100%; } }
/* MadCap Flare Styles */
.contentContainer {
  max-width: 900px;
  margin: 0 auto; }

.contentContainerIcons {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px; }

.contentContainerBody {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 3em; }

/*Hide nav search*/
.row.nav-search {
  display: none; }

section.main-section {
  /* margin-top: 90px; */ }

/* Breadcrumbs */
MadCap|breadcrumbsProxy {
  font-size: .9em;
  font-style: normal;
  mc-breadcrumbs-prefix: '';
  mc-breadcrumbs-divider: '   >   ';
  mc-breadcrumbs-count: 5; }

a.MCBreadcrumbsLink {
  color: #808080;
  font-weight: normal; }

a.MCBreadcrumbsLink:visited {
  color: #808080; }

a.MCBreadcrumbsLink:hover {
  color: #003D4C; }

div.MCBreadcrumbsBox_0 {
  color: #808080;
  font-weight: normal;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px; }

span.MCBreadcrumbsDivider,
div.MCBreadcrumbsBox_0 {
  font-weight: normal; }

span.MCBreadcrumbs,
div.MCBreadcrumbsBox_0 {
  color: #3d4cbf;
  font-weight: bold; }

.search-toolbox {
  border-bottom: 1px solid #dcdcdc; }

.buttons._Skins_Toolbar {
  float: left;
  margin-left: -8px;
  margin-right: 15px; }

/* Search term highlight */
span.SearchHighlight {
  background-color: rgba(255, 215, 0, 0.2); }

/*Dropdown - content*/
div.MCDropDown,
div.MCDropDown_Open,
div.dropDown {
  border-bottom: solid 1px #3d4cbf;
  border-top: solid 1px #3d4cbf;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px; }

/*turn off the top border for multiple dropdowns in a row*/
div.MCDropDown + div.MCDropDown {
  border-top: none; }

/*Dropdown heading links*/
div.MCDropDown span.MCDropDownHead a {
  color: #474747;
  font-size: 20px;
  font-weight: 500;
  mc-heading-level: 1;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

p + div.MCDropDown {
  margin-top: 1.5em; }

div.MCDropDown + p {
  margin-top: 1.5em; }

/*reset the link style for text inside drop-downs*/
div.MCDropDown a {
  color: #0099cb;
  font-size: 15px; }

.MCDropDown_Image_Icon {
  height: 24px;
  width: 24px; }

/*dropdown body heading styles*/
.MCDropDownBody.dropDownBody h1 {
  font-size: 20px;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

.MCDropDownBody.dropDownBody h2 {
  font-size: 18px;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

.MCDropDownBody.dropDownBody h3 {
  font-size: 16px;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

.MCDropDownBody.dropDownBody h4 {
  font-size: 15px;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

.MCDropDownBody.dropDownBody h5 {
  font-size: 14px;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

/* dropdown blockquote styles */
.MCDropDownBody.dropDownBody blockquote h1 {
  margin-top: 0px; }

.MCDropDownBody.dropDownBody blockquote h2 {
  margin-top: 0px; }

.MCDropDownBody.dropDownBody blockquote h3 {
  margin-top: 0px; }

.MCDropDownBody.dropDownBody blockquote h4 {
  margin-top: 0px; }

.MCDropDownBody.dropDownBody blockquote h5 {
  margin-top: 0px; }

/*dropdown panel heading styles */
.MCDropDownBody.dropDownBody > .panel.panel-default > .panel-body > h1 {
  font-size: 18px;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

.MCDropDownBody.dropDownBody > .panel.panel-default > .panel-body > h2 {
  font-size: 16px;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

.MCDropDownBody.dropDownBody > .panel.panel-default > .panel-body > h3 {
  font-size: 15px;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

.MCDropDownBody.dropDownBody > .panel.panel-default > .panel-body > h4 {
  font-size: 14px;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

.MCDropDownBody.dropDownBody > .panel.panel-default > .panel-body > h5 {
  font-size: 14px;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

.MCDropDownBody {
  margin-left: 29px; }

/*end drop-down styles*/
/* small dropdown styles */
.dropdown-small > div.MCDropDown, .dropdown-small > div.MCDropDown_Open, .dropdown-small > div.dropDown {
  border-bottom: none;
  border-top: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px; }

.dropdown-small div.MCDropDown span.MCDropDownHead a {
  font-family: 'Gibson', 'Arial', sans-serif;
  font-size: 15px;
  line-height: 1.42857143; }

.dropdown-small .MCDropDown_Closed .MCDropDownHotSpot_ {
  padding-left: 0px;
  padding-right: 0px; }

.dropdown-small .MCDropDown_Open .MCDropDownHotSpot_ {
  padding-left: 0px;
  padding-right: 0px; }

.dropdown-small > .MCDropDown_Open > .MCDropDownBody {
  margin-left: 25px; }

/* end small dropdown styles */
/*Expanding text */
.MCExpandingHotSpot_ {
  background-position: left; }

.MCExpanding_Closed .MCExpandingHotSpot_ {
  padding-right: 0px; }

.MCExpanding_Closed a.MCExpandingHotSpot, .MCExpanding_Open a.MCExpandingHotSpot {
  text-decoration: none; }

.MCExpanding_Open .MCExpandingHotSpot_ {
  padding-right: 1px; }

.MCExpandingHotSpot {
  cursor: pointer;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 17px !important; }

.MCExpandingBody {
  vertical-align: bottom;
  padding-left: 25px; }

/* Glossary styles */
.MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup {
  padding-right: 16px;
  background-image: none !important;
  padding-right: 0px;
  color: #3d4cbf !important; }

.MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup {
  padding-right: 16px;
  background-image: none !important;
  padding-right: 0px;
  color: #3d4cbf !important; }

.MCTextPopup_Closed.MCTextPopupHotSpot_ {
  background-image: none;
  padding-right: 0px;
  padding-left: 0px; }

.MCTextPopup_Open.MCTextPopupHotSpot_ {
  background-image: none;
  padding-right: 0px;
  padding-left: 0px; }

.MCTextPopupBodyBottom .MCTextPopupArrow {
  border: solid 13px transparent;
  border-top-width: 13px;
  border-bottom: none;
  top: auto;
  bottom: -13px;
  border-top-color: #f3f3f3; }

.MCTextPopupBody {
  width: 250px; }

.popupBody {
  color: #474747;
  background-color: #f3f3f3;
  padding: .75em; }

.glossaryTerm:link {
  font-weight: bold;
  color: #3d4cbf !important; }

.MCTextPopupArrow {
  border-bottom-color: #f3f3f3; }

/* Other MC styles*/
.popupHead:link {
  color: #3d4cbf;
  font-weight: bold; }

MadCap|popup {
  color: #3d4cbf; }

MadCap|popup:focus {
  color: #3d4cbf; }

MadCap|popup:hover {
  color: #3d4cbf; }

MadCap|popupHead {
  color: #3d4cbf;
  font-weight: bold; }

MadCap|xref {
  color: #008fb2;
  text-decoration: none; }

MadCap|xref:hover {
  color: #3d4cbf; }

.xref {
  color: #008fb2;
  text-decoration: none; }

/*fix missing menu caret*/
ul.navigation > li.has-children:after {
  content: ' ';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border-bottom-color: #6b6b6b; }

/*put a border around the navbar sub menus*/
.navigation .sub-menu {
  border: solid 1px #dcdcdc; }

ul.navigation {
  font-family: 'GibsonRegular','Gibson Light'; }

/* Add bottom border to navbar section*/
.tab-bar {
  border-bottom: 1px solid #dcdcdc;
  /* position: fixed; */
  z-index: 10;
  width: 100%;
  background: #ffffff; }

/* Secondary nav, mini-toc*/
a.MiniTOC1:link {
  color: #616161; }

a.MiniTOC1:visited {
  color: #616161; }

a.MiniTOC1:focus {
  color: #3d4cbf; }

a.MiniTOC1:hover {
  color: #3d4cbf; }

p.MiniTOC1 {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px; }

ul.menu._Skins_SideMenu ul ul > li > a {
  padding-left: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: transparent; }

/* Style section page */
ul.menu._Skins_SideMenu {
  font-size: .9em; }

/*Left side menu*/
.side-menu-parent-left {
  border-right: 1px solid #d5d5d5;
  padding-right: 1em;
  max-height: 90vh;
  overflow-y: auto; }

/* .side-menu-parent-left::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.side-menu-parent-left::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.side-menu-parent-left::-webkit-scrollbar-thumb
{
  background-color: #dedede;
} */
/* Right side menu */
.side-menu-parent {
  border-left: 1px solid #d5d5d5;
  padding-left: 1em;
  max-height: 90vh;
  overflow-y: auto; }

/* side-menu-parent::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.side-menu-parent::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.side-menu-parent::-webkit-scrollbar-thumb
{
  background-color: #dedede;
} */
/* Tiles */
.Tile {
  display: block; }

.Tile ul {
  text-align: center;
  padding-left: 1px; }

.Tile li {
  list-style-type: none;
  display: inline-block;
  float: left;
  width: 250px;
  height: 220px;
  margin: 5px;
  padding: 20px;
  background-color: #edece5;
  text-align: center; }

.Tile img {
  display: block;
  margin: 0 auto; }

.Tile a {
  color: #616161; }

.Tile a:hover,
a:focus {
  color: #303c98;
  text-decoration: none; }

.Tile h3 {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px; }

.Tile img {
  max-height: 75px;
  max-width: 75px; }

.TileList li {
  display: list-item;
  list-style-type: disc;
  float: none;
  width: 210px;
  height: auto;
  text-align: left;
  font-size: 13px;
  /*margin-left: 10px;*/
  padding: 0px;
  font-weight: 500; }

.Tile p {
  line-height: 16px;
  font-size: 13px; }

/* In this topic */
blockquote.inthistopic {
  /* margin-top:3em;
  margin-bottom: 3em;
  padding-left:3em; */
  font-size: 15px;
  margin: 3em 0 0 0;
  padding: 1em 0 1em 3em;
  border-top: none;
  border-bottom: none;
  /* border-top: #3d4cbf 1px solid;
  border-bottom: #3d4cbf 1px solid; */
  border-left: 2px solid #00ab9e; }

/* blockquote.inthistopic + .h2section {
  padding-top: 0px;
}

blockquote.inthistopic h2 {
  margin-top: 0px;
} */
/* blockquote headings */
/*dropdown body heading styles*/
blockquote h1 {
  font-size: 20px;
  margin-top: 0px; }

blockquote h2 {
  font-size: 18px;
  margin-top: 0px; }

blockquote.inthistopic h2 {
  font-size: 30px;
  margin-top: 0px; }

blockquote h3 {
  font-size: 16px;
  margin-top: 0px; }

blockquote h4 {
  font-size: 15px;
  margin-top: 0px; }

blockquote h5 {
  font-size: 14px;
  margin-top: 0px; }

/* Context sensitve help*/
/* Feedback */
#feedback-reason, #feedback-thanks {
  display: none;
  margin-top: 5em;
  font-size: 1.2em; }

#feedback-helpful {
  margin-top: 5em;
  font-size: 1.2em; }

#feedback-reason p {
  margin: 0px; }

/* Buttons */
.btn {
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin-left: .5em; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:focus, .btn:hover {
  text-decoration: none; }

.btn.focus {
  text-decoration: none; }

.btn:active, .btn.active {
  background-image: none;
  outline: 0; }

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65; }

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

.btn-no-outline {
  color: #474747;
  background-color: transparent;
  background-image: none;
  border-color: #7e7e7e; }

.btn-no-outline:focus, .btn-no-outline.focus, .btn-no-outline:active, .btn-no-outline.active,
.open > .btn-no-outline.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-no-outline:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-no-outline.disabled:focus, .btn-no-outline.disabled.focus, .btn-no-outline:disabled:focus, .btn-no-outline:disabled.focus {
  border-color: #f8d9ac; }

.btn-no-outline.disabled:hover, .btn-no-outline:disabled:hover {
  border-color: #f8d9ac; }

.btn-yes-outline {
  color: #474747;
  background-color: transparent;
  background-image: none;
  border-color: #7e7e7e; }

.btn-yes-outline:focus, .btn-yes-outline.focus, .btn-yes-outline:active, .btn-yes-outline.active,
.open > .btn-yes-outline.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-yes-outline:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-yes-outline.disabled:focus, .btn-yes-outline.disabled.focus, .btn-yes-outline:disabled:focus, .btn-yes-outline:disabled.focus {
  border-color: #b0e1ef; }

.btn-yes-outline.disabled:hover, .btn-yes-outline:disabled:hover {
  border-color: #b0e1ef; }

.btn-sm, .btn-group-sm > .btn {
  padding: .25rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* Footer */
footer {
  width: 100%;
  background-color: #eeeeee;
  padding-bottom: 20px;
  margin-top: 5px;
  border-top: #d5d5d5 1px solid; }

.footer-white {
  background-color: #ffffff;
  border-top: none; }

.footer-image {
  display: block;
  padding-bottom: 20px;
  max-width: 15%; }

.footer-title {
  font-size: 36px;
  margin: 20px 0 0;
  padding: 20px 0 10px;
  color: #303c98; }

.footer-heading {
  font-size: 24px;
  border-bottom: 1px solid #939393;
  margin: 20px 0 20px;
  padding: 20px 0 15px;
  color: #6d6d6d; }

/* rmv for now
.footer-white{
  width: 100%;
    text-align: center;
    color: #474747;
    background-color:#ffffff;
}

.footer-green{
  width: 100%;
    background-color: #303c98;
}

.footer-gray{
  width: 100%;
    background-color: #eeeeee;
}
*/
.footer-container a {
  text-decoration: none;
  color: #6d6d6d; }

.footer-container a:hover,
.footer-container a:focus {
  text-decoration: underline;
  color: #303c98; }

.footer-container p {
  margin: 0 0 5px;
  color: #6d6d6d; }

.footer-container {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block; }

/* class for bookmarks/a refs to allow padding for the page header */
a.anchor {
  display: block;
  position: relative;
  /* top: -116px; */
  visibility: hidden; }

/* Create sections with this class by adding it to an h2 element */
.h2section {
  font-size: 30px;
  border-bottom: #d5d5d5 1px solid;
  padding-top: 1em;
  padding-bottom: .2em; }

/* Fix side menu green text on green background */
ul.menu._Skins_SideMenu li > a.selected:hover {
  color: #ffffff; }

/* Subheading styles*/
h1.withsubheading {
  margin-bottom: 0px; }

.RIPsubheading {
  margin-top: 0px; }

/* Notes/Tips/Cautions/Example */
div.note {
  padding: .8em 1.5em;
  text-align: left;
  background: #e9edff;
  border-left: 4px solid #3d4cbf;
  margin-bottom: 10px; }

div.tip {
  padding: .8em 1.5em;
  text-align: left;
  background: #c4fcf4;
  border-left: 4px solid #007666;
  margin-bottom: 10px; }

div.caution {
  padding: .8em 1.5em;
  text-align: left;
  background: #fed9d5;
  border-left: 4px solid #99281c;
  margin-bottom: 10px; }

div.example {
  padding: .8em 1.5em;
  text-align: left;
  background: #f3f3f3;
  border-left: 4px solid #6f6f6f;
  margin-bottom: 10px; }

div.note p, div.tip p, div.caution p, div.example p {
  margin-bottom: 0px; }

div.note p + p, div.tip p + p, div.caution p + p, div.example p + p {
  margin-top: 10px; }

li div.note, li div.tip, li div.caution, li div.example {
  margin-top: 5px; }

/* Print just topic body
@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}
 */
/* Anchor js */
.anchorjs-link:hover {
  color: #303c98; }

*:hover > .anchorjs-link {
  transition: color .25s linear;
  text-decoration: none; }

div.MCDropDown span.MCDropDownHead a.anchorjs-link {
  color: #008fb2; }

div.MCDropDown span.MCDropDownHead a.anchorjs-link:hover {
  color: #303c98; }

.MCDropDownHead > .anchorjs-link {
  font-size: 1.5em !important; }

/* Sticky side nav */
/* applied to <div class="col-md-3 hidden-sm hidden-xs"> */
.sticky {
  position: sticky !important;
  position: -webkit-sticky;
  top: 0;
  /* overflow-x: visible;
  overflow-y: scroll; */ }

/* Changes attributes from foundation.css to allow "sticky" position */
.inner-wrap {
  position: inherit !important; }

.off-canvas-wrap {
  position: relative;
  width: 100%;
  overflow: visible; }

#inthistopic ul {
  list-style: none;
  font-size: .9em;
  padding-left: 0px;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

#inthistopic li {
  margin-bottom: 0px; }

#inthistopic a {
  color: #474747; }

#inthistopic {
  margin-bottom: 3em; }

/* Styles for scrollspy functionality */
/* all links */
#inthistopic li > a {
  border-left: 2px solid transparent;
  padding: 4px 4px; }

/* nested links */
#inthistopic ul > li > ul > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px; }

/* active & hover links */
#inthistopic .active > a,
#inthistopic li > a:hover,
#inthistopic li > a:focus {
  color: #303c98;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #3d4cbf; }

/* all active links */
#inthistopic .active > a,
#inthistopic .active:hover > a,
#inthistopic .active:focus > a {
  font-weight: 700; }

/* nested active links */
#inthistopic .active > a,
#inthistopic .active:hover > a,
#inthistopic .active:focus > a {
  font-weight: 500; }

/* hide inactive nested list */
#inthistopic .nav ul.nav {
  display: none; }

/* show active nested list */
#inthistopic .nav > .active > ul.nav {
  display: block; }

/* End styles for scrollspy functionality */
.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 5em;
  right: 5em;
  z-index: 100;
  opacity: 0;
  text-decoration: none;
  color: #3d4cbf;
  background-color: transparent;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.back-to-top i {
  font-size: 50px;
  display: inherit; }

a.back-to-top:hover {
  text-decoration: none;
  color: #303c98; }

/* Styles for expandable images */
.img-expandable:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  opacity: 0.8; }

.img-expanded:hover {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  opacity: 1; }

/* End expandable images */
/* Styles for mega menu */
.mega-menu-link {
  color: #008fb2 !important;
  font-size: 13px !important; }

.mega-menu {
  margin-left: -40px; }

.mega-menu ul {
  list-style-type: none;
  padding: 0px; }

.mega-menu .sub-menu {
  margin-top: 12px;
  margin-bottom: 25px; }

.top-level {
  list-style-type: none; }

.top-level a {
  font-size: 20px;
  color: #063D4B;
  font-family: 'GibsonLightBold', 'Gibson', 'Arial', sans-serif; }

.mega-menu .has-children {
  break-inside: avoid;
  color: #063D4B;
  font-family: 'GibsonLightBold', 'Gibson', 'Arial', sans-serif; }

.mega-menu .has-children .sub-menu a {
  font-weight: normal;
  color: #3d4cbf;
  font-size: 15px;
  font-family: 'Gibson', 'Arial', sans-serif; }

.mega-menu > .has-children > ul .has-children > a {
  color: #063D4B;
  font-family: 'GibsonLightBold', 'Gibson', 'Arial', sans-serif; }

.mega-menu-div {
  background: #E6E6E6;
  padding: 20px;
  border-radius: 10px;
  margin: -15px 10px 0px 10px;
  position: relative; }

.mega-menu-div i {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #063D4B; }

.mega-menu-div hr {
  border: 1px solid #3d4cbf;
  column-span: all;
  /*-moz-column-span: all;
    -webkit-column-span: all;*/ }

@supports not (column-span: all) {
  .mega-menu-div hr {
    display: none; } }
/* End styles for mega menu */
/**
 * Tabs - Copyright 2015 Google Inc. All Rights Reserved.
 *
*/
.mdl-tabs {
  display: block;
  width: 100%; }

.mdl-tabs__tab-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: space-between;
  align-items: flex-start;
  height: 48px;
  padding: 0 0 0 0;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #e0e0e0; }

.mdl-tabs__tab {
  margin: 0;
  border: none;
  padding: 0 24px 0 24px;
  float: left;
  position: relative;
  display: block;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #474747;
  overflow: hidden; }

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  color: #474747; }

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #3d4cbf;
  animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  transition: all 1s cubic-bezier(0.4, 0, 1, 1); }

.mdl-tabs__tab .mdl-tabs__ripple-container {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  overflow: hidden; }

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
  background: #e9edff; }

.mdl-tabs__panel {
  display: block; }

.mdl-tabs.is-upgraded .mdl-tabs__panel {
  display: none; }

.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active {
  display: block; }

@keyframes border-expand {
  0% {
    opacity: 0;
    width: 0; }
  100% {
    opacity: 1;
    width: 100%; } }
.topic-tabs {
  border-top: 1px solid #e0e0e0;
  margin-top: 1em; }

.choose-h2 {
  font-size: 18px;
  text-align: center; }

.mdl-ripple {
  background: black;
  border-radius: 50%;
  height: 50px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 50px;
  overflow: hidden; }

.mdl-ripple.is-animating {
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1); }

.mdl-ripple.is-visible {
  opacity: 0.3; }

.MCDropDownHead {
  display: block; }

.MCDropDownHotSpot {
  cursor: pointer;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px; }

.MCDropDown_Closed a.MCDropDownHotSpot,
.MCDropDown_Open a.MCDropDownHotSpot {
  text-decoration: none; }

.MCDropDownBody {
  margin-left: 18px;
  overflow: hidden; }

.MCDropDown_Open .MCDropDownBody {
  display: block; }

.MCDropDown_Closed .MCDropDownBody {
  display: none; }

.MCDropDown_Image_Icon {
  border: none; }

/*** Accordion Tabs ****/
.accordion {
  background-color: transparent;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  color: #474747;
  font-size: 20px;
  font-weight: 500;
  font-family: 'GibsonRegular', 'Gibson', 'Arial', sans-serif; }

.accordion:hover {
  opacity: .75;
  color: #303c98; }

.accordion:after {
  content: '\002B';
  color: #242d72;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.active:after {
  content: "\2212"; }

.panel {
  padding: 0px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.panel-gray {
  background-color: #fafafa !important; }

/** Checkboxes **/
.mdl-checkbox {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  /* height: 24px; */
  margin: 0;
  padding: 0; }

.mdl-checkbox.is-upgraded {
  padding-left: 24px; }

.mdl-checkbox__input {
  line-height: 24px; }

.mdl-checkbox.is-upgraded .mdl-checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none; }

.facets {
  line-height: 24px; }

.mdl-checkbox.is-upgraded .facets {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none; }

.mdl-checkbox__box-outline {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  z-index: 2; }

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border: 2px solid #3d4cbf; }

fieldset[disabled] .mdl-checkbox .mdl-checkbox__box-outline,
.mdl-checkbox.is-disabled .mdl-checkbox__box-outline {
  border: 2px solid rgba(0, 0, 0, 0.26);
  cursor: auto; }

.mdl-checkbox__focus-helper {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent; }

.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
  box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1); }

.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
  box-shadow: 0 0 0px 8px rgba(0, 67, 56, 0.26);
  background-color: r #242d72; }

.mdl-checkbox__tick-outline {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mask: url("images/tick-mask.svg?embed");
  background: transparent;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background; }

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background: #00ab8e url("images/tick.svg?embed"); }

fieldset[disabled] .mdl-checkbox.is-checked .mdl-checkbox__tick-outline,
.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline {
  background: rgba(0, 0, 0, 0.26) url("images/tick.svg?embed"); }

.mdl-checkbox__label {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  line-height: 24px;
  margin: 0; }

fieldset[disabled] .mdl-checkbox .mdl-checkbox__label,
.mdl-checkbox.is-disabled .mdl-checkbox__label {
  color: rgba(0, 0, 0, 0.26);
  cursor: auto; }

.mdl-checkbox__ripple-container {
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -10px;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }

.mdl-checkbox__ripple-container .mdl-ripple {
  background: #00ab8e; }

fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container,
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container {
  cursor: auto; }

fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple,
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple {
  background: transparent; }

/* Facet checkboxes */
/* The container */
.facet-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.facet-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.facet-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.facet-label:hover input ~ .facet-checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.facet-label input:checked ~ .facet-checkmark {
  background-color: #242d72; }

/* Create the checkmark/indicator (hidden when not checked) */
.facet-checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.facet-label input:checked ~ .facet-checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.facet-label .facet-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.prettyprinted {
  background: #eef !important;
  font-size: 13px !important;
  line-height: 1.42857143 !important;
  display: block !important;
  margin: 0 0 10px !important;
  padding: 9.5px !important;
  word-wrap: break-word !important;
  word-break: break-all !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important; }

/* Labels for required and optional elements and element types */
.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.required,
.label.optional,
.label.best_practice,
.label.type {
  border-width: 1px;
  border-style: solid;
  color: #333;
  padding: 0.1em 0.4em 0.2em;
  letter-spacing: 0.07em; }

.required {
  background-color: rgba(255, 178, 170, 0.5);
  border-color: #ffb2aa; }

.best_practice {
  background-color: rgba(255, 216, 153, 0.5);
  border-color: #ffd899; }

.optional {
  background-color: rgba(237, 237, 237, 0.5);
  border-color: #ededed; }

.type {
  background-color: rgba(133, 191, 91, 0.5);
  border-color: #85bf5b; }

.display_version {
  background-color: #9a9a9a;
  border-color: #9a9a9a; }

.limited {
  background-color: rgba(255, 219, 48, 0.35);
  border-color: #ffdb30; }

/* Fix prettyprint linenums */
.linenums > li {
  background: #eef !important; }

/* Locale flag images */
.locale-flag {
  width: 5%;
  margin-top: 15px; }

/**
 * Site header
 */
.site-header {
  min-height: 55.95px;
  padding: 15px;
  top: 0;
  width: inherit;
  z-index: 100;
  position: fixed; }

.site-header-search {
  min-height: 55.95px;
  padding: 15px;
  top: 0;
  z-index: 100; }

.site-header-tools {
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
  display: block;
  top: 0;
  width: 100%; }

#myTopnav > a {
  -webkit-transition: opacity 1s ease-out !important;
  transition: opacity 1s ease-out !important; }

.logo {
  border: none;
  padding: 0;
  margin: 10px 25px 0 11px;
  display: inline-block;
  float: left;
  width: 226px;
  height: 32;
  z-index: 20; }

/* Top right nav in header */
.topnav {
  overflow: hidden; }

.topnav a {
  float: right;
  display: block;
  background-color: #ffffff;
  color: #3d4cbf;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #ffffff;
  text-align: center;
  text-transform: uppercase; }

.topnav a:hover {
  text-decoration: underline; }

.topnav .icon {
  display: none; }

.topnav .mobile-only {
  display: none; }

@media screen and (max-width: 1100px) {
  .topnav a {
    display: none; }

  .topnav a.icon {
    float: right;
    display: block; }

  .toolbar {
    display: none; } }
@media screen and (max-width: 1100px) {
  .site-header {
    width: 100%;
    background: white; }

  .topnav.responsive {
    position: relative; }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0; }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left; }

  .post {
    margin-top: 70px; } }
/* Home page headers */
.home-site-header {
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 100; }

.home-body {
  margin-top: 80.95px; }

.home-support-button {
  width: auto !important;
  color: #3d4cbf !important; }

.home-language-button {
  width: auto !important;
  color: #3d4cbf !important; }

/* TOCs */
.accordion-toc {
  background-color: transparent;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  color: #474747;
  font-size: 20px;
  font-weight: 500;
  font-family: 'GibsonRegular', 'Helvetica', 'Arial', sans-serif; }

.list-toc {
  list-style-type: none; }

.accordion-toc:hover {
  opacity: .75;
  color: #303c98; }

.accordion-toc:after {
  content: '\002B\00A0';
  color: #242d72;
  font-weight: bold;
  float: left;
  margin-left: 5px; }

.active:after {
  content: "\2212\00A0"; }

.toc-link {
  padding: 5px;
  color: black;
  border-radius: 3px; }

.toc-link:hover {
  background-color: #f3f3f3;
  text-decoration: none; }

.panel-toc {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.panel-toc > h5 {
  padding-left: 30px; }

.panel-toc > h4 {
  padding-left: 20px; }

.div-toc {
  padding: 10px;
  width: inherit;
  position: fixed;
  z-index: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  margin-top: 80.95px;
  border-bottom: 1px solid #e8e8e8; }

#toc-scroll-area {
  overflow: auto;
  height: 100px; }

@media screen and (max-width: 1000px) {
  .div-toc {
    display: none; } }
.toc-title {
  margin-top: 0; }

.toc-list {
  display: inline;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden; }

.toc-list > li {
  display: inline-block;
  padding-top: 10px; }

.toc-tab {
  background: none;
  border: none;
  font-size: 14px;
  font-family: 'GibsonLightBold', 'Helvetica', 'Arial', sans-serif;
  outline: none;
  text-align: left;
  opacity: 0.5; }

.toc-tab-active {
  background: none;
  border: none;
  font-size: 16px;
  font-family: 'GibsonLightBold', 'Helvetica', 'Arial', sans-serif;
  outline: none;
  text-align: left;
  opacity: 1;
  text-decoration: underline; }

.toc-tab:hover {
  opacity: .75;
  color: #303c98; }

#inner-toc {
  display: none;
  padding-right: 10px;
  padding-bottom: 10px; }

.active-link {
  font-weight: bold;
  border-left: 2px solid #3d4cbf;
  color: #3d4cbf;
  padding-left: 5px; }

#toc-arrow, #scrollspy-arrow {
  color: #242d72; }

#inner-scrollspy {
  display: none;
  padding-right: 10px;
  padding-bottom: 10px; }

.topicTOC {
  padding-top: 10px; }

.topicTOC-h2 {
  list-style: none; }

.topicTOC-h3 {
  margin-left: 20px;
  list-style: none; }

/* TOC modal */
#expand-toc-button {
  float: right;
  border: none;
  outline: none;
  background: none; }

#toc-modal {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.toc-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; }

.toc-modal-close {
  color: #9B9B9B;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: none;
  border: none;
  outline: none; }

.toc-modal-close:hover,
.toc-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

#toc-modal-inject {
  columns: 3 auto;
  -webkit-columns: 3 auto;
  -moz-columns: 3 auto; }

.keep-together {
  break-inside: avoid; }

#toc-modal-inject > h4, #toc-modal-inject > h5 {
  padding-top: 8px;
  border-top: 1px solid #e8e8e8; }

.toc-modal-ribbon {
  border-bottom: 3px solid #3d4cbf;
  margin-bottom: 35px; }

/* Language modal */
#language-modal {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-wrap: break-word; }

.language-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%; }

.language-modal-close {
  color: #9B9B9B;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: none;
  border: none;
  outline: none; }

.language-modal-close:hover,
.language-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.language-modal-ribbon {
  border-bottom: 3px solid #773983;
  margin-bottom: 35px; }

#language-modal-inject {
  columns: 3 auto;
  -webkit-columns: 3 auto;
  -moz-columns: 3 auto; }

@media screen and (max-width: 1100px) {
  #language-modal-inject {
    display: table; } }
/* Content wrapper */
.wrapper {
  padding: 8px 8px 8px 25px;
  border-left: 1px solid #e8e8e8; }

@media screen and (max-width: 1100px) {
  .wrapper {
    border: none; } }
/* Scrollbars */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px white;
  border-radius: 5px;
  background-color: #F5F5F5; }

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #e8e8e8; }

/* Search */
.search-form {
  display: block;
  height: 52px;
  margin: 7px; }

.search-field {
  height: 52px;
  border-top: 1px solid #e1e1e1;
  border-right: none 0px;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  color: #333333;
  font-size: 1em;
  font-style: normal;
  padding-left: 10px;
  background-color: #ffffff;
  width: 80%;
  vertical-align: middle; }

.search-submit {
  height: 52px;
  border-top: none 0px;
  border-right: none 0px;
  border-bottom: none 0px;
  border-left: none 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-color: #3d4cbf;
  width: 53px;
  background: #00D0B4 url("images/SearchIcon_3.png") no-repeat center center;
  vertical-align: middle;
  background-size: 24px 24px; }

.search-submit:hover {
  background: #007666 url("images/SearchIcon_3.png") no-repeat center center;
  cursor: pointer;
  background-size: 24px 24px; }

.search-submit:visited {
  background: #00B69A url("images/SearchIcon_3.png") no-repeat center center;
  cursor: pointer;
  background-size: 24px 24px; }

.search-facets-div {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }

.search-facet-heading {
  margin-bottom: 20px; }

.facetButton {
  margin-bottom: 30px;
  margin-right: 5px;
  border-radius: 3px;
  background-color: #e6e6e6;
  padding: 5px;
  border: none;
  outline-color: #00A690; }

.facetButton:hover {
  background-color: #d6d6d6; }

#search-results {
  list-style: none; }

#search-results em {
  font-weight: bold;
  font-style: normal; }

.facet-count {
  color: #C4348A; }

.loadButtonDiv {
  text-align: center; }

#loadAll {
  font-size: 14px; }

/* Toolbar */
.toolbar {
  margin-top: 20px;
  margin-bottom: 20px;
  position: fixed;
  text-align: center; }

.toolbar > button {
  background: none;
  border: none;
  outline: none; }

.toolbar > button:hover {
  color: #303c98; }

.toolbar-button {
  color: #3d4cbf;
  width: 100%; }

.language-button {
  color: #3d4cbf;
  width: 100%;
  background: url("images/globe.png"); }

.support-button {
  height: 40px; }

#supportButton:link {
  color: #3d4cbf; }

#supportButton {
  width: 100%; }

#expand-all-button {
  display: none; }

#highlights-button {
  display: none; }

#languageButton {
  color: #773983; }

/* Sticky footer */
.wrapper {
  min-height: 100%;
  margin-bottom: 70px; }

#foot {
  z-index: 10;
  position: relative; }

/* Hide certain elements from printing */
@media print {
  .noprint {
    display: none; } }
/* add whitespace at bottom of topics so that you can scrollspy on the last section if it's short */
.post-content {
  padding-bottom: 200px; }

/* Hide certain elements from the page */
.hidden {
  display: none; }

.homepage-img {
  max-width: 50px;
  height: auto; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
