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:  'Open Sans', 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, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}

h1, .h1 {
	font-size: 2rem;
}

h2, .h2 {
	font-size: 1.6rem;
}

h3, .h3 {
	font-size: 1.5rem;
}

h4, .h4 {
	font-size: 1.4rem;
}

h5, .h5 {
	font-size: 1.2rem;
}

h6, .h6 {
	font-size: 1rem;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
	h1, .h1 {
	  font-size: 2.2rem;
	}
	h2, .h2 {
	  font-size: 1.8rem;
	}
	h3, .h3 {
	  font-size: 1.6rem;
	}
	h4, .h4 {
	  font-size: 1.4rem;
	}
	h5, .h5 {
	  font-size: 1.2rem;
	}
	h6, .h6 {
	  font-size: 1rem;
	}
}



@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;
}*/

.btn {
	font-weight: 400;
    font-size: 20px;
    border-radius: 0px;
}

.btn-primary {
	background: rgb(255, 255, 255);
    padding: 0.6rem 1.7em 0.6rem 1.7em;
    border: 1px solid black;
    color: rgb(0, 0, 0) !important;
    position: relative;
    transition: all .2s ease;
}

.btn-primary:hover {
	background: #000000;
    padding: 0.6rem 1.7em 0.6rem 1.7em;
    border: 1px solid black;
    color: #fff !important;
    position: relative;
    transition: all .2s ease;
	text-align:center;
}

.btn-secondary {
	background: rgb(255, 255, 255);
    padding: 0.6rem 1.7em 0.6rem 1.7em;
    border: 1px solid black;
    color: rgb(0, 0, 0) !important;
    position: relative;
    transition: all .2s ease;
}

.btn-secondary:hover {
	background: #000000;
    padding: 0.6rem 1.7em 0.6rem 1.7em;
    border: 1px solid black;
    color: #fff !important;
    position: relative;
    transition: all .2s ease;
	text-align:center;
}