/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
@import "//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);
*:focus {
  outline: 0;
}

.button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 17px;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  border: 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
  background-color: #4589E3;
  background: linear-gradient(#5DA4FF, #417BFF);
  transition: all 0.2s linear;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
.button:active {
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29);
}
.button.button-small {
  padding: 10px 33px;
  border: 1px solid #68A2EE;
  font-size: 14px;
  font-weight: 500;
}

.button-outline {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #fff;
  padding: 12px 31px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}
.button-outline:hover {
  text-decoration: none;
  color: #ddd;
  border-color: #ddd;
}

.button-clear {
  -webkit-font-smoothing: antialiased;
  border: 0;
  outline: none;
  padding: 1px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  background: #adb2bb;
  background: linear-gradient(#ccd0d6, #adb2bb);
}
.button-clear span {
  display: block;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 23px;
  height: 36px;
  line-height: 33px;
  border-radius: 4px;
  font-weight: bold;
  color: #444;
  text-shadow: 0 1px 0 white;
  background: #eff1f4;
  background: linear-gradient(#f7f8fa, #eff1f4);
  -ms-box-shadow: inset 0 1px 0 white;
  -o-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}
.button-clear:hover {
  text-decoration: none;
}
.button-clear:active, .button-clear.active {
  background: #b5bac2;
  background: linear-gradient(#b5bac2, #b5bac2);
}
.button-clear:active span, .button-clear.active span {
  color: #444;
  background: #eff1f4;
  background: linear-gradient(#e6e8eb, #eff1f4);
  -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* form controls */
input[type=text].form-control,
input[type=email].form-control,
input[type=password].form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 39px;
}
input[type=text].form-control::-webkit-input-placeholder,
input[type=email].form-control::-webkit-input-placeholder,
input[type=password].form-control::-webkit-input-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px;
}
input[type=text].form-control:-moz-placeholder,
input[type=email].form-control:-moz-placeholder,
input[type=password].form-control:-moz-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px;
}
input[type=text].form-control::-moz-placeholder,
input[type=email].form-control::-moz-placeholder,
input[type=password].form-control::-moz-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px;
}
input[type=text].form-control:-ms-input-placeholder,
input[type=email].form-control:-ms-input-placeholder,
input[type=password].form-control:-ms-input-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px;
}
input[type=text].form-control:focus,
input[type=email].form-control:focus,
input[type=password].form-control:focus {
  border-color: #98D2FF;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6);
}

textarea.form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
textarea.form-control::-webkit-input-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px;
}
textarea.form-control:-moz-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px;
}
textarea.form-control::-moz-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px;
}
textarea.form-control:-ms-input-placeholder {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 14px;
}
textarea.form-control:focus {
  border-color: #98D2FF;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6);
}

/* vendor */
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
a {
  color: #459CE7;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5585B3;
  border-color: #4477A3;
}

.pagination > li > a,
.pagination > li > span {
  transition: all 0.25s linear;
}

/* config variables */
/* roboto font */
/* source sans pro */
/* lato */
/* merriweather */
@font-face {
  font-family: Gotham;
  src: url("../../bird-journal/Gotham-Bold.otf") format("opentype");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* layout */
a:focus, button:focus {
  outline: none;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  background: #fff;
  z-index: 999;
  -webkit-font-smoothing: antialiased;
}
.navbar .link-button {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 8px;
  transition: 0.2s;
}
.navbar .link-button:hover {
  background: #ddd;
}
@media (min-width: 1200px) {
  .navbar .container {
    width: 970px;
  }
}
.navbar .navbar-header .navbar-brand {
  color: #333;
  padding: 3px;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav {
    float: none;
    display: inline-block;
  }
}
.navbar .navbar-collapse .navbar-nav > li > a {
  z-index: 1001;
}
.navbar .navbar-collapse .navbar-nav > li > a .fa-chevron-down {
  color: #777;
  font-size: 8px;
  margin-left: 2px;
  position: relative;
  top: -1px;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav > li.open > a {
    background: #fff;
    color: #333;
  }
}
.navbar .navbar-collapse .navbar-nav > li.open > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
@media (max-width: 767px) {
  .navbar .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
    color: #fff;
    padding: 12px 18px 12px 30px;
  }
}
.navbar .navbar-collapse .navbar-nav > li ul.dropdown-menu {
  text-align: left;
  border: 0;
  padding: 0 0 10px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
}
.navbar .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
  padding: 8px 18px;
}

.brand {
  color: #333;
  font-size: 30px;
  letter-spacing: -2px;
  font-family: Gotham, Arial;
}

#footer-white {
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
#footer-white .menu {
  margin-top: 60px;
  font-size: 13px;
  text-align: center;
  color: #A1AAB6;
}
@media (max-width: 767px) {
  #footer-white .menu {
    text-align: center;
  }
}
#footer-white .menu ul {
  list-style-type: none;
  padding: 0;
}
#footer-white .menu ul li {
  display: inline-block;
  padding-left: 10px;
}
#footer-white .menu ul li a {
  color: #89A1C0;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
}
#footer-white .menu ul li a:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 991px) {
  #footer-white .menu ul li a {
    padding: 0;
  }
}
#footer-white .credits {
  margin-bottom: 20px;
}
#footer-white .credits .col-md-12 {
  font-size: 13px;
  text-align: center;
  color: #A1AAB6;
}

.grey-section {
  background-size: cover;
  background: #666;
  background: linear-gradient(top, #666 0, #777 100%);
  color: #fff;
  height: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.grey-section h1, .grey-section h2, .grey-section h3 {
  margin: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
}
.grey-section h2, .grey-section h3 {
  font-family: "Lato", "Helvetica Neue", Arial;
  font-weight: 400;
}
.grey-section h1 {
  font-family: Gotham, Arial;
  font-size: 34px;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .grey-section h1 {
    font-size: 28px;
  }
}
.grey-section h2 {
  font-size: 21px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .grey-section h2 {
    font-size: 18px;
  }
}
.grey-section h3 {
  font-size: 16px;
}
.grey-section label {
  margin-top: auto;
  margin-bottom: auto;
}
.grey-section input {
  color: black;
  padding: 0;
}
.grey-section textarea {
  color: black;
  padding: 0;
}
.grey-section a {
  color: white;
}
.grey-section a.button {
  text-decoration: none;
  margin: 7px;
}
.grey-section ul {
  list-style-position: inside;
  font-size: 12px;
  padding: 5px;
}
.grey-section img.feature-image {
  width: 100%;
  margin: 7px;
}

.validation-message {
  color: #f88;
  font-weight: bold;
}

.success-message {
  color: #2a2;
  font-weight: bold;
}

ol {
  list-style: none;
  counter-reset: numList;
}

ol li {
  position: relative;
  line-height: 30px;
  margin: 5px;
}

ol li:before {
  counter-increment: numList;
  content: counter(numList);
  float: left;
  position: absolute;
  left: -36px;
  font: bold 20px sans-serif;
  text-align: center;
  color: #fff;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #999;
  border-radius: 999px;
}

div.validation-summary-errors {
  color: red;
}

span.field-validation-error {
  color: red;
}

div#premium-detail p {
  font-size: 18px;
}

div#premium-detail > div {
  padding: 30px 0px;
}

div#premium-detail > div.alt {
  background-color: #fafafa;
}

div#premium-detail img {
  width: 100%;
  max-width: 774px;
}

/* pages */
#home #intro {
  overflow: hidden;
  background: #4B4848;
  background-size: cover;
  background-image: url("../../bird-journal/reserve.jpg");
  background-position: center 16%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
}
#home #intro h1 {
  font-family: Gotham, Arial;
  text-align: center;
  font-size: 54px;
  letter-spacing: 0.3px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 140px;
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
}
@media (max-width: 767px) {
  #home #intro h1 {
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#home #intro h2 {
  -webkit-font-smoothing: antialiased;
  font-family: "Lato", "Helvetica Neue", Arial;
  color: #fff;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
}
@media (max-width: 767px) {
  #home #intro h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#home #intro .cta {
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
  color: #fff;
}
#home #intro .cta .form-group {
  text-align: left;
}
#home #intro .cta a {
  color: #fff;
}
@media (max-width: 767px) {
  #home #intro .cta {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#home #intro .delay {
  animation-delay: 0.6s;
}
#home #features .feature {
  margin-bottom: 20px;
}
#home #features .feature h2 {
  color: #555;
  display: inline;
}
@media (max-width: 991px) {
  #home #features .feature h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #home #features .feature h2 {
    font-size: 18px;
  }
}
#home #features .feature p {
  color: #6C7279;
  font-size: 15px;
  margin-top: 10px;
  line-height: 24px;
  width: 83%;
  font-weight: normal;
}
#home #features img {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #home #features img {
    width: 49px;
    /* default is 97 */
  }
}
#home #levels .row-centered {
  text-align: center;
}
#home #levels .col-centered {
  display: inline-block;
  float: none;
  text-align: left;
}
#home #levels ul {
  list-style-type: none;
  padding: 0px;
}
#home #levels li {
  padding: 1px;
}
#home #levels div {
  padding-top: 5px;
  padding-bottom: 5px;
}
#home #levels .narrow {
  width: 200px;
}
#home #levels .separator {
  padding-right: 18px;
  border-right: 1px solid #ccc;
}
@media (max-width: 490px) {
  #home #levels .separator {
    border-right: 0px;
  }
}
#home #levels p {
  padding: 0px;
  margin: 0px;
}
#home #testimonials {
  -webkit-font-smoothing: antialiased;
}
#home #testimonials .header {
  text-align: center;
}
#home #testimonials .header h3 {
  font-family: "Lato", "Helvetica Neue", Arial;
  font-size: 23px;
  color: #656565;
  line-height: 25px;
  margin-bottom: 15px;
}
#home #testimonials .testimonial {
  width: 90%;
}
@media (max-width: 767px) {
  #home #testimonials .testimonial {
    float: none !important;
    margin: 0 auto;
    margin-bottom: 45px;
  }
}
#home #testimonials .testimonial .quote {
  font-size: 13px;
  color: #3D3D3D;
  line-height: 24px;
  border: 1px solid #E2E2E2;
  padding: 12px 22px;
  border-radius: 6px;
  width: 90%;
  position: relative;
}
@media (max-width: 767px) {
  #home #testimonials .testimonial .quote {
    margin: 0 auto;
  }
}
#home #testimonials .testimonial .quote .arrow-down {
  position: absolute;
  bottom: 3px;
  left: 30px;
}
#home #testimonials .testimonial .quote .arrow-down .arrow, #home #testimonials .testimonial .quote .arrow-down .arrow-border {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 11px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  z-index: 1002;
}
#home #testimonials .testimonial .quote .arrow-down .arrow-border {
  border-color: #E2E2E2 transparent transparent;
  border-width: 12px;
  top: 3px;
  z-index: 1001;
  left: -1px;
}
#home #testimonials .testimonial .author {
  margin-top: 40px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #home #testimonials .testimonial .author {
    margin-left: 6%;
  }
}
#home #testimonials .testimonial .author .pic {
  width: 71px;
  height: 71px;
  border-radius: 50px;
  float: left;
  position: relative;
  top: -12px;
  margin-right: 18px;
  border: 1px solid #ccc;
}
#home #testimonials .testimonial .author .name {
  color: #3C92C5;
  line-height: 23px;
  font-weight: 500;
}
#home #testimonials .testimonial .author .company {
  font-size: 14px;
  color: #909090;
  line-height: 23px;
  font-weight: 400;
}

#home .premium-badge {
  display: inline;
  margin-right: 12px;
}
@media (max-width: 767px) {
  #home .premium-badge {
    width: 48px;
  }
}
#home .extras-icon {
  margin-right: 12px;
}
#home div.extra {
  margin: 7px;
}
#home #tabs {
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
}
#home #tabs .tabs-wrapper {
  margin-top: 30px;
}
#home #tabs .tabs-wrapper .nav-tabs {
  text-align: center;
  border-bottom: 2px solid #EDEDED;
}
@media (max-width: 767px) {
  #home #tabs .tabs-wrapper .nav-tabs {
    display: none;
  }
}
#home #tabs .tabs-wrapper .nav-tabs li {
  float: none;
  display: inline-block;
}
#home #tabs .tabs-wrapper .nav-tabs li.active a {
  color: #2B69A2;
  font-weight: 400;
  border-bottom: 0px;
}
#home #tabs .tabs-wrapper .nav-tabs li.active a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #7BA3C9;
  left: 1px;
  bottom: -1px;
}
#home #tabs .tabs-wrapper .nav-tabs li a {
  color: #888;
  font-weight: 400;
  border: 0px;
  padding: 10px 20px;
  font-size: 15px;
  transition: color 0.25s linear;
}
#home #tabs .tabs-wrapper .nav-tabs li a:hover {
  color: #2B69A2;
  background: none;
}
#home #tabs .tabs-wrapper .tab-content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #home #tabs .tabs-wrapper .tab-content .tab-pane h2 {
    display: none;
  }
}
@media (max-width: 767px) {
  #home #tabs .tabs-wrapper .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    text-align: center;
  }
}
#home #tabs .tabs-wrapper .tab-content .tab-pane .row {
  margin-bottom: 35px;
}
#home #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
  color: #3B88B6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 0px;
}
#home #tabs .tabs-wrapper .tab-content .tab-pane .info p {
  color: #6C7279;
  font-size: 15px;
  margin-top: 15px;
  line-height: 24px;
  width: 95%;
  font-weight: normal;
}
#home #tabs .tabs-wrapper .tab-content .tab-pane .image {
  text-align: center;
  vertical-align: middle;
}
#home #tabs .tabs-wrapper .tab-content .tab-pane .image img {
  display: inline-block;
  margin: 0 auto;
}

.not-found-page {
  height: 100%;
  background: #3A4F68;
  background: radial-gradient(ellipse at center, #4D6077 0%, #3A4F68 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#4D6077", endColorstr = "#3A4F68", GradientType = 1);
}

#not-found {
  overflow: hidden;
}
#not-found .info {
  text-align: center;
  padding-top: 100px;
}
#not-found .info h1 {
  color: #fff;
  font-size: 13em;
  margin-bottom: 20px;
  font-weight: 200;
  letter-spacing: -3px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
}
#not-found .info p {
  font-size: 31px;
  font-weight: 100;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  letter-spacing: 2px;
  margin-bottom: 0;
}
#not-found .info .go-back {
  font-size: 17px;
  text-shadow: none;
  letter-spacing: 0px;
  font-weight: 200;
  color: #9BB2CE;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  padding: 25px 0;
  max-width: 400px;
  margin: auto;
  margin-top: -15px;
}
#not-found .info .go-back a {
  color: #fff;
}
#not-found #container canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#not-found-alt {
  overflow: hidden;
}
#not-found-alt .info {
  text-align: center;
  margin-top: 30px;
  position: absolute;
  width: 100%;
}
#not-found-alt .info h1 {
  color: #fff;
  font-size: 11em;
  margin-bottom: 20px;
  font-weight: 200;
  letter-spacing: -3px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
#not-found-alt .info p {
  font-size: 28px;
  font-weight: 200;
  color: #4D728A;
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);*/
  margin-bottom: 0;
}
#not-found-alt .info .go-back {
  font-size: 17px;
  text-shadow: none;
  letter-spacing: 0px;
  font-weight: 200;
  color: #506379;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  padding: 25px 0;
  max-width: 400px;
  margin: auto;
  margin-top: -15px;
}
#not-found-alt .info .go-back a {
  color: #429AD5;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
  font-size: 18px;
}
#not-found-alt canvas {
  background: linear-gradient(#b3d5e6 0%, #eef4f6 75%);
  display: block;
}
#not-found-alt #container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  /*background: url(http://jackrugile.com/images/misc/skyline-texture.png);*/
}

.new-device {
  background: #f8fdfe;
  border: 1px solid #bee1f3;
  margin: 20px;
  border-radius: 6px;
  padding: 20px 22px 18px 22px;
  width: 70%;
}
.new-device p {
  color: #1f95d0;
  margin-top: 14px;
  line-height: 18px;
}

#about #bird-journal {
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
}
#about #bird-journal .header {
  text-align: left;
}
#about #bird-journal .header h3 {
  font-size: 26px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #444;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 7px;
}
#about #bird-journal .header p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-top: 14px;
  line-height: 24px;
}
#about #info {
  -webkit-font-smoothing: antialiased;
}
#about #info h1 {
  font-size: 24px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #444;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}
#about #info p {
  color: #666;
  line-height: 23px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #about #info p {
    width: 88%;
  }
}

#account .row {
  border-top: 1px solid #EDEDED;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}