.modal-backdrop.show {
    background: transparent;
}
.white-label label {
    color: #fff;
}
h1.h4, h3.h5 {
    background-color: #fff;
}
.header-style-3-nav .navbar-toggler .navbar-toggler-icon {
    background: transparent;
}
.header-style-3-nav .navbar-toggler .navbar-toggler-icon svg {
    filter: invert(94%) sepia(100%) saturate(0%) hue-rotate(249deg) brightness(103%) contrast(103%);
    font-size: 30px;
}

/* .home .post-1499 {
	display: none!important;
}

.home .post-1528 {
	display: none!important;
}

.home .post-1530 {
	display: none!important;
} */

.home .post-3095 {
	display: none!important;
}

.home .post-2058 {
	display: none!important;
}

.fancy-break {
	border-bottom: 6px solid #F9A900;
}

.vid-spacer {
	margin-top: 200px;
}

img.hero-image {
    max-width: 70%;
    height: auto;
}

@media (max-width:1200px) {

.mobile-hide{
	display: none!important;
 }
}

/** Landing Page table **/
.word-break-all {
    word-break: break-all;
  }
  .abstract-network {
    background: linear-gradient(transparent 75%, #fff 75%), url(/media/abstract-network.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 75px 15px 0px;
  }
  
  @media (min-width:1200px) {
    .abstract-network {
      padding: 125px 75px 0px;
    }
  }
  
  .white-bkg {
    background: #fff;
  }
  
  .border-radius {
    border-radius: 12px;
    border-collapse: separate;
  }
  
  .table-box-shadow {
    box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.15);
  }
  
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 30px;
    background-color: transparent;
    display: table;
  
    &.img-max-100 {
      img {
        max-height: 100px;
        width: auto;
      }
    }
  }
  
  .table-row {
    display: table-row;
  }
  
  .table-cell {
    display: table-cell;
    padding: 0px 5px;
  }
  
  .icon-circle {
    position: absolute;
    top: -45px;
    height: 75px;
    width: 75px;
    border-radius: 75px;
    border: solid 3px;
    display: inline-block;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 2;
  }
  
  .td-text-center {
    text-align: center;
    display: block;
  }
  @media (max-width:767px) {
   .td-text-center {
    width: calc(100% - 125px);
   }
  }
  .dot {
    color: #a7a9ac;
    font-size: 2.5em;
  }
  
  .dot .primary-btn {
    font-size: 16px;
    opacity: 1 !important;
    color: #fff;
  }
  
  @media (min-width:768px) {
    .t-40 {
      width: 50%;
    }
  
    .t-20 {
      width: 16.667%;
    }
  }
  
  .larger {
    font-size: 1.1em !important;
  }
  
  .teal {
    color: #36c3e0;
  }
  .page-template-template-landing-page .h2,
  .page-template-template-landing-page .h3 {
    text-transform: uppercase;
     /* background: -webkit-linear-gradient(left, #27b9f7, #001b60);
     background: -o-linear-gradient(right, #27b9f7, #001b60);
     background: -moz-linear-gradient(right, #27b9f7, #001b60);
     background: linear-gradient(to right, #27b9f7, #001b60); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  }
  .page-template-template-landing-page table {
    border-collapse: collapse;
    margin: 0;
    padding: 0px;
    padding-bottom: 15px;
    width: 100%;
    table-layout: fixed;
  }
  @media (max-width:767px) {
    .page-template-template-landing-page table {
      display: none;
    }
  }
  @media (min-width:768px) {
    .d-md-none {
      display: none;
    }
  }
  .page-template-template-landing-page table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  
  .page-template-template-landing-page table tbody {
    display: table;
    border-collapse: collapse;
    width: calc(100% - 20px);
    margin-left: 10px;
    padding-bottom: 30px;
  }
  
  .page-template-template-landing-page table tr {
    background-color: #d1d4d5;
    border: 1px solid #ddd;
  }
  
  @media (min-width:768px) {
    .page-template-template-landing-page table tr {
      padding: .35em;
    }
  }
  
  .page-template-template-landing-page table th,
  .page-template-template-landing-page table td {
    padding: .33em;
    background: #fff;
    border-bottom: solid 1px #999 !important;
    border-collapse: collapse !important;
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
  }
  
  @media (min-width:768px) {
  
    .page-template-template-landing-page table th,
    .page-template-template-landing-page table td {
      padding: .33em;
      border-left: solid 15px #fff;
      border-right: solid 15px #fff;
    }
  }
  
  @media (min-width:992px) {
  
    .page-template-template-landing-page table th,
    .page-template-template-landing-page table td {
      border-left: solid 25px #fff;
      border-right: solid 25px #fff;
    }
  }
  @media (min-width:767px) {
    .page-template-template-landing-page table tr:last-child td {
      border-color: #fff !important;
    }
  }
  
  .page-template-template-landing-page table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    position: relative;
  
  }
  
  @media screen and (min-width: 767px) {
    .page-template-template-landing-page table th {
      padding-top: 30px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .page-template-template-landing-page table {
      border: 0;
    }
  
    .page-template-template-landing-page table caption {
      font-size: 1.3em;
    }
  
    .page-template-template-landing-page table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      padding: 0;
      position: absolute;
      width: 1px;
    }
  
    .page-template-template-landing-page table tr {
      background-color: #fff;
      border: 0px !important;
      margin-bottom: 15px;
      position: relative;
      display: block;
    }
  
    .page-template-template-landing-page table td {
      display: block;
      font-size: .8em;
      text-align: left;
    }
  
    .page-template-template-landing-page table td::before {
      /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
      content: attr(data-label);
      float: right;
      font-weight: bold;
      text-transform: uppercase;
      padding-right: 10px;
    }
  
    .page-template-template-landing-page table td:last-child {
      border-bottom: 0;
    }
  
    .page-template-template-landing-page table th {
      display: none;
    }
  
    .page-template-template-landing-page td.service-2 {
      background: #dcdcdc;
      border-radius: 5px 5px 0px 0px;
      margin-top: 10px!important;
      line-height: 1.25em;
      padding-bottom: 10px .33em;
    }
  }
  
  @media (min-width:768px) {
    .d-none.d-md-row {
      display: table-row !important;
    }
  }
  
  .page-template-template-landing-page table td .primary-btn {
    margin: 5px;
    padding: .5em 1em;
    display: block !important;
    cursor:default!important;
    box-shadow: none!important;
  }
  .page-template-template-landing-page table td .primary-btn:hover {
    box-shadow: none!important;
  }
  .primary-btn.larger {
    font-size: 1.5em;
  }
  
  @media (max-width:767px) {
    .page-template-template-landing-page table td .primary-btn {
      display: inline-block !important;
    }
    .text-center-sm, .text-center-sm * {
      text-align: center;
    }
  }
  .page-template-template-landing-page .navbar-nav,
  .page-template-template-landing-page button.navbar-toggler,
  .page-template-template-landing-page .header-style-3-topbar {
      display: none!important;
  }
  .dark-grey {
    background: #b2b6b7;
  }
  
  .basic-grad:before,
  .premier-grad:before,
  .enterprise-grad:before {
    content: '';
    height: 15px;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: -15px;
    left: 0px;
    width: 100%;
  }
  
  .basic-grad,
  .basic-grad:before {
    background: linear-gradient(90deg, #ffaa00, #c88609) !important;
  }
  
  .basic-border {
    border-color: #ffaa00;
  }
  
  .premier-grad,
  .premier-grad:before {
    background: linear-gradient(90deg, #666666, #222222) !important;
  }
  
  .premier-border {
    border-color: #666666;
  }
  
  .enterprise-grad,
  .enterprise-grad:before {
    /*background: linear-gradient(90deg, #194671, #052033) !important;*/
      background: linear-gradient(90deg, #666666, #222222) !important;
  }
  
  .enterprise-border {
    border-color: #666666;
  }
  
  td.basic-2::before  {
    color: #60a65b;
  }
  .basic-color {
    color: #60a65b;
  }
  td.premier-2:before {
    color: #00b7d9;
  }
  .premier-color {
    color: #00b7d9;
  }
  td.enterprise-2:before {
    color: #194671;
  }
  .enterprise-color {
    color: #00b7d9;
  }
  
  .white,
  .white * {
    color: #fff !important;
  }
  
  @media (max-width:767px) {
    .page-template-template-landing-page table tr.cost-rows {
      display: none;
    }
  
    .page-template-template-landing-page table tr.cost-rows.show {
      display: block;
    }
  
    .page-template-template-landing-page table tr.cost-rows:last-child {
      display: block !important;
    }
  }
  
  @media (min-width:768px) {
    .page-template-template-landing-page table tr.cost-rows {
      display: table-row;
    }
  }
  @media (min-width:992px) {
    .text-center-lg-up, .text-center-lg-up * {
      text-align: center;
    }
  }
  .page-template-template-landing-page .modal-backdrop.show {
    display: none!important;
  }
  .page-template-template-landing-page .modal-content {
    box-shadow: none;
    background: transparent;
  }
  .page-template-template-landing-page .modal-body {
    max-height: 90vh;
    overflow:scroll;
  }
  #ctaModal .content-form {
    box-shadow:0 0 15px 1px rgb(0,0,0,.1);
  }
  #ctaModal .close-btn {
    background-color: #194671;
    color: #fff;
    border: 0px;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin-bottom: 15px;
    font-size: 25px;
  }
  .mobile-row {
    border-bottom: solid 1px #999;
    margin: auto 15px;
    padding: 10px 10px 10px;
    line-height: 1.25em;1.25em;
  }
  
  .gradient-text {
     background: -webkit-linear-gradient(left, #27b9f7, #001b60);
     background: -o-linear-gradient(right, #27b9f7, #001b60);
     background: -moz-linear-gradient(right, #27b9f7, #001b60);
     background: linear-gradient(to right, #27b9f7, #001b60); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  @media (min-width: 992px){
    .process-single-header-row{
      padding: 4rem 0 !important;
    }
  }
  
  
  
  @media (min-width:1100px) {
    .homepage-img img{
      margin-top: -300px!important;
    }
  }
  
  
  /* DASHBOAORD */
  
  .dashboard-section{
    display: flex;
    flex-direction: column;
  }
  
  .dashboard-headline{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  
  .dashboard-headline img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  
  .dashboard-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .dash-row{
    display: flex;
    justify-content: space-around;
  }
  
  .dashboard{
    margin: 25px;
    width: 26vw;
  }
  
  .dash-image{
    width: 100%;
    height: 17vw;
    box-shadow: 8px 8px rgba(0, 108, 181, 0.3);
    transition: box-shadow 0.3s ease;
  }
  
  .dash-image:hover{
    box-shadow: -8px -8px rgba(0, 108, 181, 0.3);
  }
  
  .dash-image img{
    width: 100%;
    height: 100%;
  }
  
  .dash-text{
    padding: 10px;
    display: flex;
    flex-direction: column;
    color: rgb(0, 108, 181);
  }
  
  .dash-title{
    font-size: 14pt;
    font-weight: bold;
    color: inherit;
  }
  
  .dash-subtitle{
    color: inherit;
    font-size: 12pt;
    line-height: 20px;
  }
  
  .green{
    color: #ffaa00 !important;
  }
  .green-bs{
    box-shadow: 8px 8px rgba(112, 173, 71, 0.3)!important;
  }
  .green-bs:hover{
    box-shadow: -8px -8px rgba(112, 173, 71, 0.3)!important;
  }
  
  .orange{
    color: rgb(237, 125, 49) !important;
  }
  .orange-bs{
    box-shadow: 8px 8px rgba(237, 125, 49, 0.3)!important;
  }
  .orange-bs:hover{
    box-shadow: -8px -8px rgba(237, 125, 49, 0.3)!important;
  }
  .page-template-template-landing-page .page-header.default-banner {
    padding: 250px 0 15px;
  }

@media (min-width: 992px) {
.header-style-3-nav .theme-logo {
    max-height: 133px!important;
}
}

.quote {
  border-left: 4px solid #F9A900;
  padding: 25px 15px 15px;
  background: #efefef;
  margin-left: 0px;
}

#fin {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 20px;
    background: transparent;
    cursor: pointer;
}
.fin-boi {
	color: black;
	background: #F9A900;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}
@media (max-width:767px) {
.slide-hide{
	display: none!important;
 }
}

#right {
  float: right;
  width: 30px;
  height: 20px;
  text-align: center; 	
}

.ShowHide a {
   color: #FFFFFF;
   text-decoration: none;
}
.ShowHide a:hover {
   text-decoration:underline;
}