/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 1em;
  font: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
:focus {
  outline: 0;
}

/* individual style */

.browser-size {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.browser-center {
  display: box;
  width: 100%;
}

.banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -10;
}

.down {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
}
.arrow {
  width: 30px;
  fill: #fff;
  transition: all 0.5s ease;
}
.arrow:hover {
  fill: #c80b00;
}
.spacer {
  padding: 100px 0 !important;
  display: block;
}

.show-one,
.show-two,
.show-three {
  cursor: pointer;
}
#one {
  display: none;
}
#two {
  display: none;
}
#three {
  display: none;
}
.one,
.two,
.three {
  width: 100%;
  margin-bottom: 80px;
  display: block;
}

.hero {
  text-align: left;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-bottom: 50px;
}
.hero h1 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 3em;
  color: #fff;
  padding-top: 200px;
  font-weight: 500;
}
.checkmark {
  width: 20px;
  margin-right: 10px;
}
.dark-content {
  display: block;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 80px;
  width: 60%;
  margin: 0 auto;
}
.user {
  width: 80px;
}
.card {
  display: block;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  min-height: 250px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.middle {
  width: 66%;
  margin: 0 auto;
  display: block;
}

.dark-content-full {
  display: block;
  background: rgba(0, 0, 0, 0.9);
  padding: 50px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
.signup {
  width: 100%;
  display: block;
  padding: 200px 0;
  background-image: url("images/choose.jpg");
}

.solutions {
  width: 100%;
  background-image: url(images/services.jpg);
  background-size: cover;
  background-position: top center;
}
.small-icon {
  height: 30px;
  margin-top: 5px;
  margin-right: 20px;
  float: left;
}

.greens {
  width: 100%;
  padding: 200px 0;
}
.leaf {
  height: 80px;
}

.seal {
  width: 180px;
  margin-bottom: 50px;
}

.contact {
  background-image: url(images/contact.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 100vh;
  text-align: center;
}
.contact h1 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 3em;
  color: #fff;
  font-weight: 500;
  padding-top: 150px;
}

.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.login-hero {
  color: #fff;
  text-align: center;
  background-image: url(images/login.jpg);
  background-size: cover;
  background-position: center center;
}
.login-hero h1 {
  padding: 200px 0;
  margin: 0;
}

.signup-hero {
  color: #fff;
  text-align: center;
  background-image: url(images/signup.jpg);
  background-size: cover;
  background-position: center center;
}
.signup-hero h1 {
  padding: 200px 0;
  margin: 0;
}

.ad {
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 0.8em;
  font-weight: 500;
  padding: 50px 0;
}
.ad p {
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #888;
}

/* browser */
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background-color: #000;
  color: #fff;
}

html.sr .load-hidden {
  visibility: hidden;
}

/* framework */
body {
  font-family: "Montserrat", sans-serif;
  background: #f1f1f6;
  color: #414141;
}
.clear {
  clear: both;
  padding: 0;
  margin: 0;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.fm-1 {
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
.fm-2 {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.fm-3 {
  float: left;
  width: 31.3333333333%;
  margin-left: 1%;
  margin-right: 1%;
}
.fm-33 {
  float: left;
  width: 64.6666666666%;
  margin-left: 1%;
  margin-right: 1%;
}
.fm-4 {
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}
.fm-5 {
  float: left;
  width: 28%;
  margin-left: 1%;
  margin-right: 1%;
}
.fm-6 {
  float: left;
  width: 68%;
  margin-left: 1%;
  margin-right: 1%;
}
.fullsize {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
.half {
  float: left;
  width: 50%;
  margin: 0;
}
.third {
  float: left;
  width: 33.3333333333%;
  margin: 0;
}
.quarter {
  float: left;
  width: 25%;
  margin: 0;
}
.page {
  display: block;
  margin-top: 100px;
  margin-bottom: 100px;
}
.full {
  display: block;
  width: 100%;
}
.fullscreen,
.content-a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
  height: auto;
  min-height: 100%;
}
.content-a {
  display: table;
}
.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
section {
  background: #9ed100;
}
.not-fullscreen {
  height: 50%;
}
.background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 50%\9 !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}

/* header navigation footer */
header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 80px; /* Adjustment to add banner. Originally 80px. Add height of banner. New: 130px */
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
}
header:hover {
  background: rgba(0, 0, 0, 0.9);
}

.logo {
  float: left;
  height: 40px;
  margin-top: 20px;
  margin-left: 20px;
}
nav {
  overflow: hidden;
  line-height: 80px;
  float: right;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav li a {
  color: #fff !important;
  display: block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 14px;
}
nav li a:hover {
  color: #c80b00 !important;
}

nav li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
nav li a:after {
  display: block;
  content: "";
  border-bottom: solid 3px #c80b00;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
nav li a:hover:after {
  transform: scaleX(1);
  transform-origin: 100% 0;
}

nav ul li ul {
  float: left;
  overflow: hidden;
}
nav ul li ul li {
  display: block;
}
nav ul li ul li a {
  display: block;
  line-height: 30px;
  padding-bottom: 20px;
}
nav ul li ul {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  min-width: 160px;
  z-index: 1;
}
nav ul li:hover ul {
  display: block;
}

.current-nav {
  color: #c80b00 !important;
}

.hamburger {
  fill: #fff !important;
  float: right;
  height: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
  margin-right: 30px;
}
.hamburger:hover {
  fill: #c80b00;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  overflow-y: hidden;
  transition: 0.3s;
  color: #fff;
}
.overlay-content {
  position: relative;
  width: 100%;
}
.close {
  fill: #fff;
  height: 18px;
  margin-top: 10px;
  margin-right: 30px;
  float: right;
  transition: all 0.3s ease;
}
.close:hover {
  fill: #c80b00;
}
.overlay a {
  font-weight: 600;
  text-decoration: none;
  font-size: 2.2em;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
  line-height: 1.8;
}
.overlay a:hover,
.overlay a:focus {
  color: #c80b00;
  border-bottom: none;
}
.overlay nav {
  background-color: transparent;
  margin-bottom: 50px;
  margin-top: 50px;
}
.overlay nav ul li {
  display: block;
  margin-bottom: 10px;
}

footer {
  padding: 100px 0 100px 0 !important;
  width: 100%;
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
}
footer a {
  color: #fff !important;
}
footer a:hover {
  color: #c80b00 !important;
}
footer p {
  margin-bottom: 0.5em;
}
.social {
  height: 20px;
  margin-right: 20px;
  fill: #fff;
  transition: all 0.5s ease;
}
.social:hover {
  fill: #c80b00;
}
.copy {
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

/* typography */
p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
a:link,
a:visited {
  text-decoration: none;
  color: #c80b00;
  outline: 0;
  transition: all 0.5s ease;
}
a:hover {
  color: #890800;
  transition: all 0.5s ease;
}
a:active {
  color: #ffffff;
}
small {
  font-size: 0.7em;
}
p sup {
  position: relative;
  font-size: 60%;
  bottom: 7px;
  top: 2px;
}
b,
strong {
  font-weight: bold;
}
i {
  font-style: italic;
}
code,
pre {
  font-family: monospace;
}
pre {
  display: block;
  white-space: pre;
  padding: 1em;
  margin: 2em 1em;
  background-color: #fff;
  border-radius: 4px;
}
h1,
h2,
h3,
h4 {
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 2.5em;
  font-weight: 300;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}
h4 {
  font-size: 1.2em;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
  margin-left: 1.2em;
  margin-bottom: 2em;
}
li {
  list-style: none;
  margin-bottom: 0;
  line-height: 1.6;
}
ol ol,
ul ul {
  margin-bottom: 0;
}
ol li {
  list-style-type: decimal;
}
ol li ol li {
  list-style-type: lower-alpha;
}
ul li {
  list-style: square;
}
ul li ul li {
  list-style: circle;
}
hr {
  width: 60%;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #000000;
}

.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
.justify {
  text-align: justify;
}

/* images */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* forms */

input[type="text"] {
  background-color: transparent;
  border-radius: 6px;
  outline: 0;
  border: 2px solid #4d4d4d;
  padding: 20px;
  width: 99%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  transition: all 0.5s ease;
  color: #000;
}
input[type="username"] {
  background-color: transparent;
  border-radius: 6px;
  outline: 0;
  border: 2px solid #4d4d4d;
  padding: 20px;
  width: 99%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  transition: all 0.5s ease;
  color: #fff;
}
input[type="password"] {
  background-color: transparent;
  border-radius: 6px;
  outline: 0;
  border: 2px solid #4d4d4d;
  padding: 20px;
  width: 99%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  transition: all 0.5s ease;
  color: #fff;
}
textarea {
  background-color: transparent;
  border-radius: 6px;
  outline: 0;
  border: 2px solid #4d4d4d;
  padding: 20px;
  width: 95%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  transition: all 0.5s ease;
  color: #fff;
}

select {
  background-color: transparent;
  border-radius: 6px;
  outline: 0;
  border: 2px solid #4d4d4d;
  padding: 20px;
  width: 95%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  transition: all 0.5s ease;
  color: #414141;
}

input[type="text"]:focus,
textarea:focus {
  background-color: #fff;
}

input[type="submit"] {
  display: inline-block;
  min-width: 160px;
  margin: 1em 0 1em 0;
  padding: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #d70015;
  border: 0;
  border-radius: 6px;
  color: #fff !important;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  transition: all 0.5s ease;
}
input[type="submit"]:hover {
  background-color: #ff0019;
  color: #fff !important;
}

.button {
  display: inline-block;
  margin: 1em 0.5em 1em 0;
  padding: 1em 1.5em;
  text-transform: uppercase;
  line-height: 1;
  background-color: #c80b00;
  border-radius: 6px;
  color: #fff !important;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  font-weight: bold;
  font-size: 14px;
  min-width: 150px;
}
.button:hover {
  background-color: #890800;
  color: #fff !important;
  transition: all 0.5s ease;
}

.light-form input[type="text"] {
  max-width: 300px;
}

.step {
  text-align: center;
  margin-bottom: 50px;
}
.step h1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 5em;
}
.step h4 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.red {
  color: #c80b00;
}

/* tablet */
@media screen and (max-width: 999px) {
  .container {
    max-width: 720px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .overlay {
    overflow-y: auto;
  }
  .overlay-content {
    top: 25px;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 5px;
    right: 5px;
  }
  nav {
    float: left;
    margin-left: 20px;
  }
  .spacer {
    padding: 50px 0 !important;
    display: block;
  }
  .hero h1 {
    font-size: 2em;
  }
}

/* fluid */
@media screen and (max-width: 719px) {
  .container {
    width: 95%;
  }
  .fullsize {
    width: 100%;
  }
  .half {
    width: 50%;
    margin: 0;
  }
  .third {
    width: 100%;
    margin: 0;
  }
  .quarter {
    width: 50%;
    margin: 0;
  }
  .flower {
    width: 98% !important;
  }
}

/* mobile */
@media screen and (max-width: 479px) {
  .browser-size {
    display: block;
    height: auto !important;
    padding: 100px 0;
  }
  .dark-content {
    width: 98%;
    margin: 0 auto;
  }
  .middle {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .container {
    width: 95%;
  }
  .fm-1 {
    width: 98%;
  }
  .fm-2 {
    width: 98%;
  }
  .fm-3 {
    width: 98%;
  }
  .fm-3 {
    width: 98%;
  }
  .fm-4 {
    width: 98%;
  }
  .fm-5 {
    width: 98%;
  }
  .fm-6 {
    width: 98%;
  }
  .half {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .quarter {
    width: 100%;
    margin: 0;
  }
  .bigicon {
    height: 80px;
    margin-top: 50px;
  }
  .hof {
    padding: 80px 0;
  }
}

.cbp-qtrotator {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 200px;
}
.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  min-height: 200px;
  padding: 2em 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}
.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}
.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}
.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}
.cbp-qtprogress {
  position: absolute;
  background: #c80b00;
  height: 2px;
  width: 0%;
  top: 0;
  z-index: 1000;
}
.cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
}
.cbp-qtrotator blockquote p {
  font-size: 1.5em;
  color: #888;
  font-weight: 300;
  margin: 0.4em 0 1em;
}
.cbp-qtrotator blockquote footer {
  font-size: 1.2em;
}
.cbp-qtrotator blockquote footer:before {
  content: "â€• ";
}
.cbp-qtrotator .cbp-qtcontent img {
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 3em;
}

@media screen and (max-width: 30.6em) {
  .cbp-qtrotator {
    font-size: 70%;
  }
  .cbp-qtrotator img {
    width: 80px;
  }
}

.dashboard-option {
  background-color: #c80b00 !important;
  /*color: #000 !important;*/
  margin: 5px;
  border-color: transparent;
  width: 200px;
  color: #FFF !important;
  border-radius: 7px;
}

.password__reset {
  top: 0px;
  height: 60vh;
}

.error {
  text-align: center;
  align-items: center;
  border: 3px solid #ff0019;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 50%;
  left: 25%;
  height: 8vh;
}
