html {
  position: relative;
  min-height: 100%;
}

del {color: #d9534f;}
ins {color: #5cb85c;}

/* ------- UTILITY CLASSES --------*/
.no-top-padding {padding-top: 0 !important;}
.no-bottom-padding {padding-bottom: 0 !important;}
.no-top-margin {margin-top: 0;}
.no-bottom-margin {margin-bottom: 0;}
.no-bottom-border {border-bottom: 0 !important;}
.text-hforange {color: #f27320 !important;}
.text-bold {font-weight: 700 !important;}
.text-semibold {font-weight: 600 !important;}
.text-normal {font-weight: 400 !important;}
.text-light {font-weight: 300 !important;}
.text-italic {font-style: italic !important;}
.text-underline {text-decoration: underline !important;}
.text-normalcase {text-transform: none !important;}
.text-uppercase {text-transform: uppercase !important;}
[data-append]:after {content: attr(data-append);}
[data-prepend]:before {content: attr(data-prepend);}

.slash-hf {color: #f27320;}
.slash-hf-spaced {
  color: #f27320;
  padding-left: 0.1em;
  padding-right: 0.1em;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

ol.breadcrumb:first-child {
  margin-top: 1em;
}


body {
  margin-bottom: 755px; /* Margin bottom by footer height */
  line-height: 1.5;
}

body.default {padding-top: 51px;}
body.double-top-bar {padding-top: 102px;}

footer {
  padding-top: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 755px; /* Set the fixed height of the footer here */
  background-color: #222;
  color: #eee;
  font-size: 13px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body {margin-bottom: 500px;}
  footer {height: 500px;}
}
@media (min-width: 1200px) {
  body {margin-bottom: 380px;}
  footer {height: 380px;}
}

.navbar-nav > li > a {
  padding-left: 12px;
  padding-right: 12px;
}

.affix-bottom {
    position: relative
}

.body-copy {
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 25px;
}
@media(min-width: 992px) {
  .body-copy {
    font-size: 18px;
  }
}

.grey {
  background-color: #f5f5f5;
}

.dark {
  background-color: #222222;
  color: #ffffff;
}

.dark p,
.dark h1,
.dark .h1,
.dark h2,
.dark .h2,
.dark h3,
.dark .h3 {
  color: #ffffff;
}

.footer-nav a {color: #aaa;}
.footer-nav a:active,
.footer-nav a:focus,
.footer-nav a:hover {color: #fff;}


#featured-startups h3 {margin-bottom: 1em;}
#featured-startups .thumbnail{height: 315px;}

#featured-startups a:focus,
#featured-startups a:hover {
  text-decoration: none;
}

#featured-startups a:focus .thumbnail,
#featured-startups a:hover .thumbnail {
  border-color: #f27320;
}

@media (min-width: 768px) {
  #featured-startups .thumbnail {height: 276px;}
}
  
.startup-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    transform: translate(-50%, -50%);
}

.img-container {
  height: 90px;
  position: relative;
}

label {font-weight: normal;}

#social-btn-list, #copyright {text-align: center;}

@media(max-width: 991px) {
  #social-btn-list {margin-top: 30px;} 
}

@media (min-width: 992px) {
  #social-btn-list {margin-top: 40px; text-align: right;}
  #copyright {text-align: left;}
}

#back-to-top {
  position: absolute;
  text-align: center;
  display: block;
  width: 134px;
  float: none;
  left: 50%;
  margin-left: -67px;
  bottom: 0;
  color: #999;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #333;
}
#back-to-top:after {
  padding-left: 0.5em;
  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;
  transform: translate(0, 0);
  content: "\f0aa";
}
#back-to-top:active,
#back-to-top:focus,
#back-to-top:hover {
  text-decoration: none;
  color: #555;
}

#copyright {
  margin-top: 30px;
  text-transform: capitalize;
  font-size: 15px;
 font-family: "raleway";
 font-weight: 800;
}

#jobs-link {
  color: #f27320;
  font-weight: normal;
}
#jobs-link:active,
#jobs-link:focus,
#jobs-link:hover {
  color: #ff8d3a;
}

#typeform-newsletter-signup {
  padding-top: 0 !important;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}

#footer-jobs-link {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #footer-jobs-link {text-align: right;}
}

b, strong, .label {font-weight: 500;}

h1, h2, h3, h4, h5, h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}

.btn {
  font-family: "proxima-nova", sans-serif;
}

.responsive-align {
  text-align: center;
}

@media (min-width: 768px) {
  .responsive-align {
    text-align: left;
  }
}

a:not([href]):hover {
  cursor: pointer;
}


.btn-blue {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-blue:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}


.btn-default-inverse {
  background-color: #e6e6e6;
  background-color: #f5f5f5;
  color: #333333;
  border-color: #8c8c8c;
  border-color: #ccc;
}

.btn-default-inverse:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}


.btn-feature {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 35px;
  font-size: 16px;
  text-transform: uppercase;
}

.help-block, .error-msg {
  font-size: 13px;
  font-style: italic;
}

.error-msg {color:#a94442}

.forward-slash, .dash {
  padding-left: 0.1em;
  padding-right: 0.1em;
}

.img-rounded {
  border-radius: 4px;
}

.modal-open .navbar-fixed-top,
.modal-open footer {
  overflow-y: scroll;
}

.navbar-nav a:focus {outline: none;}

.section-title {
  text-transform: uppercase;
  color: #555;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
  }
}

.section-title.lower {
  text-transform: none;
}

.section-title:after {
  margin-top: 25px;
  margin-bottom: 35px;
  height: 2px;
  background: #999;
  width: 60px;
  display: block;
  content: ""
}



.textual-link:after {
  content: "\00A0\00BB";
}


.external-link:after,
.external-link:after,
.external-link:after {
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
  top: -0.4em;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
}


.navbar {font-weight: 300;}

.lead > a:hover {text-decoration: none;}

.navbar-brand {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  color:black;
  padding-right: 35px;
  padding-left: 35px;
  margin-left: 0px !important;
}

.navbar-nav > li {
  font-size: 14px;
}

@media (min-width: 992px) {
  .navbar-nav > li {
    /*text-transform: uppercase;*/
  }
  .navbar-nav > li > a {
    /*padding-left: 18px;*/
    /*padding-right: 18px;*/
  }
}

.navbar-nav .dropdown-menu > li {
  font-size: 14px;
  text-transform: none;
}

.navbar-nav a:active,
.navbar-nav a:focus,
.navbar-nav a:hover {font-weight: normal;}

.navbar-fixed-top.navbar-inverse .navbar-brand {
  color: transparent;
  background-image: url(/assets/static/img/hf-white-logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.navbar-fixed-top.navbar-inverse .navbar-brand:hover {
  color: transparent;
  background-image: url(/assets/static/img/hf-white-logo.png);
}

.navbar-inverse .dropdown-menu {
  background-color: #080808;
  color: #eee;
  border-top: 1px solid #080808;
  border-right: 1px solid #080808;
}
.navbar-inverse .dropdown-menu li.active a {
  background-color: #eee !important;
  color: #333 !important;
}
.navbar-inverse .dropdown-menu li a {
  color: #eee;
}
.navbar-inverse .dropdown-menu li a:active,
.navbar-inverse .dropdown-menu li a:focus,
.navbar-inverse .dropdown-menu li a:hover {
  color: #333;
  background-color: #fff;
}
.navbar-inverse.navbar-transparent .dropdown.active > a,
.navbar-inverse.navbar-transparent .dropdown.open > a {
  background-color: rgba(0, 0, 0, 0.825);
}
.navbar-inverse.navbar-transparent .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.825);
  border-top: 1px rgba(0, 0, 0, 0.825);
  border-right: 1px rgba(0, 0, 0, 0.825);
}
.navbar-inverse.navbar-transparent .dropdown-menu li a {
  background-color: transparent;
}
.navbar-inverse.navbar-transparent .dropdown-menu li a:active,
.navbar-inverse.navbar-transparent .dropdown-menu li a:focus,
.navbar-inverse.navbar-transparent .dropdown-menu li a:hover {
  color: #333;
  background-color: #fff;
}

.navbar-inverse .dropdown-menu .divider {background-color: #333;}


@media (min-width: 992px) {
  .navbar-transparent {
    background-color: transparent;
    border-bottom-color: transparent;
  }

  .navbar-transparent .navbar-nav > li > a, 
  .navbar-transparent .navbar-brand {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-transparent .navbar-brand {
    height: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .navbar-inverse.navbar-transparent .navbar-nav > li.active > a:hover {background-color: transparent;}

  .navbar-inverse.navbar-transparent .navbar-nav > li.active > a {
    background-color: transparent;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
  }

  .navbar-inverse.navbar-transparent .navbar-nav > li.dropdown.active > a:hover,
  .navbar-inverse.navbar-transparent .navbar-nav > li.dropdown.active.open > a {
    background-color: rgba(0, 0, 0, 0.825);
    border-bottom: 0px solid transparent;
    padding-bottom: 40px;
  }

  .navbar-animated {
    -webkit-transition: border 0.5s ease, background-color 0.5s ease;
    -moz-transition: border 0.5s ease, background-color 0.5s ease;
    -ms-transition: border 0.5s ease, background-color 0.5s ease;
    -o-transition: border 0.5s ease, background-color 0.5s ease;
    transition: border 0.5s ease, background-color 0.5s ease;
  }

  .navbar-animated .navbar-brand {
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
  }

  .navbar-animated .navbar-nav > li:not(.open) > a,
  .navbar-animated .navbar-brand {
    -webkit-transition: padding 0.5s ease;
    -moz-transition: padding 0.5s ease;
    -ms-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
  }

}


.pager {margin-top: 80px; margin-bottom: 80px;}

.pager > li > a {border-radius: 0;}



h1 > a:hover,h2 > a:hover,h3 > a:hover,h4 > a:hover,h5 > a:hover,
h6 > a:hover,.h1 > a:hover,.h2 > a:hover,.h3 > a:hover,.h4 > a:hover,.h5 > a:hover,
.h6 > a:hover{text-decoration:none;}

.panel-body > h1:first-child,.well > h1:first-child,.well-sm > h1:first-child,
.panel-body > h2:first-child,.well > h2:first-child,.well-sm > h2:first-child,
.panel-body > h3:first-child,.well > h3:first-child,.well-sm > h3:first-child,
.panel-body > h4:first-child,.well > h4:first-child,.well-sm > h4:first-child,
.panel-body > h5:first-child,.well > h5:first-child,.well-sm > h5:first-child,
.panel-body > h6:first-child,.well > h6:first-child,.well-sm > h6:first-child,
.panel-body > .h1:first-child,.well > .h1:first-child,.well-sm > .h1:first-child,
.panel-body > .h2:first-child,.well > .h2:first-child,.well-sm > .h2:first-child,
.panel-body > .h3:first-child,.well > .h3:first-child,.well-sm > .h3:first-child,
.panel-body > .h4:first-child,.well > .h4:first-child,.well-sm > .h4:first-child,
.panel-body > .h5:first-child,.well > .h5:first-child,.well-sm > .h5:first-child,
.panel-body > .h6:first-child,.well > .h6:first-child,.well-sm > .h6:first-child {
  margin-top: 0;
}


@media screen and (max-width: 992px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.tooltip-inner {
  border-radius: 2px;
  max-width: 300px;
}

a > .social-icon {opacity: 0.6;}

a:active, .social-icon,
a:focus > .social-icon,
a:hover > .social-icon {
  opacity: 1;
}

@media (max-width: 767px) {
  .responsive-bg {
    height: 256px;
    background-size: 768px 256px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-bg {
    height: 331px;
    background-size: 992px 331px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-bg {
    height: 400px;
    background-size: 1200px 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .responsive-bg {
    height: 500px;
    background-size: 1500px 500px;
  }
}
@media (min-width: 1600px) {
  .responsive-bg {
    height: 533px;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .responsive-bg {
    background-position: 0 51px;
  }
}

#testimonials h2 {
  margin-bottom: 2em;
}

.testimonial-wrapper {
  margin-bottom: 4em;
}

.testimonial-img {
  margin-bottom: 2em;
}

.testimonial-quote {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
}

@media(min-width: 992px) {
  .testimonial-quote {
    font-size: 21px;
  }
}
