.hidden,
.hide {
  display: none !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  margin: 0;
}

a {
  color: #337ab7;
  text-decoration: none;
}

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

h2 {
  font-size: 30px;
}

label {
  display: inline-block;
  max-width: 100%;
}

.btn {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 500;
  white-space: inherit;
  cursor: pointer !important;
}

.btn-blue {
  color: white;
  padding: 9px 21px;
  font-weight: 500;
  font-size: 15px;
}

@media (min-width: 769px) {
  .container {
    width: 750px;
  }
  .only-show-on-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (max-width:940px) {
  .only-show-on-wide {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1190px;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.nav {
  padding-top: 0px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  z-index: 102;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
  top: 0;
  /* background: rgba(255, 255, 255, 0.97); */
}

.nav-container {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  position: relative;
}

.nav-inner-container {
  position: relative;
  margin-left: 4%;
}

.logo {
  display: inline-block;
  padding: 0.5em 0 0 0;
  /* padding-left: 5em; */
  vertical-align: middle;
  margin-right: 2em;
  -webkit-transition: all 0.5 linear;
  -moz-transition: all 0.5 linear;
  transition: all 0.5 linear;
}

.logo h1 {
  color: white;
  font-family: "NimbusReg", "Didact Gothic", "Maven Pro", sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  -webkit-transition: all 0.5 linear;
  -moz-transition: all 0.5 linear;
  transition: all 0.5 linear;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.point {
  color: rgb(249, 76, 59);
}

.nav-items-container {
  right: 0%;
  top: calc(50% - 34px);
  position: absolute;
}

.nav-items,
.nav-items li button {
  list-style-type: none;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}

.nav-items li {
  display: inline-block;
  padding-right: 2.5em;
}

.nav-items li,
.dropbtn,
.button {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  color: #323e47;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.nav-items li a,
button {
  color: #3b4251;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.nav-items a:hover {
  color: black;
  text-decoration: none;
}

.nav-items li a:hover,
button:hover {
  color: #199ad6;
}

.nav-items li a.active {
  padding-top: 5px;
  /* border-top: 5px solid #26D; */
  border-top: 5px solid #199ad6;
  color: #199ad6;
}
.dropbtn {
  border-style: none;
  background-color: transparent;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 180px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  font-weight: normal;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
}

.login-btn {
  font-size: 1em;
  color: #199ad6 !important;
  font-weight: 600;
  border-style: none !important;
  padding: 0;
}
.btn-coinext {
  color: white !important;
  background-color: #199ad6 !important;
}
.btn-round {
  border-radius: 4px !important;
}
.btn.btn-large {
  font-size: 13px;
  padding: 11px 25px !important;
  line-height: 18px;
}
#register a,
#signup a {
  font-size: 15px;
  border: 1px solid rgba(19, 132, 184);
  border-radius: 2px;
  padding: 7px 12px;
  -webkit-transition: all 0.1 linear;
  -moz-transition: all 0.1 linear;
  transition: all 0.1 linear;
}

#register a:hover,
#login a:hover,
#signup a:hover {
  border: 1px solid #1384b8;
}

#register a.reset-password-button,
#login a.reset-password-button {
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.35);
}

#register a.reset-password-button:hover,
#login a.reset-password-button:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.7);
}

#loginForm {
  min-width: 380px;
}

#loginForm button {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#loginForm a.btn-link {
  border: none;
  margin-top: 1em;
  font-size: 18px;
}

/* Hamburger */

#hamburger {
  width: 41px;
  height: 33px;
  margin-top: -24px;
  position: absolute;
  cursor: pointer;
  z-index: 200;
  top: calc(50% - -5px);
}

#hamburger .line {
  background: #199ad6;
  height: 3px;
  width: 100%;
  display: block;
  margin: 10px 0;
}

ul.menu {
  list-style: none;
}
.menu-wrapper {
  position: fixed;
  z-index: 198;
  height: 100%;
  width: 300px;
  margin: 0 auto;
  display: block;
  top: 0;
  right: -300px;
  background: #0d141d;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.show-loggedin {
  display: none;
}

.menu-container {
  font-family: "Titillium Web", sans-serif;
  width: 80%;
  height: 100%;
  display: block;
  margin-top: 40px;
}

.menuopen {
  transform: translateX(-300px);
}

.menu-item {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
}

.menu-item a, .menu-item-parent {
  color: white;
  font-weight: bold;
}

.menu-item-parent:hover {
  color: #009ade;
}

.menu-item-child {
  margin-left: 18px;
}

#footer {
  background-color: #009ade;
  padding: 40px 0 20px 0;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
}

.footer__logo {
  text-align: center;
  width: 33%;
}

.footer__links {
  width: 66%;
}

.footer__row {
  display: flex;
}

.footer__link-set {
  width: 33%;
}

.footer__internal-links {
  display: flex;
}

#footer a {
  color: white;
}

#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer li {
  margin: 0.5em;
  list-style: none;
}

.footer-networks {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 3%;
  padding-top: 3%;
}

.footer-header {
  font-weight: bold;
}

#footer .fa {
  font-size: 20px;
  padding: 4px;
}

body.circuit-break div.circuit-break {
  display: block;
}

div.circuit-break {
  display: none;
}

div.circuit-break,
div.journey {
  background: #2186bf;
  color: lightyellow;
  padding: 0.5em;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  border-top: 1px solid #1c99d6;
  border-bottom: 1px solid #1c99d6;
}

div.circuit-break i,
div.journey i {
  color: orange;
  margin-right: 0.25em;
}

.journey__link {
  color: #00467f;
  cursor: pointer;
}

.journey__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: white;
  cursor: pointer;
  padding: 0 6px;
  margin: 2px;
  z-index: 10;
}

.journey__close:hover {
  background-color: #a02020;
}

div.journey .journey__close i {
  color: white;
}

form.journey__form {
}

.circuit-break-disabled {
  pointer-events: none;
}
@media (max-width:768px) {
  .only-show-on-desktop {
    display: none !important;
  }
  #login{
    padding-top: 5%;
  }
  .nav-items-container {
    right: 5% !important;
  }
  .only-show-on-desktop {
    display: none !important;
  }
  .dropdown-content{
    position: relative;
    background-color: transparent;
    box-shadow: none;
  }
  .dropbtn {
    font-size: 18px;
    padding: 0;
  }
  .menu-item a, .dropbtn{
    color: white;
    font-weight: 600;
  }
  .dropdown-content a{
    padding: 0px;
    padding-left: 18px;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 540px) {
  #footer {
    padding-top: 1em;
  }
  .favicon-footer {
    width: 80px;
  }
  .footer__row,
  .footer__internal-links {
    display: block;
  }
  .footer__logo,
  .footer__links {
    width: 100%;
  }
}
