html {
	background-color: #fff;
    font-family: Arial, sans-serif;
}
body {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
    background-color: #fff;
    margin-top: 0;
}

@font-face {
    font-family: HelveticaBoldItalic; 
    src: url(../fonts/HelveticaBoldItalic.ttf);
}
@font-face {
    font-family: Lato-Regular; 
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: Lato-Italic; 
    src: url(../fonts/Lato-Italic.ttf);
}
@font-face {
    font-family: Lato-BoldItalic; 
    src: url(../fonts/Lato-BoldItalic.ttf);
}
@font-face {
    font-family: Lato-Black; 
    src: url(../fonts/Lato-Black.ttf);
}
@font-face {
    font-family: Lato-Bold; 
    src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
    font-family: Lato-LightItalic; 
    src: url(../fonts/Lato-LightItalic.ttf);
}
@font-face {
    font-family: Lato-BlackItalic; 
    src: url(../fonts/Lato-BlackItalic.ttf);
}


.container {
	width: 1140px;
	margin: 0 auto;
}
.page-row {
	width: 100%;
	float: left;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*------------------------ HEADER ------------------------*/
.main-header {
	float: left;
	position: relative;
	width: 100%;
	display: block;
}
.blue-header {
	float: left;
	width: 100%;
	background-color: #00004b;
}
.yellow-header {
	float: left;
	width: 100%;
	background-image: url(../img/yellow-header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -30px;
}
.logo-company {
	float: left;
	margin-top: 13px;
	margin-bottom: 13px;
	position: relative;
}
.logo-company img {
	height: 88px;
	width: auto;
}
.header-menu-search {
	float: right;
}
.header-menu {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 7px;
}
.header-menu ul {
	list-style: none;
	margin-bottom: 0;
}
.header-menu ul li {
	display: inline-block;
	margin-right: 6px;
	line-height: 22px;
}
.header-menu ul li a {
	text-decoration: none;
	color: #00004b;
	font-style: italic;
	font-weight: 600;
	font-size: 17px;
	padding: 0 3px;
}
.header-menu ul li a:hover {
	text-decoration: none;
	color: #09357b;
	font-style: italic;
	font-weight: 600;
	font-size: 17px;
}
.header-menu ul li:before {
    content: "|";
    color: #00004b;
    font-size: 22px;
    margin-right: 10px;
    position: relative;
    top: 0px;
}
.header-menu ul li:first-child:before {
    content: "";
    color: #fff;
    font-size: 16px;
    margin-right: 0;
    position: relative;
}
.search-header {
	width: 464px;
	float: right;
}
button.btn-search-header {
  	color: #fff;
  	background: #09357b;
  	border-radius: 0 .25rem .25rem 0;
  	height: 44px;
  	border: none;
  	padding: 0 12px;
	position: relative;
	top: 4px;
	left: -4px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #00004b;
}
button.btn-search-header img {
	height: 24px;
}
input.inp-search-header {
	border-radius: .25rem 0 0 .25rem;
	height: 42px;
	font-style: normal;
	padding: 0 10px 0 15px;
	width: 373px;
	display: inline-block;
	font-size: 17px;
	color: #000;
	border: 1px solid #00004b;
}
input.inp-search-header::placeholder {
	font-style: italic;
	padding: 0 10px 0 15px;
	font-size: 17px;
}
.grey-header {
	float: left;
	width: 100%;
	background: #dedede;
    background: linear-gradient(to right, #e8eaeb 0%, #d3d4d9 17%, #eeeef0 53%, #d4d5d8 80%, #f4f4f4 100%);
	border-top: 3px solid #f6f6f7;
	border-bottom: 3px solid #f6f6f7;
	height: 55px;
	box-shadow: 0px 0px 4px rgba(0,0,0,.3);
}
.top-grey-nav ul {
	list-style: none;
	margin: .4rem 0;
	padding: 0;
}
.top-grey-nav ul li {
	display: inline-block;
	width: 24.7%;
}
.top-grey-nav ul li:last-child {
	text-align: right;
}
.top-grey-nav ul li:last-child .tg-nav-txt {
	text-align: left !important;
}
.tg-nav-img {
	display: inline-flex;
	position: relative;
	top: 3px;
}
.tg-nav-img img {
	height: 37px;
}
.tg-nav-txt {
	display: inline-block;
	margin-left: 15px;
}
.tg-nav-txt p {
	font-size: 17px;
	font-style: italic;
	margin-bottom: .15rem;
	margin-top: 0;
	line-height: 17px;
}
.tg-nav-txt h4 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 18px;
}
.top-grey-nav a,
.top-grey-nav a:hover {
	color: #01004c;
	text-decoration: none;
}

.top-grey-nav a:hover .tg-nav-svg{fill:#01004c;}
.tg-nav-svg {fill:#828282;}
.tg-nav-img svg {
	height: 37px;
	width: auto;
}
.tg-nav-block.custom-shape {
	padding-left: 5rem!important;
}
.tg-nav-block.special-order {
	/* text-align: center; */
	padding-left: 2rem;
}
.custom-shape .tg-nav-txt,
.special-order .tg-nav-txt {
	text-align: left;
}

.sticky-header {
	float: left;
	width: 100%;
	position: fixed;
	display: none;
	top: 0;
	z-index: 999;
}
.stickyheader-block {
	float: left;
	width: 100%;
	background-image: url(../img/yellow-header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -60px;
	border-bottom: 2px solid #00004b;
	padding: 6px 0;
}
.shb-logocompany {
	float: left;
	margin-right: 22px;
}
.shb-logocompany img {
  float: left;
  height: 66px;
  width: auto;
}
.shb-search {
	width: 325px;
	margin-top: 5px;
	float: left;
}
button.shb-btn-search {
  	color: #fff;
  	background: #09357b;
  	border-radius: 0 .25rem .25rem 0;
  	height: 44px;
  	border: none;
  	padding: 0 12px;
	position: relative;
	top: 5px;
	left: -5px;
	display: inline-block;
	cursor: pointer;
}
button.shb-btn-search img {
	height: 26px;
	width: auto;
}
input.shb-inp-search {
	border-radius: .25rem 0 0 .25rem;
	height: 42px;
	font-style: italic;
	padding: 0 10px 0 15px;
	width: 230px;
	display: inline-block;
	font-size: 17px;
	border: 1px solid #00004b;
}
.shb-nav {
	float: left;
}
.shb-nav ul {
	list-style: none;
	padding-left: 0;
	margin: 14px 0;
}
.shb-nav ul li {
	display: inline-block;
	padding: 0 16px;
	position: relative;
	text-align: center;
	border-right: 1px solid #595986;
}
.shb-nav ul li a {
	text-decoration: none;
	color: #00004b;
	text-align: center;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
}
.shb-nav ul li a:hover {
	color: #09357b;
}
.shb-menu {
	float: right;
	position: relative;
}
.shb-menu-icon {
	margin: 15px 0;
}
.shb-menu-icon svg {
	height: 33px;
	width: auto;
}
.shb-menu-icon-img {
	fill:#00004b;
}
.shb-menu-icon.active .shb-menu-icon-img {
	fill:#ffdf00;
}
.shb-menu-box {
	float: right;
	position: absolute;
	z-index: 15;
	background: #00004b;
	width: 161px;
	right: 0;
	top: 75px;
	display: none;
}
.shb-menu-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.shb-menu-box ul li {
	text-align: center;
	height: 37px;
	border-bottom: 1px solid #dedede;
}
.shb-menu-box ul li:last-child {
	border-bottom: 1px solid #00004b;
}
.shb-menu-box ul li a {
	font-family: Lato-Italic;
	text-decoration: none;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 19px;
	line-height: 36px;
	/*padding-right: 17px;*/
}
.shb-menu-box ul li a:hover {
	background: #ffdf00;
	color: #00004b;
	font-weight: bold;
}
/*----------------------------FOOTER---------------------------*/
.footer-body {
	float: left;
	width: 100%;
	background: #00004b;
	padding: 19px 0 30px;
	margin-top: 80px;
}
.footer-left {
	float: left;
	width: 350px;
	text-align: center;
}
.footer-right {
	float: right;
	width: 708px;
	text-align: center;
}
.logo-company-footer {
	float: left;
}
.logo-company-footer img {
	width: 347px;
	height: auto;
}
.bluetrack {
	float: left;
	width: 100%;
	text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
	/* Hide */
	display: none;
}
.bluetrack span {
    display: inline-block;
    padding-top: 3px;
}
.bluetrack img {
    height: 26px;
	margin: 0 5px;
	display: inline-block;
	position: relative;
	top: 2.5px;
}
a.copyright {
    color: #999999;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    text-decoration: none;
}
a.copyright:hover {
	color: #999999;
	text-decoration: none;
}
/*
ul.logos-foooter {
	list-style: none;
	padding-left: 0;
	margin-bottom: 22px;
	position: relative;
}
ul.logos-foooter li {
	display: inline-block;
	width: 202px;
	margin-left: 45px;
}
ul.logos-foooter li:first-child {
	margin-left: 0px;
}
ul.logos-foooter img.asi {
	height: 69px;
	width: auto;
}
ul.logos-foooter img.ppai {
	height: 47px;
	width: auto;
}
ul.logos-foooter li.flogo-1 img {
	position: relative;
	top: -12px;
}
ul.logos-foooter li.flogo-3 img {
	position: relative;
	top: -12px;
}
ul.logos-foooter li p {
	float: left;
	width: 100%;
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 18px;
	line-height: 15px;
	margin-top: 5px;
} */
.footerlogos {
	float: left;
	width: 100%;
	text-align: center;
}
.footerlogo-asi {
	display: inline-block;
	margin-bottom: 22px;
}
.footerlogo-asi img {
	height: 69px;
	width: auto;
}
.footerlogo-asi p {
	float: left;
	width: 100%;
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 18px;
	line-height: 15px;
	margin-top: 5px;
}


/*------------------------- SING UP ------------------------*/
.block-singup {
	float: left;
	width: 100%;
	background: url(../img/singup-bg.png);
	height: 78px;
	border: 1px solid #828282;
	margin-top: 0;
	margin-bottom: 0;
	/*margin-left: 15px;
	margin-right: 15px;*/
	text-align: center;
	border-radius: 5px;
}
.block-singup h4 {
	font-family: Lato-BoldItalic;
	font-size: 42px;
	line-height: 78px;
	display: inline-block;
	margin-right: 22px;
	margin-top: 0;
	margin-bottom: 0;
	color: #203462;
} 
.singup-input {
	display: inline-block;
	width: 652px;
	position: relative;
	top: -7px;
}
.singup-input input {
	width: 495px;
	font-family: Lato-Regular;
	color: #000;
	font-size: 23px;
	height: 43px;
	line-height: 43px;
	border-radius: .45rem 0 0 .45rem;
	border: 1px solid #828282;
	padding-left: 15px;
}
.singup-input input::placeholder {
	font-family: Lato-LightItalic;
	color: #828282;
	font-size: 23px;
	line-height: 43px;
	border-radius: .45rem 0 0 .45rem;
	padding-left: 15px;
}
.singup-input button {
	background: #203462;
	color: #fff;
	font-family: HelveticaBoldItalic;
	font-size: 24px;
	line-height: 24px;
	border-radius: 0 .45rem .45rem 0;
	padding: .375rem 1.2rem;
	height: 47px;
	border: none;
	position: relative;
	left: -5px;
	top: -.6px;
	cursor: pointer;
}
.block-singup-answer {
	display: none;
	float: left;
	width: 100%;
	background: url(../img/singup-bg.png);
	height: 78px;
	border: 1px solid #828282;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	border-radius: 5px;
}
.block-singup-answer h4 {
	font-family: Lato-BoldItalic;
	font-size: 24px;
	line-height: 78px;
	display: inline-block;
	margin-right: 22px;
	margin-top: 0;
	margin-bottom: 0;
	color: #203462;
}



/*----------------------BANNER CUSTOM SHAPED --------------------*/
.banner-customshape {
	float: left;
	background: url(../img/banner-customshape-bg-2.png) no-repeat;
	height: 275px;
	width: 100%;
	margin: 88px 0 0;
	position: relative;
	cursor: pointer;
}
.banner-customshape a {
	text-decoration: none;
}
h4.title-banner {
	font-size: 46px;
	line-height: 48px;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	padding-left: 28px;
	padding-top: 5px;
	margin-top: 0;
}
h4.title-banner span {
	font-size: 32px;
	font-weight: 400;
	font-style: italic;
}
.banner-customshape .btn-banner {
	position: relative;
	left: 28px;
	margin-top: 62px;
}
.banner-customshape .btn-banner {
	color: #fff;
	font-size: 24px;
	font-style: italic;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.banner-customshape .btn-banner span {
	margin-left: 3px;
}
/* Modal content */
.dropdown-content {
	display: none;
	position: relative;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
}
.text-asi {
	position: absolute;
	color: #000;
	bottom: -5px;
	font-weight: 600;
	left: 15px;
	font-size: 16px;
}
