/*========================
==========================
    Color Palette 2019
==========================
/*========================*

/*=== Local Primary Color ===*/
  /*=== Local Accent Colors ===*/
  /*=== Global Variables ===*/
  /*=== Neutral Colors ===*/
  /*
- @cm-page-bg and @cm-text were tested against each other for optimal contrast ratio 7.14 width double check marks
- Too dark text color against light background can cause eyestrain
  https://uxmovement.com/content/why-you-should-never-use-pure-black-for-text-or-backgrounds/
*/
  /*=== LEARNING CENTER - unique to the learning center ===*/
  /*=== Transition Animation ===*/
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
  /* FONT PATH
 * -------------------------- */
  /* makes the font 33% larger relative to the icon container */
  /* Deprecated as of 4.4.0 */
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
  /*

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh; // Avoid the IE 10-11 `min-height` bug.
}

.content {
  flex: 1 0 auto;
}

.nav-primary-links {
  flex-shrink: 0; //prevents div from shrinking below content size
}

.pageFooter {
  flex-shrink: 0; //prevents div from shrinking below content size
}
*/
  /*
// Text Links -----------------------------------------------//

// neutral shade color
// check with chris about going darker and not always increasing the weight to 600, maybe only in paragraphs?
a,
a:active,
a:visited,
.text-link-brand,
.text-link-brand:active,
.text-link-brand:visited {
  font-family: @font-family-sans-serif;
  //font-weight: 600;
  color: @blue-low-hue;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  &:hover,
  &:focus {
    color: darken(@blue-low-hue, 10%);
  }
}
*/
  /*
 * Side Nav as found on Product Download and System Requirements
 *********************************************/
  /* card color profiles */
  /*Used in .layout-card
/less/bootstrap3/external-theme/external-theme.less */
  /* Keeping the below content box for legacy reasons
   until a code audit can be done, use the new .card class*/
  /* Content box is now card :) */
  /*
 * Card Layout Filter and Sidebar
 * Combined from Video and Forum
 *
 */
  /* Generic Styling Used by Mobile and Desktop all Screen Sizing */
  /* Normal Hero Image display (When no fpVideo is used on homepage) */
  /*Sets Mobile Hidden by Default*/
  /*For the Mobile Only Content*/
  /* For Desktop Sizing + Larger Mobile Screens */
  /* For Video Background Ratio and Responsive Sizing */
  /* =============================================== */
  /* ======== RELEASE HIGHLIGHTS 55 UPDATES ======== */
  /* =============================================== */
  /**********************************

 Cylcopedia Style Sheet

**********************************/
  /* original
@cyclopedia-primary-color:  #297fbe;
@cyclopedia-link-color:  #368ccb; //standard blue
@cyclopedia-hover-color: #446f83; //hover blue
*/
  /***********************
 sidebar
************************/
  /***********************
 entries
************************/
  /***********************
 footer
***********************/
  /***********************
 Placeholder Content
************************/
  /*================= Color palette =================*/
  /*Primary colors*/
  /*Additional colors*/
  /*color palet 2019*/
  /*=================/ Color palette =================*/
  /* CCUP STYLES
================= */
  /*
 * CCUP COmmittee
 */
  /*
CCUP CTA Button
*/
  /*
 * CCUP Sponsors
 */
  /*
 * CCUP Committee
 */
  /*
 * Side Bar (currently Used in CCUP)
 */
  /*================= Reusable classes =================*/
  /*=================/ Reusable classes =================*/
  /*================= Typography =================*/
  /*=================/ Typography =================*/
  /*=================  Conf Main Header =================*/
  /*=================/ Conf Main Header =================*/
  /*================= Conference Home Media Container  =================*/
  /*Main Image*/
  /*=================/ Conference Home Media Container  =================*/
  /*================= Conference Home Image Gallery  =================*/
  /* Save the date home page*/
  /*=================/ Conference Home Image Gallery  =================*/
  /*================= Conference Home Form  =================*/
  /*=================/ Conference Home Form  =================*/
  /*================= Conference Home Footer  =================*/
  /*=================/ Conference Home Footer  =================*/
  /*================= Location Page Intro Section  =================*/
  /*=================/ Location Page Intro Section  =================*/
  /*================= Location Page Schedule Section  =================*/
  /*=================/ Location Page Schedule Section  =================*/
  /*================= Location Page Map Section  =================*/
  /*=================/ Location Page Map Section  =================*/
  /*================= Location Page Directions Section  =================*/
  /*================= /Location Page Directions Section  =================*/
  /*================= Location Page Podium Section  =================*/
  /*=================/ Location Page Podium Section  =================*/
  /*================= Location Page Sponsors Section  =================*/
  /*=================/ Location Page Sponsor Section  =================*/
  /*================= My-Conference Page Contact Section  =================*/
  /*=================/ My-Conference Page Contact Section  =================*/
  /*================= Registration  Page  Section  =================*/
  /*=================/ Registration  Page  Section  =================*/
  /*================= Agreement  Page =================*/
  /*=================/ Agreement  Page  Section  =================*/
  /*=============== Call For Papers ===================*/
  /*===============/ Call For Papers ===================*/
  /*=============== Conf Abstract Page  ===================*/
  /*===============/ Conf Abstract Page ===================*/
  /*=============== Conf Keynotes Page ===================*/
  /*===============/ Conf Keynotes Page ===================*/
  /*===============  Conf Payment Page ===================*/
  /*===============/ Conf Payment Page ===================*/
  /*===============
        conference location panel discussion panelists
===============*/
  /*================= Media Queries  =================*/
  /*=================/ Media Queries  =================*/
  /*
html, body {
  overflow-x: hidden;
}
*/
  /*/\\/\/\//\/\/Mobile Responsiveness\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
  /******

Wistia Video CTA

*******/
  /*edgy video btns*/
  /* horizontal video btns */
  /* video cta styles if only one link */
  /**********************************

Preferences Style Sheet

**********************************/
  /* --------------------------------------------------- NOTE: SOME OF THESE STYLES ARE REPEATED IN:
                                                        X:\sandbox\r2013\zf2\less\bootstrap3\internal-sections/preview.less --------------------------------------------------- */
  /*
CONTENTS -

Section names are formatted the same way they are in the LESS so you can copy + find that text
to jump to the section

// Typography
// Content Boxes
// Featured Event
// Event Type Filtering
// Sorting Buttons
// Filtering
// Event Items
// Individual Event Pages
// REGISTRATION
*/
  /*=== Webinar Event Survey ===*/
  /*
 * Divider Bar - Used in Release Highlights
 *********************************************/
  /*
 * Embellished list - Used in Release Highlights as Major News!
 *********************************************/
  /*
 * Release Highlights Nav - Used in Release Highlights
 *********************************************/
  /*
.rhnav {
    margin-bottom:0;

    li {
        font-size:16px;
        line-height:20px;
        font-weight:600;
        font-style:none;
    }
}
        padding: 0;
        margin-bottom: 0;
        float: left;
        font-size: .9em;

        li {
            margin: 0;
            padding: 10px;
            display: inline-block;
            cursor: pointer;
        }

        /*&.version li {
            display: inline-block;
            width:40%;
            float:left;
            margin: 0 0 8px 0;
            }*/
  /* a {
            color: inherit;
            &:hover{ font-weight: 600;}
            }
        &:last-child { margin: 0 0 0 0; }

        /*
        @media (min-width: @screen-sm-min) {
            margin:20px 0 0 0;
            &:last-child { margin:20px 0 0 0; }
            &.topics {
                width:50%;
            }
            &.version li{
                width:75%;
            }
        }*/
  /* RESOURCES PAGE STYLES
========================= */
  /* CCUP STYLES
================= */
  /*
 * CCUP COmmittee
 */
  /*
CCUP CTA Button
*/
  /*
 * CCUP Sponsors
 */
  /*
 * CCUP Committee
 */
  /*
 * Side Bar (currently Used in CCUP)
 */
  /*===============================
User Presentation Page 2017
===============================*/
  /*
.row .col-md-12 h1 > a {
    font-weight: 500;
}

.col-md-12 p strong {
    color: @up2017-authorsName-color;
    font-size: 18px;
}

.col-md-12   p {
    color: @up2017-text-color;
    text-align: left;
}
*/
  /*
h5.first {
    line-height: 25px;
    font-size: 14px;
    margin-top: 0;
    font-weight: 700;
    transition: padding 0.25s ease;
}
*/
  /*h5.first + p,
h4.first + p,*/
  /*
h4.first {
    margin-top: 0;
    line-height: 25px;
    color: @up2017-text-color;
}
*/
  /*
.col-md-3 .row  img {
    padding: 10px;
}
*/
  /*
@media (max-width:1200px) {

    .responsive-side-nav-container .col-md-4 {
        width: 40.333333%
    }

    .responsive-side-nav-container .col-md-8 {
        width: 59.666667%;
    }
}
*/
  /* HEADER
============== */
  /* FEATURED POST
============== */
  /* NORMAL POST
============== */
  /* SIDEBAR
============== */
  /* Social Icons for CN
============== */
  /* SINGLE POST
============ */
  /* COMMENTS
============ */
  /* GLOBAL
============ */
  /* PAGINATION
================ */
  /* bryanna's new blog changes*/
  /*
.ps-module-box--add-on,
.ps-module-box--physics,
.ps-module-box--general {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
*/
  /* Index */
  /* nested links */
  /* active & hover links */
  /* all active links */
  /* nested active links */
  /* hide inactive nested list */
  /* show active nested list */
  /*

TABLE OF CONTENTS ------------------------------------------------------------------------------------------------------------

THE OLD ONE MEANT NOTHING ANYMORE. WILL BE REPLACED



*/
  /*
.prod-section wraps each section of the page
*/
  /*
.prod-video-poster.unstuck,
.prod-hero.unstuck{
    position: absolute!important;
    bottom: 0;
    top: auto;
    right: -67%;
    width: 67%;
    //opacity: 0;
}
*/
  /*
 * TABLE OF CONTENTS
 * ------------------------------------------------------- */
  /* CUSTOM STYLES FOR PRINT ============ */
  /*================  Color Palette ================*/
  /*================ Progress  Markers ================*/
  /*================ Page Header ================*/
  /*================ Video Player ================*/
  /*-Absolubtly positioning elements-*/
  /*================ Navbar ================*/
  /*================ Video Overview  ================*/
  /*================ Exercise Files  ================*/
  /*================ Playlist  ================*/
  /*================ Social Media Widget  ================*/
  /*================ Related Content  ================*/
  /*================ Table of Contents  ================*/
  /* Custom Checkboxes, used on the e-mail pref page */
  /*Outer box of the fake checkbox*/
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
  /*======================================
Color Palette
======================================*/
  /*======================================
Variables
======================================*/
  /*Bg colors -----------------------
----------------------------------*/
  /*======================================
Page Heading
======================================*/
  /*======================================
SideNav Form
======================================*/
  /*======================================
User Presentation Introduction Card
======================================*/
  /*======================================
Filter Tags
======================================*/
  /*======================================
Models
======================================*/
  /*
 * Showcases Less Files
 *
 * Importing all the custom css/less for COMSOL showcase sites
 */
  /*
 * Side Nav Style
 */
  /*
 * Title Frame
 ***************************************************************/
  /*
 * Intro Frame
 ***************************************************************/
  /*
 * Try it Frame
 ***************************************************************/
  /*
 * toc Frame
 ***************************************************************/
  /*
 * build Frame
 ***************************************************************/
  /*
 * Share Frame
 ***************************************************************/
  /*
 * Distribute Frame
 ***************************************************************/
  /*
 * Contact Frame
 ***************************************************************/
  /*
 *
 *
 *   INFOGRAPHIC
 *
 *
 ***************************************************************/
  /*
 * Top Nav Style
 */
  /*
 * Title Frame
 ***************************************************************/
  /*
/* Electrical Design
/*************************************/
  /*
 * Video Frame
 ***************************************************************/
  /*
 * Table of Contents (TOC) Frame
 ***************************************************************/
  /*
 * acdc  White
 ***************************************************************/
  /*
 * electro  White
 ***************************************************************/
  /*
 * joule  Dark
 ***************************************************************/
  /*
 * microwaveandrf
 ***************************************************************/
  /*
 * optics
 ***************************************************************/
  /*
 * ray optics
 ***************************************************************/
  /*
 * rfandmicrowave
 ***************************************************************/
  /*
 * mems
 ***************************************************************/
  /*
 * semiconductor
 ***************************************************************/
  /*
 * plasma White
 ***************************************************************/
  /*
 * CTA Frame
 ***************************************************************/
  /*
 * Top Nav Style
 */
  /*
 * Title Frame
 ***************************************************************/
  /*
 * Table of Contents (TOC) Frame
 ***************************************************************/
  /*
 * Video Frame  Black
 ***************************************************************/
  /*
 * Structural Analysis  Grey  #eea342
 ***************************************************************/
  /*
 * nonlinearframe  White  #6498af
 ***************************************************************/
  /*
 * Thermalstresses frame  Black  #db4437
 ***************************************************************/
  /*
 * Multibody Dynamics  White  #83941a
 ***************************************************************/
  /*
 * acoustics Stresses  Grey  #dc90aa
 ***************************************************************/
  /*
 * fatigue frame  Black  #44af69
 ***************************************************************/
  /*
 * CAD  Grey  #ff6a5a
 ***************************************************************/
  /*
#mechanicalSC-cadframe {

    background-color: #e7e7e7;
    @contrastcolor: #252525;
    @accentcolor: #ff6a5a;
    @darkcolor: #eeeeee;

    h3, h4, a {color: @accentcolor;}
    a:hover {color: @contrastcolor;}
    p, h2, .caption, .title a {color: @contrastcolor;}

    .scdownloadButton {
        color: @accentcolor;
        background-color: @darkcolor;
    }
    .scdownloadButton:hover {
        color: @contrastcolor;
        background-color: darken(@darkcolor, 10%);
    }

    padding: 1px 0px 600px 0px;

    //For Photo Break


    background:url(//cdn.comsol.com/showcase/mechanical/car-factory-2600x1733.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    h3, h4, a {color: @accentcolor;}
    a:hover {color: @contrastcolor;}
    p, h2, .caption, .title a {color: @contrastcolor;}

    .cadframe-contentholder {
        padding: @mechanicalSC-framePadding;
        background: #e7e7e7;
        width: 100%;
        top: -1px;
        position: relative;
    }
}

*/
  /*
 * CTA Frame  White  #363636
 ***************************************************************/
  /*
     * Top Nav Style
     */
  /*
 * TOC Buttons
 */
  /*
 * Title Frame
 */
  /*
 * Video Frame
 */
  /*
 * Application Frame
 */
  /*
 * Piezo Frame
 */
  /*
 * Sensor Frame
 */
  /*
 * Resonant Frame
 */
  /*
 * Ultrasonic Frame
 */
  /*
 * RF Frame
 */
  /*
 * Bio Frame
 */
  /*
 * CTA Frame
 */
  /*
 * Top Nav Style
 */
  /*
 * Nav Box
 ***************************************************************/
  /*
 * Thumbnail settings
 ***************************************************************/
  /*
 * Title Frame
 ***************************************************************/
  /*
/* chemical Design
/*************************************/
  /*
 * Video Frame
 ***************************************************************/
  /*
 * Table of Contents (TOC) Frame
 ***************************************************************/
  /*
 * Reaction Engineering Frame
 ***************************************************************/
  /*
 * Mixing and Separation Frame
 ***************************************************************/
  /*
 * Heat Transfer Frame
 ***************************************************************/
  /*
 * Batteries and Fuel Cells Frame
 ***************************************************************/
  /*
 * Corrosion and Corrosion Protection Frame
 ***************************************************************/
  /*
 * Electrodeposition Cell Design Frame
 ***************************************************************/
  /*
 * Industrial and Analytical Electrochemical Applications Frame
 ***************************************************************/
  /*
 * CTA Frame
 ***************************************************************/
}
.bootstrap html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bootstrap body {
  margin: 0;
}
.bootstrap article,
.bootstrap aside,
.bootstrap details,
.bootstrap figcaption,
.bootstrap figure,
.bootstrap footer,
.bootstrap header,
.bootstrap hgroup,
.bootstrap main,
.bootstrap menu,
.bootstrap nav,
.bootstrap section,
.bootstrap summary {
  display: block;
}
.bootstrap audio,
.bootstrap canvas,
.bootstrap progress,
.bootstrap video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap [hidden],
.bootstrap template {
  display: none;
}
.bootstrap a {
  background-color: transparent;
}
.bootstrap a:active,
.bootstrap a:hover {
  outline: 0;
}
.bootstrap abbr[title] {
  border-bottom: 1px dotted;
}
.bootstrap b,
.bootstrap strong {
  font-weight: bold;
}
.bootstrap dfn {
  font-style: italic;
}
.bootstrap h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bootstrap mark {
  background: #ff0;
  color: #333333;
}
.bootstrap small {
  font-size: 80%;
}
.bootstrap sub,
.bootstrap sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bootstrap sup {
  top: -0.5em;
}
.bootstrap sub {
  bottom: -0.25em;
}
.bootstrap img {
  border: 0;
}
.bootstrap svg:not(:root) {
  overflow: hidden;
}
.bootstrap figure {
  margin: 1em 40px;
}
.bootstrap hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.bootstrap pre {
  overflow: auto;
}
.bootstrap code,
.bootstrap kbd,
.bootstrap pre,
.bootstrap samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap button,
.bootstrap input,
.bootstrap optgroup,
.bootstrap select,
.bootstrap textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bootstrap button {
  overflow: visible;
}
.bootstrap button,
.bootstrap select {
  text-transform: none;
}
.bootstrap button,
.bootstrap html input[type="button"],
.bootstrap input[type="reset"],
.bootstrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap button[disabled],
.bootstrap html input[disabled] {
  cursor: default;
}
.bootstrap button::-moz-focus-inner,
.bootstrap input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bootstrap input {
  line-height: normal;
}
.bootstrap input[type="checkbox"],
.bootstrap input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap input[type="number"]::-webkit-inner-spin-button,
.bootstrap input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.bootstrap input[type="search"]::-webkit-search-cancel-button,
.bootstrap input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bootstrap legend {
  border: 0;
  padding: 0;
}
.bootstrap textarea {
  overflow: auto;
}
.bootstrap optgroup {
  font-weight: bold;
}
.bootstrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap td,
.bootstrap th {
  padding: 0;
}
@media print {
  .bootstrap *,
  .bootstrap *:before,
  .bootstrap *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .bootstrap a,
  .bootstrap a:visited {
    text-decoration: underline;
  }
  .bootstrap a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap a[href^="#"]:after,
  .bootstrap a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap pre,
  .bootstrap blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrap thead {
    display: table-header-group;
  }
  .bootstrap tr,
  .bootstrap img {
    page-break-inside: avoid;
  }
  .bootstrap img {
    max-width: 100% !important;
  }
  .bootstrap p,
  .bootstrap h2,
  .bootstrap h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap h2,
  .bootstrap h3 {
    page-break-after: avoid;
  }
  .bootstrap select {
    background: #ffffff !important;
  }
  .bootstrap .navbar {
    display: none;
  }
  .bootstrap .btn > .caret,
  .bootstrap .dropup > .btn > .caret {
    border-top-color: #000000 !important;
  }
  .bootstrap .label {
    border: 1px solid #000000;
  }
  .bootstrap .table {
    border-collapse: collapse !important;
  }
  .bootstrap .table td,
  .bootstrap .table th {
    background-color: #ffffff !important;
  }
  .bootstrap .table-bordered th,
  .bootstrap .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('//cdn.comsol.com/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('//cdn.comsol.com/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//cdn.comsol.com/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//cdn.comsol.com/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//cdn.comsol.com/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//cdn.comsol.com/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.bootstrap .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.bootstrap .fa-2x {
  font-size: 2em;
}
.bootstrap .fa-3x {
  font-size: 3em;
}
.bootstrap .fa-4x {
  font-size: 4em;
}
.bootstrap .fa-5x {
  font-size: 5em;
}
.bootstrap .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.bootstrap .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.bootstrap .fa-ul > li {
  position: relative;
}
.bootstrap .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.bootstrap .fa-li.fa-lg {
  left: -1.85714286em;
}
.bootstrap .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.bootstrap .fa-pull-left {
  float: left;
}
.bootstrap .fa-pull-right {
  float: right;
}
.bootstrap .fa.fa-pull-left {
  margin-right: .3em;
}
.bootstrap .fa.fa-pull-right {
  margin-left: .3em;
}
.bootstrap .pull-right {
  float: right;
}
.bootstrap .pull-left {
  float: left;
}
.bootstrap .fa.pull-left {
  margin-right: .3em;
}
.bootstrap .fa.pull-right {
  margin-left: .3em;
}
.bootstrap .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.bootstrap .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.bootstrap .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bootstrap .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bootstrap .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.bootstrap .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.bootstrap .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.bootstrap :root .fa-rotate-90,
.bootstrap :root .fa-rotate-180,
.bootstrap :root .fa-rotate-270,
.bootstrap :root .fa-flip-horizontal,
.bootstrap :root .fa-flip-vertical {
  filter: none;
}
.bootstrap .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.bootstrap .fa-stack-1x,
.bootstrap .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.bootstrap .fa-stack-1x {
  line-height: inherit;
}
.bootstrap .fa-stack-2x {
  font-size: 2em;
}
.bootstrap .fa-inverse {
  color: #ffffff;
}
.bootstrap .fa-glass:before {
  content: "\f000";
}
.bootstrap .fa-music:before {
  content: "\f001";
}
.bootstrap .fa-search:before {
  content: "\f002";
}
.bootstrap .fa-envelope-o:before {
  content: "\f003";
}
.bootstrap .fa-heart:before {
  content: "\f004";
}
.bootstrap .fa-star:before {
  content: "\f005";
}
.bootstrap .fa-star-o:before {
  content: "\f006";
}
.bootstrap .fa-user:before {
  content: "\f007";
}
.bootstrap .fa-film:before {
  content: "\f008";
}
.bootstrap .fa-th-large:before {
  content: "\f009";
}
.bootstrap .fa-th:before {
  content: "\f00a";
}
.bootstrap .fa-th-list:before {
  content: "\f00b";
}
.bootstrap .fa-check:before {
  content: "\f00c";
}
.bootstrap .fa-remove:before,
.bootstrap .fa-close:before,
.bootstrap .fa-times:before {
  content: "\f00d";
}
.bootstrap .fa-search-plus:before {
  content: "\f00e";
}
.bootstrap .fa-search-minus:before {
  content: "\f010";
}
.bootstrap .fa-power-off:before {
  content: "\f011";
}
.bootstrap .fa-signal:before {
  content: "\f012";
}
.bootstrap .fa-gear:before,
.bootstrap .fa-cog:before {
  content: "\f013";
}
.bootstrap .fa-trash-o:before {
  content: "\f014";
}
.bootstrap .fa-home:before {
  content: "\f015";
}
.bootstrap .fa-file-o:before {
  content: "\f016";
}
.bootstrap .fa-clock-o:before {
  content: "\f017";
}
.bootstrap .fa-road:before {
  content: "\f018";
}
.bootstrap .fa-download:before {
  content: "\f019";
}
.bootstrap .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.bootstrap .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.bootstrap .fa-inbox:before {
  content: "\f01c";
}
.bootstrap .fa-play-circle-o:before {
  content: "\f01d";
}
.bootstrap .fa-rotate-right:before,
.bootstrap .fa-repeat:before {
  content: "\f01e";
}
.bootstrap .fa-refresh:before {
  content: "\f021";
}
.bootstrap .fa-list-alt:before {
  content: "\f022";
}
.bootstrap .fa-lock:before {
  content: "\f023";
}
.bootstrap .fa-flag:before {
  content: "\f024";
}
.bootstrap .fa-headphones:before {
  content: "\f025";
}
.bootstrap .fa-volume-off:before {
  content: "\f026";
}
.bootstrap .fa-volume-down:before {
  content: "\f027";
}
.bootstrap .fa-volume-up:before {
  content: "\f028";
}
.bootstrap .fa-qrcode:before {
  content: "\f029";
}
.bootstrap .fa-barcode:before {
  content: "\f02a";
}
.bootstrap .fa-tag:before {
  content: "\f02b";
}
.bootstrap .fa-tags:before {
  content: "\f02c";
}
.bootstrap .fa-book:before {
  content: "\f02d";
}
.bootstrap .fa-bookmark:before {
  content: "\f02e";
}
.bootstrap .fa-print:before {
  content: "\f02f";
}
.bootstrap .fa-camera:before {
  content: "\f030";
}
.bootstrap .fa-font:before {
  content: "\f031";
}
.bootstrap .fa-bold:before {
  content: "\f032";
}
.bootstrap .fa-italic:before {
  content: "\f033";
}
.bootstrap .fa-text-height:before {
  content: "\f034";
}
.bootstrap .fa-text-width:before {
  content: "\f035";
}
.bootstrap .fa-align-left:before {
  content: "\f036";
}
.bootstrap .fa-align-center:before {
  content: "\f037";
}
.bootstrap .fa-align-right:before {
  content: "\f038";
}
.bootstrap .fa-align-justify:before {
  content: "\f039";
}
.bootstrap .fa-list:before {
  content: "\f03a";
}
.bootstrap .fa-dedent:before,
.bootstrap .fa-outdent:before {
  content: "\f03b";
}
.bootstrap .fa-indent:before {
  content: "\f03c";
}
.bootstrap .fa-video-camera:before {
  content: "\f03d";
}
.bootstrap .fa-photo:before,
.bootstrap .fa-image:before,
.bootstrap .fa-picture-o:before {
  content: "\f03e";
}
.bootstrap .fa-pencil:before {
  content: "\f040";
}
.bootstrap .fa-map-marker:before {
  content: "\f041";
}
.bootstrap .fa-adjust:before {
  content: "\f042";
}
.bootstrap .fa-tint:before {
  content: "\f043";
}
.bootstrap .fa-edit:before,
.bootstrap .fa-pencil-square-o:before {
  content: "\f044";
}
.bootstrap .fa-share-square-o:before {
  content: "\f045";
}
.bootstrap .fa-check-square-o:before {
  content: "\f046";
}
.bootstrap .fa-arrows:before {
  content: "\f047";
}
.bootstrap .fa-step-backward:before {
  content: "\f048";
}
.bootstrap .fa-fast-backward:before {
  content: "\f049";
}
.bootstrap .fa-backward:before {
  content: "\f04a";
}
.bootstrap .fa-play:before {
  content: "\f04b";
}
.bootstrap .fa-pause:before {
  content: "\f04c";
}
.bootstrap .fa-stop:before {
  content: "\f04d";
}
.bootstrap .fa-forward:before {
  content: "\f04e";
}
.bootstrap .fa-fast-forward:before {
  content: "\f050";
}
.bootstrap .fa-step-forward:before {
  content: "\f051";
}
.bootstrap .fa-eject:before {
  content: "\f052";
}
.bootstrap .fa-chevron-left:before {
  content: "\f053";
}
.bootstrap .fa-chevron-right:before {
  content: "\f054";
}
.bootstrap .fa-plus-circle:before {
  content: "\f055";
}
.bootstrap .fa-minus-circle:before {
  content: "\f056";
}
.bootstrap .fa-times-circle:before {
  content: "\f057";
}
.bootstrap .fa-check-circle:before {
  content: "\f058";
}
.bootstrap .fa-question-circle:before {
  content: "\f059";
}
.bootstrap .fa-info-circle:before {
  content: "\f05a";
}
.bootstrap .fa-crosshairs:before {
  content: "\f05b";
}
.bootstrap .fa-times-circle-o:before {
  content: "\f05c";
}
.bootstrap .fa-check-circle-o:before {
  content: "\f05d";
}
.bootstrap .fa-ban:before {
  content: "\f05e";
}
.bootstrap .fa-arrow-left:before {
  content: "\f060";
}
.bootstrap .fa-arrow-right:before {
  content: "\f061";
}
.bootstrap .fa-arrow-up:before {
  content: "\f062";
}
.bootstrap .fa-arrow-down:before {
  content: "\f063";
}
.bootstrap .fa-mail-forward:before,
.bootstrap .fa-share:before {
  content: "\f064";
}
.bootstrap .fa-expand:before {
  content: "\f065";
}
.bootstrap .fa-compress:before {
  content: "\f066";
}
.bootstrap .fa-plus:before {
  content: "\f067";
}
.bootstrap .fa-minus:before {
  content: "\f068";
}
.bootstrap .fa-asterisk:before {
  content: "\f069";
}
.bootstrap .fa-exclamation-circle:before {
  content: "\f06a";
}
.bootstrap .fa-gift:before {
  content: "\f06b";
}
.bootstrap .fa-leaf:before {
  content: "\f06c";
}
.bootstrap .fa-fire:before {
  content: "\f06d";
}
.bootstrap .fa-eye:before {
  content: "\f06e";
}
.bootstrap .fa-eye-slash:before {
  content: "\f070";
}
.bootstrap .fa-warning:before,
.bootstrap .fa-exclamation-triangle:before {
  content: "\f071";
}
.bootstrap .fa-plane:before {
  content: "\f072";
}
.bootstrap .fa-calendar:before {
  content: "\f073";
}
.bootstrap .fa-random:before {
  content: "\f074";
}
.bootstrap .fa-comment:before {
  content: "\f075";
}
.bootstrap .fa-magnet:before {
  content: "\f076";
}
.bootstrap .fa-chevron-up:before {
  content: "\f077";
}
.bootstrap .fa-chevron-down:before {
  content: "\f078";
}
.bootstrap .fa-retweet:before {
  content: "\f079";
}
.bootstrap .fa-shopping-cart:before {
  content: "\f07a";
}
.bootstrap .fa-folder:before {
  content: "\f07b";
}
.bootstrap .fa-folder-open:before {
  content: "\f07c";
}
.bootstrap .fa-arrows-v:before {
  content: "\f07d";
}
.bootstrap .fa-arrows-h:before {
  content: "\f07e";
}
.bootstrap .fa-bar-chart-o:before,
.bootstrap .fa-bar-chart:before {
  content: "\f080";
}
.bootstrap .fa-twitter-square:before {
  content: "\f081";
}
.bootstrap .fa-facebook-square:before {
  content: "\f082";
}
.bootstrap .fa-camera-retro:before {
  content: "\f083";
}
.bootstrap .fa-key:before {
  content: "\f084";
}
.bootstrap .fa-gears:before,
.bootstrap .fa-cogs:before {
  content: "\f085";
}
.bootstrap .fa-comments:before {
  content: "\f086";
}
.bootstrap .fa-thumbs-o-up:before {
  content: "\f087";
}
.bootstrap .fa-thumbs-o-down:before {
  content: "\f088";
}
.bootstrap .fa-star-half:before {
  content: "\f089";
}
.bootstrap .fa-heart-o:before {
  content: "\f08a";
}
.bootstrap .fa-sign-out:before {
  content: "\f08b";
}
.bootstrap .fa-linkedin-square:before {
  content: "\f08c";
}
.bootstrap .fa-thumb-tack:before {
  content: "\f08d";
}
.bootstrap .fa-external-link:before {
  content: "\f08e";
}
.bootstrap .fa-sign-in:before {
  content: "\f090";
}
.bootstrap .fa-trophy:before {
  content: "\f091";
}
.bootstrap .fa-github-square:before {
  content: "\f092";
}
.bootstrap .fa-upload:before {
  content: "\f093";
}
.bootstrap .fa-lemon-o:before {
  content: "\f094";
}
.bootstrap .fa-phone:before {
  content: "\f095";
}
.bootstrap .fa-square-o:before {
  content: "\f096";
}
.bootstrap .fa-bookmark-o:before {
  content: "\f097";
}
.bootstrap .fa-phone-square:before {
  content: "\f098";
}
.bootstrap .fa-twitter:before {
  content: "\f099";
}
.bootstrap .fa-facebook-f:before,
.bootstrap .fa-facebook:before {
  content: "\f09a";
}
.bootstrap .fa-github:before {
  content: "\f09b";
}
.bootstrap .fa-unlock:before {
  content: "\f09c";
}
.bootstrap .fa-credit-card:before {
  content: "\f09d";
}
.bootstrap .fa-feed:before,
.bootstrap .fa-rss:before {
  content: "\f09e";
}
.bootstrap .fa-hdd-o:before {
  content: "\f0a0";
}
.bootstrap .fa-bullhorn:before {
  content: "\f0a1";
}
.bootstrap .fa-bell:before {
  content: "\f0f3";
}
.bootstrap .fa-certificate:before {
  content: "\f0a3";
}
.bootstrap .fa-hand-o-right:before {
  content: "\f0a4";
}
.bootstrap .fa-hand-o-left:before {
  content: "\f0a5";
}
.bootstrap .fa-hand-o-up:before {
  content: "\f0a6";
}
.bootstrap .fa-hand-o-down:before {
  content: "\f0a7";
}
.bootstrap .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.bootstrap .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.bootstrap .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.bootstrap .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.bootstrap .fa-globe:before {
  content: "\f0ac";
}
.bootstrap .fa-wrench:before {
  content: "\f0ad";
}
.bootstrap .fa-tasks:before {
  content: "\f0ae";
}
.bootstrap .fa-filter:before {
  content: "\f0b0";
}
.bootstrap .fa-briefcase:before {
  content: "\f0b1";
}
.bootstrap .fa-arrows-alt:before {
  content: "\f0b2";
}
.bootstrap .fa-group:before,
.bootstrap .fa-users:before {
  content: "\f0c0";
}
.bootstrap .fa-chain:before,
.bootstrap .fa-link:before {
  content: "\f0c1";
}
.bootstrap .fa-cloud:before {
  content: "\f0c2";
}
.bootstrap .fa-flask:before {
  content: "\f0c3";
}
.bootstrap .fa-cut:before,
.bootstrap .fa-scissors:before {
  content: "\f0c4";
}
.bootstrap .fa-copy:before,
.bootstrap .fa-files-o:before {
  content: "\f0c5";
}
.bootstrap .fa-paperclip:before {
  content: "\f0c6";
}
.bootstrap .fa-save:before,
.bootstrap .fa-floppy-o:before {
  content: "\f0c7";
}
.bootstrap .fa-square:before {
  content: "\f0c8";
}
.bootstrap .fa-navicon:before,
.bootstrap .fa-reorder:before,
.bootstrap .fa-bars:before {
  content: "\f0c9";
}
.bootstrap .fa-list-ul:before {
  content: "\f0ca";
}
.bootstrap .fa-list-ol:before {
  content: "\f0cb";
}
.bootstrap .fa-strikethrough:before {
  content: "\f0cc";
}
.bootstrap .fa-underline:before {
  content: "\f0cd";
}
.bootstrap .fa-table:before {
  content: "\f0ce";
}
.bootstrap .fa-magic:before {
  content: "\f0d0";
}
.bootstrap .fa-truck:before {
  content: "\f0d1";
}
.bootstrap .fa-pinterest:before {
  content: "\f0d2";
}
.bootstrap .fa-pinterest-square:before {
  content: "\f0d3";
}
.bootstrap .fa-google-plus-square:before {
  content: "\f0d4";
}
.bootstrap .fa-google-plus:before {
  content: "\f0d5";
}
.bootstrap .fa-money:before {
  content: "\f0d6";
}
.bootstrap .fa-caret-down:before {
  content: "\f0d7";
}
.bootstrap .fa-caret-up:before {
  content: "\f0d8";
}
.bootstrap .fa-caret-left:before {
  content: "\f0d9";
}
.bootstrap .fa-caret-right:before {
  content: "\f0da";
}
.bootstrap .fa-columns:before {
  content: "\f0db";
}
.bootstrap .fa-unsorted:before,
.bootstrap .fa-sort:before {
  content: "\f0dc";
}
.bootstrap .fa-sort-down:before,
.bootstrap .fa-sort-desc:before {
  content: "\f0dd";
}
.bootstrap .fa-sort-up:before,
.bootstrap .fa-sort-asc:before {
  content: "\f0de";
}
.bootstrap .fa-envelope:before {
  content: "\f0e0";
}
.bootstrap .fa-linkedin:before {
  content: "\f0e1";
}
.bootstrap .fa-rotate-left:before,
.bootstrap .fa-undo:before {
  content: "\f0e2";
}
.bootstrap .fa-legal:before,
.bootstrap .fa-gavel:before {
  content: "\f0e3";
}
.bootstrap .fa-dashboard:before,
.bootstrap .fa-tachometer:before {
  content: "\f0e4";
}
.bootstrap .fa-comment-o:before {
  content: "\f0e5";
}
.bootstrap .fa-comments-o:before {
  content: "\f0e6";
}
.bootstrap .fa-flash:before,
.bootstrap .fa-bolt:before {
  content: "\f0e7";
}
.bootstrap .fa-sitemap:before {
  content: "\f0e8";
}
.bootstrap .fa-umbrella:before {
  content: "\f0e9";
}
.bootstrap .fa-paste:before,
.bootstrap .fa-clipboard:before {
  content: "\f0ea";
}
.bootstrap .fa-lightbulb-o:before {
  content: "\f0eb";
}
.bootstrap .fa-exchange:before {
  content: "\f0ec";
}
.bootstrap .fa-cloud-download:before {
  content: "\f0ed";
}
.bootstrap .fa-cloud-upload:before {
  content: "\f0ee";
}
.bootstrap .fa-user-md:before {
  content: "\f0f0";
}
.bootstrap .fa-stethoscope:before {
  content: "\f0f1";
}
.bootstrap .fa-suitcase:before {
  content: "\f0f2";
}
.bootstrap .fa-bell-o:before {
  content: "\f0a2";
}
.bootstrap .fa-coffee:before {
  content: "\f0f4";
}
.bootstrap .fa-cutlery:before {
  content: "\f0f5";
}
.bootstrap .fa-file-text-o:before {
  content: "\f0f6";
}
.bootstrap .fa-building-o:before {
  content: "\f0f7";
}
.bootstrap .fa-hospital-o:before {
  content: "\f0f8";
}
.bootstrap .fa-ambulance:before {
  content: "\f0f9";
}
.bootstrap .fa-medkit:before {
  content: "\f0fa";
}
.bootstrap .fa-fighter-jet:before {
  content: "\f0fb";
}
.bootstrap .fa-beer:before {
  content: "\f0fc";
}
.bootstrap .fa-h-square:before {
  content: "\f0fd";
}
.bootstrap .fa-plus-square:before {
  content: "\f0fe";
}
.bootstrap .fa-angle-double-left:before {
  content: "\f100";
}
.bootstrap .fa-angle-double-right:before {
  content: "\f101";
}
.bootstrap .fa-angle-double-up:before {
  content: "\f102";
}
.bootstrap .fa-angle-double-down:before {
  content: "\f103";
}
.bootstrap .fa-angle-left:before {
  content: "\f104";
}
.bootstrap .fa-angle-right:before {
  content: "\f105";
}
.bootstrap .fa-angle-up:before {
  content: "\f106";
}
.bootstrap .fa-angle-down:before {
  content: "\f107";
}
.bootstrap .fa-desktop:before {
  content: "\f108";
}
.bootstrap .fa-laptop:before {
  content: "\f109";
}
.bootstrap .fa-tablet:before {
  content: "\f10a";
}
.bootstrap .fa-mobile-phone:before,
.bootstrap .fa-mobile:before {
  content: "\f10b";
}
.bootstrap .fa-circle-o:before {
  content: "\f10c";
}
.bootstrap .fa-quote-left:before {
  content: "\f10d";
}
.bootstrap .fa-quote-right:before {
  content: "\f10e";
}
.bootstrap .fa-spinner:before {
  content: "\f110";
}
.bootstrap .fa-circle:before {
  content: "\f111";
}
.bootstrap .fa-mail-reply:before,
.bootstrap .fa-reply:before {
  content: "\f112";
}
.bootstrap .fa-github-alt:before {
  content: "\f113";
}
.bootstrap .fa-folder-o:before {
  content: "\f114";
}
.bootstrap .fa-folder-open-o:before {
  content: "\f115";
}
.bootstrap .fa-smile-o:before {
  content: "\f118";
}
.bootstrap .fa-frown-o:before {
  content: "\f119";
}
.bootstrap .fa-meh-o:before {
  content: "\f11a";
}
.bootstrap .fa-gamepad:before {
  content: "\f11b";
}
.bootstrap .fa-keyboard-o:before {
  content: "\f11c";
}
.bootstrap .fa-flag-o:before {
  content: "\f11d";
}
.bootstrap .fa-flag-checkered:before {
  content: "\f11e";
}
.bootstrap .fa-terminal:before {
  content: "\f120";
}
.bootstrap .fa-code:before {
  content: "\f121";
}
.bootstrap .fa-mail-reply-all:before,
.bootstrap .fa-reply-all:before {
  content: "\f122";
}
.bootstrap .fa-star-half-empty:before,
.bootstrap .fa-star-half-full:before,
.bootstrap .fa-star-half-o:before {
  content: "\f123";
}
.bootstrap .fa-location-arrow:before {
  content: "\f124";
}
.bootstrap .fa-crop:before {
  content: "\f125";
}
.bootstrap .fa-code-fork:before {
  content: "\f126";
}
.bootstrap .fa-unlink:before,
.bootstrap .fa-chain-broken:before {
  content: "\f127";
}
.bootstrap .fa-question:before {
  content: "\f128";
}
.bootstrap .fa-info:before {
  content: "\f129";
}
.bootstrap .fa-exclamation:before {
  content: "\f12a";
}
.bootstrap .fa-superscript:before {
  content: "\f12b";
}
.bootstrap .fa-subscript:before {
  content: "\f12c";
}
.bootstrap .fa-eraser:before {
  content: "\f12d";
}
.bootstrap .fa-puzzle-piece:before {
  content: "\f12e";
}
.bootstrap .fa-microphone:before {
  content: "\f130";
}
.bootstrap .fa-microphone-slash:before {
  content: "\f131";
}
.bootstrap .fa-shield:before {
  content: "\f132";
}
.bootstrap .fa-calendar-o:before {
  content: "\f133";
}
.bootstrap .fa-fire-extinguisher:before {
  content: "\f134";
}
.bootstrap .fa-rocket:before {
  content: "\f135";
}
.bootstrap .fa-maxcdn:before {
  content: "\f136";
}
.bootstrap .fa-chevron-circle-left:before {
  content: "\f137";
}
.bootstrap .fa-chevron-circle-right:before {
  content: "\f138";
}
.bootstrap .fa-chevron-circle-up:before {
  content: "\f139";
}
.bootstrap .fa-chevron-circle-down:before {
  content: "\f13a";
}
.bootstrap .fa-html5:before {
  content: "\f13b";
}
.bootstrap .fa-css3:before {
  content: "\f13c";
}
.bootstrap .fa-anchor:before {
  content: "\f13d";
}
.bootstrap .fa-unlock-alt:before {
  content: "\f13e";
}
.bootstrap .fa-bullseye:before {
  content: "\f140";
}
.bootstrap .fa-ellipsis-h:before {
  content: "\f141";
}
.bootstrap .fa-ellipsis-v:before {
  content: "\f142";
}
.bootstrap .fa-rss-square:before {
  content: "\f143";
}
.bootstrap .fa-play-circle:before {
  content: "\f144";
}
.bootstrap .fa-ticket:before {
  content: "\f145";
}
.bootstrap .fa-minus-square:before {
  content: "\f146";
}
.bootstrap .fa-minus-square-o:before {
  content: "\f147";
}
.bootstrap .fa-level-up:before {
  content: "\f148";
}
.bootstrap .fa-level-down:before {
  content: "\f149";
}
.bootstrap .fa-check-square:before {
  content: "\f14a";
}
.bootstrap .fa-pencil-square:before {
  content: "\f14b";
}
.bootstrap .fa-external-link-square:before {
  content: "\f14c";
}
.bootstrap .fa-share-square:before {
  content: "\f14d";
}
.bootstrap .fa-compass:before {
  content: "\f14e";
}
.bootstrap .fa-toggle-down:before,
.bootstrap .fa-caret-square-o-down:before {
  content: "\f150";
}
.bootstrap .fa-toggle-up:before,
.bootstrap .fa-caret-square-o-up:before {
  content: "\f151";
}
.bootstrap .fa-toggle-right:before,
.bootstrap .fa-caret-square-o-right:before {
  content: "\f152";
}
.bootstrap .fa-euro:before,
.bootstrap .fa-eur:before {
  content: "\f153";
}
.bootstrap .fa-gbp:before {
  content: "\f154";
}
.bootstrap .fa-dollar:before,
.bootstrap .fa-usd:before {
  content: "\f155";
}
.bootstrap .fa-rupee:before,
.bootstrap .fa-inr:before {
  content: "\f156";
}
.bootstrap .fa-cny:before,
.bootstrap .fa-rmb:before,
.bootstrap .fa-yen:before,
.bootstrap .fa-jpy:before {
  content: "\f157";
}
.bootstrap .fa-ruble:before,
.bootstrap .fa-rouble:before,
.bootstrap .fa-rub:before {
  content: "\f158";
}
.bootstrap .fa-won:before,
.bootstrap .fa-krw:before {
  content: "\f159";
}
.bootstrap .fa-bitcoin:before,
.bootstrap .fa-btc:before {
  content: "\f15a";
}
.bootstrap .fa-file:before {
  content: "\f15b";
}
.bootstrap .fa-file-text:before {
  content: "\f15c";
}
.bootstrap .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.bootstrap .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.bootstrap .fa-sort-amount-asc:before {
  content: "\f160";
}
.bootstrap .fa-sort-amount-desc:before {
  content: "\f161";
}
.bootstrap .fa-sort-numeric-asc:before {
  content: "\f162";
}
.bootstrap .fa-sort-numeric-desc:before {
  content: "\f163";
}
.bootstrap .fa-thumbs-up:before {
  content: "\f164";
}
.bootstrap .fa-thumbs-down:before {
  content: "\f165";
}
.bootstrap .fa-youtube-square:before {
  content: "\f166";
}
.bootstrap .fa-youtube:before {
  content: "\f167";
}
.bootstrap .fa-xing:before {
  content: "\f168";
}
.bootstrap .fa-xing-square:before {
  content: "\f169";
}
.bootstrap .fa-youtube-play:before {
  content: "\f16a";
}
.bootstrap .fa-dropbox:before {
  content: "\f16b";
}
.bootstrap .fa-stack-overflow:before {
  content: "\f16c";
}
.bootstrap .fa-instagram:before {
  content: "\f16d";
}
.bootstrap .fa-flickr:before {
  content: "\f16e";
}
.bootstrap .fa-adn:before {
  content: "\f170";
}
.bootstrap .fa-bitbucket:before {
  content: "\f171";
}
.bootstrap .fa-bitbucket-square:before {
  content: "\f172";
}
.bootstrap .fa-tumblr:before {
  content: "\f173";
}
.bootstrap .fa-tumblr-square:before {
  content: "\f174";
}
.bootstrap .fa-long-arrow-down:before {
  content: "\f175";
}
.bootstrap .fa-long-arrow-up:before {
  content: "\f176";
}
.bootstrap .fa-long-arrow-left:before {
  content: "\f177";
}
.bootstrap .fa-long-arrow-right:before {
  content: "\f178";
}
.bootstrap .fa-apple:before {
  content: "\f179";
}
.bootstrap .fa-windows:before {
  content: "\f17a";
}
.bootstrap .fa-android:before {
  content: "\f17b";
}
.bootstrap .fa-linux:before {
  content: "\f17c";
}
.bootstrap .fa-dribbble:before {
  content: "\f17d";
}
.bootstrap .fa-skype:before {
  content: "\f17e";
}
.bootstrap .fa-foursquare:before {
  content: "\f180";
}
.bootstrap .fa-trello:before {
  content: "\f181";
}
.bootstrap .fa-female:before {
  content: "\f182";
}
.bootstrap .fa-male:before {
  content: "\f183";
}
.bootstrap .fa-gittip:before,
.bootstrap .fa-gratipay:before {
  content: "\f184";
}
.bootstrap .fa-sun-o:before {
  content: "\f185";
}
.bootstrap .fa-moon-o:before {
  content: "\f186";
}
.bootstrap .fa-archive:before {
  content: "\f187";
}
.bootstrap .fa-bug:before {
  content: "\f188";
}
.bootstrap .fa-vk:before {
  content: "\f189";
}
.bootstrap .fa-weibo:before {
  content: "\f18a";
}
.bootstrap .fa-renren:before {
  content: "\f18b";
}
.bootstrap .fa-pagelines:before {
  content: "\f18c";
}
.bootstrap .fa-stack-exchange:before {
  content: "\f18d";
}
.bootstrap .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.bootstrap .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.bootstrap .fa-toggle-left:before,
.bootstrap .fa-caret-square-o-left:before {
  content: "\f191";
}
.bootstrap .fa-dot-circle-o:before {
  content: "\f192";
}
.bootstrap .fa-wheelchair:before {
  content: "\f193";
}
.bootstrap .fa-vimeo-square:before {
  content: "\f194";
}
.bootstrap .fa-turkish-lira:before,
.bootstrap .fa-try:before {
  content: "\f195";
}
.bootstrap .fa-plus-square-o:before {
  content: "\f196";
}
.bootstrap .fa-space-shuttle:before {
  content: "\f197";
}
.bootstrap .fa-slack:before {
  content: "\f198";
}
.bootstrap .fa-envelope-square:before {
  content: "\f199";
}
.bootstrap .fa-wordpress:before {
  content: "\f19a";
}
.bootstrap .fa-openid:before {
  content: "\f19b";
}
.bootstrap .fa-institution:before,
.bootstrap .fa-bank:before,
.bootstrap .fa-university:before {
  content: "\f19c";
}
.bootstrap .fa-mortar-board:before,
.bootstrap .fa-graduation-cap:before {
  content: "\f19d";
}
.bootstrap .fa-yahoo:before {
  content: "\f19e";
}
.bootstrap .fa-google:before {
  content: "\f1a0";
}
.bootstrap .fa-reddit:before {
  content: "\f1a1";
}
.bootstrap .fa-reddit-square:before {
  content: "\f1a2";
}
.bootstrap .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.bootstrap .fa-stumbleupon:before {
  content: "\f1a4";
}
.bootstrap .fa-delicious:before {
  content: "\f1a5";
}
.bootstrap .fa-digg:before {
  content: "\f1a6";
}
.bootstrap .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.bootstrap .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.bootstrap .fa-drupal:before {
  content: "\f1a9";
}
.bootstrap .fa-joomla:before {
  content: "\f1aa";
}
.bootstrap .fa-language:before {
  content: "\f1ab";
}
.bootstrap .fa-fax:before {
  content: "\f1ac";
}
.bootstrap .fa-building:before {
  content: "\f1ad";
}
.bootstrap .fa-child:before {
  content: "\f1ae";
}
.bootstrap .fa-paw:before {
  content: "\f1b0";
}
.bootstrap .fa-spoon:before {
  content: "\f1b1";
}
.bootstrap .fa-cube:before {
  content: "\f1b2";
}
.bootstrap .fa-cubes:before {
  content: "\f1b3";
}
.bootstrap .fa-behance:before {
  content: "\f1b4";
}
.bootstrap .fa-behance-square:before {
  content: "\f1b5";
}
.bootstrap .fa-steam:before {
  content: "\f1b6";
}
.bootstrap .fa-steam-square:before {
  content: "\f1b7";
}
.bootstrap .fa-recycle:before {
  content: "\f1b8";
}
.bootstrap .fa-automobile:before,
.bootstrap .fa-car:before {
  content: "\f1b9";
}
.bootstrap .fa-cab:before,
.bootstrap .fa-taxi:before {
  content: "\f1ba";
}
.bootstrap .fa-tree:before {
  content: "\f1bb";
}
.bootstrap .fa-spotify:before {
  content: "\f1bc";
}
.bootstrap .fa-deviantart:before {
  content: "\f1bd";
}
.bootstrap .fa-soundcloud:before {
  content: "\f1be";
}
.bootstrap .fa-database:before {
  content: "\f1c0";
}
.bootstrap .fa-file-pdf-o:before {
  content: "\f1c1";
}
.bootstrap .fa-file-word-o:before {
  content: "\f1c2";
}
.bootstrap .fa-file-excel-o:before {
  content: "\f1c3";
}
.bootstrap .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.bootstrap .fa-file-photo-o:before,
.bootstrap .fa-file-picture-o:before,
.bootstrap .fa-file-image-o:before {
  content: "\f1c5";
}
.bootstrap .fa-file-zip-o:before,
.bootstrap .fa-file-archive-o:before {
  content: "\f1c6";
}
.bootstrap .fa-file-sound-o:before,
.bootstrap .fa-file-audio-o:before {
  content: "\f1c7";
}
.bootstrap .fa-file-movie-o:before,
.bootstrap .fa-file-video-o:before {
  content: "\f1c8";
}
.bootstrap .fa-file-code-o:before {
  content: "\f1c9";
}
.bootstrap .fa-vine:before {
  content: "\f1ca";
}
.bootstrap .fa-codepen:before {
  content: "\f1cb";
}
.bootstrap .fa-jsfiddle:before {
  content: "\f1cc";
}
.bootstrap .fa-life-bouy:before,
.bootstrap .fa-life-buoy:before,
.bootstrap .fa-life-saver:before,
.bootstrap .fa-support:before,
.bootstrap .fa-life-ring:before {
  content: "\f1cd";
}
.bootstrap .fa-circle-o-notch:before {
  content: "\f1ce";
}
.bootstrap .fa-ra:before,
.bootstrap .fa-resistance:before,
.bootstrap .fa-rebel:before {
  content: "\f1d0";
}
.bootstrap .fa-ge:before,
.bootstrap .fa-empire:before {
  content: "\f1d1";
}
.bootstrap .fa-git-square:before {
  content: "\f1d2";
}
.bootstrap .fa-git:before {
  content: "\f1d3";
}
.bootstrap .fa-y-combinator-square:before,
.bootstrap .fa-yc-square:before,
.bootstrap .fa-hacker-news:before {
  content: "\f1d4";
}
.bootstrap .fa-tencent-weibo:before {
  content: "\f1d5";
}
.bootstrap .fa-qq:before {
  content: "\f1d6";
}
.bootstrap .fa-wechat:before,
.bootstrap .fa-weixin:before {
  content: "\f1d7";
}
.bootstrap .fa-send:before,
.bootstrap .fa-paper-plane:before {
  content: "\f1d8";
}
.bootstrap .fa-send-o:before,
.bootstrap .fa-paper-plane-o:before {
  content: "\f1d9";
}
.bootstrap .fa-history:before {
  content: "\f1da";
}
.bootstrap .fa-circle-thin:before {
  content: "\f1db";
}
.bootstrap .fa-header:before {
  content: "\f1dc";
}
.bootstrap .fa-paragraph:before {
  content: "\f1dd";
}
.bootstrap .fa-sliders:before {
  content: "\f1de";
}
.bootstrap .fa-share-alt:before {
  content: "\f1e0";
}
.bootstrap .fa-share-alt-square:before {
  content: "\f1e1";
}
.bootstrap .fa-bomb:before {
  content: "\f1e2";
}
.bootstrap .fa-soccer-ball-o:before,
.bootstrap .fa-futbol-o:before {
  content: "\f1e3";
}
.bootstrap .fa-tty:before {
  content: "\f1e4";
}
.bootstrap .fa-binoculars:before {
  content: "\f1e5";
}
.bootstrap .fa-plug:before {
  content: "\f1e6";
}
.bootstrap .fa-slideshare:before {
  content: "\f1e7";
}
.bootstrap .fa-twitch:before {
  content: "\f1e8";
}
.bootstrap .fa-yelp:before {
  content: "\f1e9";
}
.bootstrap .fa-newspaper-o:before {
  content: "\f1ea";
}
.bootstrap .fa-wifi:before {
  content: "\f1eb";
}
.bootstrap .fa-calculator:before {
  content: "\f1ec";
}
.bootstrap .fa-paypal:before {
  content: "\f1ed";
}
.bootstrap .fa-google-wallet:before {
  content: "\f1ee";
}
.bootstrap .fa-cc-visa:before {
  content: "\f1f0";
}
.bootstrap .fa-cc-mastercard:before {
  content: "\f1f1";
}
.bootstrap .fa-cc-discover:before {
  content: "\f1f2";
}
.bootstrap .fa-cc-amex:before {
  content: "\f1f3";
}
.bootstrap .fa-cc-paypal:before {
  content: "\f1f4";
}
.bootstrap .fa-cc-stripe:before {
  content: "\f1f5";
}
.bootstrap .fa-bell-slash:before {
  content: "\f1f6";
}
.bootstrap .fa-bell-slash-o:before {
  content: "\f1f7";
}
.bootstrap .fa-trash:before {
  content: "\f1f8";
}
.bootstrap .fa-copyright:before {
  content: "\f1f9";
}
.bootstrap .fa-at:before {
  content: "\f1fa";
}
.bootstrap .fa-eyedropper:before {
  content: "\f1fb";
}
.bootstrap .fa-paint-brush:before {
  content: "\f1fc";
}
.bootstrap .fa-birthday-cake:before {
  content: "\f1fd";
}
.bootstrap .fa-area-chart:before {
  content: "\f1fe";
}
.bootstrap .fa-pie-chart:before {
  content: "\f200";
}
.bootstrap .fa-line-chart:before {
  content: "\f201";
}
.bootstrap .fa-lastfm:before {
  content: "\f202";
}
.bootstrap .fa-lastfm-square:before {
  content: "\f203";
}
.bootstrap .fa-toggle-off:before {
  content: "\f204";
}
.bootstrap .fa-toggle-on:before {
  content: "\f205";
}
.bootstrap .fa-bicycle:before {
  content: "\f206";
}
.bootstrap .fa-bus:before {
  content: "\f207";
}
.bootstrap .fa-ioxhost:before {
  content: "\f208";
}
.bootstrap .fa-angellist:before {
  content: "\f209";
}
.bootstrap .fa-cc:before {
  content: "\f20a";
}
.bootstrap .fa-shekel:before,
.bootstrap .fa-sheqel:before,
.bootstrap .fa-ils:before {
  content: "\f20b";
}
.bootstrap .fa-meanpath:before {
  content: "\f20c";
}
.bootstrap .fa-buysellads:before {
  content: "\f20d";
}
.bootstrap .fa-connectdevelop:before {
  content: "\f20e";
}
.bootstrap .fa-dashcube:before {
  content: "\f210";
}
.bootstrap .fa-forumbee:before {
  content: "\f211";
}
.bootstrap .fa-leanpub:before {
  content: "\f212";
}
.bootstrap .fa-sellsy:before {
  content: "\f213";
}
.bootstrap .fa-shirtsinbulk:before {
  content: "\f214";
}
.bootstrap .fa-simplybuilt:before {
  content: "\f215";
}
.bootstrap .fa-skyatlas:before {
  content: "\f216";
}
.bootstrap .fa-cart-plus:before {
  content: "\f217";
}
.bootstrap .fa-cart-arrow-down:before {
  content: "\f218";
}
.bootstrap .fa-diamond:before {
  content: "\f219";
}
.bootstrap .fa-ship:before {
  content: "\f21a";
}
.bootstrap .fa-user-secret:before {
  content: "\f21b";
}
.bootstrap .fa-motorcycle:before {
  content: "\f21c";
}
.bootstrap .fa-street-view:before {
  content: "\f21d";
}
.bootstrap .fa-heartbeat:before {
  content: "\f21e";
}
.bootstrap .fa-venus:before {
  content: "\f221";
}
.bootstrap .fa-mars:before {
  content: "\f222";
}
.bootstrap .fa-mercury:before {
  content: "\f223";
}
.bootstrap .fa-intersex:before,
.bootstrap .fa-transgender:before {
  content: "\f224";
}
.bootstrap .fa-transgender-alt:before {
  content: "\f225";
}
.bootstrap .fa-venus-double:before {
  content: "\f226";
}
.bootstrap .fa-mars-double:before {
  content: "\f227";
}
.bootstrap .fa-venus-mars:before {
  content: "\f228";
}
.bootstrap .fa-mars-stroke:before {
  content: "\f229";
}
.bootstrap .fa-mars-stroke-v:before {
  content: "\f22a";
}
.bootstrap .fa-mars-stroke-h:before {
  content: "\f22b";
}
.bootstrap .fa-neuter:before {
  content: "\f22c";
}
.bootstrap .fa-genderless:before {
  content: "\f22d";
}
.bootstrap .fa-facebook-official:before {
  content: "\f230";
}
.bootstrap .fa-pinterest-p:before {
  content: "\f231";
}
.bootstrap .fa-whatsapp:before {
  content: "\f232";
}
.bootstrap .fa-server:before {
  content: "\f233";
}
.bootstrap .fa-user-plus:before {
  content: "\f234";
}
.bootstrap .fa-user-times:before {
  content: "\f235";
}
.bootstrap .fa-hotel:before,
.bootstrap .fa-bed:before {
  content: "\f236";
}
.bootstrap .fa-viacoin:before {
  content: "\f237";
}
.bootstrap .fa-train:before {
  content: "\f238";
}
.bootstrap .fa-subway:before {
  content: "\f239";
}
.bootstrap .fa-medium:before {
  content: "\f23a";
}
.bootstrap .fa-yc:before,
.bootstrap .fa-y-combinator:before {
  content: "\f23b";
}
.bootstrap .fa-optin-monster:before {
  content: "\f23c";
}
.bootstrap .fa-opencart:before {
  content: "\f23d";
}
.bootstrap .fa-expeditedssl:before {
  content: "\f23e";
}
.bootstrap .fa-battery-4:before,
.bootstrap .fa-battery:before,
.bootstrap .fa-battery-full:before {
  content: "\f240";
}
.bootstrap .fa-battery-3:before,
.bootstrap .fa-battery-three-quarters:before {
  content: "\f241";
}
.bootstrap .fa-battery-2:before,
.bootstrap .fa-battery-half:before {
  content: "\f242";
}
.bootstrap .fa-battery-1:before,
.bootstrap .fa-battery-quarter:before {
  content: "\f243";
}
.bootstrap .fa-battery-0:before,
.bootstrap .fa-battery-empty:before {
  content: "\f244";
}
.bootstrap .fa-mouse-pointer:before {
  content: "\f245";
}
.bootstrap .fa-i-cursor:before {
  content: "\f246";
}
.bootstrap .fa-object-group:before {
  content: "\f247";
}
.bootstrap .fa-object-ungroup:before {
  content: "\f248";
}
.bootstrap .fa-sticky-note:before {
  content: "\f249";
}
.bootstrap .fa-sticky-note-o:before {
  content: "\f24a";
}
.bootstrap .fa-cc-jcb:before {
  content: "\f24b";
}
.bootstrap .fa-cc-diners-club:before {
  content: "\f24c";
}
.bootstrap .fa-clone:before {
  content: "\f24d";
}
.bootstrap .fa-balance-scale:before {
  content: "\f24e";
}
.bootstrap .fa-hourglass-o:before {
  content: "\f250";
}
.bootstrap .fa-hourglass-1:before,
.bootstrap .fa-hourglass-start:before {
  content: "\f251";
}
.bootstrap .fa-hourglass-2:before,
.bootstrap .fa-hourglass-half:before {
  content: "\f252";
}
.bootstrap .fa-hourglass-3:before,
.bootstrap .fa-hourglass-end:before {
  content: "\f253";
}
.bootstrap .fa-hourglass:before {
  content: "\f254";
}
.bootstrap .fa-hand-grab-o:before,
.bootstrap .fa-hand-rock-o:before {
  content: "\f255";
}
.bootstrap .fa-hand-stop-o:before,
.bootstrap .fa-hand-paper-o:before {
  content: "\f256";
}
.bootstrap .fa-hand-scissors-o:before {
  content: "\f257";
}
.bootstrap .fa-hand-lizard-o:before {
  content: "\f258";
}
.bootstrap .fa-hand-spock-o:before {
  content: "\f259";
}
.bootstrap .fa-hand-pointer-o:before {
  content: "\f25a";
}
.bootstrap .fa-hand-peace-o:before {
  content: "\f25b";
}
.bootstrap .fa-trademark:before {
  content: "\f25c";
}
.bootstrap .fa-registered:before {
  content: "\f25d";
}
.bootstrap .fa-creative-commons:before {
  content: "\f25e";
}
.bootstrap .fa-gg:before {
  content: "\f260";
}
.bootstrap .fa-gg-circle:before {
  content: "\f261";
}
.bootstrap .fa-tripadvisor:before {
  content: "\f262";
}
.bootstrap .fa-odnoklassniki:before {
  content: "\f263";
}
.bootstrap .fa-odnoklassniki-square:before {
  content: "\f264";
}
.bootstrap .fa-get-pocket:before {
  content: "\f265";
}
.bootstrap .fa-wikipedia-w:before {
  content: "\f266";
}
.bootstrap .fa-safari:before {
  content: "\f267";
}
.bootstrap .fa-chrome:before {
  content: "\f268";
}
.bootstrap .fa-firefox:before {
  content: "\f269";
}
.bootstrap .fa-opera:before {
  content: "\f26a";
}
.bootstrap .fa-internet-explorer:before {
  content: "\f26b";
}
.bootstrap .fa-tv:before,
.bootstrap .fa-television:before {
  content: "\f26c";
}
.bootstrap .fa-contao:before {
  content: "\f26d";
}
.bootstrap .fa-500px:before {
  content: "\f26e";
}
.bootstrap .fa-amazon:before {
  content: "\f270";
}
.bootstrap .fa-calendar-plus-o:before {
  content: "\f271";
}
.bootstrap .fa-calendar-minus-o:before {
  content: "\f272";
}
.bootstrap .fa-calendar-times-o:before {
  content: "\f273";
}
.bootstrap .fa-calendar-check-o:before {
  content: "\f274";
}
.bootstrap .fa-industry:before {
  content: "\f275";
}
.bootstrap .fa-map-pin:before {
  content: "\f276";
}
.bootstrap .fa-map-signs:before {
  content: "\f277";
}
.bootstrap .fa-map-o:before {
  content: "\f278";
}
.bootstrap .fa-map:before {
  content: "\f279";
}
.bootstrap .fa-commenting:before {
  content: "\f27a";
}
.bootstrap .fa-commenting-o:before {
  content: "\f27b";
}
.bootstrap .fa-houzz:before {
  content: "\f27c";
}
.bootstrap .fa-vimeo:before {
  content: "\f27d";
}
.bootstrap .fa-black-tie:before {
  content: "\f27e";
}
.bootstrap .fa-fonticons:before {
  content: "\f280";
}
.bootstrap .fa-reddit-alien:before {
  content: "\f281";
}
.bootstrap .fa-edge:before {
  content: "\f282";
}
.bootstrap .fa-credit-card-alt:before {
  content: "\f283";
}
.bootstrap .fa-codiepie:before {
  content: "\f284";
}
.bootstrap .fa-modx:before {
  content: "\f285";
}
.bootstrap .fa-fort-awesome:before {
  content: "\f286";
}
.bootstrap .fa-usb:before {
  content: "\f287";
}
.bootstrap .fa-product-hunt:before {
  content: "\f288";
}
.bootstrap .fa-mixcloud:before {
  content: "\f289";
}
.bootstrap .fa-scribd:before {
  content: "\f28a";
}
.bootstrap .fa-pause-circle:before {
  content: "\f28b";
}
.bootstrap .fa-pause-circle-o:before {
  content: "\f28c";
}
.bootstrap .fa-stop-circle:before {
  content: "\f28d";
}
.bootstrap .fa-stop-circle-o:before {
  content: "\f28e";
}
.bootstrap .fa-shopping-bag:before {
  content: "\f290";
}
.bootstrap .fa-shopping-basket:before {
  content: "\f291";
}
.bootstrap .fa-hashtag:before {
  content: "\f292";
}
.bootstrap .fa-bluetooth:before {
  content: "\f293";
}
.bootstrap .fa-bluetooth-b:before {
  content: "\f294";
}
.bootstrap .fa-percent:before {
  content: "\f295";
}
.bootstrap .fa-gitlab:before {
  content: "\f296";
}
.bootstrap .fa-wpbeginner:before {
  content: "\f297";
}
.bootstrap .fa-wpforms:before {
  content: "\f298";
}
.bootstrap .fa-envira:before {
  content: "\f299";
}
.bootstrap .fa-universal-access:before {
  content: "\f29a";
}
.bootstrap .fa-wheelchair-alt:before {
  content: "\f29b";
}
.bootstrap .fa-question-circle-o:before {
  content: "\f29c";
}
.bootstrap .fa-blind:before {
  content: "\f29d";
}
.bootstrap .fa-audio-description:before {
  content: "\f29e";
}
.bootstrap .fa-volume-control-phone:before {
  content: "\f2a0";
}
.bootstrap .fa-braille:before {
  content: "\f2a1";
}
.bootstrap .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.bootstrap .fa-asl-interpreting:before,
.bootstrap .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.bootstrap .fa-deafness:before,
.bootstrap .fa-hard-of-hearing:before,
.bootstrap .fa-deaf:before {
  content: "\f2a4";
}
.bootstrap .fa-glide:before {
  content: "\f2a5";
}
.bootstrap .fa-glide-g:before {
  content: "\f2a6";
}
.bootstrap .fa-signing:before,
.bootstrap .fa-sign-language:before {
  content: "\f2a7";
}
.bootstrap .fa-low-vision:before {
  content: "\f2a8";
}
.bootstrap .fa-viadeo:before {
  content: "\f2a9";
}
.bootstrap .fa-viadeo-square:before {
  content: "\f2aa";
}
.bootstrap .fa-snapchat:before {
  content: "\f2ab";
}
.bootstrap .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.bootstrap .fa-snapchat-square:before {
  content: "\f2ad";
}
.bootstrap .fa-pied-piper:before {
  content: "\f2ae";
}
.bootstrap .fa-first-order:before {
  content: "\f2b0";
}
.bootstrap .fa-yoast:before {
  content: "\f2b1";
}
.bootstrap .fa-themeisle:before {
  content: "\f2b2";
}
.bootstrap .fa-google-plus-circle:before,
.bootstrap .fa-google-plus-official:before {
  content: "\f2b3";
}
.bootstrap .fa-fa:before,
.bootstrap .fa-font-awesome:before {
  content: "\f2b4";
}
.bootstrap .fa-handshake-o:before {
  content: "\f2b5";
}
.bootstrap .fa-envelope-open:before {
  content: "\f2b6";
}
.bootstrap .fa-envelope-open-o:before {
  content: "\f2b7";
}
.bootstrap .fa-linode:before {
  content: "\f2b8";
}
.bootstrap .fa-address-book:before {
  content: "\f2b9";
}
.bootstrap .fa-address-book-o:before {
  content: "\f2ba";
}
.bootstrap .fa-vcard:before,
.bootstrap .fa-address-card:before {
  content: "\f2bb";
}
.bootstrap .fa-vcard-o:before,
.bootstrap .fa-address-card-o:before {
  content: "\f2bc";
}
.bootstrap .fa-user-circle:before {
  content: "\f2bd";
}
.bootstrap .fa-user-circle-o:before {
  content: "\f2be";
}
.bootstrap .fa-user-o:before {
  content: "\f2c0";
}
.bootstrap .fa-id-badge:before {
  content: "\f2c1";
}
.bootstrap .fa-drivers-license:before,
.bootstrap .fa-id-card:before {
  content: "\f2c2";
}
.bootstrap .fa-drivers-license-o:before,
.bootstrap .fa-id-card-o:before {
  content: "\f2c3";
}
.bootstrap .fa-quora:before {
  content: "\f2c4";
}
.bootstrap .fa-free-code-camp:before {
  content: "\f2c5";
}
.bootstrap .fa-telegram:before {
  content: "\f2c6";
}
.bootstrap .fa-thermometer-4:before,
.bootstrap .fa-thermometer:before,
.bootstrap .fa-thermometer-full:before {
  content: "\f2c7";
}
.bootstrap .fa-thermometer-3:before,
.bootstrap .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.bootstrap .fa-thermometer-2:before,
.bootstrap .fa-thermometer-half:before {
  content: "\f2c9";
}
.bootstrap .fa-thermometer-1:before,
.bootstrap .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.bootstrap .fa-thermometer-0:before,
.bootstrap .fa-thermometer-empty:before {
  content: "\f2cb";
}
.bootstrap .fa-shower:before {
  content: "\f2cc";
}
.bootstrap .fa-bathtub:before,
.bootstrap .fa-s15:before,
.bootstrap .fa-bath:before {
  content: "\f2cd";
}
.bootstrap .fa-podcast:before {
  content: "\f2ce";
}
.bootstrap .fa-window-maximize:before {
  content: "\f2d0";
}
.bootstrap .fa-window-minimize:before {
  content: "\f2d1";
}
.bootstrap .fa-window-restore:before {
  content: "\f2d2";
}
.bootstrap .fa-times-rectangle:before,
.bootstrap .fa-window-close:before {
  content: "\f2d3";
}
.bootstrap .fa-times-rectangle-o:before,
.bootstrap .fa-window-close-o:before {
  content: "\f2d4";
}
.bootstrap .fa-bandcamp:before {
  content: "\f2d5";
}
.bootstrap .fa-grav:before {
  content: "\f2d6";
}
.bootstrap .fa-etsy:before {
  content: "\f2d7";
}
.bootstrap .fa-imdb:before {
  content: "\f2d8";
}
.bootstrap .fa-ravelry:before {
  content: "\f2d9";
}
.bootstrap .fa-eercast:before {
  content: "\f2da";
}
.bootstrap .fa-microchip:before {
  content: "\f2db";
}
.bootstrap .fa-snowflake-o:before {
  content: "\f2dc";
}
.bootstrap .fa-superpowers:before {
  content: "\f2dd";
}
.bootstrap .fa-wpexplorer:before {
  content: "\f2de";
}
.bootstrap .fa-meetup:before {
  content: "\f2e0";
}
.bootstrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap .sr-only-focusable:active,
.bootstrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap .sr-only-focusable:active,
.bootstrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap *:before,
.bootstrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap body {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #585858;
  background-color: #ffffff fff;
}
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap a {
  color: #368ccb;
  text-decoration: none;
}
.bootstrap a:hover,
.bootstrap a:focus {
  color: #25628f;
  text-decoration: underline;
}
.bootstrap a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap figure {
  margin: 0;
}
.bootstrap img {
  vertical-align: middle;
}
.bootstrap .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap .img-rounded {
  border-radius: 6px;
}
.bootstrap .img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bootstrap .img-circle {
  border-radius: 50%;
}
.bootstrap hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bootstrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap .sr-only-focusable:active,
.bootstrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6,
.bootstrap .h1,
.bootstrap .h2,
.bootstrap .h3,
.bootstrap .h4,
.bootstrap .h5,
.bootstrap .h6 {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
.bootstrap h1 small,
.bootstrap h2 small,
.bootstrap h3 small,
.bootstrap h4 small,
.bootstrap h5 small,
.bootstrap h6 small,
.bootstrap .h1 small,
.bootstrap .h2 small,
.bootstrap .h3 small,
.bootstrap .h4 small,
.bootstrap .h5 small,
.bootstrap .h6 small,
.bootstrap h1 .small,
.bootstrap h2 .small,
.bootstrap h3 .small,
.bootstrap h4 .small,
.bootstrap h5 .small,
.bootstrap h6 .small,
.bootstrap .h1 .small,
.bootstrap .h2 .small,
.bootstrap .h3 .small,
.bootstrap .h4 .small,
.bootstrap .h5 .small,
.bootstrap .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.bootstrap h1,
.bootstrap .h1,
.bootstrap h2,
.bootstrap .h2,
.bootstrap h3,
.bootstrap .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
.bootstrap h1 small,
.bootstrap .h1 small,
.bootstrap h2 small,
.bootstrap .h2 small,
.bootstrap h3 small,
.bootstrap .h3 small,
.bootstrap h1 .small,
.bootstrap .h1 .small,
.bootstrap h2 .small,
.bootstrap .h2 .small,
.bootstrap h3 .small,
.bootstrap .h3 .small {
  font-size: 65%;
}
.bootstrap h4,
.bootstrap .h4,
.bootstrap h5,
.bootstrap .h5,
.bootstrap h6,
.bootstrap .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.bootstrap h4 small,
.bootstrap .h4 small,
.bootstrap h5 small,
.bootstrap .h5 small,
.bootstrap h6 small,
.bootstrap .h6 small,
.bootstrap h4 .small,
.bootstrap .h4 .small,
.bootstrap h5 .small,
.bootstrap .h5 .small,
.bootstrap h6 .small,
.bootstrap .h6 .small {
  font-size: 75%;
}
.bootstrap h1,
.bootstrap .h1 {
  font-size: 41px;
}
.bootstrap h2,
.bootstrap .h2 {
  font-size: 30px;
}
.bootstrap h3,
.bootstrap .h3 {
  font-size: 24px;
}
.bootstrap h4,
.bootstrap .h4 {
  font-size: 18px;
}
.bootstrap h5,
.bootstrap .h5 {
  font-size: 16px;
}
.bootstrap h6,
.bootstrap .h6 {
  font-size: 12px;
}
.bootstrap p {
  margin: 0 0 12px;
}
.bootstrap .lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap .lead {
    font-size: 24px;
  }
}
.bootstrap small,
.bootstrap .small {
  font-size: 81%;
}
.bootstrap mark,
.bootstrap .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.bootstrap .text-left {
  text-align: left;
}
.bootstrap .text-right {
  text-align: right;
}
.bootstrap .text-center {
  text-align: center;
}
.bootstrap .text-justify {
  text-align: justify;
}
.bootstrap .text-nowrap {
  white-space: nowrap;
}
.bootstrap .text-lowercase {
  text-transform: lowercase;
}
.bootstrap .text-uppercase {
  text-transform: uppercase;
}
.bootstrap .text-capitalize {
  text-transform: capitalize;
}
.bootstrap .text-muted {
  color: #777777;
}
.bootstrap .text-primary {
  color: #368ccb;
}
a.bootstrap .text-primary:hover {
  color: #2a70a4;
}
.bootstrap .text-success {
  color: #3c763d;
}
a.bootstrap .text-success:hover {
  color: #2b542c;
}
.bootstrap .text-info {
  color: #31708f;
}
a.bootstrap .text-info:hover {
  color: #245269;
}
.bootstrap .text-warning {
  color: #8a6d3b;
}
a.bootstrap .text-warning:hover {
  color: #66512c;
}
.bootstrap .text-danger {
  color: #a94442;
}
a.bootstrap .text-danger:hover {
  color: #843534;
}
.bootstrap .bg-primary {
  color: #ffffff;
  background-color: #368ccb;
}
a.bootstrap .bg-primary:hover {
  background-color: #2a70a4;
}
.bootstrap .bg-success {
  background-color: #dff0d8;
}
a.bootstrap .bg-success:hover {
  background-color: #c1e2b3;
}
.bootstrap .bg-info {
  background-color: #d9edf7;
}
a.bootstrap .bg-info:hover {
  background-color: #afd9ee;
}
.bootstrap .bg-warning {
  background-color: #fcf8e3;
}
a.bootstrap .bg-warning:hover {
  background-color: #f7ecb5;
}
.bootstrap .bg-danger {
  background-color: #f2dede;
}
a.bootstrap .bg-danger:hover {
  background-color: #e4b9b9;
}
.bootstrap .page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
.bootstrap ul,
.bootstrap ol {
  margin-top: 0;
  margin-bottom: 12px;
}
.bootstrap ul ul,
.bootstrap ol ul,
.bootstrap ul ol,
.bootstrap ol ol {
  margin-bottom: 0;
}
.bootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.bootstrap .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.bootstrap dl {
  margin-top: 0;
  margin-bottom: 24px;
}
.bootstrap dt,
.bootstrap dd {
  line-height: 1.5;
}
.bootstrap dt {
  font-weight: bold;
}
.bootstrap dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap abbr[title],
.bootstrap abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.bootstrap .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 14.4px;
  border-left: 5px solid #eeeeee;
}
.bootstrap blockquote p:last-child,
.bootstrap blockquote ul:last-child,
.bootstrap blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap blockquote footer,
.bootstrap blockquote small,
.bootstrap blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}
.bootstrap blockquote footer:before,
.bootstrap blockquote small:before,
.bootstrap blockquote .small:before {
  content: '\2014 \00A0';
}
.bootstrap .blockquote-reverse,
.bootstrap blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.bootstrap .blockquote-reverse footer:before,
.bootstrap blockquote.pull-right footer:before,
.bootstrap .blockquote-reverse small:before,
.bootstrap blockquote.pull-right small:before,
.bootstrap .blockquote-reverse .small:before,
.bootstrap blockquote.pull-right .small:before {
  content: '';
}
.bootstrap .blockquote-reverse footer:after,
.bootstrap blockquote.pull-right footer:after,
.bootstrap .blockquote-reverse small:after,
.bootstrap blockquote.pull-right small:after,
.bootstrap .blockquote-reverse .small:after,
.bootstrap blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.bootstrap address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
.bootstrap code,
.bootstrap kbd,
.bootstrap pre,
.bootstrap samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap code {
  padding: 2px 4px;
  font-size: 90%;
  color: #bf245e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.bootstrap kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.bootstrap pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.bootstrap pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bootstrap .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container {
    width: 1170px;
  }
}
.bootstrap .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bootstrap .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .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;
}
.bootstrap .col-xs-12 {
  width: 100%;
}
.bootstrap .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap .col-xs-9 {
  width: 75%;
}
.bootstrap .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap .col-xs-6 {
  width: 50%;
}
.bootstrap .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap .col-xs-3 {
  width: 25%;
}
.bootstrap .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap .col-xs-pull-12 {
  right: 100%;
}
.bootstrap .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap .col-xs-pull-9 {
  right: 75%;
}
.bootstrap .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap .col-xs-pull-6 {
  right: 50%;
}
.bootstrap .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap .col-xs-pull-3 {
  right: 25%;
}
.bootstrap .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap .col-xs-pull-0 {
  right: auto;
}
.bootstrap .col-xs-push-12 {
  left: 100%;
}
.bootstrap .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap .col-xs-push-9 {
  left: 75%;
}
.bootstrap .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap .col-xs-push-6 {
  left: 50%;
}
.bootstrap .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap .col-xs-push-3 {
  left: 25%;
}
.bootstrap .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap .col-xs-push-0 {
  left: auto;
}
.bootstrap .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bootstrap .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;
  }
  .bootstrap .col-sm-12 {
    width: 100%;
  }
  .bootstrap .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap .col-sm-9 {
    width: 75%;
  }
  .bootstrap .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap .col-sm-6 {
    width: 50%;
  }
  .bootstrap .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap .col-sm-3 {
    width: 25%;
  }
  .bootstrap .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap .col-sm-push-0 {
    left: auto;
  }
  .bootstrap .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bootstrap .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;
  }
  .bootstrap .col-md-12 {
    width: 100%;
  }
  .bootstrap .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap .col-md-9 {
    width: 75%;
  }
  .bootstrap .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap .col-md-6 {
    width: 50%;
  }
  .bootstrap .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap .col-md-3 {
    width: 25%;
  }
  .bootstrap .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap .col-md-pull-0 {
    right: auto;
  }
  .bootstrap .col-md-push-12 {
    left: 100%;
  }
  .bootstrap .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap .col-md-push-9 {
    left: 75%;
  }
  .bootstrap .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap .col-md-push-6 {
    left: 50%;
  }
  .bootstrap .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap .col-md-push-3 {
    left: 25%;
  }
  .bootstrap .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap .col-md-push-0 {
    left: auto;
  }
  .bootstrap .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bootstrap .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;
  }
  .bootstrap .col-lg-12 {
    width: 100%;
  }
  .bootstrap .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap .col-lg-9 {
    width: 75%;
  }
  .bootstrap .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap .col-lg-6 {
    width: 50%;
  }
  .bootstrap .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap .col-lg-3 {
    width: 25%;
  }
  .bootstrap .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap .col-lg-push-0 {
    left: auto;
  }
  .bootstrap .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bootstrap table {
  background-color: transparent;
}
.bootstrap caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.bootstrap th {
  text-align: left;
}
.bootstrap .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.bootstrap .table > thead > tr > th,
.bootstrap .table > tbody > tr > th,
.bootstrap .table > tfoot > tr > th,
.bootstrap .table > thead > tr > td,
.bootstrap .table > tbody > tr > td,
.bootstrap .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.bootstrap .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.bootstrap .table > caption + thead > tr:first-child > th,
.bootstrap .table > colgroup + thead > tr:first-child > th,
.bootstrap .table > thead:first-child > tr:first-child > th,
.bootstrap .table > caption + thead > tr:first-child > td,
.bootstrap .table > colgroup + thead > tr:first-child > td,
.bootstrap .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.bootstrap .table .table {
  background-color: #ffffff fff;
}
.bootstrap .table-condensed > thead > tr > th,
.bootstrap .table-condensed > tbody > tr > th,
.bootstrap .table-condensed > tfoot > tr > th,
.bootstrap .table-condensed > thead > tr > td,
.bootstrap .table-condensed > tbody > tr > td,
.bootstrap .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap .table-bordered {
  border: 1px solid #dddddd;
}
.bootstrap .table-bordered > thead > tr > th,
.bootstrap .table-bordered > tbody > tr > th,
.bootstrap .table-bordered > tfoot > tr > th,
.bootstrap .table-bordered > thead > tr > td,
.bootstrap .table-bordered > tbody > tr > td,
.bootstrap .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.bootstrap .table-bordered > thead > tr > th,
.bootstrap .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap .table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.bootstrap .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrap table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.bootstrap table td[class*="col-"],
.bootstrap table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.bootstrap .table > thead > tr > td.active,
.bootstrap .table > tbody > tr > td.active,
.bootstrap .table > tfoot > tr > td.active,
.bootstrap .table > thead > tr > th.active,
.bootstrap .table > tbody > tr > th.active,
.bootstrap .table > tfoot > tr > th.active,
.bootstrap .table > thead > tr.active > td,
.bootstrap .table > tbody > tr.active > td,
.bootstrap .table > tfoot > tr.active > td,
.bootstrap .table > thead > tr.active > th,
.bootstrap .table > tbody > tr.active > th,
.bootstrap .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bootstrap .table-hover > tbody > tr > td.active:hover,
.bootstrap .table-hover > tbody > tr > th.active:hover,
.bootstrap .table-hover > tbody > tr.active:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .active,
.bootstrap .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bootstrap .table > thead > tr > td.success,
.bootstrap .table > tbody > tr > td.success,
.bootstrap .table > tfoot > tr > td.success,
.bootstrap .table > thead > tr > th.success,
.bootstrap .table > tbody > tr > th.success,
.bootstrap .table > tfoot > tr > th.success,
.bootstrap .table > thead > tr.success > td,
.bootstrap .table > tbody > tr.success > td,
.bootstrap .table > tfoot > tr.success > td,
.bootstrap .table > thead > tr.success > th,
.bootstrap .table > tbody > tr.success > th,
.bootstrap .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bootstrap .table-hover > tbody > tr > td.success:hover,
.bootstrap .table-hover > tbody > tr > th.success:hover,
.bootstrap .table-hover > tbody > tr.success:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .success,
.bootstrap .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bootstrap .table > thead > tr > td.info,
.bootstrap .table > tbody > tr > td.info,
.bootstrap .table > tfoot > tr > td.info,
.bootstrap .table > thead > tr > th.info,
.bootstrap .table > tbody > tr > th.info,
.bootstrap .table > tfoot > tr > th.info,
.bootstrap .table > thead > tr.info > td,
.bootstrap .table > tbody > tr.info > td,
.bootstrap .table > tfoot > tr.info > td,
.bootstrap .table > thead > tr.info > th,
.bootstrap .table > tbody > tr.info > th,
.bootstrap .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bootstrap .table-hover > tbody > tr > td.info:hover,
.bootstrap .table-hover > tbody > tr > th.info:hover,
.bootstrap .table-hover > tbody > tr.info:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .info,
.bootstrap .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bootstrap .table > thead > tr > td.warning,
.bootstrap .table > tbody > tr > td.warning,
.bootstrap .table > tfoot > tr > td.warning,
.bootstrap .table > thead > tr > th.warning,
.bootstrap .table > tbody > tr > th.warning,
.bootstrap .table > tfoot > tr > th.warning,
.bootstrap .table > thead > tr.warning > td,
.bootstrap .table > tbody > tr.warning > td,
.bootstrap .table > tfoot > tr.warning > td,
.bootstrap .table > thead > tr.warning > th,
.bootstrap .table > tbody > tr.warning > th,
.bootstrap .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bootstrap .table-hover > tbody > tr > td.warning:hover,
.bootstrap .table-hover > tbody > tr > th.warning:hover,
.bootstrap .table-hover > tbody > tr.warning:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .warning,
.bootstrap .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bootstrap .table > thead > tr > td.danger,
.bootstrap .table > tbody > tr > td.danger,
.bootstrap .table > tfoot > tr > td.danger,
.bootstrap .table > thead > tr > th.danger,
.bootstrap .table > tbody > tr > th.danger,
.bootstrap .table > tfoot > tr > th.danger,
.bootstrap .table > thead > tr.danger > td,
.bootstrap .table > tbody > tr.danger > td,
.bootstrap .table > tfoot > tr.danger > td,
.bootstrap .table > thead > tr.danger > th,
.bootstrap .table > tbody > tr.danger > th,
.bootstrap .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bootstrap .table-hover > tbody > tr > td.danger:hover,
.bootstrap .table-hover > tbody > tr > th.danger:hover,
.bootstrap .table-hover > tbody > tr.danger:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .danger,
.bootstrap .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bootstrap .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .bootstrap .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .bootstrap .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap .table-responsive > .table > thead > tr > th,
  .bootstrap .table-responsive > .table > tbody > tr > th,
  .bootstrap .table-responsive > .table > tfoot > tr > th,
  .bootstrap .table-responsive > .table > thead > tr > td,
  .bootstrap .table-responsive > .table > tbody > tr > td,
  .bootstrap .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.bootstrap legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bootstrap input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap input[type="file"] {
  display: block;
}
.bootstrap input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap select[multiple],
.bootstrap select[size] {
  height: auto;
}
.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.bootstrap .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.bootstrap .form-control:-ms-input-placeholder {
  color: #999999;
}
.bootstrap .form-control::-webkit-input-placeholder {
  color: #999999;
}
.bootstrap .form-control[disabled],
.bootstrap .form-control[readonly],
fieldset[disabled] .bootstrap .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.bootstrap .form-control {
  height: auto;
}
.bootstrap input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap input[type="date"],
  .bootstrap input[type="time"],
  .bootstrap input[type="datetime-local"],
  .bootstrap input[type="month"] {
    line-height: 38px;
  }
  .bootstrap input[type="date"].input-sm,
  .bootstrap input[type="time"].input-sm,
  .bootstrap input[type="datetime-local"].input-sm,
  .bootstrap input[type="month"].input-sm {
    line-height: 31px;
  }
  .bootstrap input[type="date"].input-lg,
  .bootstrap input[type="time"].input-lg,
  .bootstrap input[type="datetime-local"].input-lg,
  .bootstrap input[type="month"].input-lg {
    line-height: 49px;
  }
}
.bootstrap .form-group {
  margin-bottom: 15px;
}
.bootstrap .radio,
.bootstrap .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap .radio label,
.bootstrap .checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap .radio input[type="radio"],
.bootstrap .radio-inline input[type="radio"],
.bootstrap .checkbox input[type="checkbox"],
.bootstrap .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.bootstrap .radio + .radio,
.bootstrap .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap .radio-inline,
.bootstrap .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap .radio-inline + .radio-inline,
.bootstrap .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap input[type="radio"].disabled,
.bootstrap input[type="checkbox"].disabled,
fieldset[disabled] .bootstrap input[type="radio"],
fieldset[disabled] .bootstrap input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap .radio-inline.disabled,
.bootstrap .checkbox-inline.disabled,
fieldset[disabled] .bootstrap .radio-inline,
fieldset[disabled] .bootstrap .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap .radio.disabled label,
.bootstrap .checkbox.disabled label,
fieldset[disabled] .bootstrap .radio label,
fieldset[disabled] .bootstrap .checkbox label {
  cursor: not-allowed;
}
.bootstrap .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.bootstrap .form-control-static.input-lg,
.bootstrap .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.bootstrap .input-sm,
.bootstrap .form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.bootstrap .input-sm,
select.bootstrap .form-group-sm .form-control {
  height: 31px;
  line-height: 31px;
}
textarea.bootstrap .input-sm,
textarea.bootstrap .form-group-sm .form-control,
select[multiple].bootstrap .input-sm,
select[multiple].bootstrap .form-group-sm .form-control {
  height: auto;
}
.bootstrap .input-lg,
.bootstrap .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.bootstrap .input-lg,
select.bootstrap .form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.bootstrap .input-lg,
textarea.bootstrap .form-group-lg .form-control,
select[multiple].bootstrap .input-lg,
select[multiple].bootstrap .form-group-lg .form-control {
  height: auto;
}
.bootstrap .has-feedback {
  position: relative;
}
.bootstrap .has-feedback .form-control {
  padding-right: 47.5px;
}
.bootstrap .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.bootstrap .input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.bootstrap .input-sm + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.bootstrap .has-success .help-block,
.bootstrap .has-success .control-label,
.bootstrap .has-success .radio,
.bootstrap .has-success .checkbox,
.bootstrap .has-success .radio-inline,
.bootstrap .has-success .checkbox-inline,
.bootstrap .has-success.radio label,
.bootstrap .has-success.checkbox label,
.bootstrap .has-success.radio-inline label,
.bootstrap .has-success.checkbox-inline label {
  color: #3c763d;
}
.bootstrap .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.bootstrap .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrap .has-warning .help-block,
.bootstrap .has-warning .control-label,
.bootstrap .has-warning .radio,
.bootstrap .has-warning .checkbox,
.bootstrap .has-warning .radio-inline,
.bootstrap .has-warning .checkbox-inline,
.bootstrap .has-warning.radio label,
.bootstrap .has-warning.checkbox label,
.bootstrap .has-warning.radio-inline label,
.bootstrap .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bootstrap .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrap .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrap .has-error .help-block,
.bootstrap .has-error .control-label,
.bootstrap .has-error .radio,
.bootstrap .has-error .checkbox,
.bootstrap .has-error .radio-inline,
.bootstrap .has-error .checkbox-inline,
.bootstrap .has-error.radio label,
.bootstrap .has-error.checkbox label,
.bootstrap .has-error.radio-inline label,
.bootstrap .has-error.checkbox-inline label {
  color: #a94442;
}
.bootstrap .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.bootstrap .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrap .has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.bootstrap .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #cccccc;
}
@media (min-width: 768px) {
  .bootstrap .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap .form-inline .input-group .input-group-addon,
  .bootstrap .form-inline .input-group .input-group-btn,
  .bootstrap .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .radio,
  .bootstrap .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .radio label,
  .bootstrap .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap .form-inline .radio input[type="radio"],
  .bootstrap .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox,
.bootstrap .form-horizontal .radio-inline,
.bootstrap .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox {
  min-height: 31px;
}
.bootstrap .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .bootstrap .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.bootstrap .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .bootstrap .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.bootstrap .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap .btn:focus,
.bootstrap .btn:active:focus,
.bootstrap .btn.active:focus,
.bootstrap .btn.focus,
.bootstrap .btn:active.focus,
.bootstrap .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap .btn:hover,
.bootstrap .btn:focus,
.bootstrap .btn.focus {
  color: #333333;
  text-decoration: none;
}
.bootstrap .btn:active,
.bootstrap .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap .btn.disabled,
.bootstrap .btn[disabled],
fieldset[disabled] .bootstrap .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.bootstrap .btn-default:hover,
.bootstrap .btn-default:focus,
.bootstrap .btn-default.focus,
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.open > .dropdown-toggle.bootstrap .btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.open > .dropdown-toggle.bootstrap .btn-default {
  background-image: none;
}
.bootstrap .btn-default.disabled,
.bootstrap .btn-default[disabled],
fieldset[disabled] .bootstrap .btn-default,
.bootstrap .btn-default.disabled:hover,
.bootstrap .btn-default[disabled]:hover,
fieldset[disabled] .bootstrap .btn-default:hover,
.bootstrap .btn-default.disabled:focus,
.bootstrap .btn-default[disabled]:focus,
fieldset[disabled] .bootstrap .btn-default:focus,
.bootstrap .btn-default.disabled.focus,
.bootstrap .btn-default[disabled].focus,
fieldset[disabled] .bootstrap .btn-default.focus,
.bootstrap .btn-default.disabled:active,
.bootstrap .btn-default[disabled]:active,
fieldset[disabled] .bootstrap .btn-default:active,
.bootstrap .btn-default.disabled.active,
.bootstrap .btn-default[disabled].active,
fieldset[disabled] .bootstrap .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.bootstrap .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.bootstrap .btn-primary {
  color: #ffffff;
  background-color: #368ccb;
  border-color: #307eb8;
}
.bootstrap .btn-primary:hover,
.bootstrap .btn-primary:focus,
.bootstrap .btn-primary.focus,
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.open > .dropdown-toggle.bootstrap .btn-primary {
  color: #ffffff;
  background-color: #2a70a4;
  border-color: #235d87;
}
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.open > .dropdown-toggle.bootstrap .btn-primary {
  background-image: none;
}
.bootstrap .btn-primary.disabled,
.bootstrap .btn-primary[disabled],
fieldset[disabled] .bootstrap .btn-primary,
.bootstrap .btn-primary.disabled:hover,
.bootstrap .btn-primary[disabled]:hover,
fieldset[disabled] .bootstrap .btn-primary:hover,
.bootstrap .btn-primary.disabled:focus,
.bootstrap .btn-primary[disabled]:focus,
fieldset[disabled] .bootstrap .btn-primary:focus,
.bootstrap .btn-primary.disabled.focus,
.bootstrap .btn-primary[disabled].focus,
fieldset[disabled] .bootstrap .btn-primary.focus,
.bootstrap .btn-primary.disabled:active,
.bootstrap .btn-primary[disabled]:active,
fieldset[disabled] .bootstrap .btn-primary:active,
.bootstrap .btn-primary.disabled.active,
.bootstrap .btn-primary[disabled].active,
fieldset[disabled] .bootstrap .btn-primary.active {
  background-color: #368ccb;
  border-color: #307eb8;
}
.bootstrap .btn-primary .badge {
  color: #368ccb;
  background-color: #ffffff;
}
.bootstrap .btn-success {
  color: #ffffff;
  background-color: #44af69;
  border-color: #3d9d5e;
}
.bootstrap .btn-success:hover,
.bootstrap .btn-success:focus,
.bootstrap .btn-success.focus,
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.open > .dropdown-toggle.bootstrap .btn-success {
  color: #ffffff;
  background-color: #368a53;
  border-color: #2c7144;
}
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.open > .dropdown-toggle.bootstrap .btn-success {
  background-image: none;
}
.bootstrap .btn-success.disabled,
.bootstrap .btn-success[disabled],
fieldset[disabled] .bootstrap .btn-success,
.bootstrap .btn-success.disabled:hover,
.bootstrap .btn-success[disabled]:hover,
fieldset[disabled] .bootstrap .btn-success:hover,
.bootstrap .btn-success.disabled:focus,
.bootstrap .btn-success[disabled]:focus,
fieldset[disabled] .bootstrap .btn-success:focus,
.bootstrap .btn-success.disabled.focus,
.bootstrap .btn-success[disabled].focus,
fieldset[disabled] .bootstrap .btn-success.focus,
.bootstrap .btn-success.disabled:active,
.bootstrap .btn-success[disabled]:active,
fieldset[disabled] .bootstrap .btn-success:active,
.bootstrap .btn-success.disabled.active,
.bootstrap .btn-success[disabled].active,
fieldset[disabled] .bootstrap .btn-success.active {
  background-color: #44af69;
  border-color: #3d9d5e;
}
.bootstrap .btn-success .badge {
  color: #44af69;
  background-color: #ffffff;
}
.bootstrap .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap .btn-info:hover,
.bootstrap .btn-info:focus,
.bootstrap .btn-info.focus,
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.open > .dropdown-toggle.bootstrap .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.open > .dropdown-toggle.bootstrap .btn-info {
  background-image: none;
}
.bootstrap .btn-info.disabled,
.bootstrap .btn-info[disabled],
fieldset[disabled] .bootstrap .btn-info,
.bootstrap .btn-info.disabled:hover,
.bootstrap .btn-info[disabled]:hover,
fieldset[disabled] .bootstrap .btn-info:hover,
.bootstrap .btn-info.disabled:focus,
.bootstrap .btn-info[disabled]:focus,
fieldset[disabled] .bootstrap .btn-info:focus,
.bootstrap .btn-info.disabled.focus,
.bootstrap .btn-info[disabled].focus,
fieldset[disabled] .bootstrap .btn-info.focus,
.bootstrap .btn-info.disabled:active,
.bootstrap .btn-info[disabled]:active,
fieldset[disabled] .bootstrap .btn-info:active,
.bootstrap .btn-info.disabled.active,
.bootstrap .btn-info[disabled].active,
fieldset[disabled] .bootstrap .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.bootstrap .btn-warning {
  color: #ffffff;
  background-color: #eea342;
  border-color: #ec982b;
}
.bootstrap .btn-warning:hover,
.bootstrap .btn-warning:focus,
.bootstrap .btn-warning.focus,
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.open > .dropdown-toggle.bootstrap .btn-warning {
  color: #ffffff;
  background-color: #e88c15;
  border-color: #c77812;
}
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.open > .dropdown-toggle.bootstrap .btn-warning {
  background-image: none;
}
.bootstrap .btn-warning.disabled,
.bootstrap .btn-warning[disabled],
fieldset[disabled] .bootstrap .btn-warning,
.bootstrap .btn-warning.disabled:hover,
.bootstrap .btn-warning[disabled]:hover,
fieldset[disabled] .bootstrap .btn-warning:hover,
.bootstrap .btn-warning.disabled:focus,
.bootstrap .btn-warning[disabled]:focus,
fieldset[disabled] .bootstrap .btn-warning:focus,
.bootstrap .btn-warning.disabled.focus,
.bootstrap .btn-warning[disabled].focus,
fieldset[disabled] .bootstrap .btn-warning.focus,
.bootstrap .btn-warning.disabled:active,
.bootstrap .btn-warning[disabled]:active,
fieldset[disabled] .bootstrap .btn-warning:active,
.bootstrap .btn-warning.disabled.active,
.bootstrap .btn-warning[disabled].active,
fieldset[disabled] .bootstrap .btn-warning.active {
  background-color: #eea342;
  border-color: #ec982b;
}
.bootstrap .btn-warning .badge {
  color: #eea342;
  background-color: #ffffff;
}
.bootstrap .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap .btn-danger:hover,
.bootstrap .btn-danger:focus,
.bootstrap .btn-danger.focus,
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.open > .dropdown-toggle.bootstrap .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.open > .dropdown-toggle.bootstrap .btn-danger {
  background-image: none;
}
.bootstrap .btn-danger.disabled,
.bootstrap .btn-danger[disabled],
fieldset[disabled] .bootstrap .btn-danger,
.bootstrap .btn-danger.disabled:hover,
.bootstrap .btn-danger[disabled]:hover,
fieldset[disabled] .bootstrap .btn-danger:hover,
.bootstrap .btn-danger.disabled:focus,
.bootstrap .btn-danger[disabled]:focus,
fieldset[disabled] .bootstrap .btn-danger:focus,
.bootstrap .btn-danger.disabled.focus,
.bootstrap .btn-danger[disabled].focus,
fieldset[disabled] .bootstrap .btn-danger.focus,
.bootstrap .btn-danger.disabled:active,
.bootstrap .btn-danger[disabled]:active,
fieldset[disabled] .bootstrap .btn-danger:active,
.bootstrap .btn-danger.disabled.active,
.bootstrap .btn-danger[disabled].active,
fieldset[disabled] .bootstrap .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.bootstrap .btn-link {
  color: #368ccb;
  font-weight: normal;
  border-radius: 0;
}
.bootstrap .btn-link,
.bootstrap .btn-link:active,
.bootstrap .btn-link.active,
.bootstrap .btn-link[disabled],
fieldset[disabled] .bootstrap .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .btn-link,
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus,
.bootstrap .btn-link:active {
  border-color: transparent;
}
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus {
  color: #25628f;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap .btn-link:hover,
.bootstrap .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.bootstrap .btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.bootstrap .btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap .btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap .btn-block {
  display: block;
  width: 100%;
}
.bootstrap .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap input[type="submit"].btn-block,
.bootstrap input[type="reset"].btn-block,
.bootstrap input[type="button"].btn-block {
  width: 100%;
}
.bootstrap .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrap .fade.in {
  opacity: 1;
}
.bootstrap .collapse {
  display: none;
  visibility: hidden;
}
.bootstrap .collapse.in {
  display: block;
  visibility: visible;
}
tr.bootstrap .collapse.in {
  display: table-row;
}
tbody.bootstrap .collapse.in {
  display: table-row-group;
}
.bootstrap .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bootstrap .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap .dropdown {
  position: relative;
}
.bootstrap .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.bootstrap .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap .dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
.bootstrap .dropdown-menu > li > a {
  cursor: pointer;
}
.bootstrap .dropdown-menu > li > a:hover,
.bootstrap .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.bootstrap .dropdown-menu > .active > a,
.bootstrap .dropdown-menu > .active > a:hover,
.bootstrap .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #368ccb;
}
.bootstrap .dropdown-menu > .disabled > a,
.bootstrap .dropdown-menu > .disabled > a:hover,
.bootstrap .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.bootstrap .dropdown-menu > .disabled > a:hover,
.bootstrap .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.bootstrap .open > .dropdown-menu {
  display: block;
}
.bootstrap .open > a {
  outline: 0;
}
.bootstrap .dropdown-menu-right {
  left: auto;
  right: 0;
}
.bootstrap .dropdown-menu-left {
  left: 0;
  right: auto;
}
.bootstrap .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #777777;
  white-space: nowrap;
}
.bootstrap .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.bootstrap .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap .dropup .caret,
.bootstrap .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.bootstrap .dropup .dropdown-menu,
.bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .bootstrap .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap .btn-group > .btn,
.bootstrap .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group-vertical > .btn:hover,
.bootstrap .btn-group > .btn:focus,
.bootstrap .btn-group-vertical > .btn:focus,
.bootstrap .btn-group > .btn:active,
.bootstrap .btn-group-vertical > .btn:active,
.bootstrap .btn-group > .btn.active,
.bootstrap .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap .btn-group .btn + .btn,
.bootstrap .btn-group .btn + .btn-group,
.bootstrap .btn-group .btn-group + .btn,
.bootstrap .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap .btn-toolbar {
  margin-left: -5px;
}
.bootstrap .btn-toolbar .btn-group,
.bootstrap .btn-toolbar .input-group {
  float: left;
}
.bootstrap .btn-toolbar > .btn,
.bootstrap .btn-toolbar > .btn-group,
.bootstrap .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .btn-group > .btn:last-child:not(:first-child),
.bootstrap .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .btn-group > .btn-group {
  float: left;
}
.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap .btn-group > .btn-group:first-child > .btn:last-child,
.bootstrap .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .btn-group .dropdown-toggle:active,
.bootstrap .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.bootstrap .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.bootstrap .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .btn .caret {
  margin-left: 0;
}
.bootstrap .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap .btn-group-vertical > .btn,
.bootstrap .btn-group-vertical > .btn-group,
.bootstrap .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap .btn-group-vertical > .btn + .btn,
.bootstrap .btn-group-vertical > .btn + .btn-group,
.bootstrap .btn-group-vertical > .btn-group + .btn,
.bootstrap .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap .btn-group-justified > .btn,
.bootstrap .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.bootstrap .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.bootstrap .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap .input-group-lg > .form-control,
.bootstrap .input-group-lg > .input-group-addon,
.bootstrap .input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.bootstrap .input-group-lg > .form-control,
select.bootstrap .input-group-lg > .input-group-addon,
select.bootstrap .input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.bootstrap .input-group-lg > .form-control,
textarea.bootstrap .input-group-lg > .input-group-addon,
textarea.bootstrap .input-group-lg > .input-group-btn > .btn,
select[multiple].bootstrap .input-group-lg > .form-control,
select[multiple].bootstrap .input-group-lg > .input-group-addon,
select[multiple].bootstrap .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap .input-group-sm > .form-control,
.bootstrap .input-group-sm > .input-group-addon,
.bootstrap .input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.bootstrap .input-group-sm > .form-control,
select.bootstrap .input-group-sm > .input-group-addon,
select.bootstrap .input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.bootstrap .input-group-sm > .form-control,
textarea.bootstrap .input-group-sm > .input-group-addon,
textarea.bootstrap .input-group-sm > .input-group-btn > .btn,
select[multiple].bootstrap .input-group-sm > .form-control,
select[multiple].bootstrap .input-group-sm > .input-group-addon,
select[multiple].bootstrap .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap .input-group-addon,
.bootstrap .input-group-btn,
.bootstrap .input-group .form-control {
  display: table-cell;
}
.bootstrap .input-group-addon:not(:first-child):not(:last-child),
.bootstrap .input-group-btn:not(:first-child):not(:last-child),
.bootstrap .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap .input-group-addon,
.bootstrap .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.bootstrap .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.bootstrap .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.bootstrap .input-group-addon input[type="radio"],
.bootstrap .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap .input-group .form-control:first-child,
.bootstrap .input-group-addon:first-child,
.bootstrap .input-group-btn:first-child > .btn,
.bootstrap .input-group-btn:first-child > .btn-group > .btn,
.bootstrap .input-group-btn:first-child > .dropdown-toggle,
.bootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap .input-group .form-control:last-child,
.bootstrap .input-group-addon:last-child,
.bootstrap .input-group-btn:last-child > .btn,
.bootstrap .input-group-btn:last-child > .btn-group > .btn,
.bootstrap .input-group-btn:last-child > .dropdown-toggle,
.bootstrap .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap .input-group-btn > .btn {
  position: relative;
}
.bootstrap .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap .input-group-btn > .btn:hover,
.bootstrap .input-group-btn > .btn:focus,
.bootstrap .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap .input-group-btn:first-child > .btn,
.bootstrap .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap .input-group-btn:last-child > .btn,
.bootstrap .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.bootstrap .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bootstrap .nav > li {
  position: relative;
  display: block;
}
.bootstrap .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap .nav > li > a:hover,
.bootstrap .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap .nav > li.disabled > a {
  color: #777777;
}
.bootstrap .nav > li.disabled > a:hover,
.bootstrap .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.bootstrap .nav .open > a,
.bootstrap .nav .open > a:hover,
.bootstrap .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #368ccb;
}
.bootstrap .nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap .nav > li > a > img {
  max-width: none;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.bootstrap .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bootstrap .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.bootstrap .nav-tabs > li.active > a,
.bootstrap .nav-tabs > li.active > a:hover,
.bootstrap .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff fff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.bootstrap .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap .nav-tabs.nav-justified > .active > a,
.bootstrap .nav-tabs.nav-justified > .active > a:hover,
.bootstrap .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .bootstrap .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap .nav-tabs.nav-justified > .active > a,
  .bootstrap .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff fff;
  }
}
.bootstrap .nav-pills > li {
  float: left;
}
.bootstrap .nav-pills > li > a {
  border-radius: 4px;
}
.bootstrap .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap .nav-pills > li.active > a,
.bootstrap .nav-pills > li.active > a:hover,
.bootstrap .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #368ccb;
}
.bootstrap .nav-stacked > li {
  float: none;
}
.bootstrap .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap .nav-justified {
  width: 100%;
}
.bootstrap .nav-justified > li {
  float: none;
}
.bootstrap .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap .nav-tabs-justified > .active > a,
.bootstrap .nav-tabs-justified > .active > a:hover,
.bootstrap .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .bootstrap .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap .nav-tabs-justified > .active > a,
  .bootstrap .nav-tabs-justified > .active > a:hover,
  .bootstrap .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff fff;
  }
}
.bootstrap .tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.bootstrap .tab-content > .active {
  display: block;
  visibility: visible;
}
.bootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-header {
    float: left;
  }
}
.bootstrap .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.bootstrap .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .bootstrap .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .bootstrap .navbar-collapse,
  .navbar-static-top .bootstrap .navbar-collapse,
  .navbar-fixed-bottom .bootstrap .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.bootstrap .navbar-fixed-top .navbar-collapse,
.bootstrap .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap .navbar-fixed-top .navbar-collapse,
  .bootstrap .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.bootstrap .container > .navbar-header,
.bootstrap .container-fluid > .navbar-header,
.bootstrap .container > .navbar-collapse,
.bootstrap .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap .container > .navbar-header,
  .bootstrap .container-fluid > .navbar-header,
  .bootstrap .container > .navbar-collapse,
  .bootstrap .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap .navbar-fixed-top,
.bootstrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .bootstrap .navbar-fixed-top,
  .bootstrap .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap .navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
}
.bootstrap .navbar-brand:hover,
.bootstrap .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .bootstrap .navbar-brand,
  .navbar > .container-fluid .bootstrap .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap .navbar-toggle:focus {
  outline: 0;
}
.bootstrap .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-toggle {
    display: none;
  }
}
.bootstrap .navbar-nav {
  margin: 6.5px -15px;
}
.bootstrap .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .bootstrap .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .bootstrap .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bootstrap .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .bootstrap .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap .navbar-nav > li {
    float: left;
  }
  .bootstrap .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.bootstrap .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .input-group .input-group-addon,
  .bootstrap .navbar-form .input-group .input-group-btn,
  .bootstrap .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .radio,
  .bootstrap .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .radio label,
  .bootstrap .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap .navbar-form .radio input[type="radio"],
  .bootstrap .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bootstrap .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.bootstrap .navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.bootstrap .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bootstrap .navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-left {
    float: left;
    float: left !important;
  }
  .bootstrap .navbar-right {
    float: right;
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.bootstrap .navbar-default .navbar-brand {
  color: #585858;
}
.bootstrap .navbar-default .navbar-brand:hover,
.bootstrap .navbar-default .navbar-brand:focus {
  color: #585858;
  background-color: transparent;
}
.bootstrap .navbar-default .navbar-text {
  color: #585858;
}
.bootstrap .navbar-default .navbar-nav > li > a {
  color: #585858;
}
.bootstrap .navbar-default .navbar-nav > li > a:hover,
.bootstrap .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.bootstrap .navbar-default .navbar-nav > .active > a,
.bootstrap .navbar-default .navbar-nav > .active > a:hover,
.bootstrap .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.bootstrap .navbar-default .navbar-nav > .disabled > a,
.bootstrap .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.bootstrap .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.bootstrap .navbar-default .navbar-toggle:hover,
.bootstrap .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.bootstrap .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.bootstrap .navbar-default .navbar-collapse,
.bootstrap .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.bootstrap .navbar-default .navbar-nav > .open > a,
.bootstrap .navbar-default .navbar-nav > .open > a:hover,
.bootstrap .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #585858;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.bootstrap .navbar-default .navbar-link {
  color: #585858;
}
.bootstrap .navbar-default .navbar-link:hover {
  color: #333333;
}
.bootstrap .navbar-default .btn-link {
  color: #585858;
}
.bootstrap .navbar-default .btn-link:hover,
.bootstrap .navbar-default .btn-link:focus {
  color: #333333;
}
.bootstrap .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap .navbar-default .btn-link:hover,
.bootstrap .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap .navbar-default .btn-link:focus {
  color: #cccccc;
}
.bootstrap .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.bootstrap .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.bootstrap .navbar-inverse .navbar-brand:hover,
.bootstrap .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.bootstrap .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.bootstrap .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.bootstrap .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.bootstrap .navbar-inverse .navbar-nav > .active > a,
.bootstrap .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.bootstrap .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.bootstrap .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.bootstrap .navbar-inverse .navbar-toggle:hover,
.bootstrap .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.bootstrap .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.bootstrap .navbar-inverse .navbar-collapse,
.bootstrap .navbar-inverse .navbar-form {
  border-color: #101010;
}
.bootstrap .navbar-inverse .navbar-nav > .open > a,
.bootstrap .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.bootstrap .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.bootstrap .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.bootstrap .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.bootstrap .navbar-inverse .btn-link:hover,
.bootstrap .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.bootstrap .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap .navbar-inverse .btn-link:hover,
.bootstrap .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap .navbar-inverse .btn-link:focus {
  color: #444444;
}
.bootstrap .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.bootstrap .label:hover,
a.bootstrap .label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap .label:empty {
  display: none;
}
.btn .bootstrap .label {
  position: relative;
  top: -1px;
}
.bootstrap .label-default {
  background-color: #777777;
}
.bootstrap .label-default[href]:hover,
.bootstrap .label-default[href]:focus {
  background-color: #5e5e5e;
}
.bootstrap .label-primary {
  background-color: #368ccb;
}
.bootstrap .label-primary[href]:hover,
.bootstrap .label-primary[href]:focus {
  background-color: #2a70a4;
}
.bootstrap .label-success {
  background-color: #44af69;
}
.bootstrap .label-success[href]:hover,
.bootstrap .label-success[href]:focus {
  background-color: #368a53;
}
.bootstrap .label-info {
  background-color: #5bc0de;
}
.bootstrap .label-info[href]:hover,
.bootstrap .label-info[href]:focus {
  background-color: #31b0d5;
}
.bootstrap .label-warning {
  background-color: #eea342;
}
.bootstrap .label-warning[href]:hover,
.bootstrap .label-warning[href]:focus {
  background-color: #e88c15;
}
.bootstrap .label-danger {
  background-color: #d9534f;
}
.bootstrap .label-danger[href]:hover,
.bootstrap .label-danger[href]:focus {
  background-color: #c9302c;
}
.bootstrap .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.bootstrap .badge:empty {
  display: none;
}
.btn .bootstrap .badge {
  position: relative;
  top: -1px;
}
.btn-xs .bootstrap .badge {
  top: 0;
  padding: 1px 5px;
}
a.bootstrap .badge:hover,
a.bootstrap .badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .bootstrap .badge,
.nav-pills > .active > a > .bootstrap .badge {
  color: #368ccb;
  background-color: #ffffff;
}
.list-group-item > .bootstrap .badge {
  float: right;
}
.list-group-item > .bootstrap .badge + .bootstrap .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .bootstrap .badge {
  margin-left: 3px;
}
.bootstrap .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #ffffff fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.bootstrap .thumbnail > img,
.bootstrap .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.bootstrap .thumbnail:hover,
a.bootstrap .thumbnail:focus,
a.bootstrap .thumbnail.active {
  border-color: #368ccb;
}
.bootstrap .thumbnail .caption {
  padding: 9px;
  color: #585858;
}
.bootstrap .alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap .alert .alert-link {
  font-weight: bold;
}
.bootstrap .alert > p,
.bootstrap .alert > ul {
  margin-bottom: 0;
}
.bootstrap .alert > p + p {
  margin-top: 5px;
}
.bootstrap .alert-dismissable,
.bootstrap .alert-dismissible {
  padding-right: 35px;
}
.bootstrap .alert-dismissable .close,
.bootstrap .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.bootstrap .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrap .alert-success .alert-link {
  color: #2b542c;
}
.bootstrap .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.bootstrap .alert-info hr {
  border-top-color: #a6e1ec;
}
.bootstrap .alert-info .alert-link {
  color: #245269;
}
.bootstrap .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.bootstrap .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bootstrap .alert-warning .alert-link {
  color: #66512c;
}
.bootstrap .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.bootstrap .alert-danger hr {
  border-top-color: #e4b9c0;
}
.bootstrap .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap .progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #368ccb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap .progress-striped .progress-bar,
.bootstrap .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.bootstrap .progress.active .progress-bar,
.bootstrap .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap .progress-bar-success {
  background-color: #44af69;
}
.progress-striped .bootstrap .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .bootstrap .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .progress-bar-warning {
  background-color: #eea342;
}
.progress-striped .bootstrap .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .bootstrap .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap .panel-body {
  padding: 15px;
}
.bootstrap .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.bootstrap .panel-title > a {
  color: inherit;
}
.bootstrap .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap .panel > .list-group,
.bootstrap .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap .panel > .list-group .list-group-item,
.bootstrap .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap .panel > .table,
.bootstrap .panel > .table-responsive > .table,
.bootstrap .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap .panel > .table caption,
.bootstrap .panel > .table-responsive > .table caption,
.bootstrap .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .panel > .table:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bootstrap .panel > .table:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bootstrap .panel > .panel-body + .table,
.bootstrap .panel > .panel-body + .table-responsive,
.bootstrap .panel > .table + .panel-body,
.bootstrap .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.bootstrap .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap .panel > .table-bordered,
.bootstrap .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.bootstrap .panel-group {
  margin-bottom: 24px;
}
.bootstrap .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bootstrap .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.bootstrap .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.bootstrap .panel-default {
  border-color: #dddddd;
}
.bootstrap .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.bootstrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.bootstrap .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.bootstrap .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.bootstrap .panel-primary {
  border-color: #368ccb;
}
.bootstrap .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #368ccb;
  border-color: #368ccb;
}
.bootstrap .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #368ccb;
}
.bootstrap .panel-primary > .panel-heading .badge {
  color: #368ccb;
  background-color: #ffffff;
}
.bootstrap .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #368ccb;
}
.bootstrap .panel-success {
  border-color: #d6e9c6;
}
.bootstrap .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrap .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap .panel-info {
  border-color: #bce8f1;
}
.bootstrap .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrap .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrap .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrap .panel-warning {
  border-color: #faebcc;
}
.bootstrap .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrap .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrap .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrap .panel-danger {
  border-color: #ebccd1;
}
.bootstrap .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrap .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrap .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.bootstrap .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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);
}
.bootstrap .well blockquote {
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.bootstrap .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bootstrap .close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.bootstrap .close:hover,
.bootstrap .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.bootstrap .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.bootstrap .modal-open {
  overflow: hidden;
}
.bootstrap .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.bootstrap .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.bootstrap .modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #1d1c21;
}
.bootstrap .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap .modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}
.bootstrap .modal-header .close {
  margin-top: -2px;
}
.bootstrap .modal-title {
  margin: 0;
  line-height: 1.5;
}
.bootstrap .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrap .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrap .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.bootstrap .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.bootstrap .modal-dialog {
  z-index: 1040;
}
@media (min-width: 768px) {
  .bootstrap .modal-dialog {
    width: 600px;
  }
  .bootstrap .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bootstrap .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap .modal-lg {
    width: 900px;
  }
}
.bootstrap .modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bootstrap .modal-dialog .modal-content {
  width: 100%;
  max-width: 40%;
  min-width: 400px;
}
.bootstrap .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.bootstrap .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.bootstrap .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.bootstrap .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.bootstrap .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.bootstrap .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.bootstrap .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.bootstrap .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap .popover {
  position: absolute;
  top: 0;
  left: 14px !important;
  z-index: 1060;
  display: none;
  padding: 1px;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.bootstrap .popover.top {
  margin-top: -10px;
}
.bootstrap .popover.right {
  margin-left: 10px;
}
.bootstrap .popover.bottom {
  margin-top: 10px;
}
.bootstrap .popover.left {
  margin-left: -10px;
}
.bootstrap .popover-title {
  margin: 0;
  padding: 18px 20px 10px;
  line-height: 1.5;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bootstrap .popover-content {
  padding: 9px 14px;
}
.bootstrap .popover > .arrow,
.bootstrap .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap .popover > .arrow {
  border-width: 11px;
}
.bootstrap .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.bootstrap .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.bootstrap .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.bootstrap .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.bootstrap .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.bootstrap .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.bootstrap .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.bootstrap .carousel {
  position: relative;
}
.bootstrap .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bootstrap .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.bootstrap .carousel-inner > .item > img,
.bootstrap .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .bootstrap .carousel-inner > .item.next,
  .bootstrap .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .bootstrap .carousel-inner > .item.prev,
  .bootstrap .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .bootstrap .carousel-inner > .item.next.left,
  .bootstrap .carousel-inner > .item.prev.right,
  .bootstrap .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.bootstrap .carousel-inner > .active,
.bootstrap .carousel-inner > .next,
.bootstrap .carousel-inner > .prev {
  display: block;
}
.bootstrap .carousel-inner > .active {
  left: 0;
}
.bootstrap .carousel-inner > .next,
.bootstrap .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap .carousel-inner > .next {
  left: 100%;
}
.bootstrap .carousel-inner > .prev {
  left: -100%;
}
.bootstrap .carousel-inner > .next.left,
.bootstrap .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap .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);
}
.bootstrap .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.bootstrap .carousel-control:hover,
.bootstrap .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap .carousel-control .icon-prev,
.bootstrap .carousel-control .icon-next,
.bootstrap .carousel-control .glyphicon-chevron-left,
.bootstrap .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.bootstrap .carousel-control .icon-prev,
.bootstrap .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap .carousel-control .icon-next,
.bootstrap .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap .carousel-control .icon-prev,
.bootstrap .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.bootstrap .carousel-control .icon-prev:before {
  content: '\2039';
}
.bootstrap .carousel-control .icon-next:before {
  content: '\203a';
}
.bootstrap .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.bootstrap .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.bootstrap .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap .carousel-control .glyphicon-chevron-left,
  .bootstrap .carousel-control .glyphicon-chevron-right,
  .bootstrap .carousel-control .icon-prev,
  .bootstrap .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .bootstrap .carousel-control .glyphicon-chevron-left,
  .bootstrap .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .bootstrap .carousel-control .glyphicon-chevron-right,
  .bootstrap .carousel-control .icon-next {
    margin-right: -15px;
  }
  .bootstrap .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .bootstrap .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap legend {
  color: inherit;
}
.bootstrap label {
  font-weight: normal;
  margin: 15px 0px 1px;
}
.bootstrap .has-warning .help-block,
.bootstrap .has-warning .control-label {
  color: #d9534f;
}
.bootstrap .has-warning .form-control,
.bootstrap .has-warning .form-control:focus {
  border-color: #d9534f;
}
.bootstrap .has-error .help-block,
.bootstrap .has-error .control-label {
  color: #368ccb;
}
.bootstrap .has-error .form-control,
.bootstrap .has-error .form-control:focus {
  border-color: #368ccb;
}
.bootstrap .has-success .help-block,
.bootstrap .has-success .control-label {
  color: #44af69;
}
.bootstrap .has-success .form-control,
.bootstrap .has-success .form-control:focus {
  border-color: #44af69;
}
.bootstrap .radio input[type="radio"],
.bootstrap .radio-inline input[type="radio"],
.bootstrap .checkbox input[type="checkbox"],
.bootstrap .checkbox-inline input[type="checkbox"] {
  position: relative;
  margin: 0px;
}
.bootstrap .accessLink {
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0;
  padding: 4px 10px;
  border-radius: 4px;
  transition: all ease 0.2s;
  border: solid 1px transparent;
  border-radius: 4px 4px 0 0;
}
.bootstrap .accessLink.active {
  font-weight: 400;
  color: #585858;
  border: solid 1px #DEDEDE;
  border-bottom: solid 1px #ffffff;
  position: relative;
  top: 1px;
}
.bootstrap .accessLink.active:active,
.bootstrap .accessLink.active:focus,
.bootstrap .accessLink.active:hover {
  background-color: transparent;
}
.bootstrap .accessLink:active,
.bootstrap .accessLink:focus,
.bootstrap .accessLink:hover {
  text-decoration: none;
  background-color: #DEDEDE;
}
.bootstrap .accessLink:nth-child(2) {
  margin-left: 10px;
}
.bootstrap .form-row-access:before,
.bootstrap .form-row-access:after {
  content: " ";
  display: table;
}
.bootstrap .form-row-access:after {
  clear: both;
}
.bootstrap .form-row-access:before,
.bootstrap .form-row-access:after {
  content: " ";
  display: table;
}
.bootstrap .form-row-access:after {
  clear: both;
}
.bootstrap .form-row-access div {
  float: left;
  width: 98%;
  position: relative;
}
@media (min-width: 550px) {
  .bootstrap .form-row-access div {
    width: 49%;
  }
}
.bootstrap .form-row-access div:last-child {
  margin-left: 0;
}
@media (min-width: 550px) {
  .bootstrap .form-row-access div:last-child {
    margin-left: 2%;
    margin-top: 0;
  }
}
.bootstrap .form-row-access div label {
  position: absolute;
  z-index: 50;
  color: #999999;
  transition: all ease 0.15s;
  top: -12px;
  left: 0px;
  font-size: 14px;
}
.bootstrap .form-row-access div input,
.bootstrap .form-row-access div select {
  margin-top: 25px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: transparent;
  display: block;
  height: 34px;
  border-radius: 4px;
  border: solid 1px #ECECEC;
  box-sizing: border-box;
  padding: 0 10px;
}
.bootstrap .form-row-access div input[value=""] + label,
.bootstrap .form-row-access div select[value=""] + label {
  top: 13px;
  left: 10px;
  font-size: 16px;
}
.bootstrap .form-row-access div input:focus + label,
.bootstrap .form-row-access div select:focus + label {
  top: -14px;
  left: 0px;
  font-size: 14px;
}
.bootstrap .form-row-access .input-error {
  border-color: #bf245e;
}
.bootstrap .form-row-access .input-error ~ ul {
  list-style: none;
  padding: 0 11px;
  margin-top: -8px;
  font-size: 13px;
  color: #bf245e;
  margin-bottom: 0;
}
@media (min-width: 550px) {
  .bootstrap .form-row-access.form-full div {
    width: 100%;
  }
  .bootstrap .form-row-access.form-full div:last-child {
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .bootstrap .form-row-access.form-three-fields div {
    width: 32%;
  }
  .bootstrap .form-row-access.form-three-fields div:nth-child(2) {
    margin-left: 2%;
  }
}
@media (min-width: 550px) {
  .bootstrap .form-row-access.form-small-first div {
    width: 40.5%;
  }
  .bootstrap .form-row-access.form-small-first div:nth-child(2) {
    margin-left: 2%;
  }
  .bootstrap .form-row-access.form-small-first div:first-child {
    width: 15%;
  }
}
.bootstrap .stdAccess .accessScreen {
  border-top: solid 1px #DEDEDE;
}
.bootstrap .stdAccess .form-errors {
  margin-top: 10px;
}
.bootstrap .stdAccess .form-errors ul {
  background-color: transparent;
  border: solid 1px #bf245e;
  border-radius: 4px;
  color: #bf245e;
}
.bootstrap .stdAccess .form-errors ul li {
  font-size: 16px;
  padding: 10px;
}
.bootstrap .stdAccess .checkbox {
  margin-top: 0;
}
.bootstrap .stdAccess .checkbox label {
  margin-top: 0;
  padding-left: 10px;
  font-size: 14px;
  color: #585858;
}
.bootstrap .stdAccess .btn {
  width: 100%;
  background-color: #368ccb;
  border: solid 1px  #368ccb;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border-radius: 20px;
  transition: all ease 0.2s;
}
.bootstrap .stdAccess .btn:hover {
  background-color: #4F97CC;
  border: solid 1px  #4F97CC;
  color: #ffffff;
}
.bootstrap .form-errors {
  padding: 0;
  width: 100%;
}
.bootstrap .form-errors ul.input-error {
  padding: 0;
  margin: 15px 0;
  border-radius: 4px;
}
.bootstrap .form-errors ul.input-error a {
  color: #66200f;
}
.bootstrap .form-errors li {
  list-style: none;
  text-align: center;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #ffffff;
  padding: 10px;
  margin: 0;
}
.bootstrap body {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 1000;
  font-style: normal;
  letter-spacing: .15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap .contentbox {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(100, 100, 100, 0.3);
  -webkit-box-shadow: 0px 2px 3px rgba(100, 100, 100, 0.3);
}
.bootstrap img {
  max-width: 100%;
}
.bootstrap .layout-card {
  background: #f0eeee top center repeat-x;
  width: 100%;
}
.bootstrap .layout-card .navbar-main {
  height: auto;
  padding: 30px 10px;
  background: #ffffff;
  margin-top: 0;
}
.bootstrap .layout-card .navbar-main .topnav-linksandsearch,
.bootstrap .layout-card .navbar-main .topnav-brand {
  margin-top: 0;
  vertical-align: middle;
  display: inline-block !important;
  height: auto;
}
.bootstrap .layout-card .navbar-main .topnav-link-border,
.bootstrap .layout-card .navbar-main .topnav-search {
  vertical-align: middle;
  display: inline-block;
}
.bootstrap .layout-card .navbar-main .topnav-searchbar {
  top: 0;
}
.bootstrap .layout-card p:last-child {
  margin-bottom: 0;
}
.bootstrap .layout-card h1 a,
.bootstrap .layout-card h2 a,
.bootstrap .layout-card h3 a,
.bootstrap .layout-card h4 a {
  color: #333333;
}
.bootstrap .layout-card h3 {
  font-weight: 400;
  padding: 10px;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}
.bootstrap .layout-card .filter-toggle {
  position: absolute;
  top: 9px;
  right: 25px;
}
.bootstrap .layout-card .titleBar-wrapper.affix .titleBar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 500;
  border-bottom: 4px solid #000000;
}
.bootstrap .layout-card .titleBlock .section-subtitle {
  text-align: center;
}
@media (min-width: 480px) {
  .bootstrap .layout-card .titleBlock .section-subtitle {
    text-align: left;
  }
  .bootstrap .layout-card .titleBlock .section-subtitle a.btn {
    float: left;
  }
  .bootstrap .layout-card .titleBlock .section-subtitle a {
    float: right;
  }
}
.bootstrap .layout-card .titleBlock .section-subtitle a {
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 6px;
}
.bootstrap .layout-card input[type="checkbox"] {
  position: absolute;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}
.bootstrap .layout-card input[type="checkbox"] + label span:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 0;
  background: #dedfe0;
  border-radius: 2px;
  border: 1px solid #cccccc;
  content: " ";
  vertical-align: top;
  margin-left: -25px;
  margin-top: .1em;
  margin-right: 11px;
  font-size: 12px;
  line-height: 14px;
}
.bootstrap .layout-card .checkbox {
  margin: 10px 0 10px 0;
}
.bootstrap .layout-card input[type="checkbox"]:hover + label span:before {
  font: 1em FontAwesome;
  color: #cccccc;
  content: "\f00c";
  font-size: 11px;
}
.bootstrap .layout-card .checkbox:first-child {
  margin-top: 0;
}
.bootstrap .layout-card label {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  color: #585858;
  border: 0;
  transition: .2s;
  display: block;
  padding-left: 14px;
}
.bootstrap .layout-card label span {
  display: inline-block;
  padding-left: 12px;
}
.bootstrap .layout-card .search-filter {
  margin-bottom: 20px;
  margin-top: 5px;
  border: solid 1px #dedfe0;
  border-radius: 3px;
}
.bootstrap .layout-card .filter-list {
  padding: 0 10px;
  margin-top: 20px;
}
.bootstrap .layout-card input[type="checkbox"]:checked + label span:before,
.bootstrap .layout-card input[type="checkbox"]:checked:hover + label span:before {
  background: #dedfe0;
  font: 1em FontAwesome;
  color: #585858;
  content: "\f00c";
  font-size: 12px;
}
.bootstrap .layout-card input[type=Search] {
  width: 85%;
  padding: 6px 20px;
  text-align: left;
  transition: 0.3s;
  border: none;
}
.bootstrap .layout-card .search-icon {
  float: right;
  width: 33px;
  height: 33px;
  display: inline-block;
  border: none;
  border-radius: 0 3px 3px 0;
  background: #f8f9f9;
  transition: 0.3s;
}
.bootstrap .layout-card .search-icon i {
  font-size: 1.2em;
  color: #585858;
}
.bootstrap .layout-card .contentbox-header {
  border-bottom: 1px solid #eeeeee;
  font-color: #555555;
  font-size: 18px;
  padding: 10px 20px;
  width: 100%;
  display: block;
}
.bootstrap .layout-card .contentbox-header h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  text-transform: capitalize;
}
.bootstrap .layout-card .contentbox-header h4 {
  display: inline-block;
}
.bootstrap .layout-card .contentbox-header.tabbed-header {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 0 0 0;
  padding: 0;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list {
  margin: 0;
  padding: 0;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 10px 0;
  font-weight: 300;
  font-size: 1.2em;
  background: rgba(199, 199, 199, 0.13);
  color: rgba(128, 128, 128, 0.68);
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab a {
  text-decoration: none;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab a:hover {
  font-weight: 600;
  text-decoration: none;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab.active {
  background: #ffffff;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab.active a {
  color: #333333;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab.active a:hover {
  cursor: default;
  text-decoration: none;
  font-weight: 300;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab h2 {
  font-size: inherit;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab a {
  color: inherit;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab {
  border-radius: 4px 0 0 0;
  border-right: 1px solid rgba(128, 128, 128, 0.16);
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
}
.bootstrap .layout-card .contentbox-subheader,
.bootstrap .layout-card .section-subtitle.inner {
  padding: 10px 20px;
  font-size: .9em;
}
.bootstrap .layout-card .contentbox-subheader .btn,
.bootstrap .layout-card .section-subtitle.inner .btn {
  font-size: .9em;
}
.bootstrap .layout-card .contentbox-subheader button {
  font-size: 14px;
}
.bootstrap .layout-card .section-subtitle {
  border-top: 4px solid #5e5e5e;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
  .bootstrap .layout-card {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 992px) {
  .bootstrap .layout-card {
    top: 20px;
    right: 30px;
  }
  .bootstrap .modal-dialog {
    z-index: 2000;
  }
}
.bootstrap body {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap .contentbox {
  background-color: #ffffff;
  word-wrap: break-word;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(119, 119, 119, 0.1);
  -webkit-box-shadow: 0px 2px 3px rgba(119, 119, 119, 0.1);
}
.bootstrap .contentbox .inner {
  padding: 20px;
}
.bootstrap img {
  max-width: 100%;
}
.bootstrap .layout-card {
  background: #f0eeee top center repeat-x;
  width: 100%;
}
.bootstrap .layout-card .navbar-main {
  height: auto;
  padding: 30px 10px;
  background: #ffffff;
  margin-top: 0;
}
.bootstrap .layout-card .navbar-main .topnav-linksandsearch,
.bootstrap .layout-card .navbar-main .topnav-brand {
  margin-top: 0;
  vertical-align: middle;
  display: inline-block !important;
  height: auto;
}
.bootstrap .layout-card .navbar-main .topnav-link-border,
.bootstrap .layout-card .navbar-main .topnav-search {
  vertical-align: middle;
  display: inline-block;
}
.bootstrap .layout-card .navbar-main .topnav-searchbar {
  top: 0;
}
.bootstrap .layout-card p:last-child {
  margin-bottom: 0;
}
.bootstrap .layout-card h1 a,
.bootstrap .layout-card h2 a,
.bootstrap .layout-card h3 a,
.bootstrap .layout-card h4 a {
  color: #333333;
}
.bootstrap .layout-card h3 {
  font-weight: 400;
  padding: 10px;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}
.bootstrap .layout-card .filter-toggle {
  position: absolute;
  top: 9px;
  right: 25px;
}
.bootstrap .layout-card .titleBar-wrapper.affix .titleBar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 500;
  border-bottom: 4px solid #000000;
}
.bootstrap .layout-card .titleBlock .section-subtitle {
  text-align: center;
}
@media (min-width: 480px) {
  .bootstrap .layout-card .titleBlock .section-subtitle {
    text-align: left;
  }
  .bootstrap .layout-card .titleBlock .section-subtitle a.btn {
    float: left;
  }
  .bootstrap .layout-card .titleBlock .section-subtitle a {
    float: right;
  }
}
.bootstrap .layout-card .titleBlock .section-subtitle a {
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 6px;
}
.bootstrap .layout-card input[type="checkbox"] {
  position: absolute;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}
.bootstrap .layout-card input[type="checkbox"] + label span:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 0;
  background: #dedfe0;
  border-radius: 2px;
  border: 1px solid #cccccc;
  content: " ";
  vertical-align: top;
  margin-left: -25px;
  margin-top: .1em;
  margin-right: 11px;
  font-size: 12px;
  line-height: 14px;
}
.bootstrap .layout-card .checkbox {
  margin: 10px 0 10px 0;
}
.bootstrap .layout-card input[type="checkbox"]:hover + label span:before {
  font: 1em FontAwesome;
  color: #cccccc;
  content: "\f00c";
  font-size: 11px;
}
.bootstrap .layout-card .checkbox:first-child {
  margin-top: 0;
}
.bootstrap .layout-card label {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  color: #585858;
  border: 0;
  transition: .2s;
  display: block;
  padding-left: 14px;
}
.bootstrap .layout-card label span {
  display: inline-block;
  padding-left: 12px;
}
.bootstrap .layout-card .search-filter {
  margin-bottom: 20px;
  margin-top: 5px;
  border: solid 1px #dedfe0;
  border-radius: 3px;
}
.bootstrap .layout-card .filter-list {
  padding: 0 10px;
  margin-top: 20px;
}
.bootstrap .layout-card input[type="checkbox"]:checked + label span:before,
.bootstrap .layout-card input[type="checkbox"]:checked:hover + label span:before {
  background: #dedfe0;
  font: 1em FontAwesome;
  color: #585858;
  content: "\f00c";
  font-size: 12px;
}
.bootstrap .layout-card input[type=Search] {
  width: 85%;
  padding: 6px 20px;
  text-align: left;
  transition: 0.3s;
  border: none;
}
.bootstrap .layout-card .search-icon {
  float: right;
  width: 33px;
  height: 33px;
  display: inline-block;
  border: none;
  border-radius: 0 3px 3px 0;
  background: #f8f9f9;
  transition: 0.3s;
}
.bootstrap .layout-card .search-icon i {
  font-size: 1.2em;
  color: #585858;
}
.bootstrap .layout-card .contentbox-header {
  border-bottom: 1px solid #eeeeee;
  font-color: #555555;
  font-size: 18px;
  padding: 10px 20px;
  width: 100%;
  display: block;
}
.bootstrap .layout-card .contentbox-header h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
}
.bootstrap .layout-card .contentbox-header.tabbed-header {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 0 0 0;
  padding: 0;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list {
  margin: 0;
  padding: 0;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab1,
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab2 {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 10px 0;
  font-weight: 300;
  font-size: 1.2em;
  background: rgba(199, 199, 199, 0.13);
  color: rgba(128, 128, 128, 0.68);
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab1 a,
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab2 a {
  text-decoration: none;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab1 a:hover,
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab2 a:hover {
  font-weight: 600;
  text-decoration: none;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab1.active,
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab2.active {
  background: #ffffff;
  border: 0;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab1.active a,
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab2.active a {
  color: #333333;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab1.active a:hover,
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab2.active a:hover {
  cursor: default;
  text-decoration: none;
  font-weight: 300;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab1 h2,
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab2 h2 {
  font-size: inherit;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab1 a,
.bootstrap .layout-card .contentbox-header.tabbed-header .tab-list .tab2 a {
  color: inherit;
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab1 {
  border-radius: 4px 0 0 0;
  border-right: 1px solid rgba(128, 128, 128, 0.16);
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
}
.bootstrap .layout-card .contentbox-header.tabbed-header .tab2 {
  border-radius: 0 4px 0 0;
  border-left: 1px solid rgba(128, 128, 128, 0.16);
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
}
.bootstrap .layout-card .contentbox-subheader,
.bootstrap .layout-card .section-subtitle.inner {
  padding: 10px 20px;
  font-size: .9em;
}
.bootstrap .layout-card .contentbox-subheader .btn,
.bootstrap .layout-card .section-subtitle.inner .btn {
  font-size: .9em;
}
.bootstrap .layout-card .contentbox-subheader button {
  font-size: 14px;
}
.bootstrap .layout-card .section-subtitle {
  border-top: 4px solid #5e5e5e;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
  .bootstrap .layout-card {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 992px) {
  .bootstrap .layout-card {
    top: 20px;
    right: 30px;
  }
  .bootstrap .modal-dialog {
    z-index: 2000;
  }
}
.bootstrap body {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap .contentbox {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(119, 119, 119, 0.1);
  -webkit-box-shadow: 0px 2px 3px rgba(119, 119, 119, 0.1);
}
.bootstrap .contentbox .inner {
  padding: 20px;
}
.bootstrap img {
  max-width: 100%;
}
.bootstrap .section-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
  text-align: left;
  margin: 0;
  padding: 20px 0;
  color: #333333;
}
.bootstrap .h2-bordered {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1em;
  text-align: left;
  margin: 0 0 15px;
  padding: 0 0px 8px;
  color: #333333;
  border-bottom: 2px solid #333333;
}
.bootstrap .regular {
  font-weight: 400;
}
.bootstrap .strong {
  font-weight: 700;
}
.bootstrap strong {
  font-weight: 700;
}
.bootstrap .uppercase {
  text-transform: uppercase;
}
.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6 {
  text-rendering: optimizeLegibility;
}
.bootstrap h4,
.bootstrap h5,
.bootstrap h6 {
  font-weight: 900;
}
.bootstrap p {
  margin: 0 0 1em 0;
}
.bootstrap p strong {
  font-weight: 700;
}
.bootstrap p em {
  font-style: italic;
}
.bootstrap .large-h1 {
  font-size: 51px;
}
.bootstrap .large-p {
  font-size: 23px;
  line-height: 1.3em;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.bootstrap .collapse-top {
  margin-top: 0;
}
.bootstrap .dark {
  color: #333333;
}
.bootstrap .blue-box-numbers {
  list-style: none;
  counter-reset: listNumber;
  padding-left: 0;
}
.bootstrap .blue-box-numbers > li {
  position: relative;
  counter-increment: listNumber;
  border: solid 1px #d9eaf5;
  padding: 10px 15px 12px 54px;
  border-radius: 4px;
  margin-bottom: 9px;
}
.bootstrap .blue-box-numbers > li::before {
  content: counter(listNumber);
  position: absolute;
  left: 0px;
  top: 0px;
  border: solid 1px #d9eaf5;
  border-top: 0;
  border-left: 0;
  width: 26px;
  height: 26px;
  border-radius: 0 0 4px 0;
  color: #368ccb;
  text-align: center;
  box-sizing: border-box;
  padding-top: 3px;
  font-size: 13px;
}
.bootstrap .blue-box-numbers > li ul li {
  margin-top: 8px;
}
.bootstrap .pagination {
  margin: 20px 0;
  text-align: right;
}
.bootstrap .pagination button {
  border: none;
  background-color: transparent;
  padding: 0 2%;
  color: #585858;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Lato";
  font-size: 16px;
}
.bootstrap .pagination button:hover {
  color: #333333;
}
.bootstrap .pagination button:focus {
  outline: 0;
  color: #333333;
}
.bootstrap .pagination button.active {
  background-color: #585858;
  color: #ffffff;
  cursor: default;
}
.bootstrap .pagination button.pagination-arrows {
  color: #ffffff;
  cursor: default;
}
.bootstrap .pagination button.pagination-arrows.active-previous,
.bootstrap .pagination button.pagination-arrows.active-next {
  color: #585858;
  cursor: pointer;
}
.bootstrap .pagination button.pagination-arrows.active-previous:hover,
.bootstrap .pagination button.pagination-arrows.active-next:hover {
  color: #333333;
}
.bootstrap .pagination button.pagination-arrows.active-previous:focus,
.bootstrap .pagination button.pagination-arrows.active-next:focus {
  outline: 0;
  color: #333333;
}
.bootstrap .social-media-weixin {
  position: absolute;
  bottom: 16px;
  left: 0px;
  width: 150px;
}
.bootstrap .paginationControl {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  text-align: center;
}
.bootstrap .paginationControl .pageFirst,
.bootstrap .paginationControl .pagePrev,
.bootstrap .paginationControl .pageNext,
.bootstrap .paginationControl .pageLast,
.bootstrap .paginationControl .pageCount {
  display: inline-block;
}
.bootstrap .paginationControl .pageFirst {
  float: left;
}
.bootstrap .paginationControl .pagePrev a,
.bootstrap .paginationControl .pageNext a,
.bootstrap .paginationControl .pagePrev span,
.bootstrap .paginationControl .pageNext span {
  background: #555555;
  padding: 3px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
}
.bootstrap .paginationControl .pagePrev a:hover,
.bootstrap .paginationControl .pageNext a:hover {
  background: #333333;
  text-decoration: none;
}
.bootstrap .paginationControl .pagePrev a:focus,
.bootstrap .paginationControl .pageNext a:focus {
  outline: 0;
  background: #333333;
  border: 1px solid #222222;
  text-decoration: none;
}
.bootstrap .paginationControl .pageFirst a,
.bootstrap .paginationControl .pageLast a {
  font-weight: 600;
  font-size: .9em;
  color: #555555;
  text-transform: none;
}
.bootstrap .paginationControl .pageLast {
  float: right;
}
.bootstrap .paginationControl .pageCount {
  padding: 0 15px;
  color: #555555;
}
.bootstrap .paginationControl .pageCount span {
  font-style: normal;
  color: #555555;
  font-weight: 600;
}
.bootstrap .paginationControl .disabled {
  opacity: .5;
}
@media screen and (max-width: 600px) {
  .bootstrap .paginationControl .pageFirst,
  .bootstrap .paginationControl .pageLast {
    display: none;
  }
  .bootstrap .paginationControl .pagePrev {
    float: left;
  }
  .bootstrap .paginationControl .pageNext {
    float: right;
  }
  .bootstrap .video-pagination .paginationControl {
    padding-bottom: 15px;
  }
}
.bootstrap .grayBg {
  background: #f0eeee;
}
.bootstrap .card-header {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 6px solid #555555;
  -webkit-box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.3);
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.3);
  margin: 30px 0 0;
  background: #ffffff;
  padding: 0 30px;
}
.bootstrap .card-header h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
  text-align: left;
  margin: 0;
  padding: 20px 0;
  color: #333333;
}
.bootstrap .white-card-top-box.blog {
  border-color: #368ccb;
}
.bootstrap .card-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.3);
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.3);
  margin: 30px 0;
  background: #ffffff;
  padding: 30px;
}
.bootstrap .content-title {
  margin: -15px -30px 30px -30px;
  padding: 0 15px 20px 30px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 300;
}
.bootstrap .content-title-alt {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1em;
  text-align: left;
  margin: 0 0 15px;
  padding: 0 0px 8px;
  color: #333333;
  border-bottom: 2px solid #333333;
}
.bootstrap a.btn-solid,
.bootstrap a.btn-solid:visited,
.bootstrap .btn-solid,
.bootstrap .btn-solid:visited {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 8px 20px 10px;
  margin: 5px 0;
  background-color: #eeeeee;
  background-image: none;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 3px #d5d5d5 solid;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-transition: border-bottom 0.001s, background-color 0.03s;
  -moz-transition: border-bottom 0.001s, background-color 0.03s;
  transition: border-bottom 0.001s, background-color 0.03s;
  color: #333333;
  font-weight: 600;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: -1px 1px 2px #d5d5d5;
  cursor: pointer;
  outline: none;
}
.bootstrap a.btn-solid:hover,
.bootstrap a.btn-solid:visited:hover,
.bootstrap .btn-solid:hover,
.bootstrap .btn-solid:visited:hover,
.bootstrap a.btn-solid:focus,
.bootstrap a.btn-solid:visited:focus,
.bootstrap .btn-solid:focus,
.bootstrap .btn-solid:visited:focus {
  background-color: #e9e9e9;
  background-image: none;
  color: #333333 !important;
  text-decoration: none;
}
.bootstrap a.btn-solid:active,
.bootstrap a.btn-solid:visited:active,
.bootstrap .btn-solid:active,
.bootstrap .btn-solid:visited:active {
  background-color: #e9e9e9;
  background-image: none;
  border-bottom: 2px #d0d0d0 solid;
  top: 2px;
  color: #333333;
  text-decoration: none;
}
.bootstrap a.btn-solid.btn-md,
.bootstrap .btn-solid.btn-md {
  height: 49px;
  padding: 8px 30px;
  font-size: 1.2em;
}
.bootstrap .btn-solid.btn-md.btn-orange {
  border-bottom: 4px #ec7258 solid;
}
.bootstrap .btn-solid.btn-md.btn-brand {
  border-bottom: 4px #2a70a4 solid;
}
.bootstrap .btn-solid.btn-md.btn-red {
  border-bottom: 4px #941c49 solid;
}
.bootstrap .btn-solid.btn-lg,
.bootstrap a.btn-solid.btn-lg {
  height: 52px;
  padding: 10px 50px;
  font-size: 1.4em;
}
.bootstrap a.btn-solid.btn-brand,
.bootstrap a.btn-solid.btn-brand:visited,
.bootstrap .btn-solid.btn-brand,
.bootstrap .btn-solid.btn-brand:visited {
  background-color: #368ccb;
  border-bottom: 3px #2a70a4 solid;
  color: #ffffff;
  text-shadow: -1px 1px 2px #307eb8;
}
.bootstrap a.btn-solid.btn-brand:hover,
.bootstrap a.btn-solid.btn-brand:visited:hover,
.bootstrap .btn-solid.btn-brand:hover,
.bootstrap .btn-solid.btn-brand:visited:hover,
.bootstrap a.btn-solid.btn-brand:focus,
.bootstrap a.btn-solid.btn-brand:visited:focus,
.bootstrap .btn-solid.btn-brand:focus,
.bootstrap .btn-solid.btn-brand:visited:focus {
  background-color: #3387c4;
  color: #ffffff !important;
  text-decoration: none;
}
.bootstrap a.btn-solid.btn-brand:active,
.bootstrap a.btn-solid.btn-brand:visited:active,
.bootstrap .btn-solid.btn-brand:active,
.bootstrap .btn-solid.btn-brand:visited:active {
  border-bottom: 2px #286b9c solid;
}
.bootstrap a.btn-solid.btn-orange,
.bootstrap a.btn-solid.btn-orange:visited,
.bootstrap .btn-solid.btn-orange,
.bootstrap .btn-solid.btn-orange:visited {
  background-color: #f19986;
  border-bottom: 3px #ec7258 solid;
  color: #ffffff;
  text-shadow: -1px 1px 2px #ee866f;
}
.bootstrap a.btn-solid.btn-orange:hover,
.bootstrap a.btn-solid.btn-orange:visited:hover,
.bootstrap .btn-solid.btn-orange:hover,
.bootstrap .btn-solid.btn-orange:visited:hover,
.bootstrap a.btn-solid.btn-orange:focus,
.bootstrap a.btn-solid.btn-orange:visited:focus,
.bootstrap .btn-solid.btn-orange:focus,
.bootstrap .btn-solid.btn-orange:visited:focus {
  background-color: #f0917d;
  color: #ffffff !important;
  text-decoration: none;
}
.bootstrap a.btn-solid.btn-orange:active,
.bootstrap a.btn-solid.btn-orange:visited:active,
.bootstrap .btn-solid.btn-orange:active,
.bootstrap .btn-solid.btn-orange:visited:active {
  border-bottom: 2px #eb6b4f solid;
}
.bootstrap a.btn-solid.btn-red,
.bootstrap a.btn-solid.btn-red:visited,
.bootstrap .btn-solid.btn-red,
.bootstrap .btn-solid.btn-red:visited {
  background-color: #bf245e;
  border-bottom: 3px #941c49 solid;
  color: #ffffff;
  text-shadow: -1px 1px 2px #aa2053;
}
.bootstrap a.btn-solid.btn-red:hover,
.bootstrap a.btn-solid.btn-red:visited:hover,
.bootstrap .btn-solid.btn-red:hover,
.bootstrap .btn-solid.btn-red:visited:hover,
.bootstrap a.btn-solid.btn-red:focus,
.bootstrap a.btn-solid.btn-red:visited:focus,
.bootstrap .btn-solid.btn-red:focus,
.bootstrap .btn-solid.btn-red:visited:focus {
  background-color: #b6225a;
  color: #ffffff !important;
  text-decoration: none;
}
.bootstrap a.btn-solid.btn-red:active,
.bootstrap a.btn-solid.btn-red:visited:active,
.bootstrap .btn-solid.btn-red:active,
.bootstrap .btn-solid.btn-red:visited:active {
  border-bottom: 2px #8c1a45 solid;
}
.bootstrap a.btn-solid.btn-green,
.bootstrap a.btn-solid.btn-green:visited,
.bootstrap .btn-solid.btn-green,
.bootstrap .btn-solid.btn-green:visited {
  background-color: #22b781;
  border-bottom: 3px #1a8c63 solid;
  color: #ffffff;
  text-shadow: -1px 1px 2px #1ea172;
}
.bootstrap a.btn-solid.btn-green:hover,
.bootstrap a.btn-solid.btn-green:visited:hover,
.bootstrap .btn-solid.btn-green:hover,
.bootstrap .btn-solid.btn-green:visited:hover,
.bootstrap a.btn-solid.btn-green:focus,
.bootstrap a.btn-solid.btn-green:visited:focus,
.bootstrap .btn-solid.btn-green:focus,
.bootstrap .btn-solid.btn-green:visited:focus {
  background-color: #20ae7b;
  color: #ffffff !important;
  text-decoration: none;
}
.bootstrap a.btn-solid.btn-green:active,
.bootstrap a.btn-solid.btn-green:visited:active,
.bootstrap .btn-solid.btn-green:active,
.bootstrap .btn-solid.btn-green:visited:active {
  border-bottom: 2px #18835d solid;
}
.bootstrap .flex-center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.bootstrap .btn-red-outline {
  border: solid 3px #bf245e;
  border-radius: 100px;
  text-transform: uppercase;
  color: #bf245e;
  font-weight: 1000;
  font-size: 20px;
  padding: 4px 24px;
  box-sizing: content-box;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  z-index: 100;
}
.bootstrap .btn-red-outline::before {
  content: "";
  z-index: -100;
  position: absolute;
  height: 200px;
  width: 0;
  left: 50%;
  top: -10%;
  background-color: rgba(193, 38, 97, 0);
  transition: all 0.35s ease;
}
.bootstrap .btn-red-outline:hover {
  color: #ffffff;
  background-color: #c12661;
}
.bootstrap .btn-red-outline:hover::before {
  left: 0;
  width: 100%;
  background-color: #c12661;
}
.bootstrap [class^="btn-outline-"],
.bootstrap [class*=" btn-outline-"] {
  display: inline-block;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  padding: 4px 24px;
  box-sizing: content-box;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  z-index: 100;
  white-space: normal;
}
.bootstrap [class^="btn-outline-"]::before,
.bootstrap [class*=" btn-outline-"]::before {
  content: "";
  z-index: -100;
  position: absolute;
  height: 200px;
  width: 0;
  left: 50%;
  top: -10%;
  transition: all 0.35s ease;
}
.bootstrap [class^="btn-outline-"]:hover,
.bootstrap [class*=" btn-outline-"]:hover,
.bootstrap [class^="btn-outline-"]:focus,
.bootstrap [class*=" btn-outline-"]:focus,
.bootstrap [class^="btn-outline-"]:active,
.bootstrap [class*=" btn-outline-"]:active {
  color: #ffffff;
  text-decoration: none;
}
.bootstrap [class^="btn-outline-"]:hover::before,
.bootstrap [class*=" btn-outline-"]:hover::before,
.bootstrap [class^="btn-outline-"]:focus::before,
.bootstrap [class*=" btn-outline-"]:focus::before,
.bootstrap [class^="btn-outline-"]:active::before,
.bootstrap [class*=" btn-outline-"]:active::before {
  left: 0;
  width: 100%;
}
.bootstrap .btn-small {
  font-size: 17px;
}
.bootstrap .btn-expand {
  padding: 4px 60px;
}
.bootstrap .btn-outline-red {
  border: solid 3px #bf245e;
  color: #bf245e;
}
.bootstrap .btn-outline-red::before {
  background-color: rgba(193, 38, 97, 0);
}
.bootstrap .btn-outline-red:hover,
.bootstrap .btn-outline-red:focus,
.bootstrap .btn-outline-red:active {
  background-color: #c12661;
}
.bootstrap .btn-outline-red:hover::before,
.bootstrap .btn-outline-red:focus::before,
.bootstrap .btn-outline-red:active::before {
  background-color: #c12661;
}
.bootstrap .btn-outline-blue {
  border: solid 3px #368ccb;
  color: #368ccb;
}
.bootstrap .btn-outline-blue::before {
  background-color: rgba(54, 140, 203, 0);
}
.bootstrap .btn-outline-blue:hover,
.bootstrap .btn-outline-blue:focus,
.bootstrap .btn-outline-blue:active {
  background-color: #368ccb;
}
.bootstrap .btn-outline-blue:hover::before,
.bootstrap .btn-outline-blue:focus::before,
.bootstrap .btn-outline-blue:active::before {
  background-color: #368ccb;
}
.bootstrap .btn-outline-green {
  border: solid 3px #3ba56c;
  color: #3ba56c;
}
.bootstrap .btn-outline-green::before {
  background-color: rgba(59, 165, 108, 0);
}
.bootstrap .btn-outline-green:hover,
.bootstrap .btn-outline-green:focus,
.bootstrap .btn-outline-green:active {
  background-color: #3ba56c;
}
.bootstrap .btn-outline-green:hover::before,
.bootstrap .btn-outline-green:focus::before,
.bootstrap .btn-outline-green:active::before {
  background-color: #3ba56c;
}
@media (max-width: 767px) {
  .bootstrap .card-header h1 {
    font-size: 1.4em;
  }
  .bootstrap .content-title-alt {
    line-height: 1.4em;
  }
}
@media (max-width: 991px) {
  .bootstrap .btn-solid,
  .bootstrap .btn-solid.btn-md,
  .bootstrap .btn-solid.btn-lg,
  .bootstrap a.btn-solid,
  .bootstrap a.btn-solid.btn-md,
  .bootstrap a.btn-solid.btn-lg {
    font-size: 1em;
    height: 44px;
    padding: 8px 30px;
  }
}
.bootstrap .headerBox {
  padding: 10px 15px 5px;
  margin: 0px;
  background: #368ccb;
  border: 2px solid #368ccb;
  border-bottom: none;
}
.bootstrap .headerBox lable,
.bootstrap .headerBox label {
  margin: 5px 0px;
  color: #ffffff;
  font-weight: bold;
}
.bootstrap .contentBox {
  padding: 10px 15px;
  border: 2px solid #368ccb;
  word-wrap: break-word;
  font-size: 14px;
}
.bootstrap .contentBox .active {
  color: #bf245e;
}
.bootstrap .flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bootstrap [class^="flex-col-"],
.bootstrap [class*=" flex-col-"] {
  width: 100%;
}
.bootstrap .bold-server-h3 {
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  color: #79163b;
  margin-top: 0px;
}
@media (min-width: 650px) {
  .bootstrap .flex-col-1 {
    width: 8%;
  }
  .bootstrap .flex-col-2 {
    width: 16%;
  }
  .bootstrap .flex-col-3 {
    width: 24%;
  }
  .bootstrap .flex-col-4 {
    width: 32%;
  }
  .bootstrap .flex-col-5 {
    width: 41%;
  }
  .bootstrap .flex-col-6 {
    width: 48%;
  }
  .bootstrap .flex-col-7 {
    width: 57%;
  }
  .bootstrap .flex-col-8 {
    width: 64%;
  }
  .bootstrap .flex-col-9 {
    width: 72%;
  }
  .bootstrap .flex-col-10 {
    width: 80%;
  }
  .bootstrap .flex-col-11 {
    width: 88%;
  }
  .bootstrap .flex-col-12 {
    width: 100%;
  }
}
.bootstrap .tab-pane {
  padding: 15px 0;
}
.bootstrap .access-profile-preview {
  color: #333333;
  padding: 20px;
  text-align: center;
  background-color: #f7f7f7;
}
.bootstrap .access-profile-preview .access-profile-imgframe {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: auto;
}
.bootstrap .access-profile-preview .photo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin: auto;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.bootstrap .access-profile-preview span {
  display: block;
}
.bootstrap .access-profile-preview .name {
  margin-top: 5px;
  font-weight: 700;
  opacity: .8;
}
.bootstrap .access-profile-preview .company {
  font-style: italic;
  font-size: .8em;
  opacity: .7;
}
.bootstrap .access-profile-preview .email {
  font-size: .8em;
  opacity: .7;
}
.bootstrap .access-profile-links a {
  display: block;
  line-height: 2;
  color: #333333;
  font-weight: normal;
}
.bootstrap .access-profile-links a:hover {
  color: #005596;
  text-decoration: none;
  font-weight: 700;
}
.bootstrap .access-profile-links p {
  margin-bottom: 0;
}
.bootstrap .access-profile-links .page-focus {
  color: #005596;
  font-weight: 700;
}
.bootstrap .new-support-cases button a {
  color: #ffffff;
  text-decoration: none;
}
.bootstrap .new-support-cases button p {
  margin-bottom: 0;
}
.bootstrap .new-support-cases button {
  margin: 0px 20%;
}
@media (max-width: 1198px) {
  .bootstrap .new-support-cases button {
    margin: 0px 13%;
  }
}
.bootstrap .licence-info__li {
  list-style: none;
}
.bootstrap .licence-info__li li div {
  position: relative;
  color: #094359;
}
.bootstrap .licence-info__li li div span {
  display: inline;
}
.bootstrap .sla__warning {
  margin: 15px 0 0 0;
}
.bootstrap #knowledgebaseQuery {
  width: 97%;
  padding-left: 10px;
}
.bootstrap .support h4 {
  color: #585858;
}
.bootstrap .profile-photo {
  display: block;
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 15px;
}
.bootstrap .profile-photo .profile-photo__container {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.bootstrap .profile-photo .profile-photo__container .photo {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.bootstrap .profile-photo button {
  margin-right: 15px;
}
.bootstrap .profile-photo .btn.disabled {
  opacity: 0.35;
}
.bootstrap .password__block {
  padding: 15px;
}
.bootstrap .btn--form__submit {
  background: #368ccb;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  padding: 6px 12px;
}
.bootstrap .btn--form__submit:hover {
  color: #ffffff;
  background-color: #005596;
  transition: 0.2s;
}
.bootstrap .btn--form__submit:focus {
  color: #ffffff;
  background-color: #005596;
  transition: 0.2s;
}
.bootstrap .heading-card-default .heading-card-title {
  color: #414042;
  border-bottom: 5px solid #414042;
}
.bootstrap .heading-card-default .heading-card-title h1,
.bootstrap .heading-card-default .heading-card-title a {
  color: #414042;
}
.bootstrap .heading-card-default .heading-card-title .btn {
  color: #ffffff;
  background-color: #368ccb;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-default .heading-card-title .btn:hover {
  background-color: #307eb8;
}
.bootstrap .heading-card-default .heading-card-subtitle {
  background-color: #ffffff;
}
.bootstrap .heading-card-default .heading-card-subtitle .heading-card-subtitle-link {
  color: #368ccb;
}
.bootstrap .heading-card-default .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-default .heading-card-subtitle .heading-card-subtitle-text {
  color: #414042;
}
.bootstrap .heading-card-default .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #368ccb;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-default .heading-card-subtitle .btn:hover {
  background-color: #3284c0;
}
.bootstrap .heading-card-default .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #368ccb;
}
.bootstrap .heading-card-default .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #414042;
}
.bootstrap .heading-card-default .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #368ccb;
}
.bootstrap .heading-card-default .heading-card-mobile-nav .btn:hover {
  background-color: #3284c0;
}
.bootstrap .heading-card-default .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #414042;
}
.bootstrap .heading-card-default .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #39383a;
}
.bootstrap .heading-card-forum .heading-card-title {
  color: #414042;
  border-bottom: 5px solid #101f56;
}
.bootstrap .heading-card-forum .heading-card-title h1,
.bootstrap .heading-card-forum .heading-card-title a {
  color: #414042;
}
.bootstrap .heading-card-forum .heading-card-title .btn {
  color: #ffffff;
  background-color: #368ccb;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-forum .heading-card-title .btn:hover {
  background-color: #307eb8;
}
.bootstrap .heading-card-forum .heading-card-subtitle {
  background-color: #005596;
}
.bootstrap .heading-card-forum .heading-card-subtitle .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-forum .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-forum .heading-card-subtitle .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-forum .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #368ccb;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-forum .heading-card-subtitle .btn:hover {
  background-color: #3284c0;
}
.bootstrap .heading-card-forum .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-forum .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-forum .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #368ccb;
}
.bootstrap .heading-card-forum .heading-card-mobile-nav .btn:hover {
  background-color: #3284c0;
}
.bootstrap .heading-card-forum .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #101f56;
}
.bootstrap .heading-card-forum .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #0e1a49;
}
.bootstrap .heading-card-course .heading-card-title {
  color: #414042;
  border-bottom: 5px solid #062754;
}
.bootstrap .heading-card-course .heading-card-title h1,
.bootstrap .heading-card-course .heading-card-title a {
  color: #414042;
}
.bootstrap .heading-card-course .heading-card-title .btn {
  color: #ffffff;
  background-color: #406db0;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-course .heading-card-title .btn:hover {
  background-color: #39619d;
}
.bootstrap .heading-card-course .heading-card-subtitle {
  background-color: #083775;
}
.bootstrap .heading-card-course .heading-card-subtitle .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-course .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-course .heading-card-subtitle .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-course .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #406db0;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-course .heading-card-subtitle .btn:hover {
  background-color: #3c66a5;
}
.bootstrap .heading-card-course .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-course .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-course .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #406db0;
}
.bootstrap .heading-card-course .heading-card-mobile-nav .btn:hover {
  background-color: #3c66a5;
}
.bootstrap .heading-card-course .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #062754;
}
.bootstrap .heading-card-course .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #052046;
}
.bootstrap .heading-card-workshop .heading-card-title {
  color: #414042;
  border-bottom: 5px solid #54102a;
}
.bootstrap .heading-card-workshop .heading-card-title h1,
.bootstrap .heading-card-workshop .heading-card-title a {
  color: #414042;
}
.bootstrap .heading-card-workshop .heading-card-title .btn {
  color: #ffffff;
  background-color: #ad4060;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-workshop .heading-card-title .btn:hover {
  background-color: #9a3956;
}
.bootstrap .heading-card-workshop .heading-card-subtitle {
  background-color: #76173a;
}
.bootstrap .heading-card-workshop .heading-card-subtitle .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-workshop .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-workshop .heading-card-subtitle .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-workshop .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #ad4060;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-workshop .heading-card-subtitle .btn:hover {
  background-color: #a23c5a;
}
.bootstrap .heading-card-workshop .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-workshop .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-workshop .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #ad4060;
}
.bootstrap .heading-card-workshop .heading-card-mobile-nav .btn:hover {
  background-color: #a23c5a;
}
.bootstrap .heading-card-workshop .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #54102a;
}
.bootstrap .heading-card-workshop .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #470e24;
}
.bootstrap .heading-card-webinar .heading-card-title {
  color: #414042;
  border-bottom: 5px solid #142919;
}
.bootstrap .heading-card-webinar .heading-card-title h1,
.bootstrap .heading-card-webinar .heading-card-title a {
  color: #414042;
}
.bootstrap .heading-card-webinar .heading-card-title .btn {
  color: #ffffff;
  background-color: #457b51;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-webinar .heading-card-title .btn:hover {
  background-color: #3c6b46;
}
.bootstrap .heading-card-webinar .heading-card-subtitle {
  background-color: #294830;
}
.bootstrap .heading-card-webinar .heading-card-subtitle .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-webinar .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-webinar .heading-card-subtitle .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-webinar .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #457b51;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-webinar .heading-card-subtitle .btn:hover {
  background-color: #40714b;
}
.bootstrap .heading-card-webinar .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-webinar .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-webinar .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #457b51;
}
.bootstrap .heading-card-webinar .heading-card-mobile-nav .btn:hover {
  background-color: #40714b;
}
.bootstrap .heading-card-webinar .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #142919;
}
.bootstrap .heading-card-webinar .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #0f1f13;
}
.bootstrap .heading-card-special .heading-card-title {
  color: #414042;
  border-bottom: 5px solid #2a314c;
}
.bootstrap .heading-card-special .heading-card-title h1,
.bootstrap .heading-card-special .heading-card-title a {
  color: #414042;
}
.bootstrap .heading-card-special .heading-card-title .btn {
  color: #ffffff;
  background-color: #6b7890;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-special .heading-card-title .btn:hover {
  background-color: #606c81;
}
.bootstrap .heading-card-special .heading-card-subtitle {
  background-color: #53546b;
}
.bootstrap .heading-card-special .heading-card-subtitle .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-special .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-special .heading-card-subtitle .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-special .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #6b7890;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-special .heading-card-subtitle .btn:hover {
  background-color: #647187;
}
.bootstrap .heading-card-special .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-special .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-special .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #6b7890;
}
.bootstrap .heading-card-special .heading-card-mobile-nav .btn:hover {
  background-color: #647187;
}
.bootstrap .heading-card-special .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #2a314c;
}
.bootstrap .heading-card-special .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #252b42;
}
.bootstrap .heading-card-meeting .heading-card-title {
  color: #414042;
  border-bottom: 5px solid #ab7a00;
}
.bootstrap .heading-card-meeting .heading-card-title h1,
.bootstrap .heading-card-meeting .heading-card-title a {
  color: #414042;
}
.bootstrap .heading-card-meeting .heading-card-title .btn {
  color: #ffffff;
  background-color: #dcb249;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-meeting .heading-card-title .btn:hover {
  background-color: #d8a934;
}
.bootstrap .heading-card-meeting .heading-card-subtitle {
  background-color: #c59318;
}
.bootstrap .heading-card-meeting .heading-card-subtitle .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-meeting .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-meeting .heading-card-subtitle .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-meeting .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #dcb249;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-meeting .heading-card-subtitle .btn:hover {
  background-color: #daad3c;
}
.bootstrap .heading-card-meeting .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-meeting .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-meeting .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #dcb249;
}
.bootstrap .heading-card-meeting .heading-card-mobile-nav .btn:hover {
  background-color: #daad3c;
}
.bootstrap .heading-card-meeting .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #ab7a00;
}
.bootstrap .heading-card-meeting .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #9c6f00;
}
.bootstrap .heading-card-comsolday .heading-card-title {
  color: #414042;
  border-bottom: 5px solid #0a3d71;
}
.bootstrap .heading-card-comsolday .heading-card-title h1,
.bootstrap .heading-card-comsolday .heading-card-title a {
  color: #414042;
}
.bootstrap .heading-card-comsolday .heading-card-title .btn {
  color: #ffffff;
  background-color: #0078c1;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-comsolday .heading-card-title .btn:hover {
  background-color: #0068a8;
}
.bootstrap .heading-card-comsolday .heading-card-subtitle {
  background-color: #005592;
}
.bootstrap .heading-card-comsolday .heading-card-subtitle .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-comsolday .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-comsolday .heading-card-subtitle .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-comsolday .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #0078c1;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-comsolday .heading-card-subtitle .btn:hover {
  background-color: #006eb2;
}
.bootstrap .heading-card-comsolday .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-comsolday .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-comsolday .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #0078c1;
}
.bootstrap .heading-card-comsolday .heading-card-mobile-nav .btn:hover {
  background-color: #006eb2;
}
.bootstrap .heading-card-comsolday .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #0a3d71;
}
.bootstrap .heading-card-comsolday .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #093563;
}
.bootstrap .heading-card-release53 .heading-card-title {
  color: #414042;
  border-bottom: 5px solid #a53476;
}
.bootstrap .heading-card-release53 .heading-card-title h1,
.bootstrap .heading-card-release53 .heading-card-title a {
  color: #414042;
}
.bootstrap .heading-card-release53 .heading-card-title .btn {
  color: #ffffff;
  background-color: #e2743f;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-release53 .heading-card-title .btn:hover {
  background-color: #df6429;
}
.bootstrap .heading-card-release53 .heading-card-subtitle {
  background-color: #368ccb;
}
.bootstrap .heading-card-release53 .heading-card-subtitle .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-release53 .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-release53 .heading-card-subtitle .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-release53 .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #e2743f;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-release53 .heading-card-subtitle .btn:hover {
  background-color: #e06a32;
}
.bootstrap .heading-card-release53 .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-release53 .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-release53 .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #e2743f;
}
.bootstrap .heading-card-release53 .heading-card-mobile-nav .btn:hover {
  background-color: #e06a32;
}
.bootstrap .heading-card-release53 .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #a53476;
}
.bootstrap .heading-card-release53 .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #99306e;
}
.bootstrap .heading-card-release53a .heading-card-title {
  color: #414042;
  border-bottom: 5px solid #0a2b58;
}
.bootstrap .heading-card-release53a .heading-card-title h1,
.bootstrap .heading-card-release53a .heading-card-title a {
  color: #414042;
}
.bootstrap .heading-card-release53a .heading-card-title .btn {
  color: #ffffff;
  background-color: #9c3c7a;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-release53a .heading-card-title .btn:hover {
  background-color: #8a356c;
}
.bootstrap .heading-card-release53a .heading-card-subtitle {
  background-color: #368ccb;
}
.bootstrap .heading-card-release53a .heading-card-subtitle .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-release53a .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-release53a .heading-card-subtitle .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-release53a .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #9c3c7a;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-release53a .heading-card-subtitle .btn:hover {
  background-color: #913871;
}
.bootstrap .heading-card-release53a .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-release53a .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-release53a .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #9c3c7a;
}
.bootstrap .heading-card-release53a .heading-card-mobile-nav .btn:hover {
  background-color: #913871;
}
.bootstrap .heading-card-release53a .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #0a2b58;
}
.bootstrap .heading-card-release53a .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #08244a;
}
.bootstrap .heading-card-release54 .heading-card-title {
  color: #414042;
  border-bottom: 5px solid #101f56;
}
.bootstrap .heading-card-release54 .heading-card-title h1,
.bootstrap .heading-card-release54 .heading-card-title a {
  color: #414042;
}
.bootstrap .heading-card-release54 .heading-card-title .btn {
  color: #ffffff;
  background-color: #70af1a;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-release54 .heading-card-title .btn:hover {
  background-color: #629917;
}
.bootstrap .heading-card-release54 .heading-card-subtitle {
  background-color: #368ccb;
}
.bootstrap .heading-card-release54 .heading-card-subtitle .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-release54 .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-release54 .heading-card-subtitle .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-release54 .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #70af1a;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-release54 .heading-card-subtitle .btn:hover {
  background-color: #67a218;
}
.bootstrap .heading-card-release54 .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-release54 .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-release54 .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #70af1a;
}
.bootstrap .heading-card-release54 .heading-card-mobile-nav .btn:hover {
  background-color: #67a218;
}
.bootstrap .heading-card-release54 .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #101f56;
}
.bootstrap .heading-card-release54 .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #0e1a49;
}
.bootstrap .heading-card-release55 .heading-card-title {
  color: #555555;
  border-bottom: 5px solid #333333;
}
.bootstrap .heading-card-release55 .heading-card-title h1,
.bootstrap .heading-card-release55 .heading-card-title a {
  color: #555555;
}
.bootstrap .heading-card-release55 .heading-card-title .btn {
  color: #ffffff;
  background-color: #e65e30;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-release55 .heading-card-title .btn:hover {
  background-color: #e14d1b;
}
.bootstrap .heading-card-release55 .heading-card-subtitle {
  background-color: #368ccb;
}
.bootstrap .heading-card-release55 .heading-card-subtitle .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-release55 .heading-card-subtitle .heading-card-subtitle-link.left-side {
  margin-right: 15px;
}
.bootstrap .heading-card-release55 .heading-card-subtitle .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-release55 .heading-card-subtitle .btn {
  color: #ffffff;
  background-color: #e65e30;
  transition: .3s;
  -webkit-transition: .3s;
}
.bootstrap .heading-card-release55 .heading-card-subtitle .btn:hover {
  background-color: #e45322;
}
.bootstrap .heading-card-release55 .heading-card-mobile-nav .heading-card-subtitle-link {
  color: #ffffff;
}
.bootstrap .heading-card-release55 .heading-card-mobile-nav .heading-card-subtitle-text {
  color: #ffffff;
}
.bootstrap .heading-card-release55 .heading-card-mobile-nav .btn {
  color: #ffffff;
  background-color: #e65e30;
}
.bootstrap .heading-card-release55 .heading-card-mobile-nav .btn:hover {
  background-color: #e45322;
}
.bootstrap .heading-card-release55 .heading-card-mobile-nav .btn.menu-toggle {
  background-color: #333333;
}
.bootstrap .heading-card-release55 .heading-card-mobile-nav .btn.menu-toggle:hover {
  background-color: #2b2b2b;
}
.bootstrap .card-background {
  background: #f0eeee top center repeat-x;
  width: 100%;
}
.bootstrap .content-box {
  margin: 30px 0 0 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.bootstrap .content-box .inner {
  padding: 20px;
}
.bootstrap .card {
  margin: 30px 0 0 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.bootstrap .card .inner {
  padding: 20px;
}
.bootstrap .card .inner.ev-types-inner {
  padding: 0;
}
.bootstrap .card .content-box-title-3 {
  padding: 10px 20px 10px 20px;
}
.bootstrap .card .content-box-title-3 p {
  padding: 0;
}
.bootstrap .card .inner {
  padding: 20px;
}
.bootstrap .heading-card-title {
  padding: 20px 20px 15px;
  color: #555555;
  border-bottom: 5px solid #555555;
}
.bootstrap .heading-card-title h1 {
  display: inline-block;
  margin: 0;
  font-weight: 800;
  font-size: 1.8em;
  line-height: 1em;
  text-align: left;
  padding-right: 200px;
}
@media screen and (max-width: 991px) {
  .bootstrap .heading-card-title h1 {
    font-size: 1.5em;
    line-height: 1.2;
  }
}
.bootstrap .heading-card-title h1:only-child {
  padding-right: 0;
}
.bootstrap .heading-card-title .btn {
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -20px;
  display: inline-block;
  float: right;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .7px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.bootstrap .heading-card-title a:hover {
  text-decoration: none;
}
.bootstrap .heading-card-mobile-control {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap .heading-card-mobile-control:focus,
.bootstrap .heading-card-mobile-control:active:focus,
.bootstrap .heading-card-mobile-control.active:focus,
.bootstrap .heading-card-mobile-control.focus,
.bootstrap .heading-card-mobile-control:active.focus,
.bootstrap .heading-card-mobile-control.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap .heading-card-mobile-control:hover,
.bootstrap .heading-card-mobile-control:focus,
.bootstrap .heading-card-mobile-control.focus {
  color: #333333;
  text-decoration: none;
}
.bootstrap .heading-card-mobile-control:active,
.bootstrap .heading-card-mobile-control.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap .heading-card-mobile-control.disabled,
.bootstrap .heading-card-mobile-control[disabled],
fieldset[disabled] .bootstrap .heading-card-mobile-control {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .heading-card-subtitle,
.bootstrap .heading-card-mobile-nav {
  padding: 15px 20px;
}
.bootstrap .heading-card-subtitle .right-side,
.bootstrap .heading-card-mobile-nav .right-side {
  float: right;
  float: right !important;
}
.bootstrap .heading-card-subtitle .heading-card-subtitle-text,
.bootstrap .heading-card-mobile-nav .heading-card-subtitle-text,
.bootstrap .heading-card-subtitle .heading-card-subtitle-link,
.bootstrap .heading-card-mobile-nav .heading-card-subtitle-link {
  display: inline-block;
  line-height: 2;
  font-size: 1em;
}
.bootstrap .heading-card-subtitle .heading-card-subtitle-link,
.bootstrap .heading-card-mobile-nav .heading-card-subtitle-link {
  font-weight: 800;
}
.bootstrap .heading-card-subtitle .heading-card-subtitle-text span,
.bootstrap .heading-card-mobile-nav .heading-card-subtitle-text span {
  margin-right: 15px;
}
.bootstrap .heading-card-subtitle .btn,
.bootstrap .heading-card-mobile-nav .btn {
  padding: 6px 20px;
  border: 0;
  font-size: .9em;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.42);
}
@media (max-width: 767px) {
  .bootstrap .heading-card-subtitle {
    padding: 10px 20px;
    text-align: center !important;
  }
  .bootstrap .heading-card-subtitle .right-side {
    float: none !important;
  }
  .bootstrap .heading-card-subtitle .btn {
    margin: 7px 0;
  }
  .bootstrap .heading-card-subtitle-text,
  .bootstrap .heading-card-subtitle-link {
    display: block;
  }
}
.bootstrap .sb-accordion {
  margin-bottom: 0;
}
.bootstrap .sb-accordion .sb-accordion-header {
  margin-bottom: 15px;
}
.bootstrap .sb-accordion .sb-accordion-header a {
  text-decoration: none;
  margin: 0;
  display: block;
  padding: 8px 15px;
  cursor: pointer;
  background: #585858;
  border-bottom: 3px solid #585858 !important;
}
.bootstrap .sb-accordion .sb-accordion-header a.collapsed {
  margin: 10px 0;
  cursor: pointer;
  border-bottom: 3px solid #585858 !important;
  background: #ffffff !important;
}
.bootstrap .sb-accordion .sb-accordion-header h5 {
  font-weight: 800;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
.bootstrap .sb-accordion .sb-accordion-header .collapsed h5 {
  color: #585858;
}
.bootstrap .sb-accordion .sb-accordion-header .accordion-icon {
  display: block;
  text-align: center;
  font-family: FontAwesome;
  font-size: 1.3em;
  font-weight: normal;
  font-style: normal;
}
.bootstrap .sb-accordion .sb-accordion-header .collapsed .accordion-icon:before {
  content: "\f0d7";
}
.bootstrap .sb-accordion .sb-accordion-header .accordion-icon:before {
  content: "\f0d8";
}
.bootstrap .sb-accordion .sb-accordion-content ul {
  padding-left: 0;
}
.bootstrap .sb-accordion .sb-accordion-content ul li {
  padding-left: 15px;
}
.bootstrap .sb-accordion .sb-accordion-content .three-columns {
  margin-bottom: 0;
  padding: 0 0 0 15px;
}
.bootstrap .sb-accordion .sb-accordion-content .three-columns ul {
  margin-bottom: 0px;
}
.bootstrap .sb-accordion .sb-accordion-content .three-columns li {
  padding: 0;
  margin-top: 0;
  display: inline-block;
  width: 32%;
}
.bootstrap .sb-accordion .sb-accordion-content .three-columns li:nth-of-type(1),
.bootstrap .sb-accordion .sb-accordion-content .three-columns li:nth-of-type(2) {
  padding-right: 3px;
}
.bootstrap .cc-search {
  position: relative;
  max-width: 350px;
  padding: 0;
}
.bootstrap .cc-search__field-wrapper {
  width: auto;
  position: relative;
  height: 35px;
}
.bootstrap .cc-search input.cc-search__input {
  width: 100%;
  padding: 2px 8px;
  padding-right: 78px;
  height: 35px;
  outline: none;
  border: 2px solid #dddddd;
  vertical-align: top;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: .2s;
  -webkit-transition: .2s;
  background: #fcfcfc;
}
.bootstrap .cc-search input.cc-search__input:focus {
  background: #ffffff;
  box-shadow: 0 0 10px #ededed;
  -webkit-box-shadow: 0 0 10px #dddddd;
}
.bootstrap .cc-search input:focus {
  border: 2px solid #368ccb;
}
.bootstrap .cc-search button.cc-search__submit {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  line-height: 35px;
  height: 35px;
  width: 70px;
  overflow: hidden;
  border: none;
  margin: 0;
  margin-left: -5px;
  padding: 0;
  background: #368ccb;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  transition: .2s;
  -webkit-transition: .2s;
}
.bootstrap .cc-search button.cc-search__submit:hover {
  background: #1f547a;
}
.bootstrap .darkBand {
  position: relative;
  width: 100%;
  min-height: 50px;
  background-color: #cccccc;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 2;
  font-size: 16px;
}
.bootstrap .darkBand a {
  color: #ffffff;
  font-weight: 400;
}
.bootstrap .actionContent {
  display: inline;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 15px;
  color: #ffffff;
}
.bootstrap .newsHolder {
  padding-left: 4px;
  border-radius: 3px;
}
.bootstrap .newsFeedLabel {
  display: inline;
}
.bootstrap .newsFeedLabel span {
  display: inline;
  font-weight: 600;
  position: relative;
  color: #ffffff;
}
.bootstrap #newsFeed {
  display: inline;
  text-align: left;
  padding-left: 4px;
}
.bootstrap .actionButton {
  display: inline;
}
.bootstrap .actionButton:first-of-type {
  padding-right: 20px;
}
.bootstrap .actionButton img {
  padding-right: 7px;
}
@media (min-width: 980px) {
  .bootstrap .actionPadding {
    position: relative;
    top: 15px;
  }
  .bootstrap .smOpen {
    display: inline;
  }
  .bootstrap .imageActionBox {
    margin-bottom: -50px !important;
  }
}
@media (max-width: 1200px) {
  .bootstrap .actionButton:first-of-type {
    padding-right: 10px;
  }
  .bootstrap .actionButton,
  .bootstrap .newsHolder {
    font-size: 14px;
  }
  .bootstrap .site-ru #newsFeed a {
    font-size: 13px;
  }
}
@media (max-width: 993px) {
  .bootstrap .actionButton:first-of-type {
    padding-right: 5px;
  }
}
@media (max-width: 979px) {
  .bootstrap .darkBand {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .bootstrap .actionButton {
    font-size: 16px;
  }
  .bootstrap .actionButton,
  .bootstrap .smOpen {
    display: block;
    clear: both;
    float: none;
    padding: 20px 0px;
    border-bottom: 1px dotted #333333;
    text-align: center;
  }
}
.bootstrap .campaign-bar {
  position: relative;
  width: 100%;
  background-color: #e7edf5;
  z-index: 2;
  font-size: 16px;
  vertical-align: middle;
  border-top: 1px solid #c0d6e8;
}
.bootstrap .campaign-blog-feed {
  color: #ffffff;
  text-align: left;
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 769px) {
  .bootstrap .campaign-blog-feed {
    font-size: 16px;
  }
}
.bootstrap .campaign-blog-feed span {
  color: #25325b;
}
.bootstrap .campaign-blog-feed a {
  color: #585858;
}
.bootstrap .campaign-ad {
  height: 90px;
}
@media (max-width: 1200) {
  .bootstrap .campaign-ad {
    bottom: -5px;
    line-height: 85px;
  }
}
.bootstrap .campaign-ad a {
  display: inline-block;
}
.bootstrap .campaign-ad a img {
  width: 100%;
}
.bootstrap .campaign-ad a:first-child {
  margin-right: 10px;
}
.bootstrap .campaign_ad--news .campaign-ad__heading {
  font-size: 14px;
}
.bootstrap .campaign_ad--news:hover {
  text-decoration: none;
}
.bootstrap .campaign_ad--news img {
  max-width: 60px;
  margin: 0 10px;
}
.bootstrap .campaign_ad--misc {
  margin-top: 0;
}
.bootstrap .campaign_ad--misc img {
  max-width: 180px;
}
.bootstrap .campaign-ad__ads,
.bootstrap .campaign-ad__heading {
  display: inline-block;
}
@media (max-width: 767px) {
  .bootstrap .campaign-blog-feed {
    color: #2a314c;
  }
  .bootstrap .campaign-blog-feed a {
    color: #2a314c;
  }
  .bootstrap .siteMap {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .bootstrap .campaign-ad {
    text-align: center;
    margin: 8px 0;
  }
  .bootstrap .campaign-ad a {
    line-height: 90px;
  }
  .bootstrap .campaign-ad__heading {
    font-size: 12px;
  }
  .bootstrap .campaign_ad--news img {
    max-width: 60px;
  }
  .bootstrap .campaign_ad--misc img {
    max-width: 160px;
  }
  .bootstrap .campaign-blog-feed {
    text-align: left;
    margin: 10px 0;
    padding: 0 30px;
  }
}
@media (max-width: 769px) {
  .bootstrap .campaign-ad a {
    width: 48%;
  }
}
@media (max-width: 544px) {
  .bootstrap .campaign-ad {
    display: table;
    margin: 8px 0;
    width: 100%;
  }
  .bootstrap .campaign-ad a {
    display: block;
    width: 100%;
    line-height: 50px;
    padding: 8px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #c0d6e8;
    text-decoration: none;
  }
  .bootstrap .campaign-ad .campaign_ad--news img {
    max-width: 40px;
  }
  .bootstrap .campaign-ad .campaign_ad--misc {
    padding: 0 0 10px 0;
  }
  .bootstrap .campaign-blog-feed {
    font-size: 13px;
    text-align: center;
  }
  .bootstrap .campaign-blog-feed span {
    font-weight: bold;
  }
  .bootstrap .campaign-blog-feed #newsFeed a {
    color: #585858;
  }
}
@media (min-width: 768px) {
  .bootstrap .campaign-bar {
    height: 90px;
    bottom: 0;
    display: table;
  }
  .bootstrap .campaign-ad {
    line-height: 85px;
    width: auto;
    display: inline-block;
    float: left;
    position: relative;
  }
  .bootstrap .campaign-blog-feed {
    margin-top: 27px;
    width: 40%;
    font-size: 13px;
    display: inline-block;
    float: right;
  }
  .bootstrap .campaign-blog-feed a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .bootstrap .campaign-blog-feed {
    margin-top: 20px;
    font-size: 19px;
  }
  .bootstrap .campaign-blog-feed a {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .campaign-ad {
    position: absolute;
    display: block;
  }
}
.bootstrap .fp-image-half {
  width: 100%;
}
@media (min-width: 968px) {
  .bootstrap .fp-image-half {
    width: 50%;
    float: left;
    padding-bottom: 20px;
  }
  .bootstrap .fp-image-half img {
    position: relative;
    left: -166px;
  }
}
.bootstrap .fp-text-container {
  max-width: 580px;
  text-align: center;
  margin: 64px auto;
}
@media (min-width: 630px) {
  .bootstrap .fp-text-container {
    text-align: right;
  }
}
@media (min-width: 968px) {
  .bootstrap .fp-text-container {
    float: right;
    margin: 0;
  }
}
.bootstrap .fp-text-container h2 {
  color: #585858 ;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.6em;
  margin-bottom: 24px;
}
.bootstrap .fp-image-container {
  display: none;
}
@media (min-width: 968px) {
  .bootstrap .fp-image-container {
    display: block;
  }
}
.bootstrap .fp-contain {
  max-height: 1000px;
}
.bootstrap .fp-video-tint {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.75+0,0+86 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#183333+0,000000+100&0.7+0,0+68 */
  /*end generated gradient */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  /*h1 Fix for smartphones */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bootstrap .fp-video-tint .fp-conf-location-box {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .bootstrap .fp-video-tint .fp-conf-location-box {
    display: none !important;
  }
}
.bootstrap .fp-video-tint .conf-lp-location,
.bootstrap .fp-video-tint .conf-lp-date {
  color: #ffffff;
}
.bootstrap .fp-video-tint .fp-conf-location {
  display: inline-block;
  width: 14.26%;
}
.bootstrap .fp-video-tint .fp-wrapper {
  width: 90%;
  max-width: 960px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .bootstrap .fp-video-tint .fp-wrapper {
    width: 81%;
  }
}
.bootstrap .fp-vid-text {
  color: #25325b;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0px 0px 5px rgba(0, 0, 0, 0.35);
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.9em;
  line-height: 1.4em;
}
.bootstrap .fp-vid-btn,
.bootstrap .fp-vid-btn:active {
  height: 55px;
  margin-right: 20px;
  padding: 10px 50px;
  background-color: #388090;
  background-image: none;
  border: 0px;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  border-bottom: 3px #2b636f solid;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  color: #ffffff;
  font-weight: 500;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}
.bootstrap .fp-vid-btn:hover,
.bootstrap .fp-vid-btn:active:hover,
.bootstrap .fp-vid-btn:focus,
.bootstrap .fp-vid-btn:active:focus {
  background-color: #2f6c7a;
  background-image: none;
  border-bottom: 3px #19341a solid;
  text-decoration: none;
  color: #ffffff;
}
.bootstrap .fp-vid-btn:active,
.bootstrap .fp-vid-btn:active:active {
  background-color: rgba(47, 108, 122, 0.98);
  background-image: none;
  text-decoration: none;
  color: #ffffff;
}
.bootstrap #fpHeroImage {
  overflow: hidden;
  position: relative;
}
.bootstrap #fpMobileImage {
  display: none;
  overflow: hidden;
  position: relative;
}
.bootstrap .fp-image-wrapper-responsive {
  text-align: center;
  background: #e7edf5 url(//cdn.comsol.com/frontpagesplash/55-release-homepage-v2.jpg) center 100% no-repeat;
  background-size: cover;
  width: 100%;
  /*
     * Formula for calculating image aspect ratio
     * (original height / original width) x new width = new height
     * Image dimension 1920px by 720px
     * 720px / 1920px * 100
     * (0.375) 100 = 37.5, .35 was added to get rid of gap btwn the banner and the campaign bar
     * https://andrew.hedges.name/experiments/aspect_ratio/
     */
  padding-bottom: 37.85%;
  height: 0;
}
.bootstrap .fp-image-wrapper-responsive img {
  margin: 0 auto;
}
.bootstrap .fp-video-maintain-ratio {
  position: relative;
  /*
     * Formula for calculating image aspect ratio
     * (original height / original width) x new width = new height
     * Image dimension 1920px by 720px
     * 720px / 1920px * 100
     * (0.375) 100 = 37.5, .35 was added to get rid of gap btwn the banner and the campaign bar
     * https://andrew.hedges.name/experiments/aspect_ratio/
     */
  padding-bottom: 37.85%;
  height: 0;
}
.bootstrap .fp-video-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .bootstrap .fp-vid-btn,
  .bootstrap .fp-vid-btn:active {
    height: auto;
    margin-right: 0px;
    margin-top: 0;
    padding: 10px 25px;
    background-image: none;
    border: 0px;
    border-radius: 5px;
    vertical-align: middle;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    color: #ffffff;
    font-weight: 400;
    font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  .bootstrap .fp-vid-btn:hover,
  .bootstrap .fp-vid-btn:focus {
    background-image: none;
    color: #ffffff;
    text-decoration: none;
  }
}
.bootstrap .fp-release {
  margin: 0;
}
.bootstrap .fp-release .fp-vid-btn {
  margin: 0;
}
.bootstrap .fp-release__tagline {
  color: #25325b;
  font-weight: 700;
  margin-bottom: .8em;
  font-size: 1.8em;
  text-align: center;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0px 0px 5px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.bootstrap .fp-release__btn {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #ffffff;
  padding: .4em 1.5em;
  font-weight: 600;
  font-size: 1.3em;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  background-color: #388090;
  background-image: none;
  border: 0;
  border-radius: 5px;
  vertical-align: middle;
  border-bottom: 4px solid #2a5f6b;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.bootstrap .fp-release__btn:hover,
.bootstrap .fp-release__btn:focus {
  background-color: #31707e;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.bootstrap .fp-release__btn:active {
  top: 2px;
  outline: none;
}
@media (max-width: 767px) {
  .bootstrap .fp-image-wrapper-responsive {
    height: 180px;
  }
  .bootstrap .fp-image-wrapper-responsive img {
    margin: 0 auto;
    min-height: 180px;
    overflow: auto;
  }
  .bootstrap .fp-wrapper {
    width: 80%;
  }
  .bootstrap .fp-vid-text {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.3em;
  }
  .bootstrap .fp-vid-btn,
  .bootstrap .fp-vid-btn:active {
    padding: 8px 11px;
    height: auto;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .fp-vid-text {
    margin-bottom: 20px;
    font-size: 1.6em;
    line-height: 1.5em;
  }
  .bootstrap .fp-vid-btn,
  .bootstrap .fp-vid-btn:active {
    padding: 8px 20px;
    height: auto;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .fp-vid-text {
    margin-bottom: 25px;
    font-size: 2em;
    line-height: 1.5em;
  }
  .bootstrap .fp-vid-btn,
  .bootstrap .fp-vid-btn:active {
    padding: 10px 40px;
    height: auto;
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .bootstrap .conf-lp-location {
    font-size: 1.2em !important;
  }
  .bootstrap .conf-lp-date {
    font-size: .9em !important;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .bootstrap .fp-vid-text {
    margin-top: 0;
  }
}
@media (max-width: 360px) {
  .bootstrap .fp-col--no-padding {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap .fp-release__tagline {
    color: #ffffff;
    max-width: 450px;
    margin: 0 auto .8em;
  }
  .bootstrap .fp-video-tint {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.75+0,0+86 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.74) 1%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.74) 1%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.74) 1%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
  }
}
@media (min-width: 0px) and (max-width: 299px) {
  .bootstrap .fp-release__tagline {
    font-size: 1em;
    max-width: 250px;
  }
  .bootstrap .fp-release__btn {
    font-size: .7em;
    padding: .3em 1em;
    font-weight: 700;
  }
}
@media (min-width: 300px) and (max-width: 359px) {
  .bootstrap .fp-release__tagline {
    font-size: 1.1em;
    max-width: 270px;
  }
  .bootstrap .fp-release__btn {
    font-size: .75em;
    padding: .3em 1em;
  }
}
@media (min-width: 360px) and (max-width: 499px) {
  .bootstrap .fp-release__tagline {
    font-size: 1.1em;
    max-width: 270px;
  }
  .bootstrap .fp-release__btn {
    font-size: .8em;
    padding: .3em 1em;
  }
}
@media (min-width: 500px) and (max-width: 749px) {
  .bootstrap .fp-release__tagline {
    font-size: 1.1em;
    max-width: 350px;
  }
  .bootstrap .fp-release__btn {
    font-size: .85em;
    padding: .3em 1em;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .bootstrap .fp-release__tagline {
    font-size: 1.3em;
    max-width: 420px;
  }
  .bootstrap .fp-release__btn {
    font-size: .9em;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .bootstrap .fp-release {
    margin-top: -10%;
    margin-left: 1.5em;
  }
  .bootstrap .fp-release__tagline {
    font-size: 1.6em;
    text-align: left;
    max-width: 340px;
  }
  .bootstrap .fp-release__btn {
    float: left;
    font-size: .9em;
  }
}
@media (min-width: 900px) and (max-width: 991px) {
  .bootstrap .fp-release {
    margin-top: -10%;
    margin-left: 1.5em;
  }
  .bootstrap .fp-release__tagline {
    font-size: 1.8em;
    text-align: left;
    max-width: 380px;
  }
  .bootstrap .fp-release__btn {
    float: left;
    font-size: .95em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .fp-release {
    margin-top: -10%;
    margin-left: 2em;
  }
  .bootstrap .fp-release__tagline {
    font-size: 1.85em;
    text-align: left;
    max-width: 450px;
  }
  .bootstrap .fp-release__btn {
    float: left;
    font-size: 1em;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .bootstrap .fp-release {
    margin-top: -10%;
    margin-left: 2.5em;
  }
  .bootstrap .fp-release__tagline {
    font-size: 2.2em;
    text-align: left;
    max-width: 520px;
  }
  .bootstrap .fp-release__btn {
    float: left;
    font-size: 1.1em;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .bootstrap .fp-release {
    margin-top: -10%;
    margin-left: 3em;
  }
  .bootstrap .fp-release__tagline {
    font-size: 2.6em;
    text-align: left;
    max-width: 640px;
  }
  .bootstrap .fp-release__btn {
    float: left;
    font-size: 1.15em;
  }
}
@media (min-width: 1600px) {
  .bootstrap .fp-release {
    margin-top: -10%;
    margin-left: 4em;
  }
  .bootstrap .fp-release__tagline {
    font-size: 3em;
    text-align: left;
    max-width: 720px;
  }
  .bootstrap .fp-release__btn {
    float: left;
    font-size: 1.2em;
  }
}
@media (min-width: 1800px) {
  .bootstrap .fp-release {
    margin-left: 5.5em;
  }
  .bootstrap .fp-release__tagline {
    font-size: 3.3em;
    max-width: 800px;
  }
  .bootstrap .fp-release__btn {
    float: left;
    font-size: 1.25em;
  }
}
@media (min-width: 1900px) {
  .bootstrap .fp-release {
    margin-top: -10%;
    margin-left: 6em;
  }
  .bootstrap .fp-release__tagline {
    font-size: 3.52em;
  }
  .bootstrap .fp-release__btn {
    font-size: 1.3em;
  }
}
.bootstrap .cyclopediaBody {
  padding-top: 35px;
  line-height: 1.8em;
  background-color: #ececec;
  background-repeat: no-repeat;
  background-position: center top;
}
.bootstrap .cyclopediaBody h3 {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-style: italic;
  color: #999999;
  font-size: 26px;
  margin-top: 28px;
  margin-bottom: 15px;
  font-weight: 400;
}
.bootstrap .cyclopediaBody h4 {
  font-weight: 700;
  font-size: 21px;
}
.bootstrap .cyclopediaBody h5 {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}
.bootstrap .cyclopediaBody p,
.bootstrap .cyclopediaBody li {
  font-family: 'droid-serif', serif;
  font-size: 1.125em;
  line-height: 1.8em;
}
.bootstrap .cyclopediaBody a {
  color: #368ccb;
}
.bootstrap .cyclopediaBody a:hover {
  color: #446f83;
}
.bootstrap .cyclopediaBody form {
  margin: 0;
}
.bootstrap .cyclopediaBody .multiphysics-definition {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  text-indent: 5px;
  background-color: #fcfcfc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0.08em dotted rgba(0, 0, 0, 0.05);
}
.bootstrap .cyclopediaBody blockquote small:before {
  content: "";
}
.bootstrap .cyclopediaBackgroundBox {
  width: 100%;
  margin-bottom: 35px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0.08em solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.625em 0.08em rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 200;
}
.bootstrap .cyclopediaContentWrapper {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bootstrap .cyclopediaContentWrapper {
    width: 95%;
  }
}
.bootstrap .cyclopediaBreadCrumbs {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  width: 100%;
  border-bottom: dotted 1px #585858;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
}
.bootstrap .cyclopediaSidebar {
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding: 15px 5.5%;
  margin-top: 31px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0.08em solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100;
  -o-transition: background 0.2s ease-out, background 0.2s ease-in;
  -ms-transition: background 0.2s ease-out, background 0.2s ease-in;
  -moz-transition: background 0.2s ease-out, background 0.2s ease-in;
  -webkit-transition: background 0.2s ease-out, background 0.2s ease-in;
  transition: background 0.2s ease-out, background 0.2s ease-in;
}
.bootstrap .cyclopediaSidebar a:hover {
  text-decoration: none;
}
.bootstrap .cyclopediaSidebar:hover {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .bootstrap .cyclopediaSidebar {
    width: 112%;
  }
}
.bootstrap .cyclopediaSidebar .cycloSidenavBlueBackground {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2f84c3;
  width: 300px;
  height: 98px;
  -webkit-border-bottom-right-radius: 43px;
  -moz-border-radius-bottomright: 43px;
  border-bottom-right-radius: 43px;
}
.bootstrap .cyclopediaSidebar h1 {
  font-family: "utopia-std", georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: -2px;
  color: #ffffff;
  font-size: 36px;
  position: relative;
  z-index: 600;
  text-indent: -10000px;
  overflow: hidden;
  background-image: url(//cdn.comsol.com/cyclopedia/cyclopedia-logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 255px;
  height: 91px;
}
@media (max-width: 979px) {
  .bootstrap .cyclopediaSidebar h1 {
    font-size: 31px;
    line-height: 1em;
  }
}
.bootstrap .cyclopediaSidebar h1.cn-logo {
  background-image: url(//cdn.comsol.com/cyclopedia/Cyclopedia_CN_logo.svg);
  max-width: 273px;
  background-position: -4px 16px;
}
.bootstrap .cyclopediaSidebar h2 {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 300;
  text-transform: lowercase;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #b8d4e9;
  padding-right: 5.185185185185185em;
  font-size: 25px;
  position: relative;
  z-index: 600;
}
@media (max-width: 979px) {
  .bootstrap .cyclopediaSidebar h2 {
    font-size: 20.5px;
  }
}
@media (max-width: 768px) {
  .bootstrap .cyclopediaSidebar {
    -webkit-border-radius: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.bootstrap .cyclopediaSidebar .wpSideBarSearchBar {
  border: none;
  margin-bottom: 0;
  width: 264px;
}
@media (max-width: 979px) {
  .bootstrap .cyclopediaSidebar .wpSideBarSearchBar {
    width: 199px;
    margin-top: 0;
  }
}
.bootstrap .cyclopediaSidebar .wpSearchField {
  width: 224px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 979px) {
  .bootstrap .cyclopediaSidebar .wpSearchField {
    width: 154px;
  }
}
.bootstrap .cyclopediaSidebar .wpSearchButton {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap .cyclopediaSidebar .wpAccentColor {
  background-color: #368ccb;
  border-color: #368ccb;
}
.bootstrap .cyclopediaSidebar .wpAccentColor:hover {
  background-color: #446f83;
  border-color: #446f83;
}
.bootstrap .hideList {
  display: none;
}
.bootstrap .cyclopediaList {
  font-size: 12px;
}
.bootstrap .cyclopediaList li {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #5B7886;
  font-size: 14px;
}
.bootstrap .cyclopediaList li.headOfList {
  list-style: none;
}
.bootstrap .cyclopediaList li:hover {
  text-decoration: none;
  color: #368ccb;
}
.bootstrap .cyclopediaList ul li {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  text-transform: none;
  list-style: disc;
  color: #999999;
}
.bootstrap .cyclopediaList ul li a:hover {
  text-decoration: none;
  color: #368ccb;
}
.bootstrap .cyclopediaList ul ul ul li {
  font-weight: 400;
  text-transform: none;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  list-style: circle;
  color: #999999;
}
.bootstrap .cyclopediaList ul ul ul li a:hover {
  text-decoration: none;
  color: #368ccb;
}
.bootstrap .cyclopediaList a {
  color: #999999;
}
.bootstrap .cyclopediaList a:hover {
  border-bottom: dotted 1px #368ccb;
  color: #368ccb;
}
.bootstrap .cyclopediaList i {
  color: #5B7886;
  top: 0.4em;
}
.bootstrap .cyclopediaList i:hover {
  color: #368ccb;
  cursor: pointer;
}
.bootstrap .cyclopediaList .cyclopediaMenuActive {
  color: #999999;
  font-weight: 600;
}
.bootstrap .cyclopediaList .cyclopediaMenuActive:hover {
  color: #999999;
}
.bootstrap .toggleList:hover {
  cursor: pointer;
  text-decoration: none;
}
.bootstrap .toggleList:hover a {
  text-decoration: none;
}
.bootstrap .cyclopediaImages {
  display: block;
  width: 100%;
  margin: 20px auto;
  position: relative;
}
.bootstrap .cyclopediaImages h2 {
  font-weight: 600;
  padding: 2.5%;
  margin-left: 0;
  position: relative;
}
@media (min-width: 768px) {
  .bootstrap .cyclopediaImages h2 {
    margin-bottom: 10px;
    position: absolute;
    bottom: -10px;
    z-index: 950;
    box-sizing: border-box;
    padding: 13px 45px 4px 10%;
    background-color: #ffffff;
    -webkit-border-top-right-radius: 35px;
    -moz-border-radius-topright: 35px;
    border-top-right-radius: 35px;
  }
}
.bootstrap .cyclopediaImages small {
  display: inline-block;
  margin-top: 5px;
  box-sizing: border-box;
  padding: 3px;
  margin-bottom: 2px;
  width: 100%;
  font-size: 14px;
}
.bootstrap .cyclopediaImages small p {
  font-size: 14px;
}
.bootstrap .cyclopediaImages.cyclopediaCover {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bootstrap .cyclopediaImages.cyclopediaCover img {
  position: relative;
  z-index: 900;
  width: 100%;
  display: block;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 768px) {
  .bootstrap .cyclopediaImages.cyclopediaCover img {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.bootstrap .cyclopediaImages .cmImgPhoneCaption {
  display: none !important;
}
.bootstrap .cyclopediaVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 24px;
}
.bootstrap .cyclopediaVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bootstrap .cyclopediaMath {
  text-align: center;
  margin: 15px auto;
}
.bootstrap .cyclopediaMath img {
  max-width: 100%;
}
.bootstrap .equationOrderNumber {
  display: inline-block;
  text-align: right;
  float: right;
}
.bootstrap .references {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 0.8em;
  color: #999999;
  border-bottom: dotted 1px #368ccb;
}
@media (max-width: 768px) {
  .bootstrap .references h4 {
    padding: 0 15px 10px 15px;
  }
}
.bootstrap .cyclopediaFooterWrapper {
  width: 85%;
  margin: 0 auto;
}
.bootstrap .cyclopediaFooterWrapper span {
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}
.bootstrap .cyclopediaFooterWrapper a span:hover {
  color: #999999;
  text-decoration: none;
}
.bootstrap .cyclopediaFooterRow {
  width: 100%;
}
.bootstrap .cyclopediaFooterRow:before,
.bootstrap .cyclopediaFooterRow:after {
  content: " ";
  display: table;
}
.bootstrap .cyclopediaFooterRow:after {
  clear: both;
}
.bootstrap .cyclopediaFooterRow:before,
.bootstrap .cyclopediaFooterRow:after {
  content: " ";
  display: table;
}
.bootstrap .cyclopediaFooterRow:after {
  clear: both;
}
.bootstrap .cyclopediaFooterRow:nth-child(2) span {
  margin-left: 7.5%;
}
.bootstrap .cyclopediaFooterElement {
  width: 100%;
  border-bottom: dotted 1px #368ccb;
  float: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 34px;
}
.bootstrap .cyclopediaFooterElement:hover {
  background-color: #d0e9f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .bootstrap .cyclopediaFooterElement {
    margin-top: 0;
    margin-bottom: 28px;
    width: 50%;
    border-bottom: none;
  }
}
.bootstrap .cyclopediaFooterElement i {
  font-size: 32px;
  color: #368ccb;
  display: block;
  float: left;
  width: 15%;
  box-sizing: border-box;
  padding: 4px;
}
.bootstrap .cyclopediaFooterElement i.fa-chevron-right {
  text-align: right;
}
.bootstrap .cyclopediaFooterElement strong {
  color: #333333;
}
.bootstrap .cyclopediaFooterElement strong:hover {
  color: #333333;
}
.bootstrap .cyclopediaFooterBtn {
  width: 85%;
  float: left;
  font-size: 16px;
  min-height: 100px;
}
.bootstrap .cyclopediaFooterNext {
  text-align: right;
}
.bootstrap .cyclopediaRelatedArticles {
  margin-left: 7.5%;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .bootstrap .cyclopediaRelatedArticles {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.bootstrap .cyclopediaRelatedArticles ul li {
  color: #368ccb;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  page-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.bootstrap .cyclopediaHomeFooterWrapper {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bootstrap .cyclopediaHomeFooterWrapper {
    width: 95%;
  }
}
.bootstrap .cyclopediaHomeFooterWrapper .accordion-group {
  border-style: none;
}
.bootstrap .cyclopediaHomeFooterWrapper .accordion-toggle {
  font-size: 16px;
  text-decoration: none;
  font-weight: 800;
  color: #999999;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.bootstrap .cyclopediaHomeFooterWrapper .accordion-toggle:hover {
  background-color: #d0e9f5;
}
.bootstrap .cyclopediaHomeFooterWrapper .cyclopediaRelatedArticles {
  margin: 0px;
}
.bootstrap .merge-table + h3 + p + table + table {
  transform: translateY(-25px);
}
.bootstrap .cyclo-table-heading {
  color: #8a6d3b;
  font-weight: bold;
}
.bootstrap .placeholder-msg {
  border: 1px solid #dbedf9;
  background: #f8fbfd;
  margin-bottom: 1em;
  padding: 1.3em;
  border-radius: 5px;
  color: #84c2ea;
  font-size: 1em;
  text-align: center;
}
.bootstrap .conf-light {
  color: #ffffff;
}
.bootstrap .conf-light p {
  color: #ffffff;
}
.bootstrap .conf-dark {
  color: #333333;
}
.bootstrap .conf-gray {
  color: #585858;
}
.bootstrap .conf-accent {
  color: #ba274a;
}
.bootstrap .conf-blue-accent {
  color: #0079c1;
}
.bootstrap .conf-purple {
  color: #a3548f;
}
.bootstrap .accessScreenToggle li a {
  font-size: 17px;
  font-weight: 400;
}
.bootstrap .conf-text-left {
  text-align: left;
}
.bootstrap .conf-text-center {
  text-align: center;
}
.bootstrap .conf-h2,
.bootstrap .conf-h3,
.bootstrap .conf-h4,
.bootstrap .conf-h5,
.bootstrap .conf-p-large,
.bootstrap .conf-p-small,
.bootstrap .conf-labels {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
}
.bootstrap .conf-h2 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 800;
}
.bootstrap .conf-h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 800;
}
.bootstrap .conf-h4 {
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 600;
}
.bootstrap .conf-h5 {
  font-size: 1.23em;
  font-weight: 800;
}
.bootstrap .conf-labels {
  font-size: 1.2em;
  font-weight: 400;
  padding-bottom: 5px;
}
.bootstrap .conf-p-large {
  font-size: 1.2em;
  line-height: 1.5em;
  max-width: 45em;
  font-weight: 400;
  margin: 20px auto;
}
.bootstrap .conf-p-small {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 400;
}
.bootstrap .conf-h-top {
  margin-top: 0;
}
.bootstrap .conf-white-bg {
  padding: 50px 0;
  margin: 0;
  background: #f5f5f5;
}
.bootstrap .header-block .header-info {
  position: absolute;
  top: 43px;
  left: 69px;
  height: 144px;
  padding: 20px 0;
  z-index: 1000;
}
.bootstrap .header-block .header-info h1 {
  position: absolute;
  height: 144px;
  width: 308px;
  border-right: 2px solid rgba(255, 255, 255, 0.38);
  left: 0;
  padding: 0;
  margin: 0;
}
.bootstrap .header-block .header-info h1 a {
  background-position: 0 20px;
  height: 144px;
  background-size: auto 104px;
}
.bootstrap .header-block .header-info .header-location {
  position: absolute;
  left: 350px;
  color: #ffffff;
  min-width: 300px;
  top: 23px;
}
.bootstrap .header-block .header-info .header-location .hl-date {
  font-size: 1.5em;
  display: block;
  font-weight: 300;
}
.bootstrap .header-block .header-info .header-location .hl-venue {
  font-size: .9em;
  display: block;
  text-transform: uppercase;
  font-weight: 800;
}
.bootstrap .header-block .std {
  background: #0079c1 url('//cdn.comsol.com/conference/2017/save-the-date/SaveTheDate_2018_header_photo.jpg') center repeat-x;
}
.bootstrap .header-block a.conf-logo {
  height: 104px;
  display: block;
  vertical-align: middle;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity .8s ease;
}
.bootstrap .std-block {
  background: #0079c1 url('//cdn.comsol.com/conference/2017/save-the-date/SaveTheDate_2018_header_photo.png') center repeat-x;
}
.bootstrap .conf-bar {
  position: relative;
  height: 60px;
  transition: all 0.4s ease;
  z-index: 300;
  line-height: 60px;
  letter-spacing: .05em;
  width: 100%;
  box-shadow: 0 -3px 10px rgba(1, 26, 41, 0.48);
}
.bootstrap .conf-bar .mb {
  display: block;
}
.bootstrap .conf-bar h1 {
  margin: 0;
  padding: 0;
}
.bootstrap .conf-bar .conf-main-nav {
  height: 60px;
}
.bootstrap .conf-bar ul {
  text-align: center;
  list-style: none;
  padding: 0;
  font-size: 0;
}
.bootstrap .conf-bar li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: .85em;
  line-height: 60px;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 .65%;
  z-index: 10;
  font-size: 14px;
  margin-left: -5px;
}
.bootstrap .conf-bar a,
.bootstrap .conf-bar a:active,
.bootstrap .conf-bar a:visited {
  text-decoration: none;
  transition: .2s;
}
.bootstrap .conf-bar .active a {
  border-bottom: 1.5px solid #a3548f;
}
.bootstrap .logo-nav ul {
  text-align: center;
  list-style: none;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 0;
}
.bootstrap .logo-nav li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: .85em;
  line-height: 60px;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  list-style: none;
}
.bootstrap .logo-nav a {
  color: #ffffff;
}
.bootstrap .logo-nav a:hover {
  color: #ba274a;
  list-style: none;
  text-decoration: none;
}
.bootstrap .logo-nav a,
.bootstrap .logo-nav a:active,
.bootstrap .logo-nav a:visited {
  transition: .2s;
}
.bootstrap .logo-nav .change-location,
.bootstrap .logo-nav i {
  line-height: 55px;
  list-style: none;
  text-decoration: none;
  vertical-align: bottom;
}
.bootstrap .logo-nav .change-location {
  width: 200px;
  padding: 10px;
  border: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-radius: 10px;
}
.bootstrap .logo-nav i {
  color: #ba274a;
}
.bootstrap .logo-nav-home .change-location {
  position: relative;
  top: 40px;
}
.bootstrap .logo-nav-home ul.location-dropdown {
  position: absolute;
  top: 105px;
}
.bootstrap .conf-bar-desktop .conf-main-nav {
  background: #2A2A72;
}
.bootstrap .conf-bar-desktop a,
.bootstrap .conf-bar-desktop a:active,
.bootstrap .conf-bar-desktop a:visited {
  transition: .2s;
  color: #ffffff;
}
.bootstrap .conf-bar-desktop a:hover,
.bootstrap .conf-bar-desktop a:active:hover,
.bootstrap .conf-bar-desktop a:visited:hover,
.bootstrap .conf-bar-desktop a:focus,
.bootstrap .conf-bar-desktop a:active:focus,
.bootstrap .conf-bar-desktop a:visited:focus {
  color: #a3548f;
}
.bootstrap .conf-bar-stuck,
.bootstrap .conf-bar-mobile {
  background: #2A2A72;
  box-shadow: 0 3px 10px rgba(1, 26, 41, 0.48);
}
.bootstrap .conf-bar-stuck a,
.bootstrap .conf-bar-mobile a,
.bootstrap .conf-bar-stuck a:active,
.bootstrap .conf-bar-mobile a:active,
.bootstrap .conf-bar-stuck a:visited,
.bootstrap .conf-bar-mobile a:visited {
  text-decoration: none;
  transition: .2s;
  color: #ffffff;
}
.bootstrap .conf-bar-stuck a:hover,
.bootstrap .conf-bar-mobile a:hover,
.bootstrap .conf-bar-stuck a:active:hover,
.bootstrap .conf-bar-mobile a:active:hover,
.bootstrap .conf-bar-stuck a:visited:hover,
.bootstrap .conf-bar-mobile a:visited:hover,
.bootstrap .conf-bar-stuck a:focus,
.bootstrap .conf-bar-mobile a:focus,
.bootstrap .conf-bar-stuck a:active:focus,
.bootstrap .conf-bar-mobile a:active:focus,
.bootstrap .conf-bar-stuck a:visited:focus,
.bootstrap .conf-bar-mobile a:visited:focus {
  color: #a3548f;
}
.bootstrap .conf-bar-stuck .conf-logo-nav-container,
.bootstrap .conf-bar-mobile .conf-logo-nav-container {
  display: block;
  overflow: visible;
  vertical-align: middle;
  background-color: #0079c1;
  height: 90px;
  width: 182px;
  position: absolute;
  max-height: 999px;
  top: 0;
  padding: 20px;
  transition: all 0.3s ease-in;
  left: 2%;
}
.bootstrap .conf-bar-stuck .conf-logo-nav-container .conf-logo-nav,
.bootstrap .conf-bar-mobile .conf-logo-nav-container .conf-logo-nav {
  display: inline-block;
  vertical-align: middle;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  height: 52px;
  width: 150px;
  background-size: contain;
  background-repeat: no-repeat;
}
.bootstrap .conf-bar-stuck .conf-logo-nav-container .conf-logo-nav background-image,
.bootstrap .conf-bar-mobile .conf-logo-nav-container .conf-logo-nav background-image {
  width: 500px;
}
.bootstrap .list-group-horizontal .list-group-item {
  display: inline-block;
}
.bootstrap .list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: 0;
}
.bootstrap .list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.bootstrap .list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.bootstrap ul.location-dropdown {
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
  text-align: left;
  top: 60px;
  width: 435px;
  background: #033860;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(1, 26, 41, 0.48);
}
.bootstrap ul.location-dropdown li {
  display: block;
  line-height: 1;
  text-align: left;
  padding: 10px 15px;
  font-weight: 800;
}
.bootstrap ul.location-dropdown .location-first {
  padding-left: 25px;
}
.bootstrap ul.location-dropdown .all-last {
  padding-top: 15px;
  margin-top: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.bootstrap ul.location-dropdown li:last-child {
  padding-bottom: 20px;
}
.bootstrap ul.location-dropdown li.active {
  color: rgba(255, 255, 255, 0.55);
}
.bootstrap ul.location-dropdown li.active a,
.bootstrap ul.location-dropdown li.active a:hover,
.bootstrap ul.location-dropdown li.active a:focus,
.bootstrap ul.location-dropdown li.active a:active {
  cursor: default;
  color: inherit;
}
.bootstrap ul.location-dropdown li.ld-all {
  padding-top: 15px;
  margin-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bootstrap ul.ld-mobile {
  position: relative;
  margin-left: -10px;
  top: 0;
  margin-right: -20px;
}
.bootstrap ul.ld-mobile li {
  padding: 0 15px;
}
.bootstrap ul.ld-mobile li:last-child {
  padding-bottom: 0;
}
.bootstrap ul.ld-mobile li:first-child {
  padding-top: 0;
}
.bootstrap ul.ld-mobile li.ld-all {
  padding-top: 0;
  margin-top: 0;
}
.bootstrap .conf-bar-stuck {
  position: fixed;
  top: -200px;
  transition: all 0.6s ease-in;
  padding-left: 2%;
}
.bootstrap .conf-bar-stuck .conf-logo-nav-container {
  box-shadow: 0 3px 10px rgba(1, 26, 41, 0.48);
}
.bootstrap .conf-bar-stuck.fix {
  position: fixed;
  top: 0;
  transition: all 0.6s ease-out;
}
.bootstrap .conf-bar-stuck .conf-main-nav {
  padding-left: 182px;
}
@media (max-width: 1180px) {
  .bootstrap .conf-bar-stuck {
    padding-left: 10px;
  }
  .bootstrap .conf-bar-stuck .conf-logo-nav-container {
    left: 0px;
    height: 60px;
    width: 126px;
    padding: 10px 10px 10px 10px;
    border-right: 0;
  }
  .bootstrap .conf-bar-stuck .conf-logo-nav-container .conf-logo-nav {
    height: 40px;
    vertical-align: initial;
  }
  .bootstrap .conf-bar-stuck .conf-main-nav {
    padding-left: 115px;
  }
  .bootstrap .conf-bar-stuck .conf-nav-list {
    text-align: right;
  }
  .bootstrap .conf-bar-stuck li {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    line-height: 60px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 1%;
    z-index: 10;
    font-size: 14px;
  }
}
.bootstrap .conf-bar-mobile button.conf-mobile-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  line-height: 36px;
  float: right;
  z-index: 300;
  text-align: right;
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 1em;
  padding: 0 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: .2s;
}
.bootstrap .conf-bar-mobile button.conf-mobile-toggle:active,
.bootstrap .conf-bar-mobile button.conf-mobile-toggle:visited {
  color: #ffffff;
  text-decoration: none;
}
.bootstrap .conf-bar-mobile button.conf-mobile-toggle:hover,
.bootstrap .conf-bar-mobile button.conf-mobile-toggle:focus {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
}
.bootstrap .conf-bar-mobile button.conf-mobile-toggle .conf-menu-updown {
  padding-left: 10px;
  font-family: FontAwesome;
  font-weight: normal;
}
.bootstrap .conf-bar-mobile button.conf-mobile-toggle .conf-menu-updown:before {
  content: "\f107";
}
.bootstrap .conf-bar-mobile .conf-nav-list {
  position: absolute;
  top: 60px;
  right: 0;
  background: #005f98;
  width: 50%;
  max-width: 250px;
  padding: 1% 2% 1% 1%;
}
.bootstrap .conf-bar-mobile .conf-nav-list li {
  display: block;
  line-height: 40px;
  text-align: left;
}
.bootstrap .conf-alert-message-bg {
  background-color: #ba274a;
}
.bootstrap .conf-home-gallery h4 {
  text-transform: uppercase;
  color: #585858;
  margin: 0 0 20px;
  padding-top: 0;
}
.bootstrap .conf-home-gallery p {
  margin: 0;
  color: #333333;
}
.bootstrap .conf-content {
  background-color: #f5f5f5;
}
.bootstrap #conf-home-locations {
  background: #005287;
}
.bootstrap .conf-location-box {
  margin-right: 0;
  padding: 10px;
  border: none;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: Lato;
  color: #ffffff;
  font-weight: 600;
  transition: background 0.6s ease-in-out;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  transition: all .5s ease;
}
.bootstrap .conf-location-box .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 12px #182D3A;
  transition: all .5s ease;
}
.bootstrap .conf-location-preview a.conf-closed:hover .conf-location-box {
  background: rgba(31, 59, 76, 0.72);
  transition: all .5s ease;
}
.bootstrap .conf-location-status {
  margin: 0 auto;
  text-transform: uppercase;
  transition: all .5s ease;
}
.bootstrap .conf-find-location {
  position: relative;
  left: 50%;
  margin-left: -165px;
  color: #ffffff;
  font-size: 1.8em;
  line-height: 1.4em;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #ffffff;
  background: transparent;
  transition: .2s;
}
.bootstrap .conf-find-location:visited,
.bootstrap .conf-find-location:active {
  color: #ffffff;
  text-decoration: none;
}
.bootstrap .conf-find-location:hover,
.bootstrap .conf-find-location:focus {
  color: #333333;
  background: #ffffff;
  text-decoration: none;
}
.bootstrap .conf-home-arrow {
  position: relative;
  top: 0;
  padding-top: -80px;
  margin: 0 0 80px 0;
  left: 48%;
  width: 100px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #ffffff;
}
.bootstrap #conf-abstract-confirmation {
  background: #ffffff;
  padding: 50px 0 100px;
}
.bootstrap #conf-abstract ol a {
  color: #cccccc;
  text-decoration: underline;
}
.bootstrap #myConference {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 0;
}
.bootstrap #myConference table,
.bootstrap #myConference td,
.bootstrap #myConference th {
  text-align: left;
}
.bootstrap #myConference .form-errors li {
  color: #368ccb;
}
.bootstrap #myConference hr {
  background: #fafafa;
  border: none;
  height: 2px;
}
.bootstrap #myConference .conf-p-small {
  color: #333333;
}
.bootstrap #myConference .conf-btn-sharp {
  margin: 10px 0px;
  min-height: 80px;
}
.bootstrap #myConference .version-tabs {
  text-align: center;
  border-bottom: 2px solid #999999;
  margin-top: 30px;
}
.bootstrap #myConference .version-tab {
  padding: 10px 30px;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin: 0 15px -2px 15px;
  background-color: #ffffff;
  color: #999999;
}
.bootstrap #myConference .version-tab:hover,
.bootstrap #myConference .version-tab:focus {
  background-color: #999999;
  color: #ffffff;
  text-decoration: none;
}
.bootstrap #myConference .version-tab.active {
  border: 2px solid #999999;
  border-bottom: 2px solid #ffffff;
  font-weight: 800;
  color: #333333;
}
.bootstrap #myConference .version-tab.active:hover,
.bootstrap #myConference .version-tab.active:focus {
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
}
.bootstrap #myConference .product-dl {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: .3s;
  -webkit-transition: .3s;
  border: 2px solid;
  padding: 5px 30px;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin: 10px;
  border-color: #70af1a;
  background-color: #ffffff;
  color: #70af1a;
}
.bootstrap #myConference .product-dl:hover,
.bootstrap #myConference .product-dl:focus {
  background-color: #70af1a;
  color: #ffffff;
  text-decoration: none;
}
.bootstrap #myConference .conf-reg-dropdown {
  position: absolute;
  left: 50%;
  margin-left: -130px;
}
.bootstrap #myConference .conf-status-box {
  background: #ddd;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  margin: 10px 0;
  padding: 20px;
  transition: .3s;
  text-align: center;
  min-height: 260px;
}
.bootstrap #myConference .conf-status-box:hover {
  background: #eeeeee;
  box-shadow: #cccccc 0px 1px 2px;
}
.bootstrap #myConference .conf-status-box h4 {
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 600;
}
.bootstrap #myConference .conf-status-box a {
  padding: 8px 10px;
  font-weight: 600;
  font-size: 1.2em;
}
.bootstrap #myConference .conf-status-circle {
  font-family: FontAwesome;
  font-size: 4em;
  font-weight: normal;
  text-align: center;
  display: block;
  margin: 5px auto;
  color: #cccccc;
}
.bootstrap #myConference .conf-status-circle.small {
  font-size: 1.75em;
}
.bootstrap #myConference .conf-status-circle.confirmed {
  color: #70af1a;
}
.bootstrap #myConference .conf-status-circle.confirmed:before {
  content: "\f058";
}
.bootstrap #myConference .conf-status-circle.not-confirmed {
  color: #f19986;
}
.bootstrap #myConference .conf-status-circle.not-confirmed:before {
  content: "\f056";
}
.bootstrap #myConference .mc-abstract-heading {
  background: #eeeeee;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  margin: 10px 0;
  padding: 8px 20px;
  transition: .3s;
  font-weight: 400;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #333333;
}
.bootstrap #myConference .mc-abstract-heading:hover,
.bootstrap #myConference .mc-abstract-heading:focus,
.bootstrap #myConference .mc-abstract-heading:active {
  background: #f6f6f6;
  box-shadow: #cccccc 0px 1px 2px;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
.bootstrap #myConference .conf-th-large,
.bootstrap #myConference .conf-th-small,
.bootstrap #myConference td,
.bootstrap #myConference th,
.bootstrap #myConference a,
.bootstrap #myConference td a {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
}
.bootstrap #myConference td,
.bootstrap #myConference th.review-title-col {
  vertical-align: middle;
}
.bootstrap #myConference .abstract-review-col {
  min-width: 120px;
}
.bootstrap #myConference .abstract-session-col {
  min-width: 157px;
}
.bootstrap #myConference .conf-abstract-action-col {
  width: 20%;
  text-align: right !important;
}
.bootstrap #myConference .conf-paperPoster-table {
  background: #eeeeee;
  border: 1px solid #ddd;
  width: 100%;
}
.bootstrap #myConference .conf-paperPoster-table .conf-file-cell {
  text-align: left;
  width: 30%;
  padding-left: 30px;
}
.bootstrap #myConference .conf-paperPoster-table .abstract-action-col {
  width: 20%;
  text-align: right;
}
.bootstrap #myConference .conf-paperPoster-table td.border-right {
  border-right: 1px solid #ddd;
}
.bootstrap #myConference .conf-document-blue {
  margin: 8px 10px;
  padding: 5px;
}
.bootstrap #myConference .conf-first-column {
  width: 30%;
}
.bootstrap #myConference .conf-th-large {
  font-size: 1.2em;
  font-weight: 600;
  width: 30%;
  text-align: left;
}
.bootstrap #myConference .conf-th-small {
  font-size: 1.1em;
  font-weight: 600;
  width: 12.5%;
  text-align: center;
}
.bootstrap #myConference .conf-grey-bg {
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
  padding: 20px;
}
.bootstrap #myConference td a {
  font-weight: 600;
  font-size: 1.1em;
}
.bootstrap #myConference td a i {
  padding: 0px 15px;
}
.bootstrap #myConference .link-disabled {
  display: none;
}