@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	font-family: "Titillium Web";
	
}
.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}


.saira-<uniquifier> {
  font-family: "Saira", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 5px;
	max-width: 1400px;
}
.clear_both {
	clear: both;
}
h2 {
	color: #124677;
	font-size: 48px;
	line-height: 85px;
	font-weight: 500;
}
.blue_button {
	background-color: #3B62B5;
	color: white;
	text-transform: uppercase;
	/* [disabled]padding-left: 8px; */
	/* [disabled]padding-right: 34px; */
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	transition: background-color 0.5s ease-out;
	text-align: center;
	height: 44px;
	border: none;
	width: 182px;
}
.blue_button:hover{
	 background: #294b94;
cursor:pointer; 

}
.white_button {
	/*	width: 180px;
	height: 44px;*/
	border: 2px solid #3B62B5;
	background-color: white;
	color: #3B62B5;
	/* [disabled]padding-left: 8px; */
	/* [disabled]padding-right: 34px; */
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	height: 44px;
	width: 182px;
	
}
.white_button:hover {
	cursor:pointer;
	background-color: #b3b3b375;
}
