@charset "utf-8";
/* CSS Document */

.seen {
	animation: 1s ease 0s normal both 1 fadeIn;
	-webkit-animation: 1s ease 0s normal both 1 fadeIn;
}
.logo.seen {
	animation: 1s ease 0s normal both 1 fadeInLeftBig;
	-webkit-animation: 1s ease 0s normal both 1 fadeInLeftBig;
}

.header-top.seen{
	animation: 1s ease 0s normal both 1 fadeInDown;
	-webkit-animation: 1s ease 0s normal both 1 fadeInDown;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
	}
	
nav.seen{
	animation: 1s ease 0s normal both 1 fadeInRightBig;
	-webkit-animation: 1s ease 0s normal both 1 fadeInRightBig;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
	}

.banner-text1.seen{
	animation: 1s ease 0s normal both 1 fadeInLeftBig;
	-webkit-animation: 1s ease 0s normal both 1 fadeInLeftBig;
}

.banner-text2.seen{
	animation: 1s ease 0s normal both 1 fadeInLeftBig;
	-webkit-animation: 1s ease 0s normal both 1 fadeInLeftBig;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.plan-tab-nav li.seen{
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
	
	}
	
.plan-tab-nav li:nth-child(2).seen{
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.plan-tab-nav li:nth-child(3).seen{
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.plan-tab-nav li:nth-child(4).seen{
	-webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.plan-tab-detail .wrap.seen{
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
	}
	
.knowledge-opinion li.seen{
	animation: 1s ease 0s normal both 1 flipInY;
	-webkit-animation: 1s ease 0s normal both 1 flipInY;
	}
	
.news.seen{
	animation: 1s ease 0s normal both 1 fadeInLeftBig;
	-webkit-animation: 1s ease 0s normal both 1 fadeInLeftBig;
	}
	
.testimonial.seen{
	animation: 1s ease 0s normal both 1 fadeInRightBig;
	-webkit-animation: 1s ease 0s normal both 1 fadeInRightBig;
	}
	
.corporate-partners.seen{
	animation: 1s ease 0s normal both 1 bounceIn;
	-webkit-animation: 1s ease 0s normal both 1 bounceIn;
	}

.footer-wrap.seen{
	animation: 1s ease 0s normal both 1 fadeIn;
	-webkit-animation: 1s ease 0s normal both 1 fadeIn;
}

footer a {
	text-decoration: none;
}

footer li.seen{
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
}

footer li:nth-child(2).seen{
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

footer li:nth-child(3).seen{
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}

footer li:nth-child(4).seen{
	-webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.copyright.seen{
	animation: 1s ease 0s normal both 1 fadeInUp;
	-webkit-animation: 1s ease 0s normal both 1 fadeInUp;
	-webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
	}
	
.banner-links.seen a:nth-child(1){
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
	}
	
.banner-links.seen a:nth-child(2){
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
	}
	
.banner-links.seen a:nth-child(3){
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
	}

.inner-page-title.seen{
	animation: 1s ease 0s normal both 1 fadeInUp;
	-webkit-animation: 1s ease 0s normal both 1 fadeInUp;
}

.sub-footer.seen{
	animation: 1s ease 0s normal both 1 fadeIn;
	-webkit-animation: 1s ease 0s normal both 1 fadeIn;
}

.sub-footer.seen li:nth-child(1){
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.sub-footer.seen li:nth-child(2){
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.sub-footer.seen li:nth-child(3){
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.contact-detail ul.seen li:nth-child(1){
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
}

.contact-detail ul.seen li:nth-child(2){
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.contact-detail ul.seen li:nth-child(3){
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.contact-detail ul.seen li:nth-child(4){
	animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation: 1s ease 0s normal both 1 popIn;
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
	
.social-contact ul.seen li{
	animation: 1s ease 0s normal both 1 fadeInUpBig;
	-webkit-animation: 1s ease 0s normal both 1 fadeInUpBig;
}

@-webkit-keyframes popIn {
from {
opacity:0;
-webkit-transform:scale3d(0.5, 0.5, 0.5)
}
to {
	opacity: 1
}
}
@-moz-keyframes popIn {
from {
opacity:0;
-moz-transform:scale3d(0.5, 0.5, 0.5)
}
to {
	opacity: 1
}
}
@keyframes popIn {
from {
opacity:0;
-webkit-transform:scale3d(0.5, 0.5, 0.5);
-moz-transform:scale3d(0.5, 0.5, 0.5);
-ms-transform:scale3d(0.5, 0.5, 0.5);
-o-transform:scale3d(0.5, 0.5, 0.5);
transform:scale3d(0.5, 0.5, 0.5)
}
to {
	opacity: 1
}
}


@-webkit-keyframes fadeIn {
from {
opacity:0
}
}
@-moz-keyframes fadeIn {
from {
opacity:0
}
}
@keyframes fadeIn {
from {
opacity:0
}
}
@-webkit-keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translateY(-25px)
}
to {
	opacity: 1
}
}
@-moz-keyframes fadeInDown {
from {
opacity:0;
-moz-transform:translateY(-25px)
}
to {
	opacity: 1
}
}
@keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translateY(-25px);
-moz-transform:translateY(-25px);
-ms-transform:translateY(-25px);
-o-transform:translateY(-25px);
transform:translateY(-25px)
}
to {
	opacity: 1
}
}
@-webkit-keyframes fadeInDownBig {
from {
opacity:0;
-webkit-transform:translateY(-100px)
}
to {
	opacity: 1
}
}
@-moz-keyframes fadeInDownBig {
from {
opacity:0;
-moz-transform:translateY(-100px)
}
to {
	opacity: 1
}
}
@keyframes fadeInDownBig {
from {
opacity:0;
-webkit-transform:translateY(-100px);
-moz-transform:translateY(-100px);
-ms-transform:translateY(-100px);
-o-transform:translateY(-100px);
transform:translateY(-100px)
}
to {
	opacity: 1
}
}
@-webkit-keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translateY(25px)
}
to {
	opacity: 1
}
}
@-moz-keyframes fadeInUp {
from {
opacity:0;
-moz-transform:translateY(25px)
}
to {
	opacity: 1
}
}
@keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translateY(25px);
-moz-transform:translateY(25px);
-ms-transform:translateY(25px);
-o-transform:translateY(25px);
transform:translateY(25px)
}
to {
	opacity: 1
}
}
@-webkit-keyframes fadeInUpBig {
from {
opacity:0;
-webkit-transform:translateY(100px)
}
to {
	opacity: 1
}
}
@-moz-keyframes fadeInUpBig {
from {
opacity:0;
-moz-transform:translateY(100px)
}
to {
	opacity: 1
}
}
@keyframes fadeInUpBig {
from {
opacity:0;
-webkit-transform:translateY(100px);
-moz-transform:translateY(100px);
-ms-transform:translateY(100px);
-o-transform:translateY(100px);
transform:translateY(100px)
}
to {
	opacity: 1
}
}
@-webkit-keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translateX(-25px)
}
to {
	opacity: 1
}
}
@-moz-keyframes fadeInLeft {
from {
opacity:0;
-moz-transform:translateX(-25px)
}
to {
	opacity: 1
}
}
@keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translateX(-25px);
-moz-transform:translateX(-25px);
-ms-transform:translateX(-25px);
-o-transform:translateX(-25px);
transform:translateX(-25px)
}
to {
	opacity: 1
}
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity:0;
-webkit-transform:translateX(-100px)
}
to {
	opacity: 1
}
}
@-moz-keyframes fadeInLeftBig {
from {
opacity:0;
-moz-transform:translateX(-100px)
}
to {
	opacity: 1
}
}
@keyframes fadeInLeftBig {
from {
opacity:0;
-webkit-transform:translateX(-100px);
-moz-transform:translateX(-100px);
-ms-transform:translateX(-100px);
-o-transform:translateX(-100px);
transform:translateX(-100px)
}
to {
	opacity: 1
}
}
@-webkit-keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translateX(25px)
}
to {
	opacity: 1
}
}
@-moz-keyframes fadeInRight {
from {
opacity:0;
-moz-transform:translateX(25px)
}
to {
	opacity: 1
}
}
@keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translateX(25px);
-moz-transform:translateX(25px);
-ms-transform:translateX(25px);
-o-transform:translateX(25px);
transform:translateX(25px)
}
to {
	opacity: 1
}
}
@-webkit-keyframes fadeInRightBig {
from {
opacity:0;
-webkit-transform:translateX(100px)
}
to {
	opacity: 1
}
}
@-moz-keyframes fadeInRightBig {
from {
opacity:0;
-moz-transform:translateX(100px)
}
to {
	opacity: 1
}
}
@keyframes fadeInRightBig {
from {
opacity:0;
-webkit-transform:translateX(100px);
-moz-transform:translateX(100px);
-ms-transform:translateX(100px);
-o-transform:translateX(100px);
transform:translateX(100px)
}
to {
	opacity: 1
}
}
@-webkit-keyframes rollLeft {
from {
opacity:0;
-webkit-transform:translate3d(-75px, 0, 0) rotate3d(0, 0, 1, -80deg)
}
to {
	opacity: 1
}
}
@-moz-keyframes rollLeft {
from {
opacity:0;
-moz-transform:translate3d(-75px, 0, 0) rotate3d(0, 0, 1, -80deg)
}
to {
	opacity: 1
}
}
@keyframes rollLeft {
from {
opacity:0;
-webkit-transform:translate3d(-75px, 0, 0) rotate3d(0, 0, 1, -80deg);
-moz-transform:translate3d(-75px, 0, 0) rotate3d(0, 0, 1, -80deg);
-ms-transform:translate3d(-75px, 0, 0) rotate3d(0, 0, 1, -80deg);
-o-transform:translate3d(-75px, 0, 0) rotate3d(0, 0, 1, -80deg);
transform:translate3d(-75px, 0, 0) rotate3d(0, 0, 1, -80deg)
}
to {
	opacity: 1
}
}
@-webkit-keyframes rollRight {
from {
opacity:0;
-webkit-transform:translate3d(75px, 0, 0) rotate3d(0, 0, 1, 80deg)
}
to {
	opacity: 1
}
}
@-moz-keyframes rollRight {
from {
opacity:0;
-moz-transform:translate3d(75px, 0, 0) rotate3d(0, 0, 1, 80deg)
}
to {
	opacity: 1
}
}
@keyframes rollRight {
from {
opacity:0;
-webkit-transform:translate3d(75px, 0, 0) rotate3d(0, 0, 1, 80deg);
-moz-transform:translate3d(75px, 0, 0) rotate3d(0, 0, 1, 80deg);
-ms-transform:translate3d(75px, 0, 0) rotate3d(0, 0, 1, 80deg);
-o-transform:translate3d(75px, 0, 0) rotate3d(0, 0, 1, 80deg);
transform:translate3d(75px, 0, 0) rotate3d(0, 0, 1, 80deg)
}
to {
	opacity: 1
}
}
@-webkit-keyframes slideAcross {
from {
opacity:0;
-webkit-transform:translate3d(-200px, 200px, 0) rotate3d(0, 0, 1, 25deg)
}
to {
	opacity: 1
}
}
@-moz-keyframes slideAcross {
from {
opacity:0;
-moz-transform:translate3d(-200px, 200px, 0) rotate3d(0, 0, 1, 25deg)
}
to {
	opacity: 1
}
}
@keyframes slideAcross {
from {
opacity:0;
-webkit-transform:translate3d(-200px, 200px, 0) rotate3d(0, 0, 1, 25deg);
-moz-transform:translate3d(-200px, 200px, 0) rotate3d(0, 0, 1, 25deg);
-ms-transform:translate3d(-200px, 200px, 0) rotate3d(0, 0, 1, 25deg);
-o-transform:translate3d(-200px, 200px, 0) rotate3d(0, 0, 1, 25deg);
transform:translate3d(-200px, 200px, 0) rotate3d(0, 0, 1, 25deg)
}
to {
	opacity: 1
}
}


/*--------------------------------------------------------------------------------------------------------*/

.front-page a {
	text-decoration: none;
}

img {border: 0;}

input, textarea{
	outline: none;
	resize: none;
    font-family: 'proxima_nova_rgregular', Calibri, Arial, sans-serif;
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0;
}

button::-moz-focus-inner {
  border: 0;
}

.header-wrap{
	border-bottom:#8286a5 solid 2px;
	padding-top:35px;
	box-shadow:0 5px 5px rgba(0, 0, 0, 0.15);
	position:relative;
	z-index:123;
}

.corporate .header-wrap {
	border-color: #2e4b8a;
}

.small-business .header-wrap {
	border-color: #24ab6f;
}

.individuals .header-wrap {
	border-color: #b02b31;
}

.overseas-visitors .header-wrap {
	border-color: #eb8c30;
}


header{
	max-width:1100px;
	margin:0 auto;
	padding:0 10px;
}

a.highlight {
	color: #0000ff;
}

.logo{
	width:13%;
	float:left;
}

.header-right{
	width:84%;
	float:right;
}

.header-top{
	min-height:105px;
	text-align:right;
	float:right;
}

.header-social{
	float:left;
}

.header-social a{
	padding:0 5px;
	display:inline-block;
}

.header-phone{
	line-height:22px;
	padding:0 15px;
	border-left:#d1d1d1 solid 1px;
	border-right:#d1d1d1 solid 1px;
	margin:0 0 0 10px;
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:23px;
	color:#7d7d7d;
	float:left;
}

.header-phone a{
	color:#7d7d7d;
}

.header-search{
	float:right;
	overflow:hidden;
}

.header-search-btn{
	background:url(../images/icons/search-icon.png) no-repeat 10px 5px #FFF;
	width:20px;
	height:24px;
	padding-top:4px;
	float:right;
	padding-left:10px;
	z-index:123;
	position:relative;
	display:inline-block;
}


.header-search input{
	position:relative;
	z-index:1 !important;
	border:#cccccc solid 1px;
	height:20px;
	right:-60px;
	width:0;
    transition: all 0.4s ease-out 0s;
	padding:0;
	margin:0 6px 0 0;
	background:none;
	display:inline-block;
	/*color:#878a8c;*/
	color:#666;
}

.header-open-search .header-search input{
	right:0px;
	height:20px;
    transition: all 0.4s ease-out 0s;
	width:110px;
	margin:0px 0px 0 13px;
	padding: 0px 5px;
}

nav{
	float:right;
	position:relative;
}

nav > ul > li{
	float:left;
	margin-right:3px;
	}
	
nav > ul > li > a{
	text-decoration: none;
	background:#233c71;
	padding:10px 25px;
	display:block;
	line-height:23px;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:16px;
	color:#ffffff;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.nav-blue a{
	background:#233c71;
}

.nav-red a{
	background:#b02b31;
}

.nav-green a{
	background:#24ab6f;
}

.nav-orange a{
	background:#eb8c30;
}

.nav-light-blue a{
	background:#8286a5;
}

.nav-blue .submenu{
	background:#233c71;
}

.nav-red .submenu{
	background:#b02b31;
}

.nav-green .submenu{
	background:#24ab6f;
}

.nav-orange .submenu{
	background:#eb8c30;
}

.nav-light-blue .submenu{
	background:#8286a5;
}


.submenu{
	position:absolute;
	right:3px;
	top:43px;
	z-index:1234;
	display:none;
	padding:30px 20px;
	width:729px;
	height:180px;
}

.submenu-l{
	width:18.9%;
	float:left;
	text-align:right;
}

.submenu-l img{
	border-radius:100%;
	}

.submenu-r{
	width:77.8%;
	float:right;
}

.submenu ul li{
	/*float:left;*/
	/*width:32%;*/
	margin-right:1%;
	}

.submenu-r > ul {
	display: flex;
}

.submenu-r > ul > li {
	flex: 1;
	/*
	float: left;
	width:40%;
	*/
}

/* Make LHS of corporate submenu a little wider */
.nav-blue .submenu-r > ul > li:first-child {
	flex:2;
}

/*
.submenu > ul > li:first-child{
	width:62.3%;
	}

.submenu > ul > li:last-child{
	width:33%;
}*/

.submenu ul li:last-child ul li{
	width:100%;
	float:none;
}


.submenu ul li a, .submenu .nav-other-links ul li a {
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:18px;
	color:#FFF;
	margin-bottom:10px;
	display:inline-block;
	line-height:24px;
}

.submenu ul li span {
	border-bottom:#fff solid 1px;
}

.submenu ul li a img{
	vertical-align:middle;
	margin-right:10px;
	}

.submenu ul li:nth-child(1) ul li{
	/*float:left;*/
/*	width:47% !important; */
	padding-right:3% !important;
	margin-right:0;
}

.nav-other-links{
	padding-top:15px;
	}

.submenu ul li ul li a{
    font-family: 'proxima_nova_rgregular', Calibri, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	border-bottom:#fff solid 0px;
	margin-bottom:0px;
	/*padding-right:4%;*/
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	/*width:96%;*/
}

.submenu .nav-other-links ul li a{
	border-bottom:#fff solid 0px !important;
	text-decoration: underline;
}

.nav-m {
	display:none;
}

.nav-m > ul{
	position:absolute;
	width:100%;
	left:0;
}

.nav-m ul li{
	position:relative;
	}

.nav-m ul li a{
	display:block;
	padding:10px;
	text-align:left;
    color: #ffffff;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
    font-size: 18px;
    line-height: 23px;
}

.nav-m ul li ul li a{
	display:block;
	padding:10px;
	text-align:left;
    color: #ffffff;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
    font-size: 16px;
    line-height: 23px;
	border-bottom:#bbb solid 1px;
}


.nav-m ul li ul li ul li a{
	display:block;
	padding:5px 10px;
	text-align:left;
    color: #bbb;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
    font-size: 15px;
    line-height: 23px;
}

.nav-m{
	display:none;
	}

.nav-m-btn{
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
    font-size: 18px;
    line-height: 15px;
	cursor:pointer;
	padding:0 10px 10px 10px;
	}
	
.nav-m-btn img{
	margin-right:10px;
	vertical-align:middle;
	margin-top:-5px;
	}

.submenu-arrow{
	background-color:rgba(0, 0, 0, 0.5);
	width:43px;
	height:43px;
	position:absolute;
	right:0;
	top:0;
	display:none;
	cursor:pointer;
	background-image:url(../images/icons/down.png);
	background-position:center center;
	background-repeat:no-repeat;
	}
	
.sub-submenu-arrow{
	width:40px;
	height:40px;
	position:absolute;
	right:0;
	top:0;
	display:none;
	cursor:pointer;
	background-image:url(../images/icons/down.png);
	background-position:center center;
	background-repeat:no-repeat;
	}

.banner{}

.banner ul li{
	height:676px;
	background-size:cover !important;
	background-position:center center !important;
	width:100%;
}

.banner-inner {
	background: url(../images/banners/girl-and-child.jpg) no-repeat;
	background-size: cover;
}
.banner-inner.our-team {
	background: url(../images/banners/our-team.jpg) no-repeat;
}
.banner-inner.why-hica {
	background: url(../images/banners/thumbs-up.jpg) no-repeat;
}
.banner-inner.retirees {
	background: url(../images/banners/retirees.jpg) no-repeat;
}
.banner-inner.corporate {
	background: url(../images/banners/preppy-corporate.jpg) no-repeat;
}
.banner-inner.corporate-team {
	background: url(../images/banners/corporate-team.jpg) no-repeat;
}
.banner-inner.headset {
	background: url(../images/banners/headset.jpg) no-repeat;
}

.banner-text{
	position:relative;
	padding-top:170px;
	max-width:1100px;
	margin:0 auto;
}

.banner-text1{
	background:rgba(35, 60, 113, 0.6);
	padding:5px 30px;
	margin-bottom:5px;
	display:inline-block;
	transform: skew(-30deg);
	margin-left:25px;
}

.banner-text1 h1{
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:50px;
	color:#FFF;	
	text-transform:uppercase;
	transform: skew(30deg);
	line-height:50px;
}

.banner-text2{
	background:rgba(35, 60, 113, 0.6);
	margin-bottom:5px;
	padding:5px 30px;
	display:inline-block;
	transform: skew(-30deg);
}

.banner-text2 h2{
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:54px;
	color:#FFF;	
	text-transform:uppercase;
	transform: skew(30deg);
	line-height:62px;
}

.plan-tab{
	padding-top:60px;	
}

.content {
	padding: 30px;
}

.content ul > li{
	background:url(../images/icons/bullet.png) no-repeat 0 9px;
	margin-bottom:10px;
	padding-left:25px;
}

.plan-tab h3{
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:25px;
	color:#000000;
	text-transform:uppercase;
	margin-bottom:50px;
	line-height:30px;
	background:url(../images/icons/title-line.png) repeat-x 0 14px;
}

.plan-tab h3 span{
	width:4px;

	display:inline-block;
	margin-right:5px;
	background:#285d9a;
}

.plan-tab h3 span:nth-child(2){
	margin-right:10px;
}

.plan-tab h3 div{
	display:inline-block;
	background:#FFF;
	padding-right:10px;
}

.plan-tab-nav ul {
	display:flex;
}

.plan-tab-nav ul li{
	flex-grow: 1;
	width:22%;
	margin-right:3%;
	text-align:center;
	font-size:20px;
	color:#000000;
	line-height:22px;
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	transition: all 0.3s ease-in-out 0s;
}

.plan-tab-nav ul li a:hover{
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease-in-out 0s;
	}
	
.plan-tab-nav-img{
	border-radius:100%;
	padding:3px;
	background:#233d71;
	display:inline-block;
	margin-top:10px;
}

.plan-tab-nav-title{}

.plan-tab-nav ul li.individual .plan-tab-nav-img{
	background:#b02b31;
}

.plan-tab-nav ul li.sme .plan-tab-nav-img{
	background:#24ab6f;
}
	
.plan-tab-nav ul li.overseas .plan-tab-nav-img{
	background:#eb8c30;
}

.plan-tab-nav ul li a{
	display:block;
	padding:10px 0 15px 0;
	border-radius:3px;
	transition: all 0.3s ease-in-out 0s;
	}

.plan-tab-nav ul li a img{
    transform: rotate(0deg);
	transition: all 0.3s ease-in-out 0s;
}

.plan-tab-nav ul li a:hover img{
    transform: rotate(15deg);
	transition: all 0.3s ease-in-out 0s;
}

.plan-tab-nav ul.ui-widget-header {
	background: none;
	border: 0;
}

.plan-tab-nav ul li.ui-state-active, .plan-tab-nav ul li.ui-state-default {
	background: none;
	border: 0;
}

.plan-tab-nav ul li.ui-state-active a{
	color:#233d71;
}

.plan-tab-nav ul li a:hover{
	color:#233d71;
	background: none;
}
/*ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover*/

.plan-tab-nav ul li img{
	border-radius:100%;
}

.plan-tab-detail{
	margin-top:25px;
}

#tabs-corporate{
	background:#233d71;
	padding:25px 0;
	transition: height 0.3s ease-in-out 0s;	
	
}

#tabs-individual{
	background:#b02b31;
	padding:25px 0;
	transition: height 0.3s ease-in-out 0s;	
}

#tabs-sme{
	background:#24ab6f;
	padding:25px 0;
	transition: height 0.3s ease-in-out 0s;	
}

#tabs-overseas{
	background:#eb8c30;
	padding:25px 0;
	transition: height 0.3s ease-in-out 0s;	
}

.plan-tab-detail ul li{
	width:32.3%;
	margin-right:1.3%;
	min-height:212px;
	float:left;
	}
	
.plan-tab-detail ul li:nth-child(1){
	background:url(../images/icons/plan-right-arrow.png) right top no-repeat;
	width:calc(32.3% - 40px);
	padding-right:40px;
	padding-top:50px;
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:32px;
	color:#ffffff;
	line-height:35px;
}

.plan-tab-detail ul li:nth-child(2){
	padding-top:20px;
	font-size:16px;
	color:#ffffff;
	line-height:20px;
	}

.plan-tab-detail ul li:nth-child(3){
	margin-right:0;
	background:url(../images/icons/plan-right-arrow.png) left top no-repeat;
	padding-top:25px;
	font-size:16px;
	color:#ffffff;
	line-height:20px;
	padding-left:114px;
	width:calc(32.3% - 114px);
}

.plan-tab-detail ul li:nth-child(3) h4{
	font-size:48px;
	color:#ffffff;
	line-height:48px;
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
}

.plan-tab-detail ul li:nth-child(3) h4 span{
	font-size:30px;
	color:#ffffff;
	line-height:35px;
	display:block;
}

.learn-more{
	display:inline-block;
	margin-top:25px;
}

.learn-more a{
	display:block;
	background:#FFF;
	padding:15px 30px;
	line-height:20px;
	border-radius:3px;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:16px;
	color:#233d71;
	text-decoration: none;
}

.knowledge-opinion{
	padding:60px 0;
}

.knowledge-opinion ul li{
	width:31.5%;
	margin-right:2.1%;
	float:left;
	/*animation: 3s ease 0s normal both 1 rollLeft;
	-webkit-animation: 3s ease 0s normal both 1 rollLeft;*/
}

.knowledge-opinion ul li:last-child{
	margin-right:0;
}

.knowledge-opinion-img{
	width:28%;
	float:left;
}

.knowledge-opinion-disc{
	width:69%;
	float:right;
	font-size:15px;
	color:#6d6d6d;
}

.knowledge-opinion-disc h4{
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:22px;
	color:#000000;
	margin-bottom:10px;
}

.view-more{
	margin-top:10px;
}

.view-more a{
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:16px;
	color:#000000;
}

.view-more a img{
	vertical-align:middle;
	margin-left:10px;
}

.news-testimonial{
	background:url(../images/banners/news-bg.jpg);
	background-position:center center !important;
	background-size:cover !important;
	min-height:277px;
	padding:50px 0;
}

.news{
	width:47%;
	float:left;
}

.testimonial{
	width:47%;
	float:right;
}

.news-testimonial h2{
	color:#FFF;
}

.news-testimonial h2 span{
	background:#FFF;
}

.news-testimonial h2 div{
	background:#7f8c8c;
}

.testimonial ul li{
	margin-bottom:20px;
}

.testimonial-img{
	width:18.2%;
	float:left;
}

.testimonial-img img{
	border-radius:100%;
}

.testimonial-disc{
	width:80%;
	float:right;
	border-bottom:#a1a8a4 solid 1px;
	padding-bottom:20px;
}

.blog-info{
	font-size:16px;
	color:#ffffff;
	line-height:21px;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
}

.blog-info span{
	font-size:12px;
	display:inline-block;
	margin-left:10px;
	border-left:#939a99 solid 1px;
	padding-left:10px;
	line-height:21px;
}

.testimonial-disc h4{
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:18px;
	color:#ffffff;
	margin-bottom:5px;
}

.testimonial-disc-text{
	font-size:13px;
	color:#FFF;
	line-height:16px;
	}

.testimonial ul li:last-child .testimonial-disc{
	border-bottom:0;
	padding-bottom:0;
	}
	
	
.news ul li{
	
}

.news ul li h4{
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:22px;
	color:#ffffff;
	margin-bottom:10px;
}

.news ul li h4 a{
	color:#ffffff;
}
	
.news-date{
	font-size:13px;
	color:#FFF;
	margin-bottom:10px;
}

.news-img{
	width:26.6%;
	float:left;
}

.news-disc{
	width:70.4%;
	float:right;
	font-size:13px;
	color:#FFF;
	line-height:20px;
}

.more-news{
	display:block;
	margin-top:10px;
}

.more-news a{
	display:inline-block;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:16px;
	color:#ffffff;
}

.more-news a img{
	vertical-align:middle;
	margin-left:5px;
}

.corporate-partners{
	padding:60px 0;
}

.footer-wrap{
	background:#2e4b8a;
	padding:35px 0 15px 0;
}

footer{
	max-width:1100px;
	margin:0 auto;
	padding:0 10px;
}

footer > ul > li{
	width:21.5%;
	margin-right:4.3%;
	float:left;
	font-size:14px;
	color:#ffffff;
}

footer > ul > li:last-child{
	margin-right:0;
}

footer h4{
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:21px;
	color:#FFF;
	padding-bottom:8px;
	margin-bottom:10px;
	border-bottom:#6074a0 solid 1px;
}

.footer-links li {
	margin-bottom:5px;
}

footer > ul > li:nth-child(1) ul li{
	margin-bottom:5px;
}

footer > ul > li:nth-child(1) ul li a{
	font-size:14px;
	color:#ffffff;
}

footer > ul > li:nth-child(2) ul li{
	margin-bottom:5px;
}

footer > ul > li:nth-child(2) ul li a{
	font-size:14px;
	color:#ffffff;
}

footer > ul > li:nth-child(4){
	font-size:14px;
	color:#FFF;
}

.footer-social{
	margin-top:25px;
}

.footer-social a{
	display:inline-block;
	margin-right:10px;
}

.footer-phone{
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:22px;
	color:#FFF;
	margin-top:20px;
}

.footer-phone a{
	color:#FFF;
}

.footer-phone span{
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:14px;
	color:#FFF;
	display:block;
}

.footer-newsletter{
	background:#FFF;
	border:#cfcfcf solid 1px;
	height:30px;
	padding-left:10px;
	margin-top:15px;
}

.footer-newsletter input{
	background:none;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#a3a3a3;
	width:calc(100% - 20px);
	float:left;
	border:0;
}

.copyright{
	border-top:#6074a0 solid 1px;
	margin-top:15px;
	font-size:14px;
	color:#ffffff;
	width:50%;
	float:left;
	padding-top:25px;
}

.design-by{
	float:right;
	text-align:right;
	}
	
.design-by img{
	vertical-align:middle;
	margin-left:10px;
	}

input.footer-newsletter-submit{
	background:url(../images/icons/newsletter-submit.jpg) no-repeat;
	width:17px;
	height:30px;
	cursor:pointer;
	float:right;
	
}
	
.client-slider-wrap{
	max-width:1000px;
	margin:0 auto;
}

.client-slider li{
	text-align:center;
}

.client-slider-prev{
	background:url(../images/icons/prev-arrow.png) no-repeat;
	width:28px;
	height:28px;
	position:absolute;
	left:10px;
	top:68%;
	cursor:pointer;
}

.client-slider-next{
	background:url(../images/icons/next-arrow.png) no-repeat;
	width:28px;
	height:28px;
	position:absolute;
	right:10px;
	top:68%;
	cursor:pointer;
}

.banner-inner{
	height:320px;
	overflow:hidden;
}

.banner-inner ul li{
	height:320px;
	width:100%;
	background-size:cover !important;
	background-position:center center !important;
	}
	
.inner-page-title{
	background:#8286a5;
	text-transform:uppercase;
	position:absolute;
	left:10px;
	bottom:0;
	padding:10px 15px;
	border-radius:5px 5px 0 0;
}

.resource-title{
	background:#057a8b;
}

.inner-page-title h1{
	font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:50px;
	color:#FFF;
	line-height:50px;
	max-width: 400px;
}

.inner-page-title h1 span{
	font-size:28px;
	line-height:28px;
	display:block;
	padding-top:5px;
	text-transform:none;
}

.news-title{
	background:#58365b;
}

.inner-banner-text{
	height:320px;
	max-width:1100px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}

.banner-links{
	float:right;
	width:240px;
	margin-top:35px;
	margin-right:20px;
}

.banner-links a{
	display:block;
	padding:30px 10px 30px 40px;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:16px;
	color:#ffffff;
	margin-bottom:2px;
	text-transform:uppercase;
	background-position: 10px 30px;
	background-color:#4a5e88;
	background-repeat:no-repeat;
}

.banner-links a:hover{
	background-color:#233c71;
	}

.banner-dollar-sign{
	background-image:url(../images/icons/get-a-quote-icon.png);
	border-radius:5px 5px 0 0;
}

.banner-request-a-callback{
	background-image:url(../images/icons/call-icon.png);
}

.banner-contact{
	background-image:url(../images/icons/contact-icon.png);
	border-radius:0 0 5px 5px;
}


.about-page{
	padding:40px 0;
	font-size:16px;
	color:#000000;
	line-height:22px;
}

.about-page h3{
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:25px;
	color:#000000;
	line-height:32px;
	margin-bottom:20px;
	display:block;
}

.about-page h5{
	margin-top:20px;
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:16px;
	color:#000;
	}

.about-page img{
	float:right;
	margin-left:30px;
	border-radius:100%;
}

.about-page ul{
	margin:20px;
}

.service-welcome{
	background:#8286a5;
	padding:30px 0;
}

.corporate .service-welcome{
	background:#233c71;
}

.small-business .service-welcome{
	background: #24ab6f;
}

.individuals .service-welcome{
	background:#b02b31;
}

.overseas-visitors .service-welcome{
	background: #eb8c30;
}

.resource-library-welcome{
	background:#057a8b;
}

.service-banner-title{
	background:#233c71;
}

.our-team-welcome{
	background:#233c71;	
}

.our-team-title{
	background:#233c71;	
}

.service-welcome-left{
	width:65%;
	float:left;
	padding-top:30px;
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:38px;
	color:#FFF;
	line-height:50px;
}

.service-welcome-right{
	width:31.7%;
	float:right;
}

.service-welcome-right img{
	border-radius:100%;
}

.service-list{
	padding:0;
}

.service-list > ul > li{
	padding:20px 0;
}

.service-list > ul > li:nth-child(odd){
	background:#f9f9f9;
}

.service-list ul li ul{
	margin:15px;
}

.service-list ul > li ul li{
	background:url(../images/icons/service-list-bullet.png) no-repeat 0 8px;
	padding-left:15px;
	margin-bottom:3px;
}

.service-list-title{
	width:23.2%;
	float:left;
	line-height:38px;
	margin-top: 30px;
	font-size:28px;
	color:#233c71;
}

.service-list-disc{
	width:calc(75% - 20px);
	float:right;
	border-left:#4a5e8a solid 1px;
	padding:10px 0 10px 20px;
	font-size:18px;
	color:#0f0f0f;
	line-height:24px;
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
}

.service-list-disc-more{
	display:block;
	margin-top:10px;
	text-align:right;
}

.service-list-disc-more a{
	display:inline-block;
	background:#233c71;
	padding:15px 30px;
	line-height:20px;
	border-radius:3px;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:16px;
	color:#FFF;
}

.sub-footer{
	background:#7484a3;
	padding:30px 0;
}

.sub-footer ul li{
	width: calc(33.3% - 60px);
	float:left;
	background:url(../images/icons/sub-footer-line.png) no-repeat right top;
	padding:0 30px;
}

.sub-footer ul li:last-child{
	background:none;
}

.sub-footer ul li h4{
	font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:34px;
	color:#FFF;
	margin-bottom:0px;
}

.sub-footer-text{
	min-height:180px;
	font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:20px;
	color:#FFF;
	line-height:30px;
}

.sub-footer .learn-more{
	margin-top:10px;
}

.service-detail{
	padding:30px 0;
	line-height:22px;
	font-size:16px;
	color:#000000;
}

.service-detail a{
	text-decoration:underline;
	}

.service-detail h3{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:25px;
	color:#000000;
	margin-bottom:20px;
}

.why-hica-list{}

.why-hica-list .service-list-title{
	color:#642c89;
}

.why-hica-list .service-list-disc{
	border-left:#642c89 solid 1px;
}
/*
.why-hica-list ul > li ul li{
	background:url(../images/icons/why-hica-list-bullet.png) no-repeat 0 8px;
}
*/
.resource-library-list{
}

.resource-library-list .wrap{
	max-width:980px;
}


.resource-library-list ul{
	margin:40px 0;
}

.resource-library-list .wrap > ul > li{
	background:#057a8b;
	margin-bottom:20px;
}

.resource-library-list-img{
	width:47%;
	float:left;
}

.resource-library-list-img img{
	width:100%;
}
	
.resource-library-list-disc{
	width:calc(51.5% - 60px);
	float:right;
	font-size:16px;
	color:#FFF;
	line-height:24px;
}

.resource-library-list-disc h4{
	font-size:27px;
	color:#ffffff;
	margin-bottom:20px;
	}
	
.resource-library-list-disc-text{
	min-height:250px;
}

.resource-library-list .wrap > ul > li ul li{
	
}

.resource-library-list .wrap > ul > li ul{
	margin:0 0 10px 0;
	}

.resource-library-list .wrap > ul > li ul li a{
	display:inline-block;
	font-size:17px;
	color:#ffffff;
	margin-bottom:8px;
	border-bottom:#69a2ac solid 1px;
	text-decoration: none;
}

.resource-library-view-more{
	display:block;
	text-align:right;
}

.resource-library-view-more a{
	height:37px;
	border:#044e59 solid 3px;
	background:none;
	border-radius:3px;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	font-size:18px;
	color:#044e59;
	line-height:37px;
	padding:0 35px;
	display:inline-block;
	transition: all 0.3s ease-in-out 0s;
}

.resource-library-view-more a:hover{
	background:#044e59;
	transition: all 0.3s ease-in-out 0s;
	color:#FFF !important;
}

.resource-library-details-text{
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:28px;
	color:#0f0f0f;
	line-height:36px;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
}

.team-list{
	margin-top:30px;
}

.team-list ul li{
	margin-bottom:40px;
	padding:20px;
}

.team-list-img{
	width:20.2%;
	float:left;
	margin-top:20px;
}

.team-list-disc{
	width:75.2%;
	float:right;
	font-size:16px;
	color:#666666;
	line-height:22px;
}

.team-list-disc h4{
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:28px;
	color:#0f0f0f;
	margin-bottom:10px;
	margin-top:10px;
}

.team-list-disc h5{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:20px;	
	color:#666666;
	margin-bottom:10px;

}

.faq-list{
	padding:40px 0;
	}

.faq-list ul li{
	margin-bottom:10px;
}

.faq-list ul li h5{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	padding:20px;
	font-size:20px;
	color:#233c71;
	margin-bottom:10px;
	cursor:pointer;
	padding-left:50px;
	background:url(../images/icons/faq-arrow.png) no-repeat 15px 17px #ebebeb;
	border-radius:5px;
}


.faq-list ul li h5.plus{
	background:url(../images/icons/faq-arrow-active.png) no-repeat 15px 17px #ebebeb;
	}

.faq-list ul li div{
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:18px;
	color:#0f0f0f;
	line-height:24px;
}

.glossary{
	padding:40px 0;
}

.glossary-list ul{
	display:none;
}

.glossary-list ul li{
	margin-bottom:20px;
	color:#000;
	font-size:16px;
	line-height:22px;
}

.glossary-list ul li h5{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:16px;
	color:#000;
	margin-bottom:5px;
	line-height:18px;
}
.glossary-alphabet{
	
}

.glossary-alphabet a{
	width:37px;
	height:37px;
	float:left;
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	margin-right:3px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height:37px;
	border-radius:100%;
	text-transform:uppercase;
	margin-bottom:5px;
	transition: all 0.3s ease-in-out 0s;
}

.glossary-alphabet a:hover, .glossary-alphabet a.active{
	background:#FFF;
	color:#8286a5;
	transition: all 0.3s ease-in-out 0s;
}

.glossary h3{
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:25px;
	color:#000000;
	margin-bottom:20px;
}

.removal-text{
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:25px;
	color:#000000;
	margin-bottom:20px;
	padding:30px 0;
	line-height:32px;
}

.removal-text a{
	text-decoration:underline;
	}

.removal-text strong{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-weight:normal;
}

.removal-text em{
	margin-top:10px;
	display:block;
	font-size:18px;
	}

.table table{
	font-size:20px;
	color:#FFF;

	} 

.table table tr th{
	background:#4a99e4;
	padding:10px;
	font-weight:normal;
}

.table table tr{
	background:#5ab6d1;
	}

.table table tr td{
	padding:10px;
	text-align:left;
	
}

.table table tr:nth-child(odd){
	background:#4db0cd;
}

.table table tr td:first-child{
	background:#6eade9;
	border-right:#537a9f solid 1px;
}

.table table tr th table tr{
	background:#4a99e4 !important;
}

.table table tr th table tr td{
	background:#4a99e4 !important;
	border:0 !important;
	padding:0 !important;
}

.table{
	overflow-x:auto;
}

.private-table{
	width:100%;
	overflow-x:auto;
	}

.private-table table{
	font-size:20px;
	color:#FFF;
}

.private-table table tr th{
	background:#4db0cd;
	padding:10px;
	border-right:#ffffff solid 1px;
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-weight:normal;
}

.private-table table tr td{
	padding:10px;
	border-right:#ffffff solid 1px;
	}

.private-table table tr th tr{
	background:none !important;
	}
	
.private-table table tr th tr td{
	padding:0px 0;
	text-align:center;
	border-right:#ffffff solid 0px;
	font-size:20px;
	font-weight:normal;
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	}
	
.private-table table tr td tr td{
	padding:10px 0;
	text-align:center;
	border-right:#ffffff solid 0px;
	background:none !important;
    font-family: 'proxima_nova_rgregular', Calibri, Arial, sans-serif;

	}

.private-table table tr:nth-child(2){
	background:	#f4b0b0;
}

.private-table table tr:nth-child(3){
	background:	#ef8b8b;
}

.private-table table tr:nth-child(4){
	background:	#ee8181;
}

.private-table table tr:nth-child(5){
	background:	#ed7c7c;
}

.private-table table tr td:first-child{
	background:#4db0cd;
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-weight:normal;
}


.removal-text ul {
	margin:20px 10px;
	}
	
.removal-text ul li{
	background:url(../images/icons/private-bullet.png) no-repeat 0 12px;
	margin-bottom:10px;
	padding-left:25px;
	}
	
.private-links a{
	display:block;
	}
	
.contact{
	padding:40px 0 0 0;
}

.contact-form-tab-nav{
		
}

.contact-form-tab-nav ul{
	float:right;
	}

.contact-form-tab-nav ul li{
	float:left;
	margin-left:3px;
}

.contact-form-tab-nav ul li a{
	background:#5aa7cd;
	border-radius:3px 3px 0 0;
	padding:10px 0;
	line-height:33px;
	width:155px;
	text-align:center;
	display:block;
	font-size:22px;
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	color:#FFF;
	transition: all 0.3s ease-in-out 0s;
}

.contact-form-tab-nav ul li:nth-child(1) a{
	background:#7a70b3;
	transition: all 0.3s ease-in-out 0s;
}

.contact-form-tab-nav ul li:nth-child(2) a{
	background:#5aa7cd;
}

.contact-form-tab-detail{

}

.contact-form-tab-detail h4{
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:36px;
	color:#FFF;
	margin-bottom:20px;
}

/*
.contact-form-tab-detail > div{
	display:none;
	}
*/

.contact-form-au{
	background:#7a70b3;
	padding:20px;
}

.contact-form-nz{
	background:#5aa7cd;
	padding:20px;
}

.contact-form-left{
	width:60%;
	float:left;
}

.contact-form-right{
	width:34.7%;
	float:right;
}

.one-third{
	float:left;
	width:31%;
	margin:1% 0.5%;
}

.one-quarter{
	float:left;
	width:23%;
	margin:1% 1%;
}

.three-quarters{
	float:left;
	width:70%;
	margin:1% 1%;
}

.half{
	float:left;
	width:47%;
	margin:1% 0.5%;
}

.contact-form-tab-detail input{
	height:49px;
	line-height:49px;
	padding:0 20px;
	width:calc( 100% - 40px);
	margin:1% 0;
	border:0;
	border-radius:3px;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	color:#233d71;
	font-size:16px;
}

.contact-form-tab-detail select{
	height:49px;
	line-height:49px;
	padding:5px 20px;
	width:100%;
	border:0;
	border-radius:3px;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	color:#233d71;
	font-size:16px;
}

.contact-form-tab-detail textarea{
	height:169px;
	line-height:24px;
	padding:10px 20px;
	width:88%;
	margin:1%;
	border:0;
	border-radius:3px;
    font-family: 'geoslab703_md_btmedium', Georgia, serif;
	color:#233d71;
	font-size:16px;
}

.contact-form-tab-detail p{
	margin:0 0 20px 0;
	padding:0;
	}
	
#contact_lead_save{
	margin-top: 45px;
}
	
input.submit{
	float:right;
	width:35%;
	background:#3b3757;
	padding:0;
	color:#FFF;
	font-size:22px;
	line-height:normal;
	}
	
.contact-detail{
	padding:20px;
	background:#8360a9;
	text-align:center;
	font-size:18px;
	color:#FFF;
	line-height:24px;
}

.contact-detail a{
	color:#FFF;
}

.contact-detail h4{
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:36px;
	color:#FFF;
	margin-bottom:40px;
	text-align:left;
	display:block;
}

.contact-detail ul li{
	float:left;
	width:24%;
	padding:0 0.5%;
}

.contact-detail h5{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:20px;
	color:#FFF;
	margin:10px 0; 
}

.social-contact{
	background:#5aa4ce;
	padding:20px 20px 40px 20px;
	text-align:center;
}

.social-contact h4{
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:36px;
	color:#FFF;
	margin-bottom:40px;
	text-align:left;
	display:block;
}

.social-contact h5{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:20px;
	color:#FFF;
	margin:20px 0 0 0;
}

.social-contact ul li{
	float:left;
	width:19%;
	padding:0 0.5%;
}

.map-contact{
	position:relative;
}

.map-mobile{
	position:absolute;
	left:0;
	top:0;
	z-index:123;
	height:306px;
	width:100%;
	display:none;
}

.news-by-wrap{
	background:#2ea7ff;
	padding:40px;
	}
	
.news-by-wrap ul li{
	float:left;
	margin-right:40px;
}

.news-by-wrap ul li a{
	display:block;
	background:#2486cd;
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:20px;
	color:#FFF;
	border-radius:4px;
	padding:15px 10px;
	text-transform:uppercase;
	line-height:25px;
}

.news-by-wrap ul li a img{
	vertical-align:middle;
	margin-right:10px;
	}

.news-by-wrap ul li a:hover{
	background:#7b4b7f;
}

.news-list-wrap{
	background:#7b4b7f;
	padding:70px 0;
}

.news-list-wrap ul li{
	text-align:center;
	white-space:normal !important;
	}

.news-list-wrap ul li a{
	padding:0 15px;
	display:block;
}

.news-list-img{
	margin-bottom:20px;
	}
	
.news-list-img img{
	border-radius:100%;
	}
	
.news-list-wrap ul li a h5{
    font-family: 'geoslab703_lt_btlight', Georgia, serif;
	font-size:16px;
	color:#FFF;
}

.news-detail-wrap{
}

.news-detail-wrap-top{
	background:#926896;
	position:relative;
}

.news-detail-wrap-top .wrap > div{
	padding:90px;
	
}

.news-detail-wrap-top > div > div{
	display:none;
	}
	
.news-detail-disc > div > div{
	display:none;
	}
	
.news-list-slider-prev{
	height:40px;
	position:absolute;
	left:10px;
	bottom:30px;
	margin-top:-20px;
	cursor:pointer;
	display:block !important;
	padding:0 !important;
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:28px;
	color:#FFF;
	width:200px;
}
	
.news-list-slider-next{
	height:40px;
	position:absolute;
	right:10px;
	bottom:30px;
	margin-top:-20px;
	cursor:pointer;
	display:block !important;
	padding:0 !important;
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:28px;
	color:#FFF;
	width:200px;
	text-align:right;
	}
	
.news-list-wrap .news-list-slider-next , .news-list-wrap .news-list-slider-prev{
	top:50%;
	margin-top:-15px;
	width:25px;
}
	
.news-list-slider-prev img{
	margin-right:10px;
	vertical-align:middle;
	}
	
.news-list-slider-next img{
	margin-left:10px;
	vertical-align:middle;
	}
	
.news-list-left{
	width:57%;
	float:left;
}

.news-list-right{
	width:36.8%;
	float:right;
}

.news-list-right img{
	border-radius:100%;
}

.news-list-left h3{
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:39px;
	color:#FFF;
	line-height:50px;
	margin-bottom:15px;
}

.news-list-date{
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:18px;
	color:#FFF;
	margin-bottom:30px;
	font-style:italic;
}

.share-this-post{
	
}

.share-this-post h5{
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
	font-size:28px;
	color:#FFF;
	display:block;
	margin-bottom:15px;
}

.news-detail-disc{
	font-size:16px;
	color:#010101;
	line-height:22px;
	padding:40px 0;
	}
	
.news-detail-disc h5{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:16px;
	color:#010101;
	margin:20px 0;
}

.news-detail-arrow{
	background:url(../images/icons/news-detail-arrow.png);
	width:48px;
	height:24px;
	position:absolute;
	left:120px;
	bottom:-70px;
	display:block !important;
	}

#hospital-service-table th, #hospital-service-table td {
	width: 100px;
	text-align: center;
}

#hospital-service-table th:first-child {
	width:300px;
}

#hospital-service-table td:first-child {
	text-align: left;
}

#hospital-service-table td {
	width: 30px;
	height: 30px;
	padding:5px 10px;
}
.Icon_Covered {
	background: url(../images/icons/green-tick.png) no-repeat center;
}
.Icon_Restricted {
	background: url(../images/icons/yellow-r.png) no-repeat center;
}

#hospital-service-legend {
	border-collapse: separate;
	border-spacing: 0;
	border:1px solid #4673d7;
	border-radius: 12px;
}

#hospital-service-legend td {
	min-width: 20px;
	padding:5px 10px;
	margin:0;
}

#hospital-service-legend tr:not(:last-child) td {
	border-bottom: 1px solid #4673d7;
}

#hospital-service-legend td:first-child {
	border-right:1px solid #4673d7;
}

.cover-selector-process-title{
	background:#8393a6;
}

/*
form[name="cover_selector"]{
	padding: 40px 0;
}
*/

#cover_selector_premium_estimate_options>div {
	float:left;
	padding-left:10px;
}

.form-step3-table{
	width:100%;
	overflow-x:auto;
	margin-bottom:40px;
	}
	
.form-step3-table table{
	border-collapse:collapse;
	}
	
.form-step3-table table th{
	font-size:16px;
	color:#666666;
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	padding-bottom:10px;
	font-weight:normal;
	text-align:left;
	}

.form-step3-table table td{
	border-bottom:#dcdcdc solid 1px;
	padding:5px 0;
	font-size:16px;
	color:#666666;
}

.about-page h3 {
    color: #000000;
    display: block;
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}

.your-results-text{
	font-size:16px;
	color:#666666;
	margin-bottom:20px;
}

.your-results-text span{
	display:inline-block;
	margin-right:20px;
	}
	
.your-results-text span img{
	vertical-align:middle;
	margin-left:10px;
	}

.your-results-text strong{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-weight:normal;
}

.your-results-text a{
	font-size:20px;
	color:#666666;
	text-decoration:underline;
}

#cover_selector_premium_estimate_options {
	padding-bottom:20px;
}

.premium-estimate-select-left{
	float:left;
	width:48%;
}

.premium-estimate-select-right{
	float:left;
	width:48%;
	padding-left:2%;
	border-left:#cfcfcf solid 1px;
}

#cover_selector_premium_estimate_options label{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:16px;
	color:#666666;
	display:block;
	padding-bottom:0px;
}

#cover_selector_premium_estimate_options select{
	min-width:120px;
	border:#233c71 solid 2px;
	height:30px;
	font-size:16px;
	color:#666666;
	border-radius:3px;
	float:left;
	}

#cover_selector_premium_estimate_options ul li{
	width:48%;
	float:left;
}

#cover_selector_premium_estimate_options ul li:nth-child(2){
	width:48%;
	float:right;
}

#cover_selector_premium_estimate_options ul li img{
	margin-left:10px;
	float:left;
}

.item-list ul {
	list-style-type:disc;
	margin-left:20px;
}

.item-list li {
	margin:10px 0;
}

.pagination {
	position:relative;
	text-align: center;
	font-weight: bold;
	padding:10px;
	background-color: #EEE;
}

.pagination .prev {
	position:absolute;
	left:10px;
}

.pagination .next {
	position:absolute;
	right:10px;
}

.results-plan-list h4 {
	text-align: center;
}

.results-plan-list > ul {
	display:flex;
}

.results-plan-list > ul > li{
	width:400px;
	background:#8393a6;
	padding:20px;
	float:left;
	text-align:center;
	font-size:16px;
	color:#FFF;
}

.results-plan-list > ul > li a{
	color:#FFF;
	}

.results-plan-list > ul > li:nth-child(1){
	background:#3e4a59;
}

.results-plan-list > ul > li:nth-child(2){
	background:#596a80;
}

.results-plan-list ul li ul{
	margin-bottom:20px;
	}

.results-plan-list ul li ul li{
	margin:15px 0;
	}
	
.results-plan-list ul li ul li a{
	margin-left:10px;
	float:left;
}

.results-plan-tier {
	border:5px solid;
	border-radius: 10px;
	font-weight: bold;
	padding: 5px;
	width: 100px;
	margin:auto;
}

.results-plan-tier.Gold {
	/*color: gold;*/
	border-color: gold;
	background: goldenrod;
}

.results-plan-tier.Silver {
	/*color: silver;*/
	border-color: silver;
	background: slategray;
}

.results-plan-tier.Bronze {
	/*color: saddlebrown;*/
	border-color: #cd7f32;
	background: sienna;
}

.results-plan-tier.Basic {
	border-color: white;
	background: black;
}

.results-plan-tier:hover {
	cursor:pointer;
}

.results-plan-list1{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:18px;
	color:#FFF;
	line-height:24px;
	min-height: 50px;
	margin:10px;
}

.results-plan-list2{
	font-size:14px;
	line-height:14px;
	}

.results-plan-list3{
	margin-bottom:25px;
	margin-top:25px;
	}

.results-plan-list3 a{
	line-height:40px;
	padding:0 15px;
	display:inline-block;
	margin:0 auto;
	font-size:22px;
	border:#303945 solid 2px;
	border-radius:3px;
	}

.results-plan-list4{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:22px;
	color:#FFF;
	line-height:24px;
	margin-bottom:20px;
	}

.lead-call-to-action {
	font-size:22px;
	color:#FFF;
	line-height:20px;
	text-decoration:underline;
	margin-bottom:20px;
	}

.results-plan-list7{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:18px;
	color:#FFF;
	line-height:20px;
	}

.results-plan-list8{
	margin-top:5px;
	}

.results-plan-list8 a{
	font-size:16px;
	color:#FFF;
	text-decoration:underline;
	display:inline-block;
	}

.results-plan-list9{
    font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:18px;
	color:#FFF;
	line-height:20px;
	text-decoration:underline;
	}

.results-plan-list10{
	font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:18px;
	color:#FFF;
	line-height:20px;
	padding-left:5px;
	margin:auto;
}

.results-plan-block {
	border-bottom:1px dotted white;
	margin-bottom: 20px;
}

.service-name:hover {
	cursor:pointer;
	background-color: #CFCFCF;
}

.service-description {
	display:none;
}

.results-plan-list img{
	margin-left:10px;
	vertical-align:middle;
}

.expandable-options .results-plan-list10 {
	background-image:url('../images/icons/plus-icon-white.png');
	background-repeat: no-repeat;
}

.expandable-options .expanded .results-plan-list10 {
	background-image:url('../images/icons/minus-icon-white.png');
	background-repeat: no-repeat;
}

.premium-estimate-options label {
	width:inherit;
}

.premium-estimate-options select {
	float:left;
}

.premium-estimate-options .help-text {
	clear:none;
	float:left;
}

form button.add-child {
	float:left;
}

form button.remove-child {
	display: block;
	margin:10px 0 20px;
	line-height: 24px;
	position: relative;
	left:330px;
}

.policy-start-date select{
	width:inherit !important;
	margin-right:10px;
}

.step5-personal-details{
	margin-bottom:20px;
}

.step5-checkbox label{
	width:inherit;
	padding:0;
	margin-bottom:0px;
}

.step5-checkbox label input{
	width:15px;
	height:15px;
	margin-right:10px;
	line-height:normal;
}

.residential-address{
	margin-bottom:25px;
}

.general-insurance{
	padding:40px 0 0 0;
	font-size:16px;
	color:#666;
	line-height:22px;
}
	
.general-insurance h3{
   color: #000000;
    display: block;
    font-family: 'proxima_novalight', Calibri, Arial, sans-serif;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 5px;
	margin-top:15px;
}

.general-insurance ul{
	list-style:disc;
	margin-left:20px;
	margin-top:20px;
}

.general-insurance ul li{
	margin-bottom:5px;
}
	
.general-insurance-accordion div{
	color:#666 !important;
}
	
.general-insurance ul li ul{
	list-style:inside;
	margin-top:5px;
}

.general-insurance-accordion ul li ul{
	list-style:disc;
	margin-left:40px !important;
	margin-top:20px;
	margin-bottom:20px;
}
	
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #233d71;
	margin-top:45px;
	margin-left:100px;
	position:absolute;
	bottom:-25px;
	display:none;
}

.plan-tab-nav ul li.corporate.ui-tabs-active .arrow-up {
	border-bottom: 20px solid #233d71;
	display:block;
}

.plan-tab-nav ul li.individual.ui-tabs-active .arrow-up {
	border-bottom: 20px solid #b02b31;
	display:block;
}

.plan-tab-nav ul li.sme.ui-tabs-active .arrow-up {
	border-bottom: 20px solid #24ab6f;
	display:block;
}

.plan-tab-nav ul li.overseas.ui-tabs-active .arrow-up {
	border-bottom: 20px solid #eb8c30;
	display:block;
}

.plan-tab-nav ul li.corporate.ui-tabs-active .plan-tab-nav-title{
	color:#233d71
}

.plan-tab-nav ul li.individual.ui-tabs-active .plan-tab-nav-title{
	color:#b02b31
}

.plan-tab-nav ul li.sme.ui-tabs-active .plan-tab-nav-title{
	color:#24ab6f
}

.plan-tab-nav ul li.overseas.ui-tabs-active .plan-tab-nav-title{
	color:#eb8c30
	}
	
.content table {
	text-align: center;
	margin:auto;
}

table#age-based-discounts td, table#age-based-discounts th {
	border:1px solid black;
	border-collapse: collapse;
}

table#removal-of-rebate {
	width:80%;
}

table#age-based-discounts {
	width:50%;
}

table#rebate-income-tiers caption {
	caption-side: bottom;
	font-size: 12px;
}

.social-contact ul {
	margin-left: 25%;
}

.social-contact li {
	margin-right: 10%;
}

.social-contact a {
	text-decoration: none;
}