@font-face {
  font-family: "Noto Serif";
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("../fonts/ga6Law1J5X9T9RW6j9bNdOwzfReecQ.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Serif";
  src: local("Noto Serif"), local("NotoSerif"), url("../fonts/ga6Iaw1J5X9T9RW6j9bNfFcWaA.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@-ms-viewport {
 width: device-width;
}
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body {
    min-height: 100%;
    margin: 0;
	padding-top: 1rem;
    overflow-x: hidden;
	font-family: 'Source Sans Pro', 'Gill Sans', 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #4d4d4f;
	color: #094183;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 576px) {
body {
	padding-top: 2rem;
}
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin: 0 0 1.5rem;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
b, strong {
	font-weight: bolder;
}
a {
	color: #5D7EBD;
	text-decoration: none;
	background-color: transparent;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #094183;
	text-decoration: none;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
label {
	display: inline-block;
	margin-bottom: .5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type="button"], [type="submit"] {
	-webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 padding: 0;
 border-style: none;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.5rem;
	/*font-family: 'Noto Serif', 'Georgia', 'Times New Roman', serif;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
h1 {font-size: 1.89rem; color: black;}

@media (min-width: 1200px) {
h1 {
	font-size: 1.89rem;
}
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.container {
	width: 95%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
@media (min-width: 576px) {
.container {
	max-width: 75%;
}
}

@media (min-width: 768px) {
.container {
	max-width: 53%;
}
}

@media (min-width: 992px) {
.container {
	max-width: 35%;
}
}

@media (min-width: 1600px) {
.container {
	max-width: 25%;
}
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

[class*="col-"]{
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
.col-sm-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
}
@media (min-width: 768px) {
.col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
}

@media (min-width: 992px) {
.col-lg-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.75rem;
	font-size: inherit;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
   background-color: transparent;
   border: 0;
}
.form-control:focus {
	color: #99A2AA;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
   color: #b5b4b4;
   opacity: 1;
}
.form-control::-moz-placeholder {
   color: #b5b4b4;
   opacity: 1;
}
.form-control:-ms-input-placeholder {
   color: #b5b4b4;
   opacity: 1;
}
.form-control::-ms-input-placeholder {
   color: #b5b4b4;
   opacity: 1;
}
.form-control::placeholder {
   color: #b5b4b4;
   opacity: 1;
}
.form-error {
	border: 1px solid red;
}
.form-group {
	margin-bottom: .8rem;
}
@media (min-width: 768px) {
.form-group {
	margin-bottom: 1.5rem;
}

}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	cursor: pointer;
}
.btn:hover, .btn:focus {
	text-decoration: none;
}
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-primary {
	color: #fff;
	background-color: #094183;
	border-color: #094183;
}
.btn-primary:hover {
	color: #094183;
	background-color: #fff;
	border-color: #094183;
}
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
	color: #fff;
	background-color: #59B17F;
	border-color: #59B17F;
}
.btn-secondary:hover {
	color: #59B17F;
	background-color: #fff;
	border-color: #59B17F;
}
.btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-block {
	width: 100%;
}
.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar > .container, .navbar > .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
}
.navbar-brand {
	padding: 1rem; 
    background-color: rgb(9, 65, 131);
	width: 117px;
    height: 117px;
	display: inline-block;
}
.panel-footer{
	background-color: #e4e4e4;
}
.panel-footer, .panel-footer a{
	color: #3a3a3a;
}
.panel-footer p{
	margin: 1rem 0;
	line-height: 34px;
}
.m-auto {
	margin: auto !important;
}
.text-error {
	color: #ff0000;
}
.text-center {
	text-align: center !important;
}

@media (min-width: 768px) {
.text-md-left {
	text-align: left !important;
}
.text-md-right {
	text-align: right !important;
}
.text-md-center {
	text-align: center !important;
}
}