@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 1/2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  body {
    background-image: url(../images/bg-body_2x.jpg);
  }
}

@media screen (max-height: 715px) {
  h1 {
    font-size: calc(1px +1vh);
  }
  h2 {
    font-size: calc(2px + 1vh);
  }
  h3 {
    font-size: calc(3px + 1vh);
  }
}

:root {
  --logo-blue: #2d7bfa;
  --logo-green: #6ebe4a;
}
.logo-blue {
  color: var(--logo-blue);
}
.logo-green {
  color: var(--logo-green);
}

.genericcontent img {
  max-width: 100%;
}

.bg-positive { background: #bbec76; }
.bg-neutral  { background: #c0c4c8; }
/* css for learn cart dropdown */
.nav-link {
  font-size: calc(8px + .5vw);
}
.navbar .dropdown-item a {
  text-decoration: none;
}
.h3 {
  text-transform: none;
}
.cart-dropdown__total h3 span {
  color: #000000;
  font-size: 1rem;
}
.cart-dropdown__list .item h3 p {
  margin-bottom: 0;
  padding-top: .2rem;
  color: #000000;
}
/* button css for learn more page */

.btn1 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn1.btn-link {
    padding: 0;
    vertical-align: baseline;
    color: #d3d1d0;
    text-transform: none;
}
.btn-link {
    font-weight: 400;
    color: #26a5d4;
    background-color: transparent;
}
/* end button for learn more page */

.header-logotype {
	/* height: 2.6em;
	margin: 0.2em 0 0; */
  height: 100%;
}
.vlan-1 {
  color:#00b0f0;
  font-family:Verdana,sans-serif;
  font-size:1.2em;
  font-style:italic;
  font-weight:bold;
}
.vlan-2 {
  color:#00cc47;
  font-family:'Time New Roman',serif;
  font-size:1em;
  font-weight:bold;
}
.immediate-recovery {
  color:#00cc47;
  font-family:'Time New Roman',serif;
  font-size:1.2em;
  font-style:italic;
  font-weight:bold;
}

.boxed-image {
	max-width: 100%;
	border: solid 1px #aaa;
	padding: 10px;
}
.comparison {
  border: solid #abc 1px;
  overflow: hidden;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
}
.comparison legend {
  padding: 0.5em;
	background: #a5d6ff;
	border-bottom: 3px #7570ce solid;
}
.comparison td,
.comparison th {
  empty-cells: show;
  padding: 10px 1em;
}
.comparison th:nth-child(2),
.comparison td:nth-child(2),
.comparison th:last-child,
.comparison td:last-child {
  text-align: center;
}

.compare-heading {
  font-size: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  padding-top: 10px !important;
}

.comparison .compare-row {
  background: #f5f5f5;
}

.comparison .tickblue {
  color: #0078c1;
}
.comparison .tickgrey {
  color: grey;
}
.comparison .tickred {
  color: red;
}
.comparison .tickgreen {
  color: #009e2c;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.comparison tr td:first-child {
  text-align: left;
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
  padding: 10px;
  font-size: 13px;
  height:100%;

  border-bottom: 0;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .qbse {
  border-top-left-radius: 3px;
  border-left: 0px;
}

.comparison .qbo {
  border-top-right-radius: 3px;
  border-right: 0px;
}

@media (max-width: 600px) {
  .toggler {
    display: none
  }
}

@media (max-width: 767px) {
  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #F7F7F7;
  }
  .comparison .row {
    background: #fff;
  }
  .comparison td,
  .comparison th {
    border: 1px solid #ccc;
  }
}

@media (max-width: 639px) {
  .comparison td,
  .comparison th {
    padding: 10px 5px;
  }
  .comparison .hide-mobile {
    display: none;
  }
  .comparison .qbse,
  .comparison .qbo {
    font-size: 12px;
    padding: 10px 5px;
  }
  .compare-heading {
    font-size: 13px;
  }
}

.AcknowledgeOuterDiv
{
    float: left;
    width: 50%;
    height: 200px;
    overflow: auto;
}
.AcknowledgeInnerDiv
{
    float: center;
}
.footer {
  border: none;
  padding: 1rem 0 2rem 0;
  background: #FFFFFF;
}
.hoverTable {
  width: 100%;
  border-collapse: collapse;
  font-family: helvitica;
  font-size: 12px;
}
.hoverTable td {
  padding: 2px;
  border: #4e95f4 1px solid;
}
.hoverTable tr:nth-child(even) {
  background-color: rgb(240,240,240);
}
.hoverTable tr:nth-child(odd) {
  background-color: rgb(130,130,130);
}
.hoverTable tr:hover {
  background-color: rgb(180,230,230);
}

.maincontent {
  margin-top: 4rem;
}

.inline-h {
  /* display: inline-block; */
  /* height: 1.25em; */
  height: 1.5em; /* one size bigger? */
  padding-bottom: 0.35em;
}

  /* 'Clouds fineprint' page */
    .cloud-2 { margin-top: -2rem; }
    .cloud-3 { margin-top:-3rem; }


/* Forced styles changes for small devices (below Bootsrap cutoff) */
@media (max-width: 575px) {
  .navbar-brand {
    height: 2em;
  }
  
  /* used for when logo appears in paragraph or heading */
  .inline {
    max-width: 90%;
    width: 13em;
  }

  /* 'About' page mobile styles */
  .about-page h1 {
    font-size: 2rem;
  }
  .what-is-image {
    max-width: 100%;
    padding: 0;
  }
  .about-lead {
    padding: 1.4rem 22px; 
    background: white;
  }
  .about-page .ac-list {
    padding-left: 25px;
    font-size: 10px;
  }
  .about-subsequent {
    padding-top:15px;
    /* padding-left:50px;
    padding-right:50px; */
    padding-bottom:15;
    /* font-size: 18px; */
    background-color: #e9ecef;
  }
  .cloud-unsafe {
    background: none;
    font-size: 16px;
  }
  /* .cloud-unsafe h2 { font-size: 1.9rem; } */

  /* 'Cost Comparison' page mobile styles */
  .comparison-table .anticloud { width:100%; }
  .comparison-table .microsoft-azure { width: 100%; }
  .comparison-table .amazon-s3 { width: 100%; }
  .comparison-table .google-cloud { width: 100%; }


  /* 'Technology' page */
  .technology h1 { font-size: 2em; }

  /* 'Services' page */
  .backup-option {
    background: white;
    display: block;
  }
  .backup-option img {
    display: block;
    float: left;
    max-height: 80px;
    max-width: 30%;
    margin-left: 1rem;
    margin-top: 1rem;
  }

  /* 'Office 365' page */
  .logo-cols div {
    display: flex;
    flex-direction: row;
    justify-content: start;
    /* display: block; */
  }
  .logo-cols img {
    max-width: 80px;
    flex: 0 1 40px;
  }
  .logo-cols p {
    /* margin-left: 40%;
    text-align: left; */
  }
}

/* Bootstrap breakpoint: Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .navbar-brand {
    height: 66px;
  }
  .header-logotype {
    height: 2.6em;
    margin: 0.2em 0 0;
  }

  .inline {
    height: 1.5em;
    padding-bottom: 0.25em;
  }
  .maincontent {
    margin-top: 8rem;
  }
  .footer {
    margin-top: 8rem;
  }

  .what-is-image {
    max-width: 100%;
    padding:15px;
  }
  .about-lead {
    margin: 9px 15px; 
    padding: 1.4rem 22px; 
    font-size: 20px; 
    background: white;
  }
  .about-subsequent {
    padding-top:15px;
    padding-left:50px;
    padding-right:50px;
    padding-bottom:15;
    font-size: 18px;
    background-color: #e9ecef;
  }
  
  /* 'Cost Comparison' page */
  .comparison-table .anticloud { max-width:11em; }
  .comparison-table .microsoft-azure { max-width:8.5em; }
  .comparison-table .amazon-s3 { max-width:8.5em; }
  .comparison-table .google-cloud { max-width:8.5em; }

  /* Services page */
  .backup-option {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .backup-option img {
    /* max-width: 100px;
    max-height: 100px; */
    display: block;
    max-height: 80px;
    max-width: 85%;
  }

  .logo-cols div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
  }
  
}

@media (min-width: 768px) {
    /* 'Clouds fineprint' page */
    .cloud-2 { margin-top: -3.7rem; }
    .cloud-3 { margin-top:-10rem; }
  
}

@media (min-width: 992px) {
  .cloud-unsafe {
    background: url('/static/images/cloud.svg') center center no-repeat;
    background-size: 100% 100%;
    padding: 11% 5% 6%;
    font-size: 18px;
  }
}

/* @media (max-width:767.98px) {
  .maincontent {
    margin-top: 7rem;
  }
} */


tr.bar-graph .bar {
  position: relative;
  width: 40px;
  /* background: #999; */
  height: 325px;
  margin-left: auto;
}
tr.bar-graph .bar div {
  position: absolute;
  bottom:0;
  right:0;
  width: 100%;
  background: #888;
}

.offset-anchor {
  position: relative;
  top: -80px;
}
.underscored {
  border-bottom: solid 0.25rem #3b909b; /* <-- #15636d; */
}

.semi-underscored {
  position: relative;
}
.semi-underscored::after {
  content: '';
  display: block;
  width: 30%;
  height: 0.25em;
  background-color: #007bff;
  position: absolute;
  bottom: -1em;
  left: 35%;
}

/* Cloud Services - Fine Print page */
.cloud-term {
  position: relative;
}
.cloud-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /* stretch */
  width: 100%;
}
.fine-print {
  position: relative;
  top: 2.5rem;
  z-index: 2;
}

/* Resources and documentation pages */
.documentation {}
.documentation table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.documentation table td,.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.documentation table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.documentation table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.documentation .caution {
	border: solid 1px #f2c080;
	padding: 0.5em 0.5em 0.5em 3em;
	background: #ffa;
	color: #5b450e;
	position: relative;
}
.documentation .caution::before {
	content: url('/static/images/caution.svg');
	position: absolute;
	top: 0;
	left: 0;
	height: 1.8em;
	width: 1.8em;
	margin: .2em 0 0 .6em;
}


.company h3 {
  color: var(--logo-blue);
}
.company h4 {
  color: #999;
}