body {
  font-family: "Open Sans", "Arial", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: bold;
}

body h1.login-title {
  margin: 0 0 50px 0;
}

body h2 {
  margin-bottom: 20px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}

body h2.no-border {
  margin-top: 0;
  border: none;
}

body h2.cta {
  font-size: 4rem;
}

body h3 {
  font-size: 3rem;
}

body blockquote {
  font-size: 2rem;
  border: none;
}

body .strikethrough {
  text-decoration: line-through;
  color: rgb(165.75, 165.75, 165.75);
}

@media screen and (max-width: 991px) {
  h2 {
    width: 100%;
    height: 33px;
    overflow: hidden;
  }
}

.alert {
  margin: 20px 0;
}

#logos img {
  height: 60px;
  margin: 0 40px;
}

img {
  max-width: 100%;
}

.list-group-item {
  font-size: 1.5rem;
}

.list-group-item.active {
  background: hsl(200, 70%, 50%);
  border: none;
}

.list-group-item.active:hover {
  background: hsl(200, 70%, 50%);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 173px;
}

.body-margin-top {
  margin-top: 70px;
}

.page {
  padding-bottom: 40px;
}

.full-width {
  width: 100%;
  height: auto;
  font-size: 1.8rem;
  padding: 20px 0;
}

.full-width h3 {
  margin: 0 0 20px 0;
}

.full-width i.fa {
  font-size: 5rem;
}

.invisible {
  visibility: hidden;
}

.background-white {
  color: #333333;
  background: ligten(#ecf0f1, 100%);
}

.background-gray {
  color: #333333;
  background: #ecf0f1;
}

.background-dark {
  color: #ecf0f1;
  background: #2c3e50;
}

.background-alt {
  color: #ecf0f1;
  background: #e74c3c;
}

.background-light {
  color: #ecf0f1;
  background: #2980b9;
}

.background-lighter {
  color: #ecf0f1;
  background: #3498db;
}

.color-gray {
  color: #ecf0f1;
}

.color-dark {
  color: #2c3e50;
}

.color-alt {
  color: #e74c3c;
}

.color-light {
  color: #2980b9;
}

.color-lighter {
  color: #3498db;
}

#scroll-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 200px;
  padding-top: 3px;
  text-align: center;
  color: #2c3e50;
  background: #3498db;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

#scroll-to-top:hover {
  cursor: pointer;
}

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
}

#header .navbar {
  padding: 10px 0;
}

#header .navbar li a {
  font-size: 1.5rem;
}

#header .navbar li a:hover {
  color: #3498db;
}

#header .navbar ul.dropdown-menu {
  left: -1px;
}

#header .navbar ul.dropdown-menu li a {
  color: #333333;
}

#header .navbar ul.dropdown-menu li a:hover {
  color: rgb(242.25, 242.25, 242.25);
  background: #3498db;
}

#header .navbar li.dropdown.open a.dropdown-toggle {
  background: transparent;
}

#header .navbar-brand img {
  margin: -9px 0 0 0;
  padding: 0;
}

#header .navbar-btn {
  margin-right: 15px;
}

#header .btn-default:focus {
  background: white;
}

#header li.dropdown.open a.dropdown-toggle:visited {
  color: #3498db;
}

#header img {
  width: auto;
  height: 40px;
  margin: 5px 20px 0 0;
}

.header-home .navbar:not(.navbar-active) {
  padding: 10px 0;
  background: transparent;
  border-bottom: none;
  transition: all 0.5s ease;
}

.header-home .navbar:not(.navbar-active) li a {
  font-size: 1.5rem;
  color: rgb(242.25, 242.25, 242.25);
}

.header-home .navbar:not(.navbar-active) li a:hover {
  color: #3498db;
}

.header-home .navbar:not(.navbar-active) .dropdown-toggle:focus {
  color: hsl(200, 70%, 50%);
}

.header-home .navbar:not(.navbar-active) .btn-default {
  color: rgb(242.25, 242.25, 242.25);
  background: transparent;
  border: 2px solid rgb(242.25, 242.25, 242.25);
}

.header-home .navbar:not(.navbar-active) .btn-default:hover {
  color: #333333 !important;
  background: rgb(242.25, 242.25, 242.25);
}

.header-home .navbar-active {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease;
}

.header-home .navbar-active .btn-default {
  margin: 1px;
}

.header-home .navbar-active .btn-primary {
  color: rgb(242.25, 242.25, 242.25);
}

.header-home .navbar-active li a {
  color: #333333;
}

.header-menu-hide {
  position: fixed;
  top: -50px !important;
}

.header-menu-reveal {
  position: fixed;
  top: 0 !important;
}

.navbar {
  margin: 0;
}

.navbar .nav li a:focus {
  background: none;
}

#header .dropdown-menu a {
  padding: 10px;
}

#header .fa {
  margin: 0 10px 0 0;
}

#cookies-message {
  width: 100%;
  height: auto;
  padding: 10px 0;
  color: rgb(242.25, 242.25, 242.25);
  text-align: center;
  background: #333333;
}

#cookies-message a {
  text-decoration: underline;
  color: rgb(242.25, 242.25, 242.25);
}

.navbar-btn {
  margin-left: 10px;
}

/*
#hero-background-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	overflow: hidden;
	text-align: center;
	background: #000;

	img {
		width: 100%;
		height: 100%;
		opacity: 0.4;
	}
}
*/

#hero {
  position: relative;
  width: 100%;
  height: 600px;
  padding: 120px 0 0 0;
  color: rgb(242.25, 242.25, 242.25);
  font-size: 1.8rem;
  background: url("/assets/images/hero/hero-screenshot.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

#hero #hero-laptop-screen {
  margin-top: 600px;
  margin-left: -100px;
  width: 920px;
  height: 604px;
  transition: all 1s ease-out;
  transform: rotate(4deg);
  z-index: 0;
}

#hero #hero-laptop-screen #hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#hero #hero-laptop-screen #hero-slider .slider-hidden {
  display: none;
}

#hero #hero-laptop-screen #hero-slider img {
  position: relative;
  top: 65px;
  left: 68px;
}

#hero h1 {
  margin: 0 0 20px 0;
  color: #ecf0f1;
  font-size: 5rem;
  font-weight: 400;
  text-shadow: 1px 1px 5px #000;
}

#hero small {
  font-size: 24px;
  color: inherit;
}

#hero #hero-buttons a {
  margin: 40px 0 0 0;
  padding: 10px;
  transition: all 0.5s ease;
  color: rgb(242.25, 242.25, 242.25);
  font-size: 2rem;
}

#hero #hero-buttons #hero-video-button {
  background: transparent;
  border: 2px solid rgb(242.25, 242.25, 242.25);
}

#hero #hero-buttons #hero-video-button:hover {
  transform: scale(1.1);
  color: #333333;
  background: rgb(242.25, 242.25, 242.25);
}

#hero #hero-buttons #hero-video-button:active,
#hero #hero-buttons #hero-video-button:focus {
  color: #333333;
  background: rgb(242.25, 242.25, 242.25);
  outline: none;
}

#hero #hero-buttons #hero-video-button i {
  vertical-align: middle;
  font-size: 1.8rem;
}

#hero #hero-buttons #hero-signup-button {
  padding: 12px 40px;
  background: hsl(200, 70%, 50%);
  border: none;
}

#hero #hero-buttons #hero-signup-button:hover {
  transform: scale(1.1);
  background: hsl(200, 70%, 70%);
}

#hero p {
  width: 500px;
  font-size: 2rem;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.85);
}

#hero img {
  margin: 20px 0;
}

#hero #hero-scroll-down {
  position: absolute;
  margin: 0 0 0 -40px;
  padding: 0;
  width: 75px;
  height: 75px;
  left: 50%;
  bottom: 20px;
}

#hero #hero-scroll-down-button {
  width: 75px;
  height: 75px;
  font-size: 5rem;
  border: 5px solid white;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#hero #hero-scroll-down-button:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}

#hero #hero-free {
  display: inline-block;
  margin-top: 5px;
  margin-left: 92px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}

.form-title {
  margin: 40px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid rgb(127.5, 127.5, 127.5);
}

label {
  margin: 7px 0 0 0;
  font-size: 1.5rem;
  font-weight: normal;
}

input.form-control,
textarea.form-control {
  background: rgb(252.45, 252.45, 252.45);
}

textarea.form-control {
  resize: vertical;
}

thead {
  color: rgb(242.25, 242.25, 242.25);
  background: hsl(200, 70%, 50%);
}

#footer {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  padding: 0;
  color: rgb(89.25, 89.25, 89.25);
  background: hsl(200, 70%, 50%);
}

#footer a {
  color: rgb(89.25, 89.25, 89.25);
}

#footer-sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer-sitemap li a {
  color: rgb(189.5132743363, 220.3097345133, 240.4867256637);
}

#footer-sitemap li a:hover,
#footer-sitemap li a:focus {
  color: rgb(242.25, 242.25, 242.25);
  background: none;
}

#footer-sitemap li {
  margin: 10px 0;
}

#footer-bottom {
  padding-bottom: 10px;
  color: rgb(189.5132743363, 220.3097345133, 240.4867256637);
  background: hsl(200, 70%, 30%);
}

#footer-bottom #footer-copyright {
  padding-top: 10px;
}

#footer-bottom #footer-social {
  font-size: 3rem;
}

#footer-bottom #footer-social a {
  color: rgb(189.5132743363, 220.3097345133, 240.4867256637);
  transition: color 0.25s ease;
}

#footer-bottom #footer-social a:hover {
  color: rgb(242.25, 242.25, 242.25);
}

@media screen and (max-width: 1024px) {
  body {
    margin: 0;
  }

  #hero div[class^=col] {
    width: 100%;
  }

  #hero p {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
  }

  #hero-buttons {
    margin-top: 30px;
  }

  #hero-laptop-screen {
    display: none;
  }

  #hero-buttons {
    text-align: center;
  }

  #footer {
    position: relative;
  }

  #footer-statistics div {
    margin: 10px 0;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }

  #video-modal iframe {
    width: 100%;
    height: auto;
  }

  #hero-laptop-screen {
    display: none;
  }

  #main-navbar-collapse {
    background: #3498db;
  }

  #main-navbar-collapse a {
    color: rgb(242.25, 242.25, 242.25);
  }

  #main-navbar-collapse ul.nav.navbar-nav.navbar-right li a:focus,
  #main-navbar-collapse ul.nav.navbar-nav.navbar-right li a:active {
    color: #fff;
  }

  #main-navbar-collapse li.dropdown.open a {
    color: rgb(242.25, 242.25, 242.25) !important;
  }

  #main-navbar-collapse a.btn {
    color: #333333;
  }

  ul.dropdown-menu li {
    margin-left: 20px;
  }

  .navbar-btn {
    margin-left: 10px;
  }

  .navbar-btn .btn-default {
    color: hsl(200, 70%, 50%);
    background: #fff !important;
    border-radius: 5px;
    border: 1px solid transparent;
  }

  .navbar-btn .btn-default:active {
    background: rgb(229.5, 229.5, 229.5) !important;
  }

  .navbar-active .navbar-btn {
    margin-left: 10px;
  }

  .navbar-active .navbar-btn .btn-default {
    margin: 0;
    color: hsl(200, 70%, 50%);
    background: #fff !important;
    border-radius: 5px;
    border: 2px solid #fff;
  }

  .navbar-active .navbar-btn .btn-default:active {
    background: rgb(229.5, 229.5, 229.5) !important;
  }

  .navbar-active .icon-bar {
    background: #222 !important;
  }

  #hero {
    text-align: center;
  }

  #hero h1 {
    margin: 0 0 20px 0;
    font-size: 3rem;
  }

  #hero p {
    width: auto;
  }

  #hero #hero-buttons {
    padding: 0;
  }

  #hero #hero-buttons a {
    margin: 10px 0;
  }

  #hero #hero-video-button {
    width: 100%;
  }

  #hero #hero-signup-button {
    width: 100%;
  }

  #hero #hero-scroll-down {
    display: none;
  }

  .home-industries div {
    margin: 0 0 20px 0;
  }

  .feature-image {
    margin: 0 0 20px 0;
  }

  #footer {
    position: relative;
    margin: 20px 0 0 0;
  }

  #footer #footer-bottom {
    padding-bottom: 20px;
  }

  #footer #footer-copyright,
  #footer #footer-social {
    text-align: center;
  }

  #footer #footer-sitemap {
    text-align: center;
  }

  #footer-statistics div {
    margin: 0 0 20px 0;
    text-align: center;
  }
}

.home-industries {
  margin: 20px 0;
  color: #333333;
}

.home-industries h4 {
  font-size: 2.2rem;
}

.home-cta {
  padding: 40px 0;
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}

.home-cta h3 {
  font-size: 4rem;
}

#latest-news {
  margin: 0;
  padding: 0;
  list-style: none;
}

#latest-news li {
  padding: 10px 0;
}

#latest-news li a {
  font-size: 2.4rem;
  color: #ecf0f1;
}

#latest-news h2 {
  margin: 20px 0 10px 0;
}

#latest-news .news-date {
  display: block;
  margin: 0 0 10px 0;
  font-size: 2rem;
}

#latest-news .news-divider {
  width: 100%;
  height: 5px;
  margin: 30px 0 20px 0;
  background: #3498db;
}

#login-form {
  margin: 0 auto;
  padding: 40px 0 0 0;
}

#login-form .btn {
  width: 200px;
  height: 60px;
  font-size: 2.5rem;
}

#login-form label#remember-me {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1em;
}

#login-form .form-control {
  height: 100%;
  margin: 0 0 10px 0;
  padding: 10px 10px;
  font-size: 2.5rem;
}

#login-form .text-danger {
  color: #e74c3c;
}

#login-form a {
  color: rgb(242.25, 242.25, 242.25);
}

#login-form input[type=submit] {
  margin-bottom: 40px;
}

#login-form label {
  font-size: 2.5rem;
}

#login-form h2 {
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  font-size: 4rem;
  text-align: center;
}

#forget-password {
  color: #000 !important;
  font-size: 1em;
}

