body {
    overflow-x: hidden;
}
html, body {
/*
    font-size: 16px;
	line-height: 1.5rem;
*/
}
.wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 30px;
	padding-top: 50px;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
    overflow-y: visible;
}
.wow {
    visibility: hidden;
}
h1, h2, h3, h4, h5, h6, p, ul, li, a {
    font-family: 'Noto Sans', sans-serif;
}
.light h1, .light h2, .light h3, .light .light h4, .light h5, .light h6, .light p, .light ul, .light li, .light a {
    color: #ffffff;
}
ul{
  margin-left: -24px !important;
  margin-bottom: 25px !important;
  /* list-style: none; */
}
li{
	margin-bottom: 10px !important;
}
.push-down{
	margin-bottom: 45px;
}
.push-down-more{
	margin-bottom: 80px;
}
.disclaimer{
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
    color: #666;
}
p {
    line-height: 23px;
    color: #2b3a42;
}
h1 {
    font-size: 30px;
    line-height: 36px;
}
h2 {
    font-size: 26px;
    line-height: 30px;
}
h3 {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 24px;
}
h4 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.btn-outline-primary {
    color: #43B02B;
    background-color: transparent;
    border-color: #43b02a;
    border-width: 2px;
    margin-bottom: 30px;
}
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #43b02a;
    border-color: #43b02a;
}
.btn-light{
  background-color: #ffffff;
	border-color: #ffffff;
	color: #1aa3dc;
}
.btn-light:hover {
    color: #1aa3dc !important;
    background-color: rgba(255,255,255,0.8);
	border-color:  rgba(255,255,255,0.8);
}

.text-primary {
    color: #1aa3dc !important;
}
.text-secondary {
    color: #45b12b !important;
}
.text-dark{
	color: #333333;
}
.bg-primary {
    background: #005587 !important;
}

.logo {
    max-width: 130px;
}

.top-data {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 80px;
}

.top-data-text {
    margin-bottom: 50px;
}
.top-data-button {
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Noto Sans', sans-serif;
}
.top-data-img {
    margin-right: -60px;
}
.simple-box {
    padding-top: 30px;
    padding-bottom: 30px;
}
.simple-box-full {
    margin-left: 10%;
    margin-right: 10%;
}
.simple-box-img {
    margin-bottom: 80px;
    margin-top: 30px;
}
.simple-box-text {
    margin-left: 7%;
    margin-right: 7%;
}
.simple-box-even {
    margin-left: 7%;
    margin-right: 7%;
}
.simple-box-block {
    padding: 0px 0px 20px 0px;
}
.simple-box-block p, .simple-box-block li, .simple-box-block ul {
    margin: 0px;
}
.simple-box-block-headers {
    font-weight: bold;
    text-transform: uppercase;
}
.simple-box-left .simple-box-img {
    margin-left: -50px;
}
.simple-box-left .simple-box-text {
  margin-left: 10%;
  margin-right: 10%;
}
.simple-box-right .simple-box-text {
  margin-left: 10%;
  margin-right: 10%;
}
.simple-box-right .simple-box-img {
    margin-right: -50px;
}
.divider-box {
    padding: 5% 0px 0px 0px;
    max-width: 1200px;
    margin: 0px auto;
}


.blue-divider {
    background-color: #1aa3dc;
    padding-bottom: 5%;
}



.bignum-48 {
    font-size: 72px;
	line-height: 6rem;
}


footer {
    padding: 60px 0px;
    background: white;
    max-width: 1280px;
    margin: 0px auto;
}
footer .logo {
    margin-bottom: 25px;
}
footer .footer-social {
    display: inline;
    margin: 5px 15px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.wrapper {
    margin: 0 60px;
}
.navbar-container{
	padding-right: 0px;
    padding-left: 0px;
}
h1 {
    font-size: 36px;
    line-height: 42px;
}
h2 {
    font-size: 28px;
    line-height: 36px;
}
h3 {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 24px;
}
.lead-number {
    font-size: 58px;
}

	.slider-bg-img{
	max-height: 650px;
}
	.slider-content {
    position: absolute;
    top: 5%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}
	.print-button{
		margin-bottom: -30px;
		margin-top: 0px;
	}
.top-data {
    padding-left: 7%;
    padding-right: 0px;
    padding-bottom: 80px;
}
.simple-box {
    padding-top: 20px;
    padding-bottom: 60px;

}
.simple-box-text {
    width: 80%;
}
.simple-box-left .simple-box-text {
  margin-left: 5%;
  margin-right: 10%;
}
.simple-box-img {
    margin-top: 0px;
    margin-bottom: 0px;
}
.simple-box-full {
    margin-left: 7%;
    margin-right: 7%;
}
.section-top {
    padding-top: 60px !important;
}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.wrapper {
    margin: 0 60px;
	padding-top: 50px;
	max-width: 1150px;
}
p {
    font-size: 16px;
    line-height: 18px;
}
h1 {
    font-size: 38px;
    line-height: 46px;
}
h2 {
    font-size: 28px;
    line-height: 36px;
}
h3 {
    font-size: 21px;
    letter-spacing: 1.2px;
    line-height: 26px;
}

.bignum-48 {
    font-size: 88px;
	line-height: 7rem;
}
		.slider-bg-img{
	max-height: 550px;
}
	.carousel-item p{
	font-size: 1rem;
	line-height: 23px;
}

.simple-box {
    padding-top: 10px;
    padding-bottom: 50px;
}
.top-data-text {
    margin-bottom: 50px;
    width: 90%;
}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.wrapper {
    margin: 0 auto;
	padding-top: 70px;
    width: 90%;
    max-width: 1150px;
}
p {
    font-size: 16px;
    line-height: 18px;
}
h1 {
    font-size: 44px;
    line-height: 56px;
}
h2 {
    font-size: 34px;
    line-height: 44px;
}

}
