@charset "utf-8";


/*font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Courgette', cursive;
font-family: 'Karla', sans-serif;
font-family: 'Archivo', sans-serif;
font-family: 'Rubik', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Work Sans', sans-serif;
font-family: 'Poppins', sans-serif;*/

a{
	color: inherit;
	text-decoration: none;
}
.button{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 5px solid #006E9B;
    color: #fff;
	background-color: #008fca;
    padding: 15px 25px;
	min-width: 130px;
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
    cursor: pointer;
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	position: absolute;
	float: left;
	border-radius: 10px;
}
.button:active{
	border-bottom: 2.5px solid #006E9B;
	transform: translateY(2.5px);
}
.button2{
	border: 2px solid #fff;
    color: #fff;
	background-color: #004e9a;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
    cursor: pointer;
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	margin: auto;
	position: relative;
	border-radius: 10px;
	float: left;
}

.fa-bars{
	color: #004e9a;
	font-size: 25px;
}
.header_tab_text{
	font-family: 'Karla', sans-serif;
	color: #fff;
	padding-top: 5px;
	margin: 0;
}
.heading{
	font-family: 'Rubik', sans-serif;
	color: #004e9a;
	text-align: left !important;
	font-weight: 100;
}
.footer_heading{
	font-family: 'Rubik', sans-serif;
	color: #004e9a;
	text-align: left !important;
	font-weight: 100;
	margin-top: 0;
}
.heading2{
	font-family: 'Crete Round', serif;
	color: #004e9a;
	margin: 0;
	padding:  0 0 .4em;
}
.heading_link{
	font-family: 'Rubik', sans-serif;
	color: #004e9a;
	text-align: left !important;
	font-weight: 100;
	padding: .3em 0;
	margin: 0;
}
.heading_link:hover{
	text-decoration: underline;
}
.heading_center{
	font-family: 'Rubik', sans-serif;
	color: #004e9a;
	text-align: center!important;
	font-weight: 100;
}
.list{
	font-family: 'Source Sans Pro', sans-serif;
	color: #00B5E5;
	font-size: 18px;
	font-weight: 100;
	line-height: 25px;
    list-style-type: square;
}
.list_span{
    color: #3F3F3F;
}
.text{
	font-family: 'Source Sans Pro', sans-serif;
	color: #3F3F3F;
	margin-top: 0px;
	font-size: 18px;
	font-weight: 100;
    text-align: justify;
}