@charset "utf-8";
/* CSS Document */
.sign-out {
	border-top: 2px solid #ffffff;	
	border-bottom: 2px solid #ffffff!important;	
}

.show-mob {
	display:none;	
}
html {
    background: #fff;
    font-family:"dax"
}
body {
    color: #414141;
    margin: 0;
    background: #fff;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
}
body.modal-open {	
	height: 100%;
	overflow: hidden; */
}
h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
}

.hidden-anchor, .hidden-label {
	position: absolute;
	left: -10000px;
}

.shrink-line {
    line-height: ;
}
#secondary-nav #main-menu ul li a {} @media (max-width: 768px) {
    h1 {
        font-size: 22px;
        margin: 0 0 5px 0;
    }
}
a,
.link {
    font-family: 'dax-medium';
    color: #0075be;
    text-decoration: none;
}
/*general contents container */

.container {
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

.show-mobile {
    display: none!important;
}

/* SHOW/HIDE mobile versions */

@media (max-width: 500px) {
    .hide-mobile {
        display: none!important;
    }
    .show-mobile {
        display: block!important;
    }
}
/**************************************/
/*Top navigation bar 
**************************************/

#primary-nav {
    text-align: center;
    background-color: #0079c1;
    color: #ffffff;
	display: inline-block;
    margin-bottom: -3px;
    width: 100%;
}
#primary-nav #welcome-message {
    color: #ffffff;
    display: inline-block;
    float: left;
    padding: 15px 20px;
    font-size: 13px;
    font-family: 'dax-medium';
}
#primary-nav #top-menu {
    display: inline-block;
    float: right;
}
#primary-nav #top-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#primary-nav #top-menu ul li {
    padding: 13.5px 20px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'dax-medium';
    display: inline-block;
    float: left;
    line-height: 19px;
}
#primary-nav #top-menu ul li a {
                Color: #fff;
}

#primary-nav #top-menu li.highlight {
    background-color: #1d4e75;
}
#primary-nav #top-menu li.highlight span:first-child {
    width: 13px;
    height: 15px;
    background-position: 0 -263px;
    background-repeat: no-repeat;
    background-image: url("/gwclient/images/sprite.png");
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#primary-nav #top-menu li.highlight span:first-child:::before {
    content: "";
}
#primary-nav #top-menu li.highlight span:last-child,
#primary-nav #top-menu li.highlight span#red-circle-down {
    width: 19px;
    height: 19px;
    background-position: 0 -103px;
    background-repeat: no-repeat;
    background-image: url("/gwclient/images/sprite.png");
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
/**************************************/
/*Secondary navigation bar - logo and main menu
**************************************/

#secondary-nav {
   border-bottom: 1px solid #cacaca;
    
    margin-bottom: 20px;
	background: #ffffff;
}

#secondary-nav:after {
    display: block;
	content: "";
	clear: both;
}
#secondary-nav #site-logo img {
    display: block;
    float: left;
    padding: 8px 0px 8px 15px;
	width: 250px;
}
#secondary-nav #main-menu ul {
    display: block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
#secondary-nav #main-menu ul li {
    line-height: 1.1;
    font-size: 14px;
    vertical-align: middle;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    float: left;
}
#secondary-nav #main-menu ul li a {
    color: #414141;
    font-size: 14px;
    padding: 25px 20px;
    display: inline-block;
    font-decoration: none;
    font-family: "dax";
    line-height: 20px;
    height: 40px;
}
#secondary-nav #main-menu ul li.active a,
#secondary-nav #main-menu ul li a:hover {
    background-color: #e6e6e6;
}
.one-line a {
    line-height: 38px!important;
    
}

@media only screen and (max-width: 768px) {

	#secondary-nav #main-menu ul li a {
	    color: #414141;
	    font-size: 12px;
	    padding: 25px 12px;
	    display: inline-block;
	    font-decoration: none;
	    font-family: "dax";
	    line-height: 20px;
	    height: 40px;
	}
	.vp-options span a {
	    display: block;
	    float: left;
	    padding: 0px 1px;
	    font-family: "dax";
	    color: #414141;
	    margin-left: -9px;
	    font-size: 12px;
	}
	.research-options span a {
	    display: block;
	    float: left;
	    padding: 0px 1px;
	    font-family: "dax";
	    color: #414141;
	    font-size: 12px;
	}
}	
/**************************************/
/*Stacked list (dashboard)
**************************************/

ul.stacked-list,
ul.stacked-list ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
@media (max-width: 360px) {
    ul.stacked-list,
    ul.stacked-list ul {
        list-style: none;
        margin: 0;
        padding: 0 10px;
    }
}
ul.stacked-list li {
    font-family: 'dax';
    font-size: 15px;
    color: #000000;
    display: table;
    border-bottom: 1px solid #cacaca;
    background-color: #e6e6e6;
    width: 100%;
    cursor: pointer;
    margin: 0;
}
@media (max-width: 800px) {
    ul.stacked-list li {
        font-size: 12px;
    }
}
ul.stacked-list li.parent-menu {
    font-family: "dax-medium";
}
ul.stacked-list li:last-child {
    border-bottom: none;
}
ul.stacked-list li.inner-list {
    margin: 0;
    padding: 0;
    font-family: 'dax';
}
ul.stacked-list li.inner-list>ul {
    padding: 0 0 0 60px;
}
ul.stacked-list li.inner-list>ul.inner-list li.active {
    background: url('/gwclient/images/blue-bar.jpg') repeat-y 0 0;
}
ul.stacked-list li.inner-list>ul.inner-list li.active::after {
    display: block;
    position: relative;
    content: "";
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #E6E6E6;
    right: -100%;
    width: 24px;
    margin: 0;
    top: 10px;
}
@media (max-width: 360px) {
    ul.stacked-list li.inner-list>ul.inner-list li.active::after {
        display: none;
    }
}
ul.stacked-list>li.top {
    background-color: #1d4e75;
    color: #fff;
    font-family: 'dax-medium';
}
ul.stacked-list>li div.title {
    float: left;
    display: table-cell;
    padding: 15px 0;
    width: 52%;
}
ul.stacked-list>li div.title span {
    float: left;
    clear: left;
    margin-left: 20px;
}
ul.stacked-list>li div.data {
    width: 48%;
    float: right;
    text-align: right;
    display: table-cell;
    padding: 15px 0;
}
ul.stacked-list>li div.data span {
    float: right;
    clear: right;
    margin-right: 20px;
}
ul.stacked-list>li.parent-menu> div.title span {
    margin-left: 60px;
}
ul.stacked-list>li.parent-menu>div.title::before {
    display: block;
    position: relative;
    top: 30px;
    left: 20px;
    width: 24px;
    height: 24px;
    margin: -24px 0 0;
    border-radius: 12px;
    background-color: #0079c1;
    line-height: 24px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    content: "Ã®â„¢Â§";
    font-family: "bmo-icon";
}
@media (max-width: 800px) {
    ul.stacked-list li.inner-list>ul {
        padding: 0 0 0 30px;
    }
    ul.stacked-list>li div.title {
        padding: 10px 0;
        width: 45%;
    }
    ul.stacked-list>li div.data {
        padding: 10px 0;
        width: 55%;
    }
    ul.stacked-list>li.parent-menu> div.title span {
        margin-left: 30px;
    }
    ul.stacked-list>li.parent-menu>div.title::before {
        top: 25px;
        left: 5px;
        width: 18px;
        height: 18px;
        margin: -18px 0 0;
        border-radius: 9px;
        background-color: #0079c1;
        line-height: 18px;
        font-size: 10px;
    }
}
ul.stacked-list>li.parent-menu.open>div.title::before {
    content: "Ã®â„¢â€š";
}
/**************************************/
/*Contact details box (dashboard)
**************************************/

#contact-details {
    background: #e6e6e6;
    padding: 0;
    margin: 20px 0 20px 20px;
    display: block;
    padding: 20px 0;
}
@media (max-width: 360px) {
    #contact-details {
        margin: 10px;
    }
}
#contact-details h2 {
    color: #000;
    font-size: 20px;
    font-family: 'dax';
    margin: 0 0 20px 20px;
    padding: 0;
}
#contact-details .contact-info {
    clear: both;
    padding-bottom: 20px;
    width: 100%;
    display: table;
}
#contact-details .contact-info img {
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 0 0 20px;
}
#contact-details .contact-info .contact-name {
    font-size: 15px;
    float: left;
    clear: right;
}
#contact-details .contact-info span {
    font-size: 13px;
    clear: right;
    float: left;
    min-width: 60%;
    display: inline-block;
    margin-left: 20px;
}
/**************************************/
/*General tab pointer menus
**************************************/

.tab-pointer.col-one-half {
    width: 50%;
    float: left;
}
.tab-pointer.col-one-third {
    width: 33.3%;
    float: left;
}
.tab-pointer {
    font-size: 15px;
    text-align: center;
    border: 1px solid #cacaca;
    margin-left: -1px;
    margin-right: -1px;
    line-height: 32px;
    color: #0079c1;
    margin-bottom: 30px;
    cursor: pointer;
}
.tab-pointer.active {
    background: #e6e6e6;
    color: #000;
}
.tab-pointer.active::after {
    display: block;
    position: relative;
    left: 50%;
    width: 0px;
    margin-bottom: -10px;
    margin-left: -10px;
    border-style: solid;
    border-width: 10px 10px 0px;
    border-color: #e6e6e6 transparent;
    content: "";
}
.main-content {
    margin-left: 40px;
    margin-right: 20px;
}
@media (max-width: 360px) {
    .main-content {
        margin-left: 10px;
        margin-right: 10px;
    }
}
/**************************************/
/*dashboard graph
**************************************/

#dashboard-graph {
    display: table;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
}
#dashboard-graph #graph {
    display: inline-block;
    float: left;
    width: 70%
}
#dashboard-graph #graph>* {
    width: 95%;
    height: auto;
}
#dashboard-graph #graph-control {
    display: inline-block;
    float: left;
    margin-left: 1%;
    width: 29%
}
#dashboard-graph #graph-control>div {
    margin-bottom: 25px;
}
#dashboard-graph #graph-control>* {
    margin-bottom: 12px;
}
@media (max-width: 360px) {
    #dashboard-graph {
        padding-bottom: 10px;
    }
    #dashboard-graph #graph {
        width: 100%;
        margin-bottom: 20px;
    }
    #dashboard-graph #graph-control {
        width: 100%;
    }
    #dashboard-graph #graph-control>* {
        float: left;
        display: inline-block;
        font-weight: normal;
        font-size: 13px;
    }
}
/*columns*/

.col-container {
    width: 100%;
}
/**************************************/
/*dashboard(home) columns
**************************************/

.dashboard-col-container .left-col {
    width: 32%;
    display: table;
    float: left;
}
.dashboard-col-container .right-col {
    width: 68%;
    display: table;
    float: right;
}
@media (max-width: 360px) {
    .dashboard-col-container .left-col,
    .dashboard-col-container .right-col {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
/**************************************/
/*table styles
**************************************/

table tbody td:nth-child(2n+1) {
    background-color: #fff;
}
table thead th {
    padding: 0px 10px 10px;
    line-height: 1em;
    font-size: 15px;
    font-family: "dax-medium";
}
table tbody th,
table tbody td {
    padding: 10px;
    line-height: 1em;
    font-size: 15px;
  
}
.table-nopadd table tbody td{

 font-size: 9pt !important;

}
.frank-table table tbody td{

 font-size: 9pt !important;

}

@media (max-width: 800px) {
    table thead th {
        font-size: 13px;
        padding: 0px 5px 10px 5px;
    }
    table tbody th,
    table tbody td {
        padding: 10px 5px;
        line-height: 1em;
        font-size: 13px;
    }
}
@media (max-width: 360px) {
    table thead th {
        font-size: 12px;
        padding: 0px 5px 10px 5px;
    }
    table tbody th,
    table tbody td {
        padding: 10px 5px;
        line-height: 1em;
        font-size: 12px;
    }
}
table tbody tr:last-child td {
    border: none;
}
/*align-right-table*/

table.align-right-table th,
table.align-right-table td {
    text-align: right;
}
table.align-right-table th:first-child,
table.align-right-table td:first-child{
    text-align: left;
}
table.align-right-table th:nth-of-type(2),
table.align-right-table td:nth-of-type(2) {
	text-align: left;	
}
table tbody td#negative {
    color: #ed1c24;
}
table tbody td#positive {
    color: #0da206;
}
/*no-border-table*/

table.no-border td,
table.no-border th {
    border: none;
}
/**************************************/
/*select box styles
**************************************/

#account-select {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
#account-select>*,
#time-select>*,
#date-select>* {
    display: inline-block;
    float: left;
}
#account-select>label {
    font-family: "dax-light";
    color: #414141;
    line-height: 40px;
    margin-left: 20px;
    width: 65px;
}
#time-select>label,
#date-select>label {
    font-family: "dax-light";
    color: #414141;
    line-height: 38px;
    margin-right: 20px;
}
#account-select .select,
#time-select .select,
#date-select .select {
    width: 238px;
}
/**************************************
portfolio-switcher
**************************************/

#portfolio-switcher {
    width: 100%;
    display: table;
}
#portfolio-switcher .left-arrow {
    margin: 0;
    width: 7%;
    height: 125px;
    background-image: url('/gwclient/images/left-arrow-big.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    display: inline-block;
}
#portfolio-switcher .right-arrow {
    margin: 0;
    width: 7%;
    height: 125px;
    background-image: url('/gwclient/images/right-arrow-big.png');
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    display: inline-block;
}
#portfolio-switcher .right-arrow.active {
    background-image: url('/gwclient/images/right-arrow-big-active.png');
    cursor: pointer;
}
#portfolio-switcher .tab {
    width: 20%;
    display: block;
    float: left;
    margin-left: 2%;
    cursor: pointer;
}
@media (max-width: 360px) {
    #portfolio-switcher {
        margin-bottom: 20px;
    }
    #portfolio-switcher .left-arrow {
        width: 3%;
        background-position: left;
        height: 80px;
    }
    #portfolio-switcher .right-arrow {
        width: 3%;
        background-position: right;
        height: 80px;
    }
    #portfolio-switcher .tab {
        width: 22%;
    }
}
#portfolio-switcher>div:nth-child(2) {
    margin-left: 0;
}
#portfolio-switcher .tab.selected::after {
    display: block;
    position: relative;
    left: 50%;
    width: 0px;
    margin-bottom: -15px;
    margin-left: -15px;
    border-style: solid;
    border-width: 15px 15px 0px;
    border-color: #1d4e75 transparent;
    content: "";
}
#portfolio-switcher .tab .portfolio-value {
    font-size: 32px;
    color: #000000;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0;
    font-family: "dax-light";
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #cacaca;
}
@media (max-width: 800px) {
    #portfolio-switcher .tab .portfolio-value {
        font-size: 22px;
    }
}
@media (max-width: 650px) {
    #portfolio-switcher .tab .portfolio-value {
        font-size: 18px;
    }
}
@media (max-width: 545px) {
    #portfolio-switcher .tab .portfolio-value {
        font-size: 16px;
    }
}
@media (max-width: 470px) {
    #portfolio-switcher .tab .portfolio-value {
        font-size: 14px;
    }
}
#portfolio-switcher .tab .portfolio-name {
    font-size: 15px;
    color: #000000;
    text-align: center;
    width: 100%;
    display: block;
    background: #e6e6e6;
    padding: 5px 0;
    height: 40px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #cacaca;
}
@media (max-width: 360px) {
    #portfolio-switcher .tab .portfolio-value {
        font-size: 13px;
        padding: 10px 0;
    }
    #portfolio-switcher .tab .portfolio-name {
        font-size: 12px;
        padding: 10px 0;
        height: 30px;
    }
}
#portfolio-switcher .tab.selected .portfolio-value,
#portfolio-switcher .tab.selected .portfolio-name {
    border-color: #1d4e75;
}
#portfolio-switcher .tab.selected .portfolio-value {
    color: #1d4e75;
}
#portfolio-switcher .tab.selected .portfolio-name {
    color: #fff;
    background: #1d4e75;
}
/******************************************
Donut chart
******************************************/

.donut-chart {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    float: left;
    display: inline-block;
    margin-left: 35px;
}
.donut-chart p.center-data {
    background: #fff;
    position: absolute;
    text-align: center;
    font-size: 28px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    line-height: 35px;
}
.donut-chart .center-data span {
    font-size: 18px;
    line-height: 1em;
    top: 45px;
    position: relative;
}
.donut-chart .record {
    border-radius: 50%;
    clip: rect(0px, 150px, 150px, 75px);
    height: 100%;
    position: absolute;
    width: 100%;
}
.donut-chart .category {
    border-radius: 50%;
    clip: rect(0px, 75px, 150px, 0px);
    height: 100%;
    position: absolute;
    width: 100%;
    font-family: monospace;
    font-size: 1.5rem;
}
@media (max-width: 360px) {
    .donut-chart {
        width: 100px;
        height: 100px;
        margin-left: 5px;
    }
    .donut-chart p.center-data {
        font-size: 18px;
        width: 90px;
        height: 90px;
        line-height: 15px;
    }
    .donut-chart .center-data span {
        font-size: 14px;
        top: 25px;
    }
    .donut-chart .record {
        border-radius: 50%;
        clip: rect(0px, 100px, 100px, 50px);
        height: 100%;
        position: absolute;
        width: 100%;
    }
    .donut-chart .category {
        border-radius: 50%;
        clip: rect(0px, 50px, 100px, 0px);
        height: 100%;
        position: absolute;
        width: 100%;
        font-family: monospace;
        font-size: 1.5rem;
    }
}
/**************************************/
/*allocation-switcher*/

#allocation-switcher {
    width: 100%;
    display: table;
}
#allocation-switcher>#inner-div {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 30px;
}
#allocation-switcher .tab {
    border: 1px solid #cacaca;
    width: 33.3%;
    padding: 15px 0;
    display: block;
    float: left;
    margin: -1px;
}
@media (max-width: 360px) {
    #allocation-switcher>#inner-div {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
    }
    #allocation-switcher .tab {
        padding: 10px 0;
        width: 115px;
    }
}
#allocation-switcher .tab.active {
    background: #e6e6e6;
}
/*
#allocation-switcher .tab.active::after {
	display: block;
	position: relative;
	left: 50%;
	width: 0px;
	margin-bottom: -15px;
	margin-left: -15px;
	border-style: solid;
	border-width: 15px 15px 0px;
	border-color: #e6e6e6 transparent;
	content: "";
}*/

#allocation-switcher .category-label {
    display: inline-block;
    float: left;
    width: 150px;
}
#allocation-switcher .category-label ul {
    list-style: none;
    margin: 0 0 0 35px;
    padding: 0;
}
@media (max-width: 360px) {
    #allocation-switcher .category-label ul {
        margin: 0 0 0 10px;
        font-size: 12px;
    }
}
#allocation-switcher .category-label ul li span {
    display: inline-block;
    width: 8px;
    height: 12px;
    margin-right: 5px
}
#allocation-data-table {
    display: table;
    width: 100%;
    padding-top: 30px;
}
@media (max-width: 360px) {
    #allocation-switcher .category-label ul {
        margin: 0 0 0 10px;
        font-size: 12px;
    }
    #allocation-data-table {
        padding-top: 10px;
    }
}
#allocation-data-table>ul {
    list-style: none;
    margin: 0px 7%;
    padding: 0;
}
#allocation-data-table>ul>li.dropdown-menu {
    font-size: 24px;
    font-family: "dax-light";
    line-height: 50px;
    cursor: pointer;
}
#allocation-data-table>ul>li.dropdown-data {
    padding-left: 30px;
    padding-bottom: 10px;
}
#allocation-data-table>ul>li.dropdown-menu>span {
    margin-left: 30px;
}
@media (max-width: 360px) {
    #allocation-data-table>ul {
        margin: 0 10px;
    }
    #allocation-data-table>ul>li.dropdown-data {
        padding-left: 0;
    }
}
#allocation-data-table>ul>li.dropdown-menu::before {
    display: block;
    position: relative;
    top: 35px;
    left: 0px;
    width: 20px;
    height: 20px;
    margin: -20px 0px 0px;
    border-radius: 10px;
    background-color: #0079C1;
    line-height: 20px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    content: "Ã®â„¢Â§";
    font-family: "bmo-icon";
}
#allocation-data-table>ul>li.dropdown-menu.open::before {
    content: "Ã®â„¢â€š";
}
/**************************************/
/*category colour
**************************************/

.category.europe {
    background-color: #f15a22;
}
.category.asia {
    background-color: #009eca;
}
.category.north-america {
    background-color: #ffc20e;
}
.category.cash {
    background-color: #00b48d;
}
.category.equity {
    background-color: #587abc;
}
.category.fixed-income {
    background-color: #f7941d;
}
.category.currency {
    background-color: #7b8b37;
}
.category.currency-equity {
    background-color: #f15a25;
}
.category.loans {
    background-color: #f79521;
}
/*performance- account time frame*/

#account-time-frame {
    padding: 40px 7%;
}
#account-time-frame label {
    margin-right: 30px;
    float: left;
    display: inline-block;
    margin-bottom: 15px;
}
@media (max-width: 800px) {
    #account-time-frame label {
        margin-right: 10px;
        font-size: 13px;
    }
}
@media (max-width: 800px) {
    #account-time-frame {
        padding: 10px;
    }
}
@media (max-width: 360px) {
    #account-time-frame label:first-child {
        padding: 10px 10px 10px 0;
        color: #AAA;
        margin-right: 27px;
    }
    #account-time-frame label {
        padding: 10px 10px 10px 25px;
        margin-right: 10px;
        font-size: 13px;
        min-width: 60px;
        margin-bottom: 0;
    }
}
/**************************************/
/*performance columns*/
/*documnet columns
**************************************/

.performance-col-container,
.document-col-container {
    margin-left: 7%;
    margin-right: 7%;
}
@media (max-width: 360px) {
    .performance-col-container,
    .document-col-container {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.performance-col-container .right-col {
    width: 30%;
    display: table;
    float: right;
}
.performance-col-container .left-col {
    width: 64%;
    display: table;
    float: left;
}
.document-col-container .right-col {
    width: 45%;
    display: table;
    float: right;
    margin-top: 50px;
    margin-bottom: 30px;
}
.document-col-container .left-col {
    width: 45%;
    display: table;
    float: left;
    margin-bottom: 50px;
    margin-top: 50px;
}
@media (max-width: 360px) {
    .performance-col-container .left-col,
    .performance-col-container .right-col,
    .document-col-container .left-col,
    .document-col-container .right-col {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
.document-col-container #time-select,
.document-col-container #date-select {
    display: table;
    padding-bottom: 10px;
}
.performance-col-container h1,
.document-col-container h1 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #6e6e6e;
}
@media (max-width: 800px) {
    .performance-col-container h1,
    .document-col-container h1 {
        margin-bottom: 10px;
    }
}
@media (max-width: 360px) {
    .performance-col-container h1,
    .document-col-container h1 {
        margin-top: 10px;
    }
}
/*PDF icon*/

span#pdf-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('/gwclient/images/pdf-icon.png') no-repeat;
    cursor: pointer;
}
/************************************************************
/Mobile hamburger menu
*************************************************************/

.show-mobile.header-primary {
    height: 70px;
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.show-mobile.header-primary .show-mobile.header-hamburger:hover,
.show-mobile.header-primary .show-mobile.header-hamburger:focus,
.show-mobile.show-mobile.header-primary .show-mobile.header-hamburger:active {
    outline: 0;
    background-color: #66a6ca;
}
.show-mobile.header-primary .header-hamburger {
    display: block;
    width: 40px;
    height: 38px;
    padding: 16px 15px 16px 14px;
    background-color: #0079c1;
    cursor: pointer;
    border-left: 1px solid #0067A4;
}
.show-mobile.header-primary .header-hamburger > span {
    width: 30px;
    height: 38px;
}
.show-mobile.header-primary .header-hamburger > span > span:first-child {
    height: 5px;
    border-top: none;
}
.show-mobile.header-primary .header-hamburger > span > span:first-child + span + span + span {
    height: 5px;
    border-bottom: none;
}
.show-mobile.header-primary .header-hamburger > span > span {
    display: block;
    height: 6px;
    border-top: 1px solid #499fd2;
    border-bottom: 1px solid #ffffff;
    height: 10px;
}
.show-mobile.header-primary .header-logo img {
    height: 36px;
}
.show-mobile.header-primary .header-logo {
    position: absolute;
    top: 17px;
    left: 87px;
    height: 36px;
}
.show-mobile.header-primary .header-icons {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.show-mobile.header-primary .header-icons li a {
    display: block;
    position: relative;
    height: 70px;
    padding: 0px 5px;
    line-height: 1.1em;
    color: #414141;
    font-size: 0.866em;
}
.show-mobile.header-primary .header-icons li a .icon {
    width: 30px;
    height: 30px;
    margin: 0px 0px 5px;
}
.show-mobile.header-primary .header-icons li a .icon::before {
    color: #414141;
    line-height: 30px;
    font-size: 30px;
}
.show-mobile.header-primary .header-icons li a > span {
    display: block;
    height: 50px;
    padding: 5px;
    text-align: center;
}
.show-mobile.header-primary .header-icons li {
    float: left;
    display: list-item;
}
.show-mobile.header-primary .header-icons li a {
    line-height: 1.1em;
    color: #414141;
    font-size: 0.866em;
}
.show-mobile.header-mobile {
    height: 100%;
    position: absolute;
    top: 0;
    left: -85%;
    width: 85%;
    z-index: 999;
    background-color: #0079c1;
    transition: 250ms ease-in-out;
    color: #ffffff;
    display:none !important;
}

.show-mobile.header-mobile.active {
    left: 0;
}
.show-mobile.header-mobile nav > ul > li > a {
    position: relative;
    display: block;
    padding: 20px 5%;
    border-bottom: 1px solid #66a6ca;
    border-top: 1px solid #66a6ca;
    color: #ffffff;
    font-size: 1.133em;
    text-decoration: none;
    font-family: "dax";
    background-color: #0079c1;
}
.show-mobile.header-mobile nav > ul {
    padding: 0 0 30px 0;
    list-style: none;
}
.show-mobile.header-mobile nav > ul >li.active {
    background-color: #0067A4;
}
.show-mobile.header-mobile .header-mobile-logo {
    display: block;
    height: 38px;
    padding: 17px 5%;
    line-height: 36px;
}


/***********************************SIGN OUT DROP DOWN***********************************/

.sign-out {
	border-top: 2px solid #ffffff;	
	border-bottom: 2px solid #ffffff!important;	
}

ul.sign-out-drop {
	width: 260px;
	background: #1d4e75;
	color: #ffffff;	
	position: absolute;
	margin-top: 48px!important;
	margin-left: 265px!important;
	display: none;
	z-index: 10;
	padding: 20px;
}

ul.sign-out-drop.active{
  display: block !important;		
}

.sign-out-drop li a{
	display: block;
	width: 220px!important;
	color: #ffffff;	
	text-align: left;
	font-size: 13px;
	font-family:"dax-light"!important;
}

li a.sign-out-drop-lg-li {

	display: block!important;
	float: left;
	font-family:"dax-medium" !important;
	font-size: 15px !important;
	border-bottom: 1px solid #0079c1;
	padding-top: 25px!important;
	padding-bottom: 25px!important;
}

.sign-out-drop-arrow {
	width: 20px;
	height: 20px;
	background: #0079c1;
	color: #ffffff;
	display: block;
	margin-right: 130px;
	margin-left: 10px;	
	border-radius: 10px;
	text-align: center;
	float: right;
}

.sign-out-drop a li:hover {
	text-decoration: underline;	
}

.sign-in.dropdown {
	cursor: pointer;	
}

.otherBMOSites.dropdown {
	cursor: pointer;	
}
/*****************************Research Drop Down****************************/

#secondary-nav #main-menu ul.research-drop {
	position: absolute;
	width: 160%;
	background: #fff;
	height: 80px;
	color: #414141;	
	left: -30%;
	display: none;
	margin-top: 90px;
	overflow: hidden;
	border-top: 1px solid #cacaca;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
	-moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,.2); 
	box-shadow:0px 5px 5px 0px rgba(0,0,0,.2); 
	z-index:999;
}

#secondary-nav #main-menu a.research-drop-activate:hover > ul.research-drop {
	display: block;	
}

.research-options {
	position: absolute;
	height: 80px;
	color: #414141;	
	margin-top: 111px;
	z-index:999;
	display: none;
	margin-left: 90px;
}

.research-options span a.first) {
	border-right: 1px solid #cccccc;
	display: block;
}

.research-options span {
	display: block;
	float: left;
	padding: 10px 15px;	
}

.research-options span a {
	display: block;
	float: left;
	padding: 0px 1px;	
	font-family:"dax";
	 color: #414141;
}

#secondary-nav #main-menu ul.vp-drop {
	position: absolute;
	width: 160%;
	background: #fff;
	height: 80px;
	color: #414141;	
	left: -30%;
	display: block;
	margin-top: 90px;
	overflow: hidden;
	border-top: 1px solid #cacaca;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
	-moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,.2); 
	box-shadow:0px 5px 5px 0px rgba(0,0,0,.2); 
	z-index:999;
}

#secondary-nav #main-menu a.vp-drop-activate:hover > ul.vp-drop {
	display: block;	
}

.vp-options {
	position: absolute;
	height: 80px;
	color: #414141;	
	margin-top: 111px;
	z-index:999;
	display: block;
	margin-left: 320px;
}

.vp-dropdown {
	display:none;
}

span.vp-dropdown.active{
	display:inline!important;
}

.vp-options span a.first) {
	border-right: 1px solid #cccccc;
	display: block;
}

.vp-options span {
	display: block;
	float: left;
	padding: 10px 15px;	
}

.vp-options span a {
	display: block;
	float: left;
	padding: 0px 1px;	
	font-family:"dax";
	 color: #414141;
}

/****************************************PHASE 2A ENHANCEMENTS*********************/

.show-mob {
	display:none;	
}

.hidden-label {
	display: none;
}

.page-container {
	overflow: hidden;	
}
