@font-face {
  font-family: Helvetica-Bold;
  src: url("../fonts/HelveticaNeueLTStd-Bd.otf"); }
@font-face {
  font-family: Helvetica-Light;
  src: url("../fonts/HelveticaNeueLTStd-Lt.otf"); }
@font-face {
  font-family: Helvetica-Regular;
  src: url("../fonts/HelveticaNeueLTStd-Lt.otf"); }
@font-face {
  font-family: SansPro-Black;
  src: url("../fonts/SourceSansPro-Black.ttf"); }
@font-face {
  font-family: SansPro-Bold;
  src: url("../fonts/SourceSansPro-Bold.ttf"); }
html, body {
  font-family: Helvetica-Regular, sans-serif;
  font-style: normal;
  font-weight: 100;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px;
  color: #343a40;
  scroll-snap-type: y mandatory; }

/*--------------------------------
	Icon Size
---------------------------------*/
.is1 {
  font-size: 1rem !important;
  font-style: normal !important; }

.is1-5 {
  font-size: 1.5rem !important;
  font-style: normal !important; }

.is2 {
  font-size: 2rem !important;
  font-style: normal !important; }

.is3 {
  font-size: 3rem !important;
  font-style: normal !important; }

.is4 {
  font-size: 4rem !important;
  font-style: normal !important; }

.is5 {
  font-size: 5rem !important;
  font-style: normal !important; }

.signup_box {
  padding: 30px 0; }
  .signup_box .signup_box_blue {
    background: #01698b; }
    .signup_box .signup_box_blue .signup_box_inner {
      padding: 15px;
      text-align: center; }

@media screen and (min-width: 768px) {
  .signup_box .signup_box_blue .signup_box_inner {
    width: 100%;
    max-width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

i {
  float: left;
  padding-right: 8px;
  margin-top: -3px; }

.profile-i {
  float: right;
  background: #efefef;
  padding: 5px 5px 0px 5px;
  border: 1px solid #6c757d;
  border-radius: 5px; }

.profile-i-left {
  float: right;
  background: #efefef;
  padding: 5px 5px 0px 5px;
  border-top: 1px solid #6c757d;
  border-bottom: 1px solid #6c757d;
  border-left: 1px solid #6c757d;
  border-right: 1px solid #6c757d;
  border-radius: 5px 0px 0px 5px; }

.profile-i-right {
  float: right;
  background: #efefef;
  padding: 5px 5px 0px 5px;
  border-top: 1px solid #6c757d;
  border-bottom: 1px solid #6c757d;
  border-left: 0px solid #6c757d;
  border-right: 1px solid #6c757d;
  border-radius: 0px 5px 5px 0px; }

.progress {
  height: 2rem !important; }

.progress p {
  text-align: center !important;
  color: #fff !important;
  padding-top: 1rem !important; }

.progress-bar {
  font-size: 1.3rem !important;
  padding-top: 5px !important; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.progress {
  background-color: #aaa;
  margin-top: 15px;
  position: relative; }
  .progress span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%); }

.progress-bar-notused {
  background-color: #aaa; }

.progress-bar-notstarted {
  background-color: #aaa; }

[class^="col-"], [class*=" col-"], [class^="col"], [class*=" col"] {
  padding-left: 5px;
  padding-right: 5px; }

@media screen and (min-width: 768px) {
  [class^="col-"], [class*=" col-"], [class^="col"], [class*=" col"] {
    padding-left: 5px !important;
    padding-right: 5px !important; } }
.btn-success, .btn-danger, .btn-primary, .btn-secondary {
  padding-top: 11px; }

.btn {
  margin: 5px 5px;
  font-weight: 100;
  font-family: "Helvetica-Light" !important; }

.badge {
  position: absolute;
  font-size: 40%;
  margin-left: 5px; }

.btn-primary {
  color: #fff;
  background-color: #00678a;
  border-color: #003d69;
  min-width: 150px;
  padding-top: 10px; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  min-width: 150px;
  padding-top: 10px; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px; }

html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden; }

a {
  color: #00678a; }

a:focus, a:hover {
  color: #000000;
  text-decoration: none; }

img {
  width: 100%; }

hr {
  color: #343a40;
  margin-top: 2rem; }

.rounded-3 {
  border-radius: 0.5rem !important; }

.bg-light {
  background-color: #f8f9fa !important; }

.p-5 {
  padding: 1rem !important; }

@media screen and (min-width: 768px) {
  .p-5 {
    padding: 3rem !important; } }
.h-100 {
  height: 100% !important; }

.border {
  border: 1px solid #dee2e6 !important; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-family: "SansPro-Bold";
  letter-spacing: 0px;
  line-height: 1em;
  font-weight: 200; }

h1 {
  color: #343a40;
  font-size: 4rem;
  line-height: 1em; }

h2 {
  color: #343a40;
  font-size: 3rem; }

h3 {
  color: #343a40;
  font-size: 2rem; }

h4 {
  color: #343a40;
  font-size: 1.7rem; }

h5 {
  color: #343a40;
  font-size: 1.3rem; }

h6 {
  color: #343a40;
  font-size: 1rem; }

p, ul li {
  color: #343a40;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7rem;
  letter-spacing: 0.2px; }
  p strong, ul li strong {
    font-family: "SansPro-Bold"; }

label {
  color: #343a40;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.2px;
  margin: 20px 0 10px 0;
  font-weight: 500;
  /*background: #eeeeee;
  width: 100%;
  padding: 10px 10px 3px 10px;
  margin-bottom: -1px;
  border-radius: 5px 5px 0 0;*/ }

li img {
  width: 80% !important;
  height: auto !important;
  margin: 30px 20% 30px 10% !important; }

#content {
  width: 100%;
  padding: 0px;
  min-height: 100vh;
  transition: all 0.3s; }

.center-text {
  text-align: center !important; }

.center-div {
  margin: auto !important; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-bar-danger {
  background-color: #d9534f; }

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 5px; }

.activeacc, .accordion:hover {
  background-color: #ccc; }

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.activeacc:after {
  content: "\2212"; }

.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 100%; }
  .panel .cardsearchhead {
    background: transparent; }

.priority-pill {
  border-radius: 5px;
  padding: 5px 0 1px;
  width: 100%;
  text-align: center;
  max-width: 150px;
  border: 0; }

/*---------------------------------------
  Form styles              
-----------------------------------------*/
.form-control {
  height: 40px;
  padding-top: 12px !important;
  font-size: 1.2rem;
  margin-top: -10px !important; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: white; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: white; }

.form-control-disabled {
  margin-top: -10px !important;
  background-color: #f9f9f9 !important; }

.status-button {
  width: 100%; }

@media screen and (min-width: 768px) {
  .status-button {
    margin: 10px 0 5px 0;
    float: right;
    width: 170px; } }
/*---------------------------------------
  Card           
-----------------------------------------*/
#cardsearch {
  margin: 5px 0;
  padding: 0px 5px;
  align-items: center; }

#cardsearch:nth-of-type(odd) {
  background: #efefef; }

.cardsearchhead {
  background: #d3d3d3;
  color: #000;
  margin: 5px 0;
  padding: 0px 0;
  display: none; }
  .cardsearchhead .namesearch {
    font-size: 1.2em; }

#cardsearchnodisplay {
  display: flex; }

@media screen and (min-width: 768px) {
  #cardsearch {
    margin: 5px 0;
    padding: 0px 0; } }
@media screen and (min-width: 576px) {
  .textalignright {
    text-align: right; }

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

  .cardsearchhead .namesearch:first-of-type {
    justify-content: flex-start; }

  #cardsearch .namesearch:nth-of-type(2) {
    justify-content: flex-start;
    display: flex;
    align-items: center; }

  .namesearchticket {
    justify-content: flex-start; } }
@media screen and (min-width: 768px) {
  .cardsearchhead {
    display: flex; }

  #cardsearchnodisplay {
    display: none; } }
.whistlehead {
  color: #3d3d3f;
  background: #eee;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 15px 0px; }

.card {
  padding: 15px;
  margin-bottom: 15px;
  /*.btn{
      background: $tlcblue;
      color: white;
  }
  .btn:hover{
      background: $tlcgreen;
  }*/ }
  .card h5 {
    color: #3d3d3f;
    font-family: Helvetica-Regular, sans-serif;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-top: 0px;
    margin: -25px -12px 10px;
    padding: 0 10px;
    position: absolute; }
  .card h4 {
    color: #3d3d3f;
    background: #eee;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 0px;
    margin: -15px -15px 30px;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card h3 {
    color: white !important;
    background: #00678a;
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    margin-top: 0px !important;
    margin: 15px -15px -15px -15px !important;
    padding: 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 0 0 0.25rem 0.25rem; }
  .card p {
    color: #000;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8rem;
    letter-spacing: 0.2px; }

@media screen and (min-width: 768px) {
  .card {
    margin-bottom: 15px; } }
.cardinner {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 3px solid #00678a;
  border-radius: 5px;
  margin-bottom: 15px; }
  .cardinner h3 {
    color: #3d3d3f;
    font-size: 1.5rem;
    line-height: 1.2rem; }
  .cardinner p {
    color: #000;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.8rem;
    letter-spacing: 0.2px;
    text-align: center;
    margin-top: 20px; }
  .cardinner .btn {
    background: #00678a;
    color: white;
    position: absolute;
    right: 15px;
    bottom: 20px;
    padding: 1px 15px; }
  .cardinner .btn:hover {
    background: #74bc4a; }

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent !important;
  margin-bottom: 0px; }
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    text-transform: capitalize;
    color: #343a40; }
  ul.breadcrumb li + li:before {
    padding: 8px;
    color: #343a40;
    content: "/\00a0"; }
  ul.breadcrumb li a {
    color: #343a40;
    text-decoration: none; }
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline; }

.margin-top {
  margin-top: 250px !important; }

.margin-bottom {
  margin-bottom: 250px !important; }

.margin-left-33 {
  margin: 100px 0 10px 33% !important; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px auto;
  color: #343a40; }

th,
td {
  height: 50px;
  text-align: center;
  border: 1px solid black;
  max-width: 200px;
  overflow-y: hidden;
  font-size: 0.8em; }
  th a,
  td a {
    color: #00678a; }

.scrsolutions-navbar {
  height: 5.5rem;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  padding: 0.5rem;
  background: #ffffff;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.1); }
  .scrsolutions-navbar .container {
    position: relative; }
  .scrsolutions-navbar .btn {
    background: #28a8b4;
    text-transform: uppercase;
    padding: 0.2rem 3rem;
    color: #fff;
    float: right;
    margin-top: 1.2rem; }
  .scrsolutions-navbar .btn:hover {
    background: #000000; }
  .scrsolutions-navbar nav {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }
  .scrsolutions-navbar ul, .scrsolutions-navbar ol {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
    position: absolute; }
    .scrsolutions-navbar ul li, .scrsolutions-navbar ol li {
      margin-top: 0rem; }
      .scrsolutions-navbar ul li a, .scrsolutions-navbar ol li a {
        border-radius: 0.25rem;
        margin: 0 0.2rem;
        padding: 15px 20px 10px 20px;
        color: #343a40;
        font-size: 1rem; }
      .scrsolutions-navbar ul li a:hover, .scrsolutions-navbar ol li a:hover {
        color: #fff;
        background: #00678a;
        text-decoration: none; }
      .scrsolutions-navbar ul li .btn, .scrsolutions-navbar ol li .btn {
        float: left; }
    .scrsolutions-navbar ul li:nth-last-child(1), .scrsolutions-navbar ol li:nth-last-child(1) {
      margin-top: 0; }

.offcanvas {
  width: 100%; }

.logo {
  height: 45px;
  width: auto;
  margin-top: 10px; }

.navbutton {
  font-family: "SansPro-Bold";
  font-weight: 300;
  letter-spacing: 1px;
  padding: 8px 15px;
  border-radius: 5px;
  background: #ffffff;
  margin: 0 5px; }

.navbutton:hover {
  color: #fff;
  background: #000000; }

.navlogin {
  font-family: "SansPro-Bold";
  font-weight: 200;
  letter-spacing: 1px;
  padding: 8px 30px;
  border-radius: 5px;
  color: #fff !important;
  background: #343a40; }

.navlogin:hover {
  color: #fff;
  background: #00678a; }

.scrsolutionsmobnav {
  display: none !important; }

.close {
  display: none !important; }

#myCarousel {
  margin: 80px 0; }
  #myCarousel .carousel-item {
    height: 500px; }
    #myCarousel .carousel-item p {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1.5rem;
      line-height: 2rem;
      background: #eeeeee;
      padding: 20px;
      width: 95%;
      height: 100%;
      display: flex;
      align-items: center; }

.carousel-control-next, .carousel-control-prev {
  color: #00678a;
  font-size: 3rem;
  width: 5%;
  display: none; }

.carousel-control-next:hover, .carousel-control-prev:hover {
  color: #74bc4a; }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #74bc4a;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-indicators li {
  background: #00678a !important;
  display: none; }

@media screen and (min-width: 768px) {
  #myCarousel {
    margin: 80px 0; }
    #myCarousel .carousel-item p {
      font-size: 2rem;
      line-height: 2.5rem;
      padding: 50px;
      width: 80%; }

  .carousel-indicators li {
    display: flex; }

  .carousel-control-next, .carousel-control-prev {
    display: flex; } }
.scrblue-bg {
  background: #01698b; }

.signup h1 {
  color: #fff !important;
  font-size: 11.5vw !important;
  line-height: 1em !important; }
.signup h2 {
  color: #fff !important;
  font-size: 9.5vw !important;
  line-height: 1em !important; }
.signup h3 {
  color: #fff !important;
  font-size: 7.5vw !important;
  line-height: 1em !important; }

@media screen and (min-width: 666px) {
  .signup h1 {
    font-size: 9.5vw !important; }
  .signup h2 {
    font-size: 8vw !important; }
  .signup h3 {
    font-size: 6vw !important; } }
@media screen and (min-width: 768px) {
  .signup h1 {
    font-size: 5.5vw !important; }
  .signup h2 {
    font-size: 4vw !important; }
  .signup h3 {
    font-size: 3vw !important; } }
@media screen and (min-width: 1500px) {
  .signup h1 {
    font-size: 4.5vw !important; }
  .signup h2 {
    font-size: 3vw !important; }
  .signup h3 {
    font-size: 2vw !important; } }
.stay-inspection-ready h1 {
  font-size: 2.4rem !important; }

@media screen and (min-width: 768px) {
  .stay-inspection-ready h1 {
    font-size: 4rem !important; } }
@media screen and (min-width: 1024px) {
  .stay-inspection-ready h1 {
    font-size: 5rem !important; } }
#section-main {
  display: flow-root;
  width: auto;
  padding: 30px 0px;
  margin: 30px 0px;
  min-height: 50vh; }
  #section-main .container {
    position: relative;
    display: flow-root; }
    #section-main .container h1 {
      color: #3d3d3f;
      font-size: 3.2rem;
      line-height: 1em; }
    #section-main .container h1:nth-child(2) {
      margin-top: 45px; }
    #section-main .container h2 {
      color: #3d3d3f;
      font-size: 2rem;
      line-height: 52px;
      margin-top: 0px; }
    #section-main .container h3 {
      color: #3d3d3f;
      font-size: 1.5rem;
      margin-top: 0px; }
    #section-main .container .float {
      width: 100%;
      position: unset;
      top: unset;
      left: unset;
      transform: unset; }
  #section-main .hero-text {
    position: absolute;
    top: 60px;
    left: 0%; }
    #section-main .hero-text h1 {
      font-family: "SansPro-Bold";
      font-weight: 100; }
  #section-main .hero-img {
    width: 80%;
    float: right; }

@media screen and (min-width: 768px) {
  #section-main {
    display: flex; }
    #section-main .container .float {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
#section_snap {
  display: flex;
  width: auto;
  padding: 0px 0px;
  margin: 0px 0px;
  min-height: calc(100vh - 0rem);
  align-items: center;
  background-position: 20% top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  scroll-snap-align: center;
  position: relative; }
  #section_snap .container {
    position: absolute;
    display: flow-root;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #section_snap .container h1 {
      color: #3d3d3f;
      font-size: 3.2rem; }
    #section_snap .container h1:nth-child(2) {
      margin-top: 45px; }
    #section_snap .container h2 {
      color: #3d3d3f;
      font-size: 2rem;
      line-height: 52px;
      margin-top: 0px; }
    #section_snap .container h3 {
      color: #3d3d3f;
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin-top: 0px; }
  #section_snap .hero-text {
    position: absolute;
    top: 60px;
    left: 0%; }
    #section_snap .hero-text h1 {
      font-family: "SansPro-Bold";
      font-weight: 100; }
  #section_snap .hero-img {
    width: 80%;
    float: right; }

#section-login {
  display: flex;
  width: auto;
  padding: 0px 0px;
  margin: 0px 0px;
  min-height: calc(100vh - 5.5rem);
  align-items: center;
  background: url(../imgs/login.jpg);
  background-position: 20% top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  #section-login .container {
    position: relative;
    display: flow-root; }
    #section-login .container h1 {
      color: #3d3d3f;
      font-size: 3.2rem;
      line-height: normal; }
    #section-login .container h2 {
      color: #3d3d3f;
      font-size: 2rem;
      line-height: 52px;
      margin-top: 0px; }
    #section-login .container h3 {
      color: #3d3d3f;
      font-size: 1.5rem;
      line-height: 52px;
      margin-top: 0px; }
  #section-login .hero-text {
    position: absolute;
    top: 60px;
    left: 0%; }
    #section-login .hero-text h1 {
      font-family: "SansPro-Bold";
      font-weight: 100; }
  #section-login .hero-img {
    width: 80%;
    float: right; }

#section-why {
  background: url(../imgs/why_choose_section.jpeg);
  background-attachment: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  padding: 30px 0px;
  position: relative;
  display: flex; 
}
  #section-why .overlay {
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    position: absolute;
    top: 0; }
  #section-why h1, #section-why p {
    color: #fff; }

@media screen and (min-width: 768px) {
  #section-why {
    background-attachment: fixed;
    min-height: 60vh; } }
#section-benefits-main {
  width: auto;
  margin: 50px 0px; }
  #section-benefits-main .container {
    position: relative;
    display: flow-root; }
  #section-benefits-main .benefits-text {
    position: absolute;
    top: 0px;
    left: 0%;
    height: 100%; }
    #section-benefits-main .benefits-text h1 {
      font-family: "SansPro-Bold";
      font-weight: 100; }
  #section-benefits-main .benefits-img {
    width: 50%;
    float: right; }
  #section-benefits-main .btn-position {
    position: absolute;
    bottom: 0; }

#main {
  min-height: calc(100vh - 458px); }
  #main .container {
    margin-top: 100px; }

#section_index {
  position: relative;
  margin: 130px 0; }
  #section_index .container {
    max-width: 1140px;
    width: 100%; }
    #section_index .container .textpodmain {
      position: relative;
      top: 50%;
      transform: translate(0, -50%); }
      #section_index .container .textpodmain h1 {
        font-family: "SansPro-Bold";
        font-weight: 200;
        font-size: 3rem;
        line-height: 0.8em;
        color: #000000; }
      #section_index .container .textpodmain h3 {
        font-family: "SansPro-Bold";
        font-weight: 200;
        font-size: 2rem;
        line-height: 1em;
        color: #000000;
        margin-top: 3rem; }
      #section_index .container .textpodmain p {
        margin: 40px 0; }
      #section_index .container .textpodmain .navlogin {
        padding: 20px;
        width: 50%;
        display: block;
        text-align: center;
        font-size: 1.7em; }

#section_main {
  margin: 50px 0; }
  #section_main .container {
    max-width: 1140px;
    width: 100%; }
    #section_main .container .textpodmain {
      margin: auto; }
      #section_main .container .textpodmain h1 {
        font-family: "SansPro-Bold";
        font-weight: 200;
        font-size: 3rem;
        line-height: 0.8em;
        color: #000000; }
      #section_main .container .textpodmain h3 {
        font-family: "SansPro-Bold";
        font-weight: 200;
        font-size: 2rem;
        line-height: 0.8em;
        color: #000000;
        margin-top: 3rem; }
      #section_main .container .textpodmain p, #section_main .container .textpodmain ul {
        margin: 40px 0; }
      #section_main .container .textpodmain .navlogin {
        padding: 20px;
        width: 50%;
        display: block;
        text-align: center;
        font-size: 1.7em; }

#section_grid {
  margin: 80px 0; }
  #section_grid .container {
    max-width: 1140px;
    width: 100%; }

#section_features {
  margin: 130px 0;
  background: #e4e4e4;
  padding: 70px 0; }
  #section_features .container {
    max-width: 1140px;
    width: 100%; }
    #section_features .container .row {
      justify-content: center; }
      #section_features .container .row .textpodmain {
        margin: auto; }
        #section_features .container .row .textpodmain h1 {
          font-family: "SansPro-Bold";
          font-weight: 200;
          font-size: 2rem;
          line-height: 0.8em;
          font-family: Helvetica-Regular, sans-serif;
          margin-top: 20px;
          color: #000000; }
        #section_features .container .row .textpodmain p {
          margin: 20px 0; }
        #section_features .container .row .textpodmain .navlogin {
          padding: 20px;
          width: 50%;
          display: block;
          text-align: center;
          font-size: 1.7em; }
        #section_features .container .row .textpodmain img {
          width: 70%; }
        #section_features .container .row .textpodmain ol li {
          color: #343a40;
          font-size: 1.2rem;
          font-weight: 300;
          line-height: 1.7rem;
          letter-spacing: 0.2px; }

#contact-main {
  margin: 130px 0; }
  #contact-main .container {
    max-width: 1140px;
    width: 100%; }
    #contact-main .container h1 {
      font-family: "SansPro-Bold";
      font-weight: 200;
      font-size: 3rem;
      line-height: 0.8em; }
    #contact-main .container p {
      margin: 0px 0; }
    #contact-main .container .navlogin {
      padding: 10px 20px;
      width: 50%;
      display: block;
      text-align: center;
      font-size: 1.2em;
      border: 0;
      margin: auto; }

.privacy-policy h1, .terms-and-conditions h1 {
  color: #00678a; }
.privacy-policy h3, .terms-and-conditions h3 {
  color: #000000; }
.privacy-policy h4, .terms-and-conditions h4 {
  margin: 40px 0 15px 0; }
.privacy-policy ul, .terms-and-conditions ul {
  margin: 50px 60px 60px; }
.privacy-policy p, .terms-and-conditions p {
  margin: 0 0 15px 0 !important; }

.img-div-left {
  order: -1; }

.img-div-left-mm {
  order: -1; }

.pod-img {
  text-align: center; }
  .pod-img img {
    width: 80%; }

/*---------------------------------------
  Contact Form            
-----------------------------------------*/
.paddingbottom {
  padding-bottom: 20px; }

/*---------------------------------------
  Cookie cinsent             
-----------------------------------------*/
#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 2000; }

#cookieConsent a {
  color: #4B8EE7;
  text-decoration: none; }

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold; }

#closeCookieConsent:hover {
  color: #FFF; }

#cookieConsent a.cookieConsentOK {
  background-color: #018989;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 12px 0 10px; }

#cookieConsent a.cookieConsentOK:hover {
  background-color: #c0403e; }

.cookieinner {
  padding: 15px 0; }

footer {
  background: #fff;
  border-top: 4px solid #00678a;
  margin-top: 35px; }
  footer .row {
    align-items: center !important; }
    footer .row .col-md-3 {
      padding-top: 15px; }
    footer .row .img {
      width: auto;
      height: 100px; }
    footer .row ul {
      list-style-type: none;
      font-size: 1.3rem;
      font-family: "SansPro-Bold"; }
    footer .row ul li a {
      color: #000; }
    footer .row ul li a:hover {
      color: #00678a;
      text-decoration: none; }

.social-links h4 {
  color: #fff;
  font-family: "SansPro-Bold"; }
.social-links a i {
  color: #fff;
  font-size: 3.5rem;
  margin: 0 5px; }
.social-links a i:hover {
  color: #00678a; }

.grid1 {
  margin: auto;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 60px 250px;
  gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  height: auto;
  text-align: center; }
  .grid1 h1, .grid1 h2, .grid1 h3, .grid1 h4, .grid1 h5, .grid1 h6 {
    font-family: "SansPro-Bold"; }
  .grid1 .gridhead {
    grid-column: 1 / 4;
    grid-row: 1;
    text-align: left; }
  .grid1 .grid1_main {
    grid-column: 4 / 6;
    grid-row: 1/3; }
  .grid1 .grid1_secondry {
    grid-column: 5;
    grid-row: 2; }
  .grid1 .grid1_text {
    grid-column: 1 / 4;
    grid-row: 2 / 2;
    align-self: center;
    text-align: left; }
  .grid1 img {
    max-width: 100%;
    max-height: 100%;
    width: auto; }

.grid2 {
  margin: auto;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 60px 250px;
  gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  height: auto;
  text-align: center; }
  .grid2 h1, .grid2 h2, .grid2 h3, .grid2 h4, .grid2 h5, .grid2 h6 {
    font-family: "SansPro-Bold"; }
  .grid2 .gridhead {
    grid-column: 3 / 6;
    grid-row: 1;
    text-align: left; }
  .grid2 .grid2_main {
    grid-column: 1 / 3;
    grid-row: 1/3; }
  .grid2 .grid2_secondry {
    grid-column: 2;
    grid-row: 2; }
  .grid2 .grid2_text {
    grid-column: 3 / 6;
    grid-row: 2/2;
    align-self: center;
    text-align: left; }
  .grid2 img {
    max-width: 100%;
    max-height: 100%;
    width: auto; }

@media screen and (max-width: 1024px) {
  .grid1, .grid2 {
    margin: 0 15px; } }
@media screen and (max-width: 639px) {
  .grid1, .grid2 {
    margin: 0 15px;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 60px 220px;
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
    height: auto;
    text-align: center; }
    .grid1 h1, .grid1 h2, .grid1 h3, .grid1 h4, .grid1 h5, .grid1 h6, .grid2 h1, .grid2 h2, .grid2 h3, .grid2 h4, .grid2 h5, .grid2 h6 {
      font-family: "SansPro-Bold"; }
    .grid1 .gridhead, .grid2 .gridhead {
      grid-column: 1 / 3;
      grid-row: 1;
      text-align: left; }
    .grid1 .grid1_main, .grid1 .grid2_main, .grid2 .grid1_main, .grid2 .grid2_main {
      grid-column: 1 / 3;
      grid-row: 2/4;
      justify-self: start; }
    .grid1 .grid1_secondry, .grid1 .grid2_secondry, .grid2 .grid1_secondry, .grid2 .grid2_secondry {
      grid-column: 2;
      grid-row: 2;
      justify-self: end; }
    .grid1 .grid1_text, .grid1 .grid2_text, .grid2 .grid1_text, .grid2 .grid2_text {
      grid-column: 1 / 3;
      grid-row: 3;
      align-self: center;
      text-align: left; }
    .grid1 img, .grid2 img {
      max-width: 100%;
      max-height: 230px;
      width: auto; } }
.modal-header {
  display: -ms-block;
  display: block;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.admin_container {
  width: 1170px;
  max-width: 100vw;
  padding: 10px;
  margin: auto; }

.admin_clearfix::after {
  display: block;
  clear: both;
  content: "";
  margin-bottom: 100px; }

.adminmain {
  font-size: 1em;
  padding: 10px; }
  .adminmain h1 {
    color: #3d3d3f;
    font-size: 3.2rem;
    line-height: normal;
    margin: 30px 0; }
  .adminmain h2 {
    color: #3d3d3f;
    font-size: 1.5rem;
    line-height: 52px;
    margin-top: 0px; }
  .adminmain h3 {
    color: #3d3d3f;
    font-size: 2rem;
    line-height: 52px;
    margin-top: 0px; }
  .adminmain .container {
    max-width: 100%; }

@media screen and (min-width: 768px) {
  .adminmain {
    font-size: 1em;
    padding: 30px; } }
.podbg {
  margin-top: 20px; }

.podbg::before {
  background: #ffffff;
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 10px);
  border-radius: 5px;
  height: 99%;
  z-index: -1; }

.textpod {
  border-radius: 5px;
  padding: 0px;
  background: #eeeeee;
  margin: 15px 3px;
  width: 150px;
  display: inline-flex;
  justify-content: center; }
  .textpod a {
    color: #00678a;
    width: 100%; }
  .textpod .innerhead {
    padding: 20px 10px 5px 10px;
    border-bottom: 1px solid #eeeeee; }
    .textpod .innerhead p {
      line-height: 0em; }
  .textpod .inner {
    padding: 10px;
    text-align: center; }

.podbg .textpod {
  width: 100%; }

@media screen and (min-width: 768px) {
  .podbg {
    margin-top: 0px; }

  .textpod {
    width: 16%; }

  .podbg .textpod {
    width: 100%; } }
.textpod:hover {
  background: #00678a; }
  .textpod:hover a:hover {
    color: white; }

.sqdiv {
  width: calc(25vh - 30px);
  height: calc(25vh - 30px);
  max-width: calc(50vw - 30px);
  max-height: calc(50vw - 30px);
  float: left;
  margin: 7px;
  position: relative;
  border: 1px solid #343a40; }
  .sqdiv .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .sqdiv .container i {
      font-size: 4em; }
    .sqdiv .container h3 {
      font-family: "SansPro-Bold";
      font-weight: 200;
      font-size: 1.8rem;
      line-height: 1.8em; }

.imageview {
  max-height: 80%;
  max-width: 80%; }

.imageview_container {
  max-width: 100%;
  max-height: 100%; }

.imageview_container_border {
  background: #fff;
  padding: 20px 20px 40px 20px; }

.imageview_container img {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  margin: 5vh 0 5vh 0;
  border: 2px solid #000;
  background: #fff;
  padding: 20px 20px 40px 20px; }

.imageoverlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  transition: 0.5s; }

.imageoverlay-content {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: center;
  padding: 0; }

.imageoverlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.imageoverlay a:hover, .imageoverlay a:focus {
  color: #f1f1f1; }

.imageoverlay .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 60px;
  z-index: 101; }

/* ---------------------------------------------------
    PROFILE SIDEBAR STYLE
----------------------------------------------------- */
#profilebar {
  width: 100%;
  color: #000000;
  transition: all 0.3s; }

#profilebar.active {
  margin-left: -250px; }

#profilebar .profilebar-header {
  padding: 20px;
  background: #eeeeee; }

#profilebar ul.components {
  padding: 0px 0;
  border-bottom: 0px solid #47748b; }

#profilebar ul p {
  color: #000000;
  padding: 10px; }

#profilebar ul li a {
  padding: 10px 30px;
  font-size: 1.2rem !important;
  line-height: 1.2rem;
  display: block;
  color: #000000; }

#profilebar ul li a:hover {
  color: #eeeeee;
  background: #00678a; }

#profilebar ul li.active > a,
a[aria-expanded="true"] {
  color: #000000;
  background: #eeeeee; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch; }

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #eeeeee;
  color: #000000;
  transition: all 0.3s;
  margin-left: -250px; }

#sidebar.active {
  margin-left: 0px; }

#sidebar .sidebar-header {
  padding: 20px;
  background: #eeeeee; }

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b; }

#sidebar ul p {
  color: #000000;
  padding: 10px; }

#sidebar ul li a {
  padding: 10px 30px;
  font-size: 1.2rem !important;
  line-height: 1.2rem;
  display: block;
  color: #000000; }

#sidebar ul li a:hover {
  color: #eeeeee;
  background: #00678a; }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #000000;
  background: #eeeeee; }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #eeeeee; }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

a.download {
  background: #000000;
  color: #eeeeee !important; }

a.article,
a.article:hover {
  background: #00678a !important;
  color: #ffffff !important; }

@media screen and (min-width: 768px) {
  #sidebar {
    margin-left: 0px; }

  #sidebar.active {
    margin-left: -250px; } }
@media screen and (max-width: 1024px) {
  #section_index .container {
    max-width: 960px;
    width: 100%; }

  .admin_container {
    width: 820px; } }
@media screen and (max-width: 768px) {
  .admin_container {
    width: 552px; }

  #section-hero {
    width: auto; }
    #section-hero .container {
      position: unset;
      display: flow-root; }
    #section-hero h1 {
      margin-top: 30px; }
    #section-hero .hero-text {
      position: unset;
      top: 60px;
      left: 10%; }
    #section-hero .hero-img {
      width: 100%;
      float: right; }

  #section-benefits-main {
    width: auto; }
    #section-benefits-main .container {
      position: unset;
      display: flow-root; }
    #section-benefits-main h1 {
      margin-top: 30px; }
    #section-benefits-main .benefits-text {
      position: unset;
      top: 60px;
      left: 10%; }
    #section-benefits-main .benefits-img {
      width: 100%;
      float: right; }

  .scrsolutions-navbar ul {
    display: block;
    float: left;
    width: 100%;
    top: 60px;
    right: unset;
    transform: translate(0, 0); }
    .scrsolutions-navbar ul li {
      margin-top: 0.27rem;
      padding: 0 1rem; }
      .scrsolutions-navbar ul li a {
        margin: 1rem 0rem;
        border-bottom: 2px solid;
        padding: 1rem 0 1rem 10px;
        width: 100%;
        display: block;
        font-size: 1.5rem;
        border-radius: 0; }
      .scrsolutions-navbar ul li .btn {
        font-size: 1.5rem;
        margin-top: 2rem !important; }

  .offcanvas {
    background: #fff;
    height: 100%;
    width: 80%;
    top: 0;
    left: -800px;
    position: fixed;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 0px;
    max-width: 450px;
    z-index: 1000;
    padding-right: 20px; }

  .overlay3 {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -800px;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0.8;
    transition: opacity .8s; }

  .scrsolutionsmobnav {
    font-size: 2rem;
    float: right;
    margin-top: 1.2rem;
    display: block !important; }

  .close {
    font-size: 2rem;
    float: right;
    margin: 1rem 1rem 0 0;
    display: block !important; }

  h1 {
    font-size: 2.6rem;
    line-height: 0.8em; }

  h3 {
    font-size: 1.5rem; }

  #section_main .container {
    width: 100%; }
    #section_main .container .textpod .navlogin {
      width: 100%; }

  #section_index .container {
    max-width: 720px;
    width: 100%; } }
@media screen and (max-width: 720px) {
  .logo {
    width: 200px; } }
@media screen and (max-width: 425px) {
  .admin_container {
    width: unset; }

  .margin-left-33 {
    margin: 10px 0 10px 0 !important; }

  h2 {
    font-size: 2.6rem; }

  .logo {
    width: 50%;
    height: auto;
    margin-top: 18px;
    margin-left: -10px; }

  .img-div-left-mm {
    order: 0; }

  #section_main, #section_features {
    margin: 20px 0; }
    #section_main .container .textpod, #section_features .container .textpod {
      margin: 20px auto !important; }
      #section_main .container .textpod p, #section_features .container .textpod p {
        margin: 20px 0; }

  #section_index {
    position: relative;
    margin: 50px 0; }
    #section_index .container {
      max-width: 1140px;
      width: 100%; }
      #section_index .container .row .col-sm-6 {
        padding-left: 25px;
        padding-right: 25px; }
        #section_index .container .row .col-sm-6 .textpod {
          position: relative;
          top: 50%;
          transform: translate(0, -50%); }
          #section_index .container .row .col-sm-6 .textpod h1 {
            font-family: "SansPro-Bold";
            font-weight: 200;
            font-size: 3rem;
            line-height: 0.8em; }
          #section_index .container .row .col-sm-6 .textpod p {
            margin: 40px 0; }
          #section_index .container .row .col-sm-6 .textpod .navlogin {
            width: 80%;
            padding: 10px;
            margin: auto; }
      #section_index .container .row .pod-img {
        order: -1;
        padding-bottom: 20px; }
        #section_index .container .row .pod-img img {
          width: 60%; }

  .margin-top {
    margin-top: 50px !important; }

  .margin-bottom {
    margin-bottom: auto !important; }

  footer {
    background: #343a40; }
    footer .row {
      justify-content: space-between !important;
      align-items: center !important; }
      footer .row .col-md-3 {
        padding-top: 5%; }
      footer .row .col-md-3:nth-child(3) {
        margin-left: 40px; }
      footer .row .col-md-3:nth-child(1) {
        padding-top: 5%;
        order: 3; } }
@media screen and (max-width: 320px) {
  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 2rem; } }

/*# sourceMappingURL=stylesheet.css.map */
