body {
	color: #000000;
	font-size: 1.18rem;
	font-family: roboto, sans-serif;
	font-style: normal;
	font-weight: 300;
}

table td {
	font-size: 1.15rem;
}

h1, h2 {
	color: #003b4d !important;
}

h2 {
	padding-bottom: 1rem;
	font-size:33px;
	font-family: kyrial-display-pro;
}

p {
	margin: 0;
}

a {
	color: #003b4d;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 22vw;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.carousel-caption > .h3-responsive {
	font-size:62px !important;
	text-shadow: 2px 2px #222;
	font-weight: bold;
}

.carousel-caption > p {
	font-size:32px !important;
	text-shadow: 2px 2px #222;
	font-weight: bold;
}

#headerLogo {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 30px;
	width: 168px;
	height: 160px;
	background: url(../images/header_logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

@media (max-width: 992px)
{
	#headerLogo
	{
		top: 17px;
		left: 17px;
		width: 73px;
		height: 70px;
		background: url(../images/header_logo_sm.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
}

.btn-outline-primary {
	color: #FFF !important;
	border: 2px solid #FFF !important;
}

.navbar {
	font-size: 22px;
	font-weight: bold;
	color: #888 !important;
	box-shadow: none;
}

@media (min-width: 992px)
{
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.3rem;
		padding-left: 1.3rem;
	}
}

.dropdown .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item, .dropleft .dropdown-menu .dropdown-item, .dropright .dropdown-menu .dropdown-item {
    padding: .5rem;
    margin-left: 0;
    font-size: 1.3rem;
}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item.active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-primary .dropdown-item:active, .dropright .dropdown-menu.dropdown-primary .dropdown-item.active {
    background-color: #FFF !important;
    border-radius: .125rem;
	color: #333 !important;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #555 !important;
	font-weight: normal;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #BBB !important;
    font-weight: normal;
	text-decoration: underline;
	/* border-bottom: 2px solid #BBB; */
}

.dropdown .dropdown-menu, .dropup .dropdown-menu, .dropleft .dropdown-menu, .dropright .dropdown-menu {
    background-color: rgba(64,64,64,0.8);
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: rgba(0,0,0,0.0);
	 color: #BBB !important;
    font-weight: normal;
	text-decoration: underline;
}

.dropdown-menu {
    border-radius: 0;
	background-clip: unset;
	border: 0;
}

.dropdown-toggle::after {
    /* display: inline-block; */
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar .dropdown-menu a:not(.active) {
    color: #FFF;
}

@media (min-width: 1200px)
{
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1580px;
	}
}

@media (min-width: 992px)
{
	.navbar-expand-lg .navbar-collapse {
		padding-top:18px;
	}
	
	#topLinks {
		position:relative;
		top:5px;
	}
}

::placeholder, input {
	font-family: "Roboto",sans-serif !important;
    font-weight: normal !important;
	color: #4f4f4f !important;
}

.page-footer {
	background-color: #003b4d;
}

.page-footer a{
	color: #a8b0b4 !important;
}

.navbar-toggler {
	font-size: 2rem;
	position:absolute;
	top:20px;
	right:10px;
	z-index:100000;
	padding:0;
	margin:0;
}

.navbar.navbar-light .navbar-toggler-icon {
	background-image: none;
}

.navbar.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon .bar {
	width:100%;
	height:7px;
	background-color:#FFF;
	margin-bottom:7px;
}

.navbar.navbar-light .navbar-toggler .navbar-toggler-icon .bar {
	width:100%;
	height:7px;
	background-color:#000;
	margin-bottom:7px;
}

#customNavi {
	width: 876px;
	height: 102px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 51px;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#customNavi .button {
	float: left;
	text-align: center;
	width: 168px;
	font-weight: bold;
	line-height: 102px;
	color: #77868c;
	font-family: kyrial-display-pro;
	font-size:16px;
}

#customNavi .spacer {
	float: left;
	width: 6px;
	height: 100%;
}

#customNavi .divider {
	width: 100%;
	height:66px;
	background-color: #a8b0b4;
	display: inline-block;
	margin-top: 18px;
}

#customNavi .blank {
	width: 100%;
	height:66px;
	/* background-color: #a8b0b4; */
	display: inline-block;
	margin-top: 18px;
}

#customNavi .button:hover, #customNavi .button.active {
	position:relative;
	background-color: #003b4d;
	color: #FFFFFF;
	border-radius: 1rem;
	height:160px;
	line-height: 160px;
	bottom:30px;
	cursor: pointer;
	margin-bottom: -60px;
}

#customNavi .button:hover {
	background-color: #a8b0b4;
}

@media (max-width: 991px)
{
	#customNavi {
		display: none;
	}
	
	.img-left {
		padding-left: 0px;
	}
	
	.img-right {
		padding-right: 0px;
	}
}

@media (min-width: 992px)
{
	.navbar {
		display: none;
	}
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #77868c !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #77868c !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #77868c !important;
}

input[type=text], input[type=email], input[type=password], .custom-file-label, select {
	height:45px !important;
	border-radius: 12px !important;
	color: #77868c !important;
	font-size: 1.25rem;
}

.custom-file-label {
	border-top-right-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
}

textarea {
	resize: none;
	border-radius: 12px !important;
	color: #77868c !important;
	font-size: 1.25rem !important;
}

.btn-primary {
	border-radius: 12px !important;
	background-color: #003b4d !important;
	font-size: 1.15rem;
}

@media (max-width: 1450px)
{
	.text-size-relative h2 {
		font-size: 1.5vw;
	}
	
	.text-size-relative p, table td  {
		font-size: 1.25vw;
	}
}

@media (max-width: 992px)
{
	.text-size-relative h2 {
		font-size: 24px;
	}
	
	.text-size-relative p, table td {
		font-size: 16px;
	}
	
	.horiz-divider {
		height: 4rem !important;
	}
	
	.custom-expand, .custom-expand-to-50 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

@media (min-width: 993px)
{
	.container, .container-lg, .container-md, .container-sm {
		max-width: 95vw !important;
	}
}

@media (min-width: 1200px)
{
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1580px !important;
	}
	
		.footerContainer {
		max-width: 1200px !important;
	}
}

@media (max-width: 1350px)
{
	.custom-delete {
		display: none;
	}
	
	.custom-expand {
		flex: 0 0 41.666667% ;
		max-width: 41.666667% ;
	}
	.custom-expand-to-50 {
		flex: 0 0 50% ;
		max-width: 50% ;
	}
}

.img_left_side {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.img_right_side {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.table_downloads a {
	color: #FFFFFF;
}

/* APPLICATION FORM */
#app_form {
	width: 100%;
	border: 0;
	height: 800px;
}

@media (max-width: 992px)
{
	#app_form {
		height: 1450px;
	}
	
	.topSpacer {
		background-color: #AAA;
	}
}

@media (max-width: 400px)
{
	.subNavi {
		font-size:13px;
	}
}

.sideNav {
	border: 0px solid #999;
}

.sideNav > ul > li > a{
	width: 100%;
	background-color: #EEE;
	padding: 5px;
}

.sideNav > ul > li > a > i{
	margin-left: 7px;
}

.sideNav > ul > li > a {
	font-weight: bold;
}

/* active element first level */
.sideNav > ul > li.active > a {
	color: #666666;
}

/* active element second level */
.sideNav > ul > li > div > ul >li.active > a {
	color: #555555;
	font-weight: bold;
}

.sideNav > ul {

     list-style:none;
	 padding-inline-start: 0px;

}

.sideNav .collapsible-body {
   /* display: block !important; */
}


