body {
    overflow-x: hidden;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

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

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

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline;
}

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

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

h1, .h1 {
  font-size: 36px;
  font-weight: 600;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 600;
}

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

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

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

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

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
}

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

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px 5px 10px;
    margin-top: 10px;
    margin-right: 50%;
    margin-bottom: 10px;
    left: 53px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #eaeaea;
    border-color: #dddddd;
}

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

.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 0px;
}

.mobile-menu-type {
    display: inline;
    font-weight: 600;
    color: #333333;
    position: relative;
    bottom: 3px;
    margin-right: 3px;
}

.mobile-icon-control {
    display: inline-block;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
