body {
	font-family: 'Nunito', sans-serif;
	font-weight:300;
	color:#fff;
	/* Location of the image */
	background-image:url(../img/custom-bg-large.png);
	/* Image is centered vertically and horizontally at all times */
	background-position: center center;
	/* Image doesn't repeat */
	background-repeat: no-repeat;
	/* Makes the image fixed in the viewport so that it doesn't move when 
	the content height is greater than the image height */
	background-attachment: fixed;
	/* This is what makes the background image rescale based on its container's size */
	background-size: cover;
	/* Pick a solid background color that will be displayed while the background image is loading */
	background-color:#000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', sans-serif;
  font-weight:300;
  color:#fff;
}

h2 {
	font-size: 1.35rem;
	line-height:1.35rem;
}

p {
	font-family: 'Nunito', sans-serif;
	color:#fff;
	font-weight:300;
	font-size: 0.9rem;
	/*font-size: 1.05rem;
	line-height:1.25rem;*/
}

.formula-wrapper {
	border:2px solid #4bada0;
	padding:30px 30px 80px 30px;
}

.wrap-me-please {
	margin:25px;
}

.logorow {
	margin-top:150px;
	margin-bottom:300px;
}

.rowefnin {
	margin-top:50px;
	margin-bottom:100px;
}

.rowefni {
}

.rowefni1 {
	margin-top:70px;
}

.rowefni6 {
	margin-bottom:100px;
}

.rowicon {
	margin-bottom:100px;
}

.formula-footer {
	margin-bottom:50px;
}

.formula-poki {
	text-align:center;
}

.formula-poki-text {
	text-align:left;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 0px #CCCCCC;
  color: #333333;
  /*cursor: help;*/
  cursor:default;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 0px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
	font-family: 'Nunito', sans-serif;
	color:#fff;
	font-weight:300;
	/*font-size: 0.9rem;*/
	background: #4bada0;
	display: none;
	font-size: 0.875rem;
	line-height: 1.3;
	max-width: 300px;
	padding: 0.75rem;
	position: absolute;
	width: 100%;
	z-index: 1006;
	left: 50%;
}
.tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #4bada0 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #003f54 !important;
    color: #008CBA !important; }

.tap-to-close {
  color: #000;
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 

body {
	/* Location of the image */
	background-image:url(../img/custom-bg-small-cornertopleft2.png) !important;
	/* Image is centered vertically and horizontally at all times */
	background-position: top left;
	/* Image doesn't repeat */
	background-repeat: no-repeat;
	/* Makes the image fixed in the viewport so that it doesn't move when 
	the content height is greater than the image height */
	background-attachment:fixed !important;
	/* This is what makes the background image rescale based on its container's size */
	background-size:auto;
	/* Pick a solid background color that will be displayed while the background image is loading */
	background-color:#000;
}

.formula-poki-text {
	text-align:center;
}

.logorow {
	margin-top:50px;
	margin-bottom:100px;
}

}