/**Content.css is used to style specific content in pages or post ***/
/***Layout***/
.right-content-widget{float: right; padding: 8px; text-align: center;}
.l-left{float: left;}
.l-right{float: right;}
.l-image, .l-frame{padding: 8px;}
.half-width{width: 50% !important;}
.box-width{width: 42%;}
.c-widget{display:block}
.content-column-wrapper{position: relative; margin-top:10px;}
.round-border{-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
.relative{ position: relative;}
.absolute{position: absolute;}

/*Theme styles*/
.light-blue{color: #00A0E9;font-weight: bold;}
.dark-blue{color: #13465f; font-weight: bold;}
.green{color: #00ad00; font-weight: bold;}
.lid-red, .lid-red li{color: red; font-weight: bold;}
.light-blue-icon{color:#00A0E9; font-size: 35px;}
.light-blue-icon-circle{background:#FFF; color:#00A0E9; font-size: 35px; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.lid-light-blue-text{color: #00A0E9; font-weight:bold;}
.lid-red{color:red; font-weight: bold;}
.center-text{text-align: center;}
.small-font{font-size: 11px;}
.thin-border{border-width: 1px;}
.box-shadow{box-shadow: 1px 1px 2px rgba(0,0,0,0.20); -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.20);  -ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.20);  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.20);  -khtml-box-shadow: 1px 1px 2px rgba(0,0,0,0.20);  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.20);}
.border-radius{-webkit-border-radius: 4px!important;  -moz-border-radius: 4px!important;  border-radius: 4px!important;}
/*icon style*/
.light-box-icon{color: #00A0E9; font-size: 30px; background: #FFF;}

/* Related Information */
.related-info-heading h4{font-size: 19px;}
.related-info-block p{margin-top:0;}

/*icon link*/
.icon-linker{
    font-size: 100px;
    color: #00A0E9;
    text-decoration: none;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.icon-linker:hover{
	color: #0E7CAE;
}

/*Buttons*/
.lid-button{color: #FFF; display: block; background: #13465f; text-decoration: none;  padding: 6px; border-radius: 6px; font-weight: bold;}
.lid-button:hover{background: #103649;}
.light-blue-button{text-align: center; color: #FFF; display: block; background: #00A0E9; text-decoration: none; padding: 10px; border-radius: 3px; font-weight: bold;}

/** list styles **/
.list-white li{color: white; font-weight: bold;}
.list-light-blue li{color: #00A0E9; font-weight: bold;}
.list-dark-blue li{color: #13465f; font-weight: bold;}
.list-red li{color: red; font-weight: bold;}
.list-green li{color: #00ad00; font-weight: bold;}
.red-list-arrow li{ list-style-image:url(images/icons/red-list-arrow.svg);}
.red-list-tick li{ list-style-image:url(images/icons/red-list-tick.svg);}
.no-list-style li{list-style: none;}

/** PR List **/
.pr-ul li {
  padding: 15px 0;
}

/** list Anchors styles **/
ul.lid-green-anchor{margin: 0; padding: 0; width: 40%;}
ul.lid-green-anchor li{list-style: none; margin-bottom: 1px;}
ul.lid-green-anchor li a{display: block; background: #00ad00; padding:7px; color:#FFF; font-weight: bold; text-decoration: none;}
ul.lid-green-anchor li a:hover{background: #00ad00;}

ul.lid-blue-achor{margin: 0; padding: 0; width: 40%;}
ul.lid-blue-achor li{list-style: none; margin-bottom: 1px;}
ul.lid-blue-achor li a{display: block; background: #00A0E9; padding:7px; color:#FFF; font-weight: bold; text-decoration: none;}
ul.lid-blue-achor li a:hover{background: #0491D2;}

ul.lid-orange-anchor{margin: 0; padding: 0; width: 40%;}
ul.lid-orange-anchor li{list-style: none; margin-bottom: 1px;}
ul.lid-orange-anchor li a{display: block; background: orange; padding:7px; color:#FFF; font-weight: bold; text-decoration: none;}
ul.lid-orange-anchor li a:hover{background: rgb(210, 137, 3);}

/*Step styling*/
.step-heading{display:table;}
.step-heading-image{display:table-cell; width: 40px;}
.step-heading-text{display:table-cell; vertical-align: middle; padding-left: 10px; color: #13465f; font-size:20px;}
.step-context{margin-left: 52px;}

/*Box Styles*/
.light-blue-dashed-box{background: #FFF; padding:15px; border:1px dashed #00A0E9; position: relative;}
.light-blue-box{background: #FFF; padding:10px; border:3px solid #00A0E9; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; position: relative;}
.dark-blue-box{background: #FFF; padding:10px; border:3px solid #13465f; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; position: relative;}
.red-box{font-weight: bold; color:#FFF; background: #A10000; padding:10px; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.red-box p, .red-box strong{color:#FFF;}
.light-blue-border-box{clear:both; border:1px solid #00A0E9; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; padding:10px;}
.light-blue-box i{position: absolute;top: -20px;left: -20px;}
.infographic-block h2{display:block; padding:20px; -webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.advantage-block{margin-bottom: 20px;}
.grey-box{background: #FFF; padding:15px; border:1px solid #CECEC6; position: relative;}
.lid-light-blue{background: #00A0E9 !important;	color: #FFF;font-weight: bold; padding:10px; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.lid-light-blue span{color: #FFF;font-weight: bold;}
.light-green-dashed-box{background: #FFF; padding:15px; border:1px dashed #00C1CF; position: relative;}

.info-special-block{-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
border-top-left-radius: 5px; border-top-right-radius: 5px;}
.info-box-pink-header{-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
border-top-left-radius: 5px; border-top-right-radius: 5px;background-color: #FF0074;color: #fff;font-weight: 700;margin-bottom: 10px;padding: 5px 15px;position: relative;text-transform: uppercase;}
.info-box-pink-header:before{height: 0;width: 0;border-top: 15px solid #FF0074;border-right: 15px solid transparent;content: '';left: 0;position: absolute;top: 25px;}

.info-box-blue-header{-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
border-top-left-radius: 5px; border-top-right-radius: 5px;background-color: #1BB0E8;color: #fff;font-weight: 700;margin-bottom: 10px;padding: 5px 15px;position: relative;text-transform: uppercase;}
.info-box-blue-header:before{height: 0;width: 0;border-top: 15px solid #1BB0E8;border-right: 15px solid transparent;content: '';left: 0;position: absolute;top: 25px;}

/*** CTA Block ***/
.js-cta{
	visibility: hidden; /*hide before javascript loads*/
}

#cta-block{background: #00A0E9;}
#cta-block h2{color: #FFF;margin-top: 0; margin-bottom: 0;font-size: 20px; background: #13465F;padding: 10px; border-top-left-radius: 4px; border-top-right-radius: 4px;}
#cta-block .cta-left{float: left;width: 60%;	padding: 10px;}
#cta-block .cta-right{float: right;width: 34%;margin: 10px;}
#cta-block .cta-ul{margin: 0;padding: 0;}
#cta-block .cta-ul li{list-style: none;color: #FFF;display: inline-block;width: 280px;font-size: 14px; width: 40% !important; vertical-align: top;}
#cta-block .cta-ul li i{margin-right: 5px;color: #FFF;}
#cta-block .cta-form ul{margin: 0;padding: 0;}
#cta-block .cta-form ul li{list-style: none; display: inline-block;margin: 0 3px 3px 0;}
#cta-block .cta-form ul li .ginput_container{}
#cta-block .cta-form ul li select{position: relative;}
#cta-block .cta-form ul li label{display:none;}
#cta-block .gform_hidden, #cta-block .gform_validation_container{display: none !important;}
#cta-block .cta-form{margin-top: 10px;}
#cta-block .cta-form ul li select, #cta-block .cta-form ul li input{border: none;outline: none;background: none;width: 100%; background: white;}
#cta-block .gform_button{width: 327px;height: 33px; border: 1px solid #13465F;background: #13465F;color: #FFF;font-weight: bold;	font-size: 12px;border-radius: 4px;cursor: pointer;	margin-top: 7px; box-shadow: 0 2px 2px rgba(0,0,0,0.15);}
#cta-block .validation_message{font-size: 10px;color: red;padding: 0;margin: 0;line-height: 0 !important;margin-top: 4px;position: absolute;	bottom: 3px;}
#cta-block .validation_error{color: #FFF;font-size: 12px;}
#cta-block .gfield_error{background: #C0F1FF !important;}
#cta-block .cta-companies-logo {padding: 10px;padding-bottom: 5px;padding-top: 0px;}
#cta-block .cta-companies-logo img{width: 100%;}
#cta-block .cta-call{font-size: 16px;color: #FFF;margin-bottom: 10px;}
#cta-block .cta-call strong{font-size: 18px;color: #FFF;}
#cta-block .cta-call-number{}

.CTA-on-bottom{background: #0C435F;	display: table;}
.CTA-on-bottom *{box-sizing: inherit;padding:20px;}
.CTA-on-bottom .cta-text{color: #FFF;width: 70%;	display: table-cell;text-align: center;	font-weight: bold;}
.CTA-on-bottom  .cta-button{display: table-cell;	width: 30%;	text-align: center;}
.CTA-on-bottom  .cta-button a{padding: 10px;background: #F4F4F4;font-weight: bold;border-radius: 8px;text-decoration: none;color: #333;}

/*Visualizer*/
.visualizer path:first-child{}
.visualizer circle{border:2px solid red; display:block;}


@media (max-width: 980px) {
	.right-content-widget{float: none;}
	.l-image{width: 90%;}
	.half-width{width: 100% !important;}
	.pin-wrapper{display: none;}
	.light-blue-box{margin:0 auto 20px auto; width: 90% !important;}
}

@media (max-width: 980px) {
	.page-id-8259 .c-widget{display: none;}
	.page-id-8259 .light-blue-box{float: none; width: 90%; margin-bottom:10px;}
	.page-id-8259 .red-box{width: 90%; float: none;}
	.page-id-8259 .tax-deduction-img{width: 180px;}
	.page-id-8259 .cta-right img{display: none;}
}
/** end Global **/

/***Title: Family and Couples ***/
.page-id-3391 h2.mdp-h{background:red; color:#FFF;}

/***Title: Income Protection for the Self Employed***/
.page-id-8259 .pin-wrapper{float: right; width: 232px;}

@media (max-width: 980px) {
	.page-id-8259 .c-widget{display: none;}
	.page-id-8259 .light-blue-box{float: none; width: 90%; margin-bottom:10px;}
	.page-id-8259 .red-box{width: 90%; float: none;}
	.page-id-8259 .tax-deduction-img{width: 180px;}
	.page-id-8259 .cta-right img{display: none;}
}

/*** Title: Free FitBit Flex with AIA Vitality ***/
.postid-9680 .aia-vitality-logo{	width: 170px;	padding: 10px;	margin-top: 25px;	float: right;}
.postid-9680 .vitality-wheel{width: 250px;}

@media (max-width: 760px) {
	.postid-9680 .aia-vitality-logo{	float: none;margin:0;display: block;}
	.postid-9680 .vitality-wheel{}
}


/* .content-table: responsive */
.responsive-table  {
	border: 0;
	border-collapse: collapse;
	border-color: silver;
  width: 100%;
}

.responsive-table tr:nth-child(odd) {
  background: #f1f1f1;
}

.responsive-table tr:nth-child(even) {
  background: #f9f9f9;
}

.responsive-table th {
  background: #13465f;
  font-size: 15px;
  color: white;
  text-align: center;
}

.responsive-table td {
	color: #333333;
	font-size: 15px;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
  .responsive-table thead, .responsive-table tbody, .responsive-tableth, .responsive-table td, .responsive-table tr  {
    display: block;
  }

	.responsive-table thead tr {
		left: -9999px;
    position: absolute;
    top: -9999px;
  }

  .responsive-table tr:first-child {
    display: none;
  }

  .responsive-table tr  {
    border: 1px solid silver;
    border-bottom: 0;
  }

  .responsive-table tr:last-child {
    border-bottom: 1px  solid silver;
  }

  .responsive-table td  {
    border: 0;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 50%;
    position: relative;
  }

  .responsive-table td:before {
    left: 6px;
    padding-right: 10px;
    position: absolute;
    top: 10%;
    white-space: nowrap;
    width: 45%;
    font-weight: bold;
  }
}
