html,body{
	height: 100%;
	min-height: 100%;
    width: 100%;
    overflow-x: hidden;
}


body{
	font-size: 1.2rem;
	letter-spacing:.5px;
	line-height:24px;
	color: #474747;
	overflow-x:hidden;
	font-family:  din-2014, sans-serif, Arial, Helvetica;
}

#wrapper {
  	min-height: 100%;
  	margin-bottom: -57px; 
}

#wrapper:after {
	content: "";
	display: block;
}

#footer, footer, #wrapper:after {
  height: 57px; 
}

.container.fullwidth{
	max-width:100%;
}

#header{
    background: #fff;
    border-bottom: 0px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.04);
}

#header .logo img{
	height: 55px;
}

#footer{
	background: #ffffff;
	border-top:1px solid #ececec;
	font-size:90%;
}

#header .logo svg {
    fill: #142d61;
    height: 40px;
}


#header .logo svg path:nth-child(1), #header .logo svg path:nth-child(2) {
    fill: #e72d2d;
}

img{
	max-width:100%;
}


.ui-datepicker .ui-datepicker-header {
    background-color: #FFF !important;
    font-size: 28px;
    color: #1c1e25 !important;
}

/* ---------------------------------------------------- */
/* 						Styling							*/
/* ---------------------------------------------------- */
a{
	color: ;
}

a:hover{
	color: ;
}

.btn{
	font-family: 'Nunito', sans-serif;
	border-width:2px;
	border-radius: 0px;
	text-transform: uppercase;
	cursor:pointer;
	font-size: 14px;
	text-align: center;
	line-height: calc(60px - 1rem);
	font-size: 15px;
    line-height: 28px;
    padding: 10px 25px;
}

.btn-sm{
	height:40px;
	line-height: calc(40px - 1rem)
}

.btn-lg{
	height: 60px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	line-height: calc(60px - 1rem);
	padding: 10px 55px !important;
}

/* 	Primary - Red
	Secondary - Blue 
	Dark 	 - Dark Grey
 * */

/* Red */
.btn-primary{
	background: #db2b25;
	border-color:  #db2b25; 
	color: #fff;
}

.btn-primary:hover{
	background-color: #db2b25;
	border-color:  #db2b25;
	color:#ffffff;
}

/* Blue */
.btn-secondary{
	background-color: #3152ce;
	border-color:  #3152ce;
	color: #FFFFFF;
}

.btn-secondary:hover{
	background-color: #3152ce;
	border-color:  #3152ce;
	color:#FFFFFF;
}

.btn-outline-secondary{
	color: #3152ce;
	border-color:  #3152ce;
}

/* Dark Grey */
.btn-dark{
	background-color: #000000;
	border-color:  #000000;
	color: #fff;
}

.btn-dark:hover{
	background-color: #000000;
	border-color:  #000000;
	color:#fff;
}

.btn-outline-dark{
	color:#000000;
	background: #fff;
	border-color:  #000000;
}
.btn-outline-dark:hover{
	color:#000000;
	background: #fff;
	border-color:  #000000;
}

/* Other */

.btn-white{
	background-color: #FFFFFF;
	border-color:  #3152ce;
	color: #3152ce;
}

.btn-green{
	background-color: #db2b25;
	border-color:  #db2b25;
	color:#ffffff !important;
}

.btn-green:hover{
	background-color: #db2b25CC;
	border-color:  #db2b25;
	color:#ffffff !important;
}
.btn-number{
	background: #FFF;
	text-decoration: none;
	line-height: 30px;
	border: 1px solid #3152ce;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .6px;
	color: #3152ce;
	text-align: center;
	height: 60px;
	width: 60px;
	padding-top: 13px;
}

.btn-number.disabled{
	color: #dfe0e2;
	border: 1px solid #dfe0e2;
	pointer-events: none;
}

/* ---------------------------------------------------- */
/* 						H Tags							*/
/* ---------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: 700;
	color: #1c1e25;
}
    
h1, .h1{
	font-size: 22px;
	line-height: /*28px*/ 31px;
	letter-spacing: -.4px;
}

h2, .h2{
	
}

h3, .h3{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -.3px;
}

@media only screen and (max-width: 529px){
    h3, .h3{
        line-height: 38px;
    }
}

h4, .h4{
	
}

h5, .h5{
	
}

h6, .h6{
	
}


@media (min-width: 768px) {
	h1, .h1{
		font-size: 30px;
		line-height: 37px;
		letter-spacing: -.6px;
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		font-size: 22px;
		line-height: 26px;
		letter-spacing: -.5px;
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}

@media (min-width: 1024px) {
	h1, .h1{
		font-size: 40px;
		line-height: 48px;
		letter-spacing: -.8px;
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		font-size: 26px;
		line-height: 30px;
		letter-spacing: -.6px;
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}
@media (min-width: 1440px) {
	h1, .h1{
		font-size: 45px;
		line-height: 59px;
		letter-spacing: -1.1px;
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		font-size: 34px;
		line-height: 38px;
		letter-spacing: -.8px;
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}

@media (min-width: 1920px) {
	h1, .h1{
		font-size: 60px;
		line-height: 70px;
		letter-spacing: -1.3px;
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		font-size: 40px;
		line-height: 50px;
		letter-spacing: -.9px;
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}



@media (min-width: 768px) {
	
}

@media (min-width: 1024px) {
	
}
@media (min-width: 1440px) {
	
}

@media (min-width: 1920px) {
	
}

h1.highlight, h2.highlight, h3.highlight, h4.highlight, h5.highlight, h6.highlight{
	font-style:italic;
	font-weight: 900;
	font-style: italic;
		color: #3152ce;
}

/*.form-control, textarea.form-control{
	height: 40px;
}*/