/*@gold: #d28629;*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #262223;
  }
  main {
    background: #ffffff;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: inherit;
    text-decoration: underline;
  }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-responsive-logo {
    opacity: 1;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: static;
  }
  .img-responsive-logo.fadeOut {
    opacity: 0;
    position: absolute;
    top: -999px;
  }
  .img-responsive-white {
    opacity: 0;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: -9999px;
  }
  .img-responsive-white.fadeIn {
    opacity: 1;
    position: static;
  }
  .menu-bar-show {
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    height: 51px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #231f20;
    background: rgba(0, 0, 0, 0.75);
    /*border-bottom: 1px solid @white;*/
  }
  .menu-bar-show.fadeIn {
    opacity: 1;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .img-circle {
    border-radius: 50%;
  }
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.2;
    color: inherit;
  }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small,
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small,
  .h1 small,
  .h1 .small,
  .h2 small,
  .h2 .small,
  .h3 small,
  .h3 .small,
  .h4 small,
  .h4 .small,
  .h5 small,
  .h5 .small,
  .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  h1 small,
  h1 .small,
  .h1 small,
  .h1 .small,
  h2 small,
  h2 .small,
  .h2 small,
  .h2 .small,
  h3 small,
  h3 .small,
  .h3 small,
  .h3 .small {
    font-size: 65%;
  }
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h4 small,
  h4 .small,
  .h4 small,
  .h4 .small,
  h5 small,
  h5 .small,
  .h5 small,
  .h5 .small,
  h6 small,
  h6 .small,
  .h6 small,
  .h6 .small {
    font-size: 75%;
  }
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  p {
    margin: 0 0 10px;
  }
  .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  small,
  .small {
    font-size: 85%;
  }
  mark,
  .mark {
    background-color: #fcf8e3;
    padding: 0.2em;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-nowrap {
    white-space: nowrap;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .text-muted {
    color: #777;
  }
  .text-primary {
    color: #de8b00;
  }
  a.text-primary:hover {
    color: #ab6b00;
  }
  .text-success {
    color: #3c763d;
  }
  a.text-success:hover {
    color: #2b542c;
  }
  .text-info {
    color: #31708f;
  }
  a.text-info:hover {
    color: #245269;
  }
  .text-warning {
    color: #8a6d3b;
  }
  a.text-warning:hover {
    color: #66512c;
  }
  .text-danger {
    color: #a94442;
  }
  a.text-danger:hover {
    color: #843534;
  }
  .bg-primary {
    color: #ffffff;
  }
  .bg-primary {
    background-color: #de8b00;
  }
  a.bg-primary:hover {
    background-color: #ab6b00;
  }
  .bg-success {
    background-color: #dff0d8;
  }
  a.bg-success:hover {
    background-color: #c1e2b3;
  }
  .bg-info {
    background-color: #d9edf7;
  }
  a.bg-info:hover {
    background-color: #afd9ee;
  }
  .bg-warning {
    background-color: #fcf8e3;
  }
  a.bg-warning:hover {
    background-color: #f7ecb5;
  }
  .bg-danger {
    background-color: #f2dede;
  }
  a.bg-danger:hover {
    background-color: #e4b9b9;
  }
  .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
  }
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px;
  }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  dl {
    margin-top: 0;
    margin-bottom: 20px;
  }
  dt,
  dd {
    line-height: 1.42857;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 0;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
  }
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
  }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0;
  }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
  }
  blockquote footer:before,
  blockquote small:before,
  blockquote .small:before {
    content: '\2014 \00A0';
  }
  .blockquote-reverse,
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
  }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: '';
  }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014';
  }
  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.2;
    color: inherit;
  }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small,
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small,
  .h1 small,
  .h1 .small,
  .h2 small,
  .h2 .small,
  .h3 small,
  .h3 .small,
  .h4 small,
  .h4 .small,
  .h5 small,
  .h5 .small,
  .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  h1 small,
  h1 .small,
  .h1 small,
  .h1 .small,
  h2 small,
  h2 .small,
  .h2 small,
  .h2 .small,
  h3 small,
  h3 .small,
  .h3 small,
  .h3 .small {
    font-size: 65%;
  }
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h4 small,
  h4 .small,
  .h4 small,
  .h4 .small,
  h5 small,
  h5 .small,
  .h5 small,
  .h5 .small,
  h6 small,
  h6 .small,
  .h6 small,
  .h6 .small {
    font-size: 75%;
  }
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  p {
    margin: 0 0 10px;
  }
  .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  small,
  .small {
    font-size: 85%;
  }
  mark,
  .mark {
    background-color: #fcf8e3;
    padding: 0.2em;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-nowrap {
    white-space: nowrap;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .text-muted {
    color: #777;
  }
  .text-primary {
    color: #de8b00;
  }
  a.text-primary:hover {
    color: #ab6b00;
  }
  .text-success {
    color: #3c763d;
  }
  a.text-success:hover {
    color: #2b542c;
  }
  .text-info {
    color: #31708f;
  }
  a.text-info:hover {
    color: #245269;
  }
  .text-warning {
    color: #8a6d3b;
  }
  a.text-warning:hover {
    color: #66512c;
  }
  .text-danger {
    color: #a94442;
  }
  a.text-danger:hover {
    color: #843534;
  }
  .bg-primary {
    color: #ffffff;
  }
  .bg-primary {
    background-color: #de8b00;
  }
  a.bg-primary:hover {
    background-color: #ab6b00;
  }
  .bg-success {
    background-color: #dff0d8;
  }
  a.bg-success:hover {
    background-color: #c1e2b3;
  }
  .bg-info {
    background-color: #d9edf7;
  }
  a.bg-info:hover {
    background-color: #afd9ee;
  }
  .bg-warning {
    background-color: #fcf8e3;
  }
  a.bg-warning:hover {
    background-color: #f7ecb5;
  }
  .bg-danger {
    background-color: #f2dede;
  }
  a.bg-danger:hover {
    background-color: #e4b9b9;
  }
  .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
  }
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px;
  }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  dl {
    margin-top: 0;
    margin-bottom: 20px;
  }
  dt,
  dd {
    line-height: 1.42857;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 0;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
  }
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
  }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0;
  }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
  }
  blockquote footer:before,
  blockquote small:before,
  blockquote .small:before {
    content: '\2014 \00A0';
  }
  .blockquote-reverse,
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
  }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: '';
  }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014';
  }
  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
  }
  kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
  }
  pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
  }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
  }
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid:before,
  .container-fluid:after {
    content: " ";
    display: table;
  }
  .container-fluid:after {
    clear: both;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.33333%;
  }
  .col-xs-pull-2 {
    right: 16.66667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.33333%;
  }
  .col-xs-pull-5 {
    right: 41.66667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.33333%;
  }
  .col-xs-pull-8 {
    right: 66.66667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.33333%;
  }
  .col-xs-pull-11 {
    right: 91.66667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.33333%;
  }
  .col-xs-push-2 {
    left: 16.66667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.33333%;
  }
  .col-xs-push-5 {
    left: 41.66667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.33333%;
  }
  .col-xs-push-8 {
    left: 66.66667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.33333%;
  }
  .col-xs-push-11 {
    left: 91.66667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .container.c-s {
    width: 60%;
  }
  table {
    background-color: transparent;
  }
  caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
  }
  th {
    text-align: right;
  }
  th:first-child {
    text-align: left;
  }
  th:nth-child(2) {
    text-align: left;
  }
  @media screen and (max-width: 1199px) {
    .table-overflow {
      width: 100%;
      overflow-y: scroll;
      display: block;
      margin: 0 0 15px 0;
    }
    table.portfolio-table {
      min-width: 1200px;
    }
    .portfolios-and-performance #portfolios .panel-heading h4.panel-title.portfolios a,
    .portfolios-and-performance #performance .panel-heading h4.panel-title.portfolios a {
      line-height: 1.35;
    }
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .portfolio-table td {
    text-align: right;
  }
  .portfolio-table td:first-child {
    text-align: left;
  }
  .portfolio-table td.table-text-left {
    text-align: left;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #dddddd;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
  }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .table > tbody + tbody {
    border-top: 2px solid #dddddd;
  }
  .table .table {
    background-color: #ffffff;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > th,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > th,
  .table-condensed > tfoot > tr > td {
    padding: 5px;
  }
  .table-bordered {
    border: 1px solid #dddddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
  }
  table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
  }
  .table > thead > tr > td.active,
  .table > thead > tr > th.active,
  .table > thead > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr > td.active,
  .table > tbody > tr > th.active,
  .table > tbody > tr.active > td,
  .table > tbody > tr.active > th,
  .table > tfoot > tr > td.active,
  .table > tfoot > tr > th.active,
  .table > tfoot > tr.active > td,
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
  }
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover,
  .table-hover > tbody > tr.active:hover > td,
  .table-hover > tbody > tr:hover > .active,
  .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
  }
  .table > thead > tr > td.success,
  .table > thead > tr > th.success,
  .table > thead > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr > td.success,
  .table > tbody > tr > th.success,
  .table > tbody > tr.success > td,
  .table > tbody > tr.success > th,
  .table > tfoot > tr > td.success,
  .table > tfoot > tr > th.success,
  .table > tfoot > tr.success > td,
  .table > tfoot > tr.success > th {
    background-color: #dff0d8;
  }
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr:hover > .success,
  .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
  }
  .table > thead > tr > td.info,
  .table > thead > tr > th.info,
  .table > thead > tr.info > td,
  .table > thead > tr.info > th,
  .table > tbody > tr > td.info,
  .table > tbody > tr > th.info,
  .table > tbody > tr.info > td,
  .table > tbody > tr.info > th,
  .table > tfoot > tr > td.info,
  .table > tfoot > tr > th.info,
  .table > tfoot > tr.info > td,
  .table > tfoot > tr.info > th {
    background-color: #d9edf7;
  }
  .table-hover > tbody > tr > td.info:hover,
  .table-hover > tbody > tr > th.info:hover,
  .table-hover > tbody > tr.info:hover > td,
  .table-hover > tbody > tr:hover > .info,
  .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
  }
  .table > thead > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr > td.warning,
  .table > tbody > tr > th.warning,
  .table > tbody > tr.warning > td,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr > td.warning,
  .table > tfoot > tr > th.warning,
  .table > tfoot > tr.warning > td,
  .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
  }
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr:hover > .warning,
  .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
  }
  .table > thead > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr > td.danger,
  .table > tbody > tr > th.danger,
  .table > tbody > tr.danger > td,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr > td.danger,
  .table > tfoot > tr > th.danger,
  .table > tfoot > tr.danger > td,
  .table > tfoot > tr.danger > th {
    background-color: #f2dede;
  }
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr:hover > .danger,
  .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
  }
  .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
  }
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
  }
  input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
  }
  input[type="file"] {
    display: block;
  }
  input[type="range"] {
    display: block;
    width: 100%;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #6f6f6f;
    opacity: 1;
  }
  textarea.form-control {
    height: auto;
  }
  input[type="search"] {
    -webkit-appearance: none;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .radio,
  .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
  }
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }
  .radio-inline,
  .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  .form-control-static.input-lg,
  .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .form-control-static.input-sm,
  .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
  }
  .input-sm,
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn,
  .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
  }
  select.input-sm,
  .input-group-sm > select.form-control,
  .input-group-sm > select.input-group-addon,
  .input-group-sm > .input-group-btn > select.btn,
  .form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
  }
  textarea.input-sm,
  .input-group-sm > textarea.form-control,
  .input-group-sm > textarea.input-group-addon,
  .input-group-sm > .input-group-btn > textarea.btn,
  .form-group-sm .form-control,
  select[multiple].input-sm,
  .input-group-sm > select[multiple].form-control,
  .input-group-sm > select[multiple].input-group-addon,
  .input-group-sm > .input-group-btn > select[multiple].btn,
  .form-group-sm .form-control {
    height: auto;
  }
  .input-lg,
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn,
  .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
  }
  select.input-lg,
  .input-group-lg > select.form-control,
  .input-group-lg > select.input-group-addon,
  .input-group-lg > .input-group-btn > select.btn,
  .form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
  }
  textarea.input-lg,
  .input-group-lg > textarea.form-control,
  .input-group-lg > textarea.input-group-addon,
  .input-group-lg > .input-group-btn > textarea.btn,
  .form-group-lg .form-control,
  select[multiple].input-lg,
  .input-group-lg > select[multiple].form-control,
  .input-group-lg > select[multiple].input-group-addon,
  .input-group-lg > .input-group-btn > select[multiple].btn,
  .form-group-lg .form-control {
    height: auto;
  }
  .has-feedback {
    position: relative;
  }
  .has-feedback .form-control {
    padding-right: 42.5px;
  }
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
  }
  .input-lg + .form-control-feedback,
  .input-group-lg > .form-control + .form-control-feedback,
  .input-group-lg > .input-group-addon + .form-control-feedback,
  .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .input-sm + .form-control-feedback,
  .input-group-sm > .form-control + .form-control-feedback,
  .input-group-sm > .input-group-addon + .form-control-feedback,
  .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline,
  .has-success.radio label,
  .has-success.checkbox label,
  .has-success.radio-inline label,
  .has-success.checkbox-inline label {
    color: #3c763d;
  }
  .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  }
  .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
  }
  .has-success .form-control-feedback {
    color: #3c763d;
  }
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline,
  .has-warning.radio label,
  .has-warning.checkbox label,
  .has-warning.radio-inline label,
  .has-warning.checkbox-inline label {
    color: #8a6d3b;
  }
  .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  }
  .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
  }
  .has-warning .form-control-feedback {
    color: #8a6d3b;
  }
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline,
  .has-error.radio label,
  .has-error.checkbox label,
  .has-error.radio-inline label,
  .has-error.checkbox-inline label {
    color: #a94442;
  }
  .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  }
  .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
  }
  .has-error .form-control-feedback {
    color: #a94442;
  }
  .has-feedback label ~ .form-control-feedback {
    top: 25px;
  }
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
  }
  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 27px;
  }
  .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    content: " ";
    display: table;
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
  .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #eee;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .form-control:focus {
    outline: 0;
    box-shadow: none;
    background-color: #eee;
  }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #6f6f6f;
    opacity: 1;
  }
  textarea.form-control {
    height: auto;
  }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
  }
  .btn:focus,
  .btn.focus,
  .btn:active:focus,
  .btn:active.focus,
  .btn.active:focus,
  .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #ffffff;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-default {
    color: #ffffff;
    background-color: #333333;
    border-color: #ccc;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default.focus,
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #111111;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none;
  }
  .btn-default.disabled,
  .btn-default.disabled:hover,
  .btn-default.disabled:focus,
  .btn-default.disabled.focus,
  .btn-default.disabled:active,
  .btn-default.disabled.active,
  .btn-default[disabled],
  .btn-default[disabled]:hover,
  .btn-default[disabled]:focus,
  .btn-default[disabled].focus,
  .btn-default[disabled]:active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #333333;
    border-color: #ccc;
  }
  .btn-default .badge {
    color: #333333;
    background-color: #ffffff;
  }
  .btn-primary {
    color: #ffffff;
    background-color: #de8b00;
    border-color: #c47b00;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary.focus,
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #ab6b00;
    border-color: #875500;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none;
  }
  .btn-primary.disabled,
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus,
  .btn-primary.disabled.focus,
  .btn-primary.disabled:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled],
  .btn-primary[disabled]:hover,
  .btn-primary[disabled]:focus,
  .btn-primary[disabled].focus,
  .btn-primary[disabled]:active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #de8b00;
    border-color: #c47b00;
  }
  .btn-primary .badge {
    color: #de8b00;
    background-color: #ffffff;
  }
  .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success:hover,
  .btn-success:focus,
  .btn-success.focus,
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
  }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none;
  }
  .btn-success.disabled,
  .btn-success.disabled:hover,
  .btn-success.disabled:focus,
  .btn-success.disabled.focus,
  .btn-success.disabled:active,
  .btn-success.disabled.active,
  .btn-success[disabled],
  .btn-success[disabled]:hover,
  .btn-success[disabled]:focus,
  .btn-success[disabled].focus,
  .btn-success[disabled]:active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
  }
  .btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info:hover,
  .btn-info:focus,
  .btn-info.focus,
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
  }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none;
  }
  .btn-info.disabled,
  .btn-info.disabled:hover,
  .btn-info.disabled:focus,
  .btn-info.disabled.focus,
  .btn-info.disabled:active,
  .btn-info.disabled.active,
  .btn-info[disabled],
  .btn-info[disabled]:hover,
  .btn-info[disabled]:focus,
  .btn-info[disabled].focus,
  .btn-info[disabled]:active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
  }
  .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning.focus,
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none;
  }
  .btn-warning.disabled,
  .btn-warning.disabled:hover,
  .btn-warning.disabled:focus,
  .btn-warning.disabled.focus,
  .btn-warning.disabled:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled],
  .btn-warning[disabled]:hover,
  .btn-warning[disabled]:focus,
  .btn-warning[disabled].focus,
  .btn-warning[disabled]:active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
  }
  .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger.focus,
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none;
  }
  .btn-danger.disabled,
  .btn-danger.disabled:hover,
  .btn-danger.disabled:focus,
  .btn-danger.disabled.focus,
  .btn-danger.disabled:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled],
  .btn-danger[disabled]:hover,
  .btn-danger[disabled]:focus,
  .btn-danger[disabled].focus,
  .btn-danger[disabled]:active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
  }
  .btn-link {
    color: inherit;
    font-weight: normal;
    border-radius: 0;
  }
  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent;
  }
  .btn-link:hover,
  .btn-link:focus {
    color: inherit;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link[disabled]:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .btn-sm,
  .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-xs,
  .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%;
  }
  .btn,
  p.btn {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    text-indent: 10px;
    text-transform: uppercase;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    transition: all ease 0.25s;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 0;
  }
  .btn i,
  p.btn i {
    text-indent: 0;
    margin-left: 10px;
    padding-right: 10px;
  }
  .btn#locationSearch,
  p.btn#locationSearch {
    text-indent: 0;
  }
  .scroll {
    margin-top: 2px;
  }
  /*.btn-book-link {
      .img-book-icon-white {
          display: none;
          float: left;
          height: 57px;
          width: 50px;
          position: relative;
          margin-right: 10px;
      }
  }*/
  .btn-action,
  .scroll {
    margin-right: 15px;
    line-height: 46px !important;
  }
  .btn-action:after,
  .scroll:after {
    content: "";
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.4s ease;
  }
  .btn-action .title,
  .scroll .title {
    border-bottom: 2px solid #4B4B4B;
    padding: 6px 10px 12px 10px;
  }
  .btn-action .glyphicon,
  .scroll .glyphicon {
    display: block;
  }
  .btn-action i,
  .scroll i {
    font-size: 18px;
    color: #ffffff;
    margin-right: 0 !important;
  }
  .btn-action.darkblue,
  .scroll.darkblue {
    color: #ffffff;
  }
  .btn-action.darkblue .scroll-here,
  .btn-action.darkblue:after,
  .scroll.darkblue .scroll-here,
  .scroll.darkblue:after {
    background-color: #1A88C9;
  }
  .btn-action.darkblue i,
  .scroll.darkblue i {
    color: #1A88C9;
  }
  .btn-action.darkblue .title,
  .scroll.darkblue .title {
    border-color: #1A88C9;
  }
  .btn-action.green,
  .scroll.green {
    color: #ffffff;
  }
  .btn-action.green .scroll-here,
  .btn-action.green:after,
  .scroll.green .scroll-here,
  .scroll.green:after {
    background-color: #6c793a;
  }
  .btn-action.green i,
  .scroll.green i {
    color: #6c793a;
  }
  .btn-action.green .title,
  .scroll.green .title {
    border-color: #6c793a;
  }
  .btn-action.rp-red,
  .scroll.rp-red {
    color: #ffffff;
  }
  .btn-action.rp-red .scroll-here,
  .btn-action.rp-red span.glyphicon,
  .btn-action.rp-red:after,
  .scroll.rp-red .scroll-here,
  .scroll.rp-red span.glyphicon,
  .scroll.rp-red:after {
    background-color: #cf643b;
  }
  .btn-action.rp-red i,
  .scroll.rp-red i {
    color: #cf643b;
  }
  .btn-action.rp-red .title,
  .scroll.rp-red .title {
    border-color: #cf643b;
  }
  .btn-action.blue,
  .scroll.blue {
    color: #ffffff;
  }
  .btn-action.blue .scroll-here,
  .btn-action.blue span.glyphicon,
  .btn-action.blue:after,
  .scroll.blue .scroll-here,
  .scroll.blue span.glyphicon,
  .scroll.blue:after {
    background-color: #6e8ca1;
  }
  .btn-action.blue i,
  .scroll.blue i {
    color: #6e8ca1;
  }
  .btn-action.blue .title,
  .scroll.blue .title {
    border-color: #6e8ca1;
  }
  .btn-action.gold,
  .scroll.gold {
    color: #ffffff;
  }
  .btn-action.gold .scroll-here,
  .btn-action.gold span.glyphicon,
  .btn-action.gold:after,
  .scroll.gold .scroll-here,
  .scroll.gold span.glyphicon,
  .scroll.gold:after {
    background-color: #F58020;
  }
  .btn-action.gold i,
  .scroll.gold i {
    color: #F58020;
  }
  .btn-action.gold .title,
  .scroll.gold .title {
    border-color: #F58020;
  }
  .btn-action.orange,
  .scroll.orange {
    color: #ffffff;
  }
  .btn-action.orange .scroll-here,
  .btn-action.orange span.glyphicon,
  .btn-action.orange:after,
  .scroll.orange .scroll-here,
  .scroll.orange span.glyphicon,
  .scroll.orange:after {
    background-color: #F58020;
  }
  .btn-action.orange i,
  .scroll.orange i {
    color: #F58020;
  }
  .btn-action.orange .title,
  .scroll.orange .title {
    border-color: #F58020;
  }
  .btn-scroll:after {
    content: "";
    display: none !important;
  }
  .btn-scroll .title {
    border-color: #ffffff;
  }
  .btn-login {
    line-height: 45px;
    background-color: #000;
    color: #ffffff;
    border-bottom: 2px solid #6c793a;
  }
  .btn-login i {
    color: #6c793a;
  }
  .feature.green .btn-action,
  .feature.blue .btn-action,
  .feature.gold .btn-action,
  .feature.orange .btn-action {
    color: #000;
  }
  .scroll {
    border: 2px solid #ffffff;
    border-radius: 10px;
    display: none;
    float: left;
    height: 44px;
    left: 0;
    margin-right: 10px;
    position: relative;
    width: 30px;
  }
  .scroll:before,
  .scroll:after {
    content: '';
    position: absolute;
  }
  .scroll:after {
    position: absolute;
    left: 11px;
    top: 4px;
    width: 4px;
    height: 12px;
    border-radius: 4px;
    background-color: #ffffff;
    animation: scrolly 1.4s 5;
  }
  .Light .btn-action {
    margin-right: 15px;
    line-height: 45px;
  }
  .Light .btn-action:hover,
  .Light .btn-action:focus {
    color: #333333;
  }
  .Light .btn-action:after {
    content: "";
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.4s ease;
  }
  div.Actions .btn {
    padding: 10px;
    text-indent: 0;
  }
  .no-borderradius span.scroll {
    display: none;
  }
  .no-borderradius p.btn-action,
  .no-borderradius .btn-action {
    line-height: 45px !important;
  }
  .no-borderradius .btn-scroll {
    margin-left: -10px;
  }
  .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .fade.in {
    opacity: 1;
  }
  .collapse {
    display: none;
    clear: both;
    visibility: hidden;
  }
  .collapse.in {
    display: block;
    visibility: visible;
    clear: both;
  }
  tr.collapse.in {
    display: table-row;
  }
  tbody.collapse.in {
    display: table-row-group;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #de8b00;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #777;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    left: auto;
    right: 0;
  }
  .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
  }
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 2;
  }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }
  .btn-toolbar {
    margin-left: -5px;
  }
  .btn-toolbar:before,
  .btn-toolbar:after {
    content: " ";
    display: table;
  }
  .btn-toolbar:after {
    clear: both;
  }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
  }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
  }
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
  .btn-group > .btn:first-child {
    margin-left: 0;
  }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group > .btn-group {
    float: left;
  }
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group > .btn-group:first-child > .btn:last-child,
  .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }
  .btn-group > .btn-lg + .dropdown-toggle,
  .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn .caret {
    margin-left: 0;
  }
  .btn-lg .caret,
  .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
  }
  .dropup .btn-lg .caret,
  .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group,
  .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .btn-group-vertical > .btn-group:before,
  .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
  }
  .btn-group-vertical > .btn-group:after {
    clear: both;
  }
  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }
  .btn-group-justified > .btn-group .btn {
    width: 100%;
  }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
  }
  [data-toggle="buttons"] > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn input[type="checkbox"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
  }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
  }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
  }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
  }
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .input-group-addon:first-child {
    border-right: 0;
  }
  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .input-group-addon:last-child {
    border-left: 0;
  }
  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }
  .input-group-btn > .btn {
    position: relative;
  }
  .input-group-btn > .btn + .btn {
    margin-left: -1px;
  }
  .input-group-btn > .btn:hover,
  .input-group-btn > .btn:focus,
  .input-group-btn > .btn:active {
    z-index: 2;
  }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
  }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
  }
  .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .nav:before,
  .nav:after {
    content: " ";
    display: table;
  }
  .nav:after {
    clear: both;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .nav > li.disabled > a {
    color: #777;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eee;
    border-color: inherit;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #dddddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eee #eee #dddddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 0;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #de8b00;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified,
  .nav-tabs.nav-justified {
    width: 100%;
  }
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  .nav-tabs-justified,
  .nav-tabs.nav-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
  }
  .tab-content > .tab-pane {
    display: none;
    visibility: hidden;
  }
  .tab-content > .active {
    display: block;
    visibility: visible;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .nav-tabs {
    margin-bottom: 30px;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: 0px;
  }
  .nav-tabs > li > a {
    border: none;
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #333333;
  }
  .nav-tabs > li > a i {
    float: right;
  }
  .nav-tabs > li.active a {
    background: #ddd;
    color: #fff;
  }
  .nav-tabs > li.active a:hover {
    background: #ddd;
    color: #fff;
  }
  .LandingPage.overview .nav-tabs > li > a {
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #222;
  }
  .LandingPage.overview .nav-tabs > li.active > a {
    background: #ddd;
    color: #222;
  }
  .backlog .nav-tabs > li > a {
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #222;
  }
  .backlog .nav-tabs > li.active > a {
    background: #F58020;
    color: #ffffff;
  }
  .article-content h3.previous-issues,
  .article-content h3.previous-issues {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  footer {
    position: relative;
    z-index: 2;
  }
  footer .nav-tabs {
    margin-bottom: 0;
  }
  footer .nav-tabs > li {
    float: left;
    margin-bottom: 0px;
    width: 100%;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  footer .nav-tabs > li a {
    line-height: 2;
    color: #c5c5c5;
    font-size: 13px;
  }
  footer .nav-tabs > li a i {
    position: absolute;
    right: 20px;
    top: 18px;
  }
  footer .nav-tabs > li > a {
    color: #fff;
    background-color: transparent;
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
  }
  footer .nav-tabs > li:hover > a,
  footer .nav-tabs > li:focus > a,
  footer .nav-tabs > li.active > a {
    background-color: #000;
    color: #fff;
  }
  footer .nav-tabs > li.active > a:active,
  footer .nav-tabs > li.active > a:hover,
  footer .nav-tabs > li.active > a:focus {
    background: transparent;
    color: #fff;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table;
  }
  .navbar:after {
    clear: both;
  }
  .navbar-header:before,
  .navbar-header:after {
    content: " ";
    display: table;
  }
  .navbar-header:after {
    clear: both;
  }
  .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  .navbar-collapse:before,
  .navbar-collapse:after {
    content: " ";
    display: table;
  }
  .navbar-collapse:after {
    clear: both;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
  }
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  .navbar-brand > img {
    display: block;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
  }
  .navbar-toggle:focus {
    outline: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar-nav {
    margin: 7.5px -15px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-btn.btn-sm,
  .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-btn.btn-xs,
  .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-brand {
    color: #777;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-default .navbar-text {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: #dddddd;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
  }
  .navbar-default .navbar-link {
    color: #777;
  }
  .navbar-default .navbar-link:hover {
    color: #333333;
  }
  .navbar-default .btn-link {
    color: #777;
  }
  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #333333;
  }
  .navbar-default .btn-link[disabled]:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:hover,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
  }
  .navbar-inverse {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333333;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
  }
  .navbar-inverse .navbar-link {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-link:hover {
    color: #ffffff;
  }
  .navbar-inverse .btn-link {
    color: #9d9d9d;
  }
  .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link:focus {
    color: #ffffff;
  }
  .navbar-inverse .btn-link[disabled]:hover,
  .navbar-inverse .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-inverse .btn-link:hover,
  fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
  }
  .navbar {
    border: none;
  }
  .navbar-default {
    background-color: transparent;
    border: none !important;
    border-color: transparent;
  }
  .navbar-nav {
    margin: 7.5px -15px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
    text-transform: uppercase;
  }
  .subpagenav {
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .subpagenav.outheader {
    padding-left: 10px;
    background-color: #000000;
    position: relative !important;
  }
  .subpagenav .sectionNav {
    display: block;
  }
  .subpagenav .navbar-nav {
    margin: 0;
  }
  .subpagenav .navbar-nav > li > a {
    height: 49px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 6px;
    paddin-right: 6px;
    color: #ffffff;
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .subpagenav .navbar-nav > li > a:before {
    content: "";
    display: block;
    float: left;
    margin: 6px 8px 4px 4px;
    width: 10px;
    height: 10px;
    background-color: transparent;
  }
  .subpagenav .navbar-nav > li > a.green:before {
    background-color: #6c793a;
  }
  .subpagenav .navbar-nav > li > a.blue:before {
    background-color: #6e8ca1;
  }
  .subpagenav .navbar-nav > li > a.gold:before {
    background-color: #F58020;
  }
  .subpagenav .navbar-nav > li > a.orange:before {
    background-color: #F58020;
  }
  .subpagenav .navbar-nav > li > a.darkblue:before {
    background-color: #2d5268;
  }
  .Superannuation .subpagenav .navbar-nav > li > a:before {
    background-color: #1A88C9;
  }
  .UKPensions .subpagenav .navbar-nav > li > a:before {
    background-color: #1A88C9;
  }
  .subpagenav .container {
    padding-bottom: 0 !important;
  }
  .subpagenav .container .navbar-toggle {
    width: 100%;
  }
  .subpagenav .form-control {
    background-color: transparent;
  }
  .navbar-header {
    float: right;
  }
  .navbar-header button:first-of-type {
    border-left: 1px solid #555;
    border-right: 1px solid #555;
  }
  .navbar-toggle {
    display: block !important;
    position: relative;
    float: right;
    padding-top: 18px;
    padding-bottom: 18px;
    height: 50px;
    margin: 0;
    line-height: 14px;
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #231f20;
    color: #ffffff;
    background-image: none;
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  .navbar-toggle.menu {
    /*border-left: 1px solid @white;*/
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-toggle.menu span.icon-bar {
    background-color: #ffffff;
    /*margin-left: 43px;*/
  }
  .navbar-toggle.menu span.icon-bar:first-of-type {
    margin-top: 1px;
  }
  .navbar-toggle.menu:hover,
  .navbar-toggle.menu:focus {
    color: #ffffff;
  }
  .navbar-toggle.menu:hover .icon-bar,
  .navbar-toggle.menu:focus .icon-bar {
    background-color: #ffffff;
  }
  .navbar-toggle:hover,
  .navbar-toggle.menu {
    outline: 0;
    background-color: rgba(0, 0, 0, 0.9);
    /*color: #777;*/
    color: #ffffff;
  }
  .navbar-toggle .description {
    display: block;
    float: left;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 15px;
    border-top: none;
    border-bottom: 1px solid transparent;
    box-shadow: none;
  }
  .navbar-form .form-group {
    height: 50px;
  }
  .navbar-form .form-control {
    height: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 14px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .subpagenav.affix {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }
  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
  }
  .breadcrumb > li {
    display: inline-block;
  }
  .breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
  }
  .breadcrumb > .active {
    color: #777;
  }
  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 40px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
  }
  .breadcrumb > li {
    display: inline-block;
  }
  .breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
  }
  .breadcrumb > li a {
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #333333;
  }
  .breadcrumb > .active {
    color: #777;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: inherit;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .pagination > li > a:hover,
  .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: inherit;
    background-color: #eee;
    border-color: #dddddd;
  }
  .pagination > .active > a,
  .pagination > .active > a:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #de8b00;
    border-color: #de8b00;
    cursor: default;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    background-color: #ffffff;
    border-color: #dddddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
  }
  .pager:before,
  .pager:after {
    content: " ";
    display: table;
  }
  .pager:after {
    clear: both;
  }
  .pager li {
    display: inline;
  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777;
    background-color: #ffffff;
  }
  .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
  }
  .label:empty {
    display: none;
  }
  .btn .label {
    position: relative;
    top: -1px;
  }
  a.label:hover,
  a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  .label-default {
    background-color: #777;
  }
  .label-default[href]:hover,
  .label-default[href]:focus {
    background-color: #5e5e5e;
  }
  .label-primary {
    background-color: #de8b00;
  }
  .label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: #ab6b00;
  }
  .label-success {
    background-color: #5cb85c;
  }
  .label-success[href]:hover,
  .label-success[href]:focus {
    background-color: #449d44;
  }
  .label-info {
    background-color: #5bc0de;
  }
  .label-info[href]:hover,
  .label-info[href]:focus {
    background-color: #31b0d5;
  }
  .label-warning {
    background-color: #f0ad4e;
  }
  .label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: #ec971f;
  }
  .label-danger {
    background-color: #d9534f;
  }
  .label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: #c9302c;
  }
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .btn-xs .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
  }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: inherit;
    background-color: #ffffff;
  }
  .list-group-item > .badge {
    float: right;
  }
  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }
  .nav-pills > li > a > .badge {
    margin-left: 3px;
  }
  a.badge:hover,
  a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  .jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: #ffffff;
    background-color: #252223;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    color: #ffffff;
  }
  .jumbotron p,
  .jumbotron h2 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
  }
  .jumbotron h2.section-title {
    font-size: 40px;
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .jumbotron > hr {
    border-top-color: #0a0a0a;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
  }
  .jumbotron .container {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .jumbotron,
  .homepagetabs {
    padding: 0;
    margin-bottom: 0;
    color: #ffffff;
    /*This is what shows on hover for home page*/
    /*background-color: #ccc;*/
    background: #ffffff;
  }
  .jumbotron.pageheader,
  .homepagetabs.pageheader {
    overflow: hidden;
    padding-top: 0;
    background-position: 50 0;
  }
  .jumbotron.grey-panel {
    background-color: #fafafa;
    color: #252223;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .jumbotron.white-panel {
    background-color: #ffffff;
    color: #252223;
  }
  .jumbotron .cta,
  .homepagetabs .cta {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .jumbotron > hr,
  .homepagetabs > hr {
    border-top-color: #0a0a0a;
  }
  .container .jumbotron,
  .container-fluid .jumbotron,
  .container .homepagetabs,
  .container-fluid .homepagetabs {
    border-radius: 6px;
  }
  .jumbotron .container,
  .homepagetabs .container {
    max-width: 100%;
    height: auto;
  }
  .jumbotron .navbar,
  .homepagetabs .navbar {
    margin-bottom: 0;
    z-index: 10;
  }
  .jumbotron .navbar a,
  .homepagetabs .navbar a {
    font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px !important;
  }
  .jumbotron .content-wrap .btn,
  .homepagetabs .content-wrap .btn {
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 0;
  }
  .jumbotron h1,
  .jumbotron .h1,
  .homepagetabs h1,
  .homepagetabs .h1 {
    font-size: 29.4px;
    color: #ffffff;
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .jumbotron h5,
  .jumbotron h6,
  .homepagetabs h5,
  .homepagetabs h6 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .jumbotron p,
  .homepagetabs p {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
  }
  .jumbotron .copy p,
  .jumbotron p.copy,
  .homepagetabs .copy p,
  .homepagetabs p.copy {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .jumbotron .shade,
  .homepagetabs .shade {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .jumbotron.intro-panels .btn,
  .homepagetabs.intro-panels .btn {
    font-size: 14px;
    padding-left: 0;
    line-height: 40px;
  }
  .jumbotron.intro-panels h3,
  .jumbotron.intro-panels .h3,
  .homepagetabs.intro-panels h3,
  .homepagetabs.intro-panels .h3 {
    color: #231f20;
    /*text-shadow: 1px 1px #666;*/
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
  }
  .jumbotron.intro-panels h3 b,
  .jumbotron.intro-panels h3 strong,
  .jumbotron.intro-panels .h3 b,
  .jumbotron.intro-panels .h3 strong,
  .homepagetabs.intro-panels h3 b,
  .homepagetabs.intro-panels h3 strong,
  .homepagetabs.intro-panels .h3 b,
  .homepagetabs.intro-panels .h3 strong {
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .jumbotron.intro-panels p,
  .homepagetabs.intro-panels p {
    color: #231f20;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;
  }
  .jumbotron.intro-panels a,
  .homepagetabs.intro-panels a {
    position: relative;
    color: #ffffff;
  }
  .jumbotron.intro-panels a:hover,
  .jumbotron.intro-panels a:visited,
  .homepagetabs.intro-panels a:hover,
  .homepagetabs.intro-panels a:visited {
    text-decoration: none !important;
  }
  .jumbotron.intro-panels,
  .homepagetabs.intro-panels {
    overflow: hidden;
    padding: 0;
    height: auto;
    position: relative;
  }
  .jumbotron.intro-panels a .bg-cover,
  .homepagetabs.intro-panels a .bg-cover {
    opacity: 0.33;
    background-color: #000;
    transition: all 0.8s ease;
    z-index: 9;
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  /*.jumbotron.intro-panels a .circ,
  .homepagetabs.intro-panels a .circ {
      border: none;
      background-color: rgba(0, 0, 0, 0.5);
      margin-bottom: 50px;
  }*/
  .jumbotron.intro-panels a .circ i,
  .jumbotron.intro-panels .circ i,
  .homepagetabs.intro-panels a .circ i {
    color: #ffffff;
    z-index: 9999;
    position: absolute;
    top: 0;
    width: 100%;
  }
  /*.jumbotron.intro-panels a .circ > div,
  .homepagetabs.intro-panels a .circ > div {
      width: 100%;
      height: 100%;
      z-index: 9;
      opacity: 0;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      position: relative;
      background-repeat: no-repeat;
      transition: all ease 0.25s;
  }*/
  /*This changes the column darkness*/
  .jumbotron.intro-panels a:hover .bg-cover,
  .homepagetabs.intro-panels a:hover .bg-cover {
    opacity: 0;
  }
  .jumbotron.intro-panels a:hover .circ,
  .homepagetabs.intro-panels a:hover .circ {
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .jumbotron.intro-panels a:hover .circ > div,
  .homepagetabs.intro-panels a:hover .circ > div {
    opacity: 0.8;
  }
  .jumbotron.intro-panels a:hover .circ i,
  .homepagetabs.intro-panels a:hover .circ i {
    text-decoration: none;
    border: none;
  }
  .jumbotron.intro-panels a:focus,
  .homepagetabs.intro-panels a:focus {
    outline: none;
    border: none;
  }
  .jumbotron.intro-panels .col-centered {
    text-align: center;
  }
  .jumbotron.intro-panels .row-centered {
    text-align: center;
  }
  .jumbotron.intro-panels .content-wrap,
  .homepagetabs.intro-panels .content-wrap {
    padding: 40px;
    z-index: 998;
    position: relative;
    width: 100%;
  }
  .jumbotron.feature,
  .homepagetabs.feature {
    position: relative;
  }
  .jumbotron.feature p,
  .homepagetabs.feature p {
    font-size: 16px;
  }
  .jumbotron.feature .content-wrap,
  .homepagetabs.feature .content-wrap {
    padding-top: 20px;
  }
  .jumbotron.Light,
  .homepagetabs.Light {
    background-color: #ffffff;
    color: #252223;
  }
  .jumbotron.Light h1,
  .homepagetabs.Light h1 {
    color: #252223;
  }
  .jumbotron.Dark,
  .homepagetabs.Dark {
    background-color: #252223;
    color: #ffffff;
  }
  .jumbotron.Dark h1,
  .homepagetabs.Dark h1 {
    color: #ffffff;
  }
  .jumbotron.Dark .pagesnippets p,
  .homepagetabs.Dark .pagesnippets p {
    font-size: 16px;
  }
  .jumbotron.Dark a.btn,
  .homepagetabs.Dark a.btn {
    text-indent: 0;
    color: #ffffff;
    display: block;
  }
  .jumbotron.Dark a.btn i,
  .homepagetabs.Dark a.btn i {
    color: #ffffff;
    margin-left: 0;
    padding-left: 0;
    padding-right: 8px;
  }
  .jumbotron.Background p,
  .homepagetabs.Background p {
    text-align: center;
  }
  .jumbotron.CallToAction,
  .homepagetabs.CallToAction {
    overflow: hidden;
    background-color: transparent;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .jumbotron.CallToAction .btn i,
  .homepagetabs.CallToAction .btn i {
    margin-left: 10px;
  }
  .jumbotron.CallToAction .container,
  .homepagetabs.CallToAction .container {
    padding-bottom: 0;
  }
  .jumbotron.CallToAction.green,
  .homepagetabs.CallToAction.green {
    background-color: transparent;
    color: #000;
  }
  .jumbotron.CallToAction.green .circ,
  .homepagetabs.CallToAction.green .circ {
    background-color: transparent;
    border: none;
  }
  .jumbotron.CallToAction.green .circ i,
  .homepagetabs.CallToAction.green .circ i {
    color: #ffffff;
  }
  .jumbotron.CallToAction.green .btn-action,
  .homepagetabs.CallToAction.green .btn-action {
    color: #000;
  }
  .jumbotron.CallToAction.green .btn-action:after,
  .homepagetabs.CallToAction.green .btn-action:after {
    background-color: transparent;
  }
  .jumbotron.CallToAction.green .btn-action i,
  .homepagetabs.CallToAction.green .btn-action i {
    color: transparent;
  }
  .jumbotron.CallToAction.blue,
  .homepagetabs.CallToAction.blue {
    background-color: transparent;
  }
  .jumbotron.CallToAction.blue .circ,
  .homepagetabs.CallToAction.blue .circ {
    background-color: transparent;
    border: none;
  }
  .jumbotron.CallToAction.blue .circ i,
  .homepagetabs.CallToAction.blue .circ i {
    color: #ffffff;
  }
  .jumbotron.CallToAction.blue .btn-action,
  .homepagetabs.CallToAction.blue .btn-action {
    color: #ffffff;
  }
  .jumbotron.CallToAction.blue .btn-action:after,
  .homepagetabs.CallToAction.blue .btn-action:after {
    background-color: transparent;
  }
  .jumbotron.CallToAction.blue .btn-action i,
  .homepagetabs.CallToAction.blue .btn-action i {
    color: #425968;
  }
  .jumbotron.CallToAction.gold,
  .homepagetabs.CallToAction.gold {
    background-color: transparent;
  }
  .jumbotron.CallToAction.orange,
  .homepagetabs.CallToAction.orange {
    background-color: transparent;
  }
  .jumbotron.CallToAction h1,
  .homepagetabs.CallToAction h1 {
    color: #ffffff;
  }
  .jumbotron.CallToAction h3,
  .homepagetabs.CallToAction h3 {
    text-align: center;
  }
  .jumbotron.CallToAction .circ,
  .homepagetabs.CallToAction .circ {
    width: 80px !important;
    height: 80px !important;
    margin-top: -8px;
  }
  .jumbotron.CallToAction .circ i,
  .homepagetabs.CallToAction .circ i {
    padding: 25px 20px;
    font-size: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .jumbotron.CallToAction a.btn-action,
  .homepagetabs.CallToAction a.btn-action {
    margin-top: 5px;
    color: #ffffff;
  }
  .jumbotron.CallToAction a.btn-action i,
  .homepagetabs.CallToAction a.btn-action i {
    color: #ffffff;
  }
  .jumbotron.Background,
  .homepagetabs.Background {
    overflow: hidden;
    background-color: #6c793a;
    color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .jumbotron.Background .container,
  .homepagetabs.Background .container {
    padding-bottom: 0;
  }
  .jumbotron.Background.green,
  .homepagetabs.Background.green {
    background-color: #6c793a;
  }
  .jumbotron.Background.blue,
  .homepagetabs.Background.blue {
    background-color: #6e8ca1;
  }
  .jumbotron.Background.gold,
  .homepagetabs.Background.gold {
    background-color: #F58020;
  }
  .jumbotron.Background.orange,
  .homepagetabs.Background.orange {
    background-color: #FFA000;
  }
  .jumbotron.Background h1,
  .homepagetabs.Background h1 {
    color: #ffffff;
  }
  .jumbotron.Background .circ,
  .homepagetabs.Background .circ {
    width: 80px !important;
    height: 80px !important;
  }
  .jumbotron.Background .circ i,
  .homepagetabs.Background .circ i {
    padding: 20px;
    font-size: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .jumbotron.Background a.btn-action,
  .homepagetabs.Background a.btn-action {
    color: #ffffff;
  }
  .jumbotron.Background a.btn-action i,
  .homepagetabs.Background a.btn-action i {
    color: #ffffff;
  }
  .jumbotron.dark,
  .homepagetabs.dark {
    background-color: #252223;
    color: #ffffff;
  }
  .jumbotron.dark h1,
  .homepagetabs.dark h1 {
    color: #ffffff;
  }
  .homepagetabs {
    padding: 60px 0;
  }
  .homepagetabs .btn i {
    margin-left: 0;
  }
  .HomePage .jumbotron.intro-panels,
  .HomePage .jumbotron.pageheader,
  .LandingPage .jumbotron.intro-panels,
  .LandingPage .jumbotron.pageheader,
  .AdvisorPage .jumbotron.intro-panels,
  .AdvisorPage .jumbotron.pageheader {
    padding: 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  .HomePage .homepagetabs .jumbotron > .container,
  .LandingPage .homepagetabs .jumbotron > .container,
  .AdvisorPage .homepagetabs .jumbotron > .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .homepagetabs .tab-content {
    position: relative;
  }
  .homepagetabs .tab-content article {
    position: absolute;
    width: 100%;
  }
  .my-wealth .jumbotron .shade {
    background-color: #2C5369;
  }
  .homepagetabs .feature .page-snippets p {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .homepagetabs .feature .page-snippets .btn-action,
  .homepagetabs .feature .page-snippets .scroll {
    color: #ffffff;
  }
  .homepagetabs .feature.blue h1 {
    color: #6e8ca1;
  }
  .homepagetabs .feature.blue .btn-action {
    color: #000;
  }
  .homepagetabs .feature.blue .btn-action:after {
    background-color: #6e8ca1;
  }
  .homepagetabs .feature.blue .btn-action i {
    color: #6e8ca1;
  }
  .homepagetabs .feature.green h1 {
    color: #6c793a;
  }
  .homepagetabs .feature.green .btn-action {
    color: #000;
  }
  .homepagetabs .feature.green .btn-action:after {
    background-color: #6c793a;
  }
  .homepagetabs .feature.green .btn-action i {
    color: #6c793a;
  }
  .homepagetabs .feature.gold h1 {
    color: #F58020;
  }
  .homepagetabs .feature.gold .btn-action {
    color: #000;
  }
  .homepagetabs .feature.gold .btn-action:after {
    background-color: #F58020;
  }
  .homepagetabs .feature.gold .btn-action i {
    color: #F58020;
  }
  .green .copy p a,
  .green p.copy a {
    color: #B8C94D;
  }
  #lifecycle-process p {
    font-size: 14px;
  }
  .advice-partners .feature.Light {
    text-align: center;
    padding: 60px 0;
  }
  .tabtitle {
    display: none;
  }
  .hptabcontent {
    margin-top: 40px;
  }
  #homepage-tabs-18 .tabtitle {
    display: block;
  }
  img.scale {
    position: absolute;
    display: none;
  }
  .no-backgroundsize .pageheader,
  .no-backgroundsize .intro-panels {
    background-image: none !important;
  }
  .no-backgroundsize .intro-panels .bg-cover {
    display: none !important;
  }
  .no-backgroundsize .intro-panels img.scale {
    z-index: 1 !important;
    opacity: 0.33;
    display: none;
  }
  .no-backgroundsize .intro-panels a:hover img.scale {
    opacity: 0;
  }
  .no-backgroundsize img.scale {
    position: absolute;
    display: block;
  }
  .no-backgroundsize .shade {
    background-color: #252223;
  }
  .no-backgroundsize .jumbotron.intro-panels {
    height: auto;
  }
  .no-backgroundsize .jumbotron.intro-panels a {
    display: block;
  }
  .no-backgroundsize .jumbotron.intro-panels a .circ.link .circ {
    display: none;
  }
  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
  }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .thumbnail .caption {
    padding: 9px;
    color: #333333;
  }
  a.thumbnail:hover,
  a.thumbnail:focus,
  a.thumbnail.active {
    border-color: inherit;
  }
  .alert,
  .UserDefinedForm form span.required {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
  }
  .alert h4,
  .UserDefinedForm form span.required h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link,
  .UserDefinedForm form span.required .alert-link {
    font-weight: bold;
  }
  .alert > p,
  .UserDefinedForm form span.required > p,
  .alert > ul,
  .UserDefinedForm form span.required > ul {
    margin-bottom: 0;
  }
  .alert > p + p,
  .UserDefinedForm form span.required > p + p {
    margin-top: 5px;
  }
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px;
  }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #245269;
  }
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #66512c;
  }
  .alert-danger,
  .UserDefinedForm form span.required {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  }
  .alert-danger hr,
  .UserDefinedForm form span.required hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link,
  .UserDefinedForm form span.required .alert-link {
    color: #843534;
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #de8b00;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
  }
  .progress-striped .progress-bar,
  .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
  }
  .progress.active .progress-bar,
  .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  .progress-bar-success {
    background-color: #5cb85c;
  }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-info {
    background-color: #5bc0de;
  }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-warning {
    background-color: #f0ad4e;
  }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-danger {
    background-color: #d9534f;
  }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .media {
    margin-top: 15px;
  }
  .media:first-child {
    margin-top: 0;
  }
  .media-right,
  .media > .pull-right {
    padding-left: 10px;
  }
  .media-left,
  .media > .pull-left {
    padding-right: 10px;
  }
  .media-left,
  .media-right,
  .media-body {
    display: table-cell;
    vertical-align: top;
  }
  .media-middle {
    vertical-align: middle;
  }
  .media-bottom {
    vertical-align: bottom;
  }
  .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  .list-group {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #111111;
    border: 1px solid #222;
  }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  a.list-group-item {
    color: #999;
  }
  a.list-group-item .list-group-item-heading {
    color: #333333;
  }
  a.list-group-item:hover,
  a.list-group-item:focus {
    text-decoration: none;
    color: #999;
    background-color: #f5f5f5;
  }
  .list-group-item.disabled,
  .list-group-item.disabled:hover,
  .list-group-item.disabled:focus {
    background-color: #444;
    color: #444;
  }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
  }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #444;
  }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    z-index: 2;
    color: #999;
    background-color: #555;
    border-color: #333333;
  }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
  }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #bbb;
  }
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  a.list-group-item-success {
    color: #3c763d;
  }
  a.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-success:hover,
  a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
  }
  a.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus {
    color: #ffffff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
  }
  a.list-group-item-info {
    color: #31708f;
  }
  a.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-info:hover,
  a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
  }
  a.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus {
    color: #ffffff;
    background-color: #31708f;
    border-color: #31708f;
  }
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  a.list-group-item-warning {
    color: #8a6d3b;
  }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-warning:hover,
  a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
  }
  a.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus {
    color: #ffffff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  a.list-group-item-danger {
    color: #a94442;
  }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-danger:hover,
  a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
  }
  a.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus {
    color: #ffffff;
    background-color: #a94442;
    border-color: #a94442;
  }
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .list-group {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid #222;
  }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .list-group-item a {
    display: block;
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
  }
  a.list-group-item {
    color: #999;
  }
  a.list-group-item .list-group-item-heading {
    color: #333333;
  }
  a.list-group-item:hover,
  a.list-group-item:focus {
    text-decoration: none;
    color: #999;
    background-color: #f5f5f5;
  }
  .list-group-item.disabled,
  .list-group-item.disabled:hover,
  .list-group-item.disabled:focus {
    background-color: #444;
    color: #444;
  }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
  }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #444;
  }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    z-index: 2;
    color: #999;
    background-color: #555;
    border-color: #333333;
  }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
  }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #bbb;
  }
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  a.list-group-item-success {
    color: #3c763d;
  }
  a.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-success:hover,
  a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
  }
  a.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus {
    color: #ffffff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
  }
  a.list-group-item-info {
    color: #31708f;
  }
  a.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-info:hover,
  a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
  }
  a.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus {
    color: #ffffff;
    background-color: #31708f;
    border-color: #31708f;
  }
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  a.list-group-item-warning {
    color: #8a6d3b;
  }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-warning:hover,
  a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
  }
  a.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus {
    color: #ffffff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  a.list-group-item-danger {
    color: #a94442;
  }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-danger:hover,
  a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
  }
  a.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus {
    color: #ffffff;
    background-color: #a94442;
    border-color: #a94442;
  }
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .panel {
    /*margin-bottom: 20px;*/
    background-color: #333333;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .panel-body {
    padding: 15px;
  }
  .panel-body:before,
  .panel-body:after {
    content: " ";
    display: table;
  }
  .panel-body:after {
    clear: both;
  }
  .panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  }
  .panel-title > a {
    color: inherit;
  }
  .panel-footer {
    padding: 0;
    background-color: transparent;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
  }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  .list-group + .panel-footer {
    border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0;
  }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px;
  }
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #dddddd;
  }
  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
  }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  .panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
  }
  /*.panel-group {
      margin-bottom: 20px;
  }*/
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
  }
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  .panel-group .panel-heading + .panel-collapse > .panel-body,
  .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #dddddd;
  }
  .panel-group .panel-footer {
    border-top: 0;
  }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
  }
  .panel-default {
    border-color: #dddddd;
  }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #111111;
    border-color: #dddddd;
  }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
  }
  .panel-default > .panel-heading .badge {
    color: #111111;
    background-color: #333333;
  }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
  }
  .panel-primary {
    border-color: #de8b00;
  }
  .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #de8b00;
    border-color: #de8b00;
  }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #de8b00;
  }
  .panel-primary > .panel-heading .badge {
    color: #de8b00;
    background-color: #ffffff;
  }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #de8b00;
  }
  .panel-success {
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
  }
  .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
  }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
  }
  .panel-info {
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
  }
  .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
  }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
  }
  .panel-warning {
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
  }
  .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
  }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
  }
  .panel-danger {
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
  }
  .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
  }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
  }
  .panel {
    /*margin-bottom: 20px;*/
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .panel ul.list-unstyled {
    padding-left: 15px;
  }
  .panel-body {
    padding: 15px;
  }
  .panel-body:before,
  .panel-body:after {
    content: " ";
    display: table;
  }
  .panel-body:after {
    clear: both;
  }
  .panel-heading {
    padding: 0;
    border-left: none;
    border-right: none;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
  }
  .panel-title.backlink {
    cursor: pointer;
    width: 100%;
    display: block;
    font-weight: normal;
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    text-transform: uppercase;
    line-height: 45px;
    transition: all 0.4s ease;
    font-size: 14px;
  }
  .panel-title.backlink i {
    opacity: 1 !important;
    float: left;
    margin-top: 14px;
    margin-right: 10px;
  }
  .panel-title > a {
    width: 100%;
    display: block;
    font-weight: normal;
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
  }
  .panel-title > a img {
    margin-right: 10px;
  }
  .panel-title > a i {
    display: block;
    float: right;
    top: 0;
    font-size: 16px;
    opacity: 0;
    transition: opacity ease 0.25s;
    padding-top: 14px;
  }
  .panel-title > a:hover {
    text-decoration: none;
  }
  .panel-title > a:hover i {
    opacity: 1;
  }
  .panel-title > a:focus {
    background-color: transparent;
    text-decoration: none;
  }
  .panel-footer {
    padding: 0;
    background-color: transparent;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
  }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  .list-group + .panel-footer {
    border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0;
  }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px;
  }
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: none;
  }
  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
  }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  .panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
  }
  .panel-group {
    margin-bottom: 20px;
  }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
  }
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    border-bottom: 2px solid #333333;
  }
  .panel-group .panel-heading.panel-green {
    border-color: #6c793a;
  }
  .panel-group .panel-heading.panel-blue {
    border-color: #6e8ca1;
  }
  .panel-group .panel-heading.gold {
    border-color: #F58020;
  }
  .panel-group .panel-heading.orange {
    border-color: #F58020;
  }
  .panel-group .panel-heading + .panel-collapse > .panel-body,
  .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
  }
  .panel-group .panel-footer {
    border-top: 0;
  }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
  }
  .panel-default {
    border-color: #dddddd;
  }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: transparent;
    border-color: #dddddd;
  }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
  }
  .panel-default > .panel-heading .badge {
    color: transparent;
    background-color: #333333;
  }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
  }
  .panel-primary {
    border-color: #de8b00;
  }
  .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #de8b00;
    border-color: #de8b00;
  }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #de8b00;
  }
  .panel-primary > .panel-heading .badge {
    color: #de8b00;
    background-color: #ffffff;
  }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #de8b00;
  }
  .panel-success {
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
  }
  .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
  }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
  }
  .panel-info {
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
  }
  .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
  }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
  }
  .panel-warning {
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
  }
  .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
  }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
  }
  .panel-danger {
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
  }
  .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
  }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
  }
  /*.menu .panel-title > a:focus {
      background-color: #191919;
  }*/
  .article-content .archive-heading {
    display: block;
    padding: 10px 0;
  }
  .article-content .prev-year {
    display: block;
    clear: both;
    margin-top: 15px;
  }
  .article-content .panel-heading {
    padding: 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #eee;
    clear: both;
  }
  .article-content .panel-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .article-content .panel-body .value {
    margin-bottom: 0;
  }
  .article-content .panel-body .document {
    padding: 8px 15px 8px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    color: #000;
    display: block;
  }
  .article-content .panel-body .document a {
    position: relative;
    padding-left: 20px;
  }
  .article-content .panel-body .document a i.file-type {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .article-content .panel-body .document .description {
    display: block;
    font-size: 12px;
    clear: both;
  }
  .article-content .panel-body .document .description p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .article-content .panel-body .document .description a {
    display: inline-block;
    padding-left: 0;
  }
  .article-content .panel-body .document i {
    color: #555;
  }
  .article-content .panel-body .document i.file-type {
    display: inline-block;
  }
  .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .well blockquote {
    border-color: #dddddd;
    border-color: rgba(0, 0, 0, 0.15);
  }
  .well-lg {
    padding: 24px;
    border-radius: 6px;
  }
  .well-sm {
    padding: 9px;
    border-radius: 3px;
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
  }
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*border-radius: 6px;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);*/
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
  }
  .modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.in {
    opacity: 0.5;
  }
  .modal-header {
    padding: 15px;
    min-height: 16.42857px;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
  }
  .modal-footer:before,
  .modal-footer:after {
    content: " ";
    display: table;
  }
  .modal-footer:after {
    clear: both;
  }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
  }
  .tooltip.in {
    opacity: 0.9;
  }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
  }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
  }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
  }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
  }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
  }
  .popover.top {
    margin-top: -10px;
  }
  .popover.right {
    margin-left: 10px;
  }
  .popover.bottom {
    margin-top: 10px;
  }
  .popover.left {
    margin-left: -10px;
  }
  .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
  }
  .popover-content {
    padding: 9px 14px;
  }
  .popover > .arrow,
  .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover > .arrow {
    border-width: 11px;
  }
  .popover > .arrow:after {
    border-width: 10px;
    content: "";
  }
  .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
  }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
  }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
  }
  .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
  }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
  }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
  }
  .carousel-inner > .active {
    left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .carousel-inner > .next {
    left: 100%;
  }
  .carousel-inner > .prev {
    left: -100%;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-inner > .active.left {
    left: -100%;
  }
  .carousel-inner > .active.right {
    left: 100%;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  }
  .carousel-control:hover,
  .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
  }
  .carousel-control .icon-prev:before {
    content: '\2039';
  }
  .carousel-control .icon-next:before {
    content: '\203a';
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000;
    background-color: transparent;
  }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
  }
  .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-caption .btn {
    text-shadow: none;
  }
  .carousel-control {
    left: -15%;
  }
  .carousel-control.right {
    right: -15%;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    color: #000;
    text-align: center;
    text-shadow: 0;
    font-size: 20px;
    display: none;
  }
  .carousel-control.left {
    left: -15%;
    background: transparent;
    background-image: none !important;
    filter: none;
  }
  .carousel-control.right {
    right: -15%;
    background: transparent;
    background-image: none !important;
    filter: none;
  }
  .carousel-control:hover,
  .carousel-control:focus {
    outline: 0;
    color: #333333;
    text-decoration: none;
    opacity: 0.9;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control i {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 5;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
  }
  .carousel-control .icon-prev:before {
    content: '\2039';
  }
  .carousel-control .icon-next:before {
    content: '\203a';
  }
  .carousel-inner .item {
    margin-bottom: 30px;
    display: none;
  }
  .carousel-inner .item.active {
    display: block;
  }
  .left.carousel-control i {
    left: 0;
    margin-left: 40%;
  }
  .right.carousel-control i {
    right: 0;
    margin-right: 40%;
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .center-v {
    position: relative;
    z-index: 10;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font-size: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
    visibility: hidden !important;
  }
  .affix {
    position: fixed;
  }
  @-ms-viewport {
    width: device-width;
  }
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
    display: none !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }
  .visible-print {
    display: none !important;
  }
  .visible-print-block {
    display: none !important;
  }
  .typography {
    background-color: #ffffff;
  }
  .typography div.center {
    margin: 0 auto;
    text-align: center;
  }
  .typography div.left {
    float: left;
    clear: left;
    margin: 0 18px 18px 0px;
  }
  .typography div.leftAlone {
    margin: 0 18px 18px 0;
    float: none;
    display: block;
    clear: both;
  }
  .typography div.right {
    float: right;
    clear: right;
    margin: 0 0 18px 18px;
  }
  .typography img {
    max-width: 100%;
    height: auto;
  }
  .typography img.right {
    float: right;
    clear: right;
    margin: 0 0 18px 18px;
  }
  .typography img.left {
    float: left;
    clear: left;
    margin: 0 18px 18px 0px;
  }
  .typography img.leftAlone {
    margin: 0 18px 18px 0;
    float: none;
    display: block;
    clear: both;
  }
  .typography img.center {
    display: block;
    margin: 0 auto 18px auto;
    clear: both;
  }
  .typography .captionImage {
    max-width: 100%;
  }
  .typography .captionImage.left {
    float: left;
    margin: 0 18px 18px 0px;
  }
  .typography .captionImage.right {
    float: right;
    margin: 0 0 18px 18px;
  }
  .typography .captionImage.leftAlone {
    float: none;
    margin: 0 18px 18px 0px;
  }
  .typography .captionImage.center {
    margin: 0 auto 18px;
  }
  .typography .captionImage p {
    clear: both;
    padding: 5px 0 0px;
    color: #999999;
  }
  .typography .captionImage img,
  .typography .captionImage iframe {
    border: 0;
    padding: 0;
    margin: 0 0 5px 0;
  }
  .UserDefinedForm form span.required {
    padding: 5px;
  }
  html {
    position: relative;
    min-height: 100%;
  }
  #logo {
    display: block;
    margin: 0;
    z-index: 999;
    position: fixed;
    font-size: 26px;
    font-family: "robotolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*top: 21px;*/
    /*left: 21px;*/
    top: 0;
    left: 0;
    padding: 14px 21px;
    color: #000;
    /*width: 120px;*/
    width: 170px;
    /*background: rgba(255,255,255, .25);*/
  }
  #logo b {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .img-responsive {
    width: 100%;
    height: auto;
  }
  .page {
    position: relative;
    left: 0px;
    z-index: 2;
    min-height: 100%;
    background: #ffffff;
  }
  .circ {
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 80px;
    transition: all ease 0.25s;
    overflow: hidden;
  }
  .circ i {
    padding: 20px;
    font-size: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: all ease 0.25s;
  }
  .bg-cover {
    /*-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center;
      position: relative;
      background-repeat: no-repeat;
      -ms-behavior: url(backgroundsize.min.htc);
      behavior: url(backgroundsize.min.htc);*/
  }
  #main-scroll-to {
    height: 0;
    position: absolute;
    top: 1px;
    margin: -50px 0 0 0;
  }
  .row-fluid {
    width: 100%;
  }
  .feature.content {
    background-color: #6c793a;
  }
  .feature .page-links,
  .feature .dropdown {
    padding-top: 50px;
  }
  .articlenavigation a {
    width: 33%;
    margin: 0;
  }
  .embed-responsive {
    border: 2px solid #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .advisormap .btn {
    padding: 15px;
  }
  .nz-map {
    height: 600px;
  }
  .sr-only {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .menu .btn-action,
  .menu h4 {
    color: #fff !important;
  }
  ul.staffnav {
    display: none;
    list-style-type: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  ul.staffnav li {
    display: inline-block;
  }
  ul.staffnav a {
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
  }
  ul.staffnav a.active {
    color: #F58020;
  }
  .text-capitalize {
    text-transform: capitalize !important;
  }
  .icon-excell {
    color: #6c793a !important;
  }
  .icon-pdf {
    color: #d1653b !important;
  }
  .icon-globe {
    color: #9E9FA1 !important;
  }
  .nz-map {
    margin-bottom: 40px;
  }
  .jvectormap-marker {
    cursor: pointer;
  }
  .advisormap .dropdown {
    padding-top: 20px;
  }
  .advisormap .dropdown-menu {
    padding-top: 0px;
    overflow-y: scroll;
    border-radius: 3px 3px 3px 3px;
    max-height: 300px;
  }
  .advisormap .dropdown-menu li {
    width: 100%;
  }
  .advisormap .dropdown-menu li.active a {
    color: #6e8ca1;
    font-weight: 600;
  }
  .advisormap .dropdown-menu a {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 3px 6px;
  }
  .advisors {
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    overflow-x: hidden;
    color: #262324;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .advisors h4,
  .advisors h5 {
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
  }
  .advisors h4.locationTitle {
    margin-bottom: 20px;
    font-family: "brandon_grotesquebold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .advisors h5 {
    color: #6e8ca1;
  }
  .advisors .advisor_address {
    margin-bottom: 30px;
  }
  .sectionNav h4 {
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 14px;
    color: #ffffff;
    margin-left: 10px;
  }
  .sectionNav h4 i {
    font-size: 14px;
  }
  h1.green,
  h2.green,
  h3.green,
  h4.green,
  h5.green,
  p.green,
  a.green,
  h3.nzgreen {
    color: #6c793a;
  }
  h1.blue,
  h2.blue,
  h3.blue,
  h4.blue,
  h5.blue,
  p.blue,
  a.blue {
    color: #6e8ca1;
  }
  h1.gold,
  h2.gold,
  h3.gold,
  h4.gold,
  h5.gold,
  p.gold,
  a.gold {
    color: #F58020;
  }
  h1.orange,
  h2.orange,
  h3.orange,
  h4.orange,
  h5.orange,
  p.orange,
  a.orange {
    color: #F58020;
  }
  .article-content,
  .article-padding {
    padding: 50px 0;
  }
  .article-content .captionImage {
    padding: 30px 0;
  }
  .article-content .captionImage p {
    font-family: "geogrotesque_rgregular", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .article-content img {
    width: 100%;
    height: auto;
  }
  .article-content h1,
  .article-content h2 {
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .article-content h1:first-of-type {
    margin-bottom: 30px;
  }
  .article-content h2 {
    font-size: 36px;
  }
  .article-content h3 {
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }
  .article-content h3.previous-issues {
    margin-top: 32px;
    text-transform: none;
  }
  .article-content h4 {
    font-size: 16px;
  }
  .article-content h4,
  .article-content h5 {
    font-family: "brandon_grotesquebold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .article-content p {
    font-size: 14px;
  }
  .article-content .page-snippets figure {
    display: block;
    float: none;
    width: 100%;
    float: left;
    width: 20%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .article-content .page-snippets figure img {
    padding: 0;
  }
  .article-content .page-snippets .content-wrap {
    width: 100%;
    padding-top: 20px;
  }
  .article-content h3 img {
    max-width: 40px;
    max-height: 40px;
  }
  .article-content.green h3,
  .article-content.green h4 {
    color: #6c793a;
  }
  .article-content.blue h3,
  .article-content.blue h4 {
    color: #6e8ca1;
  }
  .article-content.gold h3,
  .article-content.gold h4 {
    color: #F58020;
  }
  .article-content.orange h3,
  .article-content.orange h4 {
    color: #F58020;
  }
  main.article-content {
    background-color: #ffffff;
  }
  .ContentPage .article-content h1,
  .ContentPage .article-content h2,
  .ContentPage .article-content h3,
  .ContentPage .article-content h4,
  .ContentPage .article-content p,
  .ContentPage .article-content a {
    margin-left: 50px;
    margin-right: 50px;
  }
  .ContentPage .page-snippets figure {
    display: no-flex;
    float: none;
    width: 100%;
  }
  .ContentPage .page-snippets figure img {
    padding: 0;
  }
  .ContentPage .page-snippets .content-wrap {
    float: left;
  }
  .ContentPage .page-snippets figure {
    display: flex;
    align-items: center;
    float: right;
    width: 100%;
  }
  .ContentPage .page-snippets figure img {
    margin: 0 auto;
    padding: 30px;
  }
  .ContentPage .page-snippets article:nth-child(2n) .content-wrap {
    float: right;
  }
  .ContentPage .page-snippets article:nth-child(2n) img {
    float: left;
  }
  .ArticleHolderPage .page-snippets {
    margin-bottom: 50px;
  }
  .ArticleHolderPage .download-full-bulletin {
    float: left;
  }
  .ArticleHolderPage .download-full-bulletin i {
    color: #F58020;
  }
  .ArticlePage .article-content {
    padding: 0;
  }
  .ArticlePage h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .ArticlePage h3.breadcrumb {
    margin-top: 0;
    padding: 0;
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .ArticlePage .backlog {
    margin-top: 100px;
    border-top: 1px solid #eee;
    padding-top: 25px;
  }
  .ArticlePage .backlog h2 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 36px;
  }
  .ArticlePage .backlog header p,
  .ArticlePage .backlog header a {
    text-transform: uppercase;
    font-family: "geogrotesque_rgregular", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    position: absolute;
    top: 20px;
    right: 0;
  }
  .ArticlePage .backlog .page-snippets {
    padding-top: 20px;
  }
  .ArticlePage .backlog .page-snippets h2 {
    font-size: 24px;
  }
  .ArticlePage .backlog .page-snippets h3 {
    font-size: 14px;
  }
  .ArticlePage .article-content h3 {
    margin-bottom: 24px;
  }
  .ArticlePage .article-content h1,
  .ArticlePage .article-content h2,
  .ArticlePage .article-content h3,
  .ArticlePage .article-content h4,
  .ArticlePage .article-content p,
  .ArticlePage .article-content a {
    margin-left: 0;
    margin-right: 0;
  }
  .ArticlePage .article-content.green h3 {
    color: #6c793a;
  }
  .ArticlePage .article-content.blue h3 {
    color: #6e8ca1;
  }
  .ArticlePage .article-content.gold h3 {
    color: #F58020;
  }
  .ArticlePage .article-content.orange h3 {
    color: #F58020;
  }
  .feature .article-content {
    padding: 25px 0;
  }
  .tab-content .breadcrumb {
    margin: 25px 0;
    background: #eee;
    border-radius: 3px;
  }
  .tab-content .breadcrumb a {
    font-size: 12px;
  }
  .tab-content h4 {
    margin-bottom: 6px;
  }
  /*.tab-content p {
      font-family: @roboto_regular;
  }*/
  .tab-content p i {
    margin-right: 8px;
  }
  .tab-content p.AdvisorRole {
    font-size: 18px;
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .tab-content p.AdvisorTitle {
    margin: 20px 0;
  }
  .StaffPage .article-content {
    padding: 35px 0;
  }
  #nz-funds-kiwisaver-scheme-lifecycle-process .pagesnippets .asset-type,
  #advised-portfolios .pagesnippets .asset-type {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    padding: 15px 25px;
    width: 100%;
    margin-bottom: 0.5em;
    text-decoration: none;
    position: relative;
    border: none;
    text-align: center;
    padding: 10px 5px;
  }
  #nz-funds-kiwisaver-scheme-lifecycle-process .pagesnippets div .btn-action:after {
    background-color: #111111;
  }
  /*.jumbotron .pagesnippets div i {
      color: @black_boxes;
  }*/
  #nz-funds-kiwisaver-scheme-lifecycle-process .pagesnippets .income {
    background-color: #939598;
  }
  #nz-funds-kiwisaver-scheme-lifecycle-process .pagesnippets div:nth-of-type(2) .btn-action:after {
    background-color: #a0a2a4;
  }
  /*.jumbotron .pagesnippets div:nth-of-type(2) i {
      color: @dark_grey;
  }*/
  #nz-funds-kiwisaver-scheme-lifecycle-process .pagesnippets div:nth-of-type(2) .inflation {
    background-color: #6D6E71;
  }
  #nz-funds-kiwisaver-scheme-lifecycle-process .pagesnippets div:nth-of-type(3) .btn-action:after {
    background-color: #6c793a;
  }
  /*.jumbotron .pagesnippets div:nth-of-type(3) i {
      color: @dark_green;
  }*/
  #nz-funds-kiwisaver-scheme-lifecycle-process .pagesnippets div:nth-of-type(3) .growth {
    background-color: #6c793a;
  }
  .super-bg {
    background-color: #135d8a !important;
  }
  #advised-portfolios .pagesnippets .cash {
    background-color: #6e8ca1;
  }
  #advised-portfolios .pagesnippets div:nth-of-type(2) .income {
    background-color: #111111;
  }
  #advised-portfolios .pagesnippets div:nth-of-type(3) .inflation {
    background-color: #a0a2a4;
  }
  #advised-portfolios .pagesnippets div:nth-of-type(4) .growth {
    background-color: #2d5268;
  }
  #corporates .pagesnippets div i {
    color: #6c793a;
    font-size: 18px;
    margin-right: 10px;
  }
  #corporates .pagesnippets div:nth-of-type(2) i {
    color: #6c793a;
  }
  #corporates .pagesnippets div:nth-of-type(3) i {
    color: #6c793a;
  }
  .about-us .article-content h1 {
    display: none;
  }
  .cta {
    padding: 40px 0;
    background-color: #6c793a;
    color: #000;
  }
  .cta h3 {
    float: left;
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }
  .document-grid {
    background-color: #333333;
  }
  .document-grid > div {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .document-grid > iframe {
    margin-top: 15px;
    width: 100%;
    height: 1000px;
    border: none;
  }
  .grid-document {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .grid-document a {
    color: #eee;
    position: absolute;
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    width: 100%;
    top: -50%;
    left: 0;
    height: 50%;
    background-color: rgba(51, 51, 51, 0.7);
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
    transition: all 1.3s easeInOut;
  }
  .grid-document a:last-child {
    top: auto;
    bottom: -50%;
  }
  .grid-document a i {
    margin-top: 30%;
    opacity: 0.6;
  }
  .grid-document a:hover {
    background-color: rgba(34, 34, 34, 0.9);
    text-decoration: none;
  }
  .grid-document:hover a {
    color: #ffffff;
    opacity: 1;
    top: 0;
  }
  .grid-document:hover a:last-child {
    top: auto;
    bottom: 0;
  }
  footer {
    background-color: #111111;
    /*background: red;*/
    color: #ffffff;
    padding-bottom: 75px;
  }
  footer p {
    hyphens: none;
  }
  footer p a {
    display: inline-block;
  }
  footer a {
    display: block;
    color: #ffffff;
  }
  footer a:hover {
    color: #d9d9d9;
  }
  footer a.ddl {
    margin-bottom: 15px;
  }
  footer ul {
    list-style-type: none;
    padding-left: 0;
  }
  footer ul li ul {
    padding-left: 10px !important;
  }
  footer ul a {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  footer ul.investment-bulletin {
    display: none;
  }
  footer .btn-action {
    margin-right: 0;
    color: #ffffff;
  }
  footer .btn-action i {
    opacity: 0.5;
  }
  footer .nav-tabs {
    border-bottom: none;
  }
  footer .tabs {
    padding: 100px 0;
  }
  footer .article-content {
    padding: 0px;
  }
  footer .article-content h3 {
    font-family: "brandon_grotesquebold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
  }
  footer .article-content h4,
  footer .article-content h5 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  footer .article-content h4 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  footer .article-content p,
  footer .article-content table {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }
  footer .article-content p.lead,
  footer .article-content table.lead {
    font-weight: bold;
  }
  footer i.green,
  footer a.green,
  footer p.green,
  footer h3.green,
  footer h4.green,
  footer h5.green,
  footer h3.nzgreen {
    color: #9aad53;
  }
  footer i.blue,
  footer a.blue,
  footer p.blue,
  footer h3.blue,
  footer h4.blue,
  footer h5.blue {
    color: #6e8ca1;
  }
  footer i.gold,
  footer a.gold,
  footer p.gold,
  footer h3.gold,
  footer h4.gold,
  footer h5.gold {
    color: #F58020;
  }
  footer i.orange,
  footer a.orange,
  footer p.orange,
  footer h3.orange,
  footer h4.orange,
  footer h5.orange {
    color: #F58020;
  }
  footer .back {
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  footer .table > thead > tr > th,
  footer .table > thead > tr > td,
  footer .table > tbody > tr > th,
  footer .table > tbody > tr > td,
  footer .table > tfoot > tr > th,
  footer .table > tfoot > tr > td {
    padding: 0;
    border: none;
    border-top: 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
  }
  .m-scene .scene_element {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .m-scene .scene_element--fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .m-scene .scene_element--fadeinup {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .m-scene .scene_element--fadeinright {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .m-scene .scene_element--delayed {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  .m-scene.is-exiting .scene_element {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
  }
  .m-scene.is-exiting .scene_element--delayed {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .m-scene.is-exiting .scene_element--noexiting {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
  }
  .menu-toggle {
    position: fixed;
    width: 160px;
    top: 0;
    right: 0;
    z-index: 9999;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
  }
  .social {
    width: 275px;
    color: #ffffff;
    padding: 30px 15px;
    clear: both;
  }
  .social h4 {
    float: left;
  }
  .social a {
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 5px;
  }
  .social a.small {
    font-size: 12px;
  }
  .social a.icon {
    font-size: 26px;
    padding: 0 4px 8px 8px;
  }
  .social .btn {
    padding: 6px 8px;
    border-radius: 4px;
  }
  .social .btn i {
    margin-left: 0;
  }
  .overlay {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
  }
  #site-wrapper {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    height: 100%;
  }
  #site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -moz-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .show-nav #site-canvas,
  .show-nav .menu-toggle {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
  }
  .show-nav .overlay {
    display: block;
    background: transparent;
    position: absolute;
    width: 100%;
  }
  #site-menu {
    position: fixed;
    display: block;
    width: 300px;
    height: 100%;
    height: 100vh;
    top: 0;
    right: -300px;
    padding: 15px 15px 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #222;
  }
  .menu .panel-title > a:focus {
    background-color: transparent;
  }
  #site-menu .panel-title > a i {
    padding-top: 0;
  }
  /*Make the home text black on hover*/
  .jumbotron.intro-panels.page-tabs.tabbable .pane:hover .content-panel h3,
  .jumbotron.intro-panels.page-tabs.tabbable .pane:hover .content-panel p.copy,
  .jumbotron.intro-panels.page-tabs.tabbable .pane:hover p.btn {
    color: #231f20;
    text-shadow: none;
  }
  .just-social {
    position: absolute;
    bottom: 40px;
    right: 5%;
    z-index: 2;
  }
  .just-social a {
    margin-right: 20px;
    display: inline-block;
    transition: background-image 0.1s linear;
    width: 34px;
    height: 28px;
  }
  .just-social a.twitter {
    background: url('/Content/Images/twitter.svg') top center no-repeat;
  }
  .just-social a.twitter:hover,
  .just-social a.twitter:active,
  .just-social a.twitter:focus {
    background-image: url('/Content/Images/twitter-blue.svg');
  }
  .just-social a.facebook {
    background: url('/Content/Images/facebook.svg') top center no-repeat;
  }
  .just-social a.facebook:hover,
  .just-social a.facebook:active,
  .just-social a.facebook:focus {
    background-image: url('/Content/Images/facebook-blue.svg');
  }
  .just-social a.instagram {
    background: url('/Content/Images/instagram.svg') top center no-repeat;
  }
  .just-social a.instagram:hover,
  .just-social a.instagram:active,
  .just-social a.instagram:focus {
    background-image: url('/Content/Images/instagram-red.svg');
  }
  .just-social a.linkedin {
    background: url('/Content/Images/linkedin.svg') top center no-repeat;
  }
  .just-social a.linkedin:hover,
  .just-social a.linkedin:active,
  .just-social a.linkedin:focus {
    background-image: url('/Content/Images/linkedin-blue.svg');
  }
  .float-right {
    float: right !important;
  }
  .fa.fa-twitter-square {
    font-size: 2.5em;
    color: #ffffff;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .fa.fa-twitter-square:hover,
  .fa.fa-twitter-square:active,
  .fa.fa-twitter-square:focus {
    color: #56C0EE;
  }
  .fa.fa-linkedin-square {
    font-size: 2.5em;
    color: #ffffff;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .fa.fa-linkedin-square:hover,
  .fa.fa-linkedin-square:active,
  .fa.fa-linkedin-square:focus {
    color: #34439B;
  }
  .fa.fa-facebook-social-links {
    font-size: 2.5em;
    color: #ffffff;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .fa.fa-facebook-social-links:hover,
  .fa.fa-facebook-social-links:active,
  .fa.fa-facebook-social-links:focus {
    color: #00589C;
  }
  .fa.fa-instagram-social-links {
    font-size: 2.5em;
    color: #ffffff;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .fa.fa-instagram-social-links:hover,
  .fa.fa-instagram-social-links:active,
  .fa.fa-instagram-social-links:focus {
    color: #E63B35;
  }
  .newsletter-signup {
    background: #333333;
    padding: 15px 0 25px 0;
    clear: both;
    z-index: 2;
    position: relative;
  }
  .newsletter-signup label {
    display: block;
    color: #ffffff;
  }
  .newsletter-signup input {
    margin: 0 0 15px 0;
  }
  .newsletter-signup h3 {
    font-family: "brandon_grotesquebold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #F58020;
  }
  .newsletter-signup .btn-action {
    background: #F58020;
    color: #ffffff;
    display: block;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    height: 42px;
    line-height: 1 !important;
    padding: 0;
    margin: 26px 0 15px 0;
  }
  .newsletter-signup .btn-action:hover,
  .newsletter-signup .btn-action:focus,
  .newsletter-signup .btn-action:active {
    background: #d1653b;
    color: #ffffff;
  }
  .newsletter-signup .indicates-required {
    color: #ffffff;
    font-size: 0.8em;
    padding: 0 0 15px 0;
  }
  .newsletter-signup .alert {
    color: #F58020;
    clear: both;
    display: block;
    margin: 0;
    padding: 0 15px;
  }
  .newsletter-signup .success {
    color: #ffffff;
    clear: both;
    display: block;
    margin: 0;
    padding: 0 15px;
  }
  .newsletter-signup .waiting {
    color: #e1e1d7;
    clear: both;
    display: block;
    margin: 0;
    padding: 0 15px;
  }
  .login-menu {
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    position: fixed;
    z-index: 10;
    top: 51px;
    right: -300px;
    background: #231f20;
    color: #ffffff;
    width: 300px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .login-menu.open {
    right: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 999;
  }
  .login-menu ul {
    margin: 0;
    list-style: none;
    padding: 30px;
  }
  .login-menu ul li {
    padding: 0;
  }
  .login-menu ul li a {
    display: block;
    width: 100%;
    padding: 11px 0;
  }
  .login-menu ul li a.login-blue {
    border-bottom: 2px solid #6e8ca1;
  }
  .login-menu ul li a.login-blue.first {
    border-top: 2px solid #333;
  }
  .login-menu ul li a.login-green {
    border-bottom: 2px solid #9aad53;
  }
  .login-menu ul li a.login-gold {
    border-bottom: 2px solid #F58020;
  }
  .login-menu ul li a.login-charcoal {
    border-bottom: 2px solid #333;
  }
  .login-menu ul li a:hover,
  .login-menu ul li a:focus,
  .login-menu ul li a:active {
    text-decoration: none;
  }
  .PageAccordionItems .PageAccordionHeader {
    cursor: pointer;
  }
  .PageAccordionItems div {
    display: none;
  }
  #old-men-walking {
    height: 570px;
  }
  .active.white h1.black {
    color: #333333;
    font-size: 36px;
  }
  .active.white p,
  .active.white p.strong,
  .active.white p.AdvisorRole,
  .active.white p.AdvisorTitle,
  .active.white p.AdvisorQuote {
    color: #333333;
    font-size: 14px !important;
  }
  .active.white .fa.fa-linkedin-square {
    font-size: 14px;
    margin-right: 8px;
    color: #333333;
    cursor: pointer;
  }
  .active.white .fa.fa-linkedin-square:hover,
  .active.white .fa.fa-linkedin-square:active,
  .active.white .fa.fa-linkedin-square:focus {
    color: #333333;
  }
  #video-cover {
    background: url('../../Images/video-placeholder2.jpg') no-repeat;
    background-size: cover;
  }
  #css-poster {
    background: url('../../Images/video-placeholder2.jpg') no-repeat;
    background-size: cover;
  }
  .embed-responsive {
    border: 0;
  }
  p.photo-credit {
    color: #a0a2a4 !important;
    font-size: 0.8em !important;
  }
  p.photo-credit a {
    text-decoration: underline;
  }
  p.photo-credit a:hover,
  p.photo-credit a:focus,
  p.photo-credit a:active {
    text-decoration: none;
  }
  h2.black {
    color: #333333;
  }
  footer .page-tab-content.article-content p.brandon-grotesque-regular {
    font-family: "brandon_grotesque_regularRg", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
  }
  .is-splash.flowplayer .fp-ui,
  .is-paused.flowplayer .fp-ui {
    background: none;
  }
  .img-overflow {
    min-width: 750px;
  }
  .img-scroll-responsive {
    overflow: auto;
  }
  .img-scroll-responsive .diagram-spacing {
    width: 600px;
    padding: 35px 0;
  }
  .img-scroll-responsive img {
    width: 100%;
  }
  .pie-chart {
    width: 80%;
    text-align: center;
    padding: 15px 0 0 0;
  }
  .line-chart {
    width: 100%;
    text-align: center;
    padding: 25px 0 15px 0;
  }
  .Page.about-us .fa.fa-linkedin-square {
    font-size: 14px;
    margin-right: 8px;
    color: #333333;
  }
  .section-title {
    padding: 0 0 15px 0;
  }
  h1 strong {
    font-weight: 700;
  }
  h1 {
    font-weight: normal;
  }
  @media screen and (max-width: 319px) {
    #site-menu {
      width: 295px;
    }
    .img-responsive-logo,
    .img-responsive-white {
      width: 85px;
      padding: 3px 0 0 0;
    }
    span.title {
      width: 190px;
      display: block !important;
      padding: 0 !important;
    }
    span.join-kiwisaver a.btn.btn-action.green {
      width: 190px;
      display: block !important;
      white-space: pre-wrap;
      line-height: 2 !important;
    }
  }
  #carousel-panel .client-one {
    margin: 10px 0px;
  }
  #carousel-panel .client-one .owl-nav a {
    cursor: pointer;
    top: 20%;
  }
  /*#carousel-panel .carousel-control.right i {
      margin-right: 60%;
  }*/
  #carousel-panel .client-one .c1-item {
    position: relative;
    margin: 10px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    height: 200px;
    background-color: #231f20;
    color: white;
  }
  #carousel-panel .client-one .c1-item.darkgreen {
    background-color: #6c793a;
  }
  #carousel-panel .client-one .c1-item.darkgrey {
    background-color: #a0a2a4;
  }
  #carousel-panel .client-one .c1-item.lightgrey {
    background-color: #dddddd;
  }
  #carousel-panel .client-one .c1-item.darkblue {
    background-color: #1A88C9;
  }
  #carousel-panel .client-one .c1-item.greyblue {
    background-color: #135d8a;
  }
  #carousel-panel .client-one .c1-item.gold {
    background-color: #F58020;
  }
  #carousel-panel .client-one .c1-item h5 {
    text-align: center;
    font-size: 24px;
    width: 100%;
  }
  #carousel-panel .client-one .c1-item p {
    text-align: center;
  }
  #carousel-panel .client-one .c1-item p .sp {
    padding-left: 2px;
  }
  #carousel-panel .client-one .c1-item p.mb0 {
    margin-bottom: 0;
  }
  #carousel-panel .client-one .c1-item p.small {
    font-size: 12px;
  }
  #carousel-panel .client-one .owl-carousel a {
    text-decoration: none;
    cursor: pointer;
  }
  #carousel-panel .client-one .c1-item hr {
    margin: 10px 0;
  }
  #diversified-panel .client-one .c1-item {
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    background-color: #231f20;
    color: white;
  }
  #diversified-panel .client-one .table-pad {
    padding-left: 0;
    padding-right: 5px;
  }
  #diversified-panel .client-one table th:last-child,
  #diversified-panel .client-one table td:last-child {
    text-align: right;
  }
  #diversified-panel .client-one table td {
    border-top: none !important;
  }
  #diversified-panel .client-one .c1-item.greyblue {
    background-color: #6e8ca1;
  }
  #diversified-panel .client-one .c1-item.darkblue {
    background-color: #2d5268;
  }
  #diversified-panel .client-one .c1-item h5 {
    text-align: center;
    font-size: 24px;
    width: 100%;
  }
  #diversified-panel .client-one .c1-item p {
    text-align: center;
  }
  #diversified-panel .client-one .c1-item hr {
    margin: 10px 0;
  }
  /* Icon Box #4 */
  .icon-box-4 {
    margin: 20px 0px;
  }
  .icon-box-4 .icon-box-4-item {
    width: 100%;
    max-width: 280px;
    margin: 10px auto;
  }
  .icon-box-4 a.icon-box-4-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    background-color: #F58020;
  }
  .icon-box-4 h3 {
    display: inline;
  }
  /*************/
  /* Portfolio */
  /*************/
  /* Index portfolio */
  .index-portfolio .carousel {
    max-width: 1400px;
    margin: 0px auto;
  }
  .portfolio #filters {
    margin-bottom: 30px;
  }
  /* Portfolio filter one */
  .portfolio.pf-one .p-element {
    width: 24%;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin: 0.5%;
  }
  .portfolio.pf-one .p-element p {
    margin-bottom: 10px;
  }
  @media (max-width: 1050px) {
    .portfolio.pf-one .p-element {
      width: 32%;
    }
  }
  @media (max-width: 991px) {
    .portfolio.pf-one .p-element {
      width: 48%;
    }
  }
  @media (max-width: 480px) {
    .portfolio.pf-one .p-element {
      width: 100%;
      margin-right: 0px;
      margin-left: 0px;
    }
  }
  /* Portfolio filter two */
  .portfolio.pf-two .p-element {
    width: 24.9%;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    float: left;
  }
  .portfolio.pf-two .p-element p {
    margin-bottom: 10px;
  }
  @media (max-width: 1050px) {
    .portfolio.pf-two .p-element {
      width: 33.333%;
    }
  }
  @media (max-width: 991px) {
    .portfolio.pf-two .p-element {
      width: 50%;
    }
  }
  @media (max-width: 480px) {
    .portfolio.pf-two .p-element {
      width: 100%;
    }
  }
  .assetheader {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.65;
    border-radius: 0;
    font-family: "robotoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .assetheader div {
    float: left;
  }
  .assetheader .asset-heading {
    margin-top: 9px;
    margin-left: 10px;
  }
  .assetheader .mps-asset-heading {
    width: 90px;
    margin-top: 9px;
    margin-left: 10px;
  }
  .jumbotron .pagesnippets .assetheader .ah-icon {
    font-size: 18px;
    margin: -10px -9px;
  }
  .jumbotron .pagesnippets .assetheader .assettype i.at-icon {
    font-size: 18px;
    margin: -11px -9px;
  }
  .jumbotron .pagesnippets .assetheader .assettype i.at-chevron {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .jumbotron .pagesnippets hr {
    margin: 10px 0;
    border: 0;
    border-top: 2px solid #000;
  }
  .tab-panel {
    min-height: 410px;
  }
  .tab-panel .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .tab-panel .nav:before,
  .tab-panel .nav:after {
    content: " ";
    display: table;
  }
  .tab-panel .nav:after {
    clear: both;
  }
  .tab-panel .nav > li {
    position: relative;
    display: block;
  }
  .tab-panel .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .tab-panel .nav > li > a:hover,
  .tab-panel .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .tab-panel .nav > li.disabled > a {
    color: #777;
  }
  .tab-panel .nav > li.disabled > a:hover,
  .tab-panel .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
  }
  .tab-panel .nav .open > a,
  .tab-panel .nav .open > a:hover,
  .tab-panel .nav .open > a:focus {
    background-color: #eee;
    border-color: inherit;
  }
  .tab-panel .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .tab-panel .nav > li > a > img {
    max-width: none;
  }
  .tab-panel .nav-tabs {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
  }
  .tab-panel .nav-tabs > li {
    float: left;
    margin-bottom: 0;
  }
  .tab-panel .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
  }
  .tab-panel .nav-tabs > li > a:hover {
    border-color: #eee #eee #dddddd;
  }
  .tab-panel .nav-tabs > li.active > a,
  .tab-panel .nav-tabs > li.active > a:hover,
  .tab-panel .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
  }
  .tab-panel .nav-pills > li {
    float: left;
  }
  .tab-panel .nav-pills > li > a {
    border-radius: 0;
  }
  .tab-panel .nav-pills > li + li {
    margin-left: 2px;
  }
  .tab-panel .nav-pills > li.active > a,
  .tab-panel .nav-pills > li.active > a:hover,
  .tab-panel .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #de8b00;
  }
  .tab-panel .nav-stacked > li {
    float: none;
  }
  .tab-panel .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .tab-panel .nav-justified,
  .tab-panel .nav-tabs.nav-justified {
    width: 100%;
  }
  .tab-panel .nav-justified > li,
  .tab-panel .nav-tabs.nav-justified > li {
    float: none;
  }
  .tab-panel .nav-justified > li > a,
  .tab-panel .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .tab-panel .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  .tab-panel .nav-tabs-justified,
  .tab-panel .nav-tabs.nav-justified {
    border-bottom: 0;
  }
  .tab-panel .nav-tabs-justified > li > a,
  .tab-panel .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
    line-height: 20px;
  }
  .tab-panel .nav-tabs-justified > .active > a,
  .tab-panel .nav-tabs.nav-justified > .active > a,
  .tab-panel .nav-tabs-justified > .active > a:hover,
  .tab-panel .nav-tabs.nav-justified > .active > a:hover,
  .tab-panel .nav-tabs-justified > .active > a:focus,
  .tab-panel .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
  }
  .tab-panel .tab-content > .tab-pane {
    display: none;
    visibility: hidden;
  }
  .tab-panel .tab-content > .active {
    display: block;
    visibility: visible;
  }
  .tab-panel .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .tab-panel .nav-tabs > li > a i {
    float: left;
    padding-right: 8px;
    padding-top: 4px;
  }
  .tab-panel .nav-tabs > li.active a {
    background: #ddd;
    color: #111111;
  }
  /* List styles */
  /*.list-2
  {
      list-style-type:none;
      padding-left:20px;
      color:@black_boxes;
  }
  
  .list-2 li:before{
      content: "\f00c";
      font-family: 'FontAwesome';
      float: left;
      margin-left: -20px;
  }*/
  .page-tabs .tab-content article ul > li {
    list-style-type: none;
    margin-bottom: 20px;
    color: #231f20;
  }
  .page-tabs .tab-content article ul > li > i {
    font-size: 13px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    color: #ffffff;
    text-align: center;
  }
  .page-tabs .tab-content article ul > li > i.greyblue {
    background-color: #6e8ca1;
  }
  .page-tabs .tab-content article ul > li > i.black {
    background-color: #111111;
  }
  .page-tabs .tab-content article ul > li > i.grey {
    background-color: #a0a2a4;
  }
  .page-tabs .tab-content article ul > li > i.green {
    background-color: #6c793a;
  }
  .page-tabs .tab-content article ul > li > i.darkblue {
    background-color: #2d5268;
  }
  .assettabs .tab-panel .nav-tabs .greyblue i {
    color: #6e8ca1 !important;
  }
  .assettabs .tab-panel .nav-tabs .black i {
    color: #111111 !important;
  }
  .assettabs .tab-panel .nav-tabs .darkgrey i {
    color: #a0a2a4 !important;
  }
  .assettabs .tab-panel .nav-tabs .darkgreen i {
    color: #6c793a !important;
  }
  .assettabs .tab-panel .nav-tabs .darkblue i {
    color: #2d5268 !important;
  }
  .assettabs .tab-panel .nav-tabs li.active .greyblue {
    background: #6e8ca1 !important;
    color: #ffffff !important;
  }
  .assettabs .tab-panel .nav-tabs li.active .black {
    background: #111111 !important;
    color: #ffffff !important;
  }
  .assettabs .tab-panel .nav-tabs li.active .darkgrey {
    background: #a0a2a4 !important;
    color: #ffffff !important;
  }
  .assettabs .tab-panel .nav-tabs li.active .darkgreen {
    background: #6c793a !important;
    color: #ffffff !important;
  }
  .assettabs .tab-panel .nav-tabs li.active .darkblue {
    background: #2d5268 !important;
    color: #ffffff !important;
  }
  .assettabs .tab-panel .nav-tabs li.active .greyblue i {
    color: #ffffff !important;
  }
  .assettabs .tab-panel .nav-tabs li.active .black i {
    color: #ffffff !important;
  }
  .assettabs .tab-panel .nav-tabs li.active .darkgrey i {
    color: #ffffff !important;
  }
  .assettabs .tab-panel .nav-tabs li.active .darkgreen i {
    color: #ffffff !important;
  }
  .assettabs .tab-panel .nav-tabs li.active .darkblue i {
    color: #ffffff !important;
  }
  .article-content.darkblue h3,
  .article-content.darkblue h4 {
    color: #2d5268;
  }
  .darkblue h4.panel-title {
    color: #2d5268;
  }
  /*.green h4.panel-title {
      color: @dark_green;
  }*/
  .jumbotron .archive-heading {
    display: block;
    padding: 10px 0;
  }
  .jumbotron .prev-year {
    display: block;
    clear: both;
    margin-top: 15px;
  }
  .jumbotron .panel-heading {
    padding: 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #eee !important;
    clear: both;
  }
  .jumbotron .panel-heading span.toggleIcon {
    margin-right: 15px;
  }
  .jumbotron .panel-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .jumbotron .panel-body .value {
    margin-bottom: 0;
  }
  .jumbotron .panel-body .document {
    padding: 8px 15px 8px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    color: #000;
    display: block;
  }
  .jumbotron .panel-body .document a {
    /*position: relative;
      padding-left: 20px;*/
  }
  .jumbotron .panel-body .document a i.file-type {
    /*position: absolute;
      left: 0;
      top: 2px;*/
  }
  .jumbotron .panel-body .document .description {
    display: block;
    font-size: 12px;
    clear: both;
  }
  .jumbotron .panel-body .document .description p {
    font-size: 12px;
    margin-bottom: 0;
    max-width: 80%;
  }
  @media screen and (max-width: 767px) {
    .jumbotron .panel-body .document .description p {
      max-width: none;
    }
  }
  .jumbotron .panel-body .document .description a {
    display: inline-block;
    padding-left: 0;
  }
  .jumbotron .panel-body .document i {
    color: #555;
  }
  .jumbotron .panel-body .document i.file-type {
    display: inline-block;
  }
  #nz-funds-kiwisaver-scheme-lifecycle-process .collapsible-panel a i:nth-child(2) {
    float: right;
  }
  #nz-funds-kiwisaver-scheme-lifecycle-process .collapsible-panel .assetheader .assettype {
    float: left;
    width: 220px;
  }
  #advised-portfolios .collapsible-panel a i:nth-child(2) {
    float: right;
  }
  #advised-portfolios .collapsible-panel .assetheader .assettype {
    float: left;
    width: 165px;
  }
  /*Phosphor Phase 2. 3rd round of updates*/
  #assettabs .tab-panel .nav-tabs > li.active a {
    color: #ffffff;
    background-color: #111111;
  }
  .article-content p.h3-title {
    color: #231f20;
    font-size: 1.5em;
    line-height: 1.5;
    margin: 1.5em 0;
  }
  .about-kiwisaver #accordion .panel-group .article-content ul li ul li {
    list-style-type: none;
  }
  .about-kiwisaver #accordion .panel-group .article-content ul li ul li:before {
    content: "-";
    position: relative;
    left: -5px;
  }
  .about-kiwisaver #accordion .panel-group .article-content ul li ul li ul li {
    list-style-type: none;
  }
  .about-kiwisaver #accordion .panel-group .article-content ul li ul li ul li:before {
    content: ">";
    position: relative;
    left: -5px;
  }
  .about-kiwisaver #accordion .panel-group .article-content li {
    padding: 0 0 10px 0;
  }
  .about-kiwisaver #accordion .panel-group .article-content li:first-child {
    padding: 10px 0;
  }
  .about-kiwisaver #accordion .panel-group .article-content li:last-child {
    padding: 0;
  }
  .about-kiwisaver .article-content .panel-heading {
    border-bottom: none !important;
    padding: 0 15px;
  }
  .about-kiwisaver .article-content .panel-heading:hover,
  .about-kiwisaver .article-content .panel-heading.accordion-active {
    background: #efefef;
  }
  .about-kiwisaver .article-content .panel-heading .panel-title > a {
    color: #231f20;
    font-size: 1.5em;
    line-height: 1.5;
    margin: 0.25em 0 0 0;
    text-transform: none;
    border-bottom: none;
  }
  .about-kiwisaver .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: #efefef;
    padding: 0 15px;
  }
  .about-kiwisaver .article-content.green h3,
  .about-kiwisaver .article-content.green h4 {
    text-transform: none;
    margin-top: 15px;
  }
  .about-kiwisaver .extra-spacing {
    margin: 0 0 35px 0;
  }
  .about-kiwisaver .article-content a.web-link {
    color: #9aad53;
  }
  .documents-and-forms #accordion .panel-heading h4.panel-title.PageAccordionHeader,
  .documents-and-forms #fundUpdatesAccordion .panel-heading h4.panel-title.PageAccordionHeader,
  .documents-and-forms #disclosureAccordion .panel-heading h4.panel-title.PageAccordionHeader,
  .fund-updates .panel-group .panel-heading h4.panel-title.PageAccordionHeader {
    color: #231f20;
  }
  .documents-and-forms #accordion .panel-heading h4.panel-title.PageAccordionHeader a,
  .documents-and-forms #fundUpdatesAccordion .panel-heading h4.panel-title.PageAccordionHeader a,
  .documents-and-forms #disclosureAccordion .panel-heading h4.panel-title.PageAccordionHeader a,
  .fund-updates .panel-group .panel-heading h4.panel-title.PageAccordionHeader a {
    margin: 0.5em 0;
    font-size: 14px;
  }
  .documents-and-forms #accordion .panel-heading h4.panel-title.PageAccordionHeader span,
  .documents-and-forms #fundUpdatesAccordion .panel-heading h4.panel-title.PageAccordionHeader span,
  .documents-and-forms #disclosureAccordion .panel-heading h4.panel-title.PageAccordionHeader span,
  .fund-updates .panel-group .panel-heading h4.panel-title.PageAccordionHeader span {
    display: inline-block;
    font-size: 18px;
    width: 20px;
    text-align: center;
    margin: 0 15px 0 0;
  }
  .strategies-and-performance #strategies .panel-heading h4.panel-title.strategies,
  .strategies-and-performance #performance .panel-heading h4.panel-title.strategies {
    color: #231f20;
  }
  .strategies-and-performance #strategies .panel-heading h4.panel-title.strategies a,
  .strategies-and-performance #performance .panel-heading h4.panel-title.strategies a {
    margin: 0.5em 0;
    font-size: 14px;
  }
  .strategies-and-performance #strategies .panel-heading h4.panel-title.strategies span,
  .strategies-and-performance #performance .panel-heading h4.panel-title.strategies span {
    display: inline-block;
    font-size: 18px;
    width: 20px;
    text-align: center;
    margin: 0 15px 0 0;
  }
  .strategies-and-performance .panel-group,
  .documents-and-forms .panel-group,
  .fund-updates .panel-group {
    margin-bottom: 0;
  }
  .strategies-and-performance .nav-tabs > li,
  .documents-and-forms .nav-tabs > li,
  .fund-updates .nav-tabs > li,
  .strategies-and-performance .nav-tabs > li a,
  .documents-and-forms .nav-tabs > li a,
  .fund-updates .nav-tabs > li a,
  .strategies-and-performance .nav-tabs > li > a,
  .documents-and-forms .nav-tabs > li > a,
  .fund-updates .nav-tabs > li > a {
    border: 0;
  }
  .strategies-and-performance .nav-tabs > li.active > a,
  .documents-and-forms .nav-tabs > li.active > a,
  .fund-updates .nav-tabs > li.active > a,
  .strategies-and-performance .nav-tabs > li.active > a:hover,
  .documents-and-forms .nav-tabs > li.active > a:hover,
  .fund-updates .nav-tabs > li.active > a:hover,
  .strategies-and-performance .nav-tabs > li.active > a:focus,
  .documents-and-forms .nav-tabs > li.active > a:focus,
  .fund-updates .nav-tabs > li.active > a:focus {
    border: 0;
  }
  .strategies-and-performance .nav-tabs li a,
  .documents-and-forms .nav-tabs li a,
  .fund-updates .nav-tabs li a {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  .strategies-and-performance .nav-tabs > li.active a,
  .documents-and-forms .nav-tabs > li.active a,
  .fund-updates .nav-tabs > li.active a {
    background: #6c793a;
    color: #ffffff;
    border: 0;
  }
  .strategies-and-performance footer .nav-tabs > li.active a,
  .documents-and-forms footer .nav-tabs > li.active a,
  .fund-updates footer .nav-tabs > li.active a,
  .strategies-and-performance footer .nav-tabs > li.active a:focus,
  .documents-and-forms footer .nav-tabs > li.active a:focus,
  .fund-updates footer .nav-tabs > li.active a:focus,
  .strategies-and-performance footer .nav-tabs > li.active a:active,
  .documents-and-forms footer .nav-tabs > li.active a:active,
  .fund-updates footer .nav-tabs > li.active a:active,
  .strategies-and-performance footer .nav-tabs > li.active a:hover,
  .documents-and-forms footer .nav-tabs > li.active a:hover,
  .fund-updates footer .nav-tabs > li.active a:hover {
    background: transparent;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
  }
  .strategies-and-performance .article-content .panel-heading,
  .documents-and-forms .article-content .panel-heading,
  .fund-updates .article-content .panel-heading {
    border-bottom: 1px solid #DDD;
  }
  .strategies-and-performance table.strategies-table tbody tr:nth-child(odd),
  .documents-and-forms table.strategies-table tbody tr:nth-child(odd),
  .fund-updates table.strategies-table tbody tr:nth-child(odd) {
    background: #ddd;
  }
  .strategies-and-performance table.strategies-table tbody td,
  .documents-and-forms table.strategies-table tbody td,
  .fund-updates table.strategies-table tbody td {
    padding: 15px;
  }
  .strategies-and-performance table.strategies-table tbody td:first-child,
  .documents-and-forms table.strategies-table tbody td:first-child,
  .fund-updates table.strategies-table tbody td:first-child {
    width: 35%;
  }
  .strategies-and-performance table.strategies-table tbody td:last-child,
  .documents-and-forms table.strategies-table tbody td:last-child,
  .fund-updates table.strategies-table tbody td:last-child {
    width: 65%;
  }
  .strategies-and-performance table.strategies-table tbody a,
  .documents-and-forms table.strategies-table tbody a,
  .fund-updates table.strategies-table tbody a {
    color: #6c793a;
  }
  .strategies-and-performance table.strategies-table ul,
  .documents-and-forms table.strategies-table ul,
  .fund-updates table.strategies-table ul {
    margin: 0.5em 0 0 0;
  }
  .strategies-and-performance table.strategies-table ul li,
  .documents-and-forms table.strategies-table ul li,
  .fund-updates table.strategies-table ul li {
    list-style-type: disc;
    margin: 0;
    padding: 0;
  }
  .strategies-and-performance #main-top,
  .documents-and-forms #main-top,
  .fund-updates #main-top {
    margin-top: 50px;
  }
  .strategies-and-performance .fa.fa-chevron-down,
  .documents-and-forms .fa.fa-chevron-down,
  .fund-updates .fa.fa-chevron-down {
    color: #6c793a;
  }
  .strategies-and-performance .icon.icon-graph,
  .documents-and-forms .icon.icon-graph,
  .fund-updates .icon.icon-graph {
    color: #231f20;
  }
  .strategies-and-performance .nav-tabs,
  .documents-and-forms .nav-tabs,
  .fund-updates .nav-tabs {
    margin: 0;
  }
  .strategies-and-performance .toggleIcon,
  .documents-and-forms .toggleIcon,
  .fund-updates .toggleIcon {
    float: right;
    /*line-height: 45px;*/
    color: #231f20;
  }
  .Superannuation.strategies-and-performance table.strategies-table tbody a,
  .Superannuation.documents-and-forms table.strategies-table tbody a,
  .Superannuation.fund-updates table.strategies-table tbody a,
  .Superannuation.fund-updates table.strategies-table tbody a {
    color: #1A88C9;
  }
  .jumbotron.darkblue .PageAccordionHeader .fa.fa-chevron-down {
    color: #2d5268;
  }
  .kiwisaver .panel-group {
    margin-bottom: 0;
  }
  .kiwisaver .tab-panel .nav-tabs li.active a.green {
    color: #9aad53;
  }
  .kiwisaver .tab-panel .nav-tabs > li.active > a,
  .kiwisaver .tab-panel .nav-tabs > li.active > a:hover,
  .kiwisaver .tab-panel .nav-tabs > li.active > a:focus {
    background: #9aad53;
    color: #fff;
  }
  .inline-list {
    list-style: none;
    display: table;
  }
  .inline-list li {
    display: table-cell;
    vertical-align: middle;
  }
  .relative {
    position: relative;
  }
  .portfolio-table > thead > tr > th,
  .portfolio-table > thead > tr > td,
  .portfolio-table > tbody > tr > th,
  .portfolio-table > tbody > tr > td,
  .portfolio-table > tfoot > tr > th,
  .portfolio-table > tfoot > tr > td {
    border: 0;
    vertical-align: middle;
    font-size: 12px;
  }
  .portfolio-table > thead > tr > td,
  .portfolio-table > tbody > tr > td,
  .portfolio-table > tfoot > tr > td {
    padding: 15px 5px;
  }
  .portfolio-table-text p,
  .portfolio-table-text strong {
    font-size: 12px;
    font-family: inherit;
  }
  .portfolio-table-text p,
  .portfolio-table-text ul,
  .portfolio-table-text li {
    font-size: 12px;
    font-weight: inherit;
  }
  .portfolio-table-text ul {
    padding: 0 0 0 5px;
    list-style: none;
  }
  .portfolio-table-text ul li {
    position: relative;
    padding: 0 0 0 15px;
  }
  .portfolio-table-text ul.symbol-oneasterix li:before {
    content: '*';
    position: absolute;
    left: -5px;
  }
  .portfolio-table-text ul.symbol-twoasterix li:before {
    content: '**';
    position: absolute;
    left: -5px;
  }
  .portfolio-table-text ul.symbol-onex li:before {
    content: 'x';
    position: absolute;
    left: -5px;
  }
  .portfolio-table-text ul.symbol-oneuparrow li:before {
    content: '^';
    position: absolute;
    left: -5px;
  }
  .portfolio-table {
    margin: 15px 0 25px 0;
  }
  .portfolio-table table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .portfolio-table tr > th {
    background: #ddd;
  }
  .portfolio-table tr {
    border-bottom: 1px solid #ddd;
  }
  .portfolios-and-performance #portfolios .panel-heading h4.panel-title.portfolios,
  .portfolios-and-performance #performance .panel-heading h4.panel-title.portfolios {
    color: #231f20;
  }
  .portfolios-and-performance #portfolios .panel-heading h4.panel-title.portfolios a,
  .portfolios-and-performance #performance .panel-heading h4.panel-title.portfolios a {
    margin: 0.5em 0px;
    font-size: 14px;
  }
  .portfolios-and-performance #portfolios .panel-heading h4.panel-title.portfolios span,
  .portfolios-and-performance #performance .panel-heading h4.panel-title.portfolios span {
    display: inline-block;
    font-size: 18px;
    width: 20px;
    text-align: center;
    margin: 0 15px 0 0;
  }
  .portfolios-and-performance .panel-title ul.inline-list {
    padding: 0;
    margin: 0;
  }
  .portfolios-and-performance .panel-group {
    margin-bottom: 0;
  }
  .portfolios-and-performance .nav-tabs > li,
  .portfolios-and-performance .nav-tabs > li a,
  .portfolios-and-performance .nav-tabs > li > a {
    border: 0;
  }
  .portfolios-and-performance .nav-tabs > li.active > a,
  .portfolios-and-performance .nav-tabs > li.active > a:hover,
  .portfolios-and-performance .nav-tabs > li.active > a:focus {
    border: 0;
  }
  .portfolios-and-performance .nav-tabs li a {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  .portfolios-and-performance .nav-tabs > li.active a {
    background: #2d5268;
    color: #ffffff;
    border: 0;
  }
  .portfolios-and-performance footer .nav-tabs > li.active a,
  .portfolios-and-performance footer .nav-tabs > li.active a:focus,
  .portfolios-and-performance footer .nav-tabs > li.active a:active,
  .portfolios-and-performance footer .nav-tabs > li.active a:hover {
    background: transparent;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
  }
  .portfolios-and-performance .article-content .panel-heading {
    border-bottom: 1px solid #DDD;
  }
  .portfolios-and-performance table.portfolios-table tbody tr:nth-child(odd) {
    background: #ddd;
  }
  .portfolios-and-performance table.portfolios-table tbody td {
    padding: 15px;
  }
  .portfolios-and-performance table.portfolios-table tbody td:first-child {
    width: 35%;
  }
  .portfolios-and-performance table.portfolios-table tbody td:last-child {
    width: 65%;
  }
  .portfolios-and-performance table.portfolios-table tbody a {
    color: #2d5268;
  }
  .portfolios-and-performance table.portfolios-table ul {
    margin: 0.5em 0 0 0;
  }
  .portfolios-and-performance table.portfolios-table ul li {
    list-style-type: disc;
    margin: 0;
    padding: 0;
  }
  .portfolios-and-performance #main-top {
    margin-top: 50px;
  }
  .portfolios-and-performance .fa.fa-chevron-down {
    color: #2d5268;
  }
  .portfolios-and-performance .icon.icon-graph {
    color: #231f20;
  }
  .portfolios-and-performance .nav-tabs {
    margin: 0;
  }
  .portfolios-and-performance .toggleIcon {
    float: right;
    /*line-height: 45px;*/
    color: #231f20;
  }
  .investment-managers #carousel-panel .owl-nav i {
    top: 32px;
  }
  /* make room for fullscreen button on the controlbar's right side
     no-mute no-volume modifier class combination must be adapted for devices
     which do no support volume controls (e.g. iOS) */
  .flowplayer .fp-timeline {
    margin-right: 270px;
    /* originally: 225px */
  }
  .no-volume.no-mute.flowplayer .fp-timeline {
    margin-right: 165px;
    /* originally: 120px */
  }
  .flowplayer .fp-remaining,
  .flowplayer .fp-duration {
    right: 225px;
    /* orginally: 180px */
  }
  .no-mute.no-volume.flowplayer .fp-remaining,
  .no-mute.no-volume.flowplayer .fp-duration {
    right: 120px;
    /* originally: 75px */
  }
  .flowplayer .fp-brand {
    right: 160px;
    /* originally 115px */
  }
  .no-volume.no-mute.flowplayer .fp-brand {
    right: 55px;
    /* originally 10px */
  }
  .flowplayer .fp-volume {
    right: 55px;
    /* originally 10px; */
  }
  .flowplayer .fp-embed {
    right: 10px;
    /* originally 50px */
  }
  .flowplayer .fp-embed-code {
    right: 47px;
    /* originally 67px */
  }
  /* position new fullscreen button */
  .flowplayer .fp-fullscreen {
    top: 0;
  }
  .circ-small {
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    transition: all ease 0.25s;
    overflow: hidden;
  }
  .circ-small i {
    color: #ffffff;
    padding: 20px;
    font-size: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: all ease 0.25s;
  }
  .circ-small.link {
    display: block;
  }
  a.slide {
    position: absolute;
    top: 30%;
    font-size: 40px;
    margin-top: 0.2em;
    width: 1.2em;
    height: 1.2em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAB4CAYAAAC6oA/pAAAAAXNSR0IArs4c6QAAC31JREFUeAHtnVtsFUUYx3tOaUsTFI0m+uyLBANooCGKSAnqgwSTeqlALFFjCQ8QH3ngBZ58QAwg4VIoEWJqghKVSH3wQoracNdwVyI0ooJig0TDpfTi99+z/83X7e7Z2T233S2TzPlmZ2dm5/ud/zdnzrKnVFVFTCdPnmw4depU17lz5+6OOETiumWizPjs2bPTBgYG9knfcZJ/rK6ufmrChAn/RhkrSX2yYSd75syZxxUodH9UjvcLwLvCjpW09qGUBVCDg4Nfi5P1Ho6mXmHGyhJQs/KAAjtLYQcOHEjtGmakrNOnTz89NDT0uQCp81CUuyq1CjNRVkYU9ZYhKICDwrqOHz9+r5ti0o+DYFnKu3Llysvi6DchnH1MPiG/TRuwIFjgk5k9e/btzs7O5yUUsV0wTY+kDZjfmsV6WObs4sWL65ctW/ZpNpttNCUm7U5JWM6cPHny1RB9YtmUUNyTYz0s1Ofkpqam+lWrVu0W1cxyd8pznApghKL9ZB2shlUtx8jZxsbG+rVr1+6qqamZKcemKfHACEY7TEioo6IAaYxkCxZsQ0PD2La2to7a2ton5dg0JRpYPlhUFRWlgVnQJk2aNHbHjh076+rqZpjSknaJBQblmCSqTdvsiRMnbre0tLx269at700Gsdsk9lPSFBb81KBYzsptmtsLFy58YzQACwPLLR4HmNxx6B8NwPLBGhI6zINSRh6wLepxzPNVAiz1CvODBQhIhEE4hKYt26QemBcsDYrACEdDY5nt0TaT5pD0ggWnmQiEsBCGzP12GedQh7YWOIbkzZs3u6XONMX+UxKLdL7kLOLSCGCR3fstvVnFeWdMuS9f09HRsT0t+7AgZYnvVtIKg4qoKl2Gwixl5brkQrK1tfVN2VYctutMTGwVFgSLoUWrw9ELGEOU7auOHj16S4AtigLsyJEj95vQLVcbJ2QCLshwpAVkZOOQnDp1at3WrVvx1agh4Fr69E83btx4ctq0aX/rykqVg5TFeVEptEEKGxGSorC+CAp7uL6+/ru4KMxUWYRGZdGGURj6DCVZYWFhARpB0YYBZkFPKjDTMLSctF8YirSjJiSjKIvgqCzaMApDn8SFZCGwAI2gaMMAs6AnKSSjhKHlpP3CUKRNdUgWqiyCo7JowygMfRIRksWCBWgERRsGmAU97iFZaBhaTtovDEXa1IVkMZVFcFQWbRiFoU9sQ7IUsACNoGjDALOgxzEkSwUrCjDr3yItUjnYVQKsdtu2bfiH3MfsehNTsi/fxVyz3I5w7aINWsM8b+8sWbLk1b6+vh/cg+c5LtmX71Iqi/4wFGlDh+T06dPrN2/e/EGlFVYOWIBGULRBwEaEpAAbGwWYPLU4Sx4z+JPvXCG2XLCiACNQAh6KojB5AO+85CeKAaycsAoFZomiksBKucB7KZ6LPW3Qoo/zaMuUOXjw4M2wi34mk3lIcrc8yPIAB4piy60szpGhRcuQM7mnjz4VCclKwQI0gqINA8yCXu6QLHcYWk7aLwxF2tiHZCVhgRlB0QYBG7FxlTXsxtKlS1vkUQHjjSvWMHniev+hQ4ce1O9eULmSYajnxlCkjWVIVlpZBEZl0QYprCKfknGBBWgERRsEzDMkly9fvkh+pNDLdyHI2iHZLu0CowxPwMQpAZROAGaS+KZnVq5cuUp+0HCfSSe7TU9vb2+rXQYw9xycobCvSVrSCuAaZ9nu7u53xo8f/0IIh3ouX77cKL9NuqT66PFVde7BjmEVCTnQDlllAfW2gGo2nb+E6gX5wemz8+bN+920D+Vr2r6c7bh20fqtYQOyfXhXQC00nZzcifi1q6vruebmZigKDJBHvAHu8eIMC3MlKFoNDAv84OHDh9ePGzcOv4c0SqKoi7t3754nv277SzoQFGEBmIY2bMy4LfDDJmcfAJROXPQHjh071ibPe72iT+YrA5T8fKZpzZo1uL8FQFizOT7fEB6PGCoJsDBptwND8ivZNvnUWzDCI5+K/v7+3+TmYfOmTZugKEKisjA+VeVWlnPtpMACAmfScqulXb6uvIpKkwRQ69evn9/e3s7QgzrdoadhOdfS4ycJljVvAfW+gGrRTuQrA9S6desWbN++Xd9apnoIKN8QzrlEwZK/f9MhO+75zuwDCj6g0MtTOQHDWVIMahOH8xkB9WFYUAg9pSgCooVfKPNYlz19ToSyoihqw4YNr8gahdBDqBGEtd2QY6xZuozjQGixhxVWUbI9uLRx48ZmeYzcDQpACMkNirAIVZo68FC2UpxhIfRCrVEAJWH38pYtW7iYUy0aDso6ExStjWakie0X6SiKAij5qwD4rqdDDxCQNSCWeQ4Wicoi5Fyt/RpLWEUApR33AwVghAU4KHtCwmBIsQrDXbt2VU+cOPGDMJ96DD1R1B/iD/dP8I0A/GCxHu2Y0c83xUZZ8k/sWYH0seQwX4qtNcoGRSfpOGEw5PQPs3iOQGGRaHNHrlds+SueAEr+RtfHMpEm08n4KKpkoDCviisLoQdFRQSF+1ElDT1AYqooLIaeTKYYikJoMbyKFnoEBavfFV1f8nKRQ6/koACkIsoqcugRlFtVVBfruZ7lXcTzqaTssKKEntwz/0s2nC+5tgdwmqAIBrbgTz0/YGX9NIwSegC1c+fO5kqDAsCyKWvfvn1jrl+//pFc03gxJ6jVq1dflH56faWiGGJaWSizvuDQk7GcVBZYoqhqAfWZXPV558oBBQXqV2lKUGUPPT1NTkLXFbUMULLhBKi5pgPHERTmXlJl2aEXFVQsQk+/wSWDpUIv8YoisJKEYZpCj6Bgi66stIVeyWClMfQ0rKKFYVpDr+iw5G/F1MjfjPlEBg6zmPfKzvxFe8Op58RNJTaW+qsLy+4NJ46ZIn/v4wD5bMFfd0RRYwTUXrlIKFDy2E+zgMKGkwmOEhQs4cCyrEGhTFDcqUtV6VJBYQhQsuHslOk9YzpF2XD2ApQ8+3lB+vD6cJbOAxQzIWmIbAuLRJs7KuErJxv6EnboQVFRQPW4LkgYAKYBsYx6tAEYwpKilcoGK1IYqtCLAuoCvRQLRwkKlnBgWdagqD457YBDuSwptLJGW+jpdyEUrNEYehqWcRiO1tDTsIyUJX+Zu1Y64f/dibpG8TpcnLkOYZ3Sa5Vev9gWFok2d1SBVxNlwVFsOMOCmi/bgx7pR1BSdLYHbliExnqAYUa/WCQTWFXyuOF7Mts+kxmrfdQvqj0c16rhJ10sP/XUvIcVg2BZqpgyZcqXclu4SdYtOOebBNQ/Sd1w+jqlTvjBAiSGD9pk5D/4+OratWt4+BUKGZEAas+ePakLPe2oHyy2ITS0y86YMeML+RXV61IeBoygVqxY8TM7ik1F6Cl/8j6tTFC0AFY9Z86cz3t6elqljMW4ygUKbZEACue5YAMuMtcqlHmObWGRaHNHMXr1UhbhYJosw1qwxFbPnTu38/z5828JqKt79+6dL4o6Z7cVYyWCIhDComU9wDDbXeNrqAQ9QzcgQsJTgsy4HQ1o9wis/6SMNnQaljAIJ9GKEn+sZALLAiOtCQqWdYCEjERIsIQEmwpQcJCOouyXtNLcZfQBHKRUhl7OtdwrVBKUCAMWGVAAGZbwpOiEHkMwNYqCc0imsLyAob8OY4QcQekwZB1B67EwRmJSPlhwSjsGp7Wi3E4SEOFoeByL47n7JuI43z+yatXocINjdB5gvOAQFM6hLa0UnTcA5USlIGXBGTpLeBoUnWUbwqNlPSwSbe4oYa9+yiIYuOOnKpzTMDQgKItgaNE+0UlD8XKEoGixZrGs+wKIBsdjgqL1ukZi6rTDXpPmeQJCGwLT7b3gEBCtbp/Isl8YamcITNehPCoAaaf9QOg2KOt2uqzbaQXpsm6T6LKJskwdTCUg7TzWn7Ap9VDCArnT/g6BOwTuEIgjgf8BwwqHATnmrXsAAAAASUVORK5CYII=') top right no-repeat;
    background-size: 0.7em;
    z-index: 20;
  }
  a.slide :hover {
    border-color: #000000;
  }
  a.slide.right {
    right: -30px;
  }
  a.slide.right:hover {
    background-image: url('data:image/png;base64,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');
    background-position: top right;
  }
  a.slide.left {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAB4CAYAAAC6oA/pAAAAAXNSR0IArs4c6QAADAtJREFUeAHtnXuIVNcdx/ehiDQsrQlpkxBlizZilQoKIpRChIBuo/Wx2ZhVNibG+qpYECUgBP/xj6KI/4hWymLX0kqIKVUaNTbNxt1Ggg98P4oirLu2NFTaID730d93nO/lN2fuPXPunbkz9073wNnfuff+zpnz+8z3d+6Z2Zndmpr/k3LhwoXvXL58uUvqD6OGXBe1Y5r6Xb169dn6+voumfOPh4aGui5duvSjKPOvjdIpTX0AanBw8G8y51fUvL8RaD+ZPHnyeXWuYLOqlRUAClAaamtrT1y7dm16QULKoWqVZQGlwq+5J+n56sSJE0/rk0HtqlSWIygweWZgYOBz8Z8ZBEifrzpY169ff07WqC8kSL1G6ZjN9jPi/wvzpN/xCL+TaT13+vTp5/r7+7tl/q6gEOqh7u7uZWKxJA1JDSxVoyyAGj16dChQckc8tmfPnpaVK1cOCiHAsq7hVaGs7BoVCpSk3qebN29+49ChQ1BTQVVBbqmHBUVJ4KFASar+Ze3atYsl/aAonV04ZslLyVTDipJ6T548+aytrW2JvPwhKEIpqLDUwoqSeo8ePfprS0vLshs3bgBMvVSmH0Fx3eIxrFdSCStK6j18+PDz5ubmd2/dukVFEQLSEFCYglzkc0DBOXWwoqTegwcPOhcuXPheT08PQQEEKpWkbR4kgEJJFawoqQdQ8+fP/3lvb++AxEvVEE4GgusPfSdw7VMRv4sXL35X7nrmuwfWuShQ/eJoAxSoJv0AqVAWQMm7BF/KxL+vJ29r379//4sFCxZAUQQFd6ZfkLUNmbPHsDpW6qLcuZ4HKKmhQPmkngkI6xerec03XNw+E1ugKHlX4GQUUH19fVAUC2AADNYtXXkOlsCkmdPGcaYkFhZTr0hQBACrIQEkjzUo+j+lY/xM5AJfTOr5KIqgqCKAQpvHbFtBgRtvpWgnopRIUYjFhAQlUVEEhnOARVC0ciq/JCoNSwSKAcNSPRqUTj9nUECXmDSMKfUIhooiNDP1ALZgSUQalkhRCBZBA4hNUbyuFegEq+JpWCJQOvAgUFynQqUengGWiqZhlNSTdw++xIbTctcraeoRFGzFXu5AUQg8zD4K/q2tre/6gOIa5AeKaRdZUQRWkTSMknoEJb/qepKdfFlSj6Bgy56G8ivzF0VNkRSlQGHuhEU1wZbkrofB/UpZlXXu3LmXsqAa/Sbjd85HUXADqLKknp5T2WAB1MiRI/F+1Dg9AVvbBxTVRFhUlYui0KeoUhZYTD2ZaTGgEChhEVLsqafpxg6LqVciUGVPvbLBqobUKwusakm92GFVU+rFCqvaUi82WNWYerHAijH19B6KWwbeFbmVoNWxlbxdkq1DjKkHUIQFQGhXBBTIFw0r5tSjkmj9QCGOspSiYJUh9agqwPIDhfQrW4kMq0ypZ1NUWUHhGYn05p98WWis9D0hdRwGcSk+L4rRjQszofhZP0W5PGTJfULDOnv2LADh3YOXXGcjn7g7hXc4fd6PIghAYsrR4hyvEyqt60OX1C8UrPPnzzeOGDGiW2bwouss5GM/X8mHXTUoBgwLGASlISUOFOJ1/lVYNvXwsZ9QilqxYkXbmTNnHuPBsgWAAApAWAFKw/JTlLhk+sFWpDgpK2rqZUE9ksjwpFBRBEFFaYs2r9OftiKA9IO6wKodNWrU76STs6Lk49P/WLNmzduiKIBCYcAEQUBaTYkGhSCcfmFx7969NvnqRi86uBR5+/iFbdu2va98AQugACSoEiTBwiaq2GAhdTJ1xowZt+Xjhq+GATZmzJi2rq6uLTIGgtaAuD5pVfmBIjTpnoxig4UZesBmz559W17avCYfgnVWWBbYBzKOVhVhEWAQqGQQUrMIggVIKB4sadfJh+5vd3Z2NslHF+9krjr8EGDvnDx58lfiCjhaTTj2A+UwamVcgmBhNgQFH9b6devW9R0+fHhuGGANDQ1LTp06tV3G0QrzA5W41AMIFirI75iAYPEaEhV3z0zdtGnTuKVLl34s3zF+Qc45FXnJs2/atGlrxJmqIhxap3Eq5RQES6tKg0J7pNQMuPXr149dvnz5h2GAybaiferUqatkDChLQ0I70cUGi8rSsKisDCyJrH716tUvr1q16oC8DPqea6Ryk/jNlClTVoq/huXavWJ+ABKleJB3797dJ/Ut+cLjP10Hqqure08+SfNrV/+k+EWFlTN/+Z5x365du1pl0f8654LlAMDkz5ykCpgNFlNEW64zeXeyvXv39ra3ty8OA0w+UbNCgO21ME3UJROWBmO2TVB5wHbu3Nmzb9++NyMA+22iqARMxoTl5wZoBGPuuvO2ADt27Ojp6OhoCQmsTRSWeGA2WFQWQdECEHfiOKcBok/N9u3be/bv3/+G3PX+hWOXIimZeGBBsDJBS5AmMIKh1dAAjv418q5DRmHVBCwIFsXA4GG1srSiCI7X4YtSW23AvP3S0/jyfvI6LCrgomJTCotNqrdBVedxjX2HNm7cOFb+lsKHsl14Xs47FXk7qEP+GNjbTs5lcmJAtoejDywqgWlYfsDoD1sVwBBwocK0gkVlusFyzUIq6jau0V+aNVWxhuFZdy30pWKoMKhKV6YmztHHe4xsSh6UlHzWO1mgkZSUdFEWQwlSmKkqU2FUGcbJLPoHDx5skbvkvzlwIZvdVvyhkF/c18PAwlyCgIVKyS1bttyKAGyxbFwrCiwsrELAuI0w1UZ1EXZNGoFxHYqiYPY11zA8AXrd0m1coz/skEBrXLRoEbYVYdawA7KteCvKpIvpE0VZfDyqBBYV6mHV65Zup1phxcACNBuwqktJphICL6ZwHKYYngRWnYa6jev0h018SharLAK2KUynoW6XNCVlL1aqWBhTnqUi8i5EPMHxqBiqS29a0TYVlhNolEVfxvzjpEmTmmVPhichlsLgSjk4xzSBAYiGpNu4Rn9YpiR2+t8OMblYgTGwEPNxcuW4BECFuQCDTyatt27d+oN58+YdSAowTCyOYlvDnO+S8kdX/y5/dHWxvDT6T4hJLrhy5cpHcaxhVECIuYRy5fhRFMY+Q0lRWFzKIlGbwvSdUbfz7pJJUVjcsADNBixVKck0oRLitHwspheeKFZ9Z9RtXKc/bEVTshzK4hNgU5hOQ90udUpijxe58NmOPECEjnxMKobqCrVxjbjo/1k2rj+TjSvSP3ThxEN3LLIDH9cEBnA6DXW7VCkZGVg501DzrWRK/lT2YX+SfVjolKwULICzAQt9l5Tgv9HPRoF2JGBMhwJjx3qZcygqJeW335PmzJnze1mPGkLMNlRKVlJZjMmmMH1n1O28u6T8iu3KkSNHWuNUWBJgAZoNmHNKAtixY8eWyGvJsCnZwWfOZpMCywYMsLSqdBsKo8owRu2GDRsuHz16NIzCHsqXR9vRFwPYSug7gm2wEl0LmjTUp6+xDavbNcePH/+6sbHxxPjx41+XNWyUZV6P5U+hvz59+vRO8THHz+uWRFiYJIPPm7Bxgn4ExmMXYI/v3r3bPHPmzM+MMQMPkwoLE/YCN2ZvKoB+tOxbG6QwuQn037lz581Zs2YdDxhbj+W5JBkWg/Ymqxo2YAw0Y32ADch/SFnW1NT0aXY8jIVC+/TI52fSYWHKDN5n+jmnTD/vGMAmTJhwQtaxpps3b/5S3qr+JNvTBGQeWx8g52KCDhg4LCru4qz69SPaOA8RoNIfdnDu3Lnfkm+0/VfavKPCss0tCu6uKACXAw+DpKVwrgRAWLAmMIAiNPijjcC51SAYwqLldYLKgZWGNJQYvUJg3glLI8hXgyBA85zvsHhG0lQQFCDAojBl0OY5tFlMMWgo8PHrw7551hwszyGhJ2yq4ZTpQ0A4zzYsU45WX+MYOTatsBAEYeQEZDkgDMIJsoFDpBkWgioEDIBQTFBY4AlLt+nHfpnO/JF2WIjDFRjhAATbNlB5wKoBViFgWi0aFIHR5sHBwLoUela0b9LbjAWWFfsrtGF10QABSx8HQuMD6IHS3GY8hEWLmHiN8ZmACImWfp41B/AupLxhQjLj1ECgLBZ9nuc8aw7iXaiCBmOjNUPSYHTb9POOgwbyHFLccI3NCVSKOQxPfZjAMIFhAsMEChH4HyOuqZW75mYxAAAAAElFTkSuQmCC');
    background-position: top left;
    left: -30px;
  }
  a.slide.left:hover {
    background-image: url('data:image/png;base64,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');
  }
  a.slide.adjusted {
    top: 53%;
  }
  /*.kiwisaver-assets .assetheader i {
      line-height:40px;
      text-align:center;
      border-radius:50px;
      font-size:15px;
  }*/