h1, h2, h3, h4, h5, h6 {
    color: #303b46;
}

@media (min-width:1920px) {
	body {
		margin: auto
	}
}

.atola-page-container h1 {
	font-size: 2rem;
	padding: 0.5em 0 1.5rem;
}

.atola-page-container h2 {
	font-size: 1.5rem;
	padding: 1em 0 .5rem;
}

.atola-page-container h3 {
	font-size: 1.2rem;
	padding: 1em 0 .5rem;
}

.atola-page-container h4 {
	font-size: 1.2rem;
	padding: 1em 0 .5rem;
}

.atola-page-container h5 {
	font-size: 1.1rem;
	padding: 1em 0 .5rem;
}

.atola-page-container h6 {
	font-size: 1rem;
	font-weight: 700;
	padding: 1em 0 .5rem;
}

.atola-page-container ul.light-dots {
	list-style-image: url(/img/dot.gif)
}

/* Make <b> tags semi-bold instead of fully bold */
.atola-page-container b, strong {
    font-weight: 600;
}

code {
    color: #19457d;
    background-color: #eaf3fb;
    padding: 0.1em 0.4em;
    border-radius: 0.25em;
}

ul.no-dots {
	list-style-type: none;
	line-height: 2rem;
	padding-left: 0;	
}

.verticalLine {
	border-right: solid 1px #eee
}

.nav-link:hover {
	background-color: #ddd;
	border-radius: 0.3rem;
}

a.arrow-link {
	font-size: 1.1rem;
	font-weight: 700;
	color: #000;
	text-decoration-line: none !important;
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 100;
  font-display: swap;
  src: url("font-files/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 100;
  font-display: swap;
  src: url("font-files/Inter-ThinItalic.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 200;
  font-display: swap;
  src: url("font-files/Inter-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
  src: url("font-files/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 300;
  font-display: swap;
  src: url("font-files/Inter-LightItalic.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("font-files/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url("font-files/Inter-Italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url("font-files/Inter-Medium.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("font-files/Inter-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("font-files/Inter-Bold.woff2") format("woff2");
}


.mobile-nav {
	list-style: none;
}

.mobile-nav-item .nav-link {
	font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover {
	background-color: #026c96;
	text-decoration: none !important;
	border: none;
	border-radius: 0.3rem;
}

.border-radius { 
	border-radius: 0.3em; 
}

a {
	color: #1b73b2
}

a:hover {
	color: #30aef1
}

.subtext {
	padding-top: .5rem;
	padding-bottom: 1rem;
	font-size: .8rem;
	font-family: Inter, Arial, Helvetica, sans-serif;
}

.image-caption {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: .9rem;
	font-weight: 700
}

.dropdown-menu a:hover {
	background-color: #ddd !important;
	border-radius: 0.3rem;
	text-decoration: none !important;
	color: #000 !important
}


@keyframes fadeIn {
	0% {
		opacity: 0.8;
	}

	100% {
		opacity: 1;
	}
}


.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu {
	border-radius: 5px !important;
	box-shadow: rgb(0 0 0 / 10%) 0 10px 50px;
	top: 2.2rem !important;
	animation: fadeIn 0.3s ease-in-out 1;
	will-change: opacity;
	padding: 0.5rem;
}

.dropdown-multicol {
	width: 40rem;
	left: -15rem;
	padding: 1em 0rem;
}

.dropdown-multicol>.dropdown-col {
	display: inline-grid;
	width: 32%;
}

.dropdown-twocol {
	width: 29rem;
	left: -10rem;
	padding: 1em 0rem;
}

.dropdown-twocol>.dropdown-col {
	display: inline-grid;
	width: 48%;
}

.dropdown-multicol>.dropdown-col .item-header {
	font-weight: bold;
	font-size: 0.875rem;
	padding: 0.75rem 0rem 0.75rem 2rem;
}

.dropdown-twocol>.dropdown-col .item-header {
	font-weight: bold;
	font-size: 0.875rem;
	padding: 0.75rem 0rem 0.75rem 2rem;
}


.dropdown-item {
	font-size: 0.875rem;
	padding: 0.75em 2rem;
}

.title {
	margin-top: 2rem;
	font-size: 1.1rem;
	font-weight: 700;
	font-family: Inter, Arial, Helvetica, sans-serif
}

.text-left {
	text-align: left
}

.arrow-size {
	width: 1rem;
	height: 1em
}

ul.features {
	list-style-type: none;
	line-height: 2rem;
}


.btn-primary {
	border-color: #1b73b2;
	background: #1b73b2;
	text-decoration: none !important;
	cursor: pointer
}

.btn-primary:hover {
	border-color: #1b73b2;
	background: #1b73b2;
	opacity: .9;
	text-decoration: none
}

.btn-white {
	border-color: #fff;
	background: #fff;
	text-decoration: none !important;
	cursor: pointer
}

.btn-white:hover {
	background: #eee;
	text-decoration: none
}

.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.right {
	float: right;
	padding-left: 1rem;
	padding-bottom: 1em
}

.footer {
	font-size: 0.875rem;
	background-color: #fafafa;
	border-top: 1px solid #eee;
}

.footer ul li a {
	color: #657084;
	text-decoration: none;
}

.footer ul li a:hover {
	color: #30aef1;
}


.nav-pills .nav-link.active,
.show>.nav-pills .nav-link {
	color: #fff !important;
	background-color: transparent
}

.footer-social-icons img {
	opacity: 0.5;
	margin: 0.25rem;
}

.footer-social-icons a:hover {
	opacity: .7;
	text-decoration: none
}

.footer-caption {
	padding-bottom: 1rem;
	opacity: 1;
	font-weight: bold;
}

.atolanin a {
	color: #19457d
}

.atolanin img {
	width: 80%
}

.navbar-custom {
	font-family: Inter !important;
	padding: .5em 0
}

@media (max-width:400px) {
	.navbar-custom {
		font-family: Inter !important;
		font-size: .9rem;
		padding: .5em 0
	}
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff !important
}

.nav-pills .nav-link {
	background-color: transparent
}

.navbar_menu {
	background-color: #007eb1
}

.atola-logo-container {
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 1.5em .5em
}

.atola-logo-subcontainer {
	align-items: center;
	display: flex;
	width: 51rem;
	max-width: 51em
}

.call-us {
	font-size: .8rem;
	color: #777
}

.call-us-small {
	font-size: .7rem;
	padding-right: 0;
	color: #777
}

.icc-card {
	max-width: 22rrem;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 1em 1em 2em #d9d9d9, -1em -1em 2em #fff;
	margin-bottom: 2em
}

.icc-text {
	padding: 1em
}

.icc-caption {
	padding: 1rem;
	font-weight: 700;
	border-radius: 1em 1em 0 0;
	background-color: #eee
}


.height7 {
	height: 7rem !important;
}

.height9 {
	height: 9rem !important;
}

.height15 {
	height: 15rem !important;
}


.height21 {
	height: 21rem !important;
}

.height44 {
	height: 44rem !important;
}

.pright3 {
	padding-right: 3em;
}

.pleft3 {
	padding-left: 3em;
}


.atola-shadow {
	box-shadow: rgb(0 0 0 / 10%) 0 10px 50px
}

.atola-shadow2 {
	box-shadow: rgb(0 0 0 / 20%) 0 10px 50px
}

.atola-shadow3 {
	box-shadow: rgb(0 0 0 / 20%) 0 10px 50px
}

.atola-blog-shadow {
	box-shadow: rgba(0, 0, 0, .16) 0 10px 36px 0, rgba(0, 0, 0, .06) 0 0 0 1px
}

.insight-picture {
	image-rendering: -webkit-optimize-contrast;
	margin-bottom: 1rem;
}

.navbar-custom .dropdown-item {
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased
}

input#searchBox {
	color: #333;
	font-size: 14px;
	background-color: #fff;
	border-color: #ddd;
	border-width: 1px;
	border-radius: 7px;
	padding: 8px
}

.atola-page-container a {
	text-underline-position: under;
	text-decoration-line: underline;
	text-decoration-color: #cce0ee;
}

.home-page a {
	text-underline-position: under;
	text-decoration-line: underline;
	text-decoration-color: #cce0ee;
}

.product-home-page h1 {
	font-size: 2.5rem;
}

.product-home-page h2 {
	font-size: 2.2rem;
	padding-bottom: 1em;
}

a.no-underline {
	text-decoration: none;
}

.manual-links a {
	text-decoration: none;
}

.badge-thead {
	background-color: #eee;
	font-weight: bold;
}

.blur-edges {
	box-shadow: 1px 1px 10px 2px #eee;
}

h2.smaller-h2 {
	font-size: 1.2rem;
	padding: 1em 0 .5em
}

.btn:hover {
	cursor: pointer;
}

.full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%; 
	width: 99.25vw;
}

.full-param-width {
	margin-left: -50%;
	margin-right: -50%;
	max-width: 98vw;
    position: relative;
}

.half-width {
	position:relative;
	width:48vw;
}

.atola-page-container {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6rem;
	max-width: 70em !important;
	padding: 0 1rem;
}

.resizeable-image {
	height: auto
}

.atola-page-container .resizeable-image {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

.atola-page-container .image-margin-bottom {
	margin-bottom: 1em !important;
}

.navbar-dark {
	background-color: #1B73B2;
}

.navbar-light {
	background-color: #fff;
}

.btn-group .btn {
	color: #1b73b2;
	border-radius: 5px !important;
	margin: 0 1rem;
	text-underline-position: under;
	text-decoration-line: underline;
	text-decoration-color: #cce0ee;
}

.btn-group .btn:hover {
	color: #666;
}

.vertical-align-top {
	vertical-align: top
}

.horizontal-line {
	margin-top: 3rem;
	margin-bottom: 3rem;
	border-top: 1px solid #d2d2d2;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


@-webkit-keyframes slow-fade-in {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slow-fade-in {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}


	100% {
		opacity: 1;
	}
}

.fade-in-animation {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.slow-fade-in-animation {
	-webkit-animation: slow-fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: slow-fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fast-fade-in-animation {
	-webkit-animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.3;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.3;
	}
}

.fade-out-animation {
	-webkit-animation: fade-out 3s ease-out both;
	animation: fade-out 3s ease-out both;
}

 @-webkit-keyframes wobble-hor-bottom {
	0%,
	100% {
	  -webkit-transform: translateX(0%);
			  transform: translateX(0%);
	  -webkit-transform-origin: 50% 50%;
			  transform-origin: 50% 50%;
	}
	15% {
	  -webkit-transform: translateX(-30px) rotate(-6deg);
			  transform: translateX(-30px) rotate(-6deg);
	}
	30% {
	  -webkit-transform: translateX(15px) rotate(6deg);
			  transform: translateX(15px) rotate(6deg);
	}
	45% {
	  -webkit-transform: translateX(-15px) rotate(-3.6deg);
			  transform: translateX(-15px) rotate(-3.6deg);
	}
	60% {
	  -webkit-transform: translateX(9px) rotate(2.4deg);
			  transform: translateX(9px) rotate(2.4deg);
	}
	75% {
	  -webkit-transform: translateX(-6px) rotate(-1.2deg);
			  transform: translateX(-6px) rotate(-1.2deg);
	}
  }
  @keyframes wobble-hor-bottom {
	0%,
	100% {
	  -webkit-transform: translateX(0%);
			  transform: translateX(0%);
	  -webkit-transform-origin: 50% 50%;
			  transform-origin: 50% 50%;
	}
	15% {
	  -webkit-transform: translateX(-30px) rotate(-6deg);
			  transform: translateX(-30px) rotate(-6deg);
	}
	30% {
	  -webkit-transform: translateX(15px) rotate(6deg);
			  transform: translateX(15px) rotate(6deg);
	}
	45% {
	  -webkit-transform: translateX(-15px) rotate(-3.6deg);
			  transform: translateX(-15px) rotate(-3.6deg);
	}
	60% {
	  -webkit-transform: translateX(9px) rotate(2.4deg);
			  transform: translateX(9px) rotate(2.4deg);
	}
	75% {
	  -webkit-transform: translateX(-6px) rotate(-1.2deg);
			  transform: translateX(-6px) rotate(-1.2deg);
	}
  }
  

.wobble-hor-bottom-animation {
	-webkit-animation: wobble-hor-bottom 0.8s both;
	        animation: wobble-hor-bottom 0.8s both;
}


@media (max-width:800px) {
	body {
		font-size: 0.8rem;
	}

	a.arrow-link {
		font-size: 1rem;
	}

	.atola-page-container h1 {
		font-size: 1.3rem;
		color: #19457d;
		font-weight: 700
	}

	.dropdown-multicol,
	.dropdown-twocol {
		width: 15rem;
		left: -5rem;
		padding: 1em 0rem;
	}

	.dropdown-multicol >.dropdown-col,
	.dropdown-twocol >.dropdown-col {
		width: 100%;
	}

	.dropdown-multicol > .dropdown-col ,
	.dropdown-twocol >.dropdown-col  {
		margin-top: 0.5rem;
	}


	.dropdown-item {
		padding: 0.5em 2em !important;
	}

	.dropdown-menu-right {
		left: -7rem;
	}

	.footer {
		padding: 0 0.5em;
	}

	.height44 {
		height: 100% !important;
	}

	.lead {
		font-size: 1rem;
	}

	.nav-link {
		font-size: 0.9rem;
	}

	.navbar-expand .navbar-nav .nav-link {
		padding: 0.5em 1em;
	}

	.product-home-page h1 {
		font-size: 1.8rem ;
	}
	
	.product-home-page h2 {
		font-size: 1.7rem ;
		padding-bottom: 1em;
	}

	.resizeable-image {
		height: auto;
		width: 95%
	}

	ul.features {
		list-style-type: none;
		line-height: 1.5rem;
		padding-left: 0;
	}		
}

@media (min-width:1300px) {
	.col-xll-11 {
		-ms-flex: 0 0 1300px;
		flex: 0 0 1300px;
		max-width: 1300px
	}
}

hr  {

	height: 2px;
	background-color: transparent;
    background-image: linear-gradient(90deg, transparent, black, transparent);
    
    opacity: 0.25;
}

@media print {
    body {
        margin: 1cm;
        padding: 2cm;
        min-width: 100%;
    }

    .atola-page-container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Ensure headings don't break across pages */
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    /* Ensure tables don't break across pages */
    table {
        page-break-inside: avoid;
    }

	div.container {
		max-width: 100%;
	}

    /* Hide elements that shouldn't be printed */
    .navbar,
    .footer,
    .dropdown-menu,
    .btn-group,
    .call-us,
    .call-us-small {
        display: none !important;
    }

    /* Ensure links are visible and show their URLs */
    a {
        text-decoration: underline !important;
    }

	.hidden-print {
		display: none !important;
	}
}