@font-face {
    font-family: 'agendamedium';
    src: url('../fonts/agenda-medium-webfont.eot');
    src: url('../fonts/agenda-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/agenda-medium-webfont.woff2') format('woff2'), url('../fonts/agenda-medium-webfont.woff') format('woff'), url('../fonts/agenda-medium-webfont.ttf') format('truetype'), url('../fonts/agenda-medium-webfont.svg#agendamedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'agendaregular';
    src: url('../fonts/agenda-light-webfont.eot');
    src: url('../fonts/agenda-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/agenda-light-webfont.woff2') format('woff2'), url('../fonts/agenda-light-webfont.woff') format('woff'), url('../fonts/agenda-light-webfont.ttf') format('truetype'), url('../fonts/agenda-light-webfont.svg#agendaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'agendabold';
    src: url('../fonts/agenda-bold-webfont.eot');
    src: url('../fonts/agenda-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/agenda-bold-webfont.woff2') format('woff2'), url('../fonts/agenda-bold-webfont.woff') format('woff'), url('../fonts/agenda-bold-webfont.ttf') format('truetype'), url('../fonts/agenda-bold-webfont.svg#agendabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'agendaitalic';
    src: url('../fonts/agenda-lightitalic-webfont.eot');
    src: url('../fonts/agenda-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/agenda-lightitalic-webfont.woff2') format('woff2'), url('../fonts/agenda-lightitalic-webfont.woff') format('woff'), url('../fonts/agenda-lightitalic-webfont.ttf') format('truetype'), url('../fonts/agenda-lightitalic-webfont.svg#agendaitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* reset & default */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
select,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline;
}

article,
article-content,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 100%;
    line-height: 1;
    background: #333;
}

textarea {
    font-family: inherit;
    overflow: auto;
    vertical-align: top;
    resize: none
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table.item, td.item {
    padding: 5px; 
    border: 1px solid black; 
}

table {
    border-spacing: 0;
}

h1 {
    font-size: 10.75em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.65em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.25em;
}

a {
    color: #3399cc;
    text-decoration: underline;
}

a:hover {
    color: #3399cc;
    text-decoration: none;
}

a:active {
    color: #3399cc;
}

#expand {
text-decoration: none; 
padding: 3px 7px 3px 7px;
}

#myContent1, #myContent2, #myContent3, #myContent4, #myContent5, #myContent6,
#myContent7, #myContent8, #myContent9, #myContent10, #myContent11, #myContent12 {
display: none; 
padding: 10px; 
background: #F4FDA6;
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}


/* common */

.width-1 {}

.list-1 {}

.color-1 {}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.loading {}

.version-2 {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.no-bgd {
    background: none !important;
}

.fck {
    overflow: hidden;
    line-height: 16px;
}

.fck ul,
.fck ol {
    margin: 0 0 10px 0;
}

.fck ul li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: inside;
    list-style-type: disc;
}

.fck ol li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: inside;
    list-style-type: decimal !important;
}

.align-c {
    text-align: center;
}

.no-pad {
    padding: 0 !important;
}

.btn-1 {
    background: #00205b;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    padding: 12px 25px;
    margin-top: 30px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.btn-1:hover {
    color: #fff;
    background: #ee1729; 
}


/* alert */

.alert-layer {
    display: block;
    position: absolute;
    top: -1500px;
    left: -15000px;
    overflow: hidden;
    padding: 3px 5px;
    background: #edd540;
    color: #424242;
}

.alert-layer .message {
    margin: 0;
    padding: 0 0 0 5px;
}

.alert-incom {
    color: #ff0000 !important;
    font-size: 0.75em !important;
    padding: 10px 0 0 !important;
}

.fake-checkbox {
    position: relative;
    line-height: 25px;
    color: #666;
    cursor: pointer;
}

.fake-checkbox input {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
    height: 0;
    position: absolute;
}

.fake-checkbox > span {
    display: inline-block;
    background: url(../images/bgd-checkbox.png) no-repeat;
    font-size: 14px;
    font-weight: normal;
    padding-left: 30px;
    line-height: 34px;
}

.fake-checkbox input:checked + span {
    background: url(../images/bgd-checkbox-checked.png) no-repeat
}
/*.fake-checkbox input.checked + span {
    background: url(../images/bgd-checkbox-checked.png) no-repeat
}*/

.btn-type-1 {
    text-align: center;
    background: #00205b;
    display: block;
    padding: 10px;
    margin-bottom: 20px;

    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.threeCol .btn-type-1, .fourCol .btn-type-1 {
    /*margin-left: 48px;
    margin-right: 48px;*/
    position: absolute;
    bottom: 0;
    left: 48px;right: 48px;
}

.btn-type-1:hover {
    color: #fff;
    background: #ee1729; 
}


/* form */

.icon-1 {
    background: url(../images/icon-1.png);
    width: 38px;
    height: 36px;
    display: inline-block;
}

li.active .icon-1 {
    background: url(../images/icon-1-a.png)
}

.icon-2 {
    background: url(../images/icon-2.png);
    width: 36px;
    height: 30px;
    display: inline-block;
}

li.active .icon-2 {
    background: url(../images/icon-2-a.png)
}

.icon-3 {
    background: url(../images/icon-3.png);
    width: 34px;
    height: 34px;
    display: inline-block;
}

li.active .icon-3 {
    background: url(../images/icon-3-a.png)
}

.icon-4 {
    background: url(../images/icon-4.png);
    width: 33px;
    height: 33px;
    display: inline-block;
}

li.active .icon-4 {
    background: url(../images/icon-4-a.png)
}

.icon-5 {
    background: url(../images/icon-5.png);
    width: 33px;
    height: 33px;
    display: inline-block;
}

li.active .icon-5 {
    background: url(../images/icon-5-a.png)
}

.icon-6 {
    background: url(../images/icon-6.png);
    width: 37px;
    height: 37px;
    display: inline-block;
}

li.active .icon-6 {
    background: url(../images/icon-6-a.png)
}

.icon-7 {
    background: url(../images/icon-7.png);
    width: 32px;
    height: 32px;
    display: inline-block;
}

li.active .icon-7 {
    background: url(../images/icon-7-a.png)
}

.icon-8 {
    background: url(../images/icon-8.png);
    width: 30px;
    height: 36px;
    display: inline-block;
}

li.active .icon-8 {
    background: url(../images/icon-8-a.png)
}

.icon-9 {
    background: url(../images/icon-9.png);
    width: 18px;
    height: 39px;
    display: inline-block;
}

li.active .icon-9 {
    background: url(../images/icon-9-a.png)
}


/* structure */

.wrapper {
    width: 1180px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}

.head {
    width: 100%;
    display: block;
}

.head .logo {
    float: left;
    margin: 24px 0 0 30px;
}

.user-tool {
    float: right;
}

.user-tool > div {
    display: inline-block;
    height: 80px;
    vertical-align: middle;
}

.user-tool .login {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    line-height: 80px;
    padding: 0 20px;
    margin-left: 20px;
    position: relative;
}

.user-tool .login > a {
    display: inline-block;
    width: 60px;
    position: relative;
    color: #333;
    font-family: 'agendabold';
    font-size: 14px;
    text-decoration: none;
}

.user-tool .login > a:hover {
    text-decoration: underline;
}

.user-tool .login > a img {
    display: inline-block;
    margin-left: 5px;
}

.user-tool .login .btn span {
    float: left;
}

.logo-small {
    /*padding: 13px 38px;*/
    padding: 10px;
}

.logo-small > a > img {
    margin-top: 7px;
}

.strapline { 
    float: left;
    position: relative;
    top: 24%;
    margin-right: 13px;
    text-transform: uppercase;
    text-align: right;
    font-size: 18px;
    font-family: 'agendaregular';
    font-weight: bold;
    color: #002265;
    letter-spacing: 1px;
}
.strapline-sub {
    display: block;
    font-size: 14px;
    font-weight: normal;
}


.head .btn-group {
    height: auto;
    margin-left: 5px;
}

.head .btn {
    border: none;
    box-shadow: none;
    border-radius: 0;
   /* font-family: 'agendaregular';*/
   font-family: 'Open Sans', sans-serif;
}

.head .btn span {
   /* font-family: 'agendabold';*/
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   font-weight: bold;
}

.head .btn img {
    float: right;
    margin-left: 7px;
    margin-top: 2px;
}

.head .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.head .btn .caret {
    margin-left: 5px;
}

.head .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    right: 0;
    left: auto;
    min-width: 0;
}

.head .btn-default:hover,
.head .btn-default:focus,
.head .btn-default:active,
.head .btn-default.active,
.head .open > .dropdown-toggle.btn-default {
    background: #d6d6d6
}

.head .dropdown-menu li {
    margin-top: 1px;
    background: #ebebeb;
}

.dropdown-item-heading, .head .dropdown-menu li a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    /*font-family: 'agendabold';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: right;
    text-align: left;
    padding: 5px 20px;
}
.head .dropdown-menu li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-left: 5px;
}

.head .login .dropdown-menu {
    top: 50px;
    right: 0;
    left: auto;
    width: auto;
}

#header .nav {
    width: 100%;
    text-align: center;
    background: #002265;
    position: relative;
    font-size: 0;
}

#header .nav > li {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    width: 110px;
    height: 46px;
    position: static;
    font-size: 16px;
}

#header .nav > li.large {
    width: 275px;
}

#header .nav > li.mid {
    width: 130px;
}

#header .nav > li.medium {
    width: 155px;
}

#header .nav > li.semilarge {
    width: 245px;
}

#header .nav.styleBig > li {
    width: auto;
    height: 62px;
    margin: 0 25px;
}

#header .nav.items8 > li {
    margin: 0 15px;
}

#header .nav > li > a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px;
}

#header .nav > li > a span {
    font-size: 12px;
}

#header .nav.styleBig > li.short > a {
    line-height: 32px;
}

#header .nav > li > a:hover {
    background: none;
}

#header .nav > li:hover,
#header .nav > li.active {
    background: #fff;
}

#header .nav > li:hover > a,
#header .nav > li.active > a {
    color: #002265;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 35px;
    right: 35px;
    z-index: 999;
    background: #f7f7f7;
    box-shadow: 0 5px 5px 0 #f7f7f7;
    display: none;
}

.list-subnav {
    float: left;
    padding: 20px 0;
    width: 310px;
    overflow: hidden;
    text-align: left;
}

.list-subnav li {
    padding: 0 20px 0 40px;
    color: #888888;	
	/*font-family: 'agendaregular';    */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    /*text-transform: uppercase;*/
    cursor: pointer;
}

.list-subnav a {
    color: inherit;
    text-decoration: none; /*to override bootstrap styles*/
}

.list-subnav li span {
    display: block;
    padding: 10px 0;
    position: relative;
    border-top: solid 1px #dbdbdb;
}

.list-subnav li span:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    background: #f1f1f1;
}

.list-subnav li:hover,
.list-subnav li.active {
    background: #002265 url(../images/arrow.jpg) 95% 11px no-repeat; /* edited by wayne */
    color: #fff;
}

.list-subnav li.active span {
   border-top: solid 1px #002265;
}

.list-subnav li.one-tier:hover,
.list-subnav li.one-tier.active {
    background: #002265;
}

.list-subnav li:first-child span:before,
.list-subnav li:hover span:before,
.list-subnav li span:hover:before,
.list-subnav li.active span:before {
    display: none;
}

.list-itemnav {
    float: left;
    width: 490px;
    /*background: url(../images/bgd-nav.jpg) 0 center no-repeat;*/
    padding: 20px 35px;
    text-align: left;
}

.list-itemnav > ul > li {
    display: none;
}

.list-itemnav > ul > li.active {
    display: block;
}

.list-item li a {
    color: #888888;
	font-family: 'Open Sans', sans-serif;/* added by wayne */
    font-size: 14px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    display: block;
        border-top: solid 1px #dbdbdb;

}

.list-item li a:hover {
    color: #00286e;
}

.list-item li a span {
    display: block;
    padding: 10px 0;
    position: relative;
}

.list-item li a span:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    background: #f1f1f1;
}

.list-item li:first-child span:before {
    display: none;
}

.information {
    float: left;
    width: 310px;
    text-align: left;
    background: #f2f2f2;
    padding: 20px 35px;
}

.information h6 {
    font-size: 14px;
    color: #00286e;
    /* font-family: 'agendabold';*/
   font-family: 'Open Sans', sans-serif;
   font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.information p {
    padding-bottom: 10px;
}

.information p a {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
	font-size: 14px;
}

.information p a:hover {
    text-decoration: underline;
}

.information p img {
    float: left;
    margin-right: 5px;
}

.content {
    width: 100%;
    /*overflow: hidden; */ /*removed - same class used as CMS*/
    position: relative;
}
#mashead .bx-viewport {
    overflow: visible !important; /*to fix banner-slider */
}

.content > h1 {
    color: #333;
    font-size: 30px;
    /*font-family: 'agendabold';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 25px 35px;
}

.content > h1 span {
    color: #333;
    font-size: 18px;
   /* font-family: 'agendaregular';*/
   font-family: 'Open Sans', sans-serif;
    padding: 0 35px 0 0;
}

.content > h2 {
    color: #333;
    font-size: 30px;
   /* font-family: 'agendabold';*/
   font-family: 'Open Sans', sans-serif;
   font-weight: bold;
    padding: 25px 35px;
}

.content > h3 {
    margin: 0 60px;
    text-align: center;
    border-bottom: 1px solid #c2c2c2;
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 10px;
   /* font-family: 'agendaregular';*/
   font-family: 'Open Sans', sans-serif;

}

#article {
    clear: both;
    font-family: 'Open Sans', sans-serif;
    margin-right: 50px;
    margin-bottom: 0px;
    /* margin-left: 80px; */
    padding-left: 50px;
    padding-right: 20px;
    min-height: 300px;
    /* width: 940px; */
    width: 1180px;
    overflow: hidden;
}

#article-content {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 100px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 100%;
    line-height: 1;
}

.bxslider .caption {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
}

.bxslider .caption.main-banner {
    top: 145px;
}

.bxslider .caption.style-2 {
    text-align: left;
    color: #002265;
    padding-left: 85px;
}

.bxslider .caption.style-3 {
    text-align: left;
    color: #002265;
    padding-left: 85px;
    top: 80px;
}
 
.bxslider .caption.style-4 {
    text-align: left;
    padding-left: 85px;
    top: 80px;
}

.bxslider .caption.main-banner-style-1 {
    top: 30px;
}

.bxslider .caption.main-banner-style-3 {
    top: 395px;
}

.bxslider .caption.main-banner-style-4 {
    top: 240px;
}

.bxslider .caption.main-banner-style-5 {
    top: 40px;
}
.bxslider .caption.main-banner-style-6 {
    top: 460px;
    color: #002265; /*fix styles overridden by bootstrap*/
}

.bxslider .caption h2 {
    font-size: 68px;
    text-transform: none;
    line-height: 1.25em;
}

.caption.main-banner-style-3 > h2 {
    line-height: 1;
}
.caption.main-banner-style-5 > h2 {
    line-height: 1.15;
}

.bxslider .caption h5 {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 400;
    padding-bottom: 20px;
}
.bxslider .caption.main-banner-style-5 > h5 {
    padding-bottom: 10px;
}

.bxslider .caption img {
    display: inline-block;
}

.banner-slider .caption {
    position: absolute;
    /*top: 85px;*/
    top: 100px;
    text-align: left;
    color: #fff;
    left: 475px;
}

.bx-viewport .caption {
    top: 50px;
}

.banner-slider .caption h2 {
    font-size: 36px;
    /*text-transform: uppercase;*/
    /*text-transform: capitalize;*/
    text-transform: none;
    line-height: 36px;
}

.banner-slider .caption h2 span {
    font-size: 24px;
    line-height: 24px;
}

.banner-slider .btn-1 {
    margin-top: 20px;
}
.main-banner-style-5 .btn-1 {
    margin-top: 10px;
}
.caption.main-banner-style-3 a, .main-banner-style-6 .btn-1 {
    margin-top: 20px;
}

.wrapper-banner .bx-wrapper .bx-pager {
    bottom: 40px;
    left: 475px;
    width: auto;
    text-align: left;
}

.wrapper-space{
    padding-bottom: 10px;      /*adding by Amin*/
}

.wrapper-banner2, .wrapper-banner2 li {
	background-color:#eeeeee;
	height:240px;
}

.wrapper-banner2 .bx-wrapper .bx-pager {
    bottom: -40px;
    left: 375px;
    width: auto;
    text-align: left;
	background-color:#eeeeee;
}

.wrapper-banner .bx-wrapper .bx-pager.bx-default-pager a,
.wrapper-banner2 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #002265;
    padding: 0;
    margin: 0 5px 0;
}

.wrapper-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.wrapper-banner .bx-wrapper .bx-pager.bx-default-pager a.active
.wrapper-banner2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.wrapper-banner2 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ee1729;
}

.bx-pager, .bx-pager2 {
    position: absolute;
    bottom: 100px;
    left: 34px;
    right: 34px;
    width: 100%;
    z-index: 99
}

.bx-pager a, .bx-pager2 a {
    display: inline-block;
    background: #fff;
    margin-left: 1px;
    color: #333;
    text-decoration: none;
    float: left;
    width: 275px;
    text-align: center;
    height: 90px;
    padding: 10px;
	cursor: pointer;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.bx-pager > a > .bx-pager-tabs, .bx-pager > a > .bx-pager-tabs2, .bx-pager a strong {
    display: block;
    padding-bottom: 10px;
    /* font-family: 'agendamedium';*/
   font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    /*text-transform: uppercase;*/
    text-transform: capitalize;
}

.personal-tabs .bx-pager-tabs, .business-tabs .bx-pager-tabs, .wholesale-tabs .bx-pager-tabs {
    margin-top: 20px;
}

.wholesale-tabs .bx-pager-tabs2{
    margin-top: 10px;
}

.bx-pager a span {
    display: block;
    font-size: 18px;
    /* font-family: 'agendaregular';*/
   font-family: 'Open Sans', sans-serif;
}

.bx-pager a.active,
.bx-pager a:hover {
    background: #00205b;
    color: #fff;
}

.btnScrollTo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    background: url(../images/btn-down.png);
    width: 54px;
    height: 54px;
    margin-left: -27px;
    display: block;
    z-index: 999;
}

.btnScrollTo:hover {
    background: url(../images/btn-down-h.png);
}

.tbl-content, .tbl-content2 {
    width: 100%;
}

.tbl-content tr td {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    height: 300px;
}

.tbl-content2 tr td {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    height: 350px;
}

.tbl-content tr td.bg, .tbl-content2 tr td.bg  {
    background: #eeeeee
}

.tbl-content tr td p, .tbl-content2 tr td p {
    padding-bottom: 20px;
}

.tbl-content tr td h3 a span, .tbl-content2 tr td h3 a span {
    color: #333;
    font-size: 20px;
    display: inline-block;
    /*font-family: 'agendaregular';*/
    padding-left: 50px;
    padding-right: 50px;
}

.tbl-content tr td h3 a img, .tbl-content2 tr td h3 a img {
    float: right;
    margin: 10px 0 0 5px;
}

.tbl-content tr td h3 a, .tbl-content2 tr td h3 a {
    font-size: 30px;
    color: #00205b;
    min-width: 100px;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
}

.tbl-content tr td h3 a:hover,
.tbl-content tr td h3 a:hover span,
.tbl-content2 tr td h3 a:hover,
.tbl-content2 tr td h3 a:hover span {
    text-decoration: underline;
    padding-left: 50px;
    padding-right: 50px;
}

.stickyBar {
    width: 100%;
    background: #f7f7f7;
    padding: 0 60px;
    overflow: hidden;
}

/* white text & photo background - added by wayne */
.tbl-photo {
    width: 100%;
}

.tbl-photo tr td {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    height: 270px;
}

.tbl-photo tr td.bg {
    background: #eeeeee
}

.tbl-photo tr td p {
    padding-bottom: 20px;
}

.tbl-photo tr td h3 a span {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-family: 'agendaregular';
    padding-left: 50px;
    padding-right: 50px;
}

.tbl-photo tr td h3 a img {
    float: right;
    margin: 10px 0 0 5px;
}

.tbl-photo tr td h3 a {
    font-size: 30px;
    color: #fff;
    min-width: 100px;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
}

.tbl-photo tr td h3 a:hover,
.tbl-photo tr td h3 a:hover span {
    text-decoration: underline;
    padding-left: 50px;
    padding-right: 50px;
}

.stickyBar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

.stickyBar.sticky .wrap {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
}

.stickyBar ul li {
    display: block;
    width: 19%;
    float: left;
    text-align: center;
    position: relative;
}
.stickyBar ul li:first-child { text-align: left;}
.stickyBar ul li.last {
    width: 22%;
}

.stickyBar ul li a {
    display: inline-block;
    padding: 20px;
    color: #333;
    text-decoration: none;
    /*font-family: 'agendaregular';*/
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    margin: 0;  
    border: none;
}

.stickyBar ul.nav-tabs li.active > a,
.stickyBar ul.nav-tabs li > a:hover {
    background-color: #e7e7e7;
    color: #00205b;
    font-size: 18px;
    border: none !important;
    margin-right: 0 !important;   
}

.stickyBar ul li.last:hover {
    background: none;
    color: #fff;
}

.stickyBar ul li a > span {
    display: block;
    text-align: center;
    font-size: 18px;
}

.stickyBar ul li a > span.thumb {
    padding-bottom: 15px;
    height: 70px;
}

.stickyBar.sticky .thumb {
    display: none;
}

.stickyBar .buttonCompare {
    background: #ee1729;
    border-radius: 5px;
    color: #fff;
    text-align: left;
    padding: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-top: 60px;
    width: 233px;
}

.stickyBar.sticky .buttonCompare {
    margin-top: 10px;
}

.stickyBar .buttonCompare:hover {
    background: #00205b !important;
    color: #fff !important;
}

.stickyBar .buttonCompare img {
    float: left;
    margin-right: 15px;
}

.stickyBar .buttonCompare span {
    display: inline-block;
    padding-right: 45px;
}

.stickyBar .buttonCompare span.count {
    position: absolute;
    background: #b50000;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    line-height: 38px;
    padding-right: 0
}

/*.stickyBar .buttonCompare:hover  span.count { background: #00205b}*/

/* text-based stickyBar - added by wayne */
.stickyText {
    width: 100%;
    background: #f7f7f7;
    padding: 0 35px;
    overflow: hidden;
}

.stickyText.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

.stickyText.sticky .wrap {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
}

.stickyText ul li {
    display: block;
    width: 14%;
    float: left;
    text-align: center;
    position: relative;
}
.stickyText ul li:first-child { text-align: left;}
.stickyText ul li.last {
    width: 22%;
}

.stickyText ul li a {
    display: inline-block;
    padding: 20px;
    color: #333;
    text-decoration: none;
    font-family: 'agendaregular';
    border-radius: 0;
    margin: 0;  
    border: none;
}

.stickyText ul.nav-tabs li.active > a,
.stickyText ul.nav-tabs li > a:hover {
    background-color: #e7e7e7;
    color: #00205b;
    font-size: 18px;
    border: none !important;
    margin-right: 0 !important;   
}

.stickyText ul li.last:hover {
    background: none;
    color: #fff;
}

.stickyText ul li a > span {
    display: block;
    text-align: center;
    font-size: 18px;
}

.stickyText ul li a > span.thumb {
    padding-bottom: 15px;
    height: 70px;
}

.stickyText.sticky .thumb {
    display: none;
}

.stickyText .buttonCompare {
    background: #ee1729;
    border-radius: 5px;
    color: #fff;
    text-align: left;
    padding: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-top: 60px;
    width: 233px;
}

.stickyText.sticky .buttonCompare {
    margin-top: 10px;
}

.stickyText .buttonCompare:hover {
    background: #00205b !important;
    color: #fff !important;
}

.stickyText .buttonCompare img {
    float: left;
    margin-right: 15px;
}

.stickyText .buttonCompare span {
    display: inline-block;
    padding-right: 45px;
}

.stickyText .buttonCompare span.count {
    position: absolute;
    background: #b50000;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    line-height: 38px;
    padding-right: 0
}

.btnDelete {
    position: absolute;
    top: -25px;
    right: -25px;
    background: url(../images/btnDelete.png);
    width: 29px;
    height: 29px;
}

.btnAdd {
    display: block;
    background: #ececec;
    padding: 30px 30px 20px 30px;
    border-radius: 5px;
    text-align: center;
    color: #333;
    font-size: 18px;
    text-decoration: none;
}

.btnAdd span {
    display: block;
    padding-bottom: 10px;
}

.btnAdd:hover {
    color: #333;
}

.list-card {
    width: 100%;
    padding: 0 60px;
    margin-top: 30px;
    font-size: 0
}

.list-card.marTop60 {
    margin-top: 60px;
}

.list-card > li {
    width: 185px;
    margin: 0 45px 40px;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    position: relative;
    padding-bottom: 40px;
}

.list-card.threeCol > li {
    width: 275px;
}

.list-card.fourCol > li {
    width: 185px;
}

.list-card .thumb {
    text-align: center;
    min-height: 100px;
    vertical-align: middle;
}

.list-card .thumb img {
    display: inline;
}

.list-card > li.firstRow {
    margin-left: 0;
}

.list-card > li h3 > a{
    color: #000;
    text-decoration: none;
}

.list-card > li h3 {
    font-size: 18px;
    font-family: 'agendaregular';
    height: 80px;
    line-height: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
    font-weight: bold;
}

.list-card.threeCol > li h3, .list-card.fourCol > li h3 {
    height: auto;
    text-align: center;
}


.list-card ol li {
    position: relative;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    text-align: center; 
    /*background: url(../images/dot.jpg) 0 5px no-repeat*/
}

/*start - fix alignment for list-cards*/
.list-card.threeCol ol, .list-card.four ol {
    position: relative;
    width: 100%;
    /*height: 100%;*/
}
/*end - fix alignment for list-cards*/
.promotions-highlight-thumbnails {
    display: inline-block;
    width: 24%;
    height: 180px;
    padding-left: 35px;
    /*margin-right: 35px;*/
}
.promotions-highlight-thumbnails img {
    float: left;
    height: 60px;
    width : 60px;
}

.promotions-highlight-thumbnails h6 {
    float: right;
    width: 155px;
    margin-right: 20px;
    font: 16px "agendabold";
}
.promotions-highlight-thumbnails span {
    /* font-family: "agendamedium";*/
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
}
.promotions-tab > figure {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    width: 386px;
}
.promotions-tab figcaption {
    position: absolute;
    bottom: 20px;
    width: 100%;
    /*font-family: "agendabold";*/
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    /*background-color: white;*/
}
.promotions-highlight-thumbnails a, .promotions-highlight-thumbnails a:hover, figcaption > a, figcaption > a:hover {
    text-decoration: none;
    color: #333;
}
.promotions-highlight-thumbnails a:hover, figcaption a:hover {
    text-decoration: underline;
}

/* tab for investor - added by wayne */
.investor-tab {
	padding-left: 35px;
	padding-right: 35px;
	/*font-family: 'agendaregular';*/
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
}

.investor-tab h1,.investor-tab strong {
	font-family: 'agendabold';
}

.investor-tab a {	
    color: #333;
    text-decoration: underline;
}

.investor-tab a:hover,
.investor-tab a:hover span {
    color: #3399cc;
    text-decoration: underline;
}

.investor-tab > ul li { width: 100%; position: relative; padding-left: 15px; margin-bottom: 15px; font-size: 18px; line-height: 22px;}		
.investor-tab > ul li:before { content: '.'; position: absolute; top: 0; left: 0; font-size: 30px; line-height: 0;}

#footer {
    padding: 0 35px;
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}

#footer nav {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

#footer nav li {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
}

#footer nav li:before {
    content: '';
    border-left: 1px solid #333;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

#footer nav li:first-child {
    margin-left: 0;
    padding-left: 0;
}

#footer nav li:first-child:before {
    display: none;
}

#footer nav li a {
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: #333;
	font-family: 'Open Sans', sans-serif;
}

#footer p {
    font-size: 14px;
    text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}

#footer p a {
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: #333;
	font-family: 'Open Sans', sans-serif;
}

#footer a:hover {
    text-decoration: underline;
}

.dock {
    position: fixed;
    top: 50%;
    right: 100px;
    margin-top: -110px;
    /*margin-right: -570px;*/
    z-index: 99
}

.out-dock {
    text-align: right;
    padding: 0 15px;
}

.out-dock ul.key {
    background: #fff;
    border-radius: 5px;
    width: 60px;
    height: 336px;
    text-align: center;
    display: inline-block;
    float: right;
    overflow: hidden;
    border: 1px solid #ccc;
}

.dock.has5items .out-dock ul.key {
    height: 330px;
}

.out-dock.active ul.key {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.out-dock ul.key li {
    width: 100%;
    padding: 10px 5px;
    height: 56px;
}

.out-dock ul.key li.active {
    background: #002265;
    border-top: 1px solid #fff;
}

.out-dock ul.key li:first-child {
    height: 54px;
}

.out-dock ul.key li:first-child.active {
    border-top: none;
}

.dock.has5items .out-dock ul.key li {
    height: 66px;
}

.dock.has5items .out-dock ul.key li a {
    line-height: 46px;
}

.dock.has5items .out-dock ul.key li a img {
    vertical-align: middle;
}

.out-dock ul.side {
    float: right;
    width: 325px;
    background: #ebe7e8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    display: none;
    border: 1px solid #ccc;
}

.out-dock ul.side li {
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px;
    height: 56px;
    line-height: 34px;
    border-top: 1px solid #fff;
}

.dock.has5items .out-dock ul.side li {
    height: 66px;
    line-height: 46px;
}

.out-dock ul.side li:first-child {
    border-top: none;
    height: 54px;
}

.out-dock ul.side li a {
    font-size: 15px;
    color: #00205b;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
}

.out-dock ul.side li:hover,
.out-dock ul.side li.active {
    background: #002265
}

.out-dock ul.side li:hover a,
.out-dock ul.side li.active a {
    color: #fff;
}

.nav-tabs { border-bottom: none; }

.content > #card-compare-display-continer > h3 {
    border-bottom: 1px solid #c2c2c2;
    /* font-family: "agendaregular";*/
   font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin: 0 60px;
    padding-bottom: 10px;
    text-align: center;
}

/*invest - risk profile*/
.risk-profile { 
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    font-family: "agendaregular";
}
.risk-profile li {
    width: 15%;
    margin: 0;
    padding: 30px  0px 40px;   
}


 .risk-profile li.firstRow,.risk-profile li.lastRow{
    padding-left: 45px;
    padding-right: 45px;
    width: 25%;
 }
.risk-profile h4, .risk-profile p, .risk-profile span {
    font-size: 18px;
}
.risk-profile h4 {
    text-transform: capitalize; 
}
.risk-profile p {
   /* text-transform: uppercase; */
}

.risk-profile .fairly-seasoned-sub .disabled span { color: #d9d0c3; }

.risk-profile .fairly-seasoned-sub { width: 200px; }

.list-itemnav > ul > li {width: 490px;}
.list-item.two-column {margin: -10px -20px;width: 460px;}
    .list-item.two-column.css {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
    .list-item.two-column > li {width: 220px; display: block; border-bottom: none; margin: 0;}
        .list-item.two-column > li > a { color: #002265; /*font-family: 'agendabold';*/font-family: 'Open Sans', sans-serif;}
        .list-item.two-column ul a {border-top: solid 1px #dbdbdb;/*font-family: 'agendabold';*/font-family: 'Open Sans', sans-serif;}
        .list-item.two-column li a span:before {background: none;}

/* fdi - profile*/
.profile {
	width:100%;
	background-color:#eeeeee;
	height:380px;
}

.profile-content {
	width:770px;
	margin:auto;
	padding-top:40px;
}

.profile-content h2 {
	text-align:center;
	/*font-family: 'agendabold';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.profile-content .profile-container {
	width:100%;
	padding-top:30px;
}

.profile-content .profile-container .left-image {
	float:left;
	margin-right:66px;
}

.profile-content .profile-container .right-content {
	float:right;
	width:558px;
	font-size:18px;
	line-height:20px;
	font-style:italic;
	/*font-family: 'agendamedium';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.profile-content .profile-container .right-content span{
	/*font-family: 'agendabold';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-style:normal;
}
.nova-apply-wrapper {position: relative;}
.nova-apply-wrapper .nova-callout { display: none; font-size: 0; position: absolute; width: 180px; height: 100px;background: url('../images/nova-callout-bg.png') no-repeat 0 0 scroll transparent; left: 0;top: -98px;}
.nova-apply-wrapper .nova-callout.active {display: block;}
.nova-apply-wrapper .nova-callout .btn-type-1 {display: inline-block; padding: 4px 12px; vertical-align: bottom; width: 48%; margin: 5px 1%}
.nova-apply-wrapper .nova-callout-content {padding: 7px 15px 0;}
.nova-apply-wrapper .nova-callout-content p { font-size: 16px;}

/* accordion panel - added by wayne */
.panel { padding: 0 35px 0 35px; border: none; border-radius: 0; box-shadow: none;}
.panel-default>.panel-heading { background: none; padding: 0; border-radius: 0; border: none;}
.panel-default>.panel-heading+.panel-collapse>.panel-body { border: none;}
.panel-default>.panel-heading a { color: #333; background: #e9e9e9 url(../images/group/+.png) 98% 50% no-repeat; display: block; padding: 15px 60px 17px 20px; text-decoration: none; font-size: 21px; line-height: 23px;}
.panel-default>.panel-heading a.active { color: #fff; background: #06377b url(../images/group/-.png) 98% 50% no-repeat; }
.panel-body p { font-family: "agendaregular"; font-size: 18px; line-height: 22px; color: #333; padding-bottom: 15px;}
.panel-body p.smaller { font-size: 14px; line-height: 16px;}
.panel-body p.note { overflow: hidden; width: 100%;}
.panel-body p.note span { float: left; font-size: 14px; width: 96%;}
.panel-body p.note span:first-child { width: 4%;}
.panel-body h5 { font-size: 18px; font-weight: bold; padding-bottom: 15px;}
.panel-body > ul li { width: 100%; position: relative; padding-left: 15px; margin-bottom: 15px; font-size: 18px; line-height: 22px;}		
.panel-body > ul li:before { content: '.'; position: absolute; top: 0; left: 0; font-size: 30px; line-height: 0;}
.panel-body > ol { list-style-type: decimal;}
.panel-body > ol li { width: 100%; position: relative; padding-left: 15px; margin-bottom: 15px; font-size: 18px; line-height: 22px;}
.panel-body h5, .panel-body strong { font-family: "agendabold";}
.panel-body hr { height:1px; border:none; background-color:#ccc;}
.toggle-collapse { display: inline-block; margin-bottom: 20px; text-decoration: none;}

.fourCol .btn-type-1 { min-width:200px; left:10px;}

.wrapper-banner .bx-wrapper .bx-pager, .wrapper-banner2 .bx-wrapper .bx-pager { width: 135px;}