@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;700&family=Merriweather:wght@400;700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap');

@media (min-width: 768px) {
	html.sr .breakdown-wrapper > div:not(.section-title-wrapper):not(.type-title),
	html.sr .breakdown-wrapper > .section-title-wrapper h2 {
		visibility: hidden;
	}
}
* {
	box-sizing: border-box;
}
body,
body.cost-breakdown {
	background: linear-gradient(180deg, rgba(168,214,247,1) 50%, rgba(1,9,52,1) 50%);
	color: #004877;
	font-weight: 600;
	font-family: 'Open Sans';
	font-size: 16px;
	padding: 0;
	margin: 0;
  letter-spacing: normal;
	line-height: normal;
}

.spn-12 {
	float: left;
	width: 100%;
}
.row-fluid {
	width: 100%;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.cb-header-wrapper {
	padding: 60px 0 80px;
}
.cb-footer-wrapper {
	padding: 125px 0 100px;
}
.cb-header,
.cb-footer {
	font-family: 'Merriweather', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8em;
	max-width: 890px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
}
.cb-footer {
	color: #ffffff;
}

#cost-breakdown-module {
	float: left;
	background-image: url('https://www.e7solutions.com/hubfs/cost-breakdown-module-bg.jpg');
	background-size: auto;
	min-height: 2330px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	position: relative;
}
#cost-breakdown-module * {
	letter-spacing: normal !important;
}
#cost-breakdown-module .page-center ul {
	display: initial;
}
#cost-breakdown-module .page-center ul li {
	margin-bottom: 0;
}
#cost-breakdown .page-center {
  max-width: 1920px;
	margin: 0 auto;
	padding: 0 4%;
}
@media (min-width: 1921px) {
	#cost-breakdown-module {
		background-size: cover;
	}
}
@media (max-width: 1920px) {
	#cost-breakdown-module {
		background-position: 50% 70px;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	#cost-breakdown-module {
	  min-height: 2180px;	
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
  #cost-breakdown-module {
		background-position: 50% 350px;
	}
}
@media (max-width: 767px) {
  #cost-breakdown-module {
		background-position: 50% 64%;
	}
	#cost-breakdown-module .row-fluid {
		float: left;
		height: 100%;
		background: -moz-linear-gradient(180deg, rgba(255,255,255,0.3) 32%, rgba(1,9,52,0.3) 100%);
		background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.3) 32%, rgba(1,9,52,0.3) 100%);
		background: linear-gradient(180deg, rgba(255,255,255,0.3) 32%, rgba(1,9,52,0.3) 100%);
	}
	#cost-breakdown .page-center {
		padding: 0 20px;
	}
}
@media (max-width: 479px) {
	#cost-breakdown-module .row-fluid {
		float: left;
		height: 100%;
		background: -moz-linear-gradient(180deg, rgba(255,255,255,0.3) 15%, rgba(1,9,52,0.3) 100%);
		background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.3) 15%, rgba(1,9,52,0.3) 100%);
		background: linear-gradient(180deg, rgba(255,255,255,0.3) 15%, rgba(1,9,52,0.3) 100%);
	}
}

.breakdown-wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.breakdown-wrapper > div {
	flex: 0 1 33.33%;
	width: 33.33%;
}

.type-title {
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 30px;
}
.type-title h3 {
	font-size: 36px;
	margin: 0 0 0 15px;
	font-family: 'Merriweather', sans-serif;
}
.type-title img.alt {
	display: none !important;
}

.table-card {
	position: relative;
	z-index: 3;
	align-self: stretch;
	border-radius: 16px;
	max-width: 515px;
	width: 100%;
	background: linear-gradient(180deg, #FFFFFF 0%, #CBEBF1 100%);
}
.table-card .inner-flex {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
	flex-direction: column;
}
.table-card .inner-flex > * {
	width: 100%;
}
.table-card table {
	width: 100%;
	padding: 20px 15px 20px 15px;
}
.table-card table td {
	padding: 6px 8px;
	vertical-align: bottom;
}

.table-card table td.has-tooltip > span {
  cursor: pointer;
	width: auto;
	display: inline-block;
}
.table-card table td.has-tooltip .primary {
	position: relative;
}
.table-card table td.has-tooltip .tooltip {
	direction: ltr;
  font-weight: normal;
  min-width: 220px;
  width: 100%;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(213, 239, 242, 1) 100%);
	box-shadow: 0px 20px 55px rgba(29, 94, 132, 0.25);
	backdrop-filter: blur(20px);
  font-size: 12px;
  line-height: normal;
  text-align: left;
  border-radius: 8px;
  padding: 18px;
  position: absolute;
  z-index: 1;
  bottom: 140%;
  left: 50%;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%);
	transition: opacity 0.15s ease-in;
}
.table-card table td.has-tooltip .tooltip:after {
  content: "";
  width: 20px;
  height: 20px;
	background: rgb(213,239,242);
	background: -moz-linear-gradient(315deg, rgba(213,239,242,1) 50%, rgba(213,239,242,0) 100%);
	background: -webkit-linear-gradient(315deg, rgba(213,239,242,1) 50%, rgba(213,239,242,0) 100%);
	background: linear-gradient(315deg, rgba(213,239,242,1) 50%, rgba(213,239,242,0) 100%);
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -8px;
  transform: rotate(45deg);
  z-index: -1;
}
.table-card table td.has-tooltip .tooltip-wrapper {
	position: relative;
}
.table-card table td.has-tooltip .tooltip-wrapper img.tooltip-icon {
  position: relative;
	display: inline-block;
  width: 16px;
	top: -3px;
  height: 16px;
}
.table-card table td.has-tooltip .tooltip {
  opacity: 0;
}
.table-card table td.has-tooltip span:hover .tooltip,
.table-card table td.has-tooltip:focus-within .tooltip,
.table-card table td.has-tooltip span:active .tooltip {
  pointer-events: initial;
	opacity: 1;
}

.table-card .secondary:before {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}
.table-card .secondary {
	font-style: italic;
	font-size: .875em;
}
.table-card .total-cost {
 font-family: 'Merriweather', sans-serif;
	border-top: 2px dashed #5A5D60;
	padding: 24px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
  justify-content: space-between;
}
.table-card .total-cost .cost {
	color: #E37917;
	font-size: 22px;
}

.section-title-wrapper {
	position: relative;
	text-align: center;
	font-family: 'Merriweather', sans-serif;
	}
.section-title-wrapper h2 {
	display: inline-block;
	font-size: 23px;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px;
	font-weight: 700;
	background: -moz-linear-gradient(180deg, rgba(16,102,158,1) 25%, rgba(5,64,102,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(16,102,158,1) 25%, rgba(5,64,102,1) 100%);
	background: linear-gradient(180deg, rgba(16,102,158,1) 25%, rgba(5,64,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#10669e",endColorstr="#054066",GradientType=1);
	box-shadow: 0px 20px 55px rgba(29, 94, 132, 0.25);
	backdrop-filter: blur(20px);
	color: #fff;
}
.underwater .section-title-wrapper h2 {
  color: #004877;
  background: linear-gradient(180deg, #FFFFFF 0%, #CBEBF1 100%);
}
.underwater .section-title-wrapper h2:before {
	background: #CBEBF1;
}
.section-title-wrapper h2 .subtitle {
	margin-top: 5px;
	font-size: .5em;
	margin-left: -20px;
  margin-right: -20px;
	display: block;
	font-weight: 400;
}

.cost-compare-card {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 !important;
}
.cost-compare {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
  font-family: 'Merriweather', sans-serif;
	font-size: 24px;
	background: #E37917;
	border-radius: 16px;
	padding: 20px;
}
.compare-title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'Merriweather', sans-serif;
}
.cost-compare span {
	display: block;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size: 18px;
}
.cost-compare .vs {
	color: #FFFFFF;
	padding: 0 10px;
	font-weight: 700;
}

.cost-tally-card {
	align-self: flex-start;
}
.cost-tally-card.total {
	align-self: flex-end;
}
.cost-tally-card .cost-tally {
	color: #FFFFFF;
	text-align: center;
  font-family: 'Merriweather', sans-serif;
	font-size: 22px;
	background: #E37917;
	border-radius: 16px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 268px;
}
.cost-tally-card .cost-tally h4 {
	font-size: 22px;
	margin: 0 05px;
}
.cost-tally-card .cost-tally span.tally-price {
	font-size: 26px;
	display: inline-block;
}
.cost-tally-card .cost-tally span.with-cloud {
	display: block;
	font-size: 18px;
	margin-top: 4px;
}
.cost-tally-card.total .cost-tally {
	margin-top: 101px;
	max-width: 350px;
	background: #C7F8FF;
	color: #004877;
}



.table-card.has-info {
	padding-top: 0;
}
.table-card.has-info .inner-flex {
	justify-content: space-between;
}
.additional-info {
	position: relative;
	padding: 18px 20px 0 20px;	
}
.additional-info button {
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
	font-weight: 600;
  margin: 0;
	background: none;
	color: #004877;
	padding: 12px;
	border: none;
	background: #E37917;
	border-bottom: 3px solid #B85901;
  /*background: linear-gradient(180deg, #E37917 90%, #B85901 100%);*/
	color: #FFFFFF;
	/*border: 1px solid #004877;*/
	border-radius: 4px;
	cursor: pointer;
	outline: inherit;
}
.additional-info button:active {
	border-bottom: 0;
	border-top: 3px solid transparent;
}
.additional-info button:after {
	content: "+";
	line-height: 0;
	margin-left: 2px;
	font-size: 20px;
  vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -1px;
	transition: all .2s;
}
.additional-info button.active:after {
	content: "-";
	top: 1px;
	transform: rotate(180deg);
}
.additional-info .info-card {
	font-family: 'Merriweather', sans-serif;
	display: none;
	padding: 4%;
	z-index: 4;
  font-weight: normal;
	font-size: 14px;
	margin-right: 20px;
	height: auto;
	border-radius: 0 16px 16px 16px;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
	position: absolute;
	background: linear-gradient(180deg, #FFFFFF 0%, #CBEBF1 100%);
}

@media (min-width: 1441px) {
	body {
		font-size: 18px;
	}
	.table-card table td.has-tooltip .tooltip {
		font-size: 14px;
		min-width: 350px;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	body {
		font-size: 15px;
	}
	.section-title-wrapper h2 {
		font-size: 20px;
		top: -60px !important;
	}
	.table-card .total-cost .cost,
	.cost-tally-card .cost-tally h4 {
		font-size: 20px;
	}
	.cost-tally-card .cost-tally span.tally-price {
		font-size: 22px;
	}
	#total-fees {
		margin-top: 55px;
	}
	.cb-header, .cb-footer {
		font-size: 16px;
	}
	.cb-footer-wrapper {
		padding: 100px 0;
	}
	.cb-footer {
		max-width: 650px;
	}
	.additional-info button {
		font-size: 14px;
	}
}
@media (min-width: 1025px) {
	.breakdown-wrapper:nth-child(n+2) .type-title {
		display: none;
	}
	.section-title-wrapper h2 {
		max-width: 60%;
		min-width: 200px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		margin-top: 0;
		top: -60px;
		position: relative;
		z-index: 2;
	}
	.section-title-wrapper.narrow h2 {
		max-width: 220px;
	}
	.section-title-wrapper h2:before {
	  content: "";
    width: 20px;
		height: 20px;
		background: #054066;
		border-radius: 3px;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		bottom: -8px;
		transform: rotate(45deg);
		z-index: -1;
	}
	.section-title-wrapper:before {
		content: "";
		background-image: url('https://f.hubspotusercontent20.net/hubfs/7016829/jira-vs-circle-icon.svg');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 50%;
		width: 75px;
		height: 75px;
		z-index: 2;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		display: block;
	}
	.section-title-wrapper:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 90vw;
		max-width: 1735px;
		transform: translateY(-50%) translateX(-50%);
		left: 50%;
		border: 2px dashed #FFFFFF;
	}
}
@media (max-width: 1024px) {
	.section-title-wrapper .bullet-wrapper {
		display: none !important;
	}
	.underwater .type-title img.main {
		display: none !important;
	}
	.underwater .type-title img.alt {
		display: inline-block !important;
	}
	.underwater .compare-title,
	.underwater .type-title h3 {
		color: #ffffff;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.breakdown-wrapper > div {
		flex: 0 1 48%;
		width: 48%;
	}
	.section-title-wrapper {
		order: 1;
		flex: 1 1 100% !important;
		width: 100% !important;
		margin-bottom: 30px;
	}
	.section-title-wrapper h2 .subtitle {
		margin-left: 0;
		margin-right: 0;
	}
	.type-title.vs {
		display: none !important;
	}
	.type-title.cloud {
		order: 2;
	}
	.type-title.server {
		order: 3;
	}
	.table-card.cloud {
		order: 4;
	}
	.table-card.server {
		order: 5;
	}
	.cost-tally-card.cloud {
		order: 1;
	}
	.cost-tally-card.server {
		order: 2;
	}
	.cost-tally-card.total {
		flex: 1 1 100%;
		width: 100%;
		order: 3;
	}
	.cb-header, .cb-footer {
		font-size: 16px;
	}
	.cb-header-wrapper {
		padding-bottom: 60px;
	}
	.cb-footer-wrapper {
		padding-top: 100px;
	}
	.cb-footer {
		max-width: 650px;
	}
}
@media (max-width: 900px) and (min-width: 768px) {
	body {
		font-size: 14px;
	}
	.table-card .total-cost .cost {
		font-size: 20px;
	}
	.type-title h3 {
		font-size: 32px;
	}
	.cost-tally-card.total .cost-tally {
		margin-top: 70px;
	}
	.cost-tally-card .cost-tally span.tally-price {
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	.breakdown-wrapper:nth-child(n+2) {
		margin-top: 75px;
	}
	.table-card.server {
		direction: rtl;
	}
	.table-card.server .additional-info {
		direction: ltr;
	}
	.table-card table td:first-child,
	.total-cost table td:first-child {
		width: 75%;
	}
	.table-card table td:last-child,
	.total-cost table td:last-child {
		width: 25%;
		text-align: right;
	}
	.table-card.server table td:last-child, .total-cost.server table td:last-child {
		text-align: left;
	}
	.cost-compare-card {
		display: none !important;
	}
} 
@media (max-width: 767px) {
	.cb-header, .cb-footer {
		font-size: 16px;
	}
	.breakdown-wrapper:nth-child(n+2) {
		margin-top: 80px;
	}
	.breakdown-wrapper > div {
		flex: 0 1 100%;
		width: 100%;
		margin-bottom: 40px;
	}
	.section-title-wrapper {
		order: 1;
		flex: 1 1 100% !important;
		width: 100% !important;
	}
	.section-title-wrapper h2 {
		width: 100%;
	}
	.section-title-wrapper h2 .subtitle {
		margin-left: 0;
		margin-right: 0;
	}
	.type-title.vs,
	.table-card .total-cost {
		display: none !important;
	}
	.type-title img {
		width: 50px;
		height: 45px;
	}
	.type-title.cloud {
		order: 2;
		margin-bottom: 10px;
	}
	.table-card.cloud {
		order: 3;
	}
	.type-title.server {
		order: 4;
		margin-bottom: 20px;
	}
	.table-card.server {
		order: 5;
	}
	.cost-compare-card {
		order: 6;
	}
	.table-card {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.cb-header-wrapper {
		padding-bottom: 40px;
	}
	.cost-tally-card:not(.total) {
		display: none !important;
	}
	.cost-tally-card.total .cost-tally {
		margin-top: 0;
	}
	.cb-footer-wrapper {
		padding-top: 40px;
	}
}
@media (max-width: 479px) {
	.cb-header, .cb-footer {
		font-size: 15px;
	}
	.breakdown-wrapper > div {
		margin-bottom: 45px;
	}
	body {
		font-size: 14px !important;
	}
	.table-card .total-cost .cost {
		font-size: 22px;
	}
	.type-title h3 {
		font-size: 30px;
	}
	.additional-info button {
		font-size: 15px;
	}
	.compare-title {
		font-size: 18px;
	}
	.cost-compare {
		font-size: 20px;
	}
}
@media (max-width: 370px) {
	.table-card table td.has-tooltip > span {
		cursor: initial;
	}
	.table-card table td.has-tooltip .tooltip,
	.table-card table td.has-tooltip .tooltip-wrapper img.tooltip-icon {
		display: none !important;
	}
}

#sub-fees .table-card {
	z-index: 5;
}
#setup-fees .table-card {
	z-index: 4;
}
#maintenance-fees .table-card {
	z-index: 3;
}
#hardware-fees .table-card {
	z-index: 2;
}
#total-fees .table-card {
	z-index: 1;
}

{#.section-title-wrapper img {
	display: none !important;
} #}
@media (min-width: 1025px) {
	.section-title-wrapper img {
		width: 50px;
		height: 50px;
		z-index: 2;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		display: block;
	}
	.section-title-wrapper h2 {
		z-index: 3;
	}
	.section-title-wrapper:before {
		content: none;
	}
	.section-title-wrapper .bullet-wrapper {
    display: flex;
		z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
	}
	.section-title-wrapper .bullet-wrapper:before {
		content: '';
		background: url('https://www.e7solutions.com/hubfs/orange-radial-pulse.png') no-repeat;
		background-size: 100%;
		background-position: center;
		width: 112px;
		height: 112px;
		position: absolute;
		top: -21px;
		-webkit-animation: pulse 2.5s linear infinite;
		animation: pulse 2.5s linear infinite;
	}
	#maintenance-fees .section-title-wrapper h2 {
		margin-top: -10px;
	}
}


@keyframes pulse{
  0%{
    opacity: 0;
    transform: scale(0);
  }

  25%{
    opacity: 1;
    transform: scale(0.4);
  }

  50%{
    opacity: 1;
    transform: scale(0.6);
  }

  75%{
    opacity: 1;
    transform: scale(0.8);
  }

  100%{
    opacity: 0;
    transform: scale(1);
  }
}

@-webkit-keyframes pulse{
  0%{
    opacity: 0;
    transform: scale(0);
  }

  25%{
    opacity: 1;
    transform: scale(0.4);
  }

  50%{
    opacity: 1;
    transform: scale(0.6);
  }

  75%{
    opacity: 1;
    transform: scale(0.8);
  }

  100%{
    opacity: 0;
    transform: scale(1);
  }
}

.slider {
  position: relative;
	width: 100% !important;
  margin: 0 auto;
	padding-top: 20px;
  border-radius: 4px;
}
.slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
  width: 100%;
	position: relative;
}
.slider ul li {
  opacity: 0;
	height: 0;
	width: 0;
	pointer-events: none;
}
.slider ul li.active {
	opacity: 1;
	width: 100%;
	height: auto;
	pointer-events: initial;
}
.slider .slider-controls {
	position: absolute;
  width: 100%;
	right: 0;
	z-index: 4;
	top: -2px;
}
.control_prev, .control_next {
	content:"";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('https://www.e7solutions.com/hubfs/cost-breakdown-arrow.svg');
  opacity: 0.8;
	-webkit-transition: all 0.2s ease;
	transition: all .2s ease;
	cursor: pointer;
}
.control_prev:hover, a.control_next:hover {
  opacity: 1;
}
.control_prev {
	margin-right: 10px;
	background-image: url('https://www.e7solutions.com/hubfs/cost-breakdown-arrow-prev.svg');
}
.control_next {
	float: right;
}
