/**
 * Third party CSS
 */

/**
 *  Google Oswald fonts
 *  https://fonts.googleapis.com/css?family=Oswald:400,700,300
 */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url('/static/fonts/oswald-light.woff') format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url('/static/fonts/oswald-regular.woff') format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url('/static/fonts/oswald-bold.woff') format('woff');
}

/**
 * Codegen specific CSS
 */

/**
 * Common CSS for all the site.
 */
/* -------------------- *|
     Bootstrap CSS customizations
\* -------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', sans-serif;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}
.text-primary {
  color: #fcae11;
}
/* navbar */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #fcae11;
}
.navbar {
  min-height: 70px;
}
.navbar-brand {
  padding: 25px 15px;
  height: 70px;
}
.navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-nav {
  margin: 12.5px -15px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-btn.btn-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-default {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fcae11;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fcae11;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fcae11;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fcae11;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fcae11;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fcae11;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: rgba(255, 255, 255, 0.5);
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #fcae11;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fcae11;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: rgba(255, 255, 255, 0.5);
}

/* -------------------- *\
    #NAVBAR
\* -------------------- */
@media (min-width: 768px) {
  .navbar-default {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
/**
 * Navbar transform
 */
.navbar {
  border-width: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .navbar__initial {
    padding-top: 20px;
    background: transparent !important;
  }
}
/**
 * Navbar links and brand name
 */
.navbar-brand,
.navbar-nav > li > a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.navbar-nav > li > a {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
/**
 * Navbar links underline
 */
@media (min-width: 768px) {
  .navbar-nav > li {
    /* Do not underline disabled links */
  }
  .navbar-nav > li > a {
    /* Underline links on hover */
  }
  .navbar-nav > li > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    height: 0;
    border-bottom: 3px solid #fcae11;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-nav > li > a:hover::after,
  .navbar-nav > li > a:focus::after {
    left: 0;
    right: 0;
  }
  .navbar-nav > li.disabled > a::after {
    display: none;
  }
}
/**
 * Navbar toggle
 */
.navbar-toggle .icon-bar {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background: #fcae11;
}
/* -------------------- *\
    #SIDEBAR
\* -------------------- */
/**
 * Sidebar button
 */
.sidebar__btn {
  padding: 25px 15px 10px;
  cursor: pointer;
  color: #ffffff;
}
.sidebar__btn_open {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.sidebar-btn__caption,
.sidebar-menu__ul > li > a {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.sidebar-btn__caption {
  margin-right: 5px;
}
.sidebar-btn__icon {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-btn-icon__unhover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sidebar-btn-icon__hover {
  margin-left: -16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sidebar__btn:hover .sidebar-btn-icon__unhover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.sidebar__btn:hover .sidebar-btn-icon__hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
/**
 * Sidebar menu
 */
.sidebar__menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .sidebar__menu {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.sidebar__menu_hidden {
  right: -100%;
}
@media (min-width: 200px) {
  .sidebar__menu {
    width: 200px;
  }
  .sidebar__menu_hidden {
    right: -200px;
  }
}
/* Sidebar brand */
.sidebar-menu__brand {
  color: #ffffff;
  padding: 25px 15px;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* Sidebar links */
.sidebar-menu__ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.sidebar-menu__ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sidebar-menu__ul > li > a:hover,
.sidebar-menu__ul > li > a:focus {
  background: transparent;
  color: #fcae11;
}
.sidebar-menu__ul > li.active > a {
  color: #fcae11;
}
/*
 * Preloader
 */
.preloader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  overflow: hidden;
}
/*
 * General elements
 */
.heading__pre {
  text-align: center;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.heading__pre::before,
.heading__pre::after {
  content: "-";
  margin: 0 5px;
}
.heading__pre + .heading {
  margin-top: 0 !important;
}
.heading {
  margin: 0 auto 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28.8px;
}
.heading_lg {
  font-size: 36px;
}
.heading__sub {
  text-align: center;
  font-size: 17px;
  font-style: italic;
}
.heading + .heading__sub {
  margin: -40px auto 60px;
}
.heading_404 {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 28.8px;
}
@media (min-width: 768px) {
  .heading {
    margin-top: 0;
    font-size: 36px;
  }
  .heading_lg {
    font-size: 54px;
  }
}
/* -------------------- *\
    #ABOUT SCREEN
\* -------------------- */
.about__item {
  margin-bottom: 40px;
  text-align: center;
}
.about-item__title {
  margin-top: 0;
  margin-bottom: 20px;
}
.about-item-title__icon {
  margin-right: 10px;
  color: #fcae11;
}
.about-item__content {
  margin-bottom: 0;
}

#demo_button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* -------------------- *\
    #TEAM SCREEN
\* -------------------- */
.team__member {
  margin: 0 auto 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .team__member {
    width: 70%;
    margin-top: 40px;
  }
  .team__member_chief {
    width: 100%;
    margin-top: 0;
  }
}
.team-member__avatar {
  max-width: 50%;
  margin: 0 auto 15px;
  border: 10px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
}
.team-member__name {
  margin-bottom: 20px;
  color: #fcae11;
  text-transform: uppercase;
}
.team-member__info {
  margin-bottom: 20px;
}
.team-member__contact {
  text-align: center;
}
.team-member-contact__item {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 2px;
  border-radius: 50%;
  line-height: 30px;
  color: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member-contact__item:hover {
  color: white;
}
.team-member-contact__item.linkedin {
  background: #3b5998;
}
.team-member-contact__item.linkedin:hover {
  background: #2d4373;
}
.linkedin__icon {
  height: inherit;
  vertical-align: top;
}
/* -------------------- *\
    FOOTER
\* -------------------- */
footer {
  width: 100%;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}
footer a,
footer a:hover,
footer a:focus {
  color: white;
}
footer .footer-section {
  height: 60px;
  margin: 0px;
  padding: 10px 0px;
}
footer .footer-section.small-line {
  line-height: 20px;
}
footer .quicklinks {
  margin: 0px;  /* override for bootstrap ul */
}
footer .social__item {
  border-radius: 10%;
  height: 40px;
  margin: 0px 10px;     /* space around social icons as per guidelines; for vertical spacing see parent padding */
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .social__item:hover,
footer .social__item:focus {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

footer .social_item__icon {
  height: inherit;
  vertical-align: top;  /* needed to align the FB icon */
}

/**
 * Responsive
 */
@media (min-width: 768px) {
  /* General */
  .site-wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #eee;
  }
  /* Navbar & sidebar */
  .navbar-default,
  .sidebar__menu {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 992px) {
    /* Footer */
    footer {
        text-align: left;
    }
    .social__items {
        text-align: center;
    }
}

/**
 * index.html specific CSS
 */
/* -------------------- *\
    #LAYOUT :: CLASSIC
\* -------------------- */
html {
  height: 100% !important;
  /* Added !important to override smoothscroll.js height: auto; */
}
/**
 * Base structure
 */
body.classic {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}
body.classic {
  position: relative;
  height: 100%;
  color: #555555;
  text-shadow: none;
  /* General */
  /* Sidebar */
  /* Welcome */
  /* Footer */
}
body.classic::after {
  content: "";
}
body.classic .heading {
  margin-top: 0;
}
body.classic .site-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #eee;
}
body.classic #about {
  padding-bottom: 50px;
}
body.classic #about + .site-wrapper,
body.classic #team {
  padding-bottom: 30px;
}
body.classic .sidebar__btn_open.sidebar__btn_alt {
  color: #555555;
}
body.classic .welcome_classic {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-position: top left, center center;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}
body.classic .welcome-classic__inner {
  display: table-cell;
  vertical-align: middle;
}
body.classic #team {
  background-position: top left, center center;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
}
/**
 * Responsive
 */
@media (min-width: 768px) {
  /* General */
  body.classic .site-wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #eee;
  }
  body.classic #about {
    padding-bottom: 80px;
  }
  body.classic #about + .site-wrapper,
  body.classic #team {
    padding-bottom: 60px;
  }
}
/* -------------------- *\
    #BUTTONS
\* -------------------- */
/* Default button */
body.classic .btn-default {
  border-radius: 0;
  border: 2px solid #fcae11;
  background: transparent;
  color: #fcae11;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: border-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
body.classic .btn-default > span {
  position: relative;
  -webkit-transition: left 0.3s, opacity 0.3s;
  -o-transition: left 0.3s, opacity 0.3s;
  transition: left 0.3s, opacity 0.3s;
}
body.classic .btn-default > span:first-child {
  left: -12px;
  width: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
body.classic .btn-default > span:last-child {
  left: -7px;
}
body.classic .btn-default:hover,
body.classic .btn-default:focus,
body.classic .btn-default:active,
body.classic .btn-default:active:focus {
  border-color: #fcae11;
  background: transparent;
  color: #fcae11;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
body.classic .btn-default:hover > span:first-child,
body.classic .btn-default:focus > span:first-child,
body.classic .btn-default:active > span:first-child,
body.classic .btn-default:active:focus > span:first-child {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
body.classic .btn-default:hover > span:last-child,
body.classic .btn-default:focus > span:last-child,
.btn-default:active > span:last-child,
.btn-default:active:focus > span:last-child {
  left: 0;
}
/* Primary button */
body.classic .btn-primary {
  border-radius: 0;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: border-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
body.classic .btn-primary > span {
  position: relative;
  -webkit-transition: left 0.3s, opacity 0.3s;
  -o-transition: left 0.3s, opacity 0.3s;
  transition: left 0.3s, opacity 0.3s;
}
body.classic .btn-primary > span:first-child {
  left: -12px;
  width: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
body.classic .btn-primary > span:last-child {
  left: -7px;
}
body.classic .btn-primary:hover,
body.classic .btn-primary:focus,
body.classic .btn-primary:active,
body.classic .btn-primary:active:focus {
  border-color: #fcae11;
  background: transparent;
  color: #fcae11;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
body.classic .btn-primary:hover > span:first-child,
body.classic .btn-primary:focus > span:first-child,
body.classic .btn-primary:active > span:first-child,
body.classic .btn-primary:active:focus > span:first-child {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
body.classic .btn-primary:hover > span:last-child,
body.classic .btn-primary:focus > span:last-child,
body.classic .btn-primary:active > span:last-child,
body.classic .btn-primary:active:focus > span:last-child {
  left: 0;
}
/* Extra large button */
body.classic .btn-xl {
  padding: 15px 24px;
}

/* base.html CSS
-------------------------------------------------- */
body.index {
    overflow-x: hidden;
    padding-top: 50px;
}
body.index p {
    line-height: 1.75
}
/* No transparency for navbar on main report */
body.index .navbar-default {
    background-color: #222;
    border-color: #080808;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700
}
.btn-primary {
    color: #fff;
    background-color: #fcae11;
    border-color: #fcae11;
    text-transform: uppercase;
    font-weight: 700
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #fcae11;
    border-color: #fcae11
}
.btn-primary .badge {
    color: #fcae11;
    background-color: #fff
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0
}
::-moz-selection {
    text-shadow: none;
    background: #fcae11
}
::selection {
    text-shadow: none;
    background: #fcae11
}
img::selection {
    background: 0 0
}
img::-moz-selection {
    background: 0 0
}
#topics__submenu li.disabled {
    color: #888;
}
/* Affix CSS rules
-------------------------------------------------- */
a.affix-button {
    display: inline-block;
    opacity: .9;
    outline: none;
    height: 30px;
    position: fixed;
    width: 100px;
    top: calc(50% - 80px);
    right: -35px;
    z-index: 1;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #777;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform:rotate(90deg);
    background-color: #eee;
    border: 1px solid #ddd;
}