/* CSS Document */

/* MAIN STRUCTURE */

html { height: 100%;}
body { background-color: #fff; font-family: halyard-display, sans-serif }

.spacer {
	margin-top:0px;
	margin-bottom:0px;
	}
	
.headingspace {
	margin-top:50px;
	margin-bottom:50px;
	}
	
.sectionspace {
	margin-top:100px;
	margin-bottom:100px;
	}

.main-container { 
	width: 100%;
	}
	
.header { 
	background: #21252f; 
	padding: 15px; 
	color: #FFF; 
	position: fixed; 
	overflow: auto;	
	width: 100vw; 
	left: 0;
	z-index: 800;
	}
	
.container { 
	width: 90%;
	}
	
.container-full { 
	width: 100%; 
	margin: 0 auto;
	}
	
/* PROGRESS BAR */

#_progress {
      --scroll: 0%;
      background: linear-gradient(to right,rgb(255, 199, 99) var(--scroll),transparent 0);
      position: fixed;
      width: 100%;
      height: 5px;
      top:0px;
      z-index: 999;
  }


/* HEAD LOGOS */
	
.logo { 
	height: 30px;
	}
	
.sociallogo { 
	height: 30px;
	}
	
.twitter {
	padding-right: 60px;
	}
	
.fb {
	padding-right:0px;
	}
	
.center { 
	text-align: center; margin: 0 auto;
	}
	
.welcome-block { 
	width: 50%; margin: auto; max-width: 1200px;
	}
	
	@media screen and (max-width: 640px) and (max-width: 1136px) {
		.welcome-block { width: 100%; min-width: 90%; }
	}
	
.header-bg {
	background: url(../img/cover.png) no-repeat top left; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #e3e6ed; 
	color: #FFF;
	}


/* Waves top */

.custom-shape-divider-top-1601649361 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1601649361 svg {
    position: relative;
    display: block;
    width: calc(127% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1601649361 .shape-fill {
    fill: #ffffff;
}


/* Waves bottom */

.custom-shape-divider-bottom-1601650655 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 1;
}

.custom-shape-divider-bottom-1601650655 svg {
    position: relative;
    display: block;
    width: calc(120% + 1.9px);
    height: 80px;
}

.custom-shape-divider-bottom-1601650655 .shape-fill {
    fill: #FFFFFF;
}



/* Type settings */

h1 {
	font-family: halyard-display, sans-serif;
	font-size: 50px;
	font-weight: 500;;
	color:#21252f;
	}
	
@media screen and (max-width: 640px) and (max-width: 1136px) {

h1 {
	font-family: halyard-display, sans-serif;
	font-size: 25px;
	font-weight: 500;;
	color:#21252f;
	}
}
	
h2 {
	font-family: halyard-display, sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.2em;
	color: #21252f;
	text-align:center;	
	}

a { color: #E93A5E; transition: all 0.3s ease; }
a:hover { color: #ed5373 }
	
.highlight {
	background: linear-gradient(180deg,rgba(255,255,255,0.9) 65%, rgba(237, 83, 115, 0.5) 20%);
	letter-spacing: 0.05em;
	}
	
.copycontainer {
	width:50%;
	padding-top:2%;
	padding-bottom:0;
	}
	
.copy {
	font-family: halyard-display, sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	color: #21252f;
	text-align:center;
}
.h1left{
	font-family: halyard-display, sans-serif;
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0.05em;	
	color: #21252f;
	margin-top: 0;
	text-align:left;
}

.copy-left {
	font-family: halyard-display, sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	color: #21252f;
	text-align:left;
	
		}

.heading-left {
	font-family: halyard-display, sans-serif;
	font-size: 2em;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing: 0.05em;	
	color: #21252f;
	text-align:left;
	padding-right:20%;
	padding-bottom:32px;
	
		}
		
.number {
	font-family: halyard-display, sans-serif;
	font-size: 3em;
	font-weight: 900;
	line-height: 1.2em;
	color: #2db3f0;
	margin-top: 0;
	text-align:left;
	padding-bottom:5px;
	}
		
.infotips {
	background-image:url(../img/tip.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 40px;
	padding: 0px 5px 11px 50px;
	font-family: halyard-display, sans-serif;
	font-size: 1.2em;
	font-weight: 500;;
	color: #21252f;
	line-height: 1.3em;
	margin-top: 20px;

}		

.summary-tips {
	background-image:url(../img/tip.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 40px;
	padding: 10px 5px 11px 50px;
	font-family: halyard-display, sans-serif;
	font-size: 1.2em;
	font-weight: 500;;
	color: #21252f;
	line-height: 1.3em;
	margin-top: 20px;

}

.subheadings {
    font-family: halyard-display, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    color: #21252f;
    text-align: center;
}


/* FOOTER PROMO SECTION */

.footerpromo {
	
	width:100%;
	background-color:#fff;
	padding-top:5%;
	padding-bottom:1%;
	background-image:url(../img/bg-pattern-dot.png);
	background-repeat:repeat;
	overflow:hidden;
	
	}
	
.footerhighlight {
	background: linear-gradient(180deg,rgba(227,230,237,0) 65%, rgba(237, 83, 115, 0.6) 20%);
	letter-spacing: 0.05em;
	}
	
/* LIST STYLE */ 

* {
  box-sizing: border-box;
}

.list-column {
  float: left;
  width: 50%;
  padding: 10px;
}

.list-row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .list-column {
    width: 100%;
  }
  
  .copycontainer {
	width:90%;
	padding-top:2%;
	padding-bottom:0;
	}
	
	.heading-left {
	font-family: halyard-display, sans-serif;
	font-size: 2em;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing: 0.05em;	
	color: #21252f;
	text-align:left;
	padding-right:0px;
	padding-bottom:32px;
	
		}
}

/* LIST STYLE END */ 

.cta-button-big {
	background-color: #E93A5E;
	padding: 15px 30px 17px 30px;
	font-family: halyard-display, sans-serif;
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	width: 300px;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	margin-top: 20px;
	transition: all 0.3s ease;
	opacity: 0.8;
}
.cta-button-big:hover { opacity: 1 }
.cta-button-big:active { opacity: 0.3 }
		
.cta-button {
	background-color: #E93A5E;
	padding: 10px 10px 12px 10px;
	font-family: halyard-display, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFF;
	width: 200px;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	margin: 0 auto;
	margin-left: 20px;
	transition: all 0.3s ease;
}
.cta-button:hover { background-color: #ed5373 }
.cta-button:active { background-color: #ed5373 }

		
/* 4 COLUMN STRUCTURE */ 

.iconcontainer{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
		padding-top:0px;
		padding-bottom:50px;
    }
	
.item {
	margin-left:10px;
	margin-right:10px;
	}

.iconcopy {
	font-family: halyard-display, sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	color: #21252f;
	text-align:center;
	}
	

.iconcontainer:after {
  content: '';
  width: 100%;
}
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .imgcontainer .item:nth-child(n + 3){
            order: 1;
        }
     }

/* 2 COLUMN ITEM LEFT IMAGE */

	
.column {
  float: left;
  text-align:left;
}

.left {
  width: 50%;
}

.centerimg {
	text-align:center;
	}

.right {
  width: 50%;
}

.nospace {
	padding-top: 0px;
	padding-bottom: 0px;
	}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}


/* SHOW ON MOBILE */

@media only screen and (min-width: 500px) {
#mobileshow  {
display: none !important;}
}

@media only screen and (max-width: 500px) {
#desktopshow  {
display: none !important;}
}
