.banner .sfPageContainer .zeDockZoneEmpty {
    color: #999;
    margin-bottom: 12px;
    margin-top: 250px !important;
    min-height: 78px !important;
}

/* Generic Classes */
body {
    font-family: Arial;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/*by Phiwa*/
/*vtip style start*/
span.vtip           {color:#333;cursor:help;}
p#vtip              {display:none;position:absolute;padding:10px;top:7px;left:5px;font-size:12px;color:#fff;background-color:#242275;border:1px solid #242275;-moz-border-radius:5px;-webkit-border-radius:5px;z-index:99999;}
p#vtip {max-width:250px;width: expression(this.width > 250 ? 250: true);}
p#vtip #vtipArrow   {position:absolute;top:-10px;left:7px;}

/*vtip style end*/

h1, h2, h3, h4 {
    font-family: 'futura-pt', Verdana, sans-serif !important;
    text-transform: uppercase;
    font-weight: 100 !important;
}

h1 {
    /* Font size changes (35 to 30) - 2015-10-26 - Arun */
    font-size: 30px;
}

h2 {
    /* Font size changes (25 to 24) - 2015-10-22 - Arun */
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

    h1 span, h2 span, h3 span, h4 span {
        font-family: 'futura-pt', Verdana, sans-serif;
        font-weight: 700;
    }

a {
    color: #242275;
    text-decoration: none;
    outline: none;
    outline: none;
}

    a:hover {
        color: #242275;
        text-decoration: underline;
        outline: none;
    }

    a:active {
        outline: none;
        color: #242275;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        color: #242275;
        text-decoration: none;
    }

.btn {
    font-family: 'futura-pt', Verdana, sans-serif;
}

.custom-form-elements {
    border: none;
    border-radius: 0;
    height: 37px;
}

.max-width {
    width: 100%;
}

.icon-sprites {
    background: url(../images/icon-sprite.png) no-repeat;
}

.drop-shadow {
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ececec 0%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #fff;
    height: 12px;
}

.vignette {
    background: #6C75A0; /* Old browsers */
    background: -moz-linear-gradient(left, #6C75A0 0%, #2F3B65 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6C75A0), color-stop(100%,#2F3B65)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #6C75A0 0%,#2F3B65 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #6C75A0 0%,#2F3B65 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #6C75A0 0%,#2F3B65 100%); /* IE10+ */
    background: linear-gradient(to right, #6C75A0 0%,#2F3B65 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C75A0', endColorstr='#2F3B65',GradientType=1 ); /* IE6-9 */
    height: 10px;
}

.codotza {
    background: #4800FF; /* Old browsers */
    background: -moz-linear-gradient(left, #200242 0%, #7246FB 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#200242), color-stop(100%,#7246FB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #200242 0%,#7246FB 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #200242 0%,#7246FB 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #200242 0%,#7246FB 100%); /* IE10+ */
    background: linear-gradient(to right, #200242 0%,#7246FB 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#200242', endColorstr='#7246FB',GradientType=1 ); /* IE6-9 */
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.Hide {
    display: none !important;
}

.Show {
    display: block !important;
}
/* Generic Buttons */
.btn-lg {
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 1px;
}

.btn-md {
    padding: 10px 25px;
    font-size: 15px; /* Font size changed from 14 to 15 2016-09-13 - Kenneth */
    line-height: 1.2;
    border-radius: 3px;
    outline: none;
}

.floatleft {
    float: left;
}

.green-theme-button, .green-theme-button:focus {
    background: #242275;
    border: none;
    color: #ffffff !important;
    text-transform: uppercase;
    transition: background-color 0.7s ease;
    outline: none;
}

    .green-theme-button:hover {
        color: #ffffff !important;
        background: #242275;
    }
/* Green border color buttons*/
.green-border-theme-button {
    background-color: #fff;
    border-color: #242275;
    border-style: solid;
    border-width: 1px;
    color: #242275;
    outline-color: none;
    outline-style: none;
    outline-width: 0;
    transition: all 0.2s ease-out 0s;
    padding: 10px 20px;
}

    .green-border-theme-button:hover {
        border-color: #242275;
        border-width: 2px;
        color: #242275;
    }

    .green-border-theme-button:active {
        color: #242275;
    }

    .green-border-theme-button:focus {
        color: #242275;
    }
/* Generic Buttons */

.lt-ie9 .form-control {
    padding-top: 0;
    background: #333;
}

.border-bottom-solid {
    border-bottom: 1px solid #e2e2e2;
}

.more-space {
    padding-top: 20px;
}

.less-space {
    padding-top: 10px;
}
/* Generic Classes */


/* Template Specific Classes */
.right-column-align {
    padding-left: 25px;
    padding-right: 25px;
}

.left-column-align {
    padding-left: 25px;
    padding-right: 25px;
}

.banner-margin {
    padding-top: 50px;
    background: url(../images/network-bg.png) repeat;
    min-height: 200px;
    position: relative;
    z-index: 99;
}

    .banner-margin .home-left-panel {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-margin .container {
        padding: 0;
    }

.banner-margin-inner {
    background: url(../images/network-bg.png) repeat;
    min-height: 200px;
    position: relative;
    z-index: 99;
}

    .banner-margin-inner .home-left-panel {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-margin-inner .single-panel {
        padding: 0 0;
    }

    .banner-margin-inner .container {
        padding-left: 0;
        padding-right: 0;
    }

.bread-crumb-control {
    margin-bottom: 50px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 25px;
}

.right-column-align .portal {
    margin-bottom: 0;
}

.banner-margin p.prominent-text, .banner-margin-inner p.prominent-text, .main-content p.para-portal-height {
    padding-bottom: 23px !important;
}

/* banner extra content in the right section of banner */
.banner-content-description {
    color: #333;
}

/* Template Specific Classes */

/* Header Classes*/
.body-gradient {
    height: 15px;
}

header {
    width: 100%;
    background: url(../images/header-dropshadow.png) repeat-x bottom;
    padding: 0 0 10px 0;
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: height 0.3s ease 0s;
    
    /*background-color: #f1f1f1;*/

}

.nav-section {
    background: url(../images/nav-bg.png) repeat;
    min-height: 85px;
    position: relative;
}

    .network-section .container, .nav-section .container {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: -20px;
    }

.navbar {
    min-height: 85px;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    border-radius: 0;
    background: none;
    box-shadow: none;
}

    .navbar-default .navbar-header ul {
        list-style: none;
        margin-right: -15px;
        padding: 3px 0 0 0;
    }

        .navbar-default .navbar-header ul li {
            display: inline-block;
            Width: 20px;
            height: 20px;
        }

            .navbar-default .navbar-header ul li.home {
                background-position: -154px 0;
            }

            .navbar-default .navbar-header ul li.search {
                background-position: -130px 0;
            }

            .navbar-default .navbar-header ul li.menu {
                background-position: -130px -24px;
            }

    .navbar-default .navbar-header .navbar-toggle {
        padding: 0;
        border: 0;
        margin-top: 28px;
        cursor: pointer;
    }

.navbar .custom-nav {
    padding: 18px 0 0 22px;
    border-left: 1px dotted #cccccc;
    min-height: 85px;
}

.lt-ie9 .navbar .custom-nav {
    padding: 18px 0 0 22px;
    border-left: 1px dotted #cccccc;
    min-height: 67px;
}

.navbar .custom-nav li {
    padding-left: 8px;
    padding-right: 12px;
}

/*Added on 03/04/2017 for new top navigation personal menu*/
.leftpadd {
    padding-left: 0px !important;
}

.divdesc {
    font-family: 'futura-pt', Verdana, sans-serif !important;
    font-size: 15px !important;
    padding: 2px 0;
    text-transform: none !important;
    border-bottom:none !important;
}

.navdesc {
    color: #000000 !important;
}

    .navdesc:hover {
        text-decoration: none !important;
    }

.topnav-menu .container .col-sm-12 .main-category-align .mincategoryheight:hover {
    background: #f1f2f4;
    cursor: pointer;
}

.mincategoryheight {
    min-height: 80px;
}

/**/

.navbar .custom-nav li a {
    color: #242275;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 7px;
    font-size: 15px; /* Font size changed from 14 to 15 2016-09-13 - Kenneth */
    font-family: 'futura-pt', Verdana, sans-serif;
    text-transform: uppercase;
    outline: none;
    transition: all 0.3s ease;
}

.navbar .custom-nav li.select a {
    border-bottom: 3px solid #242275;
    font-weight: bold;
}

.navbar .custom-nav li a.active, .navbar .custom-nav li a:hover {
    border-bottom: 3px solid #242275;
    color: #242275;
}

a.tablet-menu-option {
    border-bottom: none !important;
}

.navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
    background: none !important;
}

    .navbar-default .navbar-nav .open a:hover {
        text-decoration: underline;
    }

ul.dropdown-menu li a {
    border-bottom: none !important;
}

.logo {
    padding: 23px 0 25px 0px;
    margin-right: 30px;
    float: left;
}

    .logo img {
        width: 164px;
    }

.navbar-default .header-search {
    box-shadow: none;
    margin: 0 -15px 0 0;
    padding: 28px 0 14px 20px;
    border-left: 1px dotted #cccccc;
    width: 228px;
}

    .navbar-default .header-search input {
        background: #e7eaeb;
        height: 28px;
        border: 1px solid #e2e2e2;
        border-radius: 0;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 14px;
        box-shadow: none;
    }

.lt-ie9 .navbar-default .header-search input {
    background: #e7eaeb;
    height: 28px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 14px;
    box-shadow: none;
    padding-top: 5px;
}

.navbar-default .header-search .input-group-addon {
    background: #cfd5d7;
    border: 0;
    border-radius: 0;
    padding: 0;
    transition: background-color 0.5s ease;
}

    .navbar-default .header-search .input-group-addon:hover {
        background: #242275;
    }

.header-search .navbar-form {
    border: none;
}

.hidesearch {
    display:none;
}

.navbar-header a {
    outline: none;
}
/*Header Classes*/

/*Network Section*/
header .network-section {
    height: 40px;
    background: url(../images/network-bg.png) repeat;
    position: relative;
}

.network-section ul {
    list-style: none;
    margin: 4px 0 0 0;
    padding: 0;
}

    .network-section ul li {
        display: inline-block;
    }

        .network-section ul li a {
            display: block;
            width: 33px;
            height: 24px;
        }

            .network-section ul li a.tool-link {
                background: rgba(0, 0, 0, 0) url("../images/tools_sprite.png") no-repeat scroll 0 -2px;
                display: block;
                height: 25px;
                width: 63px;
                background-size: 48px 50px;
            }

                .network-section ul li a.tool-link:hover {
                    background: rgba(0, 0, 0, 0) url("../images/tools_sprite.png") no-repeat scroll 0 -27px;
                    display: block;
                    background-size: 48px 50px;
                }

            .network-section ul li a.register-link {
                background: rgba(0, 0, 0, 0) url("../images/register_sprite.png") no-repeat scroll 0 -2px;
                display: block;
                height: 23px;
                width: 63px;
                margin-right: -11px;
                margin-left: 10px;
                background-size: 62px 50px;
            }

                .network-section ul li a.register-link:hover {
                    background: rgba(0, 0, 0, 0) url("../images/register_sprite.png") no-repeat scroll 0 -27px;
                    display: block;
                    background-size: 62px 50px;
                }

            .network-section ul li a.twitter {
                background-position: -180px 0;
                margin-top: 5px;
            }

                .network-section ul li a.twitter:hover {
                    background-position: -180px -25px;
                }

            .network-section ul li a.facebook {
                background-position: -213px 0;
            }

                .network-section ul li a.facebook:hover {
                    background-position: -213px -25px;
                }

            .network-section ul li a.youtube {
                background-position: -243px 0;
            }

                .network-section ul li a.youtube:hover {
                    background-position: -243px -25px;
                }

        .network-section ul li.login {
            width: auto;
            height: auto;
            margin-left: 20px;
        }

            .network-section ul li.login .btn-login {
                background: #ff9900;
                color: #ffffff;
                font-size: 14px;
                font-family: 'futura-pt', Verdana, sans-serif;
                margin-top: 3px;
                padding: 2px 11px 1px 11px;
                transition: background-color 0.5s ease;
            }

                .network-section ul li.login .btn-login:hover {
                    background: #ea8525;
                }

.login-menu {
    background: url(../images/header-dropshadow.png) repeat-x bottom;
    padding: 0 0 10px 0;
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    z-index: 99999;
    display: none;
}

.login-menu-cover {
    background: #ffffff;
    padding: 40px 0 0 0;
    min-height: 480px;
}

.login-menu .contact-widget {
    margin-top: 0;
    margin-left: 0;
    padding-left: 182px;
}

    .login-menu .contact-widget h1 {
        margin-bottom: 11px;
    }

.login-menu .portal .promo-item {
    margin-left: 10px;
    margin-right: 10px;
    border-left: 1px #cccccc dotted;
}

.login-menu .contact-widget .lock-icon {
    display: inline-block;
    margin-left: 6px;
}

.login-menu .contact-widget .global-dropdown {
    float: left;
    margin-left: 0;
}

.login-menu .contact-widget .login-button {
    height: 50px;
    font-size: 20px;
    background: #ff9900;
    border-radius: 2px;
    color: #fff;
    padding-top: 13px;
    transition: background-color 0.5s ease;
}

    .login-menu .contact-widget .login-button:hover {
        background: #ea8525;
    }

.login-menu .home-right-panel .portal .promo-item .green-theme-button {
    margin-bottom: 20px;
}

.login-menu .home-right-panel .portal {
    margin-bottom: 30px;
}

.login-menu .contact-widget .login-drop-down {
    font-family: 'futura-pt', Verdana, sans-serif;
    Font-size: 35px;
    margin-bottom: 11px;
    padding: 0;
}

    .login-menu .contact-widget .login-drop-down .lock-icon {
        display: inline-block;
        margin-left: 6px;
        background-position: -38px -24px;
        height: 26px;
        margin-top: 5px;
        width: 22px;
    }


#tnnotice {
    margin-top: 10px;
}

.tools-menu {
    padding: 0 0 10px 0;
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    z-index: 99999;
    display: none;
}

.tools-menu {
    background: url(../images/header-dropshadow.png) repeat-x bottom;
    padding: 0 0 10px 0;
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    z-index: 99999;
    display: none;
}

.tool-menu-cover {
    background: #ffffff;
    padding: 20px 0 0 0;
    min-height: 450px;
}

    .tool-menu-cover ul {
        padding: 0 15px 0 0;
        border-top: 1px dotted #ccc;
    }

        .tool-menu-cover ul li {
            display: block;
            border-bottom: 1px dotted #cccccc;
            padding: 0px 15px;
        }

            .tool-menu-cover ul li:hover {
                background-color: #f1f2f4;
            }

            .tool-menu-cover ul li a {
                width: 100%;
                display: block;
                font-family: 'futura-pt', Verdana, sans-serif;
                font-size: 14px;
                padding: 4px 0;
                text-decoration: none;
            }

/*Network Section*/

/*Banner Classes*/
.banner-green-theme {
    color: #242275;
}

.banner-bg {
    margin-top: 15px;
}

    .banner-bg .banner {
        width: 100%;
        height: 100%;
    }

        .banner-bg .banner .container {
            position: relative;
        }

        .banner-bg .banner .item {
            height: 1024px;
            margin-bottom: -549px;
            background-position: center top;
            background-repeat: no-repeat;
        }

.banner-content {
    position: absolute;
    z-index: 9999;
    left: 20px;
}

    .banner-content h1 {
        font-size: 55px;
        margin: 0 0 18px 0;
        font-family: 'futura-pt', Verdana, sans-serif;
        line-height: 47px;
    }

        .banner-content h1 span {
            font-family: 'futura-pt', Verdana, sans-serif;
        }

    .banner-content .contact {
        color: #333333;
        font-size: 18px;
        font-family: 'futura-pt', Verdana, sans-serif;
        margin: 0 0 2px 0;
    }

        .banner-content .contact a {
            color: #242275;
        }

.banner-form .form-control {
    width: 180px;
    margin-right: 10px;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 16px;
    background: #e7eaeb;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    color: #333;
    float: left;
    height: 50px;
    box-shadow: none;
    vertical-align: middle;
    padding: 6px 12px 0 12px;
}

    .banner-form .form-control:focus {
        box-shadow: none;
        outline-color: none;
        outline-style: none;
        outline-width: 0;
        border: #027965 1px solid;
    }

    .banner-form .form-control::-moz-placeholder {
        color: #333;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 12px;
    }

    .banner-form .form-control::-webkit-input-placeholder {
        color: #333;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 12px;
    }

    .banner-form .form-control:-ms-input-placeholder {
        color: #333;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 12px;
    }

.banner-form .btn {
    padding: 15px 50px;
    font-size: 20px;
    height: 50px;
}

.banner-wrapper.second h2 {
    margin-right: 20px;
    color: #242275;
}

    .banner-wrapper.second h2 span {
        color: #027669;
    }

.banner-wrapper.second .btn {
    margin-top: 10px;
}

.carousel-inner {
    overflow: visible !important;
}

    .carousel-inner .item, .carousel-inner .item {
        overflow: hidden;
    }

        .carousel-inner .item img, .carousel-inner .item a img {
            max-width: none !important;
            position: relative;
            margin: 0 auto;
        }

.carousel-indicators {
    bottom: none;
    top: 450px;
}

    .carousel-indicators li {
        border-color: #a8a8a8;
    }

        .carousel-indicators li.active {
            background-color: #a8a8a8;
        }

.carousel-caption {
    left: 0;
    right: none;
    text-align: left;
    text-shadow: none;
}

.banner-text {
    padding: 0;
    margin: 0 0 0 6px;
    bottom: -424px;
}

.lt-ie9 .banner-text {
    padding: 0;
    margin: 0 0 0 6px;
    bottom: -424px;
    left: 0;
}

.banner-text h1 {
    font-size: 45px; /* Font Size top changes (55 to 45 ) - 2015-11-02 - Arun */
    margin: 0 0 0 2px;
    font-family: 'futura-pt', Verdana, sans-serif;
    line-height: 40px; /* Line height changes (50 tp 40) - 2015-11-02 - Arun */
    color: #242275;
}

.xtra-height {
    bottom: -500px !important;
}

.banner-text-green {
    padding: 0;
    margin: 0 0 0 6px;
    bottom: -415px;
}

.lt-ie9 .banner-text-green {
    padding: 0;
    margin: 0 0 0 6px;
    bottom: -415px;
    left: 0;
}

.banner-text-green h1 {
    font-size: 45px; /* Font Size top changes (55 to 45 ) - 2015-11-02 - Arun */
    margin: 0 0 0 -4px;
    font-family: 'futura-pt', Verdana, sans-serif;
    line-height: 40px; /* Line height top changes (47 to 40 ) - 2015-11-02 - Arun */
    color: #242275;
}

.banner-text-green .content {
    padding: 11px 0 0 0;
}

    .banner-text-green .content p {
        color: #242275;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 20px; /* Font Size top changes (22 to 20 ) - 2015-11-02 - Arun */
        margin: 0 0 25px 0;
        padding: 0;
        line-height: 24px;
        text-transform: none;
    }

.banner-text-white {
    padding: 0;
    margin: 0 0 0 6px;
    bottom: -415px;
}

.lt-ie9 .banner-text-white {
    padding: 0;
    margin: 0 0 0 6px;
    bottom: -415px;
    left: 0;
}

.banner-text-white h1 {
    font-size: 55px;
    margin: 0 0 0 -4px;
    font-family: 'futura-pt', Verdana, sans-serif;
    line-height: 47px;
    color: #ffffff;
}

.banner-text-white .content {
    padding: 11px 0 0 0;
}

    .banner-text-white .content p {
        color: #ffffff;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 22px;
        margin: 0 0 25px 0;
        padding: 0;
        line-height: 24px;
    }

.banner-text-white .banner-callme p {
    color: #ffffff;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 22px;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 24px;
}

.banner-text-white .banner-callme {
    color: #ffffff;
}

    .banner-text-white .banner-callme a {
        color: #ffffff;
    }

    .banner-text-white .banner-callme .green-theme-button {
        background: #242275 none repeat scroll 0 0;
    }

        .banner-text-white .banner-callme .green-theme-button:hover {
            background: #242275 none repeat scroll 0 0;
        }

    .banner-text-white .banner-callme .form-control {
        background: #ffffff none repeat scroll 0 0;
    }

    .banner-text-white .banner-callme .form-group {
        margin-bottom: 12px;
    }

.banner-text-white .banner-callme {
    padding-bottom: 25px;
    padding-top: 20px;
}

.banner-text-white .btn-quote {
    padding: 11px 21px !important;
    font-size: 12px !important;
    height: 35px !important;
}

.banner-text-white .banner-callme .iwyze-contactno {
    font-size: 22px;
}

.banner-text .content {
    padding: 11px 0 0 0;
}

    .banner-text .content p {
        color: #333;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 22px;
        margin: 0 0 25px 0;
        padding: 0;
        line-height: 24px;
    }

.banner-text-heading {
    padding: 0;
    margin: 0 0 0 6px;
    bottom: -415px;
}

.lt-ie9 .banner-text-heading {
    padding: 0;
    margin: 0 0 0 6px;
    bottom: -415px;
    left: 0;
}

.banner-text-heading h2 {
    color: #242275;
    font-size: 34px;
    margin: 18px 0 -8px -2px;
    padding: 0;
    line-height: 34px;
}

.banner-text-heading .btn {
    height: 33px;
    border-radius: 3px;
    margin-top: 32px;
}

.carousel.fade {
    opacity: 1;
}

    .carousel.fade .item {
        -moz-transition: opacity ease-in-out 0.7s;
        -o-transition: opacity ease-in-out 0.7s;
        -webkit-transition: opacity ease-in-out 0.7s;
        transition: opacity ease-in-out 0.7s;
        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        z-index: 1;
    }

        .carousel.fade .item:first-child {
            top: auto;
            position: relative;
        }

        .carousel.fade .item.active {
            opacity: 1;
            -moz-transition: opacity ease-in-out 0.7s;
            -o-transition: opacity ease-in-out 0.7s;
            -webkit-transition: opacity ease-in-out 0.7s;
            transition: opacity ease-in-out 0.7s;
            z-index: 2;
        }
/*Banner Bubble*/
.banner-bubble-cover {
    width: 560px;
    background: #242275;
    border-radius: 20px;
    padding: 8px;
    -webkit-box-shadow: -5px 4px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: -5px 4px 5px 0px rgba(153,153,153,1);
    box-shadow: -5px 4px 5px 0px rgba(153,153,153,1);
}

.banner-bubble {
    border-radius: 14px;
    padding: 15px 25px 15px 113px;
    background: url(../images/bubble-search.png) 27px 18px no-repeat #242275;
}

    .banner-bubble .text {
        font-size: 27px;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 28px;
        text-shadow: -2px 3px 4px #333333;
    }
/*Banner Bubble*/

/*Banner Classes*/

/* Footer Widget */
footer {
    margin-top: 80px;
}

    footer .footer-gradient {
        height: 24px;
        margin-bottom: 33px;
        text-align: center;
        overflow: hidden;
    }

        footer .footer-gradient img {
            vertical-align: top;
            width: auto;
            height: auto;
        }

    footer .footer {
        text-align: center;
    }

        footer .footer .indicator-share {
            margin-bottom: 40px;
        }

            footer .footer .indicator-share p {
                margin-bottom: 0;
            }

        footer .footer a {
            color: #242275;
        }

        footer .footer .footer-nav {
            list-style: none;
            padding-bottom: 25px;
        }

            footer .footer .footer-nav a {
                padding-left: 5px;
                padding-right: 5px;
            }

        footer .footer .footer-logo {
            margin: 15px 0 17px 0;
            display: none;
        }

            footer .footer .footer-logo img {
                width: 217px;
            }

        footer .footer .disclaimer {
            color: #9a9a9a;
            font-size: 12px;
            margin-bottom: 45px;
        }
/* Footer Widget */

/* Main Content Section */
.main-content {
    font-size: 14px; /* Font size changes (from 16px to 14px ) - 2015-11-17 - Arun */
    margin-bottom: -20px;
    margin-left: 10px;
    margin-right: 10px;
}

    .banner-margin h1, .banner-margin-inner h1, .main-content h1 {
        margin: -4px 0 7px 0; /*margin bottom 20 to 7 - 2015-10-26 - Arun*/
        padding: 0;
    }

    .banner-margin h2, .main-content h2 {
        margin: 30px 0 9px 0 !important;
        padding: 0;
    }

.banner-margin-inner h2 {
    margin: 30px 0 20px 0; /* margin top and bottom changes (margin: 30px 0 15px 0; ) - 2015-11-02 - Arun */
    padding: 0;
}

.banner-margin h3, .banner-margin-inner h3, .main-content h3 {
    margin-bottom: 6px;
    padding: 0;
}

.banner-margin h4, .banner-margin-inner h4, .main-content h4 {
    margin-bottom: 2px;
    padding: 0;
}

.banner-margin p.prominent-text, .banner-margin-inner p.prominent-text, .main-content p.prominent-text {
    font-size: 19px; /* Line height changes (20 to 18) - 2015-10-26 - Arun | Line height changes (18 to 19) - 2016-09-13 - Kenneth */
    font-family: 'futura-pt', Verdana, sans-serif;
    line-height: 26px; /* Line height changes (24 to 26) - 2015-10-26 - Arun */
    padding-bottom: 10px; /* padding-bottom changes (10 to 13) - 2015-10-26 - Arun */
}

.banner-margin p, .banner-margin-inner p, .main-content p {
    font-size: 14px; /* Font size changes (16 to 14px) - 2015-10-22 - Arun */
    padding-bottom: 5px; /* padding bottom changes (10 to 5px) - 2015-10-26 - Arun */
    margin: 0 0 5px 0 !important; /* margin bottom changes (10 to 5px) - 2015-10-26 - Arun */
    line-height: 20px; /* Line height changes (21 to 20px) - 2015-10-22 - Arun */
}

.banner-margin ul, .banner-margin-inner ul, .main-content ul {
    padding: 0 0 0 18px;
    margin: -2px 0 15px 0;
}

    .banner-margin ul li, .banner-margin-inner ul li, .main-content ul li {
        line-height: 25px;
        padding-left: 7px;
    }

.main-content p.note-text {
    font-size: 14px;
}

.banner-margin ol, .banner-margin-inner ol, .main-content ol {
    padding: 0 0 0 15px;
    margin: -2px 0 15px 0;
}

    .banner-margin ol li, .banner-margin-inner ol li, .main-content ol li {
        line-height: 25px;
        padding-left: 7px;
    }
/* Main Content Section */

/* Bread Crumb */
.bread-crumb {
    border-bottom: 1px dotted #cccccc;
    height: 42px;
    padding-top: 7px;
}

    .bread-crumb ul {
        list-style: none;
        margin-top: 3px;
        margin-left: 17px;
    }

        .bread-crumb ul li {
            display: inline;
            color: #999999;
            font-family: 'futura-pt', Verdana, sans-serif;
            font-size: 14px;
            margin: 0 0 0 0;
            line-height: 21px;
        }

            .bread-crumb ul li a {
                color: #242275;
                padding-right: 8px;
            }

            .bread-crumb ul li:after {
                content: ">";
                padding-left: 0;
                margin-right: -5px;
            }

            .bread-crumb ul li.select:after {
                content: "";
            }

            .bread-crumb ul li:last-child:after {
                content: "";
            }

.rsmLevel li.select a {
    text-decoration: none;
    color: #999999 !important;
    pointer-events: none;
    cursor: default;
}

a.bread-crumb-arrow {
    background-position: -93px -25px;
    width: 29px;
    height: 29px;
    float: left;
}
a.bread-crumb-arrow
{
    background: url(../images/icon-sprite.png) no-repeat;
    background-color: #cccccc;
    background-position: center;
    border-radius: 50%;
}
    a.bread-crumb-arrow:hover {
        background-position: -64px -25px;
    }



.RadSiteMap .rsmThreeLevels .rsmLevel1 .rsmLink, .RadSiteMap .rsmThreeLevels .rsmLevel1 .rsmTemplate, .RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmLink, .RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmTemplate, .RadSiteMap .rsmOneLevel .rsmItem .rsmLink, .RadSiteMap .rsmOneLevel .rsmItem .rsmTemplate {
    display: inline-block;
    padding-left: 0px !important;
}

.RadSiteMap_Default {
    font-family: 'futura-pt', Verdana, sans-serif !important;
    color: #242275 !important;
}

    .RadSiteMap_Default .rsmLink, .RadSiteMap_Default .rsmTemplate {
        color: #242275 !important;
    }

/* Bread Crumb */

/* Portal Blocks */
.portal {
    list-style: none;
    margin-bottom: 0;
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
    overflow: hidden;
    margin-bottom: -40px;
    padding-top: 25px;
}

    .portal .portal-item {
        margin-bottom: 42px;
        position: relative;
        padding: 0 25px;
        transition: background-color 0.7s ease;
    }

        .portal .portal-item .portal-item-border {
            margin-bottom: 23px;
            border-right: 1px dotted #CCCCCC;
            margin-right: -25px;
            padding-right: 25px;
            overflow: hidden;
        }

        .portal .portal-item:hover {
            background: #f1f2f4;
            cursor: pointer;
            margin-top: -25px;
            padding-top: 25px;
        }

            .portal .portal-item:hover .green-theme-button {
            }

            .portal .portal-item:hover .green-theme-button {
                background: #242275;
                color: #ffffff;
            }

            .portal .portal-item:hover p {
                color: #007a65;
            }

.description {
    margin: -9px 0 0 0;
}

.portal .portal-item h2 {
    color: #027669;
    margin-bottom: 6px;
    line-height: 25px;
}

.portal .portal-item .portal-item-border a.green-theme-button {
    margin: 15px -1px 0 0;
}

.portal .portal-item .portal-item-border a.green-theme-button {
    padding: 6px 18px;
}

.portal-item .drop-shadow {
    position: absolute;
    left: 0;
    bottom: -13px;
    margin-left: 9%;
    width: 83%;
}

.portal .portal-item .border-none {
    border: none;
}

.portal .portal-item.col-sm-12 .portal-item-border {
    border-right: none;
    margin-bottom: 0;
}

    .portal .portal-item.col-sm-12 .portal-item-border p {
        float: right;
        width: 242px;
        min-height: 212px;
        margin-left: 52px;
        margin-bottom: 0;
        overflow: hidden;
    }

    .portal .portal-item.col-sm-12 .portal-item-border h2 {
        margin-top: 0;
    }

.portal .portal-item.col-sm-12 .drop-shadow {
    margin-left: 2.6%;
    width: 94.5%;
}

.portal .portal-item.col-sm-6 .drop-shadow {
    margin-left: 5%;
    width: 89%;
}

.portal .portal-single-section {
    margin-bottom: 42px;
    position: relative;
    padding: 0 25px;
}

    .portal .portal-single-section h2 {
        color: #027669;
        margin-bottom: 6px;
        line-height: 25px;
        margin-top: 0;
    }

    .portal .portal-single-section .portal-single {
        margin-bottom: 23px;
        margin-right: -25px;
        overflow: hidden;
    }

    .portal .portal-single-section div {
        overflow: hidden;
        margin-right: 242px;
    }

    .portal .portal-single-section p.single-portal-image {
        float: right;
        margin-left: 25px;
        width: 242px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .portal .portal-single-section p.single-portal-image img {
            width: 100%;
        }

    .portal .portal-single-section p.btn-alignment {
        margin: 10px 0 0 0;
    }

    .portal .portal-single-section .drop-shadow {
        width: 101%;
    }

.col-lg-12 .portal .portal-item.col-sm-4 .drop-shadow {
    margin-left: 7%;
    width: 87%;
}

.col-lg-12 .portal .gallery-item.col-sm-4 .drop-shadow {
    margin-left: 6.5%;
    width: 87%;
}

.portal .portal-single-col {
    margin-bottom: 42px;
    position: relative;
    padding: 0 25px;
}

    .portal .portal-single-col h2 {
        color: #027669;
        margin-bottom: 6px;
        line-height: 25px;
        margin-top: 0;
    }

    .portal .portal-single-col .portal-single {
        margin-bottom: 23px;
        overflow: hidden;
    }

    .portal .portal-single-col div {
        overflow: hidden;
    }

    .portal .portal-single-col p.single-portal-image img {
        width: 100%;
    }

    .portal .portal-single-col p.btn-alignment {
        margin: 10px 0 0 0;
    }

    .portal .portal-single-col p.single-portal-image {
        float: right;
        margin-left: 25px;
        width: 170px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .portal .portal-single-col .drop-shadow {
        width: 97%;
    }

    .portal .portal-single-col .portal-single-item-border {
        border-right: 1px dotted #cccccc;
    }

    .portal .portal-single-col p.single-portal-image img {
        transform: scale(1, 1);
        transition-duration: 2000ms;
        transition-timing-function: ease-out;
    }

.portal-single:hover p.single-portal-image img {
    transform: scale(1.15, 1.15);
    transition-duration: 1500ms;
    transition-timing-function: ease-out;
}

.portal-single:hover .green-theme-button {
    background: #242275 none repeat scroll 0 0;
    color: #ffffff !important;
}

.portal-single:hover {
    background: #f1f2f4 none repeat scroll 0 0;
    cursor: pointer;
}
/* portal one columns with image at the left */

.portal-row-frame-content {
    padding-left: 50px;
}

    .portal-row-frame-content h2 {
        padding: 0px 0px 20px;
        margin: 0px;
        color: #242275;
    }

/* Promo banner styles */
.promo-banner .promo-banner-content h2 {
    color: #027669;
    line-height: 25px;
}

.promo-banner {
    margin: 25px 0px;
}
    /*.promo-banner .promo-banner-gradient{background:rgba(0, 0, 0, 0) url("../images/omcard-bottom-gradient.png") repeat-x scroll center bottom;}*/
    .promo-banner .promo-banner-content p {
        width: 90%;
    }

    .promo-banner .promo-banner-content .dwnl-rpt {
        padding-top: 20px;
        clear: both;
    }

    .promo-banner .promo-banner-img {
        padding: 0px;
        margin: 0px;
    }

.promo-banner-content {
    padding: 20px;
}

.download-links {
    float: left;
    padding-right: 20px;
}

.dwnl-rpt .green-theme-button {
    padding: 10px 40px;
}

.rpt-links {
    clear: both;
}

    .rpt-links a {
        font-size: 13px;
    }

.img-overlay {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    padding-top: 50%;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 4;
}

.promo-banner-content:hover .img-overlay {
    opacity: 1;
    transition: opacity 0.3s ease-out 0s;
    visibility: visible;
}

.img-overlay a {
    display: none;
    margin-top: -24px;
    position: relative;
}
/*.portal .portal-item .portal-item-border img[src=""] {
    display:none;
}*/
/* Portal Blocks */


/* gallery */
.portal {
    list-style: none;
    margin-bottom: 0;
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
    overflow: hidden;
    margin-bottom: -40px;
    padding-top: 25px;
}

    .portal .gallery-item {
        margin-bottom: 42px;
        position: relative;
        padding: 0 25px;
    }

        .portal .gallery-item .gallery-item-border {
            margin-bottom: 23px;
            border-right: 1px dotted #CCCCCC;
            margin-right: -25px;
            padding-right: 25px;
            overflow: hidden;
        }

.gallery-item .drop-shadow {
    position: absolute;
    left: 0;
    bottom: -13px;
    margin-left: 9%;
    width: 83%;
}

.portal .gallery-item .border-none {
    border: none;
}

.portal .gallery-item h2 {
    color: #333;
    margin-bottom: 6px;
    line-height: 25px;
}

.portal .gallery-item.col-sm-12 .gallery-item-border {
    border-right: none;
    margin-bottom: 0;
}

    .portal .gallery-item.col-sm-12 .gallery-item-border p {
        float: right;
        width: 242px;
        min-height: 212px;
        margin-left: 52px;
        margin-bottom: 0;
        overflow: hidden;
    }

    .portal .gallery-item.col-sm-12 .gallery-item-border h2 {
        margin-top: 0;
    }

.portal .gallery-item.col-sm-12 .drop-shadow {
    margin-left: 2.6%;
    width: 94.5%;
}

.portal .gallery-item.col-sm-6 .drop-shadow {
    margin-left: 5%;
    width: 89%;
}

.portal .gallery-item.col-lg-4 .drop-shadow {
    margin-left: 8% !important;
    width: 84% !important;
}

.portal .gallery-item.col-lg-3 .drop-shadow {
    margin-left: 9% !important;
    width: 83% !important;
}
/* gallery */


/* Promo Blocks */
.promo-globe {
    height: 300px;
}

.portal .promo-item {
    margin-bottom: 20px;
    position: relative;
    padding: 0 25px;
}

    .portal .promo-item a:hover {
        text-decoration: none;
    }

.portal .promo-name {
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 231px;
    padding: 22px 90px 0 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
}

.portal .small-promo-name {
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 170px;
    padding: 22px 90px 0 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
}

.portal .promo-name ul {
    margin: -2px 0 15px 1px;
    color: #333;
    list-style: outside none disc;
}

    .portal .promo-name ul li {
        padding-left: 5px;
        display: list-item;
    }
/*#promo-worldwide{padding:22px 10px 0 0;}*/
.portal .promo-item .portal-item-border {
    margin-bottom: 25px;
    border-right: 1px dotted #CCCCCC;
    margin-right: -25px;
    padding-right: 25px;
}

.portal .promo-item:hover {
}

    .portal .promo-item:hover .green-theme-button {
        background: #242275;
        color: #ffffff;
    }

.portal .promo-item p {
    font-size: 15px;
    margin-bottom: 14px;
}

.portal .promo-item:hover p {
    color: #007a65;
}

.portal .promo-item h3 {
    color: #027669;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 0.9;
}

.promo-item .drop-shadow {
    position: absolute;
    left: 0;
    bottom: -13px;
}

.col-lg-3 .drop-shadow {
    margin-left: 9%;
    width: 83%;
}

.col-lg-6 .drop-shadow {
    margin-left: 4%;
    width: 92%;
}

.col-lg-12 .portal .col-lg-3 .drop-shadow {
    margin-left: 9%;
    width: 83%;
}

.portal .promo-item .border-none {
    border: none;
}

.portal .promo-item .green-theme-button {
    padding: 8px 20px;
}

.portal .promo-retirement {
    background: url("../images/promo_block_1.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
    margin: 0;
    min-height: 271px;
    overflow: hidden;
    padding: 22px 90px 0 0;
}

.promo-portal {
    margin-bottom: 42px;
    padding: 0 25px;
}

/* TFSA PROMO - live button */
.portal .promo-button-cick {
    background-position: right bottom;
    background-repeat: no-repeat;
    margin: 0;
    min-height: 231px;
    overflow: hidden;
    padding: 22px 90px 0 0;
}

/* End TFSA PROMO - live button */
/* Promo Blocks */

/* Call Widget */
.custom-drop-box {
    width: 100%;
    display: inline-block;
    border: none;
    background: url(../images/select-arrow.png) no-repeat right center #ffffff;
    cursor: pointer;
}

.retirement-drop-box {
    width: 100%;
    display: inline-block;
    border: 1px solid #eaeced;
    background: url(../images/select-arrow.png) no-repeat right center #ffffff;
    cursor: pointer;
}

    .retirement-drop-box:hover, .retirement-drop-box:focus, .custom-drop-box:hover, .custom-drop-box:focus {
        background: url(../images/select-arrow.png) no-repeat right center #ffffff;
    }

    .retirement-drop-box div, .custom-drop-box div {
        z-index: -1;
        border: 0px solid #000;
        height: 37px;
        overflow: hidden;
        padding: 7px 0px 7px 15px;
        cursor: pointer;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 18px;
        color: #77777b;
    }

.custom-drop-box select {
    height: 37px;
    left: 0;
    margin-top: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 90%;
    margin-left: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.retirement-drop-box select {
    height: 37px;
    left: 0;
    margin-top: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 100%;
    margin-left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    text-align: left;
}

.call-widget {
    background: #eaeced;
    box-shadow: -4px 5px 5px #e2e2e2;
    -moz-box-shadow: -4px 5px 5px #e2e2e2;
    -webkit-box-shadow: -4px 5px 5px #e2e2e2;
}

    .call-widget .call-widget-body {
        padding: 26px 20px 0 20px;
    }

        .call-widget .call-widget-body form {
            margin-left: -15px;
            margin-right: -15px;
        }

        .call-widget .call-widget-body .form {
            margin-left: -15px;
            margin-right: -15px;
            margin-bottom: 20px;
        }

        .call-widget .call-widget-body h2 {
            padding: 0 0 23px 0;
            margin: 0;
        }

        .call-widget .call-widget-body .form-group {
            margin-bottom: 5px;
            font-family: 'futura-pt', Verdana, sans-serif;
        }

            .call-widget .call-widget-body .form-group .form-control {
                border: none;
                border-radius: 0;
                height: 37px;
                font-size: 18px;
                background: #ffffff;
            }

.button-align {
    margin-top: 9px;
    margin-bottom: 25px;
}

.call-me-button {
    padding-top: 16px;
    padding-bottom: 13px;
    font-size: 20px;
    outline: none;
}

.contact-widget .call-widget .call-me-button {
    padding: 16px 0 13px 0 !important;
    font-size: 20px;
}

.call-me-button:hover {
    background: #242275;
    color: #ffffff;
}

.call-widget .call-widget-footer {
    border-top: 1px solid #ffffff;
    padding: 16px 25px 15px 20px;
    margin-top: -20px;
}

    .call-widget .call-widget-footer p {
        font-size: 15px;
        color: #017862;
        font-family: 'futura-pt', Verdana, sans-serif;
        margin-bottom: 0;
        padding-bottom: 3px;
    }

        .call-widget .call-widget-footer p a {
            color: #017862;
        }

        .call-widget .call-widget-footer p span {
            font-family: 'futura-pt', Verdana, sans-serif;
            font-size: 16px;
        }

.contact-widget .call-widget {
    margin-top: 24px;
}



.call-widget h2.omcard-header {
    padding-bottom: 42px;
}

.call-widget .call-widget-footer p.omcardtoll-text {
    color: #333;
}

    .call-widget .call-widget-footer p.omcardtoll-text a:hover {
        text-decoration: none;
    }

.omcard-banking {
    margin-top: 45px;
}

.omcard-login {
    background: #ec911c;
    color: #fff !important;
    border-radius: 2px;
    margin-bottom: 10px;
    transition: background-color 0.5s ease;
}

    .omcard-login:hover {
        background: #ea8525;
    }
/* Call Widget */

/* Tabbed Navigation */

.tabbed_structure .nav-tabs {
    border: none;
    background: url(../images/tab-bg.png) repeat-x bottom;
}

    .tabbed_structure .nav-tabs li a {
        border-radius: 0;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 16px;
        color: #242275;
    }

    .tabbed_structure .nav-tabs li.active a, .tabbed_structure .nav-tabs li.active a:hover, .tabbed_structure .nav-tabs li.active a:focus {
        -webkit-box-shadow: 1px -1px 6px #dfdfdf;
        -moz-box-shadow: 1px -1px 6px #dfdfdf;
        box-shadow: 1px -1px 6px #dfdfdf;
        color: #333;
    }

.tabbed_structure .tab-content {
    padding-top: 10px;
    margin-top: -5px;
    position: relative;
    background: #ffffff;
}

    .tabbed_structure .tab-content .tab-pane {
        padding: 0 10px 10px 10px;
    }

    .tabbed_structure .tab-content .tabbed-gradient {
        width: 100%;
        height: 12px;
        background: #ececec; /* Old browsers */
        background: -moz-linear-gradient(top, #ececec 0%, #f9f9f9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ececec 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ececec 0%,#f9f9f9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ececec 0%,#f9f9f9 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ececec 0%,#f9f9f9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
        border-top: 1px solid #fff;
    }

.tabRoot {
    background-color: #fff;
    padding-top: 10px;
}


/*Fund-prices*/
.fund-price {
    padding-bottom: 25px;
}

    .fund-price table {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
        border-right: none;
    }

        .fund-price table tr th {
            font-family: 'futura-pt', Verdana, sans-serif;
            font-size: 14px;
            font-weight: normal;
            padding: 5px 0 8px 0px;
        }

            .fund-price table tr th span {
                background: #eefce5;
                width: 60%;
                padding: 7px 0 7px 10px;
                display: block;
                margin-bottom: 15px;
            }

        .fund-price table tr.header td {
            font-family: 'futura-pt', Verdana, sans-serif;
            background: rgb(255,255,255); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 25%, rgba(238,238,238,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(238,238,238,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(238,238,238,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
            padding: 2px 10px 10px 10px;
            white-space: nowrap;
            border-bottom: 1px dotted #bcbcbc;
        }

        .fund-price table tr td {
            padding: 5px 10px 0px 20px;
            border-right: 1px dotted #bcbcbc;
            border-left: none;
            font-family: 'futura-pt', Verdana, sans-serif;
        }

            .fund-price table tr td.border-none {
                border-right: none;
            }

/* .fund-price-widget{padding-bottom:25px;} */
.fund-price-widget table {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    border-right: none;
    font-family: Arial;
}

    .fund-price-widget table tr th {
        font-size: 14px;
        font-weight: normal;
        padding: 5px 0 8px 0px;
    }

        .fund-price-widget table tr th span {
            background: #eefce5;
            width: 80%;
            padding: 7px 0 7px 10px;
            display: block;
            margin-bottom: 15px;
            font-family: 'futura-pt', Verdana, sans-serif;
        }

    .fund-price-widget table tr.header td {
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 25%, rgba(238,238,238,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(238,238,238,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(238,238,238,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
        padding: 2px 0 15px 0;
        white-space: nowrap;
        border-bottom: 1px dotted #bcbcbc;
    }

    .fund-price-widget table tr.space-provider {
        height: 15px;
    }

    .fund-price-widget table tr td h3 {
        margin-top: 0;
    }

    .fund-price-widget table tr td {
        padding: 0;
        border-right: 1px dotted #bcbcbc;
        border-left: none;
    }

        .fund-price-widget table tr td.border-none {
            border-right: none;
        }
/*Fund-prices*/

/*Contact-Us*/
.cust-accord {
    border-top: #cccccc 1px dotted;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 16px;
    margin-bottom: -5px;
}

    .cust-accord dt {
        padding: 15px 0 15px 15px;
        font-weight: normal;
        text-transform: uppercase;
        border-bottom: #cccccc 1px dotted;
        cursor: pointer;
        color: #333333;
        position: relative;
        background-image: url(../images/accordion-smallarrows-down.png);
        background-repeat: no-repeat;
        background-position: right;
    }

        .cust-accord dt a {
            color: #333333;
            margin-top: -15px;
            margin-bottom: -20px;
            padding-top: 15px;
            padding-bottom: 15px;
            width: 100%;
            display: block;
            text-decoration: none;
        }

        .cust-accord dt:hover {
            background-color: #e5e9ec;
            background-image: url(../images/accordion-smallarrows-hover.png);
            background-repeat: no-repeat;
            background-position: right;
        }

        .cust-accord dt span {
            background: url(../images/accordion-arrows-small.png) no-repeat;
            width: 11px;
            height: 10px;
            display: block;
            position: absolute;
            right: 10px;
            top: 20px;
        }

        .cust-accord dt.active {
            background-color: #e5e9ec;
            background-image: url(../images/accordion-smallarrows-up.png);
            background-repeat: no-repeat;
            background-position: right;
        }

    .cust-accord dd {
        padding: 15px 0px 33px 20px;
        display: none;
        border-bottom: #cccccc 1px dotted;
    }

.email {
    border-bottom: 1px dotted #cccccc;
    color: #242275;
    cursor: pointer;
    font-weight: normal;
    height: 50px;
    padding: 15px 0 0 15px;
    text-transform: uppercase;
}
/*Contact-Us*/

/* Tabbed Navigation */

/* Left Navigation */
.left-nav {
    margin-right: -22px;
    padding-right: 31px;
    background: url(../images/left-nav-border.png) repeat-y right;
    position: relative;
}

    .left-nav .drop-shadow {
        display: none;
    }

    .left-nav ul {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 16px;
        border-top: #cccccc 1px dotted;
    }

        .left-nav ul li {
            padding: 15px 0 10px 15px;
            border-bottom: #cccccc 1px dotted;
            cursor: pointer;
        }

    .left-nav span.nav-arrow {
        background: url(../images/left-nav-arrow.png);
        width: 14px;
        height: 32px;
        position: absolute;
        right: -8px;
        top: -1px;
    }

    .left-nav ul li a {
        color: #333333;
        text-decoration: none;
        background: url(../images/nav-arrow.png) no-repeat right;
        display: block;
        margin-right: 10px;
        outline: none;
        text-transform: uppercase;
        padding-right: 5px;
    }

    .left-nav ul li:hover, .left-nav ul li.active {
        background: #e6e9eb;
        cursor: default;
    }

        .left-nav ul li.active a {
            cursor: default;
        }

    .left-nav .left-nav-gradient {
        width: 100%;
        margin-top: 40px;
        height: 12px;
        background: #ececec; /* Old browsers */
        background: -moz-linear-gradient(top, #ececec 0%, #f9f9f9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ececec 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ececec 0%,#f9f9f9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ececec 0%,#f9f9f9 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ececec 0%,#f9f9f9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
        border-top: 1px solid #fff;
    }

#leftnav-drop-box {
    display: none;
}
/* Left Navigation */

/* Contact Widget */
.contact-widget {
    background: #fff;
    position: relative;
    border-radius: 2px;
    padding: 70px;
}

    .contact-widget h1 {
        padding: 0;
        margin: 0 0 19px 0;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-weight: 100;
    }

    .contact-widget p.prominent-text {
        font-size: 20px;
        font-family: 'futura-pt', Verdana, sans-serif;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .contact-widget h1 span.lock-icon {
        background-position: -38px -24px;
        width: 22px;
        height: 26px;
        display: block;
        margin-top: 5px;
    }

    .contact-widget form {
        margin: 0;
    }

    .contact-widget .form-group {
        margin-bottom: 15px;
        font-family: 'futura-pt', Verdana, sans-serif;
    }

        .contact-widget .form-group label {
            font-weight: normal;
            font-size: 18px;
            margin-bottom: 4px;
        }

        .contact-widget .form-group .form-control {
            border: none;
            border-radius: 0;
            height: 50px;
            border: #e2e2e2 1px solid;
            font-size: 18px;
            background-color: #eaeced;
            box-shadow: none;
        }

        .contact-widget .form-group textarea.form-control {
            height: 140px;
        }

        .contact-widget .form-group .checkbox-align label {
            width: 100%;
        }

        .contact-widget .form-group .custom-checkbox {
            width: auto;
            height: auto;
            display: inline-block;
            margin-left: 15px;
            margin-top: -5px;
            margin-right: 10px;
        }

        .contact-widget .form-group .custom-que {
            width: auto;
            height: auto;
            display: inline-block;
            margin-left: 0;
            margin-top: -5px;
            margin-right: 10px;
        }

    .contact-widget .button-align {
        margin: 20px 0 0 0;
    }

    .contact-widget .call-me-button {
        padding-top: 14px;
        padding-bottom: 11px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 20px;
        border-radius: 2px;
        outline: none;
    }

        .contact-widget .call-me-button:hover {
            background: #242275;
            color: #ffffff;
        }

.contact-me-button {
    font-size: 20px;
    margin: 0;
}

    .contact-me-button:hover {
        background: #242275;
        color: #ffffff;
    }
/* Contact Widget */

/* Dividend Widget */
.dividend-widget {
    background: #fff;
    border-radius: 2px;
    border: #e2e2e2 1px solid;
    padding: 16px 0 0 20px;
    margin-top: 28px;
}

    .dividend-widget h2 {
        margin-bottom: 20px;
        margin-top: 19px;
    }

    .dividend-widget .form-group {
        margin-bottom: 40px;
        font-family: 'futura-pt', Verdana, sans-serif;
    }

        .dividend-widget .form-group label {
            font-weight: normal;
            font-size: 16px;
            margin-bottom: 4px;
            width: 100%;
        }

        .dividend-widget .form-group .form-control {
            border-radius: 0;
            height: 50px;
            border: #e2e2e2 1px solid;
            font-size: 18px;
            background-color: #eaeced;
            box-shadow: none;
            width: 380px;
            float: left;
            margin-right: 10px;
        }

    .dividend-widget .button-align {
    }

    .dividend-widget .call-me-button {
        padding-top: 14px;
        padding-bottom: 11px;
        font-size: 20px;
        border-radius: 2px;
        width: 125px;
    }

.dividend {
    padding-bottom: 10px;
    margin-bottom: 23px;
    background: url(../images/header-dropshadow.png) repeat-x bottom;
}

.dividend-summary {
    border: #e2e2e2 1px solid;
    padding-bottom: 15px;
}

    .dividend-summary table {
        width: 100%;
        border-right: none;
    }

        .dividend-summary table tr.header th {
            font-family: 'futura-pt', Verdana, sans-serif;
            background: url(../images/table-gradient-bg.gif) repeat-x #eff0f2;
            padding: 6px 10px 6px 40px;
            white-space: nowrap;
            border-bottom: 1px dotted #bcbcbc;
        }

            .dividend-summary table tr.header th h3 {
                margin-top: 10px;
                margin-bottom: 10px;
            }

        .dividend-summary table tr td {
            padding: 15px 10px 15px 40px;
            border-left: none;
            border-bottom: 1px dotted #bcbcbc;
            font-size: 16px;
        }

            .dividend-summary table tr td.border-none {
                border-right: none;
                padding-right: 40px;
            }
/* Dividend Widget */

/*Fund Summary*/
.funds {
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.funds-summary {
    border: #e2e2e2 1px solid;
    margin-top: 31px;
    border-bottom: none;
}

.margin-top-none {
    margin-top: 0;
}

.funds-summary table {
    width: 100%;
    border-right: none;
}

    .funds-summary table tr.header th {
        font-family: 'futura-pt', Verdana, sans-serif;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 36%, #e6e7e9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(100%,#e6e7e9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 36%,#e6e7e9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 36%,#e6e7e9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 36%,#e6e7e9 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 36%,#e6e7e9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e9',GradientType=0 ); /* IE6-9 */
        padding: 0 0 5px 20px;
        border-bottom: 1px dotted #bcbcbc;
    }

    .funds-summary table tr.new-gradient h4 {
        white-space: normal;
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .funds-summary table tr.new-gradient th {
        background: #dddee0; /* Old browsers */
        background: -moz-linear-gradient(top, #dddee0 0%, #f2f4f3 19%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddee0), color-stop(19%,#f2f4f3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dddee0 0%,#f2f4f3 19%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dddee0 0%,#f2f4f3 19%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dddee0 0%,#f2f4f3 19%); /* IE10+ */
        background: linear-gradient(to bottom, #dddee0 0%,#f2f4f3 19%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddee0', endColorstr='#f2f4f3',GradientType=0 ); /* IE6-9 */
        padding: 5px 0 5px 20px;
        border-bottom: 1px dotted #bcbcbc;
    }

    .funds-summary table tr.header h3 {
        white-space: normal;
        margin-bottom: 19px;
        margin-right: 20px;
        margin-top: 27px;
        font-family: 'futura-pt', Verdana, sans-serif;
    }

    .funds-summary table tr.sub-header h4 {
        white-space: normal;
        margin-bottom: 11px;
        margin-right: 20px;
        margin-top: 12px;
    }

    .funds-summary table tr.header-text h4 {
        white-space: normal;
        margin-bottom: 11px;
        margin-right: 20px;
        margin-top: 12px;
    }

    .funds-summary table tr td {
        padding: 15px 10px 15px 20px;
        border-left: none;
        border-bottom: 1px dotted #bcbcbc;
        font-size: 14px;
        border-right: 1px dotted #bcbcbc;
        font-weight: normal;
    }

    .funds-summary table tr.sub-header th {
        background: #eef0f1;
        padding: 5px 0 5px 20px;
        border-bottom: 1px dotted #bcbcbc;
    }

        .funds-summary table tr.sub-header th.padding-equi {
            text-align: center;
        }

        .funds-summary table tr.sub-header th.border-right {
            border-right: 1px dotted #cccccc;
        }

    .funds-summary table tr.sub-header td {
        background: #eff0f2;
    }

    .funds-summary table tr td.padding-equi {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .funds-summary table tr.header-text td {
        background: #ffffff;
        padding: 5px 0 5px 20px;
        border-bottom: 1px dotted #bcbcbc;
    }

    .funds-summary table tr td.border-none {
        border-right: none;
    }

    .funds-summary table tr.prompt-text td {
        background: #f9f9f9;
        text-transform: uppercase;
    }

    .funds-summary table tr td.border-none-right {
        border-right: none;
        padding-right: 40px;
        font-size: 14px;
    }

    .funds-summary table tr td.padding-none {
        padding: 0;
    }

.funds-summary .custom-accordion {
    overflow: hidden;
    border-bottom: none;
}

    .funds-summary .custom-accordion .funds {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .funds-summary .custom-accordion .funds-summary {
        margin-top: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .funds-summary .custom-accordion a.accordion-title {
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 18px;
        text-decoration: none;
        color: #333;
        outline: none;
        background-image: url(../images/accordion-arrows-down.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .funds-summary .custom-accordion .accordion-title {
        padding: 15px 40px 15px 20px;
        border-top: 1px dotted #cccccc;
        cursor: pointer;
        outline: none;
    }

        .funds-summary .custom-accordion .accordion-title:hover {
            background: #F7F8F8;
            text-decoration: none;
            outline: none;
            background-image: url(../images/accordion-arrows-hover.png);
            background-repeat: no-repeat;
            background-position: right;
        }

        .funds-summary .custom-accordion .accordion-title.active {
            background-image: url(../images/accordion-arrows-up.png);
            background-repeat: no-repeat;
            background-position: right;
        }

            .funds-summary .custom-accordion .accordion-title.active:hover {
                background-image: url(../images/arrow-active-hover.png);
                background-repeat: no-repeat;
                background-position: right;
            }

.funds-summary .accordion-section .accordion-title-cover {
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #f7f7f7 15%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(15%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.funds-summary .custom-accordion .accordion-content {
    padding: 0;
    display: none;
}

.funds-summary table tr.border-bottom th {
    border-bottom: none;
}

.funds-summary table tr td.bottom-border {
    border-bottom: none;
}

.tax-ctrl .consultant-form {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    border: none;
    padding-bottom: 0px;
}

.full-fund {
    margin-bottom: 23px;
    margin-top: -42px;
    background: url(../images/header-dropshadow.png) repeat-x bottom;
}

    .full-fund .funds .funds-summary table tr td.content-align {
        padding-left: 0;
        padding-right: 0;
    }

.full-fund-widget {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin-top: 28px;
    padding: 18px 0 10px 20px;
    background: url(../images/header-dropshadow.png) repeat-x scroll center bottom -4px #fff;
    position: relative;
    border-bottom: none;
    z-index: 1;
}

    .full-fund-widget .form-group {
        font-family: 'futura-pt', Verdana, sans-serif;
        margin-bottom: 40px;
    }

        .full-fund-widget .form-group .global-dropdown {
            border: 1px solid #dcdddf;
            border-radius: 2px;
            cursor: pointer;
            display: inline-block;
            float: left;
            width: 100%;
            margin: 0;
        }

    .full-fund-widget .radiolist .col2 label {
        font-family: 'futura-pt', Verdana, sans-serif;
    }

.text-center {
    text-align: center;
}

.change-date-widget {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin-top: -10px;
    padding: 40px 0 20px 20px;
    background: url(../images/header-dropshadow.png) repeat-x bottom #fff;
    position: relative;
    border-bottom: none;
    z-index: 0;
}

    .change-date-widget .form-group .form-control {
        border-radius: 0;
        height: 50px;
        border: #e2e2e2 1px solid;
        font-size: 18px;
        background-color: #eaeced;
        box-shadow: none;
        width: 291px;
        float: left;
        margin-right: 10px;
    }

    .change-date-widget .call-me-button {
        padding-top: 14px;
        padding-bottom: 11px;
        font-size: 20px;
        border-radius: 2px;
        width: 291px;
    }

.past-performance-gradient {
    background: url(../images/header-dropshadow.png) repeat-x bottom #fff;
    position: relative;
    z-index: 0;
}

.past-performance-widget {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin-top: -10px;
    padding: 17px 20px 45px 20px;
    border-bottom: none;
}

    .past-performance-widget h3 {
        margin-bottom: 39px;
        font-family: 'futura-pt', Verdana, sans-serif;
    }

.past-input-control h3 {
    margin-bottom: 19px;
}

.past-input-control .col-sm-offset-8 .call-me-button {
    margin-top: 10px;
}

.past-input-control .row .col-sm-4 {
    padding-left: 5px;
}

.past-input-control .row .col-sm-6 {
    padding-left: 5px;
}

.past-input-control .tool-align {
    padding-left: 15px !important;
}

.past-performance-widget .form-group .form-control {
    border-radius: 0;
    height: 50px;
    border: #e2e2e2 1px solid;
    font-size: 18px;
    background-color: #eaeced;
    box-shadow: none;
    width: 100%;
}

.past-performance-widget .form-group label {
    font-family: 'futura-pt', Verdana, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.past-performance-widget .form-group .global-dropdown {
    border: 1px solid #dcdddf;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
}

.past-performance-widget .call-me-button {
    padding-top: 14px;
    padding-bottom: 11px;
    font-size: 20px;
    border-radius: 2px;
    width: 100%;
}

.past-performance-result {
    margin-top: -35px;
}

.past-performance-result-shadow {
    box-shadow: 0 5px 5px #e2e2e2;
}

; .past-input-control .form-group input[type="text"] {
    height: 36px;
}

.past-performance-widget .row .form-group .date-range {
    width: 45%;
    float: left;
}

.past-performance-widget .row .form-group .from-to {
    float: left;
    width: 10%;
    text-align: center;
    font-size: 16px;
    padding-top: 9px;
}

.past-performance-gradient .currency-footer h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-weight: 500;
}

.past-performance-gradient .currency-footer label {
    font-weight: normal !important;
}

table.datepicker {
    background: #fff;
    border: 2px solid #CCCCCC;
}

    table.datepicker tr.controls th {
        background: #eeeeee;
    }

    table.datepicker tr.days th {
        background: #eeeeee;
    }

    table.datepicker th {
        padding: 5px;
    }

    table.datepicker td {
        padding: 5px;
    }

    table.datepicker tbody td {
        border-right: 1px solid #CCCCCC;
    }

    table.datepicker tfoot td {
        background: #eeeeee;
        font-size: 12px;
    }

.funds-summary table.alignment tr.sub-header h4 {
    margin-right: 10px;
}

#superfunds_wrapper .funds-summary .border-bottom-solid tr.sub-header th {
    background: #ffffff none repeat scroll 0 0;
}

#unclaimed_wrapper {
    margin-bottom: 30px;
}

    #unclaimed_wrapper .consultant-form {
        padding-right: 5px;
        padding-bottom: 15px;
    }

    #unclaimed_wrapper .unclaimform {
        padding-top: 20px;
    }

.unclaimform .unclaimed_submit {
    padding-top: 10px;
}

.fund-graph {
    border-color: #e2e2e2 #e2e2e2;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    padding-bottom: 40px;
    padding-left: 15px;
    text-align: center;
}

    .fund-graph img {
        max-width: 100%;
    }
/*Fund Summary*/

/*Retirement Calculator*/
.retirement-widget {
    border-radius: 2px;
    border: #e2e2e2 1px solid;
    padding: 42px 39px 35px 20px;
    margin-top: 23px;
}

    .retirement-widget .gender {
        margin-bottom: 15px;
        font-family: 'futura-pt', Verdana, sans-serif;
        margin-top: 40px;
        font-size: 16px;
    }

        .retirement-widget .gender label {
            font-weight: normal;
            padding-right: 10px;
            margin: 15px 0 15px -20px;
        }

    .retirement-widget .row {
        margin: 0 0 10px 0;
    }

        .retirement-widget .row .left-section {
            width: 337px;
            float: left;
            padding-right: 20px;
            font-weight: normal;
            font-family: 'futura-pt', Verdana, sans-serif;
            font-size: 16px;
            text-align: right;
            padding-top: 15px;
        }

        .retirement-widget .row .padding-two-rows {
            padding-top: 4px !important;
        }

        .retirement-widget .row .right-section {
            width: 242px;
            float: right;
            text-align: center;
            position: relative;
        }

            .retirement-widget .row .right-section a {
                font-family: 'futura-pt', Verdana, sans-serif;
                font-size: 16px;
                padding: 5px 25px 5px 0;
                background: url(../images/calender-arrow.png) no-repeat right;
            }

            .retirement-widget .row .right-section span.percent-symbol {
                position: absolute;
                right: 0;
                top: 0;
                margin: 15px -20px 0 0;
            }

        .retirement-widget .row .pull-txtalign {
            text-align: left;
        }

            .retirement-widget .row .pull-txtalign .select-drop {
                width: 30%;
                float: left;
            }

            .retirement-widget .row .pull-txtalign a {
                padding: 14px 0 10px 12px !important;
                background: none repeat scroll 0 0 #e7eaeb !important;
            }

    .retirement-widget .form-control {
        font-family: 'futura-pt', Verdana, sans-serif;
        color: #333;
        border-radius: 0;
        height: 50px;
        border: #e2e2e2 1px solid;
        font-size: 16px;
        background: #eaeced;
        box-shadow: none;
        padding-top: 6px;
    }

.lt-ie9 .retirement-widget .form-control {
    font-family: 'futura-pt', Verdana, sans-serif;
    color: #333;
    border-radius: 0;
    height: 50px;
    border: #e2e2e2 1px solid;
    font-size: 16px;
    background: #eaeced;
    box-shadow: none;
    padding-top: 12px;
}

.retirement-widget .form-control.year {
    width: 121px;
    padding-left: 22px;
}

.lt-ie9 .retirement-widget .form-control.year {
    width: 121px;
    padding-left: 22px;
    padding-top: 10px;
}

.retirement-widget .form-control.padding-control {
    padding-left: 60px;
    padding-right: 40px;
}

.retirement-widget input[type="checkbox"] {
    width: auto;
    outline: none;
}

.lt-ie9 .retirement-widget input[type="checkbox"] {
    width: auto;
    height: auto;
    outline: none;
    padding: 0;
    margin-top: 14px;
}

.retirement-widget input[type="number"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.retirement-widget .right-section span.radio-check {
    font-size: 16px;
    font-family: 'futura-pt', Verdana, sans-serif;
    display: block;
    margin: 15px 0 0 15px;
    float: left;
}

.retirement-widget .right-section span.radio-align {
    font-size: 16px;
    font-family: 'futura-pt', Verdana, sans-serif;
    display: block;
    margin: 15px 0 0 0;
    float: left;
}

.retirement-widget .right-section span.currency {
    position: absolute;
    left: 22px;
    top: 14px;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 16px;
}

.retirement-widget .right-section span.percentage {
    position: absolute;
    right: 22px;
    z-index: 9;
    top: 14px;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 16px;
}

.retirement-widget .call-me-button {
    padding-top: 14px;
    padding-bottom: 11px;
    font-size: 20px;
    border-radius: 2px;
    width: 100%;
}

.clear-theme-button, .clear-theme-button:hover, .clear-theme-button:focus {
    background: #A8A8A8;
    border: none;
    color: #ffffff;
}

.retirement-widget textarea.form-control {
    background: #eaeced;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 16px;
    height: 120px;
    padding-top: 6px;
}

.funds-summary .retirement-widget {
    border: none;
    margin: 0;
    padding: 0 10px 0 0;
}
/*Retirement Calculator*/


/*Consultant Form*/
.consultant-form {
    border-radius: 2px;
    border: #e2e2e2 1px solid;
    padding: 20px 10px 20px 20px;
    margin-top: 23px;
}

    .consultant-form .gender {
        margin-bottom: 15px;
        font-family: 'futura-pt', Verdana, sans-serif;
        margin-top: 40px;
        font-size: 16px;
    }

        .consultant-form .gender label {
            font-weight: normal;
            padding-right: 10px;
            margin: 15px 0 15px -20px;
        }

    .consultant-form .row {
        margin: 0 0 10px 0;
    }

        .consultant-form .row .col-sm-6 {
            font-weight: normal;
            font-family: 'futura-pt', Verdana, sans-serif;
            font-size: 16px;
            padding-left: 0;
        }

            .consultant-form .row .col-sm-6 span.required-field {
                color: #ff0000;
                position: absolute;
                top: 0;
                right: 0;
            }

    .consultant-form .global-dropdown {
        width: 100%;
        margin-left: 0;
    }

    .consultant-form .form-control {
        font-family: 'futura-pt', Verdana, sans-serif;
        color: #333;
        border-radius: 0;
        height: 50px;
        border: #e2e2e2 1px solid;
        font-size: 16px;
        background: #eaeced;
        box-shadow: none;
        padding-top: 6px;
    }

.lt-ie9 .consultant-form .form-control {
    font-family: 'futura-pt', Verdana, sans-serif;
    color: #333;
    border-radius: 0;
    height: 50px;
    border: #e2e2e2 1px solid;
    font-size: 16px;
    background: #eaeced;
    box-shadow: none;
    padding-top: 12px;
}

.consultant-form textarea.form-control {
    font-family: 'futura-pt', Verdana, sans-serif;
    color: #333;
    border-radius: 0;
    height: 120px;
    border: #e2e2e2 1px solid;
    font-size: 16px;
    background: #eaeced;
    box-shadow: none;
    padding-top: 6px;
}

.consultant-form input[type="number"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.consultant-form .right-section span.radio-check {
    font-size: 16px;
    font-family: 'futura-pt', Verdana, sans-serif;
    display: block;
    margin: 15px 0 0 15px;
    float: left;
}

.consultant-form .right-section span.radio-align {
    font-size: 16px;
    font-family: 'futura-pt', Verdana, sans-serif;
    display: block;
    margin: 15px 0 0 0;
    float: left;
}

.consultant-form .call-me-button {
    padding-top: 14px;
    padding-bottom: 11px;
    font-size: 20px;
    border-radius: 2px;
    width: 100%;
}

.clear-theme-button, .clear-theme-button:hover, .clear-theme-button:focus {
    background: #A8A8A8;
    border: none;
    color: #ffffff;
}

/*Consultant Form*/



/*Accordion*/
.custom-accordion {
    overflow: hidden;
    border-bottom: 1px dotted #cccccc;
}

    .custom-accordion .accordion-title, .custom-accordion a.accordion-title {
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 18px;
        text-decoration: none;
        color: #333;
        outline: none;
        background-image: url(../images/accordion-arrows-down.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .custom-accordion .accordion-title {
        display: block;
        padding: 24px 30px 23px 20px;
        border-top: 1px dotted #cccccc;
        cursor: pointer;
        outline: none;
    }

    .custom-accordion .accordion-title-default {
        display: block;
        padding: 24px 30px 23px 20px;
        outline: none;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 20px;
        color: #333;
        border-bottom: 1px dotted #cccccc;
    }

    .custom-accordion .accordion-title:hover {
        background: #F7F8F8;
        text-decoration: none;
        outline: none;
        background-image: url(../images/accordion-arrows-hover.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .custom-accordion .accordion-title.active {
        background-image: url(../images/accordion-arrows-up.png);
        background-repeat: no-repeat;
        background-position: right;
    }

        .custom-accordion .accordion-title.active:hover {
            background-image: url(../images/arrow-active-hover.png);
            background-repeat: no-repeat;
            background-position: right;
        }

.custom-accordion-corp .accordion-title, .custom-accordion-corp a.accordion-title {
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    outline: none;
    background-image: url(../images/accordion-arrows-down.png);
    background-repeat: no-repeat;
    background-position: right top 30px;
}

    .custom-accordion-corp .accordion-title:hover {
        background: #F7F8F8;
        text-decoration: none;
        outline: none;
        background-image: url(../images/accordion-arrows-hover.png);
        background-repeat: no-repeat;
        background-position: right top 30px;
    }

    .custom-accordion-corp .accordion-title.active {
        background-image: url(../images/accordion-arrows-up.png);
        background-repeat: no-repeat;
        background-position: right top 30px;
    }

        .custom-accordion-corp .accordion-title.active:hover {
            background-image: url(../images/arrow-active-hover.png);
            background-repeat: no-repeat;
            background-position: right top 30px;
        }

.cover-active {
    border-bottom: none;
    outline: none;
}

.accordion-section .accordion-title-cover {
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #f7f7f7 15%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(15%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.custom-accordion .accordion-content {
    padding: 0 20px 20px 20px;
    display: none;
}

.custom-accordion .accordion-content-default {
    padding: 0 20px 20px 20px;
}
/*Accordion*/

/*Dropdown*/
.custom-select {
    float: left;
    width: 100%;
    display: inline-block;
    border: 1px solid #dcdddf;
    background: url("../images/dropdown.png") no-repeat right #e8e9eb;
    cursor: pointer;
    border-radius: 2px;
}

    .custom-select:hover, .custom-select:focus {
        background: url("../images/dropdown-hover.png") no-repeat right center;
        background-color: #e7eaeb;
    }

    .custom-select div {
        border: 0px solid #e7eaeb;
        height: 32px;
        overflow: hidden;
        padding: 5px 0px 0px 10px;
        cursor: pointer;
        font-size: 16px;
    }

.custom-select-box {
    margin-top: 2px;
    height: 32px;
    position: absolute;
    width: 95%;
    font-size: 16px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    background: #e8e9eb;
    cursor: pointer;
    drop-shadow: none;
    border: 1px solid #e8e9eb;
}

    .custom-select-box option {
        padding: 5px 10px;
        background: #e8e9eb;
        border: 1px solid #e8e9eb;
    }

        .custom-select-box option:hover {
            padding: 5px 10px;
            background: #ffffff !important;
        }
/*Dropdown*/

/*Rate Us*/
.rate-us-wrapper {
    margin: 13px 0 56px 0 !important;
}

.noUi-base {
    background: #e6eaeb !important;
    height: 50px !important;
    border: none;
}

.rate-us {
    margin-bottom: 20px;
    width: 80% !important;
    float: left !important;
}

.rate-us-value {
    margin-top: 10px;
    float: left;
}

.noUi-horizontal .noUi-handle {
    width: 40px !important;
    height: 54px !important;
    background: url(../images/slider-btn.png) no-repeat !important;
    border: none !important;
    box-shadow: none;
}

.noUi-handle:after, .noUi-handle:before {
    background: none !important;
}

.noUi-target {
    border: none !important;
}

.noUi-horizontal .noUi-handle {
    top: -2px !important;
    left: -20px !important;
}

#rateusvalue {
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 1px !important;
    float: right;
    color: #fff;
    padding: 12px 0 0 0;
    text-align: center;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 20px;
}
/*Rate Us*/

/* Customized drop down */
.global-dropdown {
    margin-right: 0;
    padding-right: 0;
    background: none;
    position: relative;
    margin-bottom: 27px;
    margin-left: 5px;
    margin-right: 5px;
    width: 306px;
}

    .global-dropdown .drop-shadow {
        position: relative;
        left: 0;
        bottom: 0;
        width: auto;
        margin-left: -20px;
        margin-top: 40px;
        margin-right: -20px;
        display: block;
    }

#global-drop-box {
    display: block;
    text-transform: uppercase;
    border-radius: 3px;
}

.global-drop-box {
    text-transform: uppercase;
}

.global-dropdown span.nav-arrow {
    background: none;
    width: 1px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
}

.global-drop-box {
    background: url("../images/nav-dropdown-arrow.png") no-repeat scroll right center #e7eaeb;
    cursor: pointer;
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #333333;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 13px;
    height: 50px;
    overflow: hidden;
    padding: 17px 0 7px 10px;
    z-index: -1;
}

.global-dropdown ul {
    list-style: none;
    display: none;
    width: 100%;
    padding: 0;
    margin: -1px 0 0 0;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 13px;
    border: #CCC 1px solid;
    position: absolute;
    background: #fff;
    z-index: 9;
}

    .global-dropdown ul li {
        padding: 7px 0 0 15px;
        border-bottom: none;
        cursor: pointer;
        height: 30px;
        display: block;
    }

        .global-dropdown ul li a {
            color: #333333;
            text-decoration: none;
            background: none;
            display: block;
            margin-right: 10px;
            outline: none;
            text-transform: uppercase;
            width: 100%;
            text-transform: uppercase;
        }

        .global-dropdown ul li:hover, .global-dropdown ul li.active {
            background: #e6e9eb;
        }
/* Customized drop down */

/* filter styling */
.filter-align {
    margin-bottom: 30px;
    background: url(../images/header-dropshadow.png) repeat-x bottom;
    padding-bottom: 40px;
}

    .filter-align .filter-heading {
        float: left;
        width: auto;
        padding-top: 7px;
    }

    .filter-align .col-sm-4 {
        padding-right: 0;
    }
/* filter styling */

.tabStripContainer {
    padding-left: 0;
    padding-right: 0;
}


/* tab Strip e Style */
.tabDesignContainer {
    background: url(../images/header-dropshadow.png) repeat-x bottom;
    padding-bottom: 30px;
    margin-bottom: 8px;
}

.RadTabStrip_Metro .rtsLevel1 {
    box-shadow: none;
    background: none !important;
    margin-top: -4px;
}

.RadTabStripTop_Metro .rtsLevel1 .rtsUL {
    border: none;
    background: url(../images/tab-bg.png) repeat-x bottom;
    padding: 0;
    float: none;
    display: block;
}

.RadTabStrip_Metro .rtsLevel1 .rtsLink {
    box-shadow: 1px -1px 6px #dfdfdf;
    color: #333;
    border-radius: 0;
}

div.RadTabStrip .rtsLevel .rtsLI {
    padding: 3px 3px 0 0;
}

    div.RadTabStrip .rtsLevel .rtsLI a {
        padding: 16px 14px 10px 17px;
        border: none;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 16px;
        box-shadow: none;
        color: #242275;
        text-transform: uppercase;
    }

        div.RadTabStrip .rtsLevel .rtsLI a.rtsSelected {
            background: url(../images/tabbed-bg.png) repeat-y left #fff;
            border: 1px solid #DFDFDF;
            border-bottom: none;
            border-left: none;
            border-radius: 1px;
            box-shadow: 1px -1px 6px #dfdfdf;
            -webkit-box-shadow: 1px -1px 6px #dfdfdf;
            -moz-box-shadow: 1px -1px 6px #dfdfdf;
            color: #333;
            margin-left: -2px;
            height: 53px;
            padding-top: 16px;
        }

            div.RadTabStrip .rtsLevel .rtsLI a.rtsSelected:hover {
                -webkit-box-shadow: 1px -1px 6px #dfdfdf;
                -moz-box-shadow: 1px -1px 6px #dfdfdf;
                box-shadow: 1px -1px 6px #dfdfdf;
                color: #333;
            }

.sf_1col_1_100 {
    float: none;
    margin: 5px;
}

.RadTabStrip_Metro .rtsLink {
    text-transform: none;
}

.gcsc-branding-text, .gcsc-branding-img-noclear {
    display: none !important;
}

input.gsc-input {
    font-size: 15px !important;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-weight: normal;
    background: none !important;
}

.gsc-input-box {
    height: auto !important;
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: #02907a !important;
    text-decoration: none !important;
    clear: both;
    font-family: 'futura-pt', Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    word-wrap: break-word;
}


.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
    color: #888888 !important;
}


table.gsc-search-box:before {
    background: url("../images/box-bg-top.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0) !important;
    content: "" !important;
    height: 18px !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
}

.gsc-result-info {
    text-align: left;
    color: #999;
    font-size: 12px;
    padding-left: 8px;
    margin: 10px 0 10px 0;
}

.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
    color: #0052FF;
    text-decoration: none;
}

.gs-result .gs-snippet {
    font: 16px Arial, sans-serif !important;
    line-height: normal;
    color: #555555;
    -webkit-text-size-adjust: none;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    cursor: pointer;
    color: #07AD00;
    text-decoration: none;
    margin-right: 5px;
    display: inline;
    border: 1px solid #DDD;
    padding: 2px 5px 2px 5px;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0px !important;
}

.gsc-webResult.gsc-result {
    border-bottom: 1px dotted #cccccc !important;
    margin-bottom: 0;
    padding: 0.25em;
}

.gsc-webResult .gsc-result {
    padding: 25px 0px !important;
}

.gs-webResult div.gs-visibleUrl-long, .gs-promotion div.gs-visibleUrl-long {
    display: none !important;
}

.gsst_b {
    display: none !important;
}

.cse input.gsc-search-button, input.gsc-search-button {
    background: scroll center center #242275 !important;
    height: 28px !important;
    width: auto !important;
    margin-top: 4px !important;
    border: none !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
    border: none !important;
}

/*chosen selects*/
/*.chosen-container {
  	width: 100%!important;
}*/
.chosen-container-single .chosen-single {
    padding: 8px 0 5px 12px;
}

    .chosen-container-single .chosen-single div {
        width: 36px;
    }

        .chosen-container-single .chosen-single div b {
            top: 17px;
            left: 13px;
        }

.chosen-container:hover .chosen-single div {
    background-color: #242275;
}

    .chosen-container:hover .chosen-single div b { /*arrow*/
        border-top: 5px solid #fff;
    }


/* 
tab Strip Style ends
            */

/* logo dropdown menu */
.logo-dropdown-menucover {
    background: url(../images/header-dropshadow.png) repeat-x bottom;
    padding: 0 0 10px 0;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 99999;
    display: none;
    overflow: hidden;
}

.logo-dropdown-menu {
    background: #ffffff;
    padding: 40px 0 50px 0;
}

    .logo-dropdown-menu .container .col-lg-3 ul {
        list-style: none;
        margin-right: -15px;
        padding: 0 15px 0 0;
    }

        .logo-dropdown-menu .container .col-lg-3 ul li a {
            font-family: 'futura-pt', Verdana, sans-serif;
            font-size: 14px;
            display: block;
            padding: 5px 0;
        }
/* logo dropdown menu */

/* Top Nav dropdown menu */
.topnav-menu-cover {
    background: url(../images/header-dropshadow.png) repeat-x bottom;
    padding: 0 0 10px 0;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 99999;
    display: none;
    overflow: hidden;
    margin-top: -28px;
}

.topnav-menu {
    background: #ffffff;
    padding: 40px 0 59px 0;
}

    .topnav-menu .container .border-right {
        border-right: 1px dotted #CCCCCC;
    }

    .topnav-menu .container .col-sm-6 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .topnav-menu .container .col-sm-6 #personal-links {
        margin-left: -20px;
    }

    .topnav-menu .container .col-sm-6 ul.main-category-align {
        float: left;
        width: 50%;
        margin-right: 0;
    }

    .topnav-menu .container .col-sm-6 .main-category-align .main-category {
        padding-right: 20px;
        padding-left: 25px;
        padding-top: 10px;
    }

        .topnav-menu .container .col-sm-6 .main-category-align .main-category > a {
            font-family: 'futura-pt', Verdana, sans-serif;
            font-size: 14px;
            display: block;
            font-wight: bold;
        }

        .topnav-menu .container .col-sm-6 .main-category-align .main-category ul {
            margin-bottom: 5px;
        }

            .topnav-menu .container .col-sm-6 .main-category-align .main-category ul li a {
                font-family: 'futura-pt', Verdana, sans-serif;
                font-size: 14px;
                display: block;
                padding: 2px 0;
            }

    .topnav-menu .container .col-md-3 {
        margin-left: 10px;
    }

    .topnav-menu .container .col-sm-12 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .topnav-menu .container .col-sm-12#za-personal-links, .topnav-menu .container .col-sm-9 #za-corporate-links {
        margin-left: -20px;
    }

    .topnav-menu .container .col-sm-12 ul.main-category-align {
        float: left;
        width: 25%;
        margin-right: 0;
    }

    .topnav-menu .container .col-sm-12 .main-category-align .main-category {
        padding-right: 20px;
        padding-left: 25px;
        padding-top: 10px;
    }

        .topnav-menu .container .col-sm-12 .main-category-align .main-category > a {
            font-family: 'futura-pt', Verdana, sans-serif;
            font-size: 15px; /* Font size changed from 14 to 15 2016-09-13 - Kenneth */
            display: block;
            font-weight: bold;
            text-transform: none;
            padding-bottom: 0;
        }

            .topnav-menu .container .col-sm-12 .main-category-align .main-category > a:hover {
                border-bottom: none;
            }

        .topnav-menu .container .col-sm-12 .main-category-align .main-category ul {
            margin-bottom: 5px;
        }

            .topnav-menu .container .col-sm-12 .main-category-align .main-category ul li a {
                font-family: 'futura-pt', Verdana, sans-serif;
                font-size: 15px; /* Font size changed from 14 to 15 2016-09-13 - Kenneth */
                display: block;
                padding: 2px 0;
                text-transform: none;
            }

                .topnav-menu .container .col-sm-12 .main-category-align .main-category ul li a:hover {
                    border-bottom: none;
                }

.navbar-collapse ul.sub-navigation {
    list-style: none;
    margin: 0 -10px 10px -7px;
    padding: 10px 0 0 20px;
    border-top: 2px solid #CCC;
    display: none;
    height: 250px;
    overflow-x: scroll;
    background: url(../images/header-dropshadow.png) repeat-x top;
}

    .navbar-collapse ul.sub-navigation li {
        border-bottom: none;
    }

        .navbar-collapse ul.sub-navigation li.main-category {
            margin-top: 5px;
        }

            .navbar-collapse ul.sub-navigation li.main-category ul {
                list-style: none;
                margin: 0;
                padding: 3px 0 0 20px;
            }

                .navbar-collapse ul.sub-navigation li.main-category ul li {
                    border-bottom: none;
                    padding: 0;
                }

                    .navbar-collapse ul.sub-navigation li.main-category ul li a {
                        font-family: Arial;
                        font-size: 13px;
                        display: block;
                        padding: 5px 0;
                    }

.nav-section .topnav-menu-cover {
    background: url(../images/header-dropshadow.png) repeat-x bottom;
    padding: 0 0 10px 0;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 99999;
    display: none;
    overflow: hidden;
    margin-top: -28px;
}

/* Top Nav dropdown menu */

/* UT Price values */
.price-cover {
    margin-top: -20px;
}

    .price-cover .price-block {
        border-bottom: 1px dotted #CCCCCC;
        padding: 15px 0;
    }

        .price-cover .price-block p {
            padding: 0;
            margin: 0;
            font-size: 14px;
        }

            .price-cover .price-block p span {
                font-weight: bold;
            }

    .price-cover p.price-notes {
        font-size: 12px;
        font-style: italic;
        margin-top: 15px;
        margin-bottom: 0;
        padding: 0;
    }
/* UT Price values */

.media-services-offered {
    clear: both;
    border-bottom: 1px dotted #CCCCCC;
    padding-top: 20px;
}

    .media-services-offered .services-offered-section {
        border-top: 1px dotted #cccccc;
        color: #333;
        display: block;
        font-size: 18px;
        outline: medium none;
        overflow: hidden;
        padding: 16px 30px 30px;
        text-decoration: none;
        display: none;
    }

    .media-services-offered .short-desc p.prominent-text {
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px !important;
    }

/* Services Offered */
.services-offered-accordion {
    overflow: hidden;
    border-bottom: 1px dotted #CCCCCC;
}

    .services-offered-accordion .services-offered-title {
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 18px;
        text-decoration: none;
        color: #333;
        outline: none;
        background-image: url(../images/accordion-arrows-down.png);
        background-repeat: no-repeat;
        background-position: top 20px right;
        display: block;
        padding: 24px 30px 5px 20px;
        border-top: 1px dotted #CCCCCC;
        cursor: pointer;
        outline: none;
        overflow: hidden;
    }

.lt-ie9 .services-offered-accordion .services-offered-title {
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    outline: none;
    background-image: url(../images/accordion-arrows-down.png);
    background-repeat: no-repeat;
    display: block;
    padding: 24px 30px 0 20px;
    border-top: 1px dotted #CCCCCC;
    cursor: pointer;
    outline: none;
    background-position-y: 20px;
    background-position-x: right;
}

.services-offered-accordion .services-offered-title:hover {
    background: #F7F8F8;
    text-decoration: none;
    outline: none;
    background-image: url(../images/accordion-arrows-hover.png);
    background-repeat: no-repeat;
    background-position: top 20px right;
}

.lt-ie9 .services-offered-accordion .services-offered-title:hover {
    background: #F7F8F8;
    text-decoration: none;
    outline: none;
    background-image: url(../images/accordion-arrows-hover.png);
    background-repeat: no-repeat;
    background-position-y: 20px;
    background-position-x: right;
}

.services-offered-accordion .services-offered-title .profile-pic {
    float: left;
}

.services-offered-accordion .services-offered-title .brief-desc {
    overflow: hidden;
    margin-left: 109px;
}

.services-offered-nothumbnail .services-offered-accordion .services-offered-title .brief-desc {
    overflow: hidden;
    margin-left: 0;
}

.services-offered-accordion .services-offered-title .brief-desc h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.services-offered-accordion .services-offered-title .brief-desc p.prominent-text {
    font-size: 20px;
    font-family: 'futura-pt', Verdana, sans-serif;
    line-height: 24px;
    padding-bottom: 10px;
}

.services-offered-accordion .services-offered-title .brief-desc p {
    font-family: Arial;
}

.services-offered-accordion .services-offered-title.active {
    background-image: url(../images/accordion-arrows-up.png);
    background-repeat: no-repeat;
    background-position: top 20px right;
}

.lt-ie9 .services-offered-accordion .services-offered-title.active {
    background-image: url(../images/accordion-arrows-up.png);
    background-repeat: no-repeat;
    background-position-y: 20px;
    background-position-x: right;
}

.services-offered-section .services-offered-title-cover {
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #f7f7f7 15%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(15%,#f7f7f7), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ececec 0%,#f7f7f7 15%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.services-offered-accordion .services-offered-content {
    padding: 0 20px 0 130px;
    display: none;
    background: #f7f7f7;
    overflow: hidden;
}

.services-offered-nothumbnail .services-offered-accordion .services-offered-content {
    padding: 0 20px 0 20px;
    display: none;
    background: #f7f7f7;
    overflow: hidden;
}

.services-block-wrapper {
    border-top: 1px dotted #CCCCCC;
}

.corporate-consultants {
    border: none;
}

.services-block-wrapper .services-block {
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #f7f7f7 15%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(15%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ececec 0%,#f7f7f7 15%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 30px 20px 0 20px;
    border-bottom: 1px dotted #CCCCCC;
}

.corporate-consultants .services-block {
    background: none;
    padding: 0;
    border: none;
}

    .corporate-consultants .services-block .profile-pic, .services-block-wrapper .services-block .profile-pic {
        float: left;
    }

    .corporate-consultants .services-block .brief-desc, .services-block-wrapper .services-block .brief-desc {
        overflow: hidden;
        margin-left: 109px;
    }

        .corporate-consultants .services-block .brief-desc h4, .services-block-wrapper .services-block .brief-desc h4 {
            margin-top: -1px;
            margin-bottom: 0;
        }

.services-wrapper-no-gradient {
    border-top: 0px;
}

    .services-wrapper-no-gradient .services-block {
        border-bottom: 1px dotted #cccccc;
        padding: 30px 20px 0;
        background: none;
    }

.no-border .services-block {
    border: none;
}

.no-border {
    border: none;
}

.service-form-white .services-block {
    background: #ffffff;
    display: inline-block;
}

    .service-form-white .services-block .brief-desc {
        margin-left: 119px;
    }

    .service-form-white .services-block h4 {
        font-family: 'futura-pt', Verdana, sans-serif;
        font-weight: 500;
    }

/* Services Offered */

.gllry {
    display: none;
}

/******** omcard Tabbed Structure *******/
.no-padding {
    padding: 0;
}

.omcard-tabs {
    margin-top: 22px;
}

    .omcard-tabs .border-solid {
        border-bottom: 1px solid #cccccc;
    }

    .omcard-tabs .custom-accordion .accordion-section .accordion-title {
        margin-top: -1px;
    }

    .omcard-tabs .nav-tabs {
        padding: 0;
    }

        .omcard-tabs .nav-tabs li {
            padding: 0;
        }

            .omcard-tabs .nav-tabs li a {
                padding: 19px 20px 16px 20px;
                font-size: 20px;
                font-family: 'futura-pt', Verdana, sans-serif;
            }

                .omcard-tabs .nav-tabs li a strong {
                    font-family: 'futura-pt', Verdana, sans-serif;
                }

    .omcard-tabs .tab-content {
        padding-top: 0;
        margin-top: -15px;
    }

        .omcard-tabs .tab-content .tab-pane {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            padding: 0;
        }

            .omcard-tabs .tab-content .tab-pane table tr.header th {
                font-family: 'futura-pt', Verdana, sans-serif;
                background: #eff0f2;
                border-top: 1px dotted #ccc;
                border-bottom: 1px dotted #ccc;
            }

    .omcard-tabs .tab-pane h3 {
        padding: 0 40px 8px 40px;
        font-size: 18px;
        margin-top: 16px;
    }

    .omcard-tabs .tab-pane h4 {
        padding: 37px 40px 25px 40px;
        margin: 0;
        border-bottom: 1px dotted #ccc;
        background: #f0f1f1; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f0f1f1 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f1f1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f0f1f1 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#f0f1f1 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#f0f1f1 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#f0f1f1 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f1f1',GradientType=0 ); /* IE6-9 */
        font-size: 20px;
    }

    .omcard-tabs .tab-pane ul {
        margin: 19px 20px 0 20px;
        padding-left: 35px;
        min-height: 220px;
    }

    .omcard-tabs .bottom-strip ul {
        min-height: inherit;
        margin: 19px 20px 9px 20px;
        padding-bottom: 20px;
    }

    .omcard-tabs .tab-pane ul li {
        font-size: 16px;
        padding: 5px 0;
    }

    .omcard-tabs .tab-pane .col-sm-6 {
        border-right: 1px dotted #ccc;
        margin-top: -1px;
    }

        .omcard-tabs .tab-pane .col-sm-6 .row .button-align {
            margin: 25px 40px 0 0;
        }

    .omcard-tabs .tab-pane .guide-align .row .button-align {
        margin: 10px 40px 30px 0;
    }

    .omcard-tabs .tab-pane .col-sm-6 .row p.read-more {
        margin-top: 9px;
        margin-bottom: 0;
    }

    .omcard-tabs .tab-pane .border-none {
        border: none !important;
    }

    .omcard-tabs .tab-pane .read-link {
        margin-left: 40px;
    }

    .omcard-tabs .tab-pane input[type="submit"] {
        margin: 30px;
    }

    .omcard-tabs .tab-pane p.omspace {
        padding: 40px 0 20px 40px;
    }

    .omcard-tabs .tab-content .tab-pane .custom-accordion {
        border-bottom: none;
    }

.form-group-drop-box select {
    z-index: 2;
    cursor: pointer;
    border-radius: 0px;
    height: 50px;
    width: 100%;
    border: 1px solid #E2E2E2;
    font-size: 18px;
    background-color: #EAECED;
    box-shadow: none;
}

.table-pane table tr.transaction-header th {
    font-family: 'futura-pt', Verdana, sans-serif;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 36%, #e6e7e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(100%,#e6e7e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 36%,#e6e7e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 36%,#e6e7e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 36%,#e6e7e9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 36%,#e6e7e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e9',GradientType=0 ); /* IE6-9 */
    padding: 0 0 5px 20px;
    border-bottom: 1px dotted #bcbcbc;
}

    .table-pane table tr.transaction-header th h3 {
        margin-bottom: 20px;
        margin-top: 27px;
        padding: 0;
        font-size: 20px;
    }

.table-pane table tr.header th h3 {
    padding: 20px;
}

.table-pane table tr td {
    border-bottom: 1px dotted #bcbcbc;
    border-left: medium none;
    border-right: 1px dotted #bcbcbc;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 10px 15px 20px;
}

    .table-pane table tr td.bottom-border {
        border-bottom: none;
    }

    .table-pane table tr td.last-col-border {
        border-right: none;
    }

.omcard-discount {
    background: url(../images/omcard-top-gradient.png) top repeat-x;
}

    .omcard-discount .omcard-gradient {
        background: url(../images/omcard-bottom-gradient.png) bottom repeat-x;
    }

        .omcard-discount .omcard-gradient .row {
            background: url(../images/discount-airtime.png) no-repeat;
            margin: 0;
            padding: 72px 20px 0 289px;
            min-height: 274px;
        }

    .omcard-discount h1 {
        margin: 0;
    }

.omcard-tabs .border-top-bottom {
    border-top: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC !important;
}
/******** omcard Tabbed Structure *******/

/*Inner-Accordion*/
.funds-summary .inner-accordion {
    overflow: hidden;
    border-bottom: none;
}

    .funds-summary .inner-accordion .funds {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .funds-summary .inner-accordion .funds-summary {
        margin-top: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .funds-summary .inner-accordion a.accordion-title {
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 18px;
        text-decoration: none;
        color: #333;
        outline: none;
        background-image: url(../images/accordion-arrows-down.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .funds-summary .inner-accordion .accordion-title {
        padding: 15px 40px 15px 20px;
        border-top: 1px dotted #cccccc;
        cursor: pointer;
        outline: none;
    }

        .funds-summary .inner-accordion .accordion-title:hover {
            background: #F7F8F8;
            text-decoration: none;
            outline: none;
            background-image: url(../images/accordion-arrows-hover.png);
            background-repeat: no-repeat;
            background-position: right;
        }

        .funds-summary .inner-accordion .accordion-title.active {
            background-image: url(../images/accordion-arrows-up.png);
            background-repeat: no-repeat;
            background-position: right;
        }

            .funds-summary .inner-accordion .accordion-title.active:hover {
                background-image: url(../images/arrow-active-hover.png);
                background-repeat: no-repeat;
                background-position: right;
            }

    .funds-summary .inner-accordion .accordion-content {
        padding: 0;
        display: none;
    }
/*Inner-Accordion*/

/* Tool tip styling */
.tooltip.top .tooltip-inner {
    background-color: #027764;
    padding: 15px 10px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
    -moz-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
    box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
}

.tooltip.top .tooltip-arrow {
    border-top-color: #027764;
}

.tooltip.right .tooltip-inner {
    background-color: #027764;
    padding: 15px 10px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
    -moz-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
    box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
}

.tooltip.right .tooltip-arrow {
    border-right-color: #027764;
}

.tooltip.bottom .tooltip-inner {
    background-color: #027764;
    padding: 15px 10px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
    -moz-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
    box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #027764;
}

.tooltip.left .tooltip-inner {
    background-color: #027764;
    padding: 15px 10px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
    -moz-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
    box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.66);
}

.tooltip.left .tooltip-arrow {
    border-left-color: #027764;
}
/* Tool tip styling */

/* Icon Navigation */
.icon-navigation {
    margin-right: -22px;
    padding-right: 31px;
    position: relative;
}

    .icon-navigation ul {
        background: url("../images/navigation-icons/icon-navigation-bg.png") repeat-x scroll center top transparent;
        list-style: none;
        display: block;
        padding: 0;
        margin: 0 0 30px 0;
        text-align: center;
    }

        .icon-navigation ul li {
            padding: 22px 0 15px 5px;
            display: inline-block;
            cursor: pointer;
        }

            .icon-navigation ul li a {
                margin-right: 0px;
                outline: none;
                padding-right: 5px;
                display: block;
            }

            .icon-navigation ul li.active a {
                cursor: default;
            }

#iconnav-drop-box {
    display: none;
}

.iconnav-drop-box {
    background: url("../images/nav-dropdown-arrow.png") no-repeat scroll right center #e7eaeb;
    cursor: pointer;
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #333333;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 13px;
    height: 50px;
    overflow: hidden;
    padding: 17px 0 7px 10px;
    z-index: -1;
    text-transform: uppercase;
}

#iconnav-drop-box span {
    margin-top: -35px;
}

.iconnav-drop-box .drop-shadow {
    display: none;
}

.icon-navigation .car-icon, .caravan_icon, .profile_icon, .watercraft_icon, .motorcycle_icon, .sofa_icon, .home_icon, .ring_icon {
    width: 88px;
    height: 88px;
    display: block;
}

    .icon-navigation .car-icon, .caravan_icon, .profile_icon, .watercraft_icon, .motorcycle_icon, .sofa_icon, .home_icon, .ring_icon span {
        width: 88px;
        height: 88px;
        display: block;
    }

.icon-navigation .car-icon {
    background: url(../images/navigation-icons/car_icon.png) 0 0;
}

    .icon-navigation .car-icon:hover {
        background: url(../images/navigation-icons/car_icon.png) -87px 0;
    }

.icon-navigation .caravan_icon {
    background: url(../images/navigation-icons/caravan_icon.png) 0 0;
}

    .icon-navigation .caravan_icon:hover {
        background: url(../images/navigation-icons/caravan_icon.png) -87px 0;
    }

.icon-navigation .profile_icon {
    background: url(../images/navigation-icons/profile_icon.png) 0 0;
}

    .icon-navigation .profile_icon:hover {
        background: url(../images/navigation-icons/profile_icon.png) -87px 0;
    }

.icon-navigation .watercraft_icon {
    background: url(../images/navigation-icons/watercraft_icon.png) 0 0;
}

    .icon-navigation .watercraft_icon:hover {
        background: url(../images/navigation-icons/watercraft_icon.png) -87px 0;
    }

.icon-navigation .motorcycle_icon {
    background: url(../images/navigation-icons/motorcycle_icon.png) 0 0;
}

    .icon-navigation .motorcycle_icon:hover {
        background: url(../images/navigation-icons/motorcycle_icon.png) -87px 0;
    }

.icon-navigation .sofa_icon {
    background: url(../images/navigation-icons/sofa_icon.png) 0 0;
}

    .icon-navigation .sofa_icon:hover {
        background: url(../images/navigation-icons/sofa_icon.png) -87px 0;
    }

.icon-navigation .home_icon {
    background: url(../images/navigation-icons/home_icon.png) 0 0;
}

    .icon-navigation .home_icon:hover {
        background: url(../images/navigation-icons/home_icon.png) -87px 0;
    }

.icon-navigation .ring_icon {
    background: url(../images/navigation-icons/ring_icon.png) 0 0;
}

    .icon-navigation .ring_icon:hover {
        background: url(../images/navigation-icons/ring_icon.png) -87px 0;
    }

@media screen and (min-width: 320px) and (max-width: 767px) {
    .icon-navigation ul li {
        display: block;
    }

    .icon-navigation .car-icon, .caravan_icon, .profile_icon, .watercraft_icon, .motorcycle_icon, .sofa_icon, .home_icon, .ring_icon {
        width: 75px;
    }
}

@media screen and (max-width: 767px) {
    .icon-navigation {
        margin-bottom: 25px;
    }

        .icon-navigation ul {
            display: none;
            background: none;
            border: 1px solid #ccc;
            position: absolute;
            background: #fff;
        }

            .icon-navigation ul li {
                display: block;
                padding-left: 0px;
                height: 30px;
                padding-left: 10px;
                padding-top: 12px;
                text-align: left;
            }

                .icon-navigation ul li:hover {
                    background: #e6e9eb;
                }

                .icon-navigation ul li a {
                    margin-right: 0px;
                    color: #333;
                    text-decoration: none;
                    line-height: 12px;
                }
}

@media (max-width: 767px) {
    #iconnav-drop-box {
        display: block;
    }
}
/* End of Icon Navigation */
/* Tfsa Navigation menu*/
.tfsa-navigation {
    height: 42px;
    margin: 20px 0px;
    background: #fff;
    border-bottom: #cfcfcf 1px dotted;
    border-top: #cfcfcf 1px dotted;
}

    .tfsa-navigation ul {
        width: 100%;
        padding: 0;
        text-transform: uppercase;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 14px;
    }

        .tfsa-navigation ul li {
            float: left;
            list-style: none;
            padding: 0px;
            display: inline-block;
            line-height: 16px;
            margin-top: 14px;
            margin-right: 18px;
            color: #CBCBCB;
            border-right: 1px solid #CBCBCB;
        }

            .tfsa-navigation ul li a {
                margin-right: 17px;
                color: #242275;
                text-decoration: none;
                padding-bottom: 9px;
                transition: all 0.3s ease 0s;
            }

            .tfsa-navigation ul li.last {
                border-right: none;
            }

            .tfsa-navigation ul li a.active {
                border-bottom: 3px solid #242275;
                color: #242275;
            }

            .tfsa-navigation ul li a:hover {
                border-bottom: 3px solid #242275;
                color: #242275;
            }

.col-lg-9 .tfsa-navigation ul li {
    float: left;
    list-style: none;
    padding: 0px;
    display: inline;
    line-height: 20px;
    color: #CBCBCB;
    font-size: 13px;
    margin-right: 16px;
}

/* Tfsa Navigation menu*/
/*TFSA */
.tag {
    background: url("/images/default-source/Personal/Investments-and-savings/tfsa/tax_icon.png") no-repeat left top #fff;
    height: 50px;
    padding: 10px 0px 0px 50px !important;
    line-height: 15px !important;
}

.chart {
    background: url("/images/default-source/Personal/Investments-and-savings/tfsa/funds_icon.png") no-repeat left top #fff;
    height: 50px;
    padding: 10px 0px 0px 50px !important;
    line-height: 15px !important;
}

.money {
    background: url("/images/default-source/Personal/Investments-and-savings/tfsa/money_icon.png") no-repeat left top #fff;
    height: 50px;
    padding: 10px 0px 0px 50px !important;
    line-height: 15px !important;
}

.calendar {
    background: url("/images/default-source/Personal/Investments-and-savings/tfsa/calendar_icon.png") no-repeat left top #fff;
    height: 50px;
    padding: 6px 0px 0px 50px !important;
    line-height: 15px !important;
}
/* .graph{background: url("/images/default-source/Personal/Investments-and-savings/tfsa/graph_icon.png") no-repeat left top #fff;height:50px;padding:6px 0px 0px 50px!important; line-height: 15px!important;} */
.p-buy-now {
    text-align: right;
}

#tfsa-drop-box {
    display: none;
}

/* Tfsa Navigation menu drop down */
#tfsa-drop-box {
    display: none;
}


@media (max-width: 1024px) {

    /* pop up scroll for tablet & Mobile */
    #cboxLoadedContent {
        overflow: auto;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
    }
    /* pop up for tablet & Mobile */
    .tfsa-navigation {
        margin-right: 0;
        background: none;
        position: relative;
    }

    #tfsa-drop-box {
        display: block;
    }

    .tfsa-drop-box {
        background: url("../images/nav-dropdown-arrow.png") no-repeat scroll right center #e7eaeb;
        cursor: pointer;
        width: 100%;
        border: 1px solid #e2e2e2;
        color: #333333;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 14px;
        height: 50px;
        overflow: hidden;
        padding: 17px 0 7px 10px;
        z-index: -1;
        text-transform: uppercase;
    }

    .tfsa-navigation ul {
        background: #fff;
        display: none;
        width: 100%;
        padding: 0;
        margin: -1px 0 0 0;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 14px;
        border: #CCC 1px solid;
        position: absolute;
    }

        .tfsa-navigation ul li {
            padding: 14px 0px 0px 15px;
            float: none;
            border-bottom: none;
            cursor: pointer;
            height: 42px;
            display: block;
            border-right: none;
            margin: 0;
        }

            .tfsa-navigation ul li a {
                color: #333333;
                text-decoration: none;
                background: none;
                display: block;
                margin-right: 10px;
                outline: none;
                text-transform: uppercase;
                line-height: 16px;
            }

            .tfsa-navigation ul li:hover, .left-nav ul li.active {
                background: #e6e9eb;
            }

            .tfsa-navigation ul li a.active {
                border-bottom: none;
            }

            .tfsa-navigation ul li a:hover {
                border-bottom: none;
            }

    .col-lg-9 .tfsa-navigation ul li {
        border-bottom: medium none;
        border-right: medium none;
        cursor: pointer;
        display: block;
        float: none;
        height: 42px;
        margin: 0;
        padding: 14px 0 0 15px;
    }
    /*promo - banner */
    .promo-banner .promo-banner-content .dwnl-rpt {
        padding-top: 12px;
    }
    /*promo - banner */


}
/* END Tfsa Navigation menu drop down */
.xlive-chat-btn .no-link {
    color: #333;
    cursor: default;
    display: none;
}

.tfsa-btn-no {
    background: #242275 none repeat scroll 0 0;
    color: #fff;
}

.live-chat-btn {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: #242275 none repeat scroll 0 0;
    color: #fff;
    width: 114px;
}

.xlive-chat-btn .live-chat-btn:hover {
    color: #fff;
}

#promo-tfsa-help-za-hm .xlive-chat-btn .live-chat-btn {
    width: 129px !important;
}

.tfsa-btn-no:hover {
    color: #fff;
}

.tfsa-faq {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tfsa-hidden-modal {
    display: none;
}

.modal-column-left, .modal-column-right {
    /*float: left;*/
}

.modal-column-left {
    border-right: 1px dotted #ccc;
}

.pm-content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    padding: 33px;
    text-align: left;
}

.tfsa-hidden-modal h1 {
    font-size: 34px;
    font-family: "futura_lt_btlight",Arial;
}

.MyPortBox h4 {
    font-weight: normal;
    line-height: 1;
    margin: 33px 0 10px;
}

.MyPortBox ul li {
    padding-left: 0;
    padding-right: 35px;
    list-style: disc;
}

.pm-content {
    padding: 0 33px;
}

.TFSA-outer ul {
    margin-left: 14px;
}

.line-dotted {
    border-bottom: 1px dotted #999;
    clear: both;
    display: block;
    margin: 18px 0;
}

.tfsa-postcard .error {
    border: 1px dashed #f00 !important;
}

/* TFSA Post cards */

.tfsa-postcard .row label {
    font-weight: normal;
    margin-top: 12px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}

#tfsa-postcard-wrapper .grad-header {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 36%, #e6e7e9 100%) repeat scroll 0 0;
    font-family: 'futura-pt', Verdana, sans-serif;
}

.tfsa-recipient {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}

.tfsa-btn-close {
    cursor: pointer;
    float: right;
}
/*TFSA */
/* Call me dropdown/checkbox control */
.call-widget .call-widget-body .chosen-container {
    font-size: 12px;
    margin-bottom: 0;
}

.call-widget .call-widget-body .chosen-container-single .chosen-single {
    background: #fff;
    border: none;
}

.call-widget .call-widget-body .checkbox-fields {
    margin: 11px 0 1px 0;
}

    .call-widget .call-widget-body .checkbox-fields span {
        line-height: 24px;
    }

    .call-widget .call-widget-body .checkbox-fields .show {
        float: left;
        margin-right: 10px;
    }
/* Call me dropdown/checkbox control */

/* quick links portal */
.quick-links-portal {
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 420px;
    padding: 20px 25px 0 0;
}

    .quick-links-portal h3 {
        margin: 0 0 20px 0;
        padding: 0;
        color: #242275;
    }

    .quick-links-portal ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px dotted #cccccc;
    }

        .quick-links-portal ul li {
            margin: 0;
            padding: 0;
        }

            .quick-links-portal ul li a {
                text-decoration: none;
                display: block;
                border-bottom: 1px dotted #cccccc;
                padding: 6px 0;
                line-height: 18px;
            }

            .quick-links-portal ul li:hover {
                background-color: #f1f2f4;
            }

;
/* quick links portal */
/* tabbed quick links */
.tabbed-links-portal {
    padding: 0 0 20px 0;
    margin: 0;
}

.tabbed-links-portal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #cccccc;
}

    .tabbed-links-portal ul li {
        padding: 10px 0;
        border-bottom: 1px dotted #cccccc;
    }

        .tabbed-links-portal ul li a {
            text-decoration: none;
            display: block;
        }

        .tabbed-links-portal ul li:hover {
            background-color: #f1f2f4;
        }

;
/* tabbed quick links */
/* banner call me widget */
.banner-callme {
    padding-bottom: 45px;
    padding-top: 23px;
}

.banner-callme .form-control {
    width: 180px;
    margin-right: 10px;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 16px;
    background: #e7eaeb;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    color: #333;
    float: left;
    height: 50px;
    box-shadow: none;
    vertical-align: middle;
}

    .banner-callme .form-control:focus {
        box-shadow: none;
        outline-color: none;
        outline-style: none;
        outline-width: 0;
        border: #027965 1px solid;
    }

    .banner-callme .form-control::-moz-placeholder {
        color: #333;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 12px;
    }

    .banner-callme .form-control::-webkit-input-placeholder {
        color: #333;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 12px;
    }

    .banner-callme .form-control:-ms-input-placeholder {
        color: #333;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 12px;
    }

.banner-callme .btn {
    padding: 15px 50px;
    font-size: 20px;
    height: 50px;
}

.banner-callme {
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 18px;
    color: #333;
}
/* banner call me widget */

/* Video Button */
.portal-item .video-button {
    background-image: url("../images/vid-play-sml.png");
    background-repeat: no-repeat;
    height: 58px;
    top: 5%;
    left: 37%;
    position: absolute;
    width: 58px;
    background-position: 0 0;
}

.portal-item:hover .video-button {
    margin-top: 24px;
    background-position: 0 -58px;
}

.saraf {
    float: right !important;
    padding-left: 20px;
    padding-bottom: 15px;
}
/* Video Button */

/* Audio Button */
.portal-item .audio-button {
    background-image: url("/images/default-source/Personal/Investments-and-savings/tfsa/podcast_button.png");
    background-repeat: no-repeat;
    height: 58px;
    top: 5%;
    left: 37%;
    position: absolute;
    width: 58px;
    background-position: 0 0;
}

.portal-item:hover .audio-button {
    margin-top: 24px;
    background-position: 0 -58px;
}
/* Audio Button */

/* one plus funeral styles */
.funds .clear-border {
    border-top: none;
    border-left: none;
}

.funds .funds-summary .funeral-text-green {
    color: #019176;
}

.funds .funds-summary .funeral-text-red {
    color: #c1564c;
}

.funds .funds-summary .funeral-text-green span {
    color: #333;
}

.funds .funds-summary table tr td.funeral-text-right {
    text-align: right;
    padding-right: 40px;
}

.funds .funds-summary table tr.header th.empty-cell {
    width: 30%;
    border-right: 1px solid #DDDBDB;
    background: none;
}

.funds .funds-summary table tr.sub-header th.empty-cell {
    border: none;
    background: none;
    border-right: 1px solid #DDDBDB;
    border-top: none;
}

.funds .funds-summary table tr.header th.border-top {
    border-top: 1px solid #DDDBDB;
}

.funds .funds-summary .price {
    font-size: 32px;
    font-family: 'futura-pt', Verdana, sans-serif;
}

.funds .funds-summary .border-bottom {
    border-bottom: none;
}

.funds .funds-summary table tr.header h3.border-none {
    border-right: none;
    text-align: center;
}

.funds .funds-summary table tr.header h3.border {
    white-space: normal;
    margin-bottom: 19px;
    margin-right: 20px;
    margin-top: 27px;
    text-align: center;
    border-right: 1px dotted #BCBCBC;
    margin-right: -1px;
}

.funds .funds-summary .funeral-callme.margin-top {
    margin-top: 1px;
}

.funds .funds-summary .funeral-callme .form-control {
    font-family: 'futura-pt', Verdana, sans-serif;
    color: #333;
    border-radius: 0;
    height: 50px;
    border: #e2e2e2 1px solid;
    font-size: 16px;
    background: #eaeced;
    box-shadow: none;
    padding-top: 6px;
}

.lt-ie9 .funds .funds-summary .funeral-callme .form-control {
    font-family: 'futura-pt', Verdana, sans-serif;
    color: #333;
    border-radius: 0;
    height: 50px;
    border: #e2e2e2 1px solid;
    font-size: 16px;
    background: #eaeced;
    box-shadow: none;
    padding-top: 12px;
}

.funds .funds-summary .funeral-callme .form-group {
    margin-bottom: 15px;
    font-family: 'futura-pt', Verdana, sans-serif;
}

    .funds .funds-summary .funeral-callme .form-group label {
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 4px;
        text-align: left !important;
        width: 100%;
    }

.funds .funds-summary .table-row-content {
    padding-top: 10px;
    color: #333333;
}

.funds .funds-summary .tdbgcolor {
    background: #f9f9f9;
}

.funds .funds-summary .td-header {
    width: 23.3%;
}

.funds .funds-summary table tr.sub-header th.funeral-sub {
    padding: 10px 0 10px 20px;
    border-bottom: 1px dotted #bcbcbc;
    background: #dddee0; /* Old browsers */
    background: -moz-linear-gradient(top, #dddee0 0%, #f2f4f3 19%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddee0), color-stop(19%,#f2f4f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddee0 0%,#f2f4f3 19%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddee0 0%,#f2f4f3 19%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddee0 0%,#f2f4f3 19%); /* IE10+ */
    background: linear-gradient(to bottom, #dddee0 0%,#f2f4f3 19%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddee0', endColorstr='#f2f4f3',GradientType=0 ); /* IE6-9 */
}


.funds .funds-summary table .expand-arrow {
    background: url("../images/table-data-arrow-down.png") no-repeat;
    padding: 11px;
    position: relative;
    top: 15px;
    left: 5px;
}

.funds .funds-summary table .collapse-arrow {
    background: url("../images/table-data-arrow.png") no-repeat;
    padding: 11px;
    position: relative;
    top: 15px;
    left: 5px;
}

table.two-in-one tr td.twoinone-hover {
    background: #ebf1f1 !important;
    cursor: pointer;
}

table.two-in-one tr td a {
    text-decoration: none;
}
/* one plus funeral styles */

/*Currency Converter*/
.currency-header {
    font-family: 'futura-pt', Verdana, sans-serif;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 36%, #e6e7e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(100%,#e6e7e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 36%,#e6e7e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 36%,#e6e7e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 36%,#e6e7e9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 36%,#e6e7e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e9',GradientType=0 ); /* IE6-9 */
    padding: 0px 10px 0px 20px;
    border-bottom: 1px dotted #bcbcbc;
    margin: 0px -20px;
    margin-bottom: 22px;
}

.currency-footer {
    background: #dddee0; /* Old browsers */
    background: -moz-linear-gradient(top, #dddee0 0%, #f2f4f3 19%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddee0), color-stop(19%,#f2f4f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddee0 0%,#f2f4f3 19%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddee0 0%,#f2f4f3 19%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddee0 0%,#f2f4f3 19%); /* IE10+ */
    background: linear-gradient(to bottom, #dddee0 0%,#f2f4f3 19%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddee0', endColorstr='#f2f4f3',GradientType=0 ); /* IE6-9 */
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #E0E0E0;
    margin-left: -20px !important;
    margin-top: 28px;
    margin-right: -20px !important;
    margin-bottom: -1px !important;
}

    .currency-footer .text {
        padding-right: 7px;
        text-align: right;
    }

.past-performance-widget.bottom-shadow {
    padding: 0px 20px 6px;
}

/* Currency Converter*/


/* Cookies Section */
.cookies-bg {
    background: #dddee0; /* Old browsers */
    background: -moz-linear-gradient(top, #dddee0 0%, #f2f4f3 19%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddee0), color-stop(19%,#f2f4f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddee0 0%,#f2f4f3 0.2%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddee0 0%,#f2f4f3 19%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddee0 0%,#f2f4f3 19%); /* IE10+ */
    background: linear-gradient(to bottom, #dddee0 0%,#f2f4f3 19%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddee0', endColorstr='#f2f4f3',GradientType=0 ); /* IE6-9 */
    padding-top: 16px;
    padding-bottom: 5px;
    border-top: 1px solid #D7D7D7;
}

    .cookies-bg .footer .cookies p {
        text-align: center;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 16px;
        margin: 0 !important;
        line-height: 21px;
    }

    .cookies-bg .footer .cookies span {
        font-weight: bold;
    }

    .cookies-bg .footer .cookies .btn-cookie {
        color: #fff;
        margin-top: 5px;
        float: none;
        background: #242275;
    }

        .cookies-bg .footer .cookies .btn-cookie:hover {
            background: #242275;
        }
/* Cookies Section*/

.right-section table label {
    font-weight: normal;
}

#corporateLink .promo-item a.btn, #personalLink .promo-item a.btn {
    color: #fff;
}

    #corporateLink .promo-item a.btn:hover, #personalLink .promo-item a.btn:hover {
        color: #fff;
        border-bottom: none;
    }


@media (min-width: 1025px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .custom-nav .hidden-md {
        display: block !important;
    }

    .custom-nav .visible-md {
        display: none !important;
    }
}

@media (min-height: 768px) and (min-width: 768px) and (max-width: 1366px) {
    /* CSS stuff */
    /*body
	{
	-moz-transform: scale(0.98); /* Moz-browsers */
}

@media (min-width: 1025px) and (max-width: 1170px) {
    .network-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    div.RadTabStrip .rtsLevel .rtsLI a {
        font-size: 13px;
    }
}

@media (min-width: 1171px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1025px) {
    .hidden-md {
        display: block !important;
    }

    .visible-md {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1170px) {

    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .align-right-tablet {
        float: right;
    }

    /* Template Specific Classes */
    .right-column-align {
        margin-top: 0px;
    }

    .left-column-align {
        margin-top: 0px;
    }
    /* Template Specific Classes */

    /* Portal Blocks */
    .portal .portal-item.col-sm-6 .drop-shadow {
        margin-left: 4%;
        width: 92%;
    }

    .portal .portal-item.col-sm-12 .drop-shadow {
        margin-left: 2.5%;
        width: 95%;
    }
    /* Portal Blocks */

    /* gallery */
    .portal .gallery-item.col-sm-6 .drop-shadow {
        margin-left: 4%;
        width: 92%;
    }

    .portal .gallery-item.col-sm-12 .drop-shadow {
        margin-left: 2.5%;
        width: 95%;
    }

    .portal .gallery-item.col-lg-4 .drop-shadow {
        margin-left: 7%;
        width: 86%;
    }
    /* gallery */

    /* Call Widget */
    .button-align {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    /* Call Widget */

}

@media (min-width: 980px) and (max-width: 1024px) {

    .hidden-md {
        display: none !important;
    }

    .visible-md {
        display: block !important;
    }

    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Template Specific Classes */
    .right-column-align {
        margin-top: 0px;
    }

    .left-column-align {
        margin-top: 0px;
    }
    /* Template Specific Classes */

    /* Call Widget */
    .button-align {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    /* Call Widget */
}

@media (min-width: 768px) and (max-width: 1024px) {

    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .network-section .container, .nav-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .portal {
        overflow: hidden;
        margin-bottom: 0px;
    }

    .main-content {
        margin-left: 5px;
        margin-right: 5px;
    }

    /*Banner Classes*/
    .banner-bg .banner {
        height: 100%;
        height: 100%;
    }

        .banner-bg .banner .item {
            height: 1024px;
            margin-bottom: -509px;
            background-position: right top;
        }

    .banner-content {
        left: 0;
        margin-left: 15px;
    }

    /*Banner Bubble*/
    .banner-bubble-cover {
        width: 75%;
    }
    /*Banner Bubble*/


    .carousel-indicators {
        bottom: none;
        top: 490px;
    }

    .banner-text {
        padding: 0;
        margin: 0 0 0 6px;
        bottom: -464px;
    }

    .lt-ie9 .banner-text {
        padding: 0;
        margin: 0 0 0 6px;
        bottom: -464px;
        left: 0;
    }

    .banner-text-green {
        padding: 0;
        margin: 0 0 0 6px;
        bottom: -455px;
    }

    .lt-ie9 .banner-text-green {
        padding: 0;
        margin: 0 0 0 6px;
        bottom: -455px;
        left: 0;
    }

    .banner-text-white {
        padding: 0;
        margin: 0 0 0 6px;
        bottom: -455px;
    }

    .lt-ie9 .banner-text-white {
        padding: 0;
        margin: 0 0 0 6px;
        bottom: -455px;
        left: 0;
    }

    .banner-text-heading {
        padding: 0;
        margin: 0 0 0 6px;
        bottom: -455px;
    }

    .lt-ie9 .banner-text-heading {
        padding: 0;
        margin: 0 0 0 6px;
        bottom: -455px;
        left: 0;
    }

    /*Banner Classes*/

    .align-right-tablet {
        float: right;
    }

    .call-widget .call-widget-body .green-theme-button {
        margin-right: 15px;
    }

    /* Template Specific Classes */
    .right-column-align {
        margin-top: 20px;
    }

    .left-column-align {
        margin-top: 0;
    }

    .bread-crumb-control {
        margin-left: 20px;
        margin-right: 20px;
    }

    .banner-margin .home-left-panel {
        padding-left: 20px;
        padding-right: 25px;
    }

    .banner-margin-inner .home-left-panel {
        padding-left: 20px;
        padding-right: 25px;
    }
    /* Template Specific Classes */

    .left-nav {
        margin-right: -17px;
    }

    /* portal blocks */
    /* single column */
    .portal .portal-single-col p.single-portal-image {
        float: right;
        margin-bottom: 0;
        margin-left: 25px;
        padding-bottom: 0;
        width: 213px;
    }
    /*single column */
    .portal .gallery-item.col-sm-6 .drop-shadow {
        margin-left: 5% !important;
        width: 89% !important;
    }
    /* portal block */
    /* Promo Blocks */
    .col-lg-3 .drop-shadow {
        margin-left: 5%;
        width: 88%;
    }

    .col-lg-6 .drop-shadow {
        margin-left: 4%;
        width: 89%;
    }

    .portal .col-sm-4 .drop-shadow {
        margin-left: 7%;
        width: 85%;
    }
    /* Promo Blocks */

    /* Call Widget */
    .call-widget .call-widget-body .form-group {
        margin-right: -14px;
    }

    .contact-widget .button-align {
        margin: 10px 0 0 -14px;
    }

    .button-align {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    /* Call Widget */

    .retirement-widget .row .left-section {
        width: 325px;
        float: left;
        padding-right: 20px;
        font-weight: normal;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 16px;
        text-align: right;
        padding-top: 15px;
    }

    footer {
        margin-top: 62px;
    }

        footer .footer-gradient img {
            width: 100%;
        }

    .login-menu .contact-widget {
        margin-top: 10px;
        margin-left: 0;
        padding-left: 48px;
    }

        .login-menu .contact-widget .global-dropdown {
            float: left;
            margin-bottom: 10px;
        }


    /* filter styling */
    .filter-align {
        margin-bottom: 30px;
    }

        .filter-align .filter-heading {
            float: left;
            width: auto;
            padding-top: 7px;
        }

        .filter-align .col-sm-4 {
            padding-right: 0;
        }
    /* filter styling */

    .tabStripContainer {
        padding-left: 0;
        padding-right: 30px;
    }

    div.RadTabStrip .rtsLevel .rtsLI a {
        font-size: 13px;
    }

    /*TFSA NAV */
    .col-lg-9 .tfsa-navigation ul li {
        color: #cbcbcb;
        display: inline;
        float: left;
        font-size: 12px;
        line-height: 20px;
        list-style: outside none none;
        padding: 13px 4px 0 7px;
    }

    .icon-navigation .car-icon, .caravan_icon, .profile_icon, .watercraft_icon, .motorcycle_icon, .sofa_icon, .home_icon, .ring_icon span {
        width: 79px;
        height: 88px;
        display: block;
    }
}


@media (max-width: 767px) {
    .login-wrapper {
        width: 100% !important;
    }

    .topnav-menu-cover {
        display: none !important;
    }

    .main-category-align {
        list-style: none;
        float: none;
        padding-left: 0;
    }

    .navbar .custom-nav li.select a {
        border-bottom: none;
        font-weight: normal;
    }

    .right-column-align .tollfree {
        margin-top: 28px;
    }

    .omcard-banking {
        margin-top: 45px;
        margin-bottom: 40px;
    }

    .omcard-tabs {
        margin-left: -20px;
        margin-right: -20px;
    }

        .omcard-tabs .nav-tabs li a {
            width: 135px;
            word-wrap: break-word;
            padding: 15px 10px 15px 20px;
            font-size: 14px;
            height: 82px;
            line-height: 16px;
        }

        .omcard-tabs .tab-pane .col-sm-6 {
            min-height: auto;
            border: none;
        }

        .omcard-tabs .tab-pane h3 {
            padding: 0 20px 10px 20px;
        }

        .omcard-tabs .tab-pane h4 {
            padding: 37px 20px 25px 20px;
        }

        .omcard-tabs .tab-pane ul {
            padding-left: 15px;
        }

        .omcard-tabs .tab-pane .col-sm-6 .row .button-align {
            margin: 25px 20px 0 0;
        }

    .omcard-discount .omcard-gradient .row {
        background: none;
        margin: 0;
        padding: 40px 20px 40px 20px;
        min-height: 274px;
    }

        .omcard-discount .omcard-gradient .row .col-xs-12 {
            background: #eeeff1;
            padding: 0;
            margin: 0 0 15px 0;
        }

        .omcard-discount .omcard-gradient .row h1 {
            margin: 0;
        }

    .omcard-spacing {
        margin-top: 25px;
    }

    .omcard-tabs .tab-pane input[type="submit"] {
        margin: 30px 20px 30px 0;
    }

    .omcard-tabs .tab-pane p.omspace {
        padding: 40px 0 20px 20px;
    }

    .omcard-tabs p.note-text {
        padding: 0 20px;
    }

    .mobile-menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: #000;
        top: 100px;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .table-pane .visible-xs .custom-accordion .mobile-table {
        border-top: 1px dotted #bcbcbc;
        margin: 0 -20px -20px -20px;
    }

        .table-pane .visible-xs .custom-accordion .mobile-table table td {
            border: none;
        }

    /* Bread Crumb */
    .bread-crumb {
        display: none;
    }
    /* Bread Crumb */

    .tag {
        height: 60px !important;
    }

    .chart {
        height: 70px !important;
    }

    .money {
        height: 70px !important;
    }

    .calendar {
        height: 100px !important;
    }

    .graph {
        height: 80px !important;
    }

    .banner-margin h1, .banner-margin-inner h1, .main-content h1 {
        line-height: 35px;
    }

    .main-content {
        margin-bottom: 0;
    }

    .right-column-align {
        padding-left: 20px;
        padding-right: 20px;
    }

    .left-column-align {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .portal {
        overflow: hidden;
        margin-bottom: 0;
    }

    /*Network Section*/
    .network-section .container, .nav-section .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: -20px;
    }
    /*Network Section*/

    /*Banner Classes*/
    .banner-bg .banner {
        width: 100%;
        height: 100%;
    }

        .banner-bg .banner .container {
            margin-left: 0;
            margin-right: 0;
        }

        .banner-bg .banner .item {
            height: 720px;
            margin-bottom: -393px;
            background-position: right 40px;
        }

        .banner-bg .banner .bubble-height .container {
            margin-left: 3px;
            margin-right: 3px;
        }

    .banner-content {
        padding: 0 20px;
        left: 0;
        right: none;
        width: 100%;
    }

        .banner-content h1 {
            font-size: 25px;
            margin: 0 0 18px 0;
            line-height: 25px;
        }

        .banner-content .contact {
            color: #333333;
            font-size: 18px;
            font-family: 'futura-pt', Verdana, sans-serif;
            margin: 0 0 2px 0;
        }

            .banner-content .contact a {
                color: #242275;
            }

    .banner-form .form-control {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .banner-form .btn {
        margin-top: 10px;
        width: 100%;
    }

    .carousel-inner .item img, .carousel-inner .item a img {
        margin-right: 0;
    }

    .banner-text {
        padding: 0;
        margin: 0 5px;
        bottom: -312px;
        width: 90%;
    }

        .banner-text h1 {
            font-size: 25px;
            line-height: 25px;
        }

    .banner-text-green {
        padding: 0;
        margin: 0 5px;
        bottom: -307px;
        width: 300px;
    }

        .banner-text-green h1 {
            font-size: 25px;
            line-height: 25px;
            float: none;
            margin-left: 2px;
        }

        .banner-text-green .content {
            padding-top: 10px;
        }

            .banner-text-green .content p {
                display: none;
            }

    .banner-text-white {
        padding: 0;
        margin: 0 5px;
        bottom: -307px;
        width: 300px;
    }

        .banner-text-white h1 {
            font-size: 25px;
            line-height: 25px;
            float: none;
            margin-left: 2px;
        }

        .banner-text-white .content {
            padding-top: 10px;
        }

        .banner-text-white .banner-callme p {
            display: none;
        }

        .banner-text-white .banner-callme {
            color: #ffffff;
        }

    .banner-text-white {
        padding: 0;
        margin: 0 5px;
        bottom: -312px;
        width: 90%;
    }

    .banner-text-heading {
        padding: 0;
        margin: 0;
        bottom: -307px;
        width: 100%;
    }

        .banner-text-heading h2 {
            color: #242275;
            font-size: 16px;
            margin: 13px 0 -4px 0;
            line-height: 18px;
        }

        .banner-text-heading .btn {
            height: 33px;
            border-radius: 3px;
            margin-top: 15px;
        }

    .carousel-indicators {
        display: none;
    }

    .banner-bubble {
        height: auto;
        width: 100%;
        padding: 12px 15px 10px 45px;
        background: url(../images/magnifying_glass_mobile.png) 8px 13px no-repeat #6eaa24;
    }

    .callme-banner {
        height: 900px !important;
    }

    .callme-content {
        bottom: -500px !important;
    }
    /*Banner Classes*/

    /* Footer Widget */
    footer {
        margin-top: 40px;
    }

        footer .footer-gradient {
            height: 24px;
            margin-bottom: 16px;
        }

            footer .footer-gradient img {
                width: 100%;
            }

        footer .footer .footer-nav {
            list-style: none;
            padding-bottom: 10px;
        }

            footer .footer .footer-nav a {
                line-height: 25px;
            }
    /* Footer Widget */

    /* Header Classes*/
    .navbar {
        min-height: 87px;
    }

    .navbar-default .navbar-header ul.visible-xs {
        list-style: none;
        margin-right: -15px;
        padding: 3px 0 0 0;
    }

        .navbar-default .navbar-header ul.visible-xs li {
            margin-top: 29px;
            margin-left: 7px;
            margin-right: 13px;
        }

    .navbar .custom-nav li a:hover {
        border-bottom: none;
    }

    .navbar .custom-nav li a.active {
        border-bottom: none;
    }

    .logo {
        padding: 14px 0 0 0;
        border-right: none;
        float: left;
        margin-right: 0;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-toggle {
        margin-right: 20px;
    }

    .navbar-collapse {
        border: none;
        padding: 21px 0 0 0;
    }

    .navbar .custom-nav {
        border: none;
        background: #ffffff;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 999;
        right: -20px;
        width: 100%;
        overflow-y: scroll;
        height: 480px;
    }

        .navbar .custom-nav li {
            border-bottom: 1px dotted #CCCCCC;
        }

            .navbar .custom-nav li:active, .navbar .custom-nav li:hover {
                background: #e6e9eb;
            }

            .navbar .custom-nav li a {
                color: #242275;
                padding-left: 0;
                padding-right: 0;
                padding-top: 14px;
                padding-bottom: 15px;
                font-size: 18px;
            }

    .header-search {
        display: none;
    }

    .navbar-default .header-search {
        padding: 28px 25px 15px 20px;
        border-left: none;
        width: 100%;
    }

    .hide-mobile {
        display: none;
    }

    /* Header Classes*/

    /* Portal Blocks */
    .portal {
        margin-left: -20px;
        margin-right: -20px;
    }

        .portal .portal-item {
            margin-bottom: 42px;
            position: relative;
            padding: 0 20px;
        }

            .portal .portal-item .portal-item-border {
                margin-bottom: 0;
                padding-bottom: 25px;
                border-right: none;
                margin-right: 0;
                padding-right: 0;
            }

    .portal-item .drop-shadow {
        left: 0;
        bottom: -12px;
        width: 100%;
        margin-left: 0;
    }

    .portal .portal-item.col-sm-12 .portal-item-border {
        border-right: none;
        margin-bottom: 23px;
    }

        .portal .portal-item.col-sm-12 .portal-item-border p.image {
            float: none;
            width: 100%;
            min-height: 167px;
            margin-left: 0;
        }

        .portal .portal-item.col-sm-12 .portal-item-border h2 {
            margin-top: 20px;
        }

    .portal .portal-item.col-sm-6 .drop-shadow, .portal .portal-item.col-sm-12 .drop-shadow {
        margin-left: 0;
        width: 100%;
    }

    .col-lg-12 .portal .portal-item.col-sm-4 .drop-shadow {
        margin-left: 0px;
        width: 100%;
    }

    .portal .portal-single-section .portal-single-item-border {
        border: medium none;
    }

    .portal .portal-single-cols .portal-single-item-border {
        border: medium none;
    }

    /* Promo - Banner */
    .dwnl-rpt {
        padding: 0 0 20px !important;
    }
    /* Promo - Banner */
    /* Portal Blocks */


    /* gallery */
    .portal .gallery-item {
        margin-bottom: 42px;
        position: relative;
        padding: 0 20px;
    }

        .portal .gallery-item .gallery-item-border {
            margin-bottom: 0;
            padding-bottom: 25px;
            border-right: none;
            margin-right: 0;
            padding-right: 0;
        }

    .gallery-item .drop-shadow {
        left: 0;
        bottom: -12px;
        width: 100%;
        margin-left: 0;
    }

    .portal .gallery-item.col-sm-12 .gallery-item-border {
        border-right: none;
        margin-bottom: 23px;
    }

        .portal .gallery-item.col-sm-12 .gallery-item-border p.image {
            float: none;
            width: 100%;
            min-height: 167px;
            margin-left: 0;
        }

        .portal .gallery-item.col-sm-12 .gallery-item-border h2 {
            margin-top: 20px;
        }

    .portal .gallery-item.col-sm-6 .drop-shadow, .portal .gallery-item.col-sm-12 .drop-shadow {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .col-lg-12 .portal .gallery-item.col-sm-4 .drop-shadow {
        margin-left: 0px;
        width: 100%;
    }
    /* gallery */


    /* Promo Blocks */
    .portal .promo-item {
        margin-bottom: 42px;
        position: relative;
        padding: 0 20px;
    }

        .portal .promo-item .promo-name {
            margin-bottom: 0;
            padding-bottom: 25px;
        }

    .col-lg-6 .drop-shadow, .col-lg-3 .drop-shadow {
        margin-left: 0;
        width: 100%;
    }

    .portal .promo-item .promo-name .btn-md {
        padding: 0px 20px;
    }
    /* Promo Blocks */

    /* Call Widget */
    .custom-drop-box select {
        height: 37px;
        left: 0;
        margin-top: 0;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        width: 93%;
        margin-left: 15px;
    }
    /* Call Widget */

    /* left nav drop down */
    .left-nav {
        margin-right: 0;
        padding-right: 0;
        background: none;
        position: relative;
        margin-bottom: 27px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .left-nav .drop-shadow {
            position: relative;
            left: 0;
            bottom: 0;
            width: auto;
            margin-left: -20px;
            margin-top: 40px;
            margin-right: -20px;
            display: block;
        }

    #leftnav-drop-box {
        display: block;
    }

    .left-nav span.nav-arrow {
        background: none;
        width: 1px;
        height: 1px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .leftnav-drop-box {
        background: url("../images/nav-dropdown-arrow.png") no-repeat scroll right center #e7eaeb;
        cursor: pointer;
        width: 100%;
        border: 1px solid #e2e2e2;
        color: #333333;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 13px;
        height: 50px;
        overflow: hidden;
        padding: 17px 0 7px 10px;
        z-index: -1;
        text-transform: uppercase;
    }

    .left-nav ul {
        list-style: none;
        display: none;
        width: 100%;
        padding: 0;
        margin: -1px 0 0 0;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 13px;
        border: #CCC 1px solid;
        position: absolute;
        background: #fff;
        z-index: 9;
    }

        .left-nav ul li {
            padding: 5px 0 0 15px;
            border-bottom: none;
            cursor: pointer;
            height: 30px;
        }

            .left-nav ul li a {
                color: #333333;
                text-decoration: none;
                background: none;
                display: block;
                margin-right: 10px;
                outline: none;
                text-transform: uppercase;
            }

            .left-nav ul li:hover, .left-nav ul li.active {
                background: #e6e9eb;
            }
    /* left nav drop down */

    /* Dividend Widget */
    .dividend-widget {
        padding-right: 20px;
        padding-bottom: 10px;
    }

        .dividend-widget .form-group .form-control {
            box-shadow: none;
            width: 100%;
            float: none;
        }

        .dividend-widget .call-me-button {
            float: right;
            margin-top: 20px;
        }

    .dividend-summary table tr.header th {
        padding: 6px 10px 6px 18px;
    }

    .dividend-summary table tr td {
        padding: 15px 10px 15px 20px;
    }

        .dividend-summary table tr td.border-none {
            padding-right: 20px;
        }
    /* Dividend Widget */

    /*Fund Summary*/
    .funds-summary table tr.header th {
        padding: 0 0 5px 20px;
    }

    .funds-summary table tr td {
        padding: 15px 10px 15px 20px;
    }

    .large-mobile-table table tr td {
        padding: 15px 5px 15px 10px;
    }

    .funds-summary table tr.sub-header th {
        padding: 5px 0 5px 20px;
    }

    .funds-summary table tr td.border-none-right {
        border-right: none;
        padding-right: 20px;
    }

    .full-fund-widget {
        padding-right: 20px;
    }

    .change-date-widget {
        padding-right: 20px;
    }

        .change-date-widget .form-group .form-control {
            border-radius: 0;
            height: 50px;
            border: #e2e2e2 1px solid;
            font-size: 18px;
            background-color: #eaeced;
            box-shadow: none;
            width: 100%;
            float: none;
            margin-right: 0;
            margin-bottom: 15px;
        }

        .change-date-widget .call-me-button {
            padding-top: 14px;
            padding-bottom: 11px;
            font-size: 20px;
            border-radius: 2px;
            width: 100%;
        }


    .change-date-widget, .full-fund, .past-performance-widget {
        margin-left: 0;
        margin-right: 0;
    }

        .full-fund .funds-summary table tr.sub-header h4 {
            margin-bottom: 11px;
            margin-right: 0;
            margin-left: -20px;
            margin-top: 12px;
            white-space: normal;
            padding-left: 20px;
        }

    .past-performance-result {
        margin-left: 0;
        margin-right: 0;
    }

    .past-performance-widget .form-group .global-dropdown {
        margin-bottom: 15px;
    }

    .past-input-control .row .col-sm-4 {
        padding-left: 15px;
    }

    .past-input-control .row .col-sm-6 {
        padding-left: 15px;
    }

    /*Fund Summary*/

    /*Retirement Calculator*/
    .retirement-widget {
        border-radius: 0;
        border: none;
        border-top: #e2e2e2 1px dotted;
        padding: 21px 20px 35px 20px;
        margin-top: 23px;
        margin-left: -20px;
        margin-right: -20px;
    }

        .retirement-widget .row .left-section {
            width: auto;
            float: none;
            padding-right: 0;
            text-align: left;
            padding-top: 15px;
            padding-right: 20px;
        }

        .retirement-widget .row .checkbox-label-align {
            width: 242px;
            float: left;
        }

        .retirement-widget .row .gender-label-align {
            width: 81px;
            float: left;
        }

        .retirement-widget .row .right-section {
            width: auto;
            float: none;
            text-align: center;
        }

        .retirement-widget .row .right-left {
            float: left;
            width: auto;
        }

        .retirement-widget .row .right-section a {
            font-family: 'futura-pt', Verdana, sans-serif;
            font-size: 16px;
            padding: 5px 25px 5px 0;
            background: url(../images/calender-arrow.png) no-repeat right;
        }

        .retirement-widget .form-control {
            font-family: 'futura-pt', Verdana, sans-serif;
            color: #333;
            border-radius: 0;
            height: 50px;
            border: #e2e2e2 1px solid;
            font-size: 16px;
            background: #eaeced;
            box-shadow: none;
        }

            .retirement-widget .form-control.year {
                width: 100%;
            }

        .retirement-widget input[type="checkbox"] {
            height: auto;
            margin-top: 18px;
            float: left;
        }
    /*Retirement Widget*/

    /*Rate Us*/
    .rate-us {
        margin-bottom: 20px;
        width: 80%;
        float: left !important;
    }
    /*Rate Us*/

    .login-menu-cover {
        background: #ffffff;
        padding: 7px 0 40px 0;
    }

    .login-menu .contact-widget h1 {
        margin-bottom: 13px;
        font-size: 25px;
    }

    .login-menu .contact-widget {
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0;
    }

        .login-menu .contact-widget .global-dropdown {
            float: left;
            margin-bottom: 10px;
            width: 100%;
        }

    .login-menu .container .col-xs-12 {
        padding: 0;
    }

        .login-menu .container .col-xs-12 .contact-widget {
            padding: 0;
        }

    .login-menu .contact-widget .login-button {
        width: 100%;
    }

    /* filter styling */
    .filter-align {
        margin-bottom: 30px;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px 40px 20px;
    }

        .filter-align .filter-heading {
            float: left;
            width: auto;
            padding-top: 0;
        }

        .filter-align .col-sm-4 {
            padding-right: 0;
            padding-left: 0;
        }
    /* filter styling */

    .tabStripContainer {
        padding-left: 0;
        padding-right: 0;
    }

    .tabDesignContainer {
        background: url(../images/header-dropshadow.png) repeat-x bottom;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    /* logo dropdown menu */
    .logo-dropdown-menucover {
        margin: 0;
    }

    .logo-dropdown-menu {
        background: #ffffff;
        padding: 20px 0 0 0;
        margin: 0;
    }

        .logo-dropdown-menu .container {
            padding: 0;
            margin: 0;
        }

            .logo-dropdown-menu .container .col-lg-3 {
                padding: 0;
                margin: 0;
            }

                .logo-dropdown-menu .container .col-lg-3 ul {
                    border-right: none;
                    border-top: 1px solid #CCCCCC;
                    padding: 0;
                    margin: 0;
                }

                    .logo-dropdown-menu .container .col-lg-3 ul li a {
                        font-family: 'futura-pt', Verdana, sans-serif;
                        font-size: 14px;
                        text-transform: uppercase;
                        display: block;
                        padding: 10px 15px;
                        border-bottom: 1px solid #CCCCCC;
                        text-decoration: none;
                    }

                        .logo-dropdown-menu .container .col-lg-3 ul li a:hover {
                            text-decoration: none;
                            background: #e5e9ec;
                            color: #333333;
                        }
    /* logo dropdown menu */

    /* Services Offered */
    .services-offered-accordion {
        margin-left: -20px;
        margin-right: -20px;
    }

        .services-offered-accordion .services-offered-title .profile-pic {
            display: none;
        }

        .services-offered-accordion .services-offered-title .brief-desc {
            overflow: hidden;
            margin-left: 0;
        }

        .services-offered-accordion .services-offered-content {
            padding: 0 20px 0 20px;
        }

    .services-block-wrapper {
        margin: 0 -15px;
    }

    .srv-block .services-block {
        border-bottom: none !important;
        margin-left: -5px;
        margin-right: -5px;
    }

    .services-block-wrapper .services-block {
        padding: 30px 20px 0 20px;
        border-bottom: 1px dotted #CCCCCC;
    }

        .services-block-wrapper .services-block .profile-pic {
            float: left;
            display: none;
        }

        .services-block-wrapper .services-block .brief-desc {
            overflow: hidden;
            margin-left: 0px;
        }

    .services-block-wrapper .services-block-no-gradient {
        border-bottom: 1px dotted #cccccc;
        padding: 30px 20px 0;
    }
    /* Services Offered */

    /* Call me dropdown/checkbox control */
    .call-widget .call-widget-body .chosen-container {
        margin-bottom: 22px;
    }

    .call-widget .call-widget-body .checkbox-fields {
        margin: -6px 0 15px 0;
    }
    /* Call me dropdown/checkbox control */

    /* banner call me widget */
    .banner-callme .form-control {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 40px;
    }

    .banner-callme .btn {
        width: 100%;
        height: 40px;
        padding-top: 10px;
    }
    /* banner call me widget */

    .saraf {
        padding-left: 0;
        padding-bottom: 15px;
    }

    .funds .funds-summary .funeral-callme.margin-top {
        padding-right: 10px;
    }

    .currency-footer .text {
        font-size: 14px;
        text-align: left !important;
    }

    footer .footer .cookies .btn-cookie {
        font-size: 14px !important;
    }


    .portal .portal-single-section .portal-single {
        margin-left: 0px;
    }

    .portal .portal-single-section div {
        overflow: hidden;
        margin-right: 0px;
    }

    .portal .portal-single-section .drop-shadow {
        width: 99%;
        margin-left: 1%;
    }

    .portal .portal-single-section .portal-single {
        margin-right: 0px;
    }

    .portal .portal-single-section {
        padding: 0px 5px;
    }

    .funds .funds-summary table .expand-arrow {
        float: right;
    }

    .network-section ul li.vtip a {
        height: auto;
    }

    .mobile-margin-bottom {
        margin-bottom: 25px;
    }

    .mobile-stretch {
        width: 100%;
        text-align: center;
        display: block;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .icon-navigation ul {
        width: 93%;
    }

    .banner-bubble-cover {
        width: 75%;
        height: auto;
        padding: 6px;
    }

    .banner-bubble .text {
        font-size: 20px;
        line-height: 23px;
    }

    .portal-item .video-button {
        top: 20%;
    }

    .portal-item:hover .video-button {
        margin-top: 21px;
    }

    .portal-item .audio-button {
        top: 20%;
    }

    .portal-item:hover .audio-button {
        margin-top: 21px;
    }
}

@media (max-width: 480px) {
    .icon-navigation ul {
        width: 90%;
    }

    .banner-bubble-cover {
        width: 90%;
        height: auto;
        padding: 6px;
    }

    .banner-bubble .text {
        font-size: 16px;
        line-height: 18px;
    }
}

/* NEWS styles*/

.news-date {
    background-color: #eefbe5;
    display: inline-block;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 8px 15px;
    text-align: center;
    font-weight: bold;
}

.drop-down h2 {
    float: left;
    margin: 0px !important;
}

.news {
    clear: both;
}


/* NEWS styles*/


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* ColorBox Core Style */
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    overflow: hidden;
}

#cboxLoadedContent {
    overflow: auto;
}

    #cboxLoadedContent iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
/* ColorBox example user style */
#cboxOverlay {
    background: #000;
}

#colorbox {
}
/*#cboxTopLeft{width:1px; height:1px; background:url(/V5/images/lightbox/controls.png) -100px 0 no-repeat;}
#cboxTopRight{width:1px; height:1px; background:url(/V5/images/lightbox/controls.png) -129px 0 no-repeat;}
#cboxBottomLeft{width:1px; height:1px; background:url(/V5/images/lightbox/controls.png) -100px -29px no-repeat;}
#cboxBottomRight{width:1px; height:1px; background:url(/V5/images/lightbox/controls.png) -129px -29px no-repeat;}
#cboxMiddleLeft{width:1px; background:url(/V5/images/lightbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:1px; background:url(/V5/images/lightbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:1px; background:url(/V5/images/lightbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:1px; background:url(/V5/images/lightbox/border.png) 0 -29px repeat-x;}*/
#cboxContent {
    background: #fff;
    height: 440px;
}

#cboxLoadedContent {
    margin-bottom: 0px;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

/*#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/V5/images/lightbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(/V5/images/lightbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}*/
#cboxLoadingOverlay {
    background: #000;
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) center center no-repeat;
}

#cboxClose {
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../images/icon-sprite.png) 0px -22px no-repeat;
    width: 33px;
    height: 33px;
    text-indent: -9999px;
    background-color: #242275;
    border-radius: 2px;
    border: none;
    transition: background-color 0.7s ease;
}
/*#cboxClose.hover{background-position:-25px -25px;background:black!important; color:#ffffff!important;}*/
button#cboxClose:hover {
    background-color: #242275;
}

#cboxClose:hover {
    background-color: #242275;
}

.errorlist {
    font-weight: normal;
    font-size: 14px;
    color: #f00;
    text-align: right;
    font-family: 'futura-pt', Verdana, sans-serif;
    display: block;
}

.captchaError {
    font-weight: normal;
    font-size: 14px;
    color: #f00;
    text-align: right;
    font-family: 'futura-pt', Verdana, sans-serif;
    display: block;
}

.form-group .error {
    border: 1px dashed #f00 !important;
}

.right-section .error {
    border: 1px dashed #f00 !important;
}

#thankyouwrapper {
    margin-top: 325px;
    text-align: center;
}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background img are relative to the CSS document.
*/

.cboxIE #cboxTopLeft {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/V5/images/lightbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');
}

.cboxIE #cboxTopCenter {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/V5/images/lightbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');
}

.cboxIE #cboxTopRight {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/V5/images/lightbox/internet_explorer/borderTopRight.png, sizingMethod='scale');
}

.cboxIE #cboxBottomLeft {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/V5/images/lightbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
}

.cboxIE #cboxBottomCenter {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/V5/images/lightbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
}

.cboxIE #cboxBottomRight {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/V5/images/lightbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');
}

.cboxIE #cboxMiddleLeft {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/V5/images/lightbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
}

.cboxIE #cboxMiddleRight {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/V5/images/lightbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
}

/* Colorbox Core Style Ends */


a.btn_savings_one, a.btn_savings_two, a.btn_savings_three, a.btn_savings_four, a.btn_savings_five {
    background: url("/img/savingsmonitor/savings_monitor_sprites.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 217px;
    overflow: hidden;
    width: 81px;
}

    a.btn_savings_one:hover {
        background-position: 0 0;
    }

    a.btn_savings_two:hover {
        background-position: -90px 0;
    }

    a.btn_savings_three:hover {
        background-position: -180px 0;
    }

    a.btn_savings_four:hover {
        background-position: -270px 0;
    }

    a.btn_savings_five:hover {
        background-position: -360px 0;
    }

a.btn_savings_one {
    background-position: 0 -217px;
}

a.btn_savings_two {
    background-position: -90px -217px;
}

a.btn_savings_three {
    background-position: -180px -217px;
}

a.btn_savings_four {
    background-position: -270px -217px;
}

a.btn_savings_five {
    background-position: -360px -217px;
}

#onthemoney_nav {
    margin-left: 10px;
    padding-left: 10px;
    width: 100%;
}

    #onthemoney_nav li {
        float: left;
        list-style-image: none;
        list-style-type: none;
        padding-bottom: 25px;
        padding-right: 5px;
        padding-top: 10px;
    }

a.button_one, a.button_two, a.button_three, a.button_four, a.button_five {
    background: url("../images/onthemoney_rollover.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 263px;
    overflow: hidden;
    width: 81px;
}

a.button_one {
    background-position: 0 0;
}

a.button_two {
    background-position: -86px 0;
}

a.button_three {
    background-position: -172px 0;
}

a.button_four {
    background-position: -259px 0;
}

a.button_five {
    background-position: -346px 0;
}

a.button_one:hover {
    background-position: 0 -263px;
}

a.button_two:hover {
    background-position: -86px -263px;
}

a.button_three:hover {
    background-position: -172px -263px;
}

a.button_four:hover {
    background-position: -259px -263px;
}

a.button_five:hover {
    background-position: -346px -263px;
}

.ZoneEditorToolboxContainer {
    z-index: 99999 !important;
}

.sfHideShowToolbox {
    z-index: 100000 !important;
}

.banner-bg .banner #ctl00_cphBanner_RadDockZonecphBanner {
    margin-top: 163px;
}


.datepicker {
    z-index: 999999;
}

table.datepicker {
    margin-top: -54px;
}

p.note-text {
    font-size: 14px;
}

.south-african-budget {
    background-image: url(/images/default-source/promo/markets/markets_budget_tax_free_savings_articles_promo.jpg);
}

.pwm-post-promo {
    background-image: url(/images/default-source/promo/personal/financial-planning/private-wealth-management/more_articles_promo.jpg);
}

.research-infographics-promo {
    background-image: url(/images/default-source/promo/personal/financial-planning/personal_financial_planning_research_infographics_promo.jpg);
}

.promo-oldmutual-superfund {
    background-image: url(/images/default-source/promo/corporte/products-and-services/employee-benefits/old-mutual-superfunds/corp_ps_eb_om_superfund_quicklinks_promo.jpg);
    min-height: 350px;
}

.promo-insurance-benefits-iwyze {
    background-image: url(/images/default-source/promo/personal/insurance/iwyze/insurance_benefits_promo.jpg);
    min-height: 480px;
}

.promo-oldmutual-iwyze-news {
    background-image: url(/images/default-source/promo/personal/insurance/iwyze/personal_insurance_news_promo.jpg);
    min-height: 350px;
}

a.rightad {
    display: inline-block;
    height: 57px;
}

.promo-insurance-benefits-iwyze ul li {
    border-bottom: 1px dotted #cccccc;
    line-height: 16px;
    padding: 10px;
}

    .promo-insurance-benefits-iwyze ul li:hover {
        background: none;
    }

.promo-insurance-benefits-iwyze .green-theme-button, .green-theme-button {
    padding: 8px 20px;
}

.btn-iwyze {
    padding: 0px 10px 20px;
}
/* Health Solutions*/
.form_wrapper {
    margin: 30px 0px 0px 0px;
}

.hs_wrapper {
    margin: 0px 0px 40px 0px;
}
    /*.hs_wrapper div.hs_logo{height:80px;width:731px;text-align:left;}
.hs_wrapper div.hs_logo p {margin:20px 0 0 50px;}
.hs_wrapper div.section_wrapper{width:701px;padding-left:30px;}
.hs_wrapper div.step_one img{margin:10px 0px 0px 5px;}
*/
    .hs_wrapper div.hs_logo p span {
        padding: 0 0 0 50px;
        text-align: left;
    }

    .hs_wrapper div.section_wrapper div.step_two, .hs_wrapper div.section_wrapper div.step_three, .hs_wrapper div.section_wrapper div.step_four, .hs_wrapper div.section_wrapper div.step_five {
        display: none;
    }
/* Health Solutions*/

/* Call Me Back - OMCOZA*/
.waitforresponse {
    z-index: 50000;
    width: 32px;
    height: 32px;
    background: url(/v5/img/loading.gif) transparent top left no-repeat;
}

.blockresponse {
    display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 14px;
}

    .blockresponse span {
        padding: 0px 10px 30px 0;
        display: block;
    }

.waitforresponse_iywze {
    width: 32px;
    height: 32px;
    background: url(/v5/img/loading.gif) transparent top left no-repeat !important;
}
/* Call Me Back*/

.nonsacitizen {
    display: none;
}

#google_map {
    width: 690px;
    height: 510px;
    background-color: #CCC;
    margin-left: 30px;
    margin-bottom: 120px;
}

.validate-from .chosen-container {
    margin-bottom: 0;
}

.form-group span.required-field {
    color: #ff0000;
    top: 0;
    right: 0;
    margin: 0;
    width: 1px;
    height: 1px;
}

#tbl_total_tax_benefit {
    width: 100%;
    margin-top: 10px;
    display: none;
}

#tax_benefit_call_me_back_result {
    display: none;
    background-color: #D6ECE0;
    padding: 30px 20px;
}

#tbc_callmeback {
    display: none;
}

.banner-callme .errorlist {
    display: none !important;
}

.rmm_form .errorlist {
    display: none !important;
}

.noerror_list .errorlist {
    display: none !important;
}

.video-btn img {
    width: 100%;
    height: auto;
}

a.video-btn {
    float: left;
    position: relative;
}

    a.video-btn span:first-child {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url("../images/play_static_button.png") no-repeat;
        background-position: 50% 50%;
        background-size: 17%;
    }

a.video-btn-overlay span {
    background: url("../images/video_play_button.png") no-repeat scroll 50% 50% / 17% auto rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    width: 100%;
}

.video-btn-overlay img {
    height: auto;
    width: 100%;
}

a.video-btn-overlay {
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 480px) {
    a.video-btnspan {
    }
}

.form-control:focus {
    border-color: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 97, 80, 1) !important;
}

#txtinvestment:focus {
    border-color: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 97, 80, 1) !important;
}

.col-lg-3 .quick-links .drop-shadow {
    width: 100%;
    margin-left: 0;
}

.sf-questions ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0 0 50px;
    padding: 0;
}

.sf-options {
    display: none;
}

#ddlChoiceDegree_chosen {
    display: none;
}

.icon_listen {
    background: url("/images/default-source/Personal/Investments-and-savings/unit-trusts/adviser-info-hub/headphones.gif") no-repeat scroll left top;
    margin-top: -5px;
    padding: 0 17px 15px 0;
}

.newsletterdiv {
    clear: both;
    padding-top: 10px;
}

.newsletter-financial {
    float: left;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 22px;
    padding-right: 10px;
    padding-top: 4px;
}

.newsletter-financial-wrapper .chosen-container {
    width: 220px !important;
}

#thanknote {
    font-size: 20px;
    font-family: 'futura-pt', Verdana, sans-serif;
}

.call-me-back-wrapper {
    box-shadow: -4px 5px 5px #e2e2e2;
}

.classic-funds p {
    padding-bottom: 0px !important;
    line-height: 1.42857;
}

#divEquals {
    display: none;
}

#divAnsFrom {
    display: none;
}


/*login styles */
.login-wrapper {
    border: 1px solid #e2e2e2;
    padding: 5px 20px 20px;
    width: 50%;
}

    .login-wrapper ol {
        padding: 0px;
        margin: 0px;
    }

    .login-wrapper .sfLoginFieldsWrp {
        list-style: outside none none;
        padding: 0;
        margin: 0;
    }

    .login-wrapper ol li {
        padding: 7px 0px;
    }

.sfSubmitBtnWrp {
    padding-top: 20px;
}

    .sfSubmitBtnWrp a {
        background: #242275 none repeat scroll 0 0;
        border: medium none;
        color: #ffffff;
        outline: medium none;
        text-transform: uppercase;
        transition: background-color 0.7s ease 0s;
        padding: 6px 18px;
    }

        .sfSubmitBtnWrp a:hover {
            background: #242275 none repeat scroll 0 0;
            text-decoration: none;
        }

.sfCheckBoxWrapper {
    display: none;
}

.sfTxtLbl {
    text-transform: uppercase;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.sfLoginFieldsWrp .sfTxt {
    background: #eaeced none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 16px;
    height: 40px;
    padding-top: 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    line-height: 1.42857;
}

    .sfLoginFieldsWrp .sfTxt:focus {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 97, 80, 1) !important;
    }
/*login styles */


.topnav-contactza {
    display: none;
    left: 0;
    margin-top: -28px;
    overflow: hidden;
    padding: 0 0 10px;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.contact-section {
    background: #ffffff none repeat scroll 0 0;
    padding: 40px 0 59px;
    margin-left: -200px;
}

.wait {
    display: none;
    left: 0;
    top: 0;
    z-index: 50000;
    width: 100%;
    height: 32px;
    background: url(/v5/img/loading.gif) transparent top center no-repeat;
}

/* Fund managers styling - OMUT section */

.content-fund-mgr {
    padding-top: 38px;
}

    .content-fund-mgr h3 {
        color: #242275;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 23px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .content-fund-mgr p {
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 16px;
        padding-bottom: 5px;
    }

.img-profile-banner {
    /*bottom: 40px;*/
    position: relative;
    /*right: 28px;*/
    bottom: 130px;
    right: 35px;
}

.para-omig {
    border-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding-bottom: 16px !important;
    margin-bottom: 30px;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 20px !important;
    line-height: 24px;
    margin-top: -30px;
}

.video-box {
    padding: 0px;
    margin: 0px;
}

.video-desc {
    padding-top: 75px;
}

    .video-desc .prominent-text {
        font-size: 31px !important;
        line-height: 33px !important;
    }

.video-box-desc {
    padding-left: 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .video-desc {
        padding-top: 0px;
    }

        .video-desc .prominent-text {
            font-size: 30px !important;
            line-height: 33px !important;
        }

    .col-lg-12 .portal .col-lg-3 .drop-shadow {
        margin-left: 5%;
        width: 89%;
    }

    .video-box-desc {
        padding-top: 20px;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .video-desc {
        padding-top: 20px;
        padding-left: 0px;
    }

        .video-desc .prominent-text {
            font-size: 30px !important;
            line-height: 33px !important;
        }

    .portal-row-frame-content {
        padding-left: 20px;
    }

    .btn-links-portal-frame span {
        display: inline-block;
        width: 100%;
    }

    .btn-links-portal-frame > span {
        margin-top: 10px;
    }

    .btn-links-portal-frame {
        margin-bottom: 20px;
    }

    .portal-row-frame-content > span {
        margin-left: 0px;
    }

    .video-box-desc {
        padding-top: 20px;
        padding-left: 0px;
    }
}

/* classes for 5 equal columns Bootstrap grid layout */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

/* End of classed for 5 equal columns Bootstrap grid layout */

.portal .gallery-item-border .description-portal h2 {
    color: #242275;
    font-size: 22px;
    display: inline-block;
}

.portal .gallery-item-border .btn {
    margin-top: 10px;
}

.portal .gallery-item-border .green-border-theme-button {
    height: 38px;
}

.portal .gallery-item-border .description-portal {
    height: 115px;
    clear: both;
}

.portal .gallery-item-border .portal-video {
    /* width: 100%;*/
}

    .portal .gallery-item-border .portal-video:hover .overlay {
        opacity: 0;
    }

.overlay {
    background: rgba(0, 0, 0, 0.2) url("../images/play_hover_button.png") no-repeat scroll 50% 50% / 17%;
    text-align: center;
    padding: 0px 0 6px 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.overlay-wrap:hover .overlay {
    opacity: 0.3;
}

.animation {
    width: 35%;
    display: inline-block;
}

.animation {
    width: 64%;
}

.content p {
    margin: 0;
    padding: 0;
    color: #242275;
    font-family: ''futura-pt', Verdana, sans-serif';
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
}

    .content p span {
        font-family: ''futura-pt', Verdana, sans-serif';
    }

.content section {
    position: absolute;
    left: 20px;
    bottom: 0px;
}

.content-heading {
    font-family: 'futura-pt', Verdana, sans-serif;
}

    .content-heading span {
        font-family: 'futura-pt', Verdana, sans-serif;
    }
/* Animation styles - SIM page*/
/* SANDWICH */
.sandwich-animation-wrapper,
.education-animation-wrapper,
.government-animation-wrapper {
    max-width: 1024px;
    height: 378px;
    margin: 50px auto;
    position: relative;
}

    .sandwich-animation-wrapper *,
    .education-animation-wrapper *,
    .government-animation-wrapper * {
        -webkit-backface-visibility: hidden !important;
    }

    .sandwich-animation-wrapper .animation section {
        display: block;
        width: 362px;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 30px 25px 0 0;
        height: 370px;
    }

        .sandwich-animation-wrapper .animation section img {
            position: absolute;
        }

        .sandwich-animation-wrapper .animation section .blurb {
            color: #6fab43;
            font-size: 15px;
            font-family: 'FuturaBook';
            line-height: 16px;
            position: relative;
            top: 181px;
            margin-left: 0;
            opacity: 0;
            text-align: center;
        }

            .sandwich-animation-wrapper .animation section .blurb span,
            .education-animation-wrapper .animation section .blurb span,
            .government-animation-wrapper .animation section .blurb span {
                font-family: ''futura-pt', Verdana, sans-serif';
            }

        .sandwich-animation-wrapper .animation section strong {
            font-family: normal;
            font-family: ''futura-pt', Verdana, sans-serif';
            color: #448270;
            font-size: 21px;
            line-height: 23px;
        }

        .sandwich-animation-wrapper .animation section #flag {
            top: -40%;
            margin: 0;
            opacity: 0;
            right: 160px;
        }

        .sandwich-animation-wrapper .animation section #top-bun {
            top: -40%;
            right: 84px;
        }

        .sandwich-animation-wrapper .animation section #lettuce {
            top: -40%;
            z-index: 666;
            right: 84px;
        }

        .sandwich-animation-wrapper .animation section #bottom-bun {
            top: -40%;
            right: 84px;
        }

        .sandwich-animation-wrapper .animation section #plate {
            width: 0;
            height: 12px;
            bottom: 0px;
            opacity: 0;
        }

    /* EDUCATION */
    .education-animation-wrapper .animation section {
        display: block;
        position: relative;
        width: 342px;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 144px 25px 0 0;
    }

        .education-animation-wrapper .animation section .blurb {
            color: #242275;
            font-size: 28px;
            font-family: 'FuturaBook';
            line-height: 32px;
            position: relative;
            margin-top: -33px;
            opacity: 0;
            left: 300px;
            text-align: right;
        }

        .education-animation-wrapper .animation section .minions {
            bottom: 0;
            position: relative;
            float: right;
            width: 200px;
        }

            .education-animation-wrapper .animation section .minions .green-minions {
                float: left;
                position: relative;
                top: -50px;
                z-index: 777;
                opacity: 0;
            }

                .education-animation-wrapper .animation section .minions .green-minions.grow {
                    z-index: 555;
                }

                .education-animation-wrapper .animation section .minions .green-minions img {
                    position: relative;
                    z-index: 888;
                }

                .education-animation-wrapper .animation section .minions .green-minions #light-green {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    /*transform: scale(0.45);*/
                    opacity: 0;
                    -ms-transform-origin: bottom right; /* IE 9 */
                    -webkit-transform-origin: bottom right; /* Chrome, Safari, Opera */
                    -moz-transform-origin: bottom right; /* Chrome, Safari, Opera */
                    transform-origin: bottom right;
                }

        .education-animation-wrapper .animation section .drop-cap {
            position: absolute;
            z-index: 999;
        }

            .education-animation-wrapper .animation section .drop-cap img {
                opacity: 0;
                transform: scale(0.45);
                top: -50px;
                position: absolute;
                left: 240px;
            }

        .education-animation-wrapper .animation section .smile {
            position: relative;
            opacity: 0;
        }

            .education-animation-wrapper .animation section .smile img {
                margin: 86px 0 0 240px;
                position: relative;
                z-index: 999;
                top: -135px;
            }

    /* GOVERNMENT */
    .government-animation-wrapper .animation section {
        width: 305px;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 117px 25px 40px 0;
    }

        .government-animation-wrapper .animation section .blurb {
            color: #007a66;
            font-size: 18px;
            font-family: 'FuturaBook';
            line-height: 22px;
            position: relative;
            opacity: 0;
            left: 300px;
            text-align: right;
            margin-bottom: 39px;
        }

        .government-animation-wrapper .animation section .amimation-wrapper #building {
            position: absolute;
            top: -400px;
            left: 33px;
            -ms-transform: rotate(-35deg);
            -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
            opacity: 0;
        }

        .government-animation-wrapper .animation section .amimation-wrapper #falling-man {
            position: relative;
            top: -300px;
            left: 201px;
            opacity: 0;
        }
/* End of Animation styles for SIM */
/* TFSA - changes - 2015-10-13*/
.shadow-gradient {
    background: #f5f5f6; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f5f5f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f5f5f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f6',GradientType=0 ); /* IE6-9 */
}

.tfsa-sav-calc {
    font-family: 'futura-pt', Verdana, sans-serif;
}

.tfsa--wrap .mobile-stretch {
    margin-left: 10px;
    padding: 12px 20px;
}

.tfsa-sav-content-calc {
    border: 1px dotted #ccc;
    padding: 10px;
}

    .tfsa-sav-content-calc img {
        padding-bottom: 10px;
    }

.tfsa-sav-calc .content-heading {
    padding-bottom: 30px;
    padding-top: 40px;
    text-align: center;
    font-size: 23px;
}

.tfsa-sav-content-calc {
    color: #242275;
}

    .tfsa-sav-content-calc span {
        font-family: 'futura-pt', Verdana, sans-serif;
    }

    .tfsa-sav-content-calc .tfsa-sav-col-1 {
        width: 50%;
        padding: 15px;
        border-right: 1px dotted #ccc;
    }

    .tfsa-sav-content-calc .tfsa-sav-col-2 {
        width: 50%;
        padding: 15px;
    }

    .tfsa-sav-content-calc .sav-value-font {
        font-size: 20px;
    }

.calc-wrap {
    padding-left: 45px;
}

.tfsa-sav-content-calc .tfsa-sav-col-1 .highlight-content {
    font-size: 40px;
}

.tfsa-sav-content-calc .tfsa-sav-col-2 .highlight-content {
    font-size: 40px;
    font-family: 'futura-pt', Verdana, sans-serif;
}

.tfsa-calc-min-content {
    padding-bottom: 50px;
}

    .tfsa-calc-min-content p {
        padding-top: 5px;
        font-size: 14px;
        color: #999;
    }

    .tfsa-calc-min-content .green-border-theme-button {
        font-size: 17px;
        padding: 10px 30px;
    }

.tfsa-more-info-advise {
    padding: 30px 0px;
}

    .tfsa-more-info-advise a {
        border-radius: 3px;
        margin-right: 10px;
    }

    .tfsa-more-info-advise .buy-online-btn {
        padding: 11px 30px;
    }

    .tfsa-more-info-advise .more-info {
        width: 16%;
    }

    .tfsa-more-info-advise .advisor-btn {
        width: 35%;
    }

.calc-wrap .sav-val-equal {
    width: 4%;
    padding: 0px;
}

.calc-wrap .sav-calc-disclaimer {
    font-size: 13px;
    font-family: 'futura-pt', Verdana, sans-serif;
}

.sav-val-content .tfsa-sav-content-calc {
    padding: 17px;
    background: #eff5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #eff5f5 0%, #eff5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff5f5), color-stop(100%,#eff5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eff5f5 0%,#eff5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eff5f5 0%,#eff5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eff5f5 0%,#eff5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eff5f5 0%,#eff5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5f5', endColorstr='#eff5f5',GradientType=0 ); /* IE6-9 */
}

.call-me-wrapper-class {
    display: none;
}

.sav-val-equal-content {
    margin-top: 66px;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 30px;
}

.tfsa-chat-content {
    color: #242275;
    padding-top: 35px;
}

    .tfsa-chat-content span {
        color: #242275;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-weight: 700;
    }

.tfsa-chat-wrap {
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 1;
    text-align: center;
    box-shadow: 0px -10px 10px -10px #cccccc;
    background-color: #ffffff;
    height: 90px;
    font-family: 'futura-pt', Verdana, sans-serif;
}

.tfsa-chat- .green-theme-button {
    margin-left: 15px;
}

.tfsa-chat-wrap .green-theme-button {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    font-family: 'futura-pt', Verdana, sans-serif;
}

.tfsa-chat-wrap a:hover {
    text-decoration: none;
}

.tfsa-chat-wrap .green-theme-button:hover {
    text-decoration: none;
}

.tfsa-chat-wrap .contact-hlp {
    padding-left: 10px;
}

.tfsa--wrap .advisor-btn {
    height: 40px;
}

.tfsa--wrap .tfsa-video-popup {
    height: 40px;
    padding: 12px;
}

.tfsa-more-info-advise .advisor-btn {
    height: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tfsa-more-info-advise .advisor-btn {
        width: 50%;
    }

    .tfsa-sav-content-calc .tfsa-sav-col-1 .highlight-content {
        font-size: 4.4vw;
    }

    .tfsa-sav-content-calc .tfsa-sav-col-2 .highlight-content {
        font-size: 4.4vw;
        font-family: 'futura-pt', Verdana, sans-serif;
    }

    .calc-wrap {
        padding-left: 7px;
    }

        .calc-wrap .sav-val-content {
            width: 29%;
        }

    .sav-val-content .tfsa-sav-content-calc {
        padding: 23px 10px;
    }

    .calc-wrap .sav-val-equal {
        width: 3%;
    }

    .tfsa--wrap .advisor-btn {
        white-space: normal;
        height: auto;
    }

    .tfsa--wrap .tfsa-video-popup {
        height: auto;
        padding: 12px;
        white-space: normal;
    }

    .tfsa--wrap .go-to-how-much-saving {
        padding: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .tfsa--wrap .mobile-stretch {
        margin: 15px 0px;
    }

    .tfsa--wrap .portal-video {
        float: left !important;
    }

    .tfsa-calc-min-content .green-border-theme-button {
        width: 100%;
        font-size: 14px;
        padding: 10px 7px;
    }

    .tfsa-more-info-advise a {
        margin-top: 10px;
        width: 100%;
    }

    .tfsa-more-info-advise .more-info {
        width: 100%;
    }

    .tfsa-more-info-advise .advisor-btn {
        width: 100%;
    }

    .modal-column-left {
        border-right: none;
    }

    .tfsa-sav-calc .content-heading {
        padding-top: 0px;
    }

    .calc-wrap {
        padding-left: 0px;
    }

        .calc-wrap .sav-val-equal {
            width: 100%;
            padding-bottom: 10px;
        }

    .sav-val-equal-content {
        margin-top: 0px;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 30px;
    }

    .tfsa-sav-content-calc .tfsa-sav-col-1 {
        width: 100%;
        border-bottom: 1px dotted #ccc;
        border-right: none;
    }

    .tfsa-sav-content-calc .tfsa-sav-col-2 {
        width: 100%;
    }

    .tfsa-calc-min-content p {
        padding: 5px 20px;
    }

    .tfsa-chat-content {
        padding-top: 20px;
    }

    .tfsa--wrap .advisor-btn {
        white-space: normal;
        height: auto;
    }

    .tfsa--wrap .go-to-how-much-saving {
        margin-top: 0px !important;
        margin-bottom: 30px;
    }

    .tfsa-more-info-advise .advisor-btn {
        height: auto;
        white-space: normal;
    }
}

/* End of TFSA - changes - 2015-10-13*/
/* Responsible Business */
.sfCategoriesList {
    list-style-type: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

    .sfCategoriesList li {
        padding: 0px !important;
        margin: 0px !important;
    }

.portal-resp-bus .portal h2 {
    color: #242275;
    margin: 20px 0 15px;
}

.portal-resp-bus .resp-bus-category-wrap {
    padding-top: 20px;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 14px;
}

.resp-bus-category-wrap .resp-category-span {
    color: #242275;
    text-transform: capitalize;
}

.resp-bus-category-wrap .resp-cat-date {
    color: grey;
    font-size: 13px;
}

.portal-resp-bus .body-gradient {
    height: 5px;
}

.portal-resp-bus .description {
    font-size: 15px;
}

.portal-resp-bus .twitter {
    background-position: -180px 0;
    display: inline-block;
    height: 24px;
    margin-top: 5px;
    width: 32px;
}

.portal-resp-bus .share-mail {
    background-position: -348px 0;
    display: inline-block;
    height: 24px;
    width: 33px;
}

.portal-resp-bus .facebook {
    background-position: -216px 0;
    display: inline-block;
    height: 24px;
    width: 30px;
}

.portal-resp-bus .twitter:hover {
    background-position: -180px -25px;
}

.portal-resp-bus .facebook:hover {
    background-position: -216px -25px;
}

.portal-resp-bus .share-mail:hover {
    background-position: -348px -25px;
}

.portal-btn-wrap .portal-social-icons {
    margin-top: 10px;
    padding: 2px 8px 1px;
}

.btn-share {
    border-radius: 1px;
    padding: 11px 20px;
}

    .btn-share:hover {
        border-width: 1px;
        cursor: default;
    }

.read-btn {
    padding: 11px 20px;
}

.sfArtcileTitle {
    display: block !important;
    padding: 10px 0px 0px !important;
}

.resp-mgz-portal-layout {
    margin: 0px -25px;
    padding-top: 25px;
}

    .resp-mgz-portal-layout .gallery-item .drop-shadow {
        width: 94%;
        margin-left: 3%;
    }

    .resp-mgz-portal-layout .col-sm-4 {
        padding: 0 25px;
    }

        .resp-mgz-portal-layout .col-sm-4 .drop-shadow {
            margin-left: 6%;
            width: 88%;
        }


    .resp-mgz-portal-layout .gallery-item {
        margin-bottom: 20px;
    }

    .resp-mgz-portal-layout .gallery-item-border .btn {
        margin-top: 10px;
    }

    .resp-mgz-portal-layout .gallery-item-border {
        border-right: 1px dotted #cccccc;
        margin-bottom: 20px;
        margin-right: -25px;
        overflow: hidden;
        padding-right: 25px;
    }

    .resp-mgz-portal-layout .col-sm-4 .gallery-item-border {
        border: medium none;
    }

.portal-resp-bus .resp-mgz-portal-layout h2 {
    margin: 20px 0 15px;
}

.mgzn-filter {
    margin-top: 15px;
}

    .mgzn-filter .filter-align {
        margin-bottom: 10px;
        padding-bottom: 30px;
    }

.resp-mgz-portal-layout .gallery-item .border-none {
    border: medium none;
}

.content-mgz-article {
    height: 130px;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
    display: block;
}

    .come-in:nth-child(odd) {
        animation-duration: 0.8s; /* So they look staggered */
    }

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}
/* End of Responsible Business */
/* How much you are Worth tool styles starts */
.how-much-worth-wrapper .grad-header {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 36%, #e6e7e9 100%) repeat scroll 0 0;
    font-family: 'futura-pt', Verdana, sans-serif;
    border: 1px solid #e2e2e2;
}

.how-much-worth-wrapper .consultant-form {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 40px 10px 40px 20px;
    margin-top: 0px;
    border-bottom: none;
}

.how-much-worth-wrapper .field-label {
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 16px;
    margin-top: 14px;
}

    .how-much-worth-wrapper .field-label span {
        font-family: 'futura-pt', Verdana, sans-serif;
    }

.consultant-form .row .txtIncome {
    width: 40%;
    float: left;
}

.consultant-form .row .txtAge {
    width: 19%;
    float: left;
}

.consultant-form .form-field-gender {
    margin-top: 30px;
}

.consultant-form .form-field-income {
    margin-top: 10px;
}

.rdb-styles label {
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-right: 20px;
    padding-left: 7px;
}

.consultant-form .form-field-submit {
    margin-top: 20px;
}

    .consultant-form .form-field-submit .call-me-button {
        border-radius: 2px;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 15px;
        padding-bottom: 11px;
        padding-top: 14px;
        width: 80%;
        white-space: normal;
    }

.grad-header span {
    font-family: 'futura-pt', Verdana, sans-serif;
}

.consultant-form .row .col-sm-6 span.required-field-val {
    color: #ff0000;
}

.res1-wrapper {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px dotted #999;
    overflow: auto;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-top: 12px;
}

.res2-wrapper {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px dotted #999;
    overflow: auto;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-top: 12px;
}

.res-row {
    float: left;
    padding-right: 17px;
    padding-top: 6px;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 15px;
}

.res1-wrapper .btnUpdate {
    padding: 6px 20px !important;
    margin-right: 40px;
}

.res2-wrapper .btnUpdate {
    padding: 6px 20px !important;
    margin-right: 40px;
}

.res-row > span {
    font-family: 'futura-pt', Verdana, sans-serif;
}

.res-content-wrap {
    font-family: 'futura-pt', Verdana, sans-serif;
    padding: 40px 0 30px;
    text-align: center;
    clear: both;
    font-size: 18px;
}

    .res-content-wrap span {
        font-family: 'futura-pt', Verdana, sans-serif;
    }

.res-earn-val {
    padding: 20px 20px 10px;
}

.assumptions-wrap {
    font-family: 'futura-pt', Verdana, sans-serif !important;
    font-size: 14px;
    padding-right: 183px;
    text-align: right;
}

.res2-content .res-content-wrap .assumptions-wrap {
    font-family: 'futura-pt', Verdana, sans-serif !important;
    font-size: 14px;
    padding-right: 260px;
    text-align: right;
}

.lbl-res-earn-val {
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 70px;
    color: #00a7ca;
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999;
    padding: 10px;
}

.res2-content .res-earn-val .lbl-res-earn-val {
    font-size: 35px !important;
}

.btn-protect-wrap {
    text-align: center;
    padding-bottom: 50px;
    padding-left: 30px;
}

    .btn-protect-wrap .call-me-button {
        border-radius: 2px;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 15px;
        padding: 14px 30px;
        white-space: normal;
    }

    .btn-protect-wrap .call-me-button-reset {
        padding: 14px 30px;
        white-space: normal;
        height: 46px;
    }

    .btn-protect-wrap .call-me-button-email {
        padding: 14px 30px;
        height: 46px;
    }

    .btn-protect-wrap .btn-md {
        margin-right: 20px;
    }

.how-much-worth-wrapper-step-2 {
    border: 1px solid #e0e0e0;
    border-bottom: none;
}

.lblYouworth {
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 70px;
    color: #00a7ca;
}

.email-report-wrap {
    border: none !important;
    background-color: #f7f7f7;
}

    .email-report-wrap .form-control {
        width: 97%;
        float: left;
        background-color: #fff;
    }

.assumption-cotnent-wrap {
    border-top: 1px dotted #999;
    margin-left: 50px;
    width: 90%;
    padding-top: 15px;
    font-family: 'futura-pt', Verdana, sans-serif;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 30px;
}

.assuptions-content-links ul {
    padding: 0px;
    margin: 0px;
}

    .assuptions-content-links ul li {
        float: left;
        margin: 0 0 0 13px;
        padding: 0;
        line-height: 18px;
    }

        .assuptions-content-links ul li:not(:first-child) {
            float: left;
            margin: 0 0 0 27px;
            padding: 0;
        }



@media screen and (min-width: 320px) and (max-width: 767px) {
    .how-much-worth-wrapper .field-label {
        font-size: 14px;
        padding-left: 0px !important;
    }

    .consultant-form .form-field-gender {
        padding-left: 0px;
    }

    .consultant-form .form-field-income {
        padding-left: 0px;
        padding-right: 0px;
    }

    .consultant-form .form-field-submit {
        padding: 0px;
    }

    .consultant-form .row .txtAge {
        width: 35%;
    }

    .assumptions-wrap {
        font-family: 'futura-pt', Verdana, sans-serif !important;
        font-size: 13px;
        padding-right: 177px;
        text-align: right;
    }

    .consultant-form .form-field-submit .call-me-button {
        width: 100%;
    }

    .consultant-form .row .txtIncome {
        width: 60%;
    }

    .rdb-styles label {
        font-size: 14px;
    }

    .how-much-worth-wrapper .consultant-form {
        padding: 20px 18px 30px;
    }

    .consultant-form .form-field-gender {
        margin-top: 0px;
    }

    .consultant-form .form-control {
        margin-top: 5px;
    }

    .lbl-res-earn-val {
        font-size: 35px;
    }

    .btn-protect-wrap .btn-md {
        margin: 0px;
    }

    .btn-protect-wrap {
        padding: 15px 15px 35px;
    }

    .res-content-wrap {
        padding: 30px 0 15px;
    }

    .res1-wrapper, .res2-wrapper {
        padding-left: 20px;
    }

    .how-much-worth-wrapper-step-2 .res-row {
        padding: 0px;
    }

    .res-row {
        float: none;
    }

    .res1-wrapper .btnUpdate, .res2-wrapper .btnUpdate {
        margin-top: 8px;
        padding: 6px 30px !important;
        float: left !important;
    }

    .lblYouworth {
        font-size: 35px;
    }

    .res2-content .res-earn-val .lbl-res-earn-val {
        font-size: 25px !important;
    }

    .res-earn-val {
        padding: 30px 7px 10px;
    }

    .btn-protect-wrap .call-me-button-email {
        margin: 10px 0 !important;
    }

    .consultant-form .row .col-sm-6 {
        padding: 0px;
    }

    .email-report-wrap .form-control {
        width: 97%;
    }

    .consultant-form .form-field-submit .call-me-button {
        width: 97%;
    }

    .assumption-cotnent-wrap {
        border-top: 1px dotted #999;
        display: inline-block;
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 14px;
        margin-left: 17px;
        margin-right: 15px;
        padding-bottom: 30px;
        padding-top: 15px;
    }

    .assuptions-content-links ul li:not(:first-child) {
        float: left;
        margin: 0 0 0 13px;
        padding: 0;
    }

    .btn-protect-wrap .btn-advisor {
        margin-top: 10px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .btn-protect-wrap .call-me-button-email {
        padding: 14px 10px;
    }

    .res-row {
        padding-right: 15px;
    }

    .res2-content .res-content-wrap .assumptions-wrap {
        font-family: 'futura-pt', Verdana, sans-serif !important;
        font-size: 14px;
        padding-right: 184px;
        text-align: center;
    }

    .assumptions-wrap {
        font-family: 'futura-pt', Verdana, sans-serif !important;
        font-size: 14px;
        padding-right: 304px;
        text-align: center;
    }
}
/* How much you are Worth tool styles ends */

/* Tax Reform Calc styles */
.tax-reform-form {
    box-shadow: 0 7px 5px -1px #dfdfdf;
}

    .tax-reform-form .right-section {
        float: right;
        text-align: center;
        width: 242px;
    }

        .tax-reform-form .right-section a {
            padding: 5px 25px 5px 0;
        }

    .tax-reform-form .consultant-form .row label {
        text-align: left;
    }


    .tax-reform-form > div:nth-of-type(2) {
        box-shadow: 0 7px 5px -1px #dfdfdf;
        padding-bottom: 50px;
    }

    .tax-reform-form > div:nth-of-type(3) {
        box-shadow: 0 7px 5px -1px #dfdfdf;
        padding: 20px 0px 20px 0px;
    }

    .tax-reform-form .consultant-form {
        border: medium none;
        margin-left: -10px !important;
        margin-right: -10px !important;
        margin-top: 0;
        padding-bottom: 0;
    }

    .tax-reform-form .chk-style-label {
        padding-left: 15px;
        width: auto !important;
        cursor: pointer;
        margin-top: 0px !important;
    }

    .tax-reform-form .submitEntry {
        font-family: 'futura-pt', Verdana, sans-serif;
        font-size: 15px;
        padding: 15px 35px;
    }
/*.tax-reform-result-wrap .funds-summary {
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 7px 5px -3px #dfdfdf;
}

.tax-reform-savings-result table tr.sub-header th.border-right {
    border-right: medium none;
}

.tax-reform-savings-result table tr td {
    border-bottom: medium none;
}

.tax-reform-sav-opp table td:first-child {
    width: 70%;
}

.tax-reform-sav-opp table tr td {
    padding: 8px 10px 13px 20px !important;
}

.tax-reform-sav-opp table td:nth-child(2) {
    border-right: medium none;
}

.tax-ref-sav-opp-content {
    font-family: 'futura-pt', Verdana, sans-serif;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 20px;
}

    .tax-ref-sav-opp-content h3 {
        margin-top: 8px;
    }

        .tax-ref-sav-opp-content h3 span {
            font-family: 'futura-pt', Verdana, sans-serif;
        }

.assumptions-pension-renum {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0 7px 5px -3px rgb(223, 223, 223);
    margin-bottom: 12px;
    margin-top: 30px;
}*/
/* End of Tax Reform Calc styles*/
.slick-prev::before {
    content: "" !important;
}

.slick-next::before {
    content: "" !important;
}

.slick-prev {
    background: rgba(0, 0, 0, 0) url("../images/mobile_left_static.png") no-repeat scroll 0 0 !important;
    height: 40px !important;
    top: 49% !important;
    width: 28px !important;
}

.slick-next {
    background: rgba(0, 0, 0, 0) url("../images/mobile_right_static.png") no-repeat scroll 0 0 !important;
    height: 40px !important;
    top: 49% !important;
    width: 28px !important;
}

.slick-prev:hover {
    background: rgba(0, 0, 0, 0) url("../images/mobile_left_hover.png") no-repeat scroll 0 0 !important;
    color: transparent;
    outline: medium none;
    top: 49% !important;
}

.slick-next:hover {
    background: rgba(0, 0, 0, 0) url("../images/mobile_right_hover.png") no-repeat scroll 0 0 !important;
    color: transparent;
    outline: medium none;
    top: 49% !important;
}



@media (min-width: 1230px) {
    .slick-prev {
        left: -45px !important;
    }

    .slick-next {
        right: -45px !important;
    }

    .slick-prev {
        background: rgba(0, 0, 0, 0) url("../images/scrolling_arrows_0002_arrow_left_static.png") no-repeat scroll 0 0 !important;
        height: 227px !important;
        top: 54% !important;
        width: 39px !important;
    }

    .slick-next {
        background: rgba(0, 0, 0, 0) url("../images/scrolling_arrows_0000_arrow_right_static.png") no-repeat scroll 0 0 !important;
        height: 227px !important;
        top: 54% !important;
        width: 39px !important;
    }

    .slick-prev:hover {
        background: rgba(0, 0, 0, 0) url("../images/scrolling_arrows_0003_arrow_left_hover.png") no-repeat scroll 0 0 !important;
        color: transparent;
        outline: medium none;
        top: 54% !important;
        width: 39px !important;
    }

    .slick-next:hover {
        background: rgba(0, 0, 0, 0) url("../images/scrolling_arrows_0001_arros_right_hover.png") no-repeat scroll 0 0 !important;
        color: transparent;
        outline: medium none;
        top: 54% !important;
        width: 39px !important;
    }

    .slider-small .slick-prev {
        background: rgba(0, 0, 0, 0) url("../images/left_arrow_warren_static.png") no-repeat scroll 0 0 !important;
        height: 190px !important;
        top: 51% !important;
        width: 28px !important;
    }

    .slider-small .slick-next {
        background: rgba(0, 0, 0, 0) url("../images/right_arrow_warren_static.png") no-repeat scroll 0 0 !important;
        height: 190px !important;
        top: 51% !important;
        width: 28px !important;
    }

    .slider-small .slick-prev:hover {
        background: rgba(0, 0, 0, 0) url("../images/left_arrow_warren_hover.png") no-repeat scroll 0 0 !important;
        color: transparent;
        outline: medium none;
        top: 51% !important;
        width: 28px !important;
    }

    .slider-small .slick-next:hover {
        background: rgba(0, 0, 0, 0) url("../images/right_arrow_warren_hover.png") no-repeat scroll 0 0 !important;
        color: transparent;
        outline: medium none;
        top: 51% !important;
        width: 28px !important;
    }

    .slider-small .slick-prev {
        left: -30px !important;
    }

    .slider-small .slick-next {
        right: -30px !important;
    }
}

.goals-icon {
    margin-left: 25px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .goals-icon {
        margin-left: 0px;
    }

    .icon-header {
        padding-left: 0px !important;
        padding-right: 13px;
    }
}

.btn-investmagrs-close {
    background: rgba(0, 0, 0, 0) url("../images/close_btn.png") no-repeat scroll 0 0 !important;
    color: transparent;
    display: inline-block;
    height: 37px;
    margin-top: 11px;
    outline: medium none;
    width: 37px;
    margin-right: 19px;
}

    .btn-investmagrs-close:hover {
        background: rgba(0, 0, 0, 0) url("../images/close_btn_hover.png") no-repeat scroll 0 0 !important;
        color: transparent;
        outline: medium none;
    }

.portal-carousal-wrap h2 {
    margin-top: 15px !important;
}

.spacerMargin {
    margin-top: 15px;
}

.icon-header {
    padding-left: 60px;
    padding-top: 6px;
}

.custom-bg-green {
    background-color: #f5f9f8;
}

.fund-mgr-contact {
    margin-top: 20px;
    margin-bottom: 25px;
}

    .fund-mgr-contact .advisor-btn {
        margin-right: 15px;
        padding: 10px 25px;
    }

@media (min-width: 768px) and (max-width:1024px) {
    .btn-investmagrs {
        padding-left: 0;
        padding-right: 0;
    }

    .fund-mgr-contact .advisor-btn {
        padding-left: 14px;
    }
}

/* Please remove before checking in in TFS */
.investors-option-select {
    padding: 20px;
}

    .investors-option-select label {
        display: block;
        font-weight: normal;
        padding-top: 5px;
    }

    .investors-option-select input[type="checkbox"] {
        border: solid 1px red;
        height: 1.5em;
        width: 1.5em;
        float: left;
        margin-right: 5px;
    }

@media (max-width: 768px) {
    .invest-vid-wrapper {
        margin-bottom: 20px;
    }

    .investors-option-select {
        padding: 10px 0px;
    }

    .div-story-container {
        padding: 0px;
    }
}
/* END: Please remove before checking in in TFS */

/*
    Desgin code for Call me back in Zimbabwe site.
*make recaptcha smaller code
*/
.g-recaptcha {
    transform: scale(0.75);
    width: 250px;
    transform-origin: 0 0;
    padding: 10px;
}
/*
*loader code
*/
.assemble-has-load {
    position: relative;
}

    .assemble-has-load input {
        padding-right: 36px;
    }

.load-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    padding: 5px;
}


[hidden] {
    display: none;
}

.visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

div.awesomplete {
    display: inline-block;
    position: relative;
}

    div.awesomplete > input {
        display: block;
    }

    div.awesomplete > ul {
        position: absolute;
        left: 0;
        z-index: 1;
        min-width: 100%;
        box-sizing: border-box;
        list-style: none;
        padding: 0;
        border-radius: .3em;
        margin: .2em 0 0;
        background: hsla(0,0%,100%,.9);
        background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
        border: 1px solid rgba(0,0,0,.3);
        box-shadow: .05em .2em .6em rgba(0,0,0,.2);
        text-shadow: none;
    }

        div.awesomplete > ul[hidden],
        div.awesomplete > ul:empty {
            display: none;
        }

@supports (transform: scale(0)) {
    div .awesomplete > ul {
        transition: .3s cubic-bezier(.4,.2,.5,1.4);
        transform-origin: 1.43em -.43em;
    }

        div.awesomplete > ul[hidden],
        div.awesomplete > ul:empty {
            opacity: 0;
            transform: scale(0);
            display: block;
            transition-timing-function: ease;
        }
}

/* Pointer */
div.awesomplete > ul:before {
    content: "";
    position: absolute;
    top: -.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: .4em;
    background: white;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.awesomplete > ul > li {
    position: relative;
    padding: .2em .5em;
    cursor: pointer;
}

    div.awesomplete > ul > li:hover {
        background: hsl(200, 40%, 80%);
        color: black;
    }

    div.awesomplete > ul > li[aria-selected="true"] {
        background: hsl(205, 40%, 40%);
        color: white;
    }

div.awesomplete mark {
    background: hsl(65, 100%, 50%);
}

div.awesomplete li:hover mark {
    background: hsl(68, 100%, 41%);
}

div.awesomplete li[aria-selected="true"] mark {
    background: hsl(86, 100%, 21%);
    color: inherit;
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #242275;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: 'X';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #242275;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}